From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-vim/gitgutter/Manifest | 6 ------ app-vim/gitgutter/gitgutter-20171101.ebuild | 28 --------------------------- app-vim/gitgutter/gitgutter-20180316.ebuild | 30 ----------------------------- app-vim/gitgutter/gitgutter-99999999.ebuild | 30 ----------------------------- app-vim/gitgutter/metadata.xml | 11 ----------- 5 files changed, 105 deletions(-) delete mode 100644 app-vim/gitgutter/Manifest delete mode 100644 app-vim/gitgutter/gitgutter-20171101.ebuild delete mode 100644 app-vim/gitgutter/gitgutter-20180316.ebuild delete mode 100644 app-vim/gitgutter/gitgutter-99999999.ebuild delete mode 100644 app-vim/gitgutter/metadata.xml (limited to 'app-vim/gitgutter') diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest deleted file mode 100644 index 02d1fc21f979..000000000000 --- a/app-vim/gitgutter/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST gitgutter-20171101.tar.gz 43534 BLAKE2B cb0b935c1b2d16a50bbecc73f4f8c657a9087bef56bef36af8ff52a7ff09d39293296eaf49507015eaeac7f4faba2a26a09a49296c28237029110068cb9f6048 SHA512 24d8ad740931df17c2c67e2a2a13e3bba7c1205ba5543f5c11353e639876f4a54e69170dc0a946660ee2e3a23a110c90f4195fa9a1ddfff19163f00d88528219 -DIST gitgutter-20180316.tar.gz 46344 BLAKE2B f981753a0f8d066b7cb5c16c49cfdd1a1aac1c6623b4645b8b1abd5719470ac181e09c8b736f8b8a14e6098b60cb8f97b114dc5c2a587b6d1875fcf27b4b12cf SHA512 15873b2cccc49f8aec9de312efedc615d6fa822b45ca8ce53cc6cc878fcaf3a6ab3f02eb5d082ff329528cce1b48358846b0aba3f9d3bc8aadd29aa57d3b1a30 -EBUILD gitgutter-20171101.ebuild 752 BLAKE2B 02fecaa88d65823737070954f3a392036694794537c1953ea218d16952a659ad5813e6e67e348c9d56e70b392e10f954dd2c31ad95fb95833e7901cc7b1d3eb1 SHA512 8ce0c16f4f4942f8e0b33790601d42b2652d8310a496bb8d2f61713c612d210a93ac9be1aa9ed88bc99da088feafc9da9967285528d55701437465bcbb06ebfd -EBUILD gitgutter-20180316.ebuild 791 BLAKE2B 1765bd9bdeb6234d90d831181bdf2ad0ef975edcfa959e7ea309c5522bdb6779163d1e5850a6715bcc8471db15c922125e80ec248d0ad822986657984475d4c8 SHA512 5b7fab9be3eabfe64a67535937883939ea3d1ba62184f55f25f18384ddf1d24416b22d1f88d6025d0b98249536984c6f8b6d0e9b7f0c467a64c14f34dfafde11 -EBUILD gitgutter-99999999.ebuild 791 BLAKE2B 1765bd9bdeb6234d90d831181bdf2ad0ef975edcfa959e7ea309c5522bdb6779163d1e5850a6715bcc8471db15c922125e80ec248d0ad822986657984475d4c8 SHA512 5b7fab9be3eabfe64a67535937883939ea3d1ba62184f55f25f18384ddf1d24416b22d1f88d6025d0b98249536984c6f8b6d0e9b7f0c467a64c14f34dfafde11 -MISC metadata.xml 346 BLAKE2B 89acd12a36beb7b027e42b7f094bba4e229e345ad6f0024bbd3e550784459975aff10e88f5de53de3f2150000b7349ee97348723110a43130b213404292b562a SHA512 4ada20b8f4f308445854b0e0ab229271a603e38370675691790dce0303ca4c2a7f00b247363b0f13bcebe78397fd3ebbbd157403260664171b548b8964da7a0a diff --git a/app-vim/gitgutter/gitgutter-20171101.ebuild b/app-vim/gitgutter/gitgutter-20171101.ebuild deleted file mode 100644 index 2dada9f85e8b..000000000000 --- a/app-vim/gitgutter/gitgutter-20171101.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vim-plugin - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git" - inherit git-r3 -else - inherit vcs-snapshot - COMMIT_HASH="1e60667322b7cd1bfcba98762fbba746a888d21a" - SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" -fi - -DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks" -HOMEPAGE="https://github.com/airblade/vim-gitgutter/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" - -src_prepare() { - default - rm LICENCE README* screenshot.png || die - rm -rf test || die -} diff --git a/app-vim/gitgutter/gitgutter-20180316.ebuild b/app-vim/gitgutter/gitgutter-20180316.ebuild deleted file mode 100644 index 002f6583087d..000000000000 --- a/app-vim/gitgutter/gitgutter-20180316.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vim-plugin - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git" - inherit git-r3 -else - inherit vcs-snapshot - COMMIT_HASH="37bdd03d176c5e182c7e8dbdc79c3f71d2a04898" - SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks" -HOMEPAGE="https://github.com/airblade/vim-gitgutter/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" - -src_prepare() { - default - - # remove unwanted files - rm LICENCE README* screenshot.png unplace.vim || die - rm -r test || die -} diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild deleted file mode 100644 index 002f6583087d..000000000000 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit vim-plugin - -if [[ ${PV} == 9999* ]]; then - EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git" - inherit git-r3 -else - inherit vcs-snapshot - COMMIT_HASH="37bdd03d176c5e182c7e8dbdc79c3f71d2a04898" - SRC_URI="https://github.com/airblade/vim-gitgutter/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="vim plugin: shows a git diff in the sign column and stages/reverts hunks" -HOMEPAGE="https://github.com/airblade/vim-gitgutter/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git" - -src_prepare() { - default - - # remove unwanted files - rm LICENCE README* screenshot.png unplace.vim || die - rm -r test || die -} diff --git a/app-vim/gitgutter/metadata.xml b/app-vim/gitgutter/metadata.xml deleted file mode 100644 index 8a1caee90de1..000000000000 --- a/app-vim/gitgutter/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - vim@gentoo.org - Gentoo Vim Project - - - airblade/vim-gitgutter - - -- cgit v1.2.3