From f70a1bfc721336d4fc7dfb711c2f518a6b18cf16 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 30 Sep 2020 17:27:54 +0100 Subject: gentoo resync : 30.09.2020 --- dev-cpp/pstreams/pstreams-1.0.0.ebuild | 42 ---------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 dev-cpp/pstreams/pstreams-1.0.0.ebuild (limited to 'dev-cpp/pstreams/pstreams-1.0.0.ebuild') diff --git a/dev-cpp/pstreams/pstreams-1.0.0.ebuild b/dev-cpp/pstreams/pstreams-1.0.0.ebuild deleted file mode 100644 index c6e500fabd86..000000000000 --- a/dev-cpp/pstreams/pstreams-1.0.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit toolchain-funcs - -DESCRIPTION="C++ wrapper for the POSIX.2 functions popen(3) and pclose(3)" -HOMEPAGE="http://pstreams.sourceforge.net/" -SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.gz - doc? ( mirror://sourceforge/${PN}/${PN}-docs-${PV}.tar.gz )" - -SLOT="0" -LICENSE="LGPL-3" -IUSE="doc" -KEYWORDS="~amd64 ~x86" - -RDEPEND="" -DEPEND="doc? ( app-doc/doxygen )" - -src_compile() { - if use doc; then - doxygen -u || die - emake - fi -} - -src_test() { - emake \ - CXX="$(tc-getCXX)" \ - CXXFLAGS="${CXXFLAGS}" \ - check -} - -src_install() { - doheader pstream.h - - dodoc AUTHORS ChangeLog README - - use doc && dohtml -r "${WORKDIR}"/${PN}-docs-${PV}/* -} -- cgit v1.2.3