summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-01 13:51:51 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-01 13:51:51 +0000
commit6cf5bcdf24630c297938328c86a8c5332cbc6ed6 (patch)
tree5ba602bba20d112a32c55417558c9d75c13b7605 /dev-perl/Business-UPS
parentVersion bump. Due to DLJ bundles no longer provided by Oracle, the package ch... (diff)
downloadhistorical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.gz
historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.tar.bz2
historical-6cf5bcdf24630c297938328c86a8c5332cbc6ed6.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Business-UPS')
-rw-r--r--dev-perl/Business-UPS/Business-UPS-2.10.0.ebuild20
-rw-r--r--dev-perl/Business-UPS/ChangeLog9
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.10.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.10.0.ebuild
new file mode 100644
index 000000000000..f46a7a5e91a4
--- /dev/null
+++ b/dev-perl/Business-UPS/Business-UPS-2.10.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 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.10.0.ebuild,v 1.1 2011/09/01 12:58:39 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=TODDR
+MODULE_VERSION=2.01
+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 188cef684733..aef1fa087d98 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-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 $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.12 2011/09/01 12:58:39 tove Exp $
+
+*Business-UPS-2.10.0 (01 Sep 2011)
+
+ 01 Sep 2011; Torsten Veller <tove@gentoo.org> +Business-UPS-2.10.0.ebuild:
+ Change version scheme
*Business-UPS-2.01 (06 May 2010)