Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/
Date: Sun, 06 Nov 2016 09:32:31
Message-Id: 1478424746.7bd42bc958e40e7761831e3d325dd4bd62bcfc68.jer@gentoo
1 commit: 7bd42bc958e40e7761831e3d325dd4bd62bcfc68
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 09:31:57 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 09:32:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd42bc9
7
8 net-misc/chrony: USE=html is not optional for the live ebuild, as the ADOC=true hack now fails.
9
10 Package-Manager: portage-2.3.2
11
12 net-misc/chrony/chrony-9999.ebuild | 14 ++++++--------
13 1 file changed, 6 insertions(+), 8 deletions(-)
14
15 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild
16 index b744729..851dbdb 100644
17 --- a/net-misc/chrony/chrony-9999.ebuild
18 +++ b/net-misc/chrony/chrony-9999.ebuild
19 @@ -12,7 +12,7 @@ LICENSE="GPL-2"
20 SLOT="0"
21
22 KEYWORDS=""
23 -IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc selinux +adns"
24 +IUSE="caps +cmdmon ipv6 libedit +ntp +phc pps readline +refclock +rtc selinux +adns"
25 REQUIRED_USE="
26 ?? ( libedit readline )
27 "
28 @@ -25,7 +25,7 @@ CDEPEND="
29 "
30 DEPEND="
31 ${CDEPEND}
32 - html? ( dev-ruby/asciidoctor )
33 + dev-ruby/asciidoctor
34 "
35 RDEPEND="
36 ${CDEPEND}
37 @@ -40,7 +40,7 @@ src_prepare() {
38 sed -i \
39 -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
40 -e 's:/var/run:/run:g' \
41 - conf.c doc/*.man.in examples/* || die
42 + conf.c doc/*.adoc examples/* || die
43
44 default
45 }
46 @@ -90,7 +90,7 @@ src_configure() {
47 }
48
49 src_compile() {
50 - emake all docs $(usex html '' 'ADOC=true')
51 + emake all docs
52 }
53
54 src_install() {
55 @@ -105,10 +105,8 @@ src_install() {
56 docinto examples
57 dodoc examples/*.example*
58
59 - if use html; then
60 - docinto html
61 - dodoc doc/*.html
62 - fi
63 + docinto html
64 + dodoc doc/*.html
65
66 keepdir /var/{lib,log}/chrony