summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-11 21:11:49 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-11 21:11:49 +0000
commitf68541f7823c5f01a1d17215138989a709a5bab8 (patch)
treec22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /net-www/mod_mp3
parentunmasked in x86 (diff)
downloadgentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz
gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2
gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-www/mod_mp3')
-rw-r--r--net-www/mod_mp3/mod_mp3-0.35-r1.ebuild4
-rw-r--r--net-www/mod_mp3/mod_mp3-0.35-r2.ebuild4
-rw-r--r--net-www/mod_mp3/mod_mp3-0.39.ebuild4
3 files changed, 6 insertions, 6 deletions
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 f986bdc1459e..efea98e99fd8 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-2003 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.7 2003/02/13 15:38:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r1.ebuild,v 1.8 2003/03/11 21:11:46 seemant Exp $
DESCRIPTION="Module for turning Apache into an MP3 or Ogg streaming server"
HOMEPAGE="http://media.tangent.org/"
@@ -9,7 +9,7 @@ KEYWORDS="x86 sparc "
S=${WORKDIR}/${P}
SRC_URI="http://software.tangent.org/download/${P}.tar.gz"
-DEPEND="virtual/glibc =net-www/apache-1* sys-devel/perl"
+DEPEND="virtual/glibc =net-www/apache-1* dev-lang/perl"
LICENSE="as-is"
SLOT="0"
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 51705e52c48f..333dd736e563 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-2003 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.5 2003/02/13 15:38:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.35-r2.ebuild,v 1.6 2003/03/11 21:11:46 seemant Exp $
IUSE="mysql"
@@ -11,7 +11,7 @@ KEYWORDS="x86"
S=${WORKDIR}/${P}
SRC_URI="http://software.tangent.org/download/${P}.tar.gz"
-DEPEND="virtual/glibc =net-www/apache-1* sys-devel/perl
+DEPEND="virtual/glibc =net-www/apache-1* dev-lang/perl
mysql? ( >=dev-db/mysql-3.23.26 )"
LICENSE="as-is"
diff --git a/net-www/mod_mp3/mod_mp3-0.39.ebuild b/net-www/mod_mp3/mod_mp3-0.39.ebuild
index 957ce6e459aa..d058209e8c85 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-2003 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.3 2003/02/13 15:38:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_mp3/mod_mp3-0.39.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $
IUSE="mysql postgres"
@@ -13,7 +13,7 @@ SRC_URI="http://software.tangent.org/download/${P}.tar.gz"
DEPEND="virtual/glibc
=net-www/apache-1*
- sys-devel/perl
+ dev-lang/perl
mysql? ( >=dev-db/mysql-3.23.26 )
postgres? ( dev-db/postgresql )"