summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-14 23:12:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-19 10:13:35 +0200
commit44d15f7dae1a101817e94a538135559e9dfc28fd (patch)
treed96b7bd5978a042c1a189211af7f0582914c182c /dev-libs
parentdev-db/mysql-connector-c: drop 8.0.27 (diff)
downloadgentoo-44d15f7dae1a101817e94a538135559e9dfc28fd.tar.gz
gentoo-44d15f7dae1a101817e94a538135559e9dfc28fd.tar.bz2
gentoo-44d15f7dae1a101817e94a538135559e9dfc28fd.zip
dev-libs/nsync: drop 1.20.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/nsync/Manifest1
-rw-r--r--dev-libs/nsync/nsync-1.20.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/nsync/Manifest b/dev-libs/nsync/Manifest
index be0e62943054..eae75e833d61 100644
--- a/dev-libs/nsync/Manifest
+++ b/dev-libs/nsync/Manifest
@@ -1,2 +1 @@
-DIST nsync-1.20.1.tar.gz 154106 BLAKE2B 94eeb647de2ca58a3f3837119ef30805f0a72a9d12c19aa705f815955723ddefa1de4d2a3fe5fd0b227ffdd70d5208ab9a300e40b2aff2591a1cef28c79b450a SHA512 d7b9be1052b7d11d896d3fade822f7b1eebbd0a772c9f6e2cd827921f1adc29ed18f7587ebc7d29623d230be384a7a2356c1da3abd53567fc934979d89c70e0c
DIST nsync-1.24.0.tar.gz 155132 BLAKE2B 9a914b408faf8fff96a57fd3868c34aa96b4243ef2acd30dbdbe1fc90a1818d58ffc96bc6d016f5539c0e266fc1fb633952edba0a51b115904c9d6b06a35f7f8 SHA512 14dd582488072123a353c967664ed9a3f636865bb35e64d7256dcc809539129fa47c7979a4009fd45c9341cac537a4ca6b4b617ba2cae1d3995a7c251376339f
diff --git a/dev-libs/nsync/nsync-1.20.1.ebuild b/dev-libs/nsync/nsync-1.20.1.ebuild
deleted file mode 100644
index f71c5b73ae19..000000000000
--- a/dev-libs/nsync/nsync-1.20.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-DESCRIPTION="C library that exports various synchronization primitives, such as mutexes"
-HOMEPAGE="https://github.com/google/nsync"
-SRC_URI="https://github.com/google/nsync/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-DOCS=( README )
-
-multilib_src_configure() {
- local mycmakeargs=(
- -DNSYNC_ENABLE_TESTS=$(usex test)
- )
- cmake_src_configure
-}