commit:     98477f737e991b2f1bbbecf0547df816043ecaf1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 01:56:26 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 01:56:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98477f73

dev-util/gperf: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-util/gperf/Manifest           |  1 -
 dev-util/gperf/gperf-3.0.4.ebuild | 26 --------------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-util/gperf/Manifest b/dev-util/gperf/Manifest
index 3a9773ab684..5be25322805 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 34938d57cb4..00000000000
--- 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"
-}

Reply via email to