summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-06 10:25:43 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-06 10:25:43 +0100
commitcdbaffd7117594b94b9e9e4bedced069873b4bfb (patch)
treef12a51c0a706876cf81d5538fc181705d4d1a9ae /media-video/snappy
parentmedia-sound/rhythmbox: Drop old (diff)
downloadgentoo-cdbaffd7117594b94b9e9e4bedced069873b4bfb.tar.gz
gentoo-cdbaffd7117594b94b9e9e4bedced069873b4bfb.tar.bz2
gentoo-cdbaffd7117594b94b9e9e4bedced069873b4bfb.zip
media-video/snappy: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-video/snappy')
-rw-r--r--media-video/snappy/snappy-1.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-video/snappy/snappy-1.0.ebuild b/media-video/snappy/snappy-1.0.ebuild
deleted file mode 100644
index 718e80519469..000000000000
--- a/media-video/snappy/snappy-1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit gnome2
-
-DESCRIPTION="A simple media player written using GStreamer and Clutter"
-HOMEPAGE="https://wiki.gnome.org/Apps/Snappy"
-
-KEYWORDS="amd64 x86"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/glib-2.32:2
- >=media-libs/clutter-1.12.0:1.0
- >=media-libs/clutter-gst-2.0.0:2.0
- >=media-libs/clutter-gtk-1.0.2:1.0
- >=x11-libs/gtk+-3.5.0:3
- x11-libs/libXtst
-
- >=media-libs/gstreamer-1.0.0:1.0
- >=media-libs/gst-plugins-base-1.0.0:1.0
-
- media-plugins/gst-plugins-meta:1.0
-
- !!net-misc/spice-gtk
-" # FIXME: File collision -- /usr/bin/snappy
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
- DOCS="AUTHORS README THANKS ToDo docs/*"
- gnome2_src_configure --enable-dbus
-}