diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-31 20:40:31 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-31 20:40:31 +0000 |
commit | bbc0c7e8e5d85b9906ac320a353e53e5b98f0dc5 (patch) | |
tree | d581dbaa8adf39f98e47ff01add543edf97f081b /app-cdr/serpentine | |
parent | Cleanup old versions of mkvtoolnix. (diff) | |
download | historical-bbc0c7e8e5d85b9906ac320a353e53e5b98f0dc5.tar.gz historical-bbc0c7e8e5d85b9906ac320a353e53e5b98f0dc5.tar.bz2 historical-bbc0c7e8e5d85b9906ac320a353e53e5b98f0dc5.zip |
Version Bump.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'app-cdr/serpentine')
-rw-r--r-- | app-cdr/serpentine/ChangeLog | 7 | ||||
-rw-r--r-- | app-cdr/serpentine/Manifest | 16 | ||||
-rw-r--r-- | app-cdr/serpentine/files/digest-serpentine-0.6.4 | 1 | ||||
-rw-r--r-- | app-cdr/serpentine/serpentine-0.6.4.ebuild | 33 |
4 files changed, 44 insertions, 13 deletions
diff --git a/app-cdr/serpentine/ChangeLog b/app-cdr/serpentine/ChangeLog index ad14d06a11d9..339f1ce99685 100644 --- a/app-cdr/serpentine/ChangeLog +++ b/app-cdr/serpentine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-cdr/serpentine # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/ChangeLog,v 1.4 2005/10/01 17:35:11 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/ChangeLog,v 1.5 2005/10/31 20:40:31 metalgod Exp $ + +*serpentine-0.6.4 (31 Oct 2005) + + 31 Oct 2005; Luis Medinas <metalgod@gentoo.org> +serpentine-0.6.4.ebuild: + Version Bump. 01 Oct 2005; Luis Medinas <metalgod@gentoo.org> -serpentine-0.6.2.ebuild, serpentine-0.6.3.ebuild: diff --git a/app-cdr/serpentine/Manifest b/app-cdr/serpentine/Manifest index e3c05625732e..15f40ed71cd0 100644 --- a/app-cdr/serpentine/Manifest +++ b/app-cdr/serpentine/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 5f341829fb63c75be4524a2f8cb7fee2 ChangeLog 890 +MD5 babc4d372dac3c87f5bbfe91bb92f8ba files/digest-serpentine-0.6.3 68 +MD5 3707c1606afed1bf34c4f4ee529f2fd9 files/digest-serpentine-0.6.4 69 MD5 cd5c37cb439c1d6f79fdf285f53b3662 metadata.xml 410 -MD5 2fd632ad5ff451239155775b6d6240f2 ChangeLog 764 MD5 0fce5971a26b4fa7d9a5e5e12e28aaa5 serpentine-0.6.3.ebuild 919 -MD5 babc4d372dac3c87f5bbfe91bb92f8ba files/digest-serpentine-0.6.3 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDPtb7wUpWvClEHQoRAslEAJ9tt11bXpxSngf1XT7LlMCSVG3xmQCdGkVj -DuOYDSZojo2VH9PoOv2fYwc= -=J4is ------END PGP SIGNATURE----- +MD5 f2ea1af3213dc648986dcf0d8337ef57 serpentine-0.6.4.ebuild 920 diff --git a/app-cdr/serpentine/files/digest-serpentine-0.6.4 b/app-cdr/serpentine/files/digest-serpentine-0.6.4 new file mode 100644 index 000000000000..f7dc7a8366f3 --- /dev/null +++ b/app-cdr/serpentine/files/digest-serpentine-0.6.4 @@ -0,0 +1 @@ +MD5 98bf62755a4539d47a17fb5c84a183cb serpentine-0.6.4.tar.bz2 191148 diff --git a/app-cdr/serpentine/serpentine-0.6.4.ebuild b/app-cdr/serpentine/serpentine-0.6.4.ebuild new file mode 100644 index 000000000000..ace0b2b10a68 --- /dev/null +++ b/app-cdr/serpentine/serpentine-0.6.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/serpentine/serpentine-0.6.4.ebuild,v 1.1 2005/10/31 20:40:31 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-extras-2.10.0 + >=dev-python/pyxml-0.8.4 + dev-python/gst-python + 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 +} |