Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Mon, 01 Jun 2020 23:06:45
Message-Id: 1591052768.76facc94d83e9e0b5a5eb94315ca9a8531eb5572.asturm@gentoo
1 commit: 76facc94d83e9e0b5a5eb94315ca9a8531eb5572
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 23:01:17 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 23:06:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76facc94
7
8 media-libs/harfbuzz: Finally, run eautoreconf all the time
9
10 Bug: https://bugs.gentoo.org/726674
11 Package-Manager: Portage-2.3.100, Repoman-2.3.22
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/harfbuzz/harfbuzz-2.6.5.ebuild | 6 +++---
15 media-libs/harfbuzz/harfbuzz-2.6.6.ebuild | 6 +++---
16 media-libs/harfbuzz/harfbuzz-9999.ebuild | 6 +++---
17 3 files changed, 9 insertions(+), 9 deletions(-)
18
19 diff --git a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
20 index df0e3cbd9e4..63f6e1fd379 100644
21 --- a/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
22 +++ b/media-libs/harfbuzz/harfbuzz-2.6.5.ebuild
23 @@ -5,14 +5,14 @@ EAPI=7
24
25 PYTHON_COMPAT=( python3_{6,7,8} )
26
27 -inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
28 +inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
29
30 DESCRIPTION="An OpenType text shaping engine"
31 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
32
33 if [[ ${PV} = 9999 ]] ; then
34 EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
35 - inherit git-r3 autotools
36 + inherit git-r3
37 else
38 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
39 KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
40 @@ -81,7 +81,7 @@ src_prepare() {
41 test/shaping/data/in-house/Makefile.sources \
42 test/shaping/data/in-house/Makefile.in || die # bug 726120
43
44 - [[ ${PV} == 9999 ]] && eautoreconf
45 + eautoreconf
46 elibtoolize # for Solaris
47
48 # bug 618772
49
50 diff --git a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
51 index c5ef6e97489..bdc327af67b 100644
52 --- a/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
53 +++ b/media-libs/harfbuzz/harfbuzz-2.6.6.ebuild
54 @@ -5,14 +5,14 @@ EAPI=7
55
56 PYTHON_COMPAT=( python3_{6,7,8} )
57
58 -inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
59 +inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
60
61 DESCRIPTION="An OpenType text shaping engine"
62 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
63
64 if [[ ${PV} = 9999 ]] ; then
65 EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
66 - inherit git-r3 autotools
67 + inherit git-r3
68 else
69 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
70 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 @@ -81,7 +81,7 @@ src_prepare() {
72 test/shaping/data/in-house/Makefile.sources \
73 test/shaping/data/in-house/Makefile.in || die # bug 726120
74
75 - [[ ${PV} == 9999 ]] && eautoreconf
76 + eautoreconf
77 elibtoolize # for Solaris
78
79 # bug 618772
80
81 diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
82 index c5ef6e97489..bdc327af67b 100644
83 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
84 +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
85 @@ -5,14 +5,14 @@ EAPI=7
86
87 PYTHON_COMPAT=( python3_{6,7,8} )
88
89 -inherit flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
90 +inherit autotools flag-o-matic libtool multilib-minimal python-any-r1 xdg-utils
91
92 DESCRIPTION="An OpenType text shaping engine"
93 HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz"
94
95 if [[ ${PV} = 9999 ]] ; then
96 EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"
97 - inherit git-r3 autotools
98 + inherit git-r3
99 else
100 SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
101 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
102 @@ -81,7 +81,7 @@ src_prepare() {
103 test/shaping/data/in-house/Makefile.sources \
104 test/shaping/data/in-house/Makefile.in || die # bug 726120
105
106 - [[ ${PV} == 9999 ]] && eautoreconf
107 + eautoreconf
108 elibtoolize # for Solaris
109
110 # bug 618772