diff options
author | Torsten Veller <tove@gentoo.org> | 2010-05-06 06:40:34 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-05-06 06:40:34 +0000 |
commit | 4bf76316f4e7de6cf4806cede796c274bbca2722 (patch) | |
tree | ed778299b530d5e909216be5e88cc6027069287d /dev-perl/Business-UPS | |
parent | Version bump (diff) | |
download | gentoo-2-4bf76316f4e7de6cf4806cede796c274bbca2722.tar.gz gentoo-2-4bf76316f4e7de6cf4806cede796c274bbca2722.tar.bz2 gentoo-2-4bf76316f4e7de6cf4806cede796c274bbca2722.zip |
Version bump
(Portage version: 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.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Business-UPS/ChangeLog | 9 |
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) |