diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:11:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 20:11:43 +0000 |
commit | 9010f583a544f218d68893e28a6da0e9c3f6d565 (patch) | |
tree | 4e56681b1c059608c90afd58fb06c4d814e7d4c1 /media-sound | |
parent | PPC stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-9010f583a544f218d68893e28a6da0e9c3f6d565.tar.gz gentoo-2-9010f583a544f218d68893e28a6da0e9c3f6d565.tar.bz2 gentoo-2-9010f583a544f218d68893e28a6da0e9c3f6d565.zip |
Add inherit eutils
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/gnump3d/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/gnump3d/gnump3d-2.7.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/gnump3d/ChangeLog b/media-sound/gnump3d/ChangeLog index 0d21ac51ebea..83dac52cc1c2 100644 --- a/media-sound/gnump3d/ChangeLog +++ b/media-sound/gnump3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/gnump3d # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.18 2004/04/25 02:13:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/ChangeLog,v 1.19 2004/04/27 20:07:49 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnump3d-2.7.ebuild: + Add inherit eutils 24 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> gnump3d-2.2-r1.ebuild, gnump3d-2.6-r1.ebuild, gnump3d-2.7.ebuild, diff --git a/media-sound/gnump3d/gnump3d-2.7.ebuild b/media-sound/gnump3d/gnump3d-2.7.ebuild index c8f306dc781c..5d1e8421debf 100644 --- a/media-sound/gnump3d/gnump3d-2.7.ebuild +++ b/media-sound/gnump3d/gnump3d-2.7.ebuild @@ -1,6 +1,8 @@ # 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.7.ebuild,v 1.4 2004/04/25 02:13:29 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-2.7.ebuild,v 1.5 2004/04/27 20:07:49 agriffis Exp $ + +inherit eutils DESCRIPTION="A streaming server for MP3, OGG vorbis and other streamable files" HOMEPAGE="http://www.gnump3d.org/" |