diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-06-13 12:22:11 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-06-13 12:22:11 +0000 |
commit | e79c903ad518eaa93fd2c8f808ab62e4094a0a10 (patch) | |
tree | 1257617802db57d37c99746baf4566c05bba404b /dev-perl/HTML-Mason | |
parent | Remove Apache1. (diff) | |
download | gentoo-2-e79c903ad518eaa93fd2c8f808ab62e4094a0a10.tar.gz gentoo-2-e79c903ad518eaa93fd2c8f808ab62e4094a0a10.tar.bz2 gentoo-2-e79c903ad518eaa93fd2c8f808ab62e4094a0a10.zip |
Remove Apache1.
(Portage version: 2.1.2.7)
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.26.ebuild | 53 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 | 3 |
3 files changed, 4 insertions, 57 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index b9acad8e6a0e..d82b5fb41b8e 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.67 2007/06/12 18:44:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.68 2007/06/13 12:22:11 chtekk Exp $ + + 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org> -HTML-Mason-1.26.ebuild: + Remove Apache1. *HTML-Mason-1.36 (12 Jun 2007) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild deleted file mode 100644 index 3f219e0a0694..000000000000 --- a/dev-perl/HTML-Mason/HTML-Mason-1.26.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 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.16 2007/03/03 23:41:55 genone Exp $ - -inherit perl-module - -DESCRIPTION="A HTML development and delivery Perl Module" -SRC_URI="http://www.masonhq.com/download/${P}.tar.gz" -HOMEPAGE="http://www.masonhq.com/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND=">=www-misc/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-lang/perl" - -mydoc="CREDITS UPGRADE" - -src_install () { - #This is a nasty fix for a sandbox violation that Mason wants to do - mv -f install/delete_old_pods.pl install/delete_old_pods.pl2 - sed -e "s/use strict/exit()/" install/delete_old_pods.pl2 > install/delete_old_pods.pl - perl-module_src_install - dohtml htdocs/* -} - - -pkg_postinst() { - elog - elog "Due to a change in documention in HTML-Mason, you will need to note" - elog "that the documentation in the following files is no longer valid." - elog "These files are present only if you had a previous install of " - elog "HTML-Mason. Feel free to remove these docs from your system: " - elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Interp.pod" - elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/ApacheHandler.pod" - elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Request.pod" - elog "/usr/lib/perl5/site_perl/PERLVERSION/HTML/Mason/Component.pod" - elog "Where PERLVERSION is your version of perl (5.6.1, 5.8)" - elog - -} - - diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 deleted file mode 100644 index 9d4a4e62c63d..000000000000 --- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.26 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 96848be080c2382285f5faafe24d4a00 HTML-Mason-1.26.tar.gz 331325 -RMD160 4c8092cdcf93087da26e9c2de3d8c3809e37e97e HTML-Mason-1.26.tar.gz 331325 -SHA256 5cf9cdd8b18b07e942690c93aa4125f19c7128b7f318b9107179a7c25cb3eae5 HTML-Mason-1.26.tar.gz 331325 |