diff options
| author | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
|---|---|---|
| committer | Palica <palica+gitlab@liguros.net> | 2020-06-23 22:35:08 +0200 |
| commit | ecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch) | |
| tree | b89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /app-vim/gitv | |
| parent | 1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff) | |
| download | baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip | |
Updating liguros repo
Diffstat (limited to 'app-vim/gitv')
| -rw-r--r-- | app-vim/gitv/Manifest | 1 | ||||
| -rw-r--r-- | app-vim/gitv/gitv-1.3.1.ebuild | 30 | ||||
| -rw-r--r-- | app-vim/gitv/gitv-9999.ebuild | 28 | ||||
| -rw-r--r-- | app-vim/gitv/metadata.xml | 12 |
4 files changed, 71 insertions, 0 deletions
diff --git a/app-vim/gitv/Manifest b/app-vim/gitv/Manifest new file mode 100644 index 000000000000..3e08a0053c95 --- /dev/null +++ b/app-vim/gitv/Manifest @@ -0,0 +1 @@ +DIST gitv-1.3.1.tar.gz 553719 BLAKE2B 0d775f3bb05b3a49b69c5717f13a0f923fc5e0b5366c217042ac75e13c01080828ae4cd3e759e7dca44556c2b07aafa42cf8661a3ad0f52152c5cb8f4db294ed SHA512 e6a6773dcac18fdc36c891bd592d4dcb2eb20af6253df5886582fd223e040fb8296dc606d4fb25abd7a14f9dc1a712fe0e354821e234c8f54b1b5914af55dcbc diff --git a/app-vim/gitv/gitv-1.3.1.ebuild b/app-vim/gitv/gitv-1.3.1.ebuild new file mode 100644 index 000000000000..0c83e952b99e --- /dev/null +++ b/app-vim/gitv/gitv-1.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/gregsexton/gitv.git" +else + SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="amd64 x86 ~ppc-macos" +fi + +DESCRIPTION="vim plugin: gitk for vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" +LICENSE="vim" + +VIM_PLUGIN_HELPFILES="gitv" + +RDEPEND=" + dev-vcs/git + app-vim/fugitive" + +src_prepare() { + rm -f doc/tags addon-info.json roadmap.md || die + rm -r img || die + default +} diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild new file mode 100644 index 000000000000..665594feb07b --- /dev/null +++ b/app-vim/gitv/gitv-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit vim-plugin + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/gregsexton/gitv.git" +else + SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86 ~ppc-macos" +fi + +DESCRIPTION="vim plugin: gitk for vim" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/" +LICENSE="vim" + +VIM_PLUGIN_HELPFILES="gitv" + +RDEPEND="dev-vcs/git + app-vim/fugitive" + +src_prepare() { + rm -f doc/tags addon-info.json roadmap.md || die + rm -r img || die + default +} diff --git a/app-vim/gitv/metadata.xml b/app-vim/gitv/metadata.xml new file mode 100644 index 000000000000..8b45f449e8c5 --- /dev/null +++ b/app-vim/gitv/metadata.xml @@ -0,0 +1,12 @@ +<?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">gregsexton/gitv</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata> |
