add log4c delete old bongo ebuilds

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/bongo@1400 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-07-24 18:31:38 +00:00
parent b13d6a0f73
commit 1c602fbe7e
13 changed files with 50 additions and 880 deletions

3
dev-libs/log4c/Manifest Normal file
View File

@@ -0,0 +1,3 @@
AUX log4c-1.0.12-function.patch 998 RMD160 b307da8391505529f257db24be4dfcb730d8f8d6 SHA1 0c1be0223ce9bd72ec357ce755a85a0aafd69112 SHA256 a235f27201f602ad902227a0580587e95ae3ff21f9ae0620043f3d66f7f3c8c4
DIST log4c-1.2.1.tar.gz 508139 RMD160 53b55c4f255af4c4b691ef3aea1a947e5783d025 SHA1 b380947047cd6f71bdec1afe57d7b285fb2a3f38 SHA256 6ed40a41307c26d052667e1661437394ab00e29cd24ff2640b502ba8ab1e442b
EBUILD log4c-1.2.1.ebuild 1021 RMD160 f053b1cdadd775fa629b4568d7dfe1ea541ad2fc SHA1 39d0388149aa4aead014aa2f41ca35fbba214261 SHA256 7a90dfa0fa5cf031d4433ace7492a2284c5e3ea373cf8bb7bc4eac16b2b15f53

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils
DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable."
SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz"
HOMEPAGE="http://log4c.sourceforge.net/"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
IUSE="doc static pic debug"
DEPEND="doc? ( >=app-doc/doxygen-1.2.15
virtual/tex-base
virtual/ghostscript )"
RDEPEND=">=media-gfx/graphviz-1.7.15-r2"
src_configure() {
econf --enable-test \
$(use_with pic) \
$(use_enable static) \
$(use_enable debug) \
$(use_enable doc) || die
}
src_test() {
# test case broken
#${S}/tests/log4c/test_rc || die "test_rc failed"
"${S}"/tests/log4c/test_category || die "test_rc failed"
}
src_install() {
emake DESTDIR="${D}" install || die
}