commit:     754bdd0df4d0fdf62148320f3c1833a19d5e99ba
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 07:42:34 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 07:42:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754bdd0d

media-radio/xastir: Remove USE=festival, provider removed

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-radio/xastir/metadata.xml           | 1 -
 media-radio/xastir/xastir-2.0.8-r1.ebuild | 9 ++++-----
 media-radio/xastir/xastir-2.1.4.ebuild    | 9 ++++-----
 profiles/base/package.use.mask            | 6 ------
 4 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/media-radio/xastir/metadata.xml b/media-radio/xastir/metadata.xml
index be15613be57..e44c45094ca 100644
--- a/media-radio/xastir/metadata.xml
+++ b/media-radio/xastir/metadata.xml
@@ -6,7 +6,6 @@
                <name>Thomas Beierlein</name>
        </maintainer>
        <use>
-               <flag name="festival">Enable text to speech synthesizer</flag>
                <flag name="gdal">Support for some further map formats</flag>
                <flag name="geotiff">Install geotiff support. Allows using USGS 
DRG topo
                        maps or other types of geotiff mapes/images</flag>

diff --git a/media-radio/xastir/xastir-2.0.8-r1.ebuild 
b/media-radio/xastir/xastir-2.0.8-r1.ebuild
index c16d857f5d6..4d12a2c1425 100644
--- a/media-radio/xastir/xastir-2.0.8-r1.ebuild
+++ b/media-radio/xastir/xastir-2.0.8-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="festival gdal geotiff +graphicsmagick"
+IUSE="gdal geotiff +graphicsmagick"
 
 DEPEND=">=x11-libs/motif-2.3:0
        x11-libs/libXt
@@ -27,8 +27,7 @@ DEPEND=">=x11-libs/motif-2.3:0
        geotiff? ( sci-libs/proj
                sci-libs/libgeotiff
                media-libs/tiff:0 )
-       gdal? ( sci-libs/gdal )
-       festival? ( app-accessibility/festival )"
+       gdal? ( sci-libs/gdal )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
@@ -58,13 +57,13 @@ src_configure() {
                --with-shapelib \
                --with-dbfawk \
                --without-ax25 \
+               --without-festival \
                --without-gpsman \
                $(use_with !graphicsmagick imagemagick) \
                $(use_with graphicsmagick) \
                $(use_with geotiff libproj) \
                $(use_with geotiff) \
-               $(use_with gdal) \
-               $(use_with festival)
+               $(use_with gdal)
 }
 
 src_compile() {

diff --git a/media-radio/xastir/xastir-2.1.4.ebuild 
b/media-radio/xastir/xastir-2.1.4.ebuild
index c3e87f73acc..c3f29e3674c 100644
--- a/media-radio/xastir/xastir-2.1.4.ebuild
+++ b/media-radio/xastir/xastir-2.1.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Xastir/Xastir/archive/Release-${PV}.tar.gz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="festival geotiff +graphicsmagick"
+IUSE="geotiff +graphicsmagick"
 
 DEPEND=">=x11-libs/motif-2.3:0
        x11-libs/libXt
@@ -29,8 +29,7 @@ DEPEND=">=x11-libs/motif-2.3:0
        graphicsmagick? ( media-gfx/graphicsmagick:=[-q32] )
        geotiff? ( sci-libs/proj
                sci-libs/libgeotiff:=
-               media-libs/tiff:0 )
-       festival? ( app-accessibility/festival )"
+               media-libs/tiff:0 )"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/${MY_P}
@@ -54,12 +53,12 @@ src_configure() {
                --with-shapelib \
                --with-dbfawk \
                --without-ax25 \
+               --without-festival \
                --without-gpsman \
                $(use_with !graphicsmagick imagemagick) \
                $(use_with graphicsmagick) \
                $(use_with geotiff libproj) \
-               $(use_with geotiff) \
-               $(use_with festival)
+               $(use_with geotiff)
 }
 
 src_compile() {

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 15315a8fc4d..21d6d8fff6b 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -74,12 +74,6 @@ games-emulation/vbam ffmpeg
 # bug #318841#c20.
 sys-kernel/linux-firmware unknown-license
 
-# Andreas K. Hüttel <[email protected]> (2019-05-11)
-# app-accessibility/festival:
-# Outdated, EAPI=2, unmaintained, segfaults immediately.
-# See bug 634928 and bug 612980. Removal in 30 days.
-media-radio/xastir festival
-
 # Virgil Dupras <[email protected]> (2019-04-29)
 # Docs are temporarily broken. See bug #680014
 dev-python/pandas doc

Reply via email to