commit:     a33bbf44da664a27436008ed8104c59079087c6b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  4 13:32:56 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=a33bbf44

sys-cluster/libcman: 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/libcman/Manifest             |  2 --
 sys-cluster/libcman/libcman-3.1.5.ebuild | 46 --------------------------------
 sys-cluster/libcman/libcman-3.2.0.ebuild | 46 --------------------------------
 sys-cluster/libcman/metadata.xml         |  9 -------
 5 files changed, 104 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 025356bfb31..1ac9b40ba2f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -428,7 +428,6 @@ app-admin/syslogread
 # Upstream dead for many years and nobody taking care of them, bug #443842,
 # bug #618050. Removal in a month.
 sys-cluster/libccs
-sys-cluster/libcman
 sys-cluster/liblogthread
 
 # Andreas Sturmlechner <ast...@gentoo.org> (03 Nov 2018)

diff --git a/sys-cluster/libcman/Manifest b/sys-cluster/libcman/Manifest
deleted file mode 100644
index d2c92a8591f..00000000000
--- a/sys-cluster/libcman/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/libcman/libcman-3.1.5.ebuild 
b/sys-cluster/libcman/libcman-3.1.5.ebuild
deleted file mode 100644
index d5cc61b46a9..00000000000
--- a/sys-cluster/libcman/libcman-3.1.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 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 Manager 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"
-
-DEPEND=">=sys-kernel/linux-headers-2.6.24"
-RDEPEND="!sys-cluster/cman-lib"
-
-S="${WORKDIR}/${MY_P}/cman/lib"
-
-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" \
-               --cmanlibdir=/usr/$(get_libdir) \
-               --cmanincdir=/usr/include \
-               || die "configure failed"
-}
-
-src_install() {
-       default
-       use static-libs || rm -f "${D}"/usr/lib*/*.a
-}

diff --git a/sys-cluster/libcman/libcman-3.2.0.ebuild 
b/sys-cluster/libcman/libcman-3.2.0.ebuild
deleted file mode 100644
index 226432d5ce8..00000000000
--- a/sys-cluster/libcman/libcman-3.2.0.ebuild
+++ /dev/null
@@ -1,46 +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 Manager 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"
-
-DEPEND=">=sys-kernel/linux-headers-2.6.24"
-RDEPEND="!sys-cluster/cman-lib"
-
-S="${WORKDIR}/${MY_P}/cman/lib"
-
-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" \
-               --cmanlibdir=/usr/$(get_libdir) \
-               --cmanincdir=/usr/include \
-               || die "configure failed"
-}
-
-src_install() {
-       default
-       use static-libs || rm -f "${D}"/usr/lib*/*.a
-}

diff --git a/sys-cluster/libcman/metadata.xml b/sys-cluster/libcman/metadata.xml
deleted file mode 100644
index d1b9efcd225..00000000000
--- a/sys-cluster/libcman/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>Cluster Manager Library</longdescription>
-</pkgmetadata>

Reply via email to