Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144104 Details for
Bug 162846
dev-cpp/poco (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Poco 1.3.2 3rd revision ebuild
poco-1.3.2.ebuild (text/plain), 1.15 KB, created by
Keith R.
on 2008-02-20 14:45:46 UTC
(
hide
)
Description:
Poco 1.3.2 3rd revision ebuild
Filename:
MIME Type:
Creator:
Keith R.
Created:
2008-02-20 14:45:46 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="C++ POrtable C0mponents framework" >HOMEPAGE="http://pocoproject.org/poco/info/index.html" >SRC_URI="!odbc? ( !ssl? ( mirror://sourceforge/${PN}/${P}.tar.bz2 ) ) > odbc? ( mirror://sourceforge/${PN}/${P}-data.tar.bz2 ) > !odbc? ( ssl? ( mirror://sourceforge/${PN}/${P}-ssl.tar.bz2 ) )" > >LICENSE="Boost" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="examples odbc ssl test" >S="${WORKDIR}/${A/.tar.bz2}" > ># ODBC implies SSL >RDEPEND="odbc? ( dev-db/unixODBC dev-libs/openssl ) > ssl? ( dev-libs/openssl )" >DEPEND="${RDEPEND}" > >src_unpack() { > unpack ${A} > cd "${S}" > > sed -i 's/"LINKMODE = SHARED"/"LINKMODE = BOTH"/' build/config/Linux \ > || die "sed linkmode failed!" >} > >src_compile() { > local myconf="" > use test || myconf="${myconf} --no-tests" > use examples || myconf="${myconf} --no-samples" > > econf ${myconf} --prefix=/usr || die "econf failed!" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "Install failed" >}
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 162846
:
107480
|
107613
|
107615
|
107616
|
108643
|
143878
|
143989
|
144102
| 144104