diff options
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.40.ebuild | 59 |
2 files changed, 4 insertions, 60 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index efda8b0e54d6..3676e8d635e4 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.86 2009/06/10 01:50:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.87 2009/09/07 09:05:00 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -HTML-Mason-1.40.ebuild: + Cleanup *HTML-Mason-1.42 (10 Jun 2009) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.40.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.40.ebuild deleted file mode 100644 index 52adb306184f..000000000000 --- a/dev-perl/HTML-Mason/HTML-Mason-1.40.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2009 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.40.ebuild,v 1.3 2009/05/26 17:00:02 arfrever Exp $ - -inherit depend.apache perl-module - -DESCRIPTION="A HTML development and delivery Perl Module" -SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz" -HOMEPAGE="http://www.masonhq.com/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="modperl doc" -SRC_TEST="do" - -RDEPEND="!modperl? ( virtual/perl-CGI ) - modperl? ( - www-apache/libapreq2 - >=www-apache/mod_perl-2 - ) - >=dev-perl/Params-Validate-0.7 - >=dev-perl/Class-Container-0.08 - >=dev-perl/Exception-Class-1.15 - dev-perl/HTML-Parser - virtual/perl-Scalar-List-Utils - virtual/perl-File-Spec - >=dev-perl/Cache-Cache-1.01 - dev-lang/perl" - -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -want_apache2 modperl - -mydoc="CREDITS UPGRADE" -myconf="--noprompts" - -pkg_setup() { - depend.apache_pkg_setup modperl - perl-module_pkg_setup -} - -perl-module_src_prep() { - # Note about new modperl use flag - if use !modperl ; then - ewarn "HTML-Mason will only install with modperl support" - ewarn "if the use flag modperl is enabled." - sleep 5 - fi - # rendhalver - needed to set an env var for the build script so it finds our apache. - APACHE="${APACHE_BIN}" perl ${S}/Build.PL installdirs=vendor destdir=${D} ${myconf} -} - -src_install () { - perl-module_src_install - # rendhalver - the html docs have subdirs so this gets all of them - use doc && dohtml -r htdocs/* -} |