summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-03-19 12:49:07 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-03-19 12:49:07 +0000
commit0c7db8edce9ef07c54d16cbe69c6b829fb19ad36 (patch)
tree9e266c7ee28f8dfd70ee130f79482be3cdc2875b /dev-perl/Config-ApacheFormat
parentMarked as ~amd64. (diff)
downloadgentoo-2-0c7db8edce9ef07c54d16cbe69c6b829fb19ad36.tar.gz
gentoo-2-0c7db8edce9ef07c54d16cbe69c6b829fb19ad36.tar.bz2
gentoo-2-0c7db8edce9ef07c54d16cbe69c6b829fb19ad36.zip
Bug 79477
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Config-ApacheFormat')
-rw-r--r--dev-perl/Config-ApacheFormat/ChangeLog11
-rw-r--r--dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.2.ebuild24
-rw-r--r--dev-perl/Config-ApacheFormat/Manifest2
-rw-r--r--dev-perl/Config-ApacheFormat/files/digest-Config-ApacheFormat-1.21
-rw-r--r--dev-perl/Config-ApacheFormat/metadata.xml10
5 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/Config-ApacheFormat/ChangeLog b/dev-perl/Config-ApacheFormat/ChangeLog
new file mode 100644
index 000000000000..58b21b39c531
--- /dev/null
+++ b/dev-perl/Config-ApacheFormat/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/Config-ApacheFormat
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-ApacheFormat/ChangeLog,v 1.1 2005/03/19 12:49:07 mcummings Exp $
+
+*Config-ApacheFormat-1.2 (19 Mar 2005)
+
+ 19 Mar 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +Config-ApacheFormat-1.2.ebuild:
+ Bug 79477, support for bug 79476, ebuild provided by Kevin
+ <gentoo@thebarters.com>
+
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"
diff --git a/dev-perl/Config-ApacheFormat/Manifest b/dev-perl/Config-ApacheFormat/Manifest
new file mode 100644
index 000000000000..545ad1bfbb68
--- /dev/null
+++ b/dev-perl/Config-ApacheFormat/Manifest
@@ -0,0 +1,2 @@
+MD5 96052b4609466f0b076f6295338f5685 Config-ApacheFormat-1.2.ebuild 635
+MD5 264b8643c3c696651ffebb539ac2b70f files/digest-Config-ApacheFormat-1.2 74
diff --git a/dev-perl/Config-ApacheFormat/files/digest-Config-ApacheFormat-1.2 b/dev-perl/Config-ApacheFormat/files/digest-Config-ApacheFormat-1.2
new file mode 100644
index 000000000000..8a92c7530737
--- /dev/null
+++ b/dev-perl/Config-ApacheFormat/files/digest-Config-ApacheFormat-1.2
@@ -0,0 +1 @@
+MD5 3fea1c5a44f2b73a44cef830dbacce5e Config-ApacheFormat-1.2.tar.gz 56817
diff --git a/dev-perl/Config-ApacheFormat/metadata.xml b/dev-perl/Config-ApacheFormat/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/dev-perl/Config-ApacheFormat/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>perl@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>