sys-cluster/openais: Removed old EAPI6 ebuilds

This commit is contained in:
Sandino Araico Sanchez 2024-11-13 15:03:43 -06:00
parent 826468b76f
commit 64795e08c2
4 changed files with 0 additions and 121 deletions

View file

@ -1,4 +0,0 @@
DIST openais-1.1.4.tar.gz 566559 BLAKE2B 47857bd4257a12af612311d422c861f6ce97988c06fbe7aa677f91342be3d4e27cd584fe8947eccc0559e07f6a09f9db8e270194b809d68495735abfa9b5a14f SHA512 9dab2d0c3ac1996fd76385cc89071dc84268065e6992642fefe005962e8367170681fed626c5bd863a8ea24abe57e2b8b3eddc20bc38b14104c729c599f3c79e
EBUILD openais-1.1.4-r1.ebuild 1065 BLAKE2B 4230eccf2412509d1604da529cd868672c5d8d2145e95585cbb56f2c76818b8aa3d2903dc31e0676af4c7449d25083eceab12992737b5c7ec99ad9625b85ae06 SHA512 c5dcd6a023cf796e58e839a4e34f6f4253d80417baebe7a5ceea68b8d76e90ff1e30a0ed82f6c27db690363e352084f0f4894c2227e0ded66e45180fa0698d72
EBUILD openais-1.1.4-r2.ebuild 1106 BLAKE2B 6e187f1787baf9b753364539fa1a90dadfc4684340474b6967b28e8e334ee77a7b2b66233b1886f8ae55ecc0c4c5a44c3e2268e0064fc2e2b478f6b5fa6d8d3c SHA512 a02d5fcf335a445e9e72b7e15daeb7804cd919953f59e1e82288123d421e0b5faf5f5ab77c0222dec975fb48b6c8c04a5508d6011a69e8eff2087cbe5c7023e5
MISC metadata.xml 822 BLAKE2B 5d37bbc89a82b4e32c67e753be3ad850efa9326efe0c1ad43c3ea252a7bb72732630aab2983fc53cfde9e73b160c1f1f3e199f08ec123a723292275341669ea9 SHA512 85eb8ae73ebc0614b240733110eecf256f00cd694c303c1dc5b42d5b038f8cef72adf65a99866cd270d6cdbc229e6730d947fcfedb2b59e2a51bf8b8a4f12aa3

View file

@ -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>

View file

@ -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 ~x86-fbsd"
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
}

View file

@ -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 ~x86-fbsd"
IUSE="static-libs"
RDEPEND="|| ( <sys-cluster/corosync-2.0 <sys-cluster/corosync-compat-2.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
}