Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/
Date: Sat, 25 Jun 2022 02:50:35
Message-Id: 1656125422.dd88e018318aef96f5271d0b9eed83cd0812eb62.sam@gentoo
1 commit: dd88e018318aef96f5271d0b9eed83cd0812eb62
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Jun 24 12:24:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 02:50:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd88e018
7
8 www-apps/hugo: replace app-text/pandoc with virtual/pandoc
9
10 test-full USE-flag no longer needed because pandoc can now be installed
11 without 100+ extra dependencies.
12
13 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
14 Closes: https://github.com/gentoo/gentoo/pull/25811
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 www-apps/hugo/hugo-0.101.0.ebuild | 4 ++--
18 www-apps/hugo/hugo-0.99.1.ebuild | 4 ++--
19 www-apps/hugo/metadata.xml | 1 -
20 3 files changed, 4 insertions(+), 5 deletions(-)
21
22 diff --git a/www-apps/hugo/hugo-0.101.0.ebuild b/www-apps/hugo/hugo-0.101.0.ebuild
23 index 27abe895a52a..5da974c57af6 100644
24 --- a/www-apps/hugo/hugo-0.101.0.ebuild
25 +++ b/www-apps/hugo/hugo-0.101.0.ebuild
26 @@ -18,14 +18,14 @@ SRC_URI="
27 LICENSE="Apache-2.0 BSD BSD-2 MIT Unlicense"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30 -IUSE="doc +sass test test-full"
31 +IUSE="doc +sass test"
32
33 BDEPEND="
34 >=dev-lang/go-1.18
35 test? (
36 dev-python/docutils
37 dev-ruby/asciidoctor
38 - test-full? ( app-text/pandoc )
39 + virtual/pandoc
40 )
41 "
42 RDEPEND="
43
44 diff --git a/www-apps/hugo/hugo-0.99.1.ebuild b/www-apps/hugo/hugo-0.99.1.ebuild
45 index 1e707075854f..16dbceafb579 100644
46 --- a/www-apps/hugo/hugo-0.99.1.ebuild
47 +++ b/www-apps/hugo/hugo-0.99.1.ebuild
48 @@ -18,14 +18,14 @@ SRC_URI="
49 LICENSE="Apache-2.0 BSD BSD-2 MIT Unlicense"
50 SLOT="0"
51 KEYWORDS="~amd64 ~x86"
52 -IUSE="doc +sass test test-full"
53 +IUSE="doc +sass test"
54
55 BDEPEND="
56 >=dev-lang/go-1.18
57 test? (
58 dev-python/docutils
59 dev-ruby/asciidoctor
60 - test-full? ( app-text/pandoc )
61 + virtual/pandoc
62 )
63 "
64 RDEPEND="
65
66 diff --git a/www-apps/hugo/metadata.xml b/www-apps/hugo/metadata.xml
67 index c1a8bfb7f195..d3bce6b51931 100644
68 --- a/www-apps/hugo/metadata.xml
69 +++ b/www-apps/hugo/metadata.xml
70 @@ -11,7 +11,6 @@
71 </maintainer>
72 <use>
73 <flag name="sass">Enable SASS/SCSS support</flag>
74 - <flag name="test-full">Pull optional heavier test-dependency packages</flag>
75 </use>
76 <upstream>
77 <remote-id type="github">gohugoio/hugo</remote-id>