summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-02-26 16:34:51 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-02-26 16:34:51 +0000
commitfa3161986d93e2b1c26f03ef0c4e1be762334e49 (patch)
tree8bdffd4f121559a8a619d810e1f81e5c0fe9ac6d /dev-perl/HTML-Mason
parentMarking 2.06 stable, adding 2.07 (diff)
downloadgentoo-2-fa3161986d93e2b1c26f03ef0c4e1be762334e49.tar.gz
gentoo-2-fa3161986d93e2b1c26f03ef0c4e1be762334e49.tar.bz2
gentoo-2-fa3161986d93e2b1c26f03ef0c4e1be762334e49.zip
Marking 1.32 stable, removing 1.3101
(Portage version: 2.1_pre3-r1)
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.3101.ebuild62
-rw-r--r--dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild4
-rw-r--r--dev-perl/HTML-Mason/Manifest14
-rw-r--r--dev-perl/HTML-Mason/files/digest-HTML-Mason-1.31011
5 files changed, 8 insertions, 79 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog
index 208911d81cba..f57f7df28b0f 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.46 2006/02/13 13:05:06 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.47 2006/02/26 16:34:51 mcummings Exp $
+
+ 26 Feb 2006; Michael Cummings <mcummings@gentoo.org>
+ HTML-Mason-1.32.ebuild, -HTML-Mason-1.3101.ebuild:
+ Marking 1.32 stable, removing 1.3101
13 Feb 2006; Michael Cummings <mcummings@gentoo.org>
HTML-Mason-1.26.ebuild, HTML-Mason-1.32.ebuild, HTML-Mason-1.3101.ebuild:
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild
deleted file mode 100644
index 0420383e01a4..000000000000
--- a/dev-perl/HTML-Mason/HTML-Mason-1.3101.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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.3101.ebuild,v 1.3 2006/02/13 13:05:06 mcummings Exp $
-
-inherit 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="~x86 ~amd64 ~ppc ~sparc ~alpha"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE="apache2 modperl doc"
-SRC_TEST="do"
-
-DEPEND="
- !modperl? ( virtual/perl-CGI )
- modperl? (
- !apache2? (
- =net-www/apache-1*
- >=www-apache/libapreq-1.0-r2
- <www-apache/mod_perl-2 )
- apache2? (
- >=net-www/apache-2
- www-apache/libapreq2
- >=www-apache/mod_perl-2 )
- )
- >=dev-perl/Params-Validate-0.24-r2
- dev-perl/module-build
- >=dev-perl/Class-Container-0.08
- >=dev-perl/Exception-Class-1.14
- virtual/perl-Scalar-List-Utils
- virtual/perl-File-Spec
- >=dev-perl/Cache-Cache-1.01"
-
-mydoc="CREDITS UPGRADE"
-myconf="--noprompts"
-
-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.
- if use apache2; then
- APACHE="/usr/sbin/apache2"
- else
- APACHE="/usr/sbin/apache"
- fi
-
- APACHE="${APACHE}" 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.32.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild
index fd38e42b4330..da9050635376 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.2 2006/02/13 13:05:06 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.32.ebuild,v 1.3 2006/02/26 16:34:51 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.masonhq.com/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"
IUSE="apache2 modperl doc"
SRC_TEST="do"
diff --git a/dev-perl/HTML-Mason/Manifest b/dev-perl/HTML-Mason/Manifest
index 12da68db1c0b..989983fa521a 100644
--- a/dev-perl/HTML-Mason/Manifest
+++ b/dev-perl/HTML-Mason/Manifest
@@ -1,18 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 1212a01876d0b9f71b1c6d62b9b94a2a ChangeLog 7495
MD5 dbebda6e304d5a664638fbb898899347 HTML-Mason-1.26.ebuild 1737
-MD5 d2e803dac1e5aecf3303821333510122 HTML-Mason-1.3101.ebuild 1678
-MD5 1815a3f470e94071b0fc53b42d904d33 HTML-Mason-1.32.ebuild 1629
+MD5 a1001132215f7655f9b4d33ddc05bc89 HTML-Mason-1.32.ebuild 1628
MD5 3ab48da347fd0409815b3952c646baa6 files/digest-HTML-Mason-1.26 67
-MD5 8353fe15844dbf14ba2a86d211c2bf57 files/digest-HTML-Mason-1.3101 69
MD5 a767f979ce05c02777a14f611b502416 files/digest-HTML-Mason-1.32 67
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFD8IP5tG5z4I8BtQoRAhI1AJ9LleBpu6/SFJBfVOZaWZond6NcXACfUd1P
-Rh+u9SJJfd/v1SMOGRXRPb8=
-=SIWh
------END PGP SIGNATURE-----
diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.3101 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.3101
deleted file mode 100644
index 0f60e60d4032..000000000000
--- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.3101
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4904681296efeb9c58bf0d9926d37407 HTML-Mason-1.3101.tar.gz 386074