[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2024-08-25 Thread Andreas K. Hüttel
commit: d344df881af096330847af79b5487a4fb5511851
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Aug 25 15:10:47 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Aug 25 15:23:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d344df88

dev-libs/libIDL: remove ~mips, library and leaf package

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-libs/libIDL/libIDL-0.8.14-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r4.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r4.ebuild
index 16db90846d23..42f465d696ea 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r4.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r4.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2022-10-28 Thread Sam James
commit: cfe96f0c9ff5204acf8c75f42887ccb707d127fa
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 28 19:21:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 28 19:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe96f0c

dev-libs/libIDL: drop multilib

No multilib reverse dependencies.

Signed-off-by: Sam James  gentoo.org>

 .../{libIDL-0.8.14-r3.ebuild => libIDL-0.8.14-r4.ebuild} | 16 ++--
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r3.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r4.ebuild
similarity index 66%
rename from dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
rename to dev-libs/libIDL/libIDL-0.8.14-r4.ebuild
index 6f9443f5ab35..905d25ac123d 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 GNOME_TARBALL_SUFFIX="bz2"
-inherit gnome2 multilib-minimal
+inherit gnome2
 
 DESCRIPTION="CORBA tree builder"
 HOMEPAGE="https://www.gnome.org/";
@@ -13,21 +13,9 @@ LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 
-RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
+RDEPEND=">=dev-libs/glib-2.44.1-r1:2"
 DEPEND="${RDEPEND}"
 BDEPEND="
sys-devel/flex
virtual/yacc
virtual/pkgconfig"
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" gnome2_src_configure
-}
-
-multilib_src_compile() {
-   gnome2_src_compile
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2022-06-19 Thread David Seifert
commit: db047339ac35bf0b1c717eab3d4b4e41e54fe25b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jun 19 18:50:44 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jun 19 18:50:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db047339

dev-libs/libIDL: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 .../{libIDL-0.8.14-r2.ebuild => libIDL-0.8.14-r3.ebuild} | 16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
similarity index 79%
rename from dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
rename to dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
index b8846164f94a..6f9443f5ab35 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-GNOME_TARBALL_SUFFIX="bz2"
+EAPI=8
 
+GNOME_TARBALL_SUFFIX="bz2"
 inherit gnome2 multilib-minimal
 
 DESCRIPTION="CORBA tree builder"
@@ -12,18 +12,16 @@ HOMEPAGE="https://www.gnome.org/";
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/flex
virtual/yacc
-   virtual/pkgconfig
-"
+   virtual/pkgconfig"
 
 multilib_src_configure() {
-   local ECONF_SOURCE="${S}"
-   gnome2_src_configure --disable-static
+   ECONF_SOURCE="${S}" gnome2_src_configure
 }
 
 multilib_src_compile() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2020-12-27 Thread Fabian Groffen
commit: 14b99d11d4d54e87aea4e786fc21dcd11c85d2f6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 14:14:04 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 14:21:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b99d11

dev-libs/libIDL: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
index 84a4d8eaa1f..e5805f28a6e 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2018-12-30 Thread Mart Raudsepp
commit: 638ae225718c8b1be9fd0c7196c163965f5ec127
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 30 11:32:06 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 30 11:32:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638ae225

dev-libs/libIDL: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libIDL/libIDL-0.8.14.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14.ebuild
deleted file mode 100644
index 71df66bbaa2..000
--- a/dev-libs/libIDL/libIDL-0.8.14.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-GNOME_TARBALL_SUFFIX="bz2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="CORBA tree builder"
-HOMEPAGE="https://www.gnome.org/";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.4:2"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   virtual/yacc
-   virtual/pkgconfig"
-
-DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README"
-G2CONF="--disable-static"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2018-11-19 Thread Fabian Groffen
commit: 3a48b473d83117ca8fff4c075e8f8928191caf09
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Nov 19 13:56:59 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Nov 19 13:56:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a48b473

dev-libs/libIDL: added Prefix keywords

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
index aa649a61d9a..3c1dfb2b048 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2017-06-30 Thread Alexis Ballier
commit: bb986bdae47f6cc228cdcdd3abecfda1101dc508
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 30 11:24:07 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 30 12:47:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb986bda

dev-libs/libIDL: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
index 41b865a5935..aa649a61d9a 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2017-04-12 Thread Michael Haubenwallner
commit: aeda75f50cee6f72512258157e5613951a7672da
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Apr 12 17:21:03 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Apr 12 17:21:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeda75f5

dev-libs/libIDL: erm, drop prefix keywords, have to check winnt patches first

Package-Manager: portage-2.3.3

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
index e6b326aede9..41b865a5935 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2017-04-12 Thread Michael Haubenwallner
commit: ebf5cf8c862b0888791cb070f7e451f8e6e061cd
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Apr 12 13:50:10 2017 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Apr 12 13:50:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf5cf8c

dev-libs/libIDL: add prefix keywords

Package-Manager: portage-2.3.3

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
index 41b865a5935..e6b326aede9 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2016-12-06 Thread Markus Meier
commit: 6b2c01f3518f352504052b8e2bbbfcc1fbfb1c50
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Dec  6 20:21:46 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Dec  6 20:21:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2c01f3

dev-libs/libIDL: arm stable, bug #587010

Package-Manager: portage-2.3.2
RepoMan-Options: --include-arches="arm"

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
index a176ce2..4d05351 100644
--- a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnome.org/";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2016-08-25 Thread Pacho Ramos
commit: f0db7e0eef4bb283ffdfb95dca2783e3b023abda
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 25 10:29:17 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 25 10:29:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0db7e0e

dev-libs/libIDL: Drop old

Package-Manager: portage-2.3.0

 dev-libs/libIDL/libIDL-0.8.14-r1.ebuild | 39 -
 1 file changed, 39 deletions(-)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild
deleted file mode 100644
index bb7b9c9..
--- a/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GNOME_TARBALL_SUFFIX="bz2"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 multilib-minimal
-
-DESCRIPTION="CORBA tree builder"
-HOMEPAGE="https://www.gnome.org/";
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-   sys-devel/flex
-   virtual/yacc
-   virtual/pkgconfig"
-
-DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README"
-G2CONF="--disable-static"
-
-multilib_src_configure() {
-   local ECONF_SOURCE="${S}"
-   gnome2_src_configure
-}
-
-multilib_src_compile() {
-   gnome2_src_compile
-}
-
-multilib_src_isntall() {
-   gnome2_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2016-08-25 Thread Pacho Ramos
commit: 5e6b0f7142addf54e9afc45e53b352aba11ac305
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Aug 25 10:28:55 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Aug 25 10:28:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6b0f71

dev-libs/libIDL: eapi bump, drop .la files (fix typo in src_install phase), 
stop using deprecated G2CONF var

Package-Manager: portage-2.3.0

 dev-libs/libIDL/libIDL-0.8.14-r2.ebuild | 36 +
 1 file changed, 36 insertions(+)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
new file mode 100644
index ..3934aaa
--- /dev/null
+++ b/dev-libs/libIDL/libIDL-0.8.14-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME_TARBALL_SUFFIX="bz2"
+
+inherit gnome2 multilib-minimal
+
+DESCRIPTION="CORBA tree builder"
+HOMEPAGE="https://www.gnome.org/";
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/yacc
+   virtual/pkgconfig
+"
+
+multilib_src_configure() {
+   local ECONF_SOURCE="${S}"
+   gnome2_src_configure --disable-static
+}
+
+multilib_src_compile() {
+   gnome2_src_compile
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libIDL/

2016-06-16 Thread Ian Stakenvicius
commit: 28bf1530924ab709fe69fb56c6c56085e4268a33
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Jun 16 16:05:20 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Jun 16 17:54:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bf1530

dev-libs/libIDL: add multilib support

multilib support is needed for multilib gnome-base/orbit

Bug: http://bugs.gentoo.org/586014

Package-Manager: portage-2.2.28

 dev-libs/libIDL/libIDL-0.8.14-r1.ebuild | 39 +
 1 file changed, 39 insertions(+)

diff --git a/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild 
b/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild
new file mode 100644
index 000..bb7b9c9
--- /dev/null
+++ b/dev-libs/libIDL/libIDL-0.8.14-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GNOME_TARBALL_SUFFIX="bz2"
+GCONF_DEBUG="no"
+
+inherit eutils gnome2 multilib-minimal
+
+DESCRIPTION="CORBA tree builder"
+HOMEPAGE="https://www.gnome.org/";
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.44.1-r1:2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   sys-devel/flex
+   virtual/yacc
+   virtual/pkgconfig"
+
+DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README"
+G2CONF="--disable-static"
+
+multilib_src_configure() {
+   local ECONF_SOURCE="${S}"
+   gnome2_src_configure
+}
+
+multilib_src_compile() {
+   gnome2_src_compile
+}
+
+multilib_src_isntall() {
+   gnome2_src_install
+}