diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:59:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 04:59:56 +0000 |
commit | 5090676ec26d3aaeab0084b6fa6a3b30e8a49008 (patch) | |
tree | 88e4d00134aa14834a66eac611f4069f73c1e662 /dev-perl/HTML-Mason | |
parent | Update my email address: spyderous -> dberkholz. (diff) | |
download | historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.gz historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.tar.bz2 historical-5090676ec26d3aaeab0084b6fa6a3b30e8a49008.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild | 10 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild | 10 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild | 10 |
4 files changed, 23 insertions, 13 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index fa385463c4b1..1294cb3870ec 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.53 2006/07/18 01:05:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.54 2006/08/05 04:24:19 mcummings Exp $ + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + HTML-Mason-1.26.ebuild, HTML-Mason-1.32.ebuild, HTML-Mason-1.33.ebuild: + Adding perl dep; fixed DEPEND 18 Jul 2006; Michael Cummings <mcummings@gentoo.org> HTML-Mason-1.32.ebuild, HTML-Mason-1.33.ebuild: diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild index 26c8d3a376cf..f186ef3e2fdc 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.12 2006/06/06 00:35:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild,v 1.13 2006/08/05 04:24:19 mcummings Exp $ inherit perl-module @@ -14,15 +14,15 @@ KEYWORDS="alpha amd64 ppc sparc x86" IUSE="" SRC_TEST="do" -DEPEND="${DEPEND} - >=www-apache/libapreq-1.0-r2 +DEPEND=">=www-apache/libapreq-1.0-r2 >=dev-perl/Params-Validate-0.24-r2 >=dev-perl/Class-Container-0.08 >=dev-perl/Exception-Class-1.14 virtual/perl-Scalar-List-Utils virtual/perl-CGI virtual/perl-File-Spec - >=dev-perl/Cache-Cache-1.01" + >=dev-perl/Cache-Cache-1.01 + dev-lang/perl" RDEPEND="${DEPEND}" mydoc="CREDITS UPGRADE" @@ -50,3 +50,5 @@ pkg_postinst() { einfo } + + diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild index 3befc4b4cb8f..8696ff8c37af 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild,v 1.8 2006/07/18 01:05:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild,v 1.9 2006/08/05 04:24:19 mcummings Exp $ inherit perl-module @@ -14,8 +14,7 @@ KEYWORDS="~alpha amd64 ppc sparc x86" IUSE="apache2 modperl doc" SRC_TEST="do" -DEPEND=" - !modperl? ( virtual/perl-CGI ) +DEPEND="!modperl? ( virtual/perl-CGI ) modperl? ( !apache2? ( =net-www/apache-1* @@ -32,7 +31,8 @@ DEPEND=" >=dev-perl/Exception-Class-1.15 virtual/perl-Scalar-List-Utils virtual/perl-File-Spec - >=dev-perl/Cache-Cache-1.01" + >=dev-perl/Cache-Cache-1.01 + dev-lang/perl" RDEPEND="${DEPEND}" @@ -61,3 +61,5 @@ src_install () { # rendhalver - the html docs have subdirs so this gets all of them use doc && dohtml -r htdocs/* } + + diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild index f7b7ee40e8eb..0d3161785587 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v 1.2 2006/07/18 01:05:24 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.33.ebuild,v 1.3 2006/08/05 04:24:19 mcummings Exp $ inherit perl-module @@ -14,8 +14,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="apache2 modperl doc" SRC_TEST="do" -DEPEND=" - !modperl? ( virtual/perl-CGI ) +DEPEND="!modperl? ( virtual/perl-CGI ) modperl? ( !apache2? ( =net-www/apache-1* @@ -32,7 +31,8 @@ DEPEND=" >=dev-perl/Exception-Class-1.15 virtual/perl-Scalar-List-Utils virtual/perl-File-Spec - >=dev-perl/Cache-Cache-1.01" + >=dev-perl/Cache-Cache-1.01 + dev-lang/perl" RDEPEND="${DEPEND}" @@ -61,3 +61,5 @@ src_install () { # rendhalver - the html docs have subdirs so this gets all of them use doc && dohtml -r htdocs/* } + + |