diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-30 11:17:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-30 11:17:59 +0000 |
commit | 398d4658654edee0c522414ef21ea76a9ad0aa28 (patch) | |
tree | 8c1ac4d6b2dff85e7fe887b626175d572e3ebe7d /media-sound/gnump3d | |
parent | old (diff) | |
download | gentoo-2-398d4658654edee0c522414ef21ea76a9ad0aa28.tar.gz gentoo-2-398d4658654edee0c522414ef21ea76a9ad0aa28.tar.bz2 gentoo-2-398d4658654edee0c522414ef21ea76a9ad0aa28.zip |
keepdir fix #39826
Diffstat (limited to 'media-sound/gnump3d')
-rw-r--r-- | media-sound/gnump3d/gnump3d-2.2-r1.ebuild | 11 | ||||
-rw-r--r-- | media-sound/gnump3d/gnump3d-2.6.ebuild | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/media-sound/gnump3d/gnump3d-2.2-r1.ebuild b/media-sound/gnump3d/gnump3d-2.2-r1.ebuild index 0477cd025b87..808c0920b2fa 100644 --- a/media-sound/gnump3d/gnump3d-2.2-r1.ebuild +++ b/media-sound/gnump3d/gnump3d-2.2-r1.ebuild @@ -1,13 +1,15 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.2-r1.ebuild,v 1.3 2003/09/07 00:06:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.2-r1.ebuild,v 1.4 2004/01/30 11:17:59 vapier Exp $ + +inherit eutils DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" -SRC_URI="mirror://sourceforge/gnump3d/${P}.tar.gz" HOMEPAGE="http://gnump3d.sourceforge.net/" +SRC_URI="mirror://sourceforge/gnump3d/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" RDEPEND=">=dev-lang/perl-5.8.0" @@ -50,4 +52,3 @@ pkg_postinst() { einfo "running /etc/init.d/gnump3d start" einfo } - diff --git a/media-sound/gnump3d/gnump3d-2.6.ebuild b/media-sound/gnump3d/gnump3d-2.6.ebuild index cbb313ddae39..f42a9b7fce43 100644 --- a/media-sound/gnump3d/gnump3d-2.6.ebuild +++ b/media-sound/gnump3d/gnump3d-2.6.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.6.ebuild,v 1.1 2003/11/24 08:05:25 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.6.ebuild,v 1.2 2004/01/30 11:17:59 vapier Exp $ DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" -SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.bz2" HOMEPAGE="http://gnump3d.sourceforge.net/" -SLOT="0" +SRC_URI="http://savannah.gnu.org/download/${PN}/${P}.tar.bz2" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="~x86" RDEPEND=">=dev-lang/perl-5.8.0" @@ -35,8 +36,7 @@ src_install() { PERL5LIB="${LIBDIR}" EOF dodir /var/log/gnump3d - dodir /var/cache/gnump3d/serving - touch ${D}/var/cache/gnump3d/serving/.keep + keepdir /var/cache/gnump3d/serving } pkg_postinst() { |