diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 21:50:29 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-05 21:50:29 +0000 |
commit | ca5e70a4e3457af31fe146a1bac3135991ae913d (patch) | |
tree | f8e972ddfa97ae94e497401a634b5745d1cd47c4 /media-plugins/gst-plugins-theora | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-ca5e70a4e3457af31fe146a1bac3135991ae913d.tar.gz gentoo-2-ca5e70a4e3457af31fe146a1bac3135991ae913d.tar.bz2 gentoo-2-ca5e70a4e3457af31fe146a1bac3135991ae913d.zip |
Clean up old revisions.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-plugins/gst-plugins-theora')
-rw-r--r-- | media-plugins/gst-plugins-theora/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild | 20 |
2 files changed, 5 insertions, 21 deletions
diff --git a/media-plugins/gst-plugins-theora/ChangeLog b/media-plugins/gst-plugins-theora/ChangeLog index b568d1e9dd37..5766acdb26eb 100644 --- a/media-plugins/gst-plugins-theora/ChangeLog +++ b/media-plugins/gst-plugins-theora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-theora # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.189 2013/02/24 18:01:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.190 2013/03/05 21:50:29 eva Exp $ + + 05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gst-plugins-theora-0.10.35.ebuild: + Clean up old revisions. 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gst-plugins-theora-0.10.36.ebuild: diff --git a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild b/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild deleted file mode 100644 index f8ccd4495eb2..000000000000 --- a/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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-theora/gst-plugins-theora-0.10.35.ebuild,v 1.9 2012/12/02 18:28:52 eva Exp $ - -EAPI=2 - -inherit gst-plugins-base gst-plugins10 - -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/libtheora-1.1[encode] - media-libs/libogg" -DEPEND="${RDEPEND}" - -src_prepare() { - gst-plugins10_system_link \ - gst-libs/gst/tag:gstreamer-tag \ - gst-libs/gst/video:gstreamer-video -} |