Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/
Date: Sun, 25 Mar 2018 10:51:49
Message-Id: 1521975093.021ebbbd072cf17699d86861033f7f20c6e18845.zlogene@gentoo
1 commit: 021ebbbd072cf17699d86861033f7f20c6e18845
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 10:51:33 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 10:51:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021ebbbd
7
8 dev-libs/dotconf: Drop old revision with EAPI=3
9
10 Closes: https://bugs.gentoo.org/642274
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-libs/dotconf/dotconf-1.3.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/dev-libs/dotconf/dotconf-1.3.ebuild b/dev-libs/dotconf/dotconf-1.3.ebuild
17 deleted file mode 100644
18 index d425ce627c0..00000000000
19 --- a/dev-libs/dotconf/dotconf-1.3.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="3"
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="dot.conf configuration file parser"
30 -HOMEPAGE="https://github.com/williamh/dotconf"
31 -SRC_URI="mirror://gentoo/${P}.tar.gz"
32 -LICENSE="LGPL-2.1"
33 -
34 -SLOT="0"
35 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
36 -IUSE=""
37 -DEPEND=">=sys-devel/autoconf-2.58"
38 -RDEPEND=""
39 -
40 -src_compile() {
41 - emake CC=$(tc-getCC) || die
42 -}
43 -
44 -src_install() {
45 - emake DESTDIR="${D}" install || die
46 -}
47 -
48 -pkg_postinst() {
49 - ewarn 'This version requires that you run revdep-rebuild after'
50 - ewarn 'the upgrade.'
51 -}