diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:04:48 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 15:04:48 +0000 |
commit | db3111f744ea1304fd6c5ad97c3d647868f3b4b4 (patch) | |
tree | e8e1f5f329679456936062af169c3b39106e6921 /dev-perl/HTML-Mason | |
parent | New virtuals: Pod-Simple (diff) | |
download | gentoo-2-db3111f744ea1304fd6c5ad97c3d647868f3b4b4.tar.gz gentoo-2-db3111f744ea1304fd6c5ad97c3d647868f3b4b4.tar.bz2 gentoo-2-db3111f744ea1304fd6c5ad97c3d647868f3b4b4.zip |
New virtuals: module-build
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index ca0e5ca84c68..6c56d33d374f 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.81 2008/09/15 11:21:12 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.82 2008/11/18 15:04:48 tove Exp $ + + 18 Nov 2008; Torsten Veller <tove@gentoo.org> HTML-Mason-1.37.ebuild: + New virtuals: module-build 15 Sep 2008; Torsten Veller <tove@gentoo.org> -HTML-Mason-1.32.ebuild, -HTML-Mason-1.33.ebuild, -HTML-Mason-1.35.ebuild, -HTML-Mason-1.36.ebuild: diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild index b882b28794ba..a53f4936c458 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.37.ebuild,v 1.5 2008/02/03 14:15:40 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.37.ebuild,v 1.6 2008/11/18 15:04:48 tove Exp $ inherit depend.apache perl-module @@ -20,7 +20,7 @@ RDEPEND="!modperl? ( virtual/perl-CGI ) >=www-apache/mod_perl-2 ) >=dev-perl/Params-Validate-0.7 - >=dev-perl/module-build-0.28 + >=virtual/perl-Module-Build-0.28 >=dev-perl/Class-Container-0.08 >=dev-perl/Exception-Class-1.15 dev-perl/HTML-Parser @@ -30,7 +30,7 @@ RDEPEND="!modperl? ( virtual/perl-CGI ) dev-lang/perl" DEPEND="${RDEPEND} - dev-perl/module-build" + virtual/perl-Module-Build" want_apache2 modperl |