summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-17 20:56:26 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-17 20:56:26 -0500
commit98477f737e991b2f1bbbecf0547df816043ecaf1 (patch)
tree9295f983b7f155ee92dcb92d7e1d242f7ae22f7c
parentapp-text/delta: drop old EAPI (diff)
downloadgentoo-98477f73.tar.gz
gentoo-98477f73.tar.bz2
gentoo-98477f73.zip
dev-util/gperf: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--dev-util/gperf/Manifest1
-rw-r--r--dev-util/gperf/gperf-3.0.4.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/gperf/Manifest b/dev-util/gperf/Manifest
index 3a9773ab684d..5be253228059 100644
--- a/dev-util/gperf/Manifest
+++ b/dev-util/gperf/Manifest
@@ -1,2 +1 @@
-DIST gperf-3.0.4.tar.gz 983500 BLAKE2B b83bb45fb88143f2847405efd769472c5b3ea9277af88568bf8860ae653563ff3c23a9705651eac50949fdfad3efd957856f712f7810b21cc6dd32dcf40adb12 SHA512 24a65ac93c9d640670b015a76378eb7e0f167bec685d03f7dc68005d5a6d693d98b2189f7a0ab5bb9e5dc700de7d417c215230f9dbe062ba119240a8da535dad
DIST gperf-3.1.tar.gz 1215925 BLAKE2B bc4c54ade3f7dce484714d77cb5759dcc02b7a607d7b1aff6bdbcd06ee4c83e9449038a7217d5f25bcbef058ba56e1fce9383b9599de005154e5a9b566ac9c69 SHA512 855ebce5ff36753238a44f14c95be7afdc3990b085960345ca2caf1a2db884f7db74d406ce9eec2f4a52abb8a063d4ed000a36b317c9a353ef4e25e2cca9a3f4
diff --git a/dev-util/gperf/gperf-3.0.4.ebuild b/dev-util/gperf/gperf-3.0.4.ebuild
deleted file mode 100644
index 34938d57cb47..000000000000
--- a/dev-util/gperf/gperf-3.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="A perfect hash function generator"
-HOMEPAGE="https://www.gnu.org/software/gperf/"
-SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-src_prepare() {
- sed -i \
- -e "/^AR /s:=.*:= $(tc-getAR):" \
- -e "/^CPPFLAGS /s:=:+=:" \
- */Makefile.in || die #444078
-}
-
-src_configure() {
- econf --htmldir='$(datarootdir)/doc/'"${PF}/html"
-}