From cb6a6cc9e4bc8e4e006fade88a067b13bda6a051 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 4 Dec 2018 14:30:30 +0100 Subject: sys-cluster/fence-agents: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/618050 Signed-off-by: Michał Górny --- 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(-) delete mode 100644 sys-cluster/fence-agents/Manifest delete mode 100644 sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild delete mode 100644 sys-cluster/fence-agents/fence-agents-3.1.5-r2.ebuild delete mode 100644 sys-cluster/fence-agents/metadata.xml diff --git a/profiles/package.mask b/profiles/package.mask index d7dc028ca61c..6b77e38bd5b6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -427,7 +427,6 @@ app-admin/syslogread # Pacho Ramos (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 766cfbb58f81..000000000000 --- 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 a1e725a143fa..000000000000 --- 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 674b1ea1bb1c..000000000000 --- 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 5e3ac099a8b6..000000000000 --- a/sys-cluster/fence-agents/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - cluster@gentoo.org - Gentoo Cluster Project - - Cluster Fencing Agents - -- cgit v1.2.3-65-gdbad