Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/dotconf/
Date: Tue, 30 Aug 2022 01:56:05
Message-Id: 1661824549.7a595c6c64d3605707c79fe5ba7df69e988106e6.williamh@gentoo
1 commit: 7a595c6c64d3605707c79fe5ba7df69e988106e6
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 01:55:49 2022 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 01:55:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a595c6c
7
8 dev-libs/dotconf: drop 1.3-r1
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 dev-libs/dotconf/dotconf-1.3-r1.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-libs/dotconf/dotconf-1.3-r1.ebuild b/dev-libs/dotconf/dotconf-1.3-r1.ebuild
16 deleted file mode 100644
17 index 8aee7539c6b2..000000000000
18 --- a/dev-libs/dotconf/dotconf-1.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit toolchain-funcs
27 -
28 -DESCRIPTION="dot.conf configuration file parser"
29 -HOMEPAGE="https://github.com/williamh/dotconf"
30 -SRC_URI="mirror://gentoo/${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
35 -IUSE=""
36 -
37 -DEPEND=">=sys-devel/autoconf-2.58"
38 -RDEPEND=""
39 -
40 -src_configure() {
41 - econf --disable-static
42 -}
43 -
44 -src_compile() {
45 - emake CC="$(tc-getCC)"
46 -}
47 -
48 -pkg_postinst() {
49 - ewarn 'This version requires that you run revdep-rebuild after'
50 - ewarn 'the upgrade.'
51 -}