Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 461268 Details for
Bug 607108
sci-mathematics/yacas-1.3.4 version bump to 1.6.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
zmqpp-4.1.2.ebuild
zmqpp-4.1.2.ebuild (text/plain), 720 bytes, created by
Petross404(Petros S)
on 2017-01-24 18:57:43 UTC
(
hide
)
Description:
zmqpp-4.1.2.ebuild
Filename:
MIME Type:
Creator:
Petross404(Petros S)
Created:
2017-01-24 18:57:43 UTC
Size:
720 bytes
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit cmake-utils > >DESCRIPTION="ZeroMQ 'highlevel' C++ bindings" >HOMEPAGE="https://github.com/zeromq/zmqpp" >if [[ $PV == 9999 ]]; then > inherit git-r3 > EGIT_REPO_URI="https://github.com/zeromq/zmqpp.git" >else > SRC_URI="https://github.com/zeromq/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64" >fi > >LICENSE="MPL-2.0" >SLOT="0" >IUSE="static-libs" > >DEPEND="net-libs/zeromq[static-libs?]" >RDEPEND="${DEPEND}" > >src_configure() { > local mycmakeargs=( > -DIS_TRAVIS_CI_BUILD=OFF > -DZMQPP_BUILD_SHARED=ON > $(cmake-utils_use static-libs ZMQPP_BUILD_STATIC) > ) > > 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 607108
:
461264
|
461266
| 461268 |
461402