Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/WWW-Bugzilla/
Date: Tue, 24 Apr 2018 07:58:05
Message-Id: 1524556614.0e3606f956143c0265bcac72a82ca38d5177590f.zlogene@gentoo
1 commit: 0e3606f956143c0265bcac72a82ca38d5177590f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 07:56:54 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 07:56:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3606f9
7
8 dev-perl/WWW-Bugzilla: remove last rited package
9
10 Closes: https://bugs.gentoo.org/651056
11
12 dev-perl/WWW-Bugzilla/Manifest | 1 -
13 .../WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild | 26 -----------
14 .../WWW-Bugzilla/WWW-Bugzilla-1.500.0-r2.ebuild | 50 ----------------------
15 dev-perl/WWW-Bugzilla/metadata.xml | 13 ------
16 4 files changed, 90 deletions(-)
17
18 diff --git a/dev-perl/WWW-Bugzilla/Manifest b/dev-perl/WWW-Bugzilla/Manifest
19 deleted file mode 100644
20 index 997c8be59db..00000000000
21 --- a/dev-perl/WWW-Bugzilla/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST WWW-Bugzilla-1.5.tar.gz 22498 BLAKE2B 78f6b53673e246ab62b43b014677d6a2ab31b6b67061198e0faedb183f542f53d2e709993684baae0206587bebd005aa5e5662e9ffa82732f91447fde397aaf6 SHA512 f738d1c38a0dd5841fd883ed56a0f376212cbbcdfa4df476d655ac17086a369ab9f956ec982af9cd6eb740723597eddc74d1dc452c23ec89b0e15ef75c51efca
25
26 diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild
27 deleted file mode 100644
28 index 59aefe6303b..00000000000
29 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -MODULE_AUTHOR=BMC
38 -MODULE_VERSION=1.5
39 -inherit perl-module
40 -
41 -DESCRIPTION="WWW::Bugzilla - automate interaction with bugzilla"
42 -
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc x86"
45 -IUSE=""
46 -
47 -RDEPEND="dev-perl/WWW-Mechanize
48 - >=dev-perl/Params-Validate-0.88
49 - >=dev-perl/Crypt-SSLeay-0.57
50 - dev-perl/Class-MethodMaker"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_prepare() {
54 - perl-module_src_prepare
55 - mkdir "${S}"/lib
56 - cp -r "${S}"/{WWW,lib}
57 -}
58
59 diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r2.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r2.ebuild
60 deleted file mode 100644
61 index b860738c147..00000000000
62 --- a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-1.500.0-r2.ebuild
63 +++ /dev/null
64 @@ -1,50 +0,0 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -DIST_AUTHOR=BMC
71 -DIST_VERSION=1.5
72 -inherit perl-module
73 -
74 -DESCRIPTION="Automate interaction with bugzilla"
75 -
76 -SLOT="0"
77 -KEYWORDS="~amd64 ~ppc ~x86"
78 -IUSE=""
79 -
80 -RDEPEND=">=dev-perl/WWW-Mechanize-1.300.0
81 - >=dev-perl/Params-Validate-0.880.0
82 - >=dev-perl/Crypt-SSLeay-0.570.0
83 - >=dev-perl/Class-MethodMaker-1.80.0"
84 -DEPEND="${RDEPEND}"
85 -
86 -src_prepare() {
87 - perl-module_src_prepare
88 - mkdir "${S}"/lib || die "Can't mkdir lib"
89 - cp -r "${S}"/{WWW,lib} || die "Can't copy WWW"
90 -}
91 -
92 -# Network tests are broken
93 -DIST_TEST="skip"
94 -src_test() {
95 - local MODULES=(
96 - "WWW::Bugzilla ${DIST_VERSION}"
97 - "WWW::Bugzilla::Search 0.1"
98 - )
99 - local failed=()
100 - for dep in "${MODULES[@]}"; do
101 - ebegin "Compile testing ${dep}"
102 - perl -Mblib="${S}" -M"${dep} ()" -e1
103 - eend $? || failed+=( "$dep" )
104 - done
105 - if [[ ${failed[@]} ]]; then
106 - echo
107 - eerror "One or more modules failed compile:";
108 - for dep in "${failed[@]}"; do
109 - eerror " ${dep}"
110 - done
111 - die "Failing due to module compilation errors";
112 - fi
113 - perl-module_src_test
114 -}
115
116 diff --git a/dev-perl/WWW-Bugzilla/metadata.xml b/dev-perl/WWW-Bugzilla/metadata.xml
117 deleted file mode 100644
118 index eaed1d1ceeb..00000000000
119 --- a/dev-perl/WWW-Bugzilla/metadata.xml
120 +++ /dev/null
121 @@ -1,13 +0,0 @@
122 -<?xml version="1.0" encoding="UTF-8"?>
123 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
124 -<pkgmetadata>
125 - <maintainer type="project">
126 - <email>perl@g.o</email>
127 - <name>Gentoo Perl Project</name>
128 - </maintainer>
129 - <upstream>
130 - <remote-id type="cpan">WWW-Bugzilla</remote-id>
131 - <remote-id type="cpan-module">WWW::Bugzilla</remote-id>
132 - <remote-id type="cpan-module">WWW::Bugzilla::Search</remote-id>
133 - </upstream>
134 -</pkgmetadata>