Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/fence-agents/, profiles/
Date: Tue, 04 Dec 2018 13:36:28
Message-Id: 1543930467.cb6a6cc9e4bc8e4e006fade88a067b13bda6a051.mgorny@gentoo
1 commit: cb6a6cc9e4bc8e4e006fade88a067b13bda6a051
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 4 13:30:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 4 13:34:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6a6cc9
7
8 sys-cluster/fence-agents: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/618050
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 1 -
14 sys-cluster/fence-agents/Manifest | 1 -
15 .../fence-agents/fence-agents-3.1.5-r1.ebuild | 65 --------------------
16 .../fence-agents/fence-agents-3.1.5-r2.ebuild | 71 ----------------------
17 sys-cluster/fence-agents/metadata.xml | 9 ---
18 5 files changed, 147 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index d7dc028ca61..6b77e38bd5b 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -427,7 +427,6 @@ app-admin/syslogread
25 # Pacho Ramos <pacho@g.o> (04 Nov 2018)
26 # Upstream dead for many years and nobody taking care of them, bug #443842,
27 # bug #618050. Removal in a month.
28 -sys-cluster/fence-agents
29 sys-cluster/libccs
30 sys-cluster/libccs-perl
31 sys-cluster/libcman
32
33 diff --git a/sys-cluster/fence-agents/Manifest b/sys-cluster/fence-agents/Manifest
34 deleted file mode 100644
35 index 766cfbb58f8..00000000000
36 --- a/sys-cluster/fence-agents/Manifest
37 +++ /dev/null
38 @@ -1 +0,0 @@
39 -DIST fence-agents-3.1.5.tar.gz 897416 BLAKE2B 5eaae8cd03af16c9a071f110dc3b7151b9dcb2176942e04c95b464644ed7e6b44972b0fefaee72e08855e6b27b0f6b177eb887e3f856529103e1c3508dda196a SHA512 3941e2ec9f7db8dfe9fbf8aa360359fa1ff4f3c2d3e6e778289f0bbc39481a54915dbf93d9a9b66f6953ddd2c81562daa7c90e6c0f59ec42e9bfb779ae242992
40
41 diff --git a/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild b/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild
42 deleted file mode 100644
43 index a1e725a143f..00000000000
44 --- a/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild
45 +++ /dev/null
46 @@ -1,65 +0,0 @@
47 -# Copyright 1999-2013 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=5
51 -
52 -inherit multilib versionator
53 -
54 -CLUSTER_RELEASE="${PV}"
55 -MY_P="cluster-${CLUSTER_RELEASE}"
56 -
57 -MAJ_PV="$(get_major_version)"
58 -MIN_PV="$(get_version_component_range 2-3)"
59 -
60 -DESCRIPTION="Cluster Fencing Agents"
61 -HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
62 -SRC_URI="https://fedorahosted.org/releases/f/e/${PN}/${PN}-${PV}.tar.gz"
63 -
64 -LICENSE="GPL-2"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~x86"
67 -IUSE=""
68 -
69 -RDEPEND="~sys-cluster/libccs-${PV}"
70 -DEPEND="${RDEPEND}
71 - dev-python/pexpect
72 - dev-libs/libxslt
73 - dev-python/pexpect
74 - dev-python/pycurl
75 - dev-python/suds"
76 -
77 -src_configure() {
78 - econf \
79 - --docdir=/usr/share/doc/${P} \
80 - --libdir=/usr/$(get_libdir) \
81 - --localstatedir=/var
82 -}
83 -
84 -src_install() {
85 - default
86 - # dont force /var/run creation on installation wrt #451798
87 - rm -rf "${D}"/var/run
88 -}
89 -
90 -pkg_postinst() {
91 - if [[ "${ROOT}" != "/" ]] ; then
92 - ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
93 - ewarn "to update the schema file for the cluster configuration."
94 - ewarn "Otherwise you will not be able to define ressources."
95 - else
96 - elog "Running ccs_update_schema to update the configuration file schema"
97 - /usr/sbin/ccs_update_schema -v -f
98 - fi
99 -}
100 -
101 -pkg_postrm() {
102 - if [[ "${ROOT}" != "/" ]] ; then
103 - ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
104 - ewarn "to update the schema file for the cluster configuration."
105 - ewarn "Otherwise you may be able to define ressources even though they"
106 - ewarn "are not present anymore."
107 - else
108 - elog "Running ccs_update_schema to update the configuration file schema"
109 - /usr/sbin/ccs_update_schema -v -f
110 - fi
111 -}
112
113 diff --git a/sys-cluster/fence-agents/fence-agents-3.1.5-r2.ebuild b/sys-cluster/fence-agents/fence-agents-3.1.5-r2.ebuild
114 deleted file mode 100644
115 index 674b1ea1bb1..00000000000
116 --- a/sys-cluster/fence-agents/fence-agents-3.1.5-r2.ebuild
117 +++ /dev/null
118 @@ -1,71 +0,0 @@
119 -# Copyright 1999-2015 Gentoo Foundation
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=5
123 -
124 -PYTHON_COMPAT=( python2_7 )
125 -
126 -inherit multilib python-any-r1 versionator
127 -
128 -CLUSTER_RELEASE="${PV}"
129 -MY_P="cluster-${CLUSTER_RELEASE}"
130 -
131 -MAJ_PV="$(get_major_version)"
132 -MIN_PV="$(get_version_component_range 2-3)"
133 -
134 -DESCRIPTION="Cluster Fencing Agents"
135 -HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
136 -SRC_URI="https://fedorahosted.org/releases/f/e/${PN}/${PN}-${PV}.tar.gz"
137 -
138 -LICENSE="GPL-2"
139 -SLOT="0"
140 -KEYWORDS="~amd64 ~x86"
141 -IUSE=""
142 -
143 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
144 -
145 -RDEPEND="~sys-cluster/libccs-${PV}"
146 -DEPEND="${RDEPEND}
147 - ${PYTHON_DEPS}
148 - dev-libs/libxslt
149 - $(python_gen_any_dep '
150 - dev-python/pexpect[${PYTHON_USEDEP}]
151 - dev-python/pycurl[${PYTHON_USEDEP}]
152 - dev-python/suds[${PYTHON_USEDEP}]
153 - ')"
154 -
155 -src_configure() {
156 - econf \
157 - --docdir=/usr/share/doc/${P} \
158 - --libdir=/usr/$(get_libdir) \
159 - --localstatedir=/var
160 -}
161 -
162 -src_install() {
163 - default
164 - # dont force /var/run creation on installation wrt #451798
165 - rm -rf "${ED}"/var/run || die
166 -}
167 -
168 -pkg_postinst() {
169 - if [[ "${EROOT}" != "/" ]] ; then
170 - ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
171 - ewarn "to update the schema file for the cluster configuration."
172 - ewarn "Otherwise you will not be able to define ressources."
173 - else
174 - elog "Running ccs_update_schema to update the configuration file schema"
175 - ccs_update_schema -v -f
176 - fi
177 -}
178 -
179 -pkg_postrm() {
180 - if [[ "${EROOT}" != "/" ]] ; then
181 - ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
182 - ewarn "to update the schema file for the cluster configuration."
183 - ewarn "Otherwise you may be able to define ressources even though they"
184 - ewarn "are not present anymore."
185 - else
186 - elog "Running ccs_update_schema to update the configuration file schema"
187 - ccs_update_schema -v -f
188 - fi
189 -}
190
191 diff --git a/sys-cluster/fence-agents/metadata.xml b/sys-cluster/fence-agents/metadata.xml
192 deleted file mode 100644
193 index 5e3ac099a8b..00000000000
194 --- a/sys-cluster/fence-agents/metadata.xml
195 +++ /dev/null
196 @@ -1,9 +0,0 @@
197 -<?xml version="1.0" encoding="UTF-8"?>
198 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
199 -<pkgmetadata>
200 - <maintainer type="project">
201 - <email>cluster@g.o</email>
202 - <name>Gentoo Cluster Project</name>
203 - </maintainer>
204 - <longdescription>Cluster Fencing Agents</longdescription>
205 -</pkgmetadata>