summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-18 15:34:20 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-18 15:34:20 +0000
commit41a8f9db69bc02ea87cfdb7bb1f1a902fb27b5e8 (patch)
treeeec1355832d57b8417231c02868bd24f15be926e /dev-perl/HTML-Mason
parentAdd missing qt-webkit dependency, add doc USE flag, migrate to EAPI 4. Patch ... (diff)
downloadhistorical-41a8f9db69bc02ea87cfdb7bb1f1a902fb27b5e8.tar.gz
historical-41a8f9db69bc02ea87cfdb7bb1f1a902fb27b5e8.tar.bz2
historical-41a8f9db69bc02ea87cfdb7bb1f1a902fb27b5e8.zip
Cleanup
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r--dev-perl/HTML-Mason/ChangeLog6
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.450.0.ebuild62
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.460.0.ebuild62
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.470.0.ebuild63
4 files changed, 5 insertions, 188 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog
index b0418d3aff05..34534b59fb50 100644
--- a/dev-perl/HTML-Mason/ChangeLog
+++ b/dev-perl/HTML-Mason/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/HTML-Mason
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.102 2012/02/04 07:14:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.103 2012/02/18 15:01:16 tove Exp $
+
+ 18 Feb 2012; Torsten Veller <tove@gentoo.org> -HTML-Mason-1.450.0.ebuild,
+ -HTML-Mason-1.460.0.ebuild, -HTML-Mason-1.470.0.ebuild:
+ Cleanup
*HTML-Mason-1.480.0 (04 Feb 2012)
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.450.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.450.0.ebuild
deleted file mode 100644
index cf5d7c9a0470..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.450.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 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.450.0.ebuild,v 1.1 2011/08/30 14:07:07 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.45
-inherit depend.apache perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="modperl doc test"
-
-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-perl/Log-Any"
-
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Deep )"
-
-want_apache2 modperl
-
-SRC_TEST="do"
-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/*
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.460.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.460.0.ebuild
deleted file mode 100644
index e0fbe29a6c3d..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.460.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 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.460.0.ebuild,v 1.1 2011/09/21 02:07:02 robbat2 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=JSWARTZ
-MODULE_VERSION=1.46
-inherit depend.apache perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="modperl doc test"
-
-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-perl/Log-Any"
-
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Deep )"
-
-want_apache2 modperl
-
-SRC_TEST="do"
-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/*
-}
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.470.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.470.0.ebuild
deleted file mode 100644
index 41688a734cc0..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.470.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2011 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.470.0.ebuild,v 1.1 2011/10/23 07:14:10 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=1.47
-inherit depend.apache perl-module
-
-DESCRIPTION="A HTML development and delivery Perl Module"
-HOMEPAGE="http://www.masonhq.com/ ${HOMEPAGE}"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="modperl doc test"
-
-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-perl/Log-Any"
-
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? ( dev-perl/Test-Deep )"
-
-want_apache2 modperl
-
-SRC_TEST="do"
-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="${ED}" ${myconf}
-}
-
-src_install () {
- perl-module_src_install
- rm "${ED}"/usr/bin/*.README # 368937
- # rendhalver - the html docs have subdirs so this gets all of them
- use doc && dohtml -r htdocs/*
-}