diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-29 07:47:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-29 07:47:10 +0000 |
commit | b8776b8024f9a3320749adc3e0da57045d8da066 (patch) | |
tree | 240a4afd7bf0b1a27170114016027d4ebeca2594 /dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild | |
parent | Fix LICENSE: same terms as perl (#301969). Maintenance (diff) | |
download | gentoo-2-b8776b8024f9a3320749adc3e0da57045d8da066.tar.gz gentoo-2-b8776b8024f9a3320749adc3e0da57045d8da066.tar.bz2 gentoo-2-b8776b8024f9a3320749adc3e0da57045d8da066.zip |
Fix LICENSE: same terms as perl (#301969). Maintenance
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild')
-rw-r--r-- | dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild index 201d867e89a8..bc6e8c66d22c 100644 --- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild +++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild @@ -1,24 +1,21 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild,v 1.13 2007/01/15 15:10:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild,v 1.14 2010/01/29 07:47:10 tove Exp $ +EAPI=2 + +MODULE_AUTHOR=SAMTREGAR inherit perl-module -MY_PV=${PV/0/} -MY_P=${PN}-${MY_PV} -IUSE="" -S=${WORKDIR}/${MY_P} DESCRIPTION="use Apache format config files" -SRC_URI="mirror://cpan/authors/id/S/SA/SAMTREGAR/${MY_P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~samtregar/" SLOT="0" -LICENSE="Artistic" KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" +IUSE="" -SRC_TEST="do" - -DEPEND="dev-perl/Class-MethodMaker +RDEPEND="dev-perl/Class-MethodMaker virtual/perl-Text-Balanced - virtual/perl-File-Spec - dev-lang/perl" + virtual/perl-File-Spec" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |