diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 17:29:17 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 17:30:34 +0100 |
commit | 0e20ccb7c896d6f42a4d088a9f2644d07e2b466f (patch) | |
tree | e9a560bbf580f7227065dc43fb9e78d364103562 /app-text/agrep | |
parent | dev-cpp/pstreams: treeclean (diff) | |
download | gentoo-0e20ccb7c896d6f42a4d088a9f2644d07e2b466f.tar.gz gentoo-0e20ccb7c896d6f42a4d088a9f2644d07e2b466f.tar.bz2 gentoo-0e20ccb7c896d6f42a4d088a9f2644d07e2b466f.zip |
app-text/agrep: treeclean
Closes: https://bugs.gentoo.org/870736
Closes: https://bugs.gentoo.org/854879
Closes: https://bugs.gentoo.org/729536
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-text/agrep')
-rw-r--r-- | app-text/agrep/Manifest | 1 | ||||
-rw-r--r-- | app-text/agrep/agrep-2.04-r2.ebuild | 35 | ||||
-rw-r--r-- | app-text/agrep/metadata.xml | 8 |
3 files changed, 0 insertions, 44 deletions
diff --git a/app-text/agrep/Manifest b/app-text/agrep/Manifest deleted file mode 100644 index a20420053169..000000000000 --- a/app-text/agrep/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST agrep-2.04.tar.Z 62351 BLAKE2B 7856c172aff84d188cc38e83fc8eece63f66cb30a8a1753ec5f54d98fbc47a33d9caad69520c531c66f2958c762f26312032ee7a9e4e4040709f4d366fdbf4a9 SHA512 4524250c2c0b309243fd245efb04fa8d867f45a92b0d977b29d2ff8ec99586c16c35b8a78cdd5aeb4c529fe0270c8b1220d6ddf52d947e6181a5f04bdbed5aee diff --git a/app-text/agrep/agrep-2.04-r2.ebuild b/app-text/agrep/agrep-2.04-r2.ebuild deleted file mode 100644 index 522dc26f746a..000000000000 --- a/app-text/agrep/agrep-2.04-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="A tool for the fast searching of text allowing for errors in the search pattern" -HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README" -SRC_URI="ftp://ftp.cs.arizona.edu/${PN}/${P}.tar.Z" - -LICENSE="AGREP" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris" - -RDEPEND=" - !dev-libs/tre - !dev-ruby/amatch - !app-misc/glimpse" - -DOCS=( README agrep.algorithms agrep.chronicle COPYRIGHT contribution.list ) - -src_compile() { - sed -i \ - -e 's/^CFLAGS.*//' \ - -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die - tc-export CC - emake -} - -src_install() { - dobin "${PN}" - doman "${PN}.1" - einstalldocs -} diff --git a/app-text/agrep/metadata.xml b/app-text/agrep/metadata.xml deleted file mode 100644 index 6258504e5133..000000000000 --- a/app-text/agrep/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>shell-tools@gentoo.org</email> - <name>Gentoo Shell Tools Project</name> - </maintainer> -</pkgmetadata> |