summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commited1835f95ac005061c92cae46366aa03deeb7aa6 (patch)
treebf4cd51e2a39ff64b8d4e986cbb7f9ecc8220b61 /dev-perl/WWW-Bugzilla
parentVersion bump to latest release. (diff)
downloadgentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.gz
gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.tar.bz2
gentoo-2-ed1835f95ac005061c92cae46366aa03deeb7aa6.zip
Cleanup
(Portage version: 2.2.0_alpha52/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.5.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index d46d56a91e4f..2c646b92c9d5 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.42 2011/08/28 09:12:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.43 2011/09/04 11:21:22 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -WWW-Bugzilla-1.5.ebuild:
+ Cleanup
*WWW-Bugzilla-1.500.0 (28 Aug 2011)
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild
deleted file mode 100644
index 83b03961b614..000000000000
--- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 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.5.ebuild,v 1.1 2009/10/12 20:29:44 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=BMC
-inherit perl-module
-
-DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~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}
-}