Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 404432 Details for
Bug 550976
dev-libs/poco-1.7.6 : Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Poko-1.6.0.ebuild (cmake version)
poco-1.6.0.ebuild (text/plain), 2.32 KB, created by
Maksym Sditanov
on 2015-06-01 22:24:12 UTC
(
hide
)
Description:
Poko-1.6.0.ebuild (cmake version)
Filename:
MIME Type:
Creator:
Maksym Sditanov
Created:
2015-06-01 22:24:12 UTC
Size:
2.32 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/poco/poco-1.4.6_p4.ebuild,v 1.4 2015/01/08 20:40:46 maekke Exp $ > >EAPI="5" > >inherit cmake-utils > >DESCRIPTION="C++ class libraries to simplify the development of network-centric, portable applications" >HOMEPAGE="http://pocoproject.org/" >SRC_URI="https://github.com/pocoproject/poco/archive/poco-${PV}-release.tar.gz" > >LICENSE="Boost-1.0" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="xml json mongodb pdf util net ssl crypto data sqlite mysql odbc iodbc 7z zip apache2 doc pagecompiler file2pagecompiler tests" > >DEPEND=">=dev-libs/libpcre-8.13 > dev-libs/expat > sys-libs/zlib > mongodb? ( dev-db/mongodb ) > mysql? ( virtual/mysql ) > odbc? ( iodbc? ( dev-db/libiodbc ) > !iodbc? ( dev-db/unixODBC ) ) > ssl? ( dev-libs/openssl ) > sqlite? ( dev-db/sqlite:3 )" > >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}-${P}-release" > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_enable xml XML) > $(cmake-utils_use_enable json JSON) > $(cmake-utils_use_enable mongodb MONGODB) > $(cmake-utils_use_enable pdf PDF) > $(cmake-utils_use_enable util UTIL) > $(cmake-utils_use_enable net NET) > $(cmake-utils_use_enable ssl NETSSL) > $(cmake-utils_use_enable crypto CRYPTO) > $(cmake-utils_use_enable data DATA) > $(cmake-utils_use_enable sqlite DATA_SQLITE) > $(cmake-utils_use_enable mysql DATA_MYSQL) > $(cmake-utils_use_enable odbc DATA_ODBC) > $(cmake-utils_use_enable iodbc DATA_ODBC) > $(cmake-utils_use_enable 7z SEVENZIP) > $(cmake-utils_use_enable apache2 APACHECONNECTOR) > $(cmake-utils_use_enable doc POCODOC) > $(cmake-utils_use_enable pagecompiler PAGECOMPILER) > $(cmake-utils_use_enable file2pagecompiler PAGECOMPILER_FILE2PAGE) > $(cmake-utils_use_enable tests TESTS) > -DPOCO_STATIC=OFF > -DPOCO_UNBUNDLED=TRUE > ) > > cmake-utils_src_configure >}
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 550976
:
404432
|
404716
|
404718
|
415536
|
415538
|
429664