Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-radio/xastir/
Date: Sat, 31 Aug 2019 07:44:42
Message-Id: 1567237372.754bdd0df4d0fdf62148320f3c1833a19d5e99ba.mgorny@gentoo
1 commit: 754bdd0df4d0fdf62148320f3c1833a19d5e99ba
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 31 07:42:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 31 07:42:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754bdd0d
7
8 media-radio/xastir: Remove USE=festival, provider removed
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-radio/xastir/metadata.xml | 1 -
13 media-radio/xastir/xastir-2.0.8-r1.ebuild | 9 ++++-----
14 media-radio/xastir/xastir-2.1.4.ebuild | 9 ++++-----
15 profiles/base/package.use.mask | 6 ------
16 4 files changed, 8 insertions(+), 17 deletions(-)
17
18 diff --git a/media-radio/xastir/metadata.xml b/media-radio/xastir/metadata.xml
19 index be15613be57..e44c45094ca 100644
20 --- a/media-radio/xastir/metadata.xml
21 +++ b/media-radio/xastir/metadata.xml
22 @@ -6,7 +6,6 @@
23 <name>Thomas Beierlein</name>
24 </maintainer>
25 <use>
26 - <flag name="festival">Enable text to speech synthesizer</flag>
27 <flag name="gdal">Support for some further map formats</flag>
28 <flag name="geotiff">Install geotiff support. Allows using USGS DRG topo
29 maps or other types of geotiff mapes/images</flag>
30
31 diff --git a/media-radio/xastir/xastir-2.0.8-r1.ebuild b/media-radio/xastir/xastir-2.0.8-r1.ebuild
32 index c16d857f5d6..4d12a2c1425 100644
33 --- a/media-radio/xastir/xastir-2.0.8-r1.ebuild
34 +++ b/media-radio/xastir/xastir-2.0.8-r1.ebuild
35 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 x86"
39 -IUSE="festival gdal geotiff +graphicsmagick"
40 +IUSE="gdal geotiff +graphicsmagick"
41
42 DEPEND=">=x11-libs/motif-2.3:0
43 x11-libs/libXt
44 @@ -27,8 +27,7 @@ DEPEND=">=x11-libs/motif-2.3:0
45 geotiff? ( sci-libs/proj
46 sci-libs/libgeotiff
47 media-libs/tiff:0 )
48 - gdal? ( sci-libs/gdal )
49 - festival? ( app-accessibility/festival )"
50 + gdal? ( sci-libs/gdal )"
51 RDEPEND="${DEPEND}"
52
53 src_prepare() {
54 @@ -58,13 +57,13 @@ src_configure() {
55 --with-shapelib \
56 --with-dbfawk \
57 --without-ax25 \
58 + --without-festival \
59 --without-gpsman \
60 $(use_with !graphicsmagick imagemagick) \
61 $(use_with graphicsmagick) \
62 $(use_with geotiff libproj) \
63 $(use_with geotiff) \
64 - $(use_with gdal) \
65 - $(use_with festival)
66 + $(use_with gdal)
67 }
68
69 src_compile() {
70
71 diff --git a/media-radio/xastir/xastir-2.1.4.ebuild b/media-radio/xastir/xastir-2.1.4.ebuild
72 index c3e87f73acc..c3f29e3674c 100644
73 --- a/media-radio/xastir/xastir-2.1.4.ebuild
74 +++ b/media-radio/xastir/xastir-2.1.4.ebuild
75 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Xastir/Xastir/archive/Release-${PV}.tar.gz
76 LICENSE="GPL-2"
77 SLOT="0"
78 KEYWORDS="amd64 x86"
79 -IUSE="festival geotiff +graphicsmagick"
80 +IUSE="geotiff +graphicsmagick"
81
82 DEPEND=">=x11-libs/motif-2.3:0
83 x11-libs/libXt
84 @@ -29,8 +29,7 @@ DEPEND=">=x11-libs/motif-2.3:0
85 graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] )
86 geotiff? ( sci-libs/proj
87 sci-libs/libgeotiff:=
88 - media-libs/tiff:0 )
89 - festival? ( app-accessibility/festival )"
90 + media-libs/tiff:0 )"
91 RDEPEND="${DEPEND}"
92
93 S="${WORKDIR}"/${MY_P}
94 @@ -54,12 +53,12 @@ src_configure() {
95 --with-shapelib \
96 --with-dbfawk \
97 --without-ax25 \
98 + --without-festival \
99 --without-gpsman \
100 $(use_with !graphicsmagick imagemagick) \
101 $(use_with graphicsmagick) \
102 $(use_with geotiff libproj) \
103 - $(use_with geotiff) \
104 - $(use_with festival)
105 + $(use_with geotiff)
106 }
107
108 src_compile() {
109
110 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
111 index 15315a8fc4d..21d6d8fff6b 100644
112 --- a/profiles/base/package.use.mask
113 +++ b/profiles/base/package.use.mask
114 @@ -74,12 +74,6 @@ games-emulation/vbam ffmpeg
115 # bug #318841#c20.
116 sys-kernel/linux-firmware unknown-license
117
118 -# Andreas K. Hüttel <dilfridge@g.o> (2019-05-11)
119 -# app-accessibility/festival:
120 -# Outdated, EAPI=2, unmaintained, segfaults immediately.
121 -# See bug 634928 and bug 612980. Removal in 30 days.
122 -media-radio/xastir festival
123 -
124 # Virgil Dupras <vdupras@g.o> (2019-04-29)
125 # Docs are temporarily broken. See bug #680014
126 dev-python/pandas doc