Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 692805 Details for
Bug 777555
dev-libs/pmdk-1.9.2 add use flag "doc"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed ebuild that adds "doc" use flag
pmdk-1.9.2-r0.ebuild (text/plain), 1.10 KB, created by
Jan K
on 2021-03-21 17:51:09 UTC
(
hide
)
Description:
Proposed ebuild that adds "doc" use flag
Filename:
MIME Type:
Creator:
Jan K
Created:
2021-03-21 17:51:09 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit toolchain-funcs flag-o-matic > >DESCRIPTION="Persistent Memory Development Kit" >HOMEPAGE="https://pmem.io/ https://github.com/pmem/pmdk" >SRC_URI="https://github.com/pmem/pmdk/releases/download/${PV}/${P}.tar.gz" > >LICENSE="BSD" >SLOT="0/1" >KEYWORDS="~amd64" > >IUSE="doc" > >DEPEND=" > sys-block/ndctl:= > sys-block/libfabric:= >" >RDEPEND="${DEPEND}" >BDEPEND=" > doc? ( app-text/pandoc ) > virtual/pkgconfig >" > >DOCS=( > CODING_STYLE.md > CONTRIBUTING.md > ChangeLog > README.md >) > >src_prepare() { > default > > # don't pre-compress man pages > sed -e 's/:=.gz//g ; s:gzip -nc:cat:g' -i doc/Makefile || die > > # remove -Werror > find . -name 'Makefile*' -type f -print | xargs sed 's:-Werror::g' -i || die >} > >src_configure() { > use doc || touch .skip-doc > use doc || export DOC=n > # doesn't build with -mindirect-branch=thunk > filter-flags -mindirect-branch=thunk >} > >src_compile() { > emake DEBUG= CC=$(tc-getCC) CXX=$(tc-getCXX) LD=$(tc-getLD) AR=$(tc-getAR) >} > >src_install() { > emake install prefix=/usr sysconfdir=/etc DESTDIR="${ED}" >}
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 777555
: 692805