From: Tony Vroon Date: Tue, 20 Sep 2011 13:17:52 +0000 (+0000) Subject: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=462a0e6a3a01be3c5433a21d13264320181b5bd4;p=gentoo.git Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian "idella4" Delaney in bug #382641. Package-Manager: portage-2.1.10.19/cvs/Linux x86_64 --- diff --git a/media-libs/liblrdf/ChangeLog b/media-libs/liblrdf/ChangeLog index b5b9537f8c49..57343d5419c6 100644 --- a/media-libs/liblrdf/ChangeLog +++ b/media-libs/liblrdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/liblrdf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.41 2011/07/29 17:03:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/ChangeLog,v 1.42 2011/09/20 13:17:52 chainsaw Exp $ + + 20 Sep 2011; Tony Vroon liblrdf-0.4.0-r20.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian + "idella4" Delaney in bug #382641. 29 Jul 2011; Samuli Suominen liblrdf-0.4.0-r20.ebuild, +files/liblrdf-0.4.0-rename_clashing_md5_symbols.patch: diff --git a/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild b/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild index 1807caf0624b..8331ed12caab 100644 --- a/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild +++ b/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild,v 1.3 2011/07/29 17:03:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblrdf/liblrdf-0.4.0-r20.ebuild,v 1.4 2011/09/20 13:17:52 chainsaw Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/lrdf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs" RDEPEND="media-libs/raptor:2 diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index b85ad4eacec4..cb13802ba37f 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.105 2011/09/11 19:24:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.106 2011/09/20 13:14:22 chainsaw Exp $ + + 20 Sep 2011; Tony Vroon raptor-2.0.4.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian + "idella4" Delaney in bug #382641. 11 Sep 2011; Samuli Suominen raptor-2.0.4.ebuild, +files/raptor-2.0.4-fix_math_test.patch: diff --git a/media-libs/raptor/raptor-2.0.4.ebuild b/media-libs/raptor/raptor-2.0.4.ebuild index 415f66b5f92f..1dc4d69a58d6 100644 --- a/media-libs/raptor/raptor-2.0.4.ebuild +++ b/media-libs/raptor/raptor-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.4.ebuild,v 1.2 2011/09/11 19:24:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.4.ebuild,v 1.3 2011/09/20 13:14:22 chainsaw Exp $ EAPI=4 inherit autotools eutils libtool @@ -13,7 +13,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="2" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+curl debug json static-libs unicode +xml" RDEPEND="unicode? ( dev-libs/glib:2 )