public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/fence-agents/, profiles/
@ 2018-12-04 13:36 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-04 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     cb6a6cc9e4bc8e4e006fade88a067b13bda6a051
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  4 13:30:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 13:34:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6a6cc9

sys-cluster/fence-agents: Remove last-rited pkg

Closes: https://bugs.gentoo.org/618050
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 sys-cluster/fence-agents/Manifest                  |  1 -
 .../fence-agents/fence-agents-3.1.5-r1.ebuild      | 65 --------------------
 .../fence-agents/fence-agents-3.1.5-r2.ebuild      | 71 ----------------------
 sys-cluster/fence-agents/metadata.xml              |  9 ---
 5 files changed, 147 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index d7dc028ca61..6b77e38bd5b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -427,7 +427,6 @@ app-admin/syslogread
 # Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
 # Upstream dead for many years and nobody taking care of them, bug #443842,
 # bug #618050. Removal in a month.
-sys-cluster/fence-agents
 sys-cluster/libccs
 sys-cluster/libccs-perl
 sys-cluster/libcman

diff --git a/sys-cluster/fence-agents/Manifest b/sys-cluster/fence-agents/Manifest
deleted file mode 100644
index 766cfbb58f8..00000000000
--- a/sys-cluster/fence-agents/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fence-agents-3.1.5.tar.gz 897416 BLAKE2B 5eaae8cd03af16c9a071f110dc3b7151b9dcb2176942e04c95b464644ed7e6b44972b0fefaee72e08855e6b27b0f6b177eb887e3f856529103e1c3508dda196a SHA512 3941e2ec9f7db8dfe9fbf8aa360359fa1ff4f3c2d3e6e778289f0bbc39481a54915dbf93d9a9b66f6953ddd2c81562daa7c90e6c0f59ec42e9bfb779ae242992

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
deleted file mode 100644
index a1e725a143f..00000000000
--- a/sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib versionator
-
-CLUSTER_RELEASE="${PV}"
-MY_P="cluster-${CLUSTER_RELEASE}"
-
-MAJ_PV="$(get_major_version)"
-MIN_PV="$(get_version_component_range 2-3)"
-
-DESCRIPTION="Cluster Fencing Agents"
-HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
-SRC_URI="https://fedorahosted.org/releases/f/e/${PN}/${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="~sys-cluster/libccs-${PV}"
-DEPEND="${RDEPEND}
-	dev-python/pexpect
-	dev-libs/libxslt
-	dev-python/pexpect
-	dev-python/pycurl
-	dev-python/suds"
-
-src_configure() {
-	econf \
-		--docdir=/usr/share/doc/${P} \
-		--libdir=/usr/$(get_libdir) \
-		--localstatedir=/var
-}
-
-src_install() {
-	default
-	# dont force /var/run creation on installation wrt #451798
-	rm -rf "${D}"/var/run
-}
-
-pkg_postinst() {
-	if [[ "${ROOT}" != "/" ]] ; then
-		ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
-		ewarn "to update the schema file for the cluster configuration."
-		ewarn "Otherwise you will not be able to define ressources."
-	else
-		elog "Running ccs_update_schema to update the configuration file schema"
-		/usr/sbin/ccs_update_schema -v -f
-	fi
-}
-
-pkg_postrm() {
-	if [[ "${ROOT}" != "/" ]] ; then
-		ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
-		ewarn "to update the schema file for the cluster configuration."
-		ewarn "Otherwise you may be able to define ressources even though they"
-		ewarn "are not present anymore."
-	else
-		elog "Running ccs_update_schema to update the configuration file schema"
-		/usr/sbin/ccs_update_schema -v -f
-	fi
-}

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
deleted file mode 100644
index 674b1ea1bb1..00000000000
--- a/sys-cluster/fence-agents/fence-agents-3.1.5-r2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-any-r1 versionator
-
-CLUSTER_RELEASE="${PV}"
-MY_P="cluster-${CLUSTER_RELEASE}"
-
-MAJ_PV="$(get_major_version)"
-MIN_PV="$(get_version_component_range 2-3)"
-
-DESCRIPTION="Cluster Fencing Agents"
-HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
-SRC_URI="https://fedorahosted.org/releases/f/e/${PN}/${PN}-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="~sys-cluster/libccs-${PV}"
-DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
-	dev-libs/libxslt
-	$(python_gen_any_dep '
-		dev-python/pexpect[${PYTHON_USEDEP}]
-		dev-python/pycurl[${PYTHON_USEDEP}]
-		dev-python/suds[${PYTHON_USEDEP}]
-	')"
-
-src_configure() {
-	econf \
-		--docdir=/usr/share/doc/${P} \
-		--libdir=/usr/$(get_libdir) \
-		--localstatedir=/var
-}
-
-src_install() {
-	default
-	# dont force /var/run creation on installation wrt #451798
-	rm -rf "${ED}"/var/run || die
-}
-
-pkg_postinst() {
-	if [[ "${EROOT}" != "/" ]] ; then
-		ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
-		ewarn "to update the schema file for the cluster configuration."
-		ewarn "Otherwise you will not be able to define ressources."
-	else
-		elog "Running ccs_update_schema to update the configuration file schema"
-		ccs_update_schema -v -f
-	fi
-}
-
-pkg_postrm() {
-	if [[ "${EROOT}" != "/" ]] ; then
-		ewarn "You have to run 'ccs_update_schema' in the chroot-environment"
-		ewarn "to update the schema file for the cluster configuration."
-		ewarn "Otherwise you may be able to define ressources even though they"
-		ewarn "are not present anymore."
-	else
-		elog "Running ccs_update_schema to update the configuration file schema"
-		ccs_update_schema -v -f
-	fi
-}

diff --git a/sys-cluster/fence-agents/metadata.xml b/sys-cluster/fence-agents/metadata.xml
deleted file mode 100644
index 5e3ac099a8b..00000000000
--- a/sys-cluster/fence-agents/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>cluster@gentoo.org</email>
-    <name>Gentoo Cluster Project</name>
-  </maintainer>
-  <longdescription>Cluster Fencing Agents</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-12-04 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04 13:36 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/fence-agents/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox