pacho 15/02/18 11:15:27 Modified: metadata.xml ChangeLog Added: totem-pl-parser-3.10.4.ebuild Removed: totem-pl-parser-3.10.2.ebuild Log: Version bump, drop old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.5 dev-libs/totem-pl-parser/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 14 May 2011 16:24:58 -0000 1.4 +++ metadata.xml 18 Feb 2015 11:15:27 -0000 1.5 @@ -3,10 +3,8 @@ <pkgmetadata> <herd>gnome</herd> <use> - <flag name='archive'>Enables support for accessing media files in archives + <flag name='archive'>Enables support for accessing media files in archives transparently via <pkg>app-arch/libarchive</pkg></flag> - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for - introspection</flag> <flag name="quvi">Use <pkg>media-libs/quvi</pkg> for parsing video links</flag> </use> 1.154 dev-libs/totem-pl-parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.154&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?rev=1.154&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog?r1=1.153&r2=1.154 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- ChangeLog 19 Dec 2014 13:36:12 -0000 1.153 +++ ChangeLog 18 Feb 2015 11:15:27 -0000 1.154 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/totem-pl-parser -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.153 2014/12/19 13:36:12 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.154 2015/02/18 11:15:27 pacho Exp $ + +*totem-pl-parser-3.10.4 (18 Feb 2015) + + 18 Feb 2015; Pacho Ramos <pa...@gentoo.org> +totem-pl-parser-3.10.4.ebuild, + -totem-pl-parser-3.10.2.ebuild, metadata.xml: + Version bump, drop old 19 Dec 2014; Pacho Ramos <pa...@gentoo.org> totem-pl-parser-3.10.3.ebuild: amd64 stable, bug 529964 1.1 dev-libs/totem-pl-parser/totem-pl-parser-3.10.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-3.10.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-3.10.4.ebuild?rev=1.1&content-type=text/plain Index: totem-pl-parser-3.10.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/totem-pl-parser-3.10.4.ebuild,v 1.1 2015/02/18 11:15:27 pacho Exp $ EAPI="5" GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="Playlist parsing library" HOMEPAGE="http://developer.gnome.org/totem-pl-parser/stable/" LICENSE="LGPL-2+" SLOT="0/18" IUSE="archive crypt +introspection +quvi test" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" RDEPEND=" >=dev-libs/glib-2.31:2 dev-libs/gmime:2.6 >=net-libs/libsoup-2.43:2.4 archive? ( >=app-arch/libarchive-3 ) crypt? ( dev-libs/libgcrypt:0 ) introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) quvi? ( >=media-libs/libquvi-0.9.1:0= ) " DEPEND="${RDEPEND} !<media-video/totem-2.21 >=dev-util/intltool-0.35 >=dev-util/gtk-doc-am-1.14 >=sys-devel/gettext-0.17 virtual/pkgconfig test? ( gnome-base/gvfs[http] sys-apps/dbus ) " # eautoreconf needs: # dev-libs/gobject-introspection-common # >=gnome-base/gnome-common-3.6 src_prepare() { # Disable tests requiring network access, bug #346127 # 3rd test fails on upgrade, not once installed sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \ -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \ -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1/:'\ -i plparse/tests/parser.c || die "sed failed" gnome2_src_prepare } src_configure() { gnome2_src_configure \ --disable-static \ $(use_enable archive libarchive) \ $(use_enable crypt libgcrypt) \ $(use_enable quvi) \ $(use_enable introspection) } src_test() { # This is required as told by upstream in bgo#629542 GVFS_DISABLE_FUSE=1 dbus-launch emake check || die "emake check failed" }