diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-12-19 00:51:18 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-12-19 00:51:18 +0000 |
commit | 5dba29723ac53685919c515e79200eb72766cc8a (patch) | |
tree | c24af0606867ff3d5046d230ee03c33ad9b2f2d4 /media-sound/gnump3d | |
parent | SRC_URI update to add mirrors first. (diff) | |
download | gentoo-2-5dba29723ac53685919c515e79200eb72766cc8a.tar.gz gentoo-2-5dba29723ac53685919c515e79200eb72766cc8a.tar.bz2 gentoo-2-5dba29723ac53685919c515e79200eb72766cc8a.zip |
Version bump. Currently marked unstable. Please comment on bug #8671
Diffstat (limited to 'media-sound/gnump3d')
-rw-r--r-- | media-sound/gnump3d/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/gnump3d/files/digest-gnump3d-1.0 | 1 | ||||
-rw-r--r-- | media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 | 1 | ||||
-rw-r--r-- | media-sound/gnump3d/gnump3d-1.0.ebuild (renamed from media-sound/gnump3d/gnump3d-1.0_pre1.ebuild) | 15 |
4 files changed, 16 insertions, 9 deletions
diff --git a/media-sound/gnump3d/ChangeLog b/media-sound/gnump3d/ChangeLog index d3ed4e2eabd4..a12ed168ecb7 100644 --- a/media-sound/gnump3d/ChangeLog +++ b/media-sound/gnump3d/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/gnump3d # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.3 2002/12/01 12:12:18 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.4 2002/12/19 00:51:18 raker Exp $ + +*gnump3d-1.0 (18 Dec 2002) + + 18 Dec 2002; Nick Hadaway <raker@gentoo.org> gnump3d-1.0.ebuild, + files/digest-gnump3d-1.0 : + Version bump. 01 Dec 2002; Daniel Ahlberg <aliz@gentoo.org> files/doc-Makefile-gentoo.patch : Closes #11396. diff --git a/media-sound/gnump3d/files/digest-gnump3d-1.0 b/media-sound/gnump3d/files/digest-gnump3d-1.0 new file mode 100644 index 000000000000..45bfc96509e4 --- /dev/null +++ b/media-sound/gnump3d/files/digest-gnump3d-1.0 @@ -0,0 +1 @@ +MD5 7f20b9720f688b995be8f28f1ee89099 gnump3d-1.0.tar.gz 1226711 diff --git a/media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 b/media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 deleted file mode 100644 index d9c515aaaa82..000000000000 --- a/media-sound/gnump3d/files/digest-gnump3d-1.0_pre1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6061f53c73b9a6c9e52b7cad1371bbe6 gnump3d-1.0-pre1.tar.gz 1073369 diff --git a/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild b/media-sound/gnump3d/gnump3d-1.0.ebuild index 3c9f150f2025..d9ecb4948d66 100644 --- a/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild +++ b/media-sound/gnump3d/gnump3d-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-1.0_pre1.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-1.0.ebuild,v 1.1 2002/12/19 00:51:18 raker Exp $ IUSE="oggvorbis" -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} +S=${WORKDIR}/${P} + DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" -SRC_URI="mirror://sourceforge/gnump3d/${MY_P}.tar.gz" +SRC_URI="mirror://sourceforge/gnump3d/${P}.tar.gz" HOMEPAGE="http://gnump3d.sourceforge.net/" DEPEND="virtual/glibc" @@ -19,11 +19,13 @@ LICENSE="GPL-2" KEYWORDS="~x86" src_compile() { + use oggvorbis && myconf="${myconf} --with-vorbis" \ || myconf="${myconf} --without-vorbis" - econf $myconf || die + econf ${myconf} || die emake || die + } src_install() { @@ -34,8 +36,7 @@ src_install() { MANDIR=${D}/usr/share/man/man1 \ DESTDIR=${D} install || die - dodoc AUTHORS BUGS CHANGELOG COPYING README* TODO - docinto templates; dodoc templates/README* + dodoc AUTHORS BUGS ChangeLog COPYING README* exeinto /etc/init.d newexe ${FILESDIR}/gnump3d.rc6 gnump3d |