diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 12:58:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 12:58:39 +0000 |
commit | bd550f520ef87d3c4cffaeb89e30c11078437d7d (patch) | |
tree | 3e5e443048f6fa3765e05c6874ddcce99b89d3b4 /dev-perl/Business-UPS | |
parent | Change version scheme (diff) | |
download | gentoo-2-bd550f520ef87d3c4cffaeb89e30c11078437d7d.tar.gz gentoo-2-bd550f520ef87d3c4cffaeb89e30c11078437d7d.tar.bz2 gentoo-2-bd550f520ef87d3c4cffaeb89e30c11078437d7d.zip |
Change version scheme
(Portage version: 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.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Business-UPS/ChangeLog | 9 |
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) |