Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213645 Details for
Bug 297708
log4c currently not available in portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Reworked ebuild
log4c-1.2.1.ebuild (text/plain), 908 bytes, created by
Gef
on 2009-12-21 02:12:14 UTC
(
hide
)
Description:
Reworked ebuild
Filename:
MIME Type:
Creator:
Gef
Created:
2009-12-21 02:12:14 UTC
Size:
908 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># Header $ > >EAPI=1 > >inherit eutils > >DESCRIPTION="Logging Framework for C" >HOMEPAGE="http://log4c.sourceforge.net/" >SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64" >IUSE="debug doc examples +expat" > >RDEPEND="expat? ( dev-libs/expat )" > >DEPEND="${RDEPEND} > sys-devel/gcc > doc? ( app-doc/doxygen )" > >src_compile() { > local myconf > myconf="${myconf} --disable-expattest" > > econf \ > $(use_enable doc doxygen) \ > $(use_enable debug) \ > $(use_enable expat) \ > ${myconf} || die "econf failed" > emake -C src/ || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" -C src/ install || die "make install failed" > dodoc AUTHORS ChangeLog COPYING NEWS README TODO > > if use examples; then > insinto /usr/share/doc/${PF}/examples > doins -r examples/* > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 297708
:
213616
| 213645 |
239469