diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-01-25 14:49:35 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-01-28 00:14:06 +0100 |
commit | 393b2e27b85f03421aedaf1932e729c33a4365ba (patch) | |
tree | 4f7ba12347b64ff3ee37b8c0077a07a1dac11e91 /app-vim | |
parent | app-vim/ferret: version bump. (diff) | |
download | gentoo-393b2e27b85f03421aedaf1932e729c33a4365ba.tar.gz gentoo-393b2e27b85f03421aedaf1932e729c33a4365ba.tar.bz2 gentoo-393b2e27b85f03421aedaf1932e729c33a4365ba.zip |
app-vim/ferret: clean up old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/ferret/Manifest | 3 | ||||
-rw-r--r-- | app-vim/ferret/ferret-1.4-r1.ebuild | 23 | ||||
-rw-r--r-- | app-vim/ferret/ferret-1.4.ebuild | 21 | ||||
-rw-r--r-- | app-vim/ferret/ferret-1.5.ebuild | 23 | ||||
-rw-r--r-- | app-vim/ferret/ferret-2.0.ebuild | 22 |
5 files changed, 0 insertions, 92 deletions
diff --git a/app-vim/ferret/Manifest b/app-vim/ferret/Manifest index 33c67ee586bd..6921f7435026 100644 --- a/app-vim/ferret/Manifest +++ b/app-vim/ferret/Manifest @@ -1,5 +1,2 @@ -DIST ferret-1.4.zip 38210 BLAKE2B 98aacb570a13a5b90c2eda14457c2e28febbb6de0aea6084af66f89e87ca394aabab2fbd45590e69e44f5dd98ca5664dd5ff00bd9ce28d5e6a682522ed28c1b5 SHA512 e4dacfb996c98be2ae922520387b2b37511fbe33cc934fe89d1bc3096682d74e649fc6a1ba469e1e2efe01bdc11526f0f72d06354b28fd74b884db215068655b -DIST ferret-1.5.zip 41822 BLAKE2B 934e6bc99d1bce09701f9d15950a7a7fe53255f2b3046faaf0544d6f37551d28c638897d63944503075b54584744256579c3755915aa5d411e6d46e42d220948 SHA512 50ae3cea72b681507f76e7fde4cb5712305bc3b9e3a98d9fbfb3797d8834d7792967e76d87435442b7809b800c739108eaea1da52c7c5c7495710b564a41718a -DIST ferret-2.0.tar.gz 33070 BLAKE2B 11e00b2b9f09238b6a598b9b85952ac0f295a3e7026a6f6aa04acaaecd5f6ddfafaed106646bd2e82d2f629d78d09c3c1b2d1bd66a23a9d6b99745ca05a88118 SHA512 305784624c06b662e83712e2348619bc5998e85553dc860681177278a766f2a315920913593108fd147f2d4bfbb5bc02f064fba628ffad05b965814b52a1ca71 DIST ferret-3.0.tar.gz 32291 BLAKE2B c4fd3b776db97c44f93538ffcc193b0e207d5fb8cb0d982fe7fb737c2473d9512a81defc10613c6741de645e690d1f6f8c97a5c74ee70cf35f204f21aeb5c7e5 SHA512 f88575654c1990cb9c943b36242ee9786a5c234a853fc6fb321cdbf4f8b13f066fe0bad93bf80e94be407ecdba5014ac39ea0727df775ea2b3af4699a9fc4c03 DIST ferret-4.0.tar.gz 36867 BLAKE2B 0c386d5ad24fcd0662108e8e6005f94900c68099af0fedd181eb63d1c0f762ece02c0daf65dcbca1205b5c3c724ed73c523089da0b3db4f8c7f6d5aed737f113 SHA512 4d3e39a172a7ef26ddfd49e0582cb11f44851a486dd5ac298e54b9879966b5d09e2f9b0a76dfb5f30157035989ccc21269c3e5adbd5a4c8c7d0797bfe729eeb8 diff --git a/app-vim/ferret/ferret-1.4-r1.ebuild b/app-vim/ferret/ferret-1.4-r1.ebuild deleted file mode 100644 index 1ff874a4a8d1..000000000000 --- a/app-vim/ferret/ferret-1.4-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced multi-file search" -HOMEPAGE="https://github.com/wincent/ferret" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" - -LICENSE="vim" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/unzip" - -src_prepare() { - default - rm -rvf test.rb doc/.gitignore || die - # See bug 612282. - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die -} diff --git a/app-vim/ferret/ferret-1.4.ebuild b/app-vim/ferret/ferret-1.4.ebuild deleted file mode 100644 index c6e382c72335..000000000000 --- a/app-vim/ferret/ferret-1.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced multi-file search" -HOMEPAGE="https://github.com/wincent/ferret" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" - -LICENSE="vim" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/unzip" - -src_prepare() { - default - rm -v test.rb || die -} diff --git a/app-vim/ferret/ferret-1.5.ebuild b/app-vim/ferret/ferret-1.5.ebuild deleted file mode 100644 index 1ff874a4a8d1..000000000000 --- a/app-vim/ferret/ferret-1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced multi-file search" -HOMEPAGE="https://github.com/wincent/ferret" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.zip -> ${P}.zip" - -LICENSE="vim" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/unzip" - -src_prepare() { - default - rm -rvf test.rb doc/.gitignore || die - # See bug 612282. - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die -} diff --git a/app-vim/ferret/ferret-2.0.ebuild b/app-vim/ferret/ferret-2.0.ebuild deleted file mode 100644 index d6d32cacfbdb..000000000000 --- a/app-vim/ferret/ferret-2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced multi-file search" -HOMEPAGE="https://github.com/wincent/ferret" -SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="vim" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_prepare() { - default - - rm -rv test.rb doc/.gitignore || die - # See bug 612282. - mv ftplugin/qf.vim ftplugin/${PN}qf.vim || die -} |