diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:13:27 +0000 |
commit | 30abe78b3fdb7defcba0bef73460d139ec73bcf3 (patch) | |
tree | 6a774ad94fe0a42d637cba9568a07d89fcc2eaa4 /dev-perl/HTML-Mason | |
parent | repoman fixes (diff) | |
download | gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.gz gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.tar.bz2 gentoo-2-30abe78b3fdb7defcba0bef73460d139ec73bcf3.zip |
repoman'd
Diffstat (limited to 'dev-perl/HTML-Mason')
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild | 11 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 | 1 |
3 files changed, 8 insertions, 29 deletions
diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild index 4c6405ea22f7..b40d69cef269 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild,v 1.3 2002/07/11 06:30:21 drobbins Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0-r1.ebuild,v 1.4 2002/07/25 04:13:26 seemant Exp $ inherit perl-module @@ -10,7 +9,13 @@ DESCRIPTION="A HTML development and delivery Perl Module" SRC_URI="http://www.masonhq.com/download/${P}.tar.gz" HOMEPAGE="http://www.masonhq.com/" -DEPEND="${DEPEND} dev-perl/Time-HiRes dev-perl/MLDBM" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + +DEPEND="${DEPEND} + dev-perl/Time-HiRes + dev-perl/MLDBM" mydoc="CREDITS UPGRADE" diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild deleted file mode 100644 index c667492329aa..000000000000 --- a/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.0.ebuild,v 1.4 2002/07/11 06:30:21 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A HTML development and delivery Perl Module" -SRC_URI="http://www.masonhq.com/download/${A}" -HOMEPAGE="http://www.masonhq.com/" - -DEPEND=">=sys-devel/perl-5 dev-perl/Time-HiRes dev-perl/MLDBM" - -src_compile() { - - perl Makefile.PL - try make - -} - -src_install () { - - try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install - dodoc Changes README CREDITS UPGRADE htdocs/* - -} diff --git a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 b/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 deleted file mode 100644 index b990333f4d8d..000000000000 --- a/dev-perl/HTML-Mason/files/digest-HTML-Mason-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3c06efcfe5612d4ac0cdef7e992d2f4 HTML-Mason-1.0.tar.gz 258678 |