commit:     c10bca309778845411a0dea33f7e71ea6370e6cb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  4 13:23:05 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 13:23:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10bca30

sys-cluster/rgmanager-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/rgmanager-agents/Manifest              |  1 -
 sys-cluster/rgmanager-agents/metadata.xml          |  9 ---
 .../rgmanager-agents/rgmanager-agents-3.9.2.ebuild | 64 ----------------------
 4 files changed, 75 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 00400ce3dd2..2b567abb6d1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -430,7 +430,6 @@ app-admin/syslogread
 sys-cluster/cman
 sys-cluster/ccs
 sys-cluster/rgmanager
-sys-cluster/rgmanager-agents
 sys-cluster/libdlm
 sys-cluster/fence-agents
 sys-cluster/libccs

diff --git a/sys-cluster/rgmanager-agents/Manifest 
b/sys-cluster/rgmanager-agents/Manifest
deleted file mode 100644
index 6b82d696560..00000000000
--- a/sys-cluster/rgmanager-agents/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rgmanager-agents-3.9.2.tar.gz 1103104 BLAKE2B 
efa71a2924589d3669fd18598ee753f9fdd1984f61cd366dfaad2a389372a5670795e60bb0589d6db811595a1b8f4611ee2e5f6ea08f7da53aef97354e1f2512
 SHA512 
6ca12715ebbf43fda8acfe17932f79629f55e98e50f79f846c5d66c067389f72357a14474352cfb3bb545efaedde47ffc31b9f60b4237a374f9b76a586378935

diff --git a/sys-cluster/rgmanager-agents/metadata.xml 
b/sys-cluster/rgmanager-agents/metadata.xml
deleted file mode 100644
index 70466e15336..00000000000
--- a/sys-cluster/rgmanager-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>clus...@gentoo.org</email>
-               <name>Gentoo Cluster Project</name>
-       </maintainer>
-       <longdescription>Resource Manager Agents</longdescription>
-</pkgmetadata>

diff --git a/sys-cluster/rgmanager-agents/rgmanager-agents-3.9.2.ebuild 
b/sys-cluster/rgmanager-agents/rgmanager-agents-3.9.2.ebuild
deleted file mode 100644
index 280fff2162e..00000000000
--- a/sys-cluster/rgmanager-agents/rgmanager-agents-3.9.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib versionator
-
-CLUSTER_RELEASE="3.1.5"
-MY_PN="resource-agents"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Resource Manager Agents"
-HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage";
-SRC_URI="https://fedorahosted.org/releases/r/e/${MY_PN}/${MY_P}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="~sys-cluster/rgmanager-${CLUSTER_RELEASE}
-       ~sys-cluster/cman-${CLUSTER_RELEASE}"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-       econf \
-               --docdir=/usr/share/doc/${P} \
-               --libdir=/usr/$(get_libdir) \
-               --localstatedir=/var \
-               --sysconfdir=/etc \
-               --with-ras-set=rgmanager
-}
-
-src_install() {
-       default
-
-       # remove useless RHEV check script and log directory
-       rm -rf "${D}/usr/sbin" "${D}/var"
-}
-
-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
-}

Reply via email to