diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 11:01:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 11:01:02 +0000 |
commit | c1b65221f140535c96ebbf62b4059607b2d22347 (patch) | |
tree | 7c48e11599635fac9cafed4080e2eb7978da43ea /dev-libs | |
parent | Drop old (#508854) (diff) | |
download | gentoo-2-c1b65221f140535c96ebbf62b4059607b2d22347.tar.gz gentoo-2-c1b65221f140535c96ebbf62b4059607b2d22347.tar.bz2 gentoo-2-c1b65221f140535c96ebbf62b4059607b2d22347.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-libs')
5 files changed, 7 insertions, 193 deletions
diff --git a/dev-libs/totem-pl-parser/ChangeLog b/dev-libs/totem-pl-parser/ChangeLog index 1d0ea24c19d6..315273fba1d3 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.150 2014/09/25 13:05:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/totem-pl-parser/ChangeLog,v 1.151 2014/11/13 11:01:02 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> + -files/totem-pl-parser-2.32.6-gmime26.patch, + -files/totem-pl-parser-2.32.6-quvi-0.4.patch, + -totem-pl-parser-2.32.6-r3.ebuild, -totem-pl-parser-2.32.6.ebuild: + Drop old (#508854) *totem-pl-parser-3.10.3 (25 Sep 2014) diff --git a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.6-gmime26.patch b/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.6-gmime26.patch deleted file mode 100644 index d6a0ecafced5..000000000000 --- a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.6-gmime26.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 3736e5234e04cea4dc722247a148b37c6e1884c2 Mon Sep 17 00:00:00 2001 -From: Pacho Ramos <pachoramos@gmail.com> -Date: Sat, 27 Oct 2012 10:38:38 +0000 -Subject: build: Use gmime-2.6 - -Force using gmime-2.6 usage to prevent automagic dependencies -now that older versions are deprecated. - -https://bugzilla.gnome.org/show_bug.cgi?id=686975 ---- -diff --git a/configure.in b/configure.in -index ba40b2e..ea539d2 100644 ---- a/configure.in -+++ b/configure.in -@@ -75,15 +75,9 @@ AC_ARG_ENABLE(gmime-i-know-what-im-doing, - - if test "x$enable_gmime" = "xyes" ; then - PKG_CHECK_MODULES(GMIME, -- gmime-2.4, -- [have_gmime=yes GMIME=gmime-2.4], -- [have_gmime=no]) -- if test "x$have_gmime" != "xyes" ; then -- PKG_CHECK_MODULES(GMIME, - gmime-2.6, - [have_gmime=yes GMIME=gmime-2.6], - [have_gmime=no]) -- fi - - if test "x$have_gmime" = "xyes" ; then - AC_SUBST(GMIME, $GMIME) --- -cgit v0.9.0.2 diff --git a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.6-quvi-0.4.patch b/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.6-quvi-0.4.patch deleted file mode 100644 index 23917853a58c..000000000000 --- a/dev-libs/totem-pl-parser/files/totem-pl-parser-2.32.6-quvi-0.4.patch +++ /dev/null @@ -1,29 +0,0 @@ -Use "media" interface instead of "video" (deprecated in libquvi-0.2.15, -removed in 0.2.20). Fixes compatibility with libquvi-0.4. - -See https://bugs.gentoo.org/show_bug.cgi?id=386651, -https://bugzilla.gnome.org/show_bug.cgi?id=661451 - ---- a/plparse/totem-pl-parser-videosite.c -+++ b/plparse/totem-pl-parser-videosite.c -@@ -75,7 +75,7 @@ - #ifdef HAVE_QUVI - QUVIcode rc; - quvi_t handle; -- quvi_video_t v; -+ quvi_media_t v; - char *uri; - /* properties */ - const char *video_uri; -@@ -104,8 +104,8 @@ - return TOTEM_PL_PARSER_RESULT_ERROR; - } - -- getprop (QUVIPROP_VIDEOURL, video_uri); -- if (quvi_getprop (v, QUVIPROP_VIDEOFILELENGTH, &length) == QUVI_OK) -+ getprop (QUVIPROP_MEDIAURL, video_uri); -+ if (quvi_getprop (v, QUVIPROP_MEDIACONTENTLENGTH, &length) == QUVI_OK) - length_str = g_strdup_printf ("%f", length); - else - length_str = NULL; - diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6-r3.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6-r3.ebuild deleted file mode 100644 index 74a60356fb1b..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6-r3.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 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-2.32.6-r3.ebuild,v 1.9 2013/04/01 18:24:12 ago Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils 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 +introspection +quvi" - -RDEPEND=">=dev-libs/glib-2.24:2 - dev-libs/gmime:2.6 - >=net-libs/libsoup-gnome-2.30:2.4 - archive? ( >=app-arch/libarchive-2.8.4 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - quvi? ( >=media-libs/libquvi-0.2.15 )" -DEPEND="${RDEPEND} - !<media-video/totem-2.21 - dev-libs/gobject-introspection-common - >=dev-util/intltool-0.35 - dev-util/gtk-doc-am - gnome-base/gnome-common - >=sys-devel/gettext-0.17 - virtual/pkgconfig" -# eautoreconf needs: -# dev-libs/gobject-introspection-common -# gnome-base/gnome-common - -src_prepare() { - G2CONF="${G2CONF} - --disable-static - $(use_enable archive libarchive) - $(use_enable quvi) - $(use_enable introspection)" - DOCS="AUTHORS ChangeLog NEWS" - - # bug #386651, https://bugzilla.gnome.org/show_bug.cgi?id=661451 - epatch "${FILESDIR}/${PN}-2.32.6-quvi-0.4.patch" - - # build: Use gmime-2.6 (fixed in 'master' (> 3.4.3)) - epatch "${FILESDIR}/${PN}-2.32.6-gmime26.patch" - - # 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" - - eautoreconf - gnome2_src_prepare -} - -src_test() { - # This is required as told by upstream in bgo#629542 - dbus-launch emake check || die "emake check failed" -} diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6.ebuild deleted file mode 100644 index 4c70371c0c33..000000000000 --- a/dev-libs/totem-pl-parser/totem-pl-parser-2.32.6.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2012 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-2.32.6.ebuild,v 1.9 2012/11/07 21:43:33 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Playlist parsing library" -HOMEPAGE="http://projects.gnome.org/totem/ http://developer.gnome.org/totem-pl-parser/stable/" - -# eautoreconf needs: -#SRC_URI="${SRC_URI} mirror://gentoo/introspection-20110205.m4.tar.bz2" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="ppc ppc64" -IUSE="archive doc +introspection +quvi" - -RDEPEND=">=dev-libs/glib-2.24:2 - dev-libs/gmime:2.4 - >=net-libs/libsoup-gnome-2.30:2.4 - archive? ( >=app-arch/libarchive-2.8.4 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) - quvi? ( >=media-libs/quvi-0.2.15 )" -DEPEND="${RDEPEND} - !<media-video/totem-2.21 - >=sys-devel/gettext-0.17 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.11 )" -# eautoreconf needs: -# >=dev-util/gtk-doc-am-1.11 - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-maintainer-mode - $(use_enable archive libarchive) - $(use_enable quvi) - $(use_enable introspection)" - DOCS="AUTHORS ChangeLog NEWS" -} - -# eautoreconf needs: -#src_unpack() { -# # If gobject-introspection is installed, we don't need the extra .m4 -# if has_version "dev-libs/gobject-introspection"; then -# unpack ${P}.tar.bz2 -# else -# unpack ${A} -# fi -#} - -src_prepare() { - gnome2_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" -} - -src_test() { - # This is required as told by upstream in bgo#629542 - dbus-launch emake check || die "emake check failed" -} |