* [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openais/, profiles/
@ 2020-05-31 10:30 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-05-31 10:30 UTC (permalink / raw
To: gentoo-commits
commit: ab48cfb785a05bb74c75214b8964b30ec59a7dab
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 10:27:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 10:29:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab48cfb7
sys-cluster/openais: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/package.mask | 4 ---
sys-cluster/openais/Manifest | 1 -
sys-cluster/openais/metadata.xml | 17 ----------
sys-cluster/openais/openais-1.1.4-r1.ebuild | 50 -----------------------------
4 files changed, 72 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 6b71fb77872..b264bec5770 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -222,10 +222,6 @@ x11-misc/wmakerconf
# Masked for testing
>=dev-libs/gjs-1.64
-# Mikle Kolyada <zlogene@gentoo.org> (2020-04-28)
-# Dead upstream. Removal in 30 days
-sys-cluster/openais
-
# Michał Górny <mgorny@gentoo.org> (2020-04-26)
# Unmaintained. Stuck on Python 3.6. No revdeps.
# Removal in 30 days. Bug #719604.
diff --git a/sys-cluster/openais/Manifest b/sys-cluster/openais/Manifest
deleted file mode 100644
index 13e2ed4be5a..00000000000
--- a/sys-cluster/openais/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openais-1.1.4.tar.gz 566559 BLAKE2B 47857bd4257a12af612311d422c861f6ce97988c06fbe7aa677f91342be3d4e27cd584fe8947eccc0559e07f6a09f9db8e270194b809d68495735abfa9b5a14f SHA512 9dab2d0c3ac1996fd76385cc89071dc84268065e6992642fefe005962e8367170681fed626c5bd863a8ea24abe57e2b8b3eddc20bc38b14104c729c599f3c79e
diff --git a/sys-cluster/openais/metadata.xml b/sys-cluster/openais/metadata.xml
deleted file mode 100644
index c08a18d0927..00000000000
--- a/sys-cluster/openais/metadata.xml
+++ /dev/null
@@ -1,17 +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>
- The OpenAIS Standards Based Cluster Framework is an OSI Certified implementation of
- the Service Availability Forum Application Interface Specification (AIS).
- The Application Interface Specification is a software API and policies which are
- used to develop applications that maintain service during faults.
- Restarting and failover of applications is also provided for those
- deploying applications which may not be modified. The OpenAIS software is built
- to operate as plugins to the Corosync Cluster Engine.
- </longdescription>
-</pkgmetadata>
diff --git a/sys-cluster/openais/openais-1.1.4-r1.ebuild b/sys-cluster/openais/openais-1.1.4-r1.ebuild
deleted file mode 100644
index 891ec6e819d..00000000000
--- a/sys-cluster/openais/openais-1.1.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Open Application Interface Specification cluster framework"
-HOMEPAGE="http://www.openais.org/"
-SRC_URI="ftp://ftp:${PN}.org@${PN}.org/downloads/${P}/${P}.tar.gz"
-
-LICENSE="BSD public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa x86"
-IUSE="static-libs"
-
-RDEPEND="<sys-cluster/corosync-2.0.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( "${S}/AUTHORS" "${S}/README.amf" )
-
-src_prepare() {
- default
-
- # respect CFLAGS
- sed -i -e "s/\$OPT_CFLAGS \$GDB_FLAGS//" configure.ac || die
- # respect LDFLAGS
- sed -i -e "s/\$(CFLAGS) -shared/\$(CFLAGS) \$(LDFLAGS) -shared/" \
- services/Makefile.am || die
- # don't install docs
- sed -i -e "/^dist_doc/d" Makefile.am || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --localstatedir="${EPREFIX}"/var
-}
-
-src_install() {
- default
-
- rm -rf "${D}"/etc/init.d/openais || die
-
- if ! use static-libs; then
- find "${D}" -name '*.la' -delete || die "Pruning failed"
- fi
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-31 10:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-31 10:30 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/openais/, 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