summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-03-27 02:42:11 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-03-27 02:42:11 +0000
commit27de70314cc0b92bf9bf918446330c8454e74ae8 (patch)
tree8e58e53a11bb1b84fcd0785e0d171d71064307db /media-sound/cdplay
parentHOMEPAGE fix. (Manifest recommit) (diff)
downloadgentoo-2-27de70314cc0b92bf9bf918446330c8454e74ae8.tar.gz
gentoo-2-27de70314cc0b92bf9bf918446330c8454e74ae8.tar.bz2
gentoo-2-27de70314cc0b92bf9bf918446330c8454e74ae8.zip
Stable on x86.
Diffstat (limited to 'media-sound/cdplay')
-rw-r--r--media-sound/cdplay/ChangeLog8
-rw-r--r--media-sound/cdplay/cdplay-0.8.ebuild7
-rw-r--r--media-sound/cdplay/cdplay-0.9.ebuild9
3 files changed, 14 insertions, 10 deletions
diff --git a/media-sound/cdplay/ChangeLog b/media-sound/cdplay/ChangeLog
index 1648360d6ae1..0317e5f1be57 100644
--- a/media-sound/cdplay/ChangeLog
+++ b/media-sound/cdplay/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/cdplay
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/ChangeLog,v 1.4 2003/09/20 11:58:50 jje Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/ChangeLog,v 1.5 2004/03/27 02:42:11 eradicator Exp $
+
+ 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> cdplay-0.8.ebuild,
+ cdplay-0.9.ebuild:
+ Stable on x86.
*cdplay-0.9 (20 Sep 2003)
diff --git a/media-sound/cdplay/cdplay-0.8.ebuild b/media-sound/cdplay/cdplay-0.8.ebuild
index 656e678be561..7b0710cd189e 100644
--- a/media-sound/cdplay/cdplay-0.8.ebuild
+++ b/media-sound/cdplay/cdplay-0.8.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.8 2004/03/01 05:37:12 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.9 2004/03/27 02:42:11 eradicator Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Console CD Player"
SRC_URI="http://www.x-paste.de/files/${P}.tar.gz"
HOMEPAGE="http://www.x-paste.de/projects/index.php"
DEPEND="virtual/glibc"
-
+IUSE=""
SLOT="0"
LICENSE="GPL-2"
+
KEYWORDS="x86 ppc ~alpha"
src_compile () {
@@ -18,7 +18,6 @@ src_compile () {
}
src_install () {
- into /usr
dobin cdplay
dodoc CREDITS README
diff --git a/media-sound/cdplay/cdplay-0.9.ebuild b/media-sound/cdplay/cdplay-0.9.ebuild
index dac84a08b857..84efdcbc7363 100644
--- a/media-sound/cdplay/cdplay-0.9.ebuild
+++ b/media-sound/cdplay/cdplay-0.9.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.9.ebuild,v 1.3 2004/03/01 05:37:12 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.9.ebuild,v 1.4 2004/03/27 02:42:11 eradicator Exp $
DESCRIPTION="Console CD Player"
HOMEPAGE="http://www.x-paste.de/projects/index.php"
SRC_URI="http://www.x-paste.de/files/${P}.tar.gz"
-LICENSE="GPL-2"
+DEPEND="virtual/glibc"
+IUSE=""
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha"
+LICENSE="GPL-2"
-DEPEND="virtual/glibc"
+KEYWORDS="x86 ~ppc ~alpha"
src_compile() {
make || die