summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-31 09:42:34 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-31 09:42:52 +0200
commit754bdd0df4d0fdf62148320f3c1833a19d5e99ba (patch)
treee65ac4fb7da5553c2c73e9300325c094e7768bd6
parentapp-accessibility/festival: Remove last-rited pkg (diff)
downloadgentoo-754bdd0df4d0fdf62148320f3c1833a19d5e99ba.tar.gz
gentoo-754bdd0df4d0fdf62148320f3c1833a19d5e99ba.tar.bz2
gentoo-754bdd0df4d0fdf62148320f3c1833a19d5e99ba.zip
media-radio/xastir: Remove USE=festival, provider removed
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-radio/xastir/metadata.xml1
-rw-r--r--media-radio/xastir/xastir-2.0.8-r1.ebuild9
-rw-r--r--media-radio/xastir/xastir-2.1.4.ebuild9
-rw-r--r--profiles/base/package.use.mask6
4 files changed, 8 insertions, 17 deletions
diff --git a/media-radio/xastir/metadata.xml b/media-radio/xastir/metadata.xml
index be15613be578..e44c45094ca1 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 c16d857f5d69..4d12a2c14255 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 c3e87f73acca..c3f29e3674c3 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 15315a8fc4de..21d6d8fff6be 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 <dilfridge@gentoo.org> (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 <vdupras@gentoo.org> (2019-04-29)
# Docs are temporarily broken. See bug #680014
dev-python/pandas doc