mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-vim/vim-commentary: new package.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
1
app-vim/vim-commentary/Manifest
Normal file
1
app-vim/vim-commentary/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vim-commentary-1.3_p20180530.tar.gz 3062 BLAKE2B 72018b6e84313a5c7f44b994f1892724155bcecb14f3142d83a5b10ba8e8b813859bf3af660ebea840c196a6c9bd40c6daccfcdbfef47967be83a19201b65ce0 SHA512 a2aa9db16f12006842aaa61b69c1279bca046f840de9342cb0a3d0af7fc7a5bf0905ea87762f7519e858d4e04d4fea8b0e4efca7d4bc346ce2c5b76fa78d321f
|
||||
11
app-vim/vim-commentary/metadata.xml
Normal file
11
app-vim/vim-commentary/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>vim@gentoo.org</email>
|
||||
<name>Gentoo Vim Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">tpope/vim-commentary</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
16
app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild
Normal file
16
app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit vim-plugin vcs-snapshot
|
||||
|
||||
# Commit Date: 30 May 2018
|
||||
COMMIT="7f2127b1dfc57811112785985b46ff2289d72334"
|
||||
|
||||
DESCRIPTION="vim plugin: comment stuff out"
|
||||
HOMEPAGE="https://github.com/tpope/vim-commentary"
|
||||
SRC_URI="https://github.com/tpope/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
Reference in New Issue
Block a user