* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/threadpool/
@ 2016-09-05 9:20 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-09-05 9:20 UTC (permalink / raw
To: gentoo-commits
commit: 10e3bb9d02fae277221023e09074a2ee1605228f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 08:43:42 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 09:19:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e3bb9d
dev-cpp/threadpool: Remove deprecated ebuild
Package-Manager: portage-2.3.0
dev-cpp/threadpool/threadpool-0.2.5.ebuild | 47 ------------------------------
1 file changed, 47 deletions(-)
diff --git a/dev-cpp/threadpool/threadpool-0.2.5.ebuild b/dev-cpp/threadpool/threadpool-0.2.5.ebuild
deleted file mode 100644
index 6b82416..00000000
--- a/dev-cpp/threadpool/threadpool-0.2.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit base
-
-DESCRIPTION="A cross-platform C++ thread pool library (built on top of Boost)"
-HOMEPAGE="http://threadpool.sourceforge.net/"
-MY_PV=${PV//./_}
-MY_P=${PN}-${MY_PV}
-SRC_URI_BASE="mirror://sourceforge/threadpool/threadpool/${PV}%20%28Stable%29"
-SRC_URI="${SRC_URI_BASE}/${MY_P}-src.zip
- doc? ( ${SRC_URI_BASE}/${MY_P}-doc.zip )"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND="dev-libs/boost"
-
-S="${WORKDIR}/${MY_P}-src/${PN}"
-
-PATCHES=( "${FILESDIR}/${P}-memleak.patch" )
-
-src_prepare() {
- base_src_prepare
-}
-
-src_compile() {
- # Do nothing
- # The makefile just builds the documentation again
- # Not even any install targets
- :
-}
-
-src_install() {
- insinto /usr/include/
- doins -r boost
- dodoc README TODO CHANGE_LOG
- if use doc; then
- dohtml -r "${WORKDIR}"/"${MY_P}"-doc/
- fi
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-05 9:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05 9:20 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/threadpool/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox