From: Michał Górny Date: Sat, 12 Oct 2019 08:13:49 +0000 (+0200) Subject: dev-libs/locked_sstream: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d906f9705c78f0757e1e2a373c702f6e348f0092;p=gentoo.git dev-libs/locked_sstream: Remove last-rited pkg Closes: https://bugs.gentoo.org/694182 Signed-off-by: Michał Górny --- diff --git a/dev-libs/locked_sstream/Manifest b/dev-libs/locked_sstream/Manifest deleted file mode 100644 index 0c019ef55497..000000000000 --- a/dev-libs/locked_sstream/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST locked_sstream-0.0.5.tar.bz2 98277 BLAKE2B 096c215a5b64c51755505be9e45b5ccfff8a08d6a2d301b1501960a1b7f111b245f91d0200f80332109f7ca7045cbca625f0f3ab1d04bc26191e0c13295e5209 SHA512 5d136c2e1ac5b1eabd07a8048715f47881662ce7a3bfdc2460428f34ab51b0474327b2f28ce6ba2f4ac9774478abb20082af8f954ebb1c4653ba24ca82991c32 diff --git a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild b/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild deleted file mode 100644 index 64efb28d1858..000000000000 --- a/dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) -PYTHON_REQ_USE="threads(+)" - -inherit python-any-r1 waf-utils - -DESCRIPTION="tiny C++ library which wraps std::stringstream in a mutex" -HOMEPAGE="https://carlh.net/locked_sstream" -SRC_URI="https://carlh.net/downloads/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="dev-util/waf - ${PYTHON_DEPS}" - -src_prepare() { - rm -vf ./waf || die - WAF_BINARY=${EROOT}usr/bin/waf - - default -} diff --git a/dev-libs/locked_sstream/metadata.xml b/dev-libs/locked_sstream/metadata.xml deleted file mode 100644 index 1d02d02cd9a0..000000000000 --- a/dev-libs/locked_sstream/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - -locked_sstream is a tiny C++ library which wraps std::stringstream in a mutex to attempt to fix crashes on OS X when multiple threads simultaneously use different stringstreams. It remains to be seen whether it fixes the problem completely, but it certainly helps. - - diff --git a/profiles/package.mask b/profiles/package.mask index 1d654bd98b3a..2f81f2d10b1e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -709,7 +709,6 @@ dev-libs/libhome # (#664762, #663712). No reverse dependencies. # Removal in 30 days. Bug #694182. dev-libs/libcxml -dev-libs/locked_sstream # Lars Wendler (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release.