summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-31 06:39:43 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-31 06:39:43 +0000
commit7ad6a76326f06da7cb1f1821b66da7eb0c832e8e (patch)
tree91cdef1b6e3a47c474277c526d9fc60ea3a15685 /dev-perl/WWW-Bugzilla
parentCleanup (diff)
downloadgentoo-2-7ad6a76326f06da7cb1f1821b66da7eb0c832e8e.tar.gz
gentoo-2-7ad6a76326f06da7cb1f1821b66da7eb0c832e8e.tar.bz2
gentoo-2-7ad6a76326f06da7cb1f1821b66da7eb0c832e8e.zip
Cleanup
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WWW-Bugzilla')
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog5
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index 55ba29e7aa08..f73da5de4387 100644
--- a/dev-perl/WWW-Bugzilla/ChangeLog
+++ b/dev-perl/WWW-Bugzilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/WWW-Bugzilla
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.46 2012/03/25 15:32:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.47 2012/03/31 06:39:43 tove Exp $
+
+ 31 Mar 2012; Torsten Veller <tove@gentoo.org> -WWW-Bugzilla-1.3.ebuild:
+ Cleanup
25 Mar 2012; Raúl Porcel <armin76@gentoo.org> WWW-Bugzilla-1.3.ebuild,
WWW-Bugzilla-1.500.0.ebuild:
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild
deleted file mode 100644
index 1effccdc6656..000000000000
--- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.3.ebuild,v 1.9 2012/03/25 15:32:43 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=BMC
-inherit perl-module
-
-DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="dev-perl/WWW-Mechanize
- >=dev-perl/Params-Validate-0.88
- >=dev-perl/Crypt-SSLeay-0.57
- dev-perl/Class-MethodMaker"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- perl-module_src_prepare
- mkdir "${S}"/lib
- cp -r "${S}"/{WWW,lib}
-}