diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-31 09:42:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-31 09:42:52 +0200 |
commit | 754bdd0df4d0fdf62148320f3c1833a19d5e99ba (patch) | |
tree | e65ac4fb7da5553c2c73e9300325c094e7768bd6 /media-radio/xastir | |
parent | app-accessibility/festival: Remove last-rited pkg (diff) | |
download | gentoo-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>
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/metadata.xml | 1 | ||||
-rw-r--r-- | media-radio/xastir/xastir-2.0.8-r1.ebuild | 9 | ||||
-rw-r--r-- | media-radio/xastir/xastir-2.1.4.ebuild | 9 |
3 files changed, 8 insertions, 11 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() { |