summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-30 20:40:49 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-30 20:46:26 +0200
commit16742ad5e093c97a43508316aafd2127c8b3c47c (patch)
treebdb934572b1cbc2d3f7e4703c759fbce95ae5fc4 /dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild
parentdev-perl/GnuPG-Interface: Remove old (diff)
downloadgentoo-16742ad5e093c97a43508316aafd2127c8b3c47c.tar.gz
gentoo-16742ad5e093c97a43508316aafd2127c8b3c47c.tar.bz2
gentoo-16742ad5e093c97a43508316aafd2127c8b3c47c.zip
dev-perl/Google-Ads-AdWords-Client: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild')
-rw-r--r--dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild b/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild
deleted file mode 100644
index 1cd709e3b612..000000000000
--- a/dev-perl/Google-Ads-AdWords-Client/Google-Ads-AdWords-Client-4.18.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=SUNDQUIST
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Google AdWords API Perl Client Library"
-HOMEPAGE="https://github.com/googleads/googleads-perl-lib"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-PATCHES=(
- "${FILESDIR}/4.14.0-no-dot-in-inc.patch"
- "${FILESDIR}/4.14.0-unescaped-lbracket.patch"
-)
-RDEPEND="
- dev-perl/Class-Load
- >=dev-perl/Class-Std-Fast-0.0.5
- dev-perl/Crypt-OpenSSL-RSA
- dev-perl/File-HomeDir
- virtual/perl-File-Spec
- dev-perl/IO-Socket-SSL
- dev-perl/JSON-Parse
- dev-perl/LWP-Protocol-https
- dev-perl/libwww-perl
- dev-perl/Log-Log4perl
- >=dev-perl/SOAP-WSDL-2.00.10
- virtual/perl-Scalar-List-Utils
- dev-perl/Template-Toolkit
- dev-perl/URI
- dev-perl/XML-Simple
- dev-perl/XML-XPath
- examples? (
- virtual/perl-Digest-SHA
- virtual/perl-File-Temp
- dev-perl/HTTP-Server-Simple
- )
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.400.0
- test? (
- dev-perl/Config-Properties
- dev-perl/Data-Uniqid
- virtual/perl-File-Temp
- dev-perl/Test-Deep
- dev-perl/Test-Exception
- dev-perl/Test-MockObject
- virtual/perl-Test-Simple
- )
-"