diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-04 14:30:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-04 14:34:27 +0100 |
commit | cb6a6cc9e4bc8e4e006fade88a067b13bda6a051 (patch) | |
tree | c3c6095a4bf99048069a25348b11dcd9688b49fa /sys-cluster | |
parent | sys-cluster/libdlm: Remove last-rited pkg (diff) | |
download | gentoo-cb6a6cc9e4bc8e4e006fade88a067b13bda6a051.tar.gz gentoo-cb6a6cc9e4bc8e4e006fade88a067b13bda6a051.tar.bz2 gentoo-cb6a6cc9e4bc8e4e006fade88a067b13bda6a051.zip |
sys-cluster/fence-agents: Remove last-rited pkg
Closes: https://bugs.gentoo.org/618050
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/fence-agents/Manifest | 1 | ||||
-rw-r--r-- | sys-cluster/fence-agents/fence-agents-3.1.5-r1.ebuild | 65 | ||||
-rw-r--r-- | sys-cluster/fence-agents/fence-agents-3.1.5-r2.ebuild | 71 | ||||
-rw-r--r-- | sys-cluster/fence-agents/metadata.xml | 9 |
4 files changed, 0 insertions, 146 deletions
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 @@ -<?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> |