diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 22:00:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 22:25:24 +0000 |
commit | 4373ef2f7321e62d58ce0d271b4160108122185a (patch) | |
tree | 31da337ab603bdf581138f4c134b2704fcb09f25 /app-text/vgrep | |
parent | app-forensics/magicrescue: drop 1.1.10-r3 (diff) | |
download | gentoo-4373ef2f7321e62d58ce0d271b4160108122185a.tar.gz gentoo-4373ef2f7321e62d58ce0d271b4160108122185a.tar.bz2 gentoo-4373ef2f7321e62d58ce0d271b4160108122185a.zip |
app-text/vgrep: drop 2.5.1, 2.5.2, 2.5.5
Bug: https://bugs.gentoo.org/886679
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/vgrep')
-rw-r--r-- | app-text/vgrep/Manifest | 3 | ||||
-rw-r--r-- | app-text/vgrep/vgrep-2.5.1.ebuild | 30 | ||||
-rw-r--r-- | app-text/vgrep/vgrep-2.5.2.ebuild | 30 | ||||
-rw-r--r-- | app-text/vgrep/vgrep-2.5.5.ebuild | 30 |
4 files changed, 0 insertions, 93 deletions
diff --git a/app-text/vgrep/Manifest b/app-text/vgrep/Manifest index cb67868fc6d9..9f8a1d57e833 100644 --- a/app-text/vgrep/Manifest +++ b/app-text/vgrep/Manifest @@ -1,4 +1 @@ -DIST vgrep-2.5.1.tar.gz 1355092 BLAKE2B 82b9da137400ede07b3fc2472168139385df8ee639aa0ba34832d20e437ac3da5a86f89fcc9139faa0ca3a037a358a50947b982473d114056483aaf9cfdde52e SHA512 97561ac933fa8a716c9205910d088bf0bb852f2d68ea2226e27e30b5885aabd37223ec4368d72cd0ae5c72735e273004bd054a2b633e61ecb7fd854254cfaecd -DIST vgrep-2.5.2.tar.gz 1571753 BLAKE2B c3378fa11e9bb88fb8d63a380722603efa0725e2d43b69aafbb6ff8788abab441f1fbd3d0c946c922c8100863c185623b41aa76a04e81aab302b26d68f5956d7 SHA512 dc63647b995a21e75d9658efd7e9bcc4c706221ac249d0273cf6997eef832ba4a27f825126fb3fb4c65d724c75e27d04e9b5505b0b65c9b9b0022a49580011a6 -DIST vgrep-2.5.5.tar.gz 1571944 BLAKE2B 263ae7c9092de890861f9f8acf69f06477b7cb4078274ae0dd67b2c5ba2aea0058e57fee9b3efb51e1393fea803eaa26be853bf575821f5b4aa95935230f332f SHA512 f4f37eb2fc95e3937085bf8ccb9e908200a2640928a0ef216bf4f1bd510f2b53bcce2f01251a898ea295876789362fb5be5fc0bce0dfa5a77262b70f9a4f98d4 DIST vgrep-2.6.0.tar.gz 1589155 BLAKE2B 847954ccf020c2b7f54360aab2fd9e3fc897dfd3ceab7d9ecd79f378c18196048649b37f4f9b62dc8f2af46f874a8433c8a20e5e025ca9e0f08b8f6859b0dd40 SHA512 712ca1ab4318a69fbb9f0e60343c188b292c59c52ca488adb1db546937822b0e49a49541e2b9e69cec6b721003198518f530521f4c726988516bcd64e7247846 diff --git a/app-text/vgrep/vgrep-2.5.1.ebuild b/app-text/vgrep/vgrep-2.5.1.ebuild deleted file mode 100644 index bc38ee195178..000000000000 --- a/app-text/vgrep/vgrep-2.5.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit go-module - -DESCRIPTION="A pager for grep, git-grep and similar grep implementations" -HOMEPAGE="https://github.com/vrothberg/vgrep" -SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD GPL-3+ MIT MIT-with-advertising" -SLOT="0" -KEYWORDS="amd64" - -# golangci-lint is required to run tests which is not yet packaged -RESTRICT="strip test" - -BDEPEND="dev-go/go-md2man" - -DOCS=( README.md ) - -src_compile() { - emake build -} - -src_install() { - emake PREFIX="${D}/usr" install - einstalldocs -} diff --git a/app-text/vgrep/vgrep-2.5.2.ebuild b/app-text/vgrep/vgrep-2.5.2.ebuild deleted file mode 100644 index 8946ea7fa45b..000000000000 --- a/app-text/vgrep/vgrep-2.5.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit go-module - -DESCRIPTION="A pager for grep, git-grep and similar grep implementations" -HOMEPAGE="https://github.com/vrothberg/vgrep" -SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD GPL-3+ MIT MIT-with-advertising" -SLOT="0" -KEYWORDS="~amd64" - -# golangci-lint is required to run tests which is not yet packaged -RESTRICT="strip test" - -BDEPEND="dev-go/go-md2man" - -DOCS=( README.md ) - -src_compile() { - emake build -} - -src_install() { - emake PREFIX="${D}/usr" install - einstalldocs -} diff --git a/app-text/vgrep/vgrep-2.5.5.ebuild b/app-text/vgrep/vgrep-2.5.5.ebuild deleted file mode 100644 index 8946ea7fa45b..000000000000 --- a/app-text/vgrep/vgrep-2.5.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -inherit go-module - -DESCRIPTION="A pager for grep, git-grep and similar grep implementations" -HOMEPAGE="https://github.com/vrothberg/vgrep" -SRC_URI="https://github.com/vrothberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD GPL-3+ MIT MIT-with-advertising" -SLOT="0" -KEYWORDS="~amd64" - -# golangci-lint is required to run tests which is not yet packaged -RESTRICT="strip test" - -BDEPEND="dev-go/go-md2man" - -DOCS=( README.md ) - -src_compile() { - emake build -} - -src_install() { - emake PREFIX="${D}/usr" install - einstalldocs -} |