diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-28 17:35:26 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-28 17:35:26 +0000 |
commit | f4722bdad68e86c12251b82fd5b83238d97c8cc0 (patch) | |
tree | f2e4ba86829e08ab21defcba0fddabdff4366c18 /media-sound | |
parent | Added nostrip options and changed install directory. Fixes #6913. (diff) | |
download | historical-f4722bdad68e86c12251b82fd5b83238d97c8cc0.tar.gz historical-f4722bdad68e86c12251b82fd5b83238d97c8cc0.tar.bz2 historical-f4722bdad68e86c12251b82fd5b83238d97c8cc0.zip |
Fixes sandbox bug
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/dcd/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/dcd/dcd-0.95.ebuild | 40 | ||||
-rw-r--r-- | media-sound/dcd/files/digest-dcd-0.95 | 1 |
3 files changed, 48 insertions, 1 deletions
diff --git a/media-sound/dcd/ChangeLog b/media-sound/dcd/ChangeLog index 782b596507a2..1c9a653df3ea 100644 --- a/media-sound/dcd/ChangeLog +++ b/media-sound/dcd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/dcd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/dcd/ChangeLog,v 1.1 2002/02/01 21:53:31 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/dcd/ChangeLog,v 1.2 2002/08/28 17:35:26 rphillips Exp $ + +*dcd-0.95 (28 Aug 2002) + + 28 Aug 2002; Ryan Phillips <rphillips@gentoo.org> : + + Fixes a sandbox bug and updates to the latest version *dcd-0.90 (1 Feb 2002) diff --git a/media-sound/dcd/dcd-0.95.ebuild b/media-sound/dcd/dcd-0.95.ebuild new file mode 100644 index 000000000000..749f31a2e2f8 --- /dev/null +++ b/media-sound/dcd/dcd-0.95.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-sound/dcd/dcd-0.95.ebuild,v 1.1 2002/08/28 17:35:26 rphillips Exp $ + +S=${WORKDIR}/dcd-0.95 +DESCRIPTION="A simple command-line based CD Player" +HOMEPAGE="http://www.technopagan.org/dcd" +SRC_URI="http://www.technopagan.org/dcd/dcd-0.95.tar.bz2" + +DEPEND="virtual/glibc" + +SLOT="0" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" + +src_unpack() { + + unpack ${A} + cd ${S} + cp Makefile Makefile.orig + sed -e "s:PREFIX = .*$:PREFIX = \"${D}/usr\":" \ + -e "s:/man/:/share/man/:" \ + -e "s:# CDROM = /dev/cdroms/cdrom0:CDROM = \"/dev/cdroms/cdrom0\":"\ + -e "/install -m 755 -d \${HOME}\/\${CDI}/d"\ + Makefile.orig > Makefile + +} + +src_compile() { + + make EXTRA_CFLAGS="$CFLAGS" || die + +} + +src_install() { + + make PREFIX=${D}/usr install || die + dodoc README BUGS ChangeLog + +} diff --git a/media-sound/dcd/files/digest-dcd-0.95 b/media-sound/dcd/files/digest-dcd-0.95 new file mode 100644 index 000000000000..982333293730 --- /dev/null +++ b/media-sound/dcd/files/digest-dcd-0.95 @@ -0,0 +1 @@ +MD5 1f4c7ff50ffc348d3dd7ecb5cb511274 dcd-0.95.tar.bz2 33620 |