diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-06-13 01:02:09 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-06-13 01:02:09 +0000 |
commit | 632ed270d65abf9647de6563793facab064ad29c (patch) | |
tree | 517b89d47af5011a25b87ea118540d234cc0a37f /app-cdr/serpentine/serpentine-0.7.ebuild | |
parent | New Google Earth ebuild for bug 136584, thanks to Natanael Copa <natanael.cop... (diff) | |
download | gentoo-2-632ed270d65abf9647de6563793facab064ad29c.tar.gz gentoo-2-632ed270d65abf9647de6563793facab064ad29c.tar.bz2 gentoo-2-632ed270d65abf9647de6563793facab064ad29c.zip |
Version Bump from upstream.
(Portage version: 2.1)
Diffstat (limited to 'app-cdr/serpentine/serpentine-0.7.ebuild')
-rw-r--r-- | app-cdr/serpentine/serpentine-0.7.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-cdr/serpentine/serpentine-0.7.ebuild b/app-cdr/serpentine/serpentine-0.7.ebuild new file mode 100644 index 000000000000..a8d6dab7e91f --- /dev/null +++ b/app-cdr/serpentine/serpentine-0.7.ebuild @@ -0,0 +1,32 @@ +# 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.7.ebuild,v 1.1 2006/06/13 01:02:09 metalgod 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.bz2" + +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-desktop-2.14.0 + >=dev-python/pyxml-0.8.4 + =dev-python/gst-python-0.8* + gnome-base/gconf + || ( =media-plugins/gst-plugins-gnomevfs-0.8.10 + =media-plugins/gst-plugins-gnomevfs-0.8.11 + =media-plugins/gst-plugins-gnomevfs-0.8.12 ) + muine? ( media-sound/muine )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +G2CONF="${G2CONF} $(use_enable muine)" |