diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:46 +0000 |
commit | 5077d8b122125a272652fac9bf6125dfe99dadf5 (patch) | |
tree | 2f0f773ccb8e8e0dc06cb090f7b3a66566988adc /net-analyzer/calamaris | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-5077d8b122125a272652fac9bf6125dfe99dadf5.tar.gz historical-5077d8b122125a272652fac9bf6125dfe99dadf5.tar.bz2 historical-5077d8b122125a272652fac9bf6125dfe99dadf5.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-analyzer/calamaris')
-rw-r--r-- | net-analyzer/calamaris/calamaris-2.51.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/calamaris/calamaris-2.57.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/calamaris/calamaris-2.51.ebuild b/net-analyzer/calamaris/calamaris-2.51.ebuild index bbc40fe6aaa5..189bb4e81f64 100644 --- a/net-analyzer/calamaris/calamaris-2.51.ebuild +++ b/net-analyzer/calamaris/calamaris-2.51.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-analyzer/calamaris/calamaris-2.51.ebuild,v 1.2 2003/02/13 13:39:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/calamaris/calamaris-2.51.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports" HOMEPAGE="http://calamaris.cord.de/" @@ -8,8 +8,8 @@ SRC_URI="http://calamaris.cord.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="ppc x86" -DEPEND="sys-devel/perl" -RDEPEND="sys-devel/perl" +DEPEND="dev-lang/perl" +RDEPEND="dev-lang/perl" S=${WORKDIR}/${P} src_install () { diff --git a/net-analyzer/calamaris/calamaris-2.57.ebuild b/net-analyzer/calamaris/calamaris-2.57.ebuild index 92d8a5497d8c..570f02c04612 100644 --- a/net-analyzer/calamaris/calamaris-2.57.ebuild +++ b/net-analyzer/calamaris/calamaris-2.57.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-analyzer/calamaris/calamaris-2.57.ebuild,v 1.1 2003/03/09 20:52:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/calamaris/calamaris-2.57.ebuild,v 1.2 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports" HOMEPAGE="http://calamaris.cord.de/" @@ -8,8 +8,8 @@ SRC_URI="http://calamaris.cord.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc ~x86" -DEPEND="sys-devel/perl" -RDEPEND="sys-devel/perl" +DEPEND="dev-lang/perl" +RDEPEND="dev-lang/perl" S=${WORKDIR}/${P} src_install () { |