Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321826 Details for
Bug 432040
dev-libs/xdispatch - a event processing library (aka Grand Central Dispatch by Apple)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild is renamed to xdispatch; added building and installation of documentation
xdispatch-0.7.0.ebuild (text/plain), 945 bytes, created by
Alexander Dubov
on 2012-08-21 06:54:35 UTC
(
hide
)
Description:
Ebuild is renamed to xdispatch; added building and installation of documentation
Filename:
MIME Type:
Creator:
Alexander Dubov
Created:
2012-08-21 06:54:35 UTC
Size:
945 bytes
patch
obsolete
> >EAPI=4 > >inherit cmake-utils > >DESCRIPTION="Multi-platform implementation of Apple Grand Central Dispatch" >HOMEPAGE="http://opensource.mlba-team.de/xdispatch/docs/current/index.html" > >SRC_URI="http://opensource.mlba-team.de/xdispatch/files/${PN}_${PV}_src.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="qt doc" >DEPEND="qt? ( x11-libs/qt-gui:4 ) > doc? ( app-doc/doxygen )" >RDEPEND="qt? ( x11-libs/qt-gui:4 )" > >S=${WORKDIR}/${PN}_${PV}_src > >src_configure() { > epatch "${FILESDIR}/libxdispatch-fix-aliasing-error.patch" > epatch "${FILESDIR}/xdispatch-fix-doc-path.patch" > > mycmakeargs=( > $(cmake-utils_use doc XDISPATCH_DOCS) > -DXDISPATCH_DOCS_DIR="/usr/share/doc/${PF}" > -G "Unix Makefiles" > ) > > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile > use doc && cmake-utils_src_make xdispatch_docs >} > >src_install() { > cmake-utils_src_install > dodoc ${S}/NOTICE ${S}/LICENSE ${S}/BUGS ${S}/TODO.txt >}
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 432040
:
321744
|
321746
|
321826
|
321828
|
321830
|
321996
|
321998
|
322000
|
322002
|
322004