blob: 60e3b43eaf4dfd08227224fddb706b15d7a179eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=configure install test
DEPEND=virtual/pkgconfig iconv? ( virtual/libiconv ) qt4? ( dev-qt/qtcore:4 )
DESCRIPTION=C++ port of the Log for Java (log4j) logging library
EAPI=6
HOMEPAGE=http://log4cplus.sourceforge.net/
IUSE=iconv qt4 threads working-locale working-c-locale
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Apache-2.0 BSD-2 )
RDEPEND=iconv? ( virtual/libiconv ) qt4? ( dev-qt/qtcore:4 )
REQUIRED_USE=?? ( iconv working-locale working-c-locale )
SLOT=0/1.2-5
SRC_URI=mirror://sourceforge/project/log4cplus/log4cplus-stable/1.2.0/log4cplus-1.2.0.tar.bz2
_eclass_exported_funcs=src_configure:- src_test:- src_install:-
_md5_=ddbfdc8d587d3776881d1eb1113476c6
|