Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 457294 Details for
Bug 603618
net-misc/youtube-dl-99999999 missing man page
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Example fix
0001-net-misc-youtube-dl-99999999-add-support-for-buildin.patch (text/plain), 1.68 KB, created by
Niklas Haas
on 2016-12-23 21:57:13 UTC
(
hide
)
Description:
Example fix
Filename:
MIME Type:
Creator:
Niklas Haas
Created:
2016-12-23 21:57:13 UTC
Size:
1.68 KB
patch
obsolete
>From 6d705e8cd4b08548e66fb858cc611d22ca720e9c Mon Sep 17 00:00:00 2001 >From: Niklas Haas <git@haasn.xyz> >Date: Fri, 23 Dec 2016 22:52:34 +0100 >Subject: [PATCH] net-misc/youtube-dl-99999999: add support for building the > man page > >--- > net-misc/youtube-dl/metadata.xml | 3 +++ > net-misc/youtube-dl/youtube-dl-99999999.ebuild | 5 ++++- > 2 files changed, 7 insertions(+), 1 deletion(-) > >diff --git a/net-misc/youtube-dl/metadata.xml b/net-misc/youtube-dl/metadata.xml >index 6a4728cab7..0f911be88b 100644 >--- a/net-misc/youtube-dl/metadata.xml >+++ b/net-misc/youtube-dl/metadata.xml >@@ -4,4 +4,7 @@ > <maintainer type="person"> > <email>jer@gentoo.org</email> > </maintainer> >+ <use> >+ <flag name="man">Build youtube-dl's man page</flag> >+ </use> > </pkgmetadata> >diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild >index eea012b9b5..1d36cac5f1 100644 >--- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild >+++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild >@@ -14,7 +14,7 @@ EGIT_REPO_URI="https://github.com/rg3/youtube-dl.git" > LICENSE="public-domain" > SLOT="0" > KEYWORDS="" >-IUSE="offensive test" >+IUSE="offensive +man test" > > RDEPEND=" > dev-python/setuptools[${PYTHON_USEDEP}] >@@ -23,6 +23,7 @@ DEPEND=" > ${RDEPEND} > dev-python/sphinx[${PYTHON_USEDEP}] > test? ( dev-python/nose[coverage(+)] ) >+ man? ( app-text/pandoc ) > " > > python_prepare_all() { >@@ -74,6 +75,7 @@ python_prepare_all() { > > src_compile() { > distutils-r1_src_compile >+ use man && emake ${PN}.1 > } > > python_test() { >@@ -82,6 +84,7 @@ python_test() { > > python_install_all() { > dodoc README.md >+ use man && doman ${PN}.1 > > distutils-r1_python_install_all > >-- >2.11.0 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 603618
: 457294