From 32780eed1db4d51a0eca948d9f64e5f5db8231f1 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 29 Mar 2014 21:20:23 +0000 Subject: Version bump, drop old (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- dev-libs/totem-pl-parser/ChangeLog | 8 ++- .../totem-pl-parser/totem-pl-parser-3.10.0.ebuild | 64 ---------------------- .../totem-pl-parser/totem-pl-parser-3.10.2.ebuild | 64 ++++++++++++++++++++++ .../totem-pl-parser/totem-pl-parser-3.4.5.ebuild | 64 ---------------------- 4 files changed, 71 insertions(+), 129 deletions(-) delete mode 100644 dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild create mode 100644 dev-libs/totem-pl-parser/totem-pl-parser-3.10.2.ebuild delete mode 100644 dev-libs/totem-pl-parser/totem-pl-parser-3.4.5.ebuild (limited to 'dev-libs') diff --git a/dev-libs/totem-pl-parser/ChangeLog b/dev-libs/totem-pl-parser/ChangeLog index b08c0c8709b7..1980035d764f 100644 --- a/dev-libs/totem-pl-parser/ChangeLog +++ b/dev-libs/totem-pl-parser/ChangeLog @@ -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.146 2014/03/09 11:55:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.147 2014/03/29 21:20:23 pacho Exp $ + +*totem-pl-parser-3.10.2 (29 Mar 2014) + + 29 Mar 2014; Pacho Ramos +totem-pl-parser-3.10.2.ebuild, + -totem-pl-parser-3.10.0.ebuild, -totem-pl-parser-3.4.5.ebuild: + Version bump, drop old 09 Mar 2014; Pacho Ramos totem-pl-parser-3.10.1.ebuild: x86 stable, bug 499954 diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild deleted file mode 100644 index b2e8e04af4d7..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 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.0.ebuild,v 1.4 2014/03/01 22:17:20 mgorny Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Playlist parsing library" -HOMEPAGE="http://projects.gnome.org/totem/ 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} - !=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" -} diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.2.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.2.ebuild new file mode 100644 index 000000000000..091094be3d52 --- /dev/null +++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2014 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.2.ebuild,v 1.1 2014/03/29 21:20:23 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} + !=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" +} diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.4.5.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.4.5.ebuild deleted file mode 100644 index b3ee13ae6663..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.4.5.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 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.4.5.ebuild,v 1.8 2014/03/01 22:17:20 mgorny Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Playlist parsing library" -HOMEPAGE="http://projects.gnome.org/totem/ http://developer.gnome.org/totem-pl-parser/stable/" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" -IUSE="archive crypt +introspection +quvi test" - -RDEPEND=" - >=dev-libs/glib-2.31:2 - dev-libs/gmime:2.6 - >=net-libs/libsoup-gnome-2.30:2.4 - archive? ( >=app-arch/libarchive-2.8.4 ) - crypt? ( dev-libs/libgcrypt:0 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - quvi? ( >=media-libs/libquvi-0.2.15 =gnome-base/gnome-common-3.6 - -src_prepare() { - # Disable tests requiring network access, bug #346127 - sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\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" -} -- cgit v1.2.3-65-gdbad