From 0c7db8edce9ef07c54d16cbe69c6b829fb19ad36 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sat, 19 Mar 2005 12:49:07 +0000 Subject: Bug 79477 (Portage version: 2.0.51.19) --- .../Config-ApacheFormat-1.2.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild (limited to 'dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild') diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild new file mode 100644 index 000000000000..ca533e15bf51 --- /dev/null +++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 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.1 2005/03/19 12:49:07 mcummings Exp $ + +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/${MY_P}/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" + +SRC_TEST="do" + +DEPEND="${DEPEND} + dev-perl/Class-MethodMaker + dev-perl/Text-Balanced + dev-perl/File-Spec" -- cgit v1.2.3-65-gdbad