summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-12-26 18:18:28 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-12-26 18:18:28 +0000
commita30d36b957d370de17f202bd1cbaea5b5f96d696 (patch)
treec7563dc41ef0f773ffd3e5f19180caba8b651a84 /gnustep-apps
parentStable on SPARC. (diff)
downloadhistorical-a30d36b957d370de17f202bd1cbaea5b5f96d696.tar.gz
historical-a30d36b957d370de17f202bd1cbaea5b5f96d696.tar.bz2
historical-a30d36b957d370de17f202bd1cbaea5b5f96d696.zip
oggvorbis Cleanup
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/cynthiune/ChangeLog5
-rw-r--r--gnustep-apps/cynthiune/Manifest14
-rw-r--r--gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild8
3 files changed, 10 insertions, 17 deletions
diff --git a/gnustep-apps/cynthiune/ChangeLog b/gnustep-apps/cynthiune/ChangeLog
index 24187c4924c0..1a1aa1826b9b 100644
--- a/gnustep-apps/cynthiune/ChangeLog
+++ b/gnustep-apps/cynthiune/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-apps/cynthiune
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.2 2005/11/05 08:20:35 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.3 2005/12/26 18:18:28 lu_zero Exp $
+
+ 26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> cynthiune-0.9.4.ebuild:
+ oggvorbis Cleanup
05 Nov 2005; Mark Loeser <halcy0n@gentoo.org> cynthiune-0.9.4.ebuild:
Added ~x86 to KEYWORDS; bug #111374
diff --git a/gnustep-apps/cynthiune/Manifest b/gnustep-apps/cynthiune/Manifest
index 139ede2a510f..b7f5cc34c9ce 100644
--- a/gnustep-apps/cynthiune/Manifest
+++ b/gnustep-apps/cynthiune/Manifest
@@ -1,14 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 725361463d5152bfa40d4220a9f94c57 ChangeLog 504
-MD5 179da066eaab38cd29e9001770072759 cynthiune-0.9.4.ebuild 1117
+MD5 cd3db8a1660d93e93d9338094be4c3d1 ChangeLog 598
+MD5 d30b22e6e315f14804595d7e07f05450 cynthiune-0.9.4.ebuild 1108
MD5 0cfdd58309dd61a8175fb1441aeeb44c files/digest-cynthiune-0.9.4 67
MD5 fd9a263464d6de3ba094ea9dbaca3fdd metadata.xml 2278
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDbGtsCRZPokWLroQRAv/5AJ9Ec15p7/F2Z7RBca7u9CFT48gQTACggFg6
-sfq9Dwg2B/FcgXs+U4JETxs=
-=+oZX
------END PGP SIGNATURE-----
diff --git a/gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild b/gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild
index bb6dc9ad43af..6cd1033930da 100644
--- a/gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild
+++ b/gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild,v 1.3 2005/11/05 08:20:35 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.4.ebuild,v 1.4 2005/12/26 18:18:28 lu_zero Exp $
inherit gnustep
@@ -10,7 +10,7 @@ DESCRIPTION="Free software and romantic music player for GNUstep."
HOMEPAGE="http://organact.mine.nu/~wolfgang/cynthiune"
SRC_URI="http://organact.mine.nu/~wolfgang/cynthiune/${P/c/C}.tar.gz"
-IUSE="esd flac mikmod oggvorbis"
+IUSE="esd flac mikmod vorbis"
KEYWORDS="~ppc ~x86"
LICENSE="GPL-2"
@@ -19,7 +19,7 @@ SLOT="0"
DEPEND="${GS_DEPEND}
>=media-libs/libid3tag-0.15.0b
>=media-libs/libmad-0.15.1b
- oggvorbis? ( >=media-libs/libogg-1.1.2
+ vorbis? ( >=media-libs/libogg-1.1.2
>=media-libs/libvorbis-1.0.1-r2 )
mikmod? ( ~media-libs/libmodplug-0.7 )
flac? ( >=media-libs/flac-1.1.0-r2 )
@@ -27,7 +27,7 @@ DEPEND="${GS_DEPEND}
RDEPEND="${GS_RDEPEND}
>=media-libs/libid3tag-0.15.0b
>=media-libs/libmad-0.15.1b
- oggvorbis? ( >=media-libs/libogg-1.1.2
+ vorbis? ( >=media-libs/libogg-1.1.2
>=media-libs/libvorbis-1.0.1-r2 )
mikmod? ( ~media-libs/libmodplug-0.7 )
flac? ( >=media-libs/flac-1.1.0-r2 )