Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/
Date: Thu, 25 Aug 2016 10:37:15
Message-Id: 1472120957.f0db7e0eef4bb283ffdfb95dca2783e3b023abda.pacho@gentoo
1 commit: f0db7e0eef4bb283ffdfb95dca2783e3b023abda
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 10:29:17 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 10:29:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0db7e0e
7
8 dev-libs/libIDL: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/libIDL/libIDL-0.8.14-r1.ebuild | 39 ---------------------------------
13 1 file changed, 39 deletions(-)
14
15 diff --git a/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild b/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild
16 deleted file mode 100644
17 index bb7b9c9..00000000
18 --- a/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild
19 +++ /dev/null
20 @@ -1,39 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -GNOME_TARBALL_SUFFIX="bz2"
27 -GCONF_DEBUG="no"
28 -
29 -inherit eutils gnome2 multilib-minimal
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.44.1-r1:2[${MULTILIB_USEDEP}]"
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"
47 -
48 -multilib_src_configure() {
49 - local ECONF_SOURCE="${S}"
50 - gnome2_src_configure
51 -}
52 -
53 -multilib_src_compile() {
54 - gnome2_src_compile
55 -}
56 -
57 -multilib_src_isntall() {
58 - gnome2_src_install
59 -}