summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-05 12:17:12 +0000
committerJustin Lecher <jlec@gentoo.org>2012-12-05 12:17:12 +0000
commit2855b49eb8b2b4fecb91152f8d51c8c65eb2949b (patch)
tree4a5c0793d3d74efa6157e041c0e58f28c4630b72 /dev-cpp/pstreams
parentVersion bump, wrt bug #445212. (diff)
downloadgentoo-2-2855b49eb8b2b4fecb91152f8d51c8c65eb2949b.tar.gz
gentoo-2-2855b49eb8b2b4fecb91152f8d51c8c65eb2949b.tar.bz2
gentoo-2-2855b49eb8b2b4fecb91152f8d51c8c65eb2949b.zip
dev-cpp/pstreams: Drop old
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-cpp/pstreams')
-rw-r--r--dev-cpp/pstreams/ChangeLog5
-rw-r--r--dev-cpp/pstreams/pstreams-0.48.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/dev-cpp/pstreams/ChangeLog b/dev-cpp/pstreams/ChangeLog
index 15593dbf5688..7904bbfad3fa 100644
--- a/dev-cpp/pstreams/ChangeLog
+++ b/dev-cpp/pstreams/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/pstreams
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/ChangeLog,v 1.2 2012/12/03 10:06:56 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/ChangeLog,v 1.3 2012/12/05 12:17:12 jlec Exp $
+
+ 05 Dec 2012; Justin Lecher <jlec@gentoo.org> -pstreams-0.48.ebuild:
+ Drop old
*pstreams-0.48 (03 Dec 2012)
diff --git a/dev-cpp/pstreams/pstreams-0.48.ebuild b/dev-cpp/pstreams/pstreams-0.48.ebuild
deleted file mode 100644
index 008164c1320e..000000000000
--- a/dev-cpp/pstreams/pstreams-0.48.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pstreams/pstreams-0.48.ebuild,v 1.1 2012/12/03 10:06:56 jlec Exp $
-
-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}/${P}-docs.tar.gz )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-3"
-IUSE="doc"
-
-RDEPEND=""
-DEPEND="doc? ( app-doc/doxygen )"
-
-src_compile() {
- use doc && emake
-}
-
-src_test() {
- emake \
- CXX="$(tc-getCXX)" \
- CXXFLAGS="${CXXFLAGS}" \
- check
-}
-
-src_install() {
- insinto /usr/include
- doins pstream.h
-
- dodoc AUTHORS ChangeLog README
-
- use doc && dohtml -r "${WORKDIR}"/${PN}-docs-${PV}/* -R
-}