diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-20 02:51:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-20 02:51:27 +0000 |
commit | c1b07c0d3f1a0824fa6e7edcc0698f64873b2d60 (patch) | |
tree | d988863a2a6118c6914578a41d595f2563097724 | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c1b07c0d3f1a0824fa6e7edcc0698f64873b2d60.tar.gz gentoo-2-c1b07c0d3f1a0824fa6e7edcc0698f64873b2d60.tar.bz2 gentoo-2-c1b07c0d3f1a0824fa6e7edcc0698f64873b2d60.zip |
This is a fix to the deps in 1.6
-rw-r--r-- | dev-perl/AxKit/AxKit-1.6-r2.ebuild | 43 | ||||
-rw-r--r-- | dev-perl/AxKit/ChangeLog | 12 | ||||
-rw-r--r-- | dev-perl/AxKit/files/digest-AxKit-1.6-r2 | 1 |
3 files changed, 55 insertions, 1 deletions
diff --git a/dev-perl/AxKit/AxKit-1.6-r2.ebuild b/dev-perl/AxKit/AxKit-1.6-r2.ebuild new file mode 100644 index 000000000000..cc368017cc17 --- /dev/null +++ b/dev-perl/AxKit/AxKit-1.6-r2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/AxKit-1.6-r2.ebuild,v 1.1 2002/12/20 02:51:27 mcummings Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="The Apache AxKit Perl Module" +SRC_URI="http://axkit.org/download/${P}.tar.gz" +HOMEPAGE="http://axkit.org/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 alpha sparc ~ppc" + +newdepend ">=dev-perl/libapreq-1.0 \ + >=dev-perl/Compress-Zlib-1.10 \ + >=dev-perl/Error-0.13 \ + gnome? ( >=dev-perl/HTTP-GHTTP-1.06 ) : dev-perl/libwww-perl-5.64-r1 \ + >=dev-perl/Storable-1.0.7 \ + >=dev-perl/XML-XPath-1.04 \ + >=dev-perl/XML-LibXML-1.31 \ + >=dev-perl/XML-LibXSLT-1.31 \ + >=dev-perl/XML-Sablot-0.50 \ + >=dev-perl/Digest-MD5-2.09 + <dev-perl/mod_perl-1.99" + +src_unpack() { + unpack ${A} + cd ${S} + cp Makefile.PL Makefile.PL.orig + sed -e "s:0\.31_03:0.31:" Makefile.PL.orig > Makefile.PL +} + +src_install() { + perl-module_src_install + + diropts -o nobody -g nogroup + dodir /var/cache/axkit + dodir /home/httpd/htdocs/xslt + insinto /etc/apache + doins ${FILESDIR}/httpd.axkit +} diff --git a/dev-perl/AxKit/ChangeLog b/dev-perl/AxKit/ChangeLog index 5252bb2b089b..c5a72ca96f53 100644 --- a/dev-perl/AxKit/ChangeLog +++ b/dev-perl/AxKit/ChangeLog @@ -1,7 +1,17 @@ # ChangeLog for dev-perl/AxKit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/ChangeLog,v 1.11 2002/12/13 10:56:33 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AxKit/ChangeLog,v 1.12 2002/12/20 02:51:27 mcummings Exp $ +*AxKit-1.6-r2 (19 Dec 2002) + + 19 Dec 2002; Michael Cummings <mcummings@gentoo.org> + AxKit-1.6-r2.ebuild: + + This is not a fix commit. This is a correction to the deps listed in + the ebuild, namely the removal of the dups, the making http-ghttp + optional with libwww-perl as it's backup (per the Makefile.PL), and + the addition of the mod_perl dep - which it must have. + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *AxKit-1.6 (18 Aug 2002) diff --git a/dev-perl/AxKit/files/digest-AxKit-1.6-r2 b/dev-perl/AxKit/files/digest-AxKit-1.6-r2 new file mode 100644 index 000000000000..901cd9e32277 --- /dev/null +++ b/dev-perl/AxKit/files/digest-AxKit-1.6-r2 @@ -0,0 +1 @@ +MD5 e03e0a50bcfc41aec1714512a404b019 AxKit-1.6.tar.gz 278788 |