diff options
author | 2012-12-03 08:20:19 +0000 | |
---|---|---|
committer | 2012-12-03 08:20:19 +0000 | |
commit | 9b43b9dbe8c5a881d67f32493f83ecb9bb2f5d3f (patch) | |
tree | 325978cfe447b25f639ebf2db4bc1ede82174ef2 | |
parent | x86 stable, see bug 444318 (diff) | |
download | gentoo-2-9b43b9dbe8c5a881d67f32493f83ecb9bb2f5d3f.tar.gz gentoo-2-9b43b9dbe8c5a881d67f32493f83ecb9bb2f5d3f.tar.bz2 gentoo-2-9b43b9dbe8c5a881d67f32493f83ecb9bb2f5d3f.zip |
Apply same changes as other ebuilds had with new gstreamer eclasses. Fixes egencache usage. Thanks to Samuli for noticing.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)
4 files changed, 13 insertions, 35 deletions
diff --git a/media-plugins/gst-plugins-mythtv/ChangeLog b/media-plugins/gst-plugins-mythtv/ChangeLog index a99218833a79..bbfc5b8d59d1 100644 --- a/media-plugins/gst-plugins-mythtv/ChangeLog +++ b/media-plugins/gst-plugins-mythtv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/gst-plugins-mythtv -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/ChangeLog,v 1.36 2011/10/15 18:35:21 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/ChangeLog,v 1.37 2012/12/03 08:20:19 eva Exp $ + + 03 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> + -gst-plugins-mythtv-0.10.19.ebuild, -gst-plugins-mythtv-0.10.21.ebuild, + gst-plugins-mythtv-0.10.22.ebuild: + Apply same changes as other ebuilds had with new gstreamer eclasses. Fixes + egencache usage. Thanks to Samuli for noticing. 15 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> gst-plugins-mythtv-0.10.22.ebuild: diff --git a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.19.ebuild b/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.19.ebuild deleted file mode 100644 index 4ceb76851115..000000000000 --- a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.19.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.19.ebuild,v 1.5 2011/04/13 10:17:51 xarthisius Exp $ - -inherit gst-plugins-bad - -DESCRIPION="plugin to allow retrieving from a mythbackend" - -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="" - -RDEPEND=">=media-libs/gmyth-0.4 - <=media-libs/gmyth-0.7.99 - >=media-libs/gst-plugins-base-0.10.29" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.21.ebuild b/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.21.ebuild deleted file mode 100644 index 60944a8f97b8..000000000000 --- a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.21.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.21.ebuild,v 1.4 2011/07/25 18:07:12 xarthisius Exp $ - -inherit gst-plugins-bad - -DESCRIPION="plugin to allow retrieving from a mythbackend" - -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=media-libs/gmyth-0.4 - <=media-libs/gmyth-0.7.99 - >=media-libs/gst-plugins-base-0.10.32" -DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild b/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild index fed920c9101c..5502b025516b 100644 --- a/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild +++ b/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild,v 1.4 2011/10/15 18:35:21 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mythtv/gst-plugins-mythtv-0.10.22.ebuild,v 1.5 2012/12/03 08:20:19 eva Exp $ + +EAPI="1" inherit gst-plugins-bad @@ -11,5 +13,5 @@ IUSE="" RDEPEND=">=media-libs/gmyth-0.4 <=media-libs/gmyth-0.7.99 - >=media-libs/gst-plugins-base-0.10.33" + >=media-libs/gst-plugins-base-0.10.33:0.10" DEPEND="${RDEPEND}" |