* [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-cluster/libccs/
@ 2018-12-04 13:36 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-12-04 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 07d3695a87a017ca18c93c6ff9009d86386b76f9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 4 13:33:11 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 4 13:34:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d3695a
sys-cluster/libccs: 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/libccs/Manifest | 2 --
sys-cluster/libccs/libccs-3.1.5.ebuild | 50 ----------------------------------
sys-cluster/libccs/libccs-3.2.0.ebuild | 50 ----------------------------------
sys-cluster/libccs/metadata.xml | 9 ------
5 files changed, 112 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 1ac9b40ba2f..167c32a259a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -427,7 +427,6 @@ app-admin/syslogread
# Pacho Ramos <pacho@gentoo.org> (04 Nov 2018)
# Upstream dead for many years and nobody taking care of them, bug #443842,
# bug #618050. Removal in a month.
-sys-cluster/libccs
sys-cluster/liblogthread
# Andreas Sturmlechner <asturm@gentoo.org> (03 Nov 2018)
diff --git a/sys-cluster/libccs/Manifest b/sys-cluster/libccs/Manifest
deleted file mode 100644
index d2c92a8591f..00000000000
--- a/sys-cluster/libccs/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cluster-3.1.5.tar.gz 651449 BLAKE2B 7abee8c9df113b884a9e168bdcce904100d46e8346accd202c9ca43e6861a79da6d8826776dba657a182d73b84ecc19520b516c29975554c7d149e2b109599a3 SHA512 692888ed55c6bb7ebf3b3e792ec071b5fcff4c35c181c5b0c9296e8222c62e10f8a6344af391fbae8186b39cb31e674632bde77ebcc1fcab758657ae4264634a
-DIST cluster-3.2.0.tar.gz 688411 BLAKE2B b1218e74bd0d9f1d25d8a01659d5a038f3a5380e6d6e04f02138d13ef3de1e3f96d6aac680c2858ac6bd0e830d227474af9ec82ea8bbefd3f33b88bbe2d5ffc6 SHA512 00620b89564c4f9b67b679695749cd7515f49af43ace6a565e32e020ee66db219f3db3f53420d6460ea8c1cab03258305735fe5db81aab3953777015119533e9
diff --git a/sys-cluster/libccs/libccs-3.1.5.ebuild b/sys-cluster/libccs/libccs-3.1.5.ebuild
deleted file mode 100644
index d5dc0d2fea4..00000000000
--- a/sys-cluster/libccs/libccs-3.1.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit linux-info multilib toolchain-funcs versionator
-
-CLUSTER_RELEASE="${PV}"
-MY_P="cluster-${CLUSTER_RELEASE}"
-
-MAJ_PV="$(get_major_version)"
-MIN_PV="$(get_version_component_range 2-3)"
-
-DESCRIPTION="Cluster Configuration System Library"
-HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
-SRC_URI="https://fedorahosted.org/releases/c/l/cluster/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="static-libs"
-
-RDEPEND="
- =sys-cluster/corosync-1.4.7
- dev-libs/libxml2
- !sys-cluster/ccs"
-DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-2.6.24"
-
-S="${WORKDIR}/${MY_P}/config/libs"
-
-src_configure() {
- cd "${WORKDIR}/${MY_P}"
- ./configure \
- --cc=$(tc-getCC) \
- --cflags="-Wall" \
- --libdir=/usr/$(get_libdir) \
- --disable_kernel_check \
- --kernel_src=${KERNEL_DIR} \
- --somajor="$MAJ_PV" \
- --sominor="$MIN_PV" \
- --ccslibdir=/usr/$(get_libdir) \
- --ccsincdir=/usr/include \
- || die "configure problem"
-}
-
-src_install() {
- default
- use static-libs || rm -f "${D}"/usr/lib*/*.a
-}
diff --git a/sys-cluster/libccs/libccs-3.2.0.ebuild b/sys-cluster/libccs/libccs-3.2.0.ebuild
deleted file mode 100644
index fa9307da647..00000000000
--- a/sys-cluster/libccs/libccs-3.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit linux-info multilib toolchain-funcs versionator
-
-CLUSTER_RELEASE="${PV}"
-MY_P="cluster-${CLUSTER_RELEASE}"
-
-MAJ_PV="$(get_major_version)"
-MIN_PV="$(get_version_component_range 2-3)"
-
-DESCRIPTION="Cluster Configuration System Library"
-HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
-SRC_URI="https://fedorahosted.org/releases/c/l/cluster/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
-IUSE="static-libs"
-
-RDEPEND="
- =sys-cluster/corosync-1.4.7
- dev-libs/libxml2
- !sys-cluster/ccs"
-DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-2.6.24"
-
-S="${WORKDIR}/${MY_P}/config/libs"
-
-src_configure() {
- cd "${WORKDIR}/${MY_P}"
- ./configure \
- --cc=$(tc-getCC) \
- --cflags="-Wall" \
- --libdir=/usr/$(get_libdir) \
- --disable_kernel_check \
- --kernel_src=${KERNEL_DIR} \
- --somajor="$MAJ_PV" \
- --sominor="$MIN_PV" \
- --ccslibdir=/usr/$(get_libdir) \
- --ccsincdir=/usr/include \
- || die "configure problem"
-}
-
-src_install() {
- default
- use static-libs || rm -f "${D}"/usr/lib*/*.a
-}
diff --git a/sys-cluster/libccs/metadata.xml b/sys-cluster/libccs/metadata.xml
deleted file mode 100644
index 7c52bc7fad7..00000000000
--- a/sys-cluster/libccs/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 Configuration System Library</longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-12-04 13:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04 13:36 [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-cluster/libccs/ 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