summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/pigment/pigment-0.1.4.ebuild')
-rw-r--r--media-libs/pigment/pigment-0.1.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/pigment/pigment-0.1.4.ebuild b/media-libs/pigment/pigment-0.1.4.ebuild
deleted file mode 100644
index 4ebc51e..0000000
--- a/media-libs/pigment/pigment-0.1.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2006-2007 BreakMyGentoo.org
-# Distributed under the terms of the GNU General Public License v2
-
-inherit gnome2
-
-DESCRIPTION="Rendering, animation and widget framework for Elisa media center."
-HOMEPAGE="http://www.fluendo.com/elisa/pigment.php"
-SRC_URI="http://www.fluendo.com/elisa/downloads/${PN}/${P}.tar.gz"
-
-RESTRICT="nomirror"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~x86 ~amd64 ~ppc"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2.8
- >=dev-python/pygtk-2.8
- >=x11-libs/cairo-1
- >=media-libs/gstreamer-0.10
- >=media-libs/gst-plugins-base-0.10
- >=dev-lang/python-2.4
- >=dev-python/gst-python-0.10
- doc? ( dev-util/gtk-doc )"
-
-DEPEND="${DEPEND}"
-
-DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO"
-
-G2CONF="${G2CONF} $(use_enable doc gtk-doc)"
-
-MAKEOPTS="-j1"
-
-src_install() {
- einstall || die
-}