diff options
Diffstat (limited to 'app-cdr/serpentine/serpentine-0.6.3.ebuild')
-rw-r--r-- | app-cdr/serpentine/serpentine-0.6.3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-cdr/serpentine/serpentine-0.6.3.ebuild b/app-cdr/serpentine/serpentine-0.6.3.ebuild deleted file mode 100644 index 65a19b9ff8a5..000000000000 --- a/app-cdr/serpentine/serpentine-0.6.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/serpentine-0.6.3.ebuild,v 1.5 2006/02/27 14:38:43 zaheerm Exp $ - -inherit gnome2 mono - -DESCRIPTION="Serpentine is an application for writing CD-Audio discs. It aims -for simplicity, usability and compability." -HOMEPAGE="http://s1x.homelinux.net/projects/serpentine" -SRC_URI="http://download.berlios.de/serpentine/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="muine" - -RDEPEND=">=dev-lang/python-2.4 - >=dev-python/pygtk-2.6 - >=dev-python/gnome-python-extras-2.10.0 - >=dev-python/pyxml-0.8.4 - =dev-python/gst-python-0.8* - gnome-base/gconf - x86? ( muine? ( media-sound/muine ) )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -DOCS="AUTHORS ChangeLog NEWS README TODO" - -pkg_setup() { - if use muine && use x86; then - G2CONF="$(use_enable muine )" - fi -} |