Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libidmef/
Date: Wed, 29 May 2019 18:07:36
Message-Id: 1559153228.ad0d02b8c46ce5a288fe0faa513aa622d928aff5.asturm@gentoo
1 commit: ad0d02b8c46ce5a288fe0faa513aa622d928aff5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu May 16 19:03:08 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 18:07:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0d02b8
7
8 dev-libs/libidmef: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libidmef/libidmef-1.0.3.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-libs/libidmef/libidmef-1.0.3.ebuild b/dev-libs/libidmef/libidmef-1.0.3.ebuild
17 deleted file mode 100644
18 index ac0b722c624..00000000000
19 --- a/dev-libs/libidmef/libidmef-1.0.3.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Implementation of the IDMEF XML draft"
30 -HOMEPAGE="https://sourceforge.net/projects/libidmef/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="debug static-libs"
37 -
38 -DEPEND=">=dev-libs/libxml2-2.5.10"
39 -RDEPEND="${DEPEND}"
40 -
41 -S="${WORKDIR}/${PN}"
42 -
43 -DOCS=( AUTHORS ChangeLog FAQ NEWS README TODO )
44 -
45 -src_configure() {
46 - econf \
47 - $(use_enable debug) \
48 - $(use_enable static-libs static)
49 -}