diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /app-vim/vim-commentary | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'app-vim/vim-commentary')
| -rw-r--r-- | app-vim/vim-commentary/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/vim-commentary/metadata.xml | 10 | ||||
| -rw-r--r-- | app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild | 16 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-vim/vim-commentary/Manifest b/app-vim/vim-commentary/Manifest new file mode 100644 index 000000000000..ab181aee077a --- /dev/null +++ b/app-vim/vim-commentary/Manifest @@ -0,0 +1 @@ +DIST vim-commentary-1.3_p20180530.tar.gz 3062 BLAKE2B 72018b6e84313a5c7f44b994f1892724155bcecb14f3142d83a5b10ba8e8b813859bf3af660ebea840c196a6c9bd40c6daccfcdbfef47967be83a19201b65ce0 SHA512 a2aa9db16f12006842aaa61b69c1279bca046f840de9342cb0a3d0af7fc7a5bf0905ea87762f7519e858d4e04d4fea8b0e4efca7d4bc346ce2c5b76fa78d321f diff --git a/app-vim/vim-commentary/metadata.xml b/app-vim/vim-commentary/metadata.xml new file mode 100644 index 000000000000..f7978a1525fa --- /dev/null +++ b/app-vim/vim-commentary/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild new file mode 100644 index 000000000000..e9d710309ccd --- /dev/null +++ b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" |
