From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EFDFD158018 for ; Sun, 3 Oct 2021 11:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF5DE0918; Sun, 3 Oct 2021 11:28:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10EC6E091C for ; Sun, 3 Oct 2021 11:28:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 047A0342DCA for ; Sun, 3 Oct 2021 11:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 362C813F for ; Sun, 3 Oct 2021 11:28:34 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1633260467.f813689a51db3e00fc47a7d3aae75bc630c8ec5e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/userspace-rcu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/userspace-rcu/Manifest dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild X-VCS-Directories: dev-libs/userspace-rcu/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f813689a51db3e00fc47a7d3aae75bc630c8ec5e X-VCS-Branch: master Date: Sun, 3 Oct 2021 11:28:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5e632c0-8229-46e2-b6c7-7bd377f8e06f X-Archives-Hash: d07d45de380f0e42051bb601070c1b40 commit: f813689a51db3e00fc47a7d3aae75bc630c8ec5e Author: David Seifert gentoo org> AuthorDate: Sun Oct 3 11:27:47 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 3 11:27:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f813689a dev-libs/userspace-rcu: drop 0.12.2-r1 Signed-off-by: David Seifert gentoo.org> dev-libs/userspace-rcu/Manifest | 1 - .../userspace-rcu/userspace-rcu-0.12.2-r1.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/dev-libs/userspace-rcu/Manifest b/dev-libs/userspace-rcu/Manifest index b7c46f30a9f..24eedb82468 100644 --- a/dev-libs/userspace-rcu/Manifest +++ b/dev-libs/userspace-rcu/Manifest @@ -1,2 +1 @@ -DIST userspace-rcu-0.12.2.tar.bz2 529440 BLAKE2B 808cc088e0c16098e1b99bad00f599a01ed9b4a02ffccfe5b8020f56a616fc9af3e0c830f788c44d6c89fc1acdb444659ea6ac713736d38d226bdc5a1170f511 SHA512 97031a0b5fe30e75e54f50d2170fdb2618e6d9b526aa5f6fa53e59251a548dee95e85c909aafb3989175c7306a32fa9e104beb12adf0710f5f1eec924fa177aa DIST userspace-rcu-0.13.0.tar.bz2 608434 BLAKE2B 11b5d13f4e1a577cc33ad430eb387b26cc2db2ba9ff32c7a09f9cb6c8a418548cd87c198ab4b63be3df884d8e3878046ba817106ff2f07cbab86dd60c9bb1d34 SHA512 7288b5a4a2dca6a75ecaa8553b942b9e7be9cae25776d2448fb0b0c950af9919c369791839607c6c1e6cbd32bbd1e1cafc18ee753f0e3bdc2ed7b65488612580 diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild deleted file mode 100644 index f173f6fa26e..00000000000 --- a/dev-libs/userspace-rcu/userspace-rcu-0.12.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 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_install() { - default - find "${ED}" -type f -name "*.la" -delete || die -} - -src_test() { - default - if use regression-test ; then - emake -C tests/regression regtest - fi -}