diff options
author | 2007-01-14 22:16:24 +0000 | |
---|---|---|
committer | 2007-01-14 22:16:24 +0000 | |
commit | aa3c54672085b8ab1f4534c94f2506925195fc33 (patch) | |
tree | ce4858c8faa6fd48d48bab6308f945ea1a94b518 /dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | |
parent | version bump with new devices and use flags (diff) | |
download | historical-aa3c54672085b8ab1f4534c94f2506925195fc33.tar.gz historical-aa3c54672085b8ab1f4534c94f2506925195fc33.tar.bz2 historical-aa3c54672085b8ab1f4534c94f2506925195fc33.zip |
Marking amd64 stable
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild')
-rw-r--r-- | dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild index 920dc1dcec3c..0ca0cc6cd219 100644 --- a/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild +++ b/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.8 2006/08/06 18:30:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-SessionX/Apache-SessionX-2.01.ebuild,v 1.9 2007/01/14 22:12:43 mcummings Exp $ inherit perl-module @@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P} MY_PV= DESCRIPTION="An extented persistence framework for session data" SRC_URI="mirror://cpan/authors/id/G/GR/GRICHTER/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~grichter/${MY_P}" +HOMEPAGE="http://search.cpan.org/~grichter/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -21,7 +21,6 @@ KEYWORDS="amd64 ia64 ~ppc sparc x86" DEPEND="dev-perl/Apache-Session dev-lang/perl" -RDEPEND="${DEPEND}" src_compile() { echo "n" | perl-module_src_compile |