commit: e95591a96e543c700b30a835f723a3b9d05e0284 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Feb 18 09:35:18 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Feb 18 09:35:18 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e95591a9
[cleanup] dev-perl/BZ-Client now in ::gentoo --- dev-perl/BZ-Client/BZ-Client-1.30.0.ebuild | 23 ----------------- dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild | 40 ------------------------------ dev-perl/BZ-Client/metadata.xml | 25 ------------------- 3 files changed, 88 deletions(-) diff --git a/dev-perl/BZ-Client/BZ-Client-1.30.0.ebuild b/dev-perl/BZ-Client/BZ-Client-1.30.0.ebuild deleted file mode 100644 index 6d88113..0000000 --- a/dev-perl/BZ-Client/BZ-Client-1.30.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=JWIED -MODULE_VERSION=1.03 -inherit perl-module - -DESCRIPTION="Client for the Bugzilla web services API" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.10 - dev-perl/libwww-perl - dev-perl/URI - dev-perl/XML-Writer" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild b/dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild deleted file mode 100644 index e7fb26e..0000000 --- a/dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=JWIED -MODULE_VERSION=1.04 -inherit perl-module - -DESCRIPTION="Client for the Bugzilla web services API" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_eumm_configure() { - #perl 5.010000 - echo \>=dev-lang/perl-5.10.0 - #ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker - #Getopt::Long - echo virtual/perl-Getopt-Long - #Data::Dumper - echo virtual/perl-Data-Dumper -} -perl_eumm_prereq_pm() { - # XML::Parser - echo dev-perl/XML-Parser - # XML::Writer - echo dev-perl/XML-Writer - # URI - echo dev-perl/URI -} -RDEPEND="$(perl_eumm_prereq_pm)" -DEPEND=" - $(perl_eumm_configure) - $(perl_eumm_prereq_pm) -" - -SRC_TEST="do" diff --git a/dev-perl/BZ-Client/metadata.xml b/dev-perl/BZ-Client/metadata.xml deleted file mode 100644 index 8da60d0..0000000 --- a/dev-perl/BZ-Client/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>perl</herd> - <upstream> - <remote-id type="cpan">BZ-Client</remote-id> - <remote-id type="cpan-module">BZ::Client</remote-id> - <remote-id type="cpan-module">BZ::Client::API</remote-id> - <remote-id type="cpan-module">BZ::Client::Bug</remote-id> - <remote-id type="cpan-module">BZ::Client::Bugzilla</remote-id> - <remote-id type="cpan-module">BZ::Client::Exception</remote-id> - <remote-id type="cpan-module">BZ::Client::Product</remote-id> - <remote-id type="cpan-module">BZ::Client::Test</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::Array</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::Handler</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::Parser</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::Response</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::Struct</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::Value</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::boolean</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::double</remote-id> - <remote-id type="cpan-module">BZ::Client::XMLRPC::int</remote-id> - </upstream> -</pkgmetadata>