commit:     63c170e5d231fa90279bb8cc967a19970cc495bf
Author:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 09:14:27 2021 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 09:17:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c170e5

sys-cluster/pacemaker: drop old wrt #711674 #751430

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>

 sys-cluster/pacemaker/Manifest                |  1 -
 sys-cluster/pacemaker/pacemaker-1.1.24.ebuild | 80 ---------------------------
 2 files changed, 81 deletions(-)

diff --git a/sys-cluster/pacemaker/Manifest b/sys-cluster/pacemaker/Manifest
index 70e7d979222..f786c4c0da8 100644
--- a/sys-cluster/pacemaker/Manifest
+++ b/sys-cluster/pacemaker/Manifest
@@ -1,2 +1 @@
-DIST Pacemaker-1.1.24.tar.gz 5765945 BLAKE2B 
cdbba75b640adf6962d00a13a12045bf5d1e34dbdaf34d53797e8fea4fff9368dd3d771fe2d7f70813bb3cfab87a7daca3af56f4f5b343fb3ac3aec649f32316
 SHA512 
6eb5996ae135970cb7a04b81ad43d060e898566d0addd70da61085d47da6d7dc752e8e9df580e18c295c8b373bab6b4574ddb3a34cb7a1e29b2ed768a4f916bd
 DIST Pacemaker-2.0.5.tar.gz 5434850 BLAKE2B 
4e3d24746978fe0785dd9c415cc3779a2bd06f78d8bcd3353cdab8c93b192db8a017d404f6d5e27852369e8db2dc1ee4a2c4c7806ebb1aad5381d1c5b5a681dc
 SHA512 
5fd3614f0284297babb66ea2dc567583315052fcf77f49107c52161e8e8c164ae3169d98528fdc1316d8eabaacc98ed24e9c6e6c90b3286f2f012a4ee874bbba

diff --git a/sys-cluster/pacemaker/pacemaker-1.1.24.ebuild 
b/sys-cluster/pacemaker/pacemaker-1.1.24.ebuild
deleted file mode 100644
index 994c508fc65..00000000000
--- a/sys-cluster/pacemaker/pacemaker-1.1.24.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit autotools python-single-r1
-
-MY_PN="${PN^}"
-MY_P="${MY_PN}-${PV/_/-}"
-
-DESCRIPTION="Pacemaker CRM"
-HOMEPAGE="http://www.linux-ha.org/wiki/Pacemaker";
-SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
-IUSE="acl smtp snmp"
-
-DEPEND="${PYTHON_DEPS}
-       app-text/docbook-xsl-stylesheets
-       dev-libs/libxslt
-       sys-cluster/cluster-glue
-       sys-cluster/corosync
-       >=sys-cluster/libqb-0.14.0
-       sys-cluster/resource-agents
-
-       smtp?           ( net-libs/libesmtp )
-       snmp?           ( net-analyzer/net-snmp )
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.1.24-python-fixes.patch
-       "${FILESDIR}"/${PN}-1.1.24-qa-warnings.patch
-)
-
-S="${WORKDIR}/${PN}-${MY_P}"
-
-src_prepare() {
-       default
-       sed -i -e "s/ -ggdb//g" configure.ac || die
-       eautoreconf
-       python_fix_shebang .
-}
-
-src_configure() {
-       # appends lib to localstatedir automatically
-       local myconf=(
-               --localstatedir=/var
-               --disable-fatal-warnings
-               --disable-static
-               --without-cs-quorum
-               --without-cman
-               $(use_with acl)
-               --without-heartbeat
-               $(use_with smtp esmtp)
-               $(use_with snmp)
-               --with-ais
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       rm -rf "${D}/var/run" "${D}/etc/init.d"
-       newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-       if has_version "<sys-cluster/corosync-2.0"; then
-               insinto /etc/corosync/service.d
-               newins "${FILESDIR}/${PN}.service" "${PN}"
-       fi
-       find "${D}" -name '*.la' -delete || die
-
-       keepdir /var/lib/pacemaker/{blackbox,cib,cores,pengine}
-       python_optimize
-}

Reply via email to