Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 70564 Details for
Bug 109145
dev-cpp/commoncpp2-1.3.20 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 1.3.20
commoncpp2-1.3.20.ebuild (text/plain), 705 bytes, created by
Johannes Ballé
on 2005-10-13 08:00:56 UTC
(
hide
)
Description:
ebuild for 1.3.20
Filename:
MIME Type:
Creator:
Johannes Ballé
Created:
2005-10-13 08:00:56 UTC
Size:
705 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header > >DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services" >SRC_URI="mirror://sourceforge/gnutelephony/${P}.tar.gz" >HOMEPAGE="http://www.gnu.org/software/commoncpp/" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="xml2" > >DEPEND="xml2? ( >=dev-libs/libxml2-2.6.19 )" > >src_compile() { > econf $(use_with xml2 xml) || die > emake || die >} > >src_install () { > einstall || die > dodoc AUTHORS INSTALL NEWS ChangeLog README \ > THANKS TODO COPYING COPYING.addendum >}
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 109145
:
70564
|
70644