Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/
Date: Sun, 30 Dec 2018 11:33:02
Message-Id: 1546169526.638ae225718c8b1be9fd0c7196c163965f5ec127.leio@gentoo
1 commit: 638ae225718c8b1be9fd0c7196c163965f5ec127
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 11:32:06 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 11:32:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638ae225
7
8 dev-libs/libIDL: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-libs/libIDL/libIDL-0.8.14.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-libs/libIDL/libIDL-0.8.14.ebuild b/dev-libs/libIDL/libIDL-0.8.14.ebuild
17 deleted file mode 100644
18 index 71df66bbaa2..00000000000
19 --- a/dev-libs/libIDL/libIDL-0.8.14.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -GNOME_TARBALL_SUFFIX="bz2"
27 -GCONF_DEBUG="no"
28 -
29 -inherit eutils gnome2
30 -
31 -DESCRIPTION="CORBA tree builder"
32 -HOMEPAGE="https://www.gnome.org/"
33 -
34 -LICENSE="LGPL-2"
35 -SLOT="0"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
37 -IUSE=""
38 -
39 -RDEPEND=">=dev-libs/glib-2.4:2"
40 -DEPEND="${RDEPEND}
41 - sys-devel/flex
42 - virtual/yacc
43 - virtual/pkgconfig"
44 -
45 -DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README"
46 -G2CONF="--disable-static"