diff options
author | Christian Parpart <trapni@gentoo.org> | 2005-01-22 07:50:25 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2005-01-22 07:50:25 +0000 |
commit | d750a3c43a039e703c7dc40b915ce244722f0089 (patch) | |
tree | d5bbc9517dbd5fde5d62d266856c27aced405c92 /net-www/mod_xslt | |
parent | remove old ebuild before mr_bones sees it (Manifest recommit) (diff) | |
download | gentoo-2-d750a3c43a039e703c7dc40b915ce244722f0089.tar.gz gentoo-2-d750a3c43a039e703c7dc40b915ce244722f0089.tar.bz2 gentoo-2-d750a3c43a039e703c7dc40b915ce244722f0089.zip |
version bump
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-www/mod_xslt')
-rw-r--r-- | net-www/mod_xslt/mod_xslt-2.0.4.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-www/mod_xslt/mod_xslt-2.0.4.ebuild b/net-www/mod_xslt/mod_xslt-2.0.4.ebuild index ca9692b37912..6d2bb9c69559 100644 --- a/net-www/mod_xslt/mod_xslt-2.0.4.ebuild +++ b/net-www/mod_xslt/mod_xslt-2.0.4.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/mod_xslt-2.0.4.ebuild,v 1.1 2005/01/22 07:25:04 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_xslt/mod_xslt-2.0.4.ebuild,v 1.2 2005/01/22 07:50:25 trapni Exp $ inherit eutils apache-module DESCRIPTION="An xslt filtering DSO module for Apache2" HOMEPAGE="http://www.mod-xslt.com/" -SRC_URI="http://aleron.dl.sourceforge.net/sourceforge/mod-xslt/${PN}.${PV}.tgz" +SRC_URI="mirror://sourceforge/mod-xslt/${PN}.${PV}.tgz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" SLOT="0" -RDEPEND="dev-util/pkgconfig - dev-lang/perl" - +RDEPEND="dev-libs/libxslt + dev-libs/libxml2" DEPEND="${RDEPEND} - dev-libs/libxslt - dev-libs/libxml2" + dev-util/pkgconfig + dev-lang/perl" S="${WORKDIR}/${PN}.${PV}" |