diff options
author | Chuck Short <zul@gentoo.org> | 2004-06-20 14:54:45 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-06-20 14:54:45 +0000 |
commit | effea475ff71caf1424aea2b172fb92d56b28ea3 (patch) | |
tree | 93758f28e07970ac99e3d3acd242a74dbe840881 /net-www/mod_mp3 | |
parent | Updated CVS snapshot (Manifest recommit) (diff) | |
download | gentoo-2-effea475ff71caf1424aea2b172fb92d56b28ea3.tar.gz gentoo-2-effea475ff71caf1424aea2b172fb92d56b28ea3.tar.bz2 gentoo-2-effea475ff71caf1424aea2b172fb92d56b28ea3.zip |
Ebuild cleanups.
Diffstat (limited to 'net-www/mod_mp3')
-rw-r--r-- | net-www/mod_mp3/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_mp3/mod_mp3-0.35-r1.ebuild | 6 | ||||
-rw-r--r-- | net-www/mod_mp3/mod_mp3-0.35-r2.ebuild | 5 | ||||
-rw-r--r-- | net-www/mod_mp3/mod_mp3-0.39.ebuild | 4 | ||||
-rw-r--r-- | net-www/mod_mp3/mod_mp3-0.40.ebuild | 4 |
5 files changed, 16 insertions, 9 deletions
diff --git a/net-www/mod_mp3/ChangeLog b/net-www/mod_mp3/ChangeLog index ebf3d3943ded..2b2e79b37b0b 100644 --- a/net-www/mod_mp3/ChangeLog +++ b/net-www/mod_mp3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_mp3 # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/ChangeLog,v 1.15 2004/05/22 23:15:35 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/ChangeLog,v 1.16 2004/06/20 14:51:24 zul Exp $ + + 20 Jun 2004; Chuck Short <zul@gentoo.org> mod_mp3-0.35-r1.ebuild, + mod_mp3-0.35-r2.ebuild, mod_mp3-0.39.ebuild, mod_mp3-0.40.ebuild: + Ebuild cleanups. 24 May 2004; Chuck Short <zul@gentoo.org> mod_mp3-0.40.ebuild: Marked stable for x86. diff --git a/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild b/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild index 47958cc5e79d..0203b5497e0c 100644 --- a/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild +++ b/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild,v 1.10 2004/04/05 00:39:27 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild,v 1.11 2004/06/20 14:51:24 zul Exp $ DESCRIPTION="Module for turning Apache into an MP3 or Ogg streaming server" HOMEPAGE="http://media.tangent.org/" @@ -10,6 +10,8 @@ S=${WORKDIR}/${P} SRC_URI="http://software.tangent.org/download/${P}.tar.gz" DEPEND="virtual/glibc =net-www/apache-1* dev-lang/perl" +REDEPEND="" + LICENSE="as-is" SLOT="0" @@ -33,7 +35,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${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 diff --git a/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild b/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild index 78f0dc48478a..e3f28acae867 100644 --- a/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild +++ b/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild,v 1.7 2004/04/05 00:39:27 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild,v 1.8 2004/06/20 14:51:24 zul Exp $ IUSE="mysql" @@ -13,6 +13,7 @@ SRC_URI="http://software.tangent.org/download/${P}.tar.gz" DEPEND="virtual/glibc =net-www/apache-1* dev-lang/perl mysql? ( >=dev-db/mysql-3.23.26 )" +RDEPEND="" LICENSE="as-is" SLOT="0" @@ -39,7 +40,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${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 diff --git a/net-www/mod_mp3/mod_mp3-0.39.ebuild b/net-www/mod_mp3/mod_mp3-0.39.ebuild index 27353c79e205..53f7312ddbd2 100644 --- a/net-www/mod_mp3/mod_mp3-0.39.ebuild +++ b/net-www/mod_mp3/mod_mp3-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.39.ebuild,v 1.8 2004/03/15 03:06:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.39.ebuild,v 1.9 2004/06/20 14:51:24 zul Exp $ IUSE="mysql postgres" @@ -43,7 +43,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${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 diff --git a/net-www/mod_mp3/mod_mp3-0.40.ebuild b/net-www/mod_mp3/mod_mp3-0.40.ebuild index 970c53635249..4751edb5c4c7 100644 --- a/net-www/mod_mp3/mod_mp3-0.40.ebuild +++ b/net-www/mod_mp3/mod_mp3-0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.40.ebuild,v 1.3 2004/05/22 23:15:35 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.40.ebuild,v 1.4 2004/06/20 14:51:24 zul Exp $ IUSE="mysql postgres" @@ -43,7 +43,7 @@ src_install() { pkg_postinst() { einfo - einfo "Execute \"ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\"" + einfo "Execute \"ebuild /var/db/pkg/net-www/${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 |