diff options
author | Torsten Veller <tove@gentoo.org> | 2009-11-23 16:43:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-11-23 16:43:15 +0000 |
commit | 18261fdb0a6e6a3e3bbd8105ac92f715c15c15f0 (patch) | |
tree | 5a9a28963830f1936b6ab1d77b146d6bd022f753 /dev-perl/Business-UPS | |
parent | restore ~arm (diff) | |
download | gentoo-2-18261fdb0a6e6a3e3bbd8105ac92f715c15c15f0.tar.gz gentoo-2-18261fdb0a6e6a3e3bbd8105ac92f715c15c15f0.tar.bz2 gentoo-2-18261fdb0a6e6a3e3bbd8105ac92f715c15c15f0.zip |
Depend on dev-perl/libwww-perl (#294203)
(Portage version: 2.2_rc51/cvs/Linux x86_64)
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 | 7 |
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild index f9c26518bbef..f2c8ef91d849 100644 --- a/dev-perl/Business-UPS/Business-UPS-2.0.ebuild +++ b/dev-perl/Business-UPS/Business-UPS-2.0.ebuild @@ -1,17 +1,19 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 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.9 2007/01/14 22:30:52 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/Business-UPS-2.0.ebuild,v 1.10 2009/11/23 16:43:15 tove Exp $ +MODULE_AUTHOR=JWHEELER 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/" -IUSE="" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" KEYWORDS="amd64 ia64 sparc x86" +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/libwww-perl" +DEPEND="${RDEPEND}" SRC_TEST="do" -DEPEND="dev-lang/perl" diff --git a/dev-perl/Business-UPS/ChangeLog b/dev-perl/Business-UPS/ChangeLog index 643880034061..2248b584de97 100644 --- a/dev-perl/Business-UPS/ChangeLog +++ b/dev-perl/Business-UPS/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Business-UPS -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-UPS/ChangeLog,v 1.9 2007/01/14 22:30:52 mcummings Exp $ +# 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 $ + + 23 Nov 2009; Torsten Veller <tove@gentoo.org> Business-UPS-2.0.ebuild: + Depend on dev-perl/libwww-perl (#294203) 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> Business-UPS-2.0.ebuild: |