diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 12:43:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-02-07 12:43:21 +0000 |
commit | cca94731c02a30d3e095f90ae94bc46c23879ff3 (patch) | |
tree | bae1f1a66553c8d354757d67af8f042339cff441 /dev-perl/Business-UPS | |
parent | Bug 59148 (Manifest recommit) (diff) | |
download | gentoo-2-cca94731c02a30d3e095f90ae94bc46c23879ff3.tar.gz gentoo-2-cca94731c02a30d3e095f90ae94bc46c23879ff3.tar.bz2 gentoo-2-cca94731c02a30d3e095f90ae94bc46c23879ff3.zip |
Bug 59148
Diffstat (limited to 'dev-perl/Business-UPS')
-rw-r--r-- | dev-perl/Business-UPS/Business-UPS-2.0.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Business-UPS/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Business-UPS/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Business-UPS/files/digest-Business-UPS-2.0 | 1 | ||||
-rw-r--r-- | dev-perl/Business-UPS/metadata.xml | 10 |
5 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild new file mode 100644 index 000000000000..8146996c081f --- /dev/null +++ b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/Business-UPS-2.0.ebuild,v 1.1 2005/02/07 12:42:27 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A UPS Interface Module" +SRC_URI="mirror://cpan/authors/id/J/JW/JWHEELER/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/~jwheeler/${P}/" +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86" + +SRC_TEST="do" diff --git a/dev-perl/Business-UPS/ChangeLog b/dev-perl/Business-UPS/ChangeLog new file mode 100644 index 000000000000..cd591a917746 --- /dev/null +++ b/dev-perl/Business-UPS/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Business-UPS +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.1 2005/02/07 12:42:27 mcummings Exp $ + +*Business-UPS-2.0 (07 Feb 2005) + + 07 Feb 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Business-UPS-2.0.ebuild: + Bug 59148 + diff --git a/dev-perl/Business-UPS/Manifest b/dev-perl/Business-UPS/Manifest new file mode 100644 index 000000000000..cf15f5b91416 --- /dev/null +++ b/dev-perl/Business-UPS/Manifest @@ -0,0 +1,2 @@ +MD5 ea19ef50456cdb820a3e44fc555b5a0c Business-UPS-2.0.ebuild 353 +MD5 944d323d4fde15455969128bc695717a files/digest-Business-UPS-2.0 66 diff --git a/dev-perl/Business-UPS/files/digest-Business-UPS-2.0 b/dev-perl/Business-UPS/files/digest-Business-UPS-2.0 new file mode 100644 index 000000000000..14f1c3006b80 --- /dev/null +++ b/dev-perl/Business-UPS/files/digest-Business-UPS-2.0 @@ -0,0 +1 @@ +MD5 b3dbe5443fd23349eedd9dcf9cb14e96 Business-UPS-2.0.tar.gz 9127 diff --git a/dev-perl/Business-UPS/metadata.xml b/dev-perl/Business-UPS/metadata.xml new file mode 100644 index 000000000000..86672fe64c10 --- /dev/null +++ b/dev-perl/Business-UPS/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> |