summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-08-11 19:02:17 +0000
committerMart Raudsepp <leio@gentoo.org>2011-08-11 19:02:17 +0000
commit5911d217cced4be4ce2d65bbf9aad29337e9d618 (patch)
tree2c19e7de155744a2c18a99733a80c19661aef7b2 /media-libs
parentRestrict tests, bug 378151 (diff)
downloadgentoo-2-5911d217cced4be4ce2d65bbf9aad29337e9d618.tar.gz
gentoo-2-5911d217cced4be4ce2d65bbf9aad29337e9d618.tar.bz2
gentoo-2-5911d217cced4be4ce2d65bbf9aad29337e9d618.zip
Remove old
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gstreamer/ChangeLog6
-rw-r--r--media-libs/gstreamer/gstreamer-0.10.29.ebuild55
-rw-r--r--media-libs/gstreamer/gstreamer-0.10.31.ebuild57
-rw-r--r--media-libs/gstreamer/gstreamer-0.10.32.ebuild57
4 files changed, 5 insertions, 170 deletions
diff --git a/media-libs/gstreamer/ChangeLog b/media-libs/gstreamer/ChangeLog
index 1e68c8c67e88..f813102cf359 100644
--- a/media-libs/gstreamer/ChangeLog
+++ b/media-libs/gstreamer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/gstreamer
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.296 2011/08/06 08:25:45 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.297 2011/08/11 19:02:17 leio Exp $
+
+ 11 Aug 2011; Mart Raudsepp <leio@gentoo.org> -gstreamer-0.10.29.ebuild,
+ -gstreamer-0.10.31.ebuild, -gstreamer-0.10.32.ebuild:
+ Remove old
06 Aug 2011; Zac Medico <zmedico@gentoo.org> gstreamer-0.10.35.ebuild:
Bump to EAPI 3, fix for prefix, and add ~x86-linux keyword.
diff --git a/media-libs/gstreamer/gstreamer-0.10.29.ebuild b/media-libs/gstreamer/gstreamer-0.10.29.ebuild
deleted file mode 100644
index f4fb31598302..000000000000
--- a/media-libs/gstreamer/gstreamer-0.10.29.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.29.ebuild,v 1.9 2010/09/11 09:50:12 nixnut Exp $
-
-EAPI=2
-
-inherit eutils multilib versionator
-
-# Create a major/minor combo for our SLOT and executables suffix
-PV_MAJ_MIN=$(get_version_component_range '1-2')
-
-DESCRIPTION="Streaming media framework"
-HOMEPAGE="http://gstreamer.sourceforge.net"
-SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT=${PV_MAJ_MIN}
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="nls test"
-
-RDEPEND=">=dev-libs/glib-2.18:2
- dev-libs/libxml2
- !<media-libs/gst-plugins-base-0.10.26"
- # ^^ queue2 move, mustn't have both libgstcoreleements.so and libgstqueue2.so at runtime providing the element at once
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_configure() {
- # Disable static archives, dependency tracking and examples
- # to speed up build time
- econf \
- --disable-static \
- --disable-dependency-tracking \
- $(use_enable nls) \
- --disable-valgrind \
- --disable-examples \
- --enable-check \
- --disable-introspection \
- $(use_enable test tests) \
- --with-package-name="GStreamer ebuild for Gentoo" \
- --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE
-
- # Remove unversioned binaries to allow SLOT installations in future
- cd "${D}"/usr/bin
- local gst_bins
- for gst_bins in $(ls *-${PV_MAJ_MIN}); do
- rm -f ${gst_bins/-${PV_MAJ_MIN}/}
- done
-}
diff --git a/media-libs/gstreamer/gstreamer-0.10.31.ebuild b/media-libs/gstreamer/gstreamer-0.10.31.ebuild
deleted file mode 100644
index 03675cc9874e..000000000000
--- a/media-libs/gstreamer/gstreamer-0.10.31.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.31.ebuild,v 1.9 2011/03/13 09:24:30 xarthisius Exp $
-
-EAPI=2
-
-inherit eutils multilib versionator
-
-# Create a major/minor combo for our SLOT and executables suffix
-PV_MAJ_MIN=$(get_version_component_range '1-2')
-
-DESCRIPTION="Streaming media framework"
-HOMEPAGE="http://gstreamer.sourceforge.net"
-SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT=${PV_MAJ_MIN}
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="+introspection nls test"
-
-RDEPEND=">=dev-libs/glib-2.20:2
- dev-libs/libxml2
- introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
- !<media-libs/gst-plugins-base-0.10.26"
- # ^^ queue2 move, mustn't have both libgstcoreleements.so and libgstqueue2.so at runtime providing the element at once
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
- # dev-util/gtk-doc-am # Only if eautoreconf'ing
-
-src_configure() {
- # Disable static archives, dependency tracking and examples
- # to speed up build time
- econf \
- --disable-static \
- --disable-dependency-tracking \
- $(use_enable nls) \
- --disable-valgrind \
- --disable-examples \
- --enable-check \
- $(use_enable introspection) \
- $(use_enable test tests) \
- --with-package-name="GStreamer ebuild for Gentoo" \
- --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE
-
- # Remove unversioned binaries to allow SLOT installations in future
- cd "${D}"/usr/bin
- local gst_bins
- for gst_bins in $(ls *-${PV_MAJ_MIN}); do
- rm -f ${gst_bins/-${PV_MAJ_MIN}/}
- done
-}
diff --git a/media-libs/gstreamer/gstreamer-0.10.32.ebuild b/media-libs/gstreamer/gstreamer-0.10.32.ebuild
deleted file mode 100644
index 8026bbebe4ce..000000000000
--- a/media-libs/gstreamer/gstreamer-0.10.32.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-0.10.32.ebuild,v 1.1 2011/02/24 05:18:57 leio Exp $
-
-EAPI=2
-
-inherit eutils multilib versionator
-
-# Create a major/minor combo for our SLOT and executables suffix
-PV_MAJ_MIN=$(get_version_component_range '1-2')
-
-DESCRIPTION="Streaming media framework"
-HOMEPAGE="http://gstreamer.sourceforge.net"
-SRC_URI="http://${PN}.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT=${PV_MAJ_MIN}
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="+introspection nls test"
-
-RDEPEND=">=dev-libs/glib-2.22:2
- dev-libs/libxml2
- introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
- !<media-libs/gst-plugins-base-0.10.26"
- # ^^ queue2 move, mustn't have both libgstcoreleements.so and libgstqueue2.so at runtime providing the element at once
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
- # dev-util/gtk-doc-am # Only if eautoreconf'ing
-
-src_configure() {
- # Disable static archives, dependency tracking and examples
- # to speed up build time
- econf \
- --disable-static \
- --disable-dependency-tracking \
- $(use_enable nls) \
- --disable-valgrind \
- --disable-examples \
- --enable-check \
- $(use_enable introspection) \
- $(use_enable test tests) \
- --with-package-name="GStreamer ebuild for Gentoo" \
- --with-package-origin="http://packages.gentoo.org/package/media-libs/gstreamer"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS MAINTAINERS README RELEASE
-
- # Remove unversioned binaries to allow SLOT installations in future
- cd "${D}"/usr/bin
- local gst_bins
- for gst_bins in $(ls *-${PV_MAJ_MIN}); do
- rm -f ${gst_bins/-${PV_MAJ_MIN}/}
- done
-}