commit: d906f9705c78f0757e1e2a373c702f6e348f0092 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Oct 12 08:13:49 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Oct 12 08:13:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d906f970
dev-libs/locked_sstream: Remove last-rited pkg Closes: https://bugs.gentoo.org/694182 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/locked_sstream/Manifest | 1 - .../locked_sstream/locked_sstream-0.0.5.ebuild | 29 ---------------------- dev-libs/locked_sstream/metadata.xml | 8 ------ profiles/package.mask | 1 - 4 files changed, 39 deletions(-) diff --git a/dev-libs/locked_sstream/Manifest b/dev-libs/locked_sstream/Manifest deleted file mode 100644 index 0c019ef5549..00000000000 --- 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 64efb28d185..00000000000 --- 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 1d02d02cd9a..00000000000 --- a/dev-libs/locked_sstream/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<longdescription lang="en"> -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. -</longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 1d654bd98b3..2f81f2d10b1 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 <[email protected]> (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release.
