commit:     c2c91fd3a77b206139797d305b0c10f77d673fe7
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  6 10:11:29 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Apr  6 10:17:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c91fd3

dev-libs/userspace-rcu: Removed old

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-libs/userspace-rcu/Manifest                    |  1 -
 dev-libs/userspace-rcu/userspace-rcu-0.12.1.ebuild | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-libs/userspace-rcu/Manifest b/dev-libs/userspace-rcu/Manifest
index 60722968f85..ff3079c73ab 100644
--- a/dev-libs/userspace-rcu/Manifest
+++ b/dev-libs/userspace-rcu/Manifest
@@ -1,3 +1,2 @@
 DIST userspace-rcu-0.11.1.tar.bz2 527799 BLAKE2B 
b81ab5b3fd23e5666d422c1f627bc3c2cd095770f4f054f5d0d4ea6bc0007f12a4c6b05446e179b7a33775f7603e3be8ebf2c844be77b47ed80305da208151ea
 SHA512 
112f7be1b72edfbad61582bb9962e2cf3c83415d12886cecb8239ab3263d1d07310b097813ac206aa9d4622953099100f0f54375d5ba345a3c87159c4b27bdc3
-DIST userspace-rcu-0.12.1.tar.bz2 527626 BLAKE2B 
56fcea0fb81573dc55a0a80064e92ea837efdbd8743879d599424b4f6b140c0e9b0a88ff9a42d9643fa25e914a5fc67e1a26e101c25aa5c67582caa5da4d746d
 SHA512 
c0c14eede77358904dfb10774390fd86b4fa9e0ab25d278c869728d40eb263bfa7e489b20ce7198169e71d74fe41bb5018fc1553a5e0654840c9765e088c83db
 DIST userspace-rcu-0.12.2.tar.bz2 529440 BLAKE2B 
808cc088e0c16098e1b99bad00f599a01ed9b4a02ffccfe5b8020f56a616fc9af3e0c830f788c44d6c89fc1acdb444659ea6ac713736d38d226bdc5a1170f511
 SHA512 
97031a0b5fe30e75e54f50d2170fdb2618e6d9b526aa5f6fa53e59251a548dee95e85c909aafb3989175c7306a32fa9e104beb12adf0710f5f1eec924fa177aa

diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.12.1.ebuild 
b/dev-libs/userspace-rcu/userspace-rcu-0.12.1.ebuild
deleted file mode 100644
index f8357c381ab..00000000000
--- a/dev-libs/userspace-rcu/userspace-rcu-0.12.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="userspace RCU (read-copy-update) library"
-HOMEPAGE="https://liburcu.org/";
-SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0/6" # subslot = soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="static-libs regression-test test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( sys-process/time )"
-
-src_configure() {
-       local myeconfargs=(
-               --enable-shared
-               $(use_enable static-libs static)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_test() {
-       default
-       if use regression-test; then
-               emake -C tests/regression regtest
-       fi
-}

Reply via email to