Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gperf/
Date: Mon, 18 Nov 2019 02:18:15
Message-Id: 1574042186.98477f737e991b2f1bbbecf0547df816043ecaf1.bman@gentoo
1 commit: 98477f737e991b2f1bbbecf0547df816043ecaf1
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 01:56:26 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 01:56:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98477f73
7
8 dev-util/gperf: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-util/gperf/Manifest | 1 -
13 dev-util/gperf/gperf-3.0.4.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-util/gperf/Manifest b/dev-util/gperf/Manifest
17 index 3a9773ab684..5be25322805 100644
18 --- a/dev-util/gperf/Manifest
19 +++ b/dev-util/gperf/Manifest
20 @@ -1,2 +1 @@
21 -DIST gperf-3.0.4.tar.gz 983500 BLAKE2B b83bb45fb88143f2847405efd769472c5b3ea9277af88568bf8860ae653563ff3c23a9705651eac50949fdfad3efd957856f712f7810b21cc6dd32dcf40adb12 SHA512 24a65ac93c9d640670b015a76378eb7e0f167bec685d03f7dc68005d5a6d693d98b2189f7a0ab5bb9e5dc700de7d417c215230f9dbe062ba119240a8da535dad
22 DIST gperf-3.1.tar.gz 1215925 BLAKE2B bc4c54ade3f7dce484714d77cb5759dcc02b7a607d7b1aff6bdbcd06ee4c83e9449038a7217d5f25bcbef058ba56e1fce9383b9599de005154e5a9b566ac9c69 SHA512 855ebce5ff36753238a44f14c95be7afdc3990b085960345ca2caf1a2db884f7db74d406ce9eec2f4a52abb8a063d4ed000a36b317c9a353ef4e25e2cca9a3f4
23
24 diff --git a/dev-util/gperf/gperf-3.0.4.ebuild b/dev-util/gperf/gperf-3.0.4.ebuild
25 deleted file mode 100644
26 index 34938d57cb4..00000000000
27 --- a/dev-util/gperf/gperf-3.0.4.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="4"
34 -
35 -inherit toolchain-funcs
36 -
37 -DESCRIPTION="A perfect hash function generator"
38 -HOMEPAGE="https://www.gnu.org/software/gperf/"
39 -SRC_URI="mirror://gnu/gperf/${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -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"
44 -IUSE=""
45 -
46 -src_prepare() {
47 - sed -i \
48 - -e "/^AR /s:=.*:= $(tc-getAR):" \
49 - -e "/^CPPFLAGS /s:=:+=:" \
50 - */Makefile.in || die #444078
51 -}
52 -
53 -src_configure() {
54 - econf --htmldir='$(datarootdir)/doc/'"${PF}/html"
55 -}