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: 1472120935.5e6b0f7142addf54e9afc45e53b352aba11ac305.pacho@gentoo
1 commit: 5e6b0f7142addf54e9afc45e53b352aba11ac305
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 25 10:28:55 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 10:28:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6b0f71
7
8 dev-libs/libIDL: eapi bump, drop .la files (fix typo in src_install phase), stop using deprecated G2CONF var
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 36 +++++++++++++++++++++++++++++++++
13 1 file changed, 36 insertions(+)
14
15 diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
16 new file mode 100644
17 index 00000000..3934aaa
18 --- /dev/null
19 +++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
20 @@ -0,0 +1,36 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +GNOME_TARBALL_SUFFIX="bz2"
27 +
28 +inherit gnome2 multilib-minimal
29 +
30 +DESCRIPTION="CORBA tree builder"
31 +HOMEPAGE="https://www.gnome.org/"
32 +
33 +LICENSE="LGPL-2"
34 +SLOT="0"
35 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
36 +IUSE=""
37 +
38 +RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
39 +DEPEND="${RDEPEND}
40 + sys-devel/flex
41 + virtual/yacc
42 + virtual/pkgconfig
43 +"
44 +
45 +multilib_src_configure() {
46 + local ECONF_SOURCE="${S}"
47 + gnome2_src_configure --disable-static
48 +}
49 +
50 +multilib_src_compile() {
51 + gnome2_src_compile
52 +}
53 +
54 +multilib_src_install() {
55 + gnome2_src_install
56 +}