summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-04-27 07:37:12 +0000
committerPacho Ramos <pacho@gentoo.org>2014-04-27 07:37:12 +0000
commit12b2618f8473ee2accb0693f71db50770a855494 (patch)
tree489615c81741a58ae7ed27c8cd10ae0c7a3efe07 /media-video/snappy
parentdrop old (diff)
downloadgentoo-2-12b2618f8473ee2accb0693f71db50770a855494.tar.gz
gentoo-2-12b2618f8473ee2accb0693f71db50770a855494.tar.bz2
gentoo-2-12b2618f8473ee2accb0693f71db50770a855494.zip
Drop old and live ebuild as nobody is really maintaining it (was completely outdated for current master)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/snappy')
-rw-r--r--media-video/snappy/ChangeLog7
-rw-r--r--media-video/snappy/snappy-0.2.ebuild47
-rw-r--r--media-video/snappy/snappy-9999.ebuild47
3 files changed, 6 insertions, 95 deletions
diff --git a/media-video/snappy/ChangeLog b/media-video/snappy/ChangeLog
index dc90d3d14d25..0be9ff0a6900 100644
--- a/media-video/snappy/ChangeLog
+++ b/media-video/snappy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/snappy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/ChangeLog,v 1.7 2014/03/29 21:14:11 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/ChangeLog,v 1.8 2014/04/27 07:37:12 pacho Exp $
+
+ 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -snappy-0.2.ebuild,
+ -snappy-9999.ebuild:
+ Drop old and live ebuild as nobody is really maintaining it (was completely
+ outdated for current master)
*snappy-1.0 (29 Mar 2014)
diff --git a/media-video/snappy/snappy-0.2.ebuild b/media-video/snappy/snappy-0.2.ebuild
deleted file mode 100644
index c6d6f079dba8..000000000000
--- a/media-video/snappy/snappy-0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/snappy-0.2.ebuild,v 1.2 2011/11/07 07:43:30 nirbheek Exp $
-
-EAPI="4"
-
-if [[ ${PV} = 9999 ]]; then
- inherit autotools git
-fi
-
-DESCRIPTION="A simple media player written using GStreamer and Clutter"
-HOMEPAGE="https://github.com/luisbg/snappy"
-
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="git://github.com/luisbg/${PN}.git"
- EGIT_BOOTSTRAP="eautoreconf"
- KEYWORDS=""
-else
- SRC_URI="http://people.collabora.co.uk/~luisbg/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.26:2
- >=media-libs/clutter-1.2.0:1.0
- >=media-libs/clutter-gst-1.0.0:1.0
- x11-libs/libXtst
-
- >=media-libs/gstreamer-0.10.30:0.10
- >=media-libs/gst-plugins-base-0.10.30:0.10
-
- >=media-plugins/gst-plugins-meta-0.10-r2:0.10
-
- !!net-misc/spice-gtk" # FIXME: File collision -- /usr/bin/snappy
-DEPEND="${RDEPEND}"
-
-# Re-add ToDo, docs/ for next release
-DOCS="AUTHORS README THANKS"
-
-src_configure() {
- # Just needs GDBus, will fallback gracefully without dbus installed.
- # Probably.
- econf --enable-dbus
-}
diff --git a/media-video/snappy/snappy-9999.ebuild b/media-video/snappy/snappy-9999.ebuild
deleted file mode 100644
index ea93c15f3d76..000000000000
--- a/media-video/snappy/snappy-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/snappy/snappy-9999.ebuild,v 1.4 2011/11/07 07:43:30 nirbheek Exp $
-
-EAPI="4"
-
-if [[ ${PV} = 9999 ]]; then
- inherit autotools git-2
-fi
-
-DESCRIPTION="A simple media player written using GStreamer and Clutter"
-HOMEPAGE="https://github.com/luisbg/snappy"
-
-if [[ ${PV} = 9999 ]]; then
- EGIT_REPO_URI="git://github.com/luisbg/${PN}.git
- https://github.com/luisbg/${PN}.git"
- EGIT_BOOTSTRAP="eautoreconf"
- KEYWORDS=""
-else
- SRC_URI="http://people.collabora.co.uk/~luisbg/${PN}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.26:2
- >=media-libs/clutter-1.2.0:1.0
- >=media-libs/clutter-gst-1.0.0:1.0
- x11-libs/libXtst
-
- >=media-libs/gstreamer-0.10.30:0.10
- >=media-libs/gst-plugins-base-0.10.30:0.10
-
- >=media-plugins/gst-plugins-meta-0.10-r2:0.10
-
- !!net-misc/spice-gtk" # FIXME: File collision -- /usr/bin/snappy
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS README THANKS ToDo docs/clutter_controls_layout docs/keyboard_controls"
-
-src_configure() {
- # Just needs GDBus, will fallback gracefully without dbus installed.
- # Probably.
- econf --enable-dbus
-}