diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-09-21 21:14:57 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-09-21 21:14:57 +0000 |
commit | 158673991d4c107ba4c3776241754959ba846a71 (patch) | |
tree | b4aa8b05262f73213eced189ada62b068d833f21 /media-sound | |
parent | new version, old one not on mirrors (diff) | |
download | gentoo-2-158673991d4c107ba4c3776241754959ba846a71.tar.gz gentoo-2-158673991d4c107ba4c3776241754959ba846a71.tar.bz2 gentoo-2-158673991d4c107ba4c3776241754959ba846a71.zip |
new version, old one not on mirrors
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/cd-discid/ChangeLog | 15 | ||||
-rw-r--r-- | media-sound/cd-discid/Manifest | 4 | ||||
-rw-r--r-- | media-sound/cd-discid/cd-discid-0.8.ebuild | 29 | ||||
-rw-r--r-- | media-sound/cd-discid/files/digest-cd-discid-0.8 | 1 |
4 files changed, 38 insertions, 11 deletions
diff --git a/media-sound/cd-discid/ChangeLog b/media-sound/cd-discid/ChangeLog index b6575953150a..73f4c1e444dc 100644 --- a/media-sound/cd-discid/ChangeLog +++ b/media-sound/cd-discid/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for media-sound/cd-discid # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.5 2003/02/12 07:26:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/ChangeLog,v 1.6 2003/09/21 21:14:55 drobbins Exp $ +*cd-discid-0.8 (21 Sep 2003) + + 21 Sep 2003; Daniel Robbins <drobbins@gentoo.org>: cd-discid-0.8.ebuild: + 0.6 tarball was not on our mirrors, new version. + 18 Jan 2003; Bryon Roche <kain@kain.org> ChangeLog, cd-discid-0.6.ebuild : Added ppc to keywords. @@ -9,11 +14,3 @@ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *cd-discid-0.6 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@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/cd-discid/Manifest b/media-sound/cd-discid/Manifest index 29aa29b07325..70fe8f9da958 100644 --- a/media-sound/cd-discid/Manifest +++ b/media-sound/cd-discid/Manifest @@ -1,5 +1,5 @@ MD5 717f560698585526810a9f2bbf7a9ff4 cd-discid-0.6.ebuild 708 -MD5 717f560698585526810a9f2bbf7a9ff4 cd-discid-0.8.ebuild 708 -MD5 3745f8efab70b684bf8cc7a316261e7f ChangeLog 870 +MD5 8c3d181b8c77b9ecb6e45e878c622261 cd-discid-0.8.ebuild 707 +MD5 76d1a3e97a8588a45fecbe93d8bb7a3c ChangeLog 598 MD5 8697d0e86e83978804e8ad853fd0f8c0 files/digest-cd-discid-0.6 68 MD5 46a28720bb5f8a1eca5efc9cf06e3a59 files/digest-cd-discid-0.8 69 diff --git a/media-sound/cd-discid/cd-discid-0.8.ebuild b/media-sound/cd-discid/cd-discid-0.8.ebuild new file mode 100644 index 000000000000..7706a03ffdc6 --- /dev/null +++ b/media-sound/cd-discid/cd-discid-0.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/cd-discid/cd-discid-0.8.ebuild,v 1.1 2003/09/21 21:14:55 drobbins Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="returns the disc id for the cd in the cd-rom drive" +SRC_URI="http://lly.org/~rcw/cd-discid/${PN}_${PV}.orig.tar.gz" +HOMEPAGE="http://lly.org/~rcw/abcde/page/" + +DEPEND="virtual/glibc" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc ppc" + +src_compile() { + + echo gcc ${CFLAGS} -o cd-discid cd-discid.c + gcc ${CFLAGS} -o cd-discid cd-discid.c +} + +src_install () { + + into /usr + dobin cd-discid + doman cd-discid.1 + + dodoc COPYING README changelog +} diff --git a/media-sound/cd-discid/files/digest-cd-discid-0.8 b/media-sound/cd-discid/files/digest-cd-discid-0.8 new file mode 100644 index 000000000000..472461ce6c18 --- /dev/null +++ b/media-sound/cd-discid/files/digest-cd-discid-0.8 @@ -0,0 +1 @@ +MD5 90278a3c6e267da2df6b9ab8b0fefce8 cd-discid_0.8.orig.tar.gz 11201 |