diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-18 23:34:55 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-03-18 23:34:55 +0000 |
commit | b0cdf932041bb145499b3051979c4c8f385efbce (patch) | |
tree | 38fa2a0eed918b55e6a7044fff1b35b6cf47fa58 /dev-libs/libIDL | |
parent | Adding inputmethods target on qt-gui-4.4.2-r3 as well ( bug #262917 ) (diff) | |
download | gentoo-2-b0cdf932041bb145499b3051979c4c8f385efbce.tar.gz gentoo-2-b0cdf932041bb145499b3051979c4c8f385efbce.tar.bz2 gentoo-2-b0cdf932041bb145499b3051979c4c8f385efbce.zip |
Bump to 0.8.13. Build fixes.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libIDL')
-rw-r--r-- | dev-libs/libIDL/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libIDL/files/libIDL-0.8.11-bison-2.4.patch | 21 | ||||
-rw-r--r-- | dev-libs/libIDL/libIDL-0.8.13.ebuild (renamed from dev-libs/libIDL/libIDL-0.8.11.ebuild) | 8 |
3 files changed, 11 insertions, 27 deletions
diff --git a/dev-libs/libIDL/ChangeLog b/dev-libs/libIDL/ChangeLog index beab08642463..24bee08dd343 100644 --- a/dev-libs/libIDL/ChangeLog +++ b/dev-libs/libIDL/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libIDL # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/ChangeLog,v 1.108 2009/03/06 15:32:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/ChangeLog,v 1.109 2009/03/18 23:34:55 eva Exp $ + +*libIDL-0.8.13 (18 Mar 2009) + + 18 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org> + -files/libIDL-0.8.11-bison-2.4.patch, -libIDL-0.8.11.ebuild, + +libIDL-0.8.13.ebuild: + Bump to 0.8.13. Build fixes. 06 Mar 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking libIDL-0.8.12 ppc stable for bug 260063 diff --git a/dev-libs/libIDL/files/libIDL-0.8.11-bison-2.4.patch b/dev-libs/libIDL/files/libIDL-0.8.11-bison-2.4.patch deleted file mode 100644 index 25dbf1e89d63..000000000000 --- a/dev-libs/libIDL/files/libIDL-0.8.11-bison-2.4.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN libIDL-0.8.11.orig/parser.y libIDL-0.8.11/parser.y ---- libIDL-0.8.11.orig/parser.y 2007-01-01 18:41:34.000000000 -0500 -+++ libIDL-0.8.11/parser.y 2008-11-13 15:31:13.000000000 -0500 -@@ -607,7 +607,7 @@ struct_type: z_props TOK_STRUCT - { $<str>$ = "struct"; } - z_new_scope_catch '{' { - g_hash_table_insert (__IDL_structunion_ht, $4, $4); -- $$ = IDL_type_struct_new ($4, NULL); -+ $<tree>$ = IDL_type_struct_new ($4, NULL); - } member_list - '}' pop_scope { - g_hash_table_remove (__IDL_structunion_ht, $4); -@@ -624,7 +624,7 @@ union_type: z_props TOK_UNION - switch_type_spec - ')' '{' { - g_hash_table_insert (__IDL_structunion_ht, $4, $4); -- $$ = IDL_type_union_new ($4, $7, NULL); -+ $<tree>$ = IDL_type_union_new ($4, $7, NULL); - } switch_body - '}' pop_scope { - g_hash_table_remove (__IDL_structunion_ht, $4); diff --git a/dev-libs/libIDL/libIDL-0.8.11.ebuild b/dev-libs/libIDL/libIDL-0.8.13.ebuild index a29e3ac85c1c..6b1b9ffcbe39 100644 --- a/dev-libs/libIDL/libIDL-0.8.11.ebuild +++ b/dev-libs/libIDL/libIDL-0.8.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.11.ebuild,v 1.7 2008/11/22 16:02:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.13.ebuild,v 1.1 2009/03/18 23:34:55 eva Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/glib-2.4" @@ -23,6 +23,4 @@ DOCS="AUTHORS BUGS ChangeLog HACKING MAINTAINERS NEWS README" src_unpack() { gnome2_src_unpack epunt_cxx - - epatch "${FILESDIR}"/${P}-bison-2.4.patch } |