diff options
author | Torsten Veller <tove@gentoo.org> | 2012-01-08 19:20:33 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-01-08 19:20:33 +0000 |
commit | bb327ab94d07aff674925858ef4a8fe1b2b7294e (patch) | |
tree | 36c5a5478ae6d5995305369a84156e2be69cafdd /dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild | |
parent | Fix build with libpng-1.5; thanks a lot to Samuli (diff) | |
download | gentoo-2-bb327ab94d07aff674925858ef4a8fe1b2b7294e.tar.gz gentoo-2-bb327ab94d07aff674925858ef4a8fe1b2b7294e.tar.bz2 gentoo-2-bb327ab94d07aff674925858ef4a8fe1b2b7294e.zip |
[bump] dev-perl/Net-OAuth-0.280.0
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild')
-rw-r--r-- | dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild b/dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild new file mode 100644 index 000000000000..be9682f91ec9 --- /dev/null +++ b/dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-OAuth/Net-OAuth-0.280.0.ebuild,v 1.1 2012/01/08 19:20:33 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KGRENNAN +MODULE_VERSION=0.28 +inherit perl-module + +DESCRIPTION="OAuth protocol support" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x64-macos" +IUSE="test" + +RDEPEND=" + >=dev-perl/Class-Accessor-0.31 + >=dev-perl/Class-Data-Inheritable-0.06 + dev-perl/Digest-HMAC + dev-perl/URI + virtual/perl-Digest-SHA + >=virtual/perl-Encode-2.35 + dev-perl/libwww-perl +" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( + >=virtual/perl-Test-Simple-0.66 + >=dev-perl/Test-Warn-0.21 + )" + +SRC_TEST=do |