summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/alsaplayer/ChangeLog6
-rw-r--r--media-sound/alsaplayer/Manifest10
-rw-r--r--media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild9
3 files changed, 11 insertions, 14 deletions
diff --git a/media-sound/alsaplayer/ChangeLog b/media-sound/alsaplayer/ChangeLog
index 83c9c2bd7b66..98e1451f0ddb 100644
--- a/media-sound/alsaplayer/ChangeLog
+++ b/media-sound/alsaplayer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/alsaplayer
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/ChangeLog,v 1.31 2005/03/12 15:00:11 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/ChangeLog,v 1.32 2005/03/13 14:42:29 luckyduck Exp $
+
+ 13 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
+ alsaplayer-0.99.76-r1.ebuild:
+ removed unneeded useflag logic, fixes #85046
*alsaplayer-0.99.76-r1 (12 Mar 2005)
diff --git a/media-sound/alsaplayer/Manifest b/media-sound/alsaplayer/Manifest
index 5da4f5e570c2..199e9e65058c 100644
--- a/media-sound/alsaplayer/Manifest
+++ b/media-sound/alsaplayer/Manifest
@@ -1,9 +1,9 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 86c341e83cb83feea8e9e5442804a700 alsaplayer-0.99.76-r1.ebuild 2129
+MD5 0c04acd35f907a21d4034c4f92e8cf08 alsaplayer-0.99.76-r1.ebuild 1961
MD5 d41e2deaa8aef46712f1ede969a217d4 alsaplayer-0.99.75-r1.ebuild 2285
-MD5 fecbec475efa4c387b612ac2a311e2b1 ChangeLog 5422
+MD5 ee14be337501b7f79241daa0e104e9c3 ChangeLog 5554
MD5 3be4f6e757e3057184136a002b0165f9 metadata.xml 221
MD5 c5f31cdad93bab7eef654e895149a993 alsaplayer-0.99.76.ebuild 1587
MD5 4d1180a1109044fb119335839a357f95 files/alsaplayer-endian.patch 1143
@@ -14,7 +14,7 @@ MD5 5c35a3140250067b9e24fea110bde6c4 files/gcc.patch 805
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCMwZl06ebR+OMO78RAvzHAJsGpQfB7I4D3lOhIbSC9FJXzgeF3ACdE4qs
-zTGJoFpfCfU9SgVl5G6Knuc=
-=MCym
+iD8DBQFCNFFn06ebR+OMO78RAqK5AJ0R344W27Irx1ierVPcZSTCFTQ2eACfcVQy
+P0YOVwa/sqo1RcCGPWT6w1I=
+=spFG
-----END PGP SIGNATURE-----
diff --git a/media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild
index c9f55a8c11e1..d5eb63013fc6 100644
--- a/media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild
+++ b/media-sound/alsaplayer/alsaplayer-0.99.76-r1.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/media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild,v 1.2 2005/03/12 15:10:23 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.76-r1.ebuild,v 1.3 2005/03/13 14:42:29 luckyduck Exp $
inherit eutils
@@ -49,13 +49,6 @@ src_compile() {
use doc ||
export ac_cv_prog_HAVE_DOXYGEN="false"
- if ! use ogg && use oggvorbis; then
- ewarn
- ewarn "To enable oggvorbis you must enable also ogg."
- ewarn
- die "To enable oggvorbis you must enable also ogg."
- fi
-
if use ogg && use flac; then
myconf="${myconf} --enable-oggflac"
fi