blob: 31f537f87aef313d9f4bf46d84b9e77460aadd8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=compile install test
DEPEND=doc? ( app-doc/doxygen )
DESCRIPTION=C++ wrapper for the POSIX.2 functions popen(3) and pclose(3)
EAPI=5
HOMEPAGE=http://pstreams.sourceforge.net/
IUSE=doc
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-3
SLOT=0
SRC_URI=mirror://sourceforge/pstreams/pstreams-0.8.1.tar.gz doc? ( mirror://sourceforge/pstreams/pstreams-docs-0.8.1.tar.gz )
_eclass_exported_funcs=src_compile:- src_test:- src_install:-
_eclasses_=multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=34525fcc51ff41753a1b7ba127e4dab7
|