summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-15 11:37:47 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-15 11:37:47 +0000
commit8a4a4eac95c850a44ff94f4a68c1b2bd938f1fe4 (patch)
tree52e27f8e7c171efdadadd0c049bca89bd8325e44 /app-cdr/serpentine
parentStable on alpha, bug #207612 (diff)
downloadgentoo-2-8a4a4eac95c850a44ff94f4a68c1b2bd938f1fe4.tar.gz
gentoo-2-8a4a4eac95c850a44ff94f4a68c1b2bd938f1fe4.tar.bz2
gentoo-2-8a4a4eac95c850a44ff94f4a68c1b2bd938f1fe4.zip
old
(Portage version: 2.1.5.5)
Diffstat (limited to 'app-cdr/serpentine')
-rw-r--r--app-cdr/serpentine/serpentine-0.9.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-cdr/serpentine/serpentine-0.9.ebuild b/app-cdr/serpentine/serpentine-0.9.ebuild
deleted file mode 100644
index a1e66f2c6f37..000000000000
--- a/app-cdr/serpentine/serpentine-0.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/serpentine-0.9.ebuild,v 1.3 2008/06/05 08:34:55 opfer Exp $
-
-inherit gnome2 mono
-
-DESCRIPTION="Serpentine is an application for writing CD-Audio discs. It aims
-for simplicity, usability and compability."
-HOMEPAGE="http://irrepupavel.com/projects/serpentine/"
-SRC_URI="mirror://berlios/serpentine/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE="muine"
-
-RDEPEND=">=dev-lang/python-2.4
- >=dev-python/pygtk-2.6
- >=dev-python/gnome-python-desktop-2.14.0
- >=dev-python/pyxml-0.8.4
- >=dev-python/gst-python-0.10
- gnome-base/gconf
- >=media-plugins/gst-plugins-gnomevfs-0.10
- muine? ( media-sound/muine )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- G2CONF="${G2CONF} $(use_enable muine)"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- echo serpentine/gtkutil.py >> po/POTFILES.skip
- echo serpentine/plugins/plugsuspend.py >> po/POTFILES.skip
-}