diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-08-05 04:47:15 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-08-05 04:47:15 +0000 |
commit | 7caceab9c9ccb61d0646a0e22005698403ee75f1 (patch) | |
tree | 481b9c897d337d75f192745f6d8ed89f86d8b4fc /media-plugins/gst-plugins-raw1394 | |
parent | Remove old (diff) | |
download | gentoo-2-7caceab9c9ccb61d0646a0e22005698403ee75f1.tar.gz gentoo-2-7caceab9c9ccb61d0646a0e22005698403ee75f1.tar.bz2 gentoo-2-7caceab9c9ccb61d0646a0e22005698403ee75f1.zip |
Remove old
(Portage version: 2.2_rc22/cvs/Linux 2.6.30-gentoo-r4 x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-raw1394')
3 files changed, 5 insertions, 42 deletions
diff --git a/media-plugins/gst-plugins-raw1394/ChangeLog b/media-plugins/gst-plugins-raw1394/ChangeLog index e278e01ae7d4..dfe098f635d4 100644 --- a/media-plugins/gst-plugins-raw1394/ChangeLog +++ b/media-plugins/gst-plugins-raw1394/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-raw1394 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.43 2009/05/21 19:01:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.44 2009/08/05 04:47:15 leio Exp $ + + 05 Aug 2009; Mart Raudsepp <leio@gentoo.org> + -gst-plugins-raw1394-0.10.8.ebuild, -gst-plugins-raw1394-0.10.11.ebuild: + Remove old 21 May 2009; Brent Baude <ranger@gentoo.org> ChangeLog: Marking gst-plugins-raw1394-0.10.14 ppc64 stable for bug 266986 diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.11.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.11.ebuild deleted file mode 100644 index 72392d67ab34..000000000000 --- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.11.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.11.ebuild,v 1.1 2008/12/05 21:20:34 ssuominen Exp $ - -inherit gst-plugins-good - -DESCRIPTION="GStreamer plugin to capture firewire video" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -RDEPEND="media-libs/libiec61883 - sys-libs/libraw1394 - sys-libs/libavc1394 - >=media-libs/gstreamer-0.10.21 - >=media-libs/gst-plugins-base-0.10.21" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -GST_PLUGINS_BUILD="dv1394" -GST_PLUGINS_BUILD_DIR="raw1394" diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.8.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.8.ebuild deleted file mode 100644 index 60c1c726a112..000000000000 --- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.8.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-0.10.8.ebuild,v 1.5 2008/08/08 18:57:25 maekke Exp $ - -inherit gst-plugins-good - -DESCRIPTION="GStreamer plugin to capture firewire video" - -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND="media-libs/libiec61883 - sys-libs/libraw1394 - sys-libs/libavc1394 - >=media-libs/gstreamer-0.10.18 - >=media-libs/gst-plugins-base-0.10.18" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -GST_PLUGINS_BUILD="dv1394" -GST_PLUGINS_BUILD_DIR="raw1394" |