diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-23 21:03:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-23 21:03:24 +0000 |
commit | 7420093fb924e261304ab17d303b46005f774994 (patch) | |
tree | 2848a0a8d85572bb73e3ad511a6d083131ffa2f8 /dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild | |
parent | Drop old (diff) | |
download | gentoo-2-7420093fb924e261304ab17d303b46005f774994.tar.gz gentoo-2-7420093fb924e261304ab17d303b46005f774994.tar.bz2 gentoo-2-7420093fb924e261304ab17d303b46005f774994.zip |
Drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild')
-rw-r--r-- | dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild b/dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild deleted file mode 100644 index e82758706200..000000000000 --- a/dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gstreamermm/gstreamermm-0.10.10.1.ebuild,v 1.4 2012/05/26 19:26:51 jdhore Exp $ - -EAPI=4 -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="C++ interface for GStreamer" -HOMEPAGE="http://gstreamer.freedesktop.org/bindings/cplusplus.html" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="test" - -RDEPEND=" - >=media-libs/gstreamer-0.10.35:0.10 - >=media-libs/gst-plugins-base-0.10.35:0.10 - >=dev-cpp/glibmm-2.28.0:2 - >=dev-cpp/libxmlpp-2.14:2.6 - >=dev-libs/libsigc++-2:2 -" -DEPEND="${RDEPEND} - virtual/pkgconfig - test? ( - media-libs/gst-plugins-good:0.10 - media-plugins/gst-plugins-vorbis:0.10 - media-plugins/gst-plugins-x:0.10 ) -" - -DOCS="AUTHORS ChangeLog NEWS README" -# Installs reference docs into /usr/share/doc/gstreamermm-0.10/ -# but that's okay, because the rest of dev-cpp/*mm stuff does the same |