summaryrefslogtreecommitdiff
path: root/dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild')
-rw-r--r--dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild25
1 files changed, 0 insertions, 25 deletions
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 509fdea742..0000000000
--- a/dev-perl/BZ-Client/BZ-Client-1.40.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JWIED
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="A client for the Bugzilla web services API."
-
-LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/URI
- dev-perl/XML-Writer
- dev-perl/XML-Parser
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"