dev-libs/locked_sstream: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:13:49 +0000 (10:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 08:13:49 +0000 (10:13 +0200)
Closes: https://bugs.gentoo.org/694182
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/locked_sstream/Manifest [deleted file]
dev-libs/locked_sstream/locked_sstream-0.0.5.ebuild [deleted file]
dev-libs/locked_sstream/metadata.xml [deleted file]
profiles/package.mask

diff --git a/dev-libs/locked_sstream/Manifest b/dev-libs/locked_sstream/Manifest
deleted file mode 100644 (file)
index 0c019ef..0000000
+++ /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 (file)
index 64efb28..0000000
+++ /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 (file)
index 1d02d02..0000000
+++ /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>
index 1d654bd98b3a518c41494f9506ed68dd18199ea6..2f81f2d10b1ebc1e58c60a085825a794a7ab1353 100644 (file)
@@ -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 <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.