summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-06 06:42:23 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-06 06:42:23 +0000
commitb97ad05f256879a91f75c954da2470d27a8a70ad (patch)
tree503771400f2d66a9fe573998294cbca81af6c0b5 /dev-perl/Business-UPS
parentVersion bump. Cleanup (diff)
downloadhistorical-b97ad05f256879a91f75c954da2470d27a8a70ad.tar.gz
historical-b97ad05f256879a91f75c954da2470d27a8a70ad.tar.bz2
historical-b97ad05f256879a91f75c954da2470d27a8a70ad.zip
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Business-UPS')
-rw-r--r--dev-perl/Business-UPS/Business-UPS-2.01.ebuild19
-rw-r--r--dev-perl/Business-UPS/ChangeLog9
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.01.ebuild b/dev-perl/Business-UPS/Business-UPS-2.01.ebuild
new file mode 100644
index 000000000000..68ecc833e962
--- /dev/null
+++ b/dev-perl/Business-UPS/Business-UPS-2.01.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 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.01.ebuild,v 1.1 2010/05/06 06:40:34 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=TODDR
+inherit perl-module
+
+DESCRIPTION="A UPS Interface Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/libwww-perl"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Business-UPS/ChangeLog b/dev-perl/Business-UPS/ChangeLog
index 2248b584de97..188cef684733 100644
--- a/dev-perl/Business-UPS/ChangeLog
+++ b/dev-perl/Business-UPS/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Business-UPS
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.10 2009/11/23 16:43:15 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.11 2010/05/06 06:40:34 tove Exp $
+
+*Business-UPS-2.01 (06 May 2010)
+
+ 06 May 2010; Torsten Veller <tove@gentoo.org> +Business-UPS-2.01.ebuild:
+ Version bump
23 Nov 2009; Torsten Veller <tove@gentoo.org> Business-UPS-2.0.ebuild:
Depend on dev-perl/libwww-perl (#294203)