Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Google-Ads-AdWords-Client/
Date: Sat, 05 Nov 2016 09:47:05
Message-Id: 1478339192.2923a103c1c67e46afc562d95a8de734f81728d3.kentnl@gentoo
1 commit: 2923a103c1c67e46afc562d95a8de734f81728d3
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:45:55 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:46:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2923a103
7
8 dev-perl/Google-Ads-AdWords-Client: Bump to version 4.11.0
9
10 - EAPI6
11 - Add USE=examples
12 - Restore tests (working)
13 - Upstream -> CPAN instead of GoogleCode
14 - Deps cleaned up
15
16 Package-Manager: portage-2.3.2
17
18 .../Google-Ads-AdWords-Client-4.11.0.ebuild | 52 ++++++++++++++++++++++
19 dev-perl/Google-Ads-AdWords-Client/Manifest | 1 +
20 dev-perl/Google-Ads-AdWords-Client/metadata.xml | 47 +++++++++++++++++++
21 3 files changed, 100 insertions(+)
22
23 diff --git a/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.11.0.ebuild b/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.11.0.ebuild
24 new file mode 100644
25 index 00000000..6dba24c9
26 --- /dev/null
27 +++ b/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.11.0.ebuild
28 @@ -0,0 +1,52 @@
29 +# Copyright 1999-2016 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Id$
32 +
33 +EAPI=6
34 +DIST_AUTHOR=SUNDQUIST
35 +DIST_EXAMPLES=("examples/*")
36 +inherit perl-module
37 +
38 +DESCRIPTION="Google AdWords API Perl Client Library"
39 +HOMEPAGE="https://github.com/googleads/googleads-perl-lib"
40 +
41 +LICENSE="Apache-2.0"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +IUSE="test"
45 +
46 +RDEPEND="
47 + dev-perl/Class-Load
48 + >=dev-perl/Class-Std-Fast-0.0.5
49 + dev-perl/Crypt-OpenSSL-RSA
50 + dev-perl/File-HomeDir
51 + virtual/perl-File-Spec
52 + dev-perl/IO-Socket-SSL
53 + dev-perl/JSON-Parse
54 + dev-perl/LWP-Protocol-https
55 + dev-perl/libwww-perl
56 + dev-perl/Log-Log4perl
57 + >=dev-perl/SOAP-WSDL-2.00.10
58 + virtual/perl-Scalar-List-Utils
59 + dev-perl/Template-Toolkit
60 + dev-perl/URI
61 + dev-perl/XML-Simple
62 + dev-perl/XML-XPath
63 + examples? (
64 + virtual/perl-Digest-SHA
65 + virtual/perl-File-Temp
66 + dev-perl/HTTP-Server-Simple
67 + )
68 +"
69 +DEPEND="${RDEPEND}
70 + >=dev-perl/Module-Build-0.400.0
71 + test? (
72 + dev-perl/Config-Properties
73 + dev-perl/Data-Uniqid
74 + virtual/perl-File-Temp
75 + dev-perl/Test-Deep
76 + dev-perl/Test-Exception
77 + dev-perl/Test-MockObject
78 + virtual/perl-Test-Simple
79 + )
80 +"
81
82 diff --git a/dev-perl/Google-Ads-AdWords-Client/Manifest b/dev-perl/Google-Ads-AdWords-Client/Manifest
83 index 5589c6d..196a091 100644
84 --- a/dev-perl/Google-Ads-AdWords-Client/Manifest
85 +++ b/dev-perl/Google-Ads-AdWords-Client/Manifest
86 @@ -1 +1,2 @@
87 +DIST Google-Ads-AdWords-Client-4.11.0.tar.gz 4863360 SHA256 5117987ac8600e0c70342bfb8ed3ac355b4b79af3d30ee27e39ed438fba992ac SHA512 c4209469889d6359779f8153684e5c93d9db837b27c8de6fb96384def3a0dcd7b4815c5a37f21041f0a052d1273e3a2ea9b76f5f15071e9ee3c96f89e19cda3a WHIRLPOOL ec68c41c2b24d26373aeb776cf28e11804b7afc08f8c61fd6d8f6a1376061922a86fbcb2d74650510e1a81a086d812d0114609550fed5ad128ec1255b757224f
88 DIST awapi_perl_lib_2_7_3.tar.gz 8657336 SHA256 4016b94ee7b646e0adf97e21846a09f0125467c7c167cfdb9f1581a5d38c3eb4 SHA512 9181f3944844e86f208d6127b1c63cea250eddfdc68a9a30978e488fb166b2e3ef4c67a1b86c768d8fd910b847b51da77c8748abd6f73670434590474398fb1a WHIRLPOOL 5fe639949828825aa70c34e0072ff5850aef4f1bfc12f4c553126c424b288a7b3b62953586c50405fcb99086b01e8a448e9502af926b5820ad5e618ea58f9126
89
90 diff --git a/dev-perl/Google-Ads-AdWords-Client/metadata.xml b/dev-perl/Google-Ads-AdWords-Client/metadata.xml
91 index d1a9bbb..d177450 100644
92 --- a/dev-perl/Google-Ads-AdWords-Client/metadata.xml
93 +++ b/dev-perl/Google-Ads-AdWords-Client/metadata.xml
94 @@ -7,5 +7,52 @@
95 </maintainer>
96 <upstream>
97 <remote-id type="github">googleads/googleads-perl-lib</remote-id>
98 + <remote-id type="cpan">Google-Ads-AdWords-Client</remote-id>
99 + <remote-id type="cpan-module">Google::Ads::AdWords::Client</remote-id>
100 + <remote-id type="cpan-module">Google::Ads::AdWords::Constants</remote-id>
101 + <remote-id type="cpan-module">Google::Ads::AdWords::Deserializer</remote-id>
102 + <remote-id type="cpan-module">Google::Ads::AdWords::FaultDetail</remote-id>
103 + <remote-id type="cpan-module">Google::Ads::AdWords::Logging</remote-id>
104 + <remote-id type="cpan-module">Google::Ads::AdWords::OAuth2ApplicationsHandler</remote-id>
105 + <remote-id type="cpan-module">Google::Ads::AdWords::OAuth2ServiceAccountsHandler</remote-id>
106 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::DateRange</remote-id>
107 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::DateRangeType</remote-id>
108 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::DownloadFormat</remote-id>
109 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::Operator</remote-id>
110 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::OrderBy</remote-id>
111 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::Paging</remote-id>
112 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::Predicate</remote-id>
113 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::ReportDefinition</remote-id>
114 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::ReportType</remote-id>
115 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::ReportingConfiguration</remote-id>
116 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::Selector</remote-id>
117 + <remote-id type="cpan-module">Google::Ads::AdWords::Reports::SortOrder</remote-id>
118 + <remote-id type="cpan-module">Google::Ads::AdWords::RequestStats</remote-id>
119 + <remote-id type="cpan-module">Google::Ads::AdWords::Serializer</remote-id>
120 + <remote-id type="cpan-module">Google::Ads::AdWords::Utilities::BatchJobHandler</remote-id>
121 + <remote-id type="cpan-module">Google::Ads::AdWords::Utilities::BatchJobHandlerError</remote-id>
122 + <remote-id type="cpan-module">Google::Ads::AdWords::Utilities::BatchJobHandlerStatus</remote-id>
123 + <remote-id type="cpan-module">Google::Ads::AdWords::Utilities::PageProcessor</remote-id>
124 + <remote-id type="cpan-module">Google::Ads::Common::AuthError</remote-id>
125 + <remote-id type="cpan-module">Google::Ads::Common::AuthHandlerInterface</remote-id>
126 + <remote-id type="cpan-module">Google::Ads::Common::CaptchaRequiredError</remote-id>
127 + <remote-id type="cpan-module">Google::Ads::Common::Constants</remote-id>
128 + <remote-id type="cpan-module">Google::Ads::Common::ErrorUtils</remote-id>
129 + <remote-id type="cpan-module">Google::Ads::Common::HTTPTransport</remote-id>
130 + <remote-id type="cpan-module">Google::Ads::Common::MapUtils</remote-id>
131 + <remote-id type="cpan-module">Google::Ads::Common::MediaUtils</remote-id>
132 + <remote-id type="cpan-module">Google::Ads::Common::OAuth2ApplicationsHandler</remote-id>
133 + <remote-id type="cpan-module">Google::Ads::Common::OAuth2BaseHandler</remote-id>
134 + <remote-id type="cpan-module">Google::Ads::Common::OAuth2ServiceAccountsHandler</remote-id>
135 + <remote-id type="cpan-module">Google::Ads::Common::OAuthApplicationsHandlerInterface</remote-id>
136 + <remote-id type="cpan-module">Google::Ads::Common::ReportDownloadError</remote-id>
137 + <remote-id type="cpan-module">Google::Ads::Common::ReportDownloadHandler</remote-id>
138 + <remote-id type="cpan-module">Google::Ads::Common::ReportUtils</remote-id>
139 + <remote-id type="cpan-module">Google::Ads::Common::Utilities::AdsUtilityRegistry</remote-id>
140 + <remote-id type="cpan-module">Google::Ads::Common::XPathSAXParser</remote-id>
141 + <remote-id type="cpan-module">Google::Ads::SOAP::Deserializer::MessageParser</remote-id>
142 + <remote-id type="cpan-module">Google::Ads::SOAP::Generator::Generator</remote-id>
143 + <remote-id type="cpan-module">Google::Ads::SOAP::Generator::TypemapVisitor</remote-id>
144 + <remote-id type="cpan-module">Google::Ads::SOAP::Typelib::ComplexType</remote-id>
145 </upstream>
146 </pkgmetadata>