diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-30 07:20:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-30 07:20:41 +0000 |
commit | 5ddd2991137f49bf91ce06e9d9d190d01c0f3476 (patch) | |
tree | 7a2d4cd4d465ecf4ea3e10a00f8e0b1a3330b97a /dev-perl/HTML-Mason | |
parent | Masking Speex cause someone has to (diff) | |
download | gentoo-2-5ddd2991137f49bf91ce06e9d9d190d01c0f3476.tar.gz gentoo-2-5ddd2991137f49bf91ce06e9d9d190d01c0f3476.tar.bz2 gentoo-2-5ddd2991137f49bf91ce06e9d9d190d01c0f3476.zip |
revision bumps to force installations into correct locations after MakeMaker upgrade
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.0-r2.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0-r2 | 1 |
3 files changed, 37 insertions, 2 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 377a4ba296fc..c725d2d56ad2 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,13 @@ -# ChangeLog for dev-perl/HTML-Mason +# ChangeLog for dev-perlHTML-CleanChangeLog/dev-perlHTML-MasonChangeLog # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.2 2002/07/31 13:07:15 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.3 2002/10/30 07:20:36 seemant Exp $ + + 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : + + 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : : + + forced version bump to install into correct locations +# ChangeLog for dev-perl/HTML-Mason *HTML-Mason-1.0 (1 Feb 2002) diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.0-r2.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.0-r2.ebuild new file mode 100644 index 000000000000..7de760af1a14 --- /dev/null +++ b/dev-perl/HTML-Mason/HTML-Mason-1.0-r2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0-r2.ebuild,v 1.1 2002/10/30 07:20:36 seemant Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +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="x86 ppc sparc sparc64 alpha" + +DEPEND="${DEPEND} + dev-perl/Time-HiRes + dev-perl/MLDBM" + +mydoc="CREDITS UPGRADE" + +src_install () { + + perl-module_src_install + dohtml htdocs/* + +} diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0-r2 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0-r2 new file mode 100644 index 000000000000..b990333f4d8d --- /dev/null +++ b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0-r2 @@ -0,0 +1 @@ +MD5 b3c06efcfe5612d4ac0cdef7e992d2f4 HTML-Mason-1.0.tar.gz 258678 |