diff options
author | 2002-05-04 23:23:02 +0000 | |
---|---|---|
committer | 2002-05-04 23:23:02 +0000 | |
commit | defd9df458f899b3c2cea25adf96387fbe2f1aff (patch) | |
tree | 9658902d9147784a2812a093ae2e5e1d2ce624c6 /net-www/mod_mp3 | |
parent | typo fixes (diff) | |
download | gentoo-2-defd9df458f899b3c2cea25adf96387fbe2f1aff.tar.gz gentoo-2-defd9df458f899b3c2cea25adf96387fbe2f1aff.tar.bz2 gentoo-2-defd9df458f899b3c2cea25adf96387fbe2f1aff.zip |
Added LICENSE, SLOT, $Headers, pam_stack aware pam.d/ file.
Diffstat (limited to 'net-www/mod_mp3')
-rw-r--r-- | net-www/mod_mp3/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_mp3/files/digest-mod_mp3-0.35-r1 (renamed from net-www/mod_mp3/files/digest-mod_mp3-0.35) | 0 | ||||
-rw-r--r-- | net-www/mod_mp3/files/mod_mp3.conf | 1 | ||||
-rw-r--r-- | net-www/mod_mp3/mod_mp3-0.35-r1.ebuild (renamed from net-www/mod_mp3/mod_mp3-0.35.ebuild) | 7 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net-www/mod_mp3/ChangeLog b/net-www/mod_mp3/ChangeLog index 5bbdbf9ef6c6..9d002a4b2a51 100644 --- a/net-www/mod_mp3/ChangeLog +++ b/net-www/mod_mp3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mod_mp3 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/ChangeLog,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/ChangeLog,v 1.2 2002/05/04 23:23:02 woodchip Exp $ + +*mod_mp3-0.35-r1 (4 May 2002) + + 4 May 2002; Donny Davies <woodchip@gentoo.org> : + + Added LICENSE, SLOT, clarify the pkg_postinst message. *mod_mp3-0.35 (9 Apr 2002) diff --git a/net-www/mod_mp3/files/digest-mod_mp3-0.35 b/net-www/mod_mp3/files/digest-mod_mp3-0.35-r1 index 5754bce8c732..5754bce8c732 100644 --- a/net-www/mod_mp3/files/digest-mod_mp3-0.35 +++ b/net-www/mod_mp3/files/digest-mod_mp3-0.35-r1 diff --git a/net-www/mod_mp3/files/mod_mp3.conf b/net-www/mod_mp3/files/mod_mp3.conf index 6fad951f6017..98adf566dc55 100644 --- a/net-www/mod_mp3/files/mod_mp3.conf +++ b/net-www/mod_mp3/files/mod_mp3.conf @@ -1,3 +1,4 @@ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/files/mod_mp3.conf,v 1.2 2002/05/04 23:23:02 woodchip Exp $ <IfModule mod_mp3.c> #Listen 80 diff --git a/net-www/mod_mp3/mod_mp3-0.35.ebuild b/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild index fdd74fce4549..9cceec0a7ceb 100644 --- a/net-www/mod_mp3/mod_mp3-0.35.ebuild +++ b/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35.ebuild,v 1.1 2002/04/09 23:57:52 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild,v 1.1 2002/05/04 23:23:02 woodchip Exp $ DESCRIPTION="Module for turning Apache into an MP3 or Ogg streaming server" HOMEPAGE="http://media.tangent.org/" @@ -10,6 +9,8 @@ S=${WORKDIR}/${P} SRC_URI="http://software.tangent.org/download/${P}.tar.gz" DEPEND="virtual/glibc >=net-www/apache-1.3.24 sys-devel/perl" +LICENSE="as-is" +SLOT="0" src_compile() { ./configure || die @@ -31,7 +32,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config" + einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" einfo "to have your apache.conf auto-updated for use with this module." einfo "You should then edit your /etc/conf.d/apache file to suit." einfo |