diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-06 00:45:18 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-06 00:45:18 +0000 |
commit | 17638481eaacb8e815e6eb01d290011790d58a22 (patch) | |
tree | fd6ffda0d1c4d014ba9ceb7d7781686a51a6f73e /media-sound/cdplay | |
parent | Fixes 2468 (diff) | |
download | historical-17638481eaacb8e815e6eb01d290011790d58a22.tar.gz historical-17638481eaacb8e815e6eb01d290011790d58a22.tar.bz2 historical-17638481eaacb8e815e6eb01d290011790d58a22.zip |
New package
Diffstat (limited to 'media-sound/cdplay')
-rw-r--r-- | media-sound/cdplay/ChangeLog | 13 | ||||
-rw-r--r-- | media-sound/cdplay/cdplay-0.8.ebuild | 21 | ||||
-rw-r--r-- | media-sound/cdplay/files/digest-cdplay-0.8 | 1 |
3 files changed, 35 insertions, 0 deletions
diff --git a/media-sound/cdplay/ChangeLog b/media-sound/cdplay/ChangeLog new file mode 100644 index 000000000000..a63741893e1d --- /dev/null +++ b/media-sound/cdplay/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-sound/cdplay +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/ChangeLog,v 1.1 2002/05/06 00:45:18 rphillips Exp $ + +*cdplay-0.8 (5 May 2002) + + 5 May 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-sound/cdplay/cdplay-0.8.ebuild b/media-sound/cdplay/cdplay-0.8.ebuild new file mode 100644 index 000000000000..7fd5474797fb --- /dev/null +++ b/media-sound/cdplay/cdplay-0.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jonathan Gonzalez <ciberscroll@uole.com> +# $Header: /var/cvsroot/gentoo-x86/media-sound/cdplay/cdplay-0.8.ebuild,v 1.1 2002/05/06 00:45:18 rphillips 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" + +src_compile () { + make || die +} + +src_install () { + into /usr + dobin cdplay +} + diff --git a/media-sound/cdplay/files/digest-cdplay-0.8 b/media-sound/cdplay/files/digest-cdplay-0.8 new file mode 100644 index 000000000000..7bc1753b6ac4 --- /dev/null +++ b/media-sound/cdplay/files/digest-cdplay-0.8 @@ -0,0 +1 @@ +MD5 328ee4f7df1bfe9257a6db180a4ddd6e cdplay-0.8.tar.gz 12283 |