summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-31 07:43:24 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-31 07:43:24 +0000
commitf2f41121bde927585b39258199a21282828bf859 (patch)
tree135606d9823ef45e9a66dfff320c35d0e5cbd1a0 /dev-perl/WWW-Bugzilla
parentDrop useless sed for unused SCons buildsystem (diff)
downloadhistorical-f2f41121bde927585b39258199a21282828bf859.tar.gz
historical-f2f41121bde927585b39258199a21282828bf859.tar.bz2
historical-f2f41121bde927585b39258199a21282828bf859.zip
Cleanup
Package-Manager: portage-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}
-}