summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-24 21:58:22 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-24 21:58:42 -0400
commit8e86cc9c1fdb78c4a27e4144bdb885b0079375df (patch)
tree97c52e7bdf2262019a26d049664de5b4f1c18bec /app-accessibility/epos/epos-2.5.37-r3.ebuild
parentsys-cluster/nova: 17.0.4 and 16.1.3 stable amd64 and x86 with cleanup (diff)
downloadgentoo-8e86cc9c1fdb78c4a27e4144bdb885b0079375df.tar.gz
gentoo-8e86cc9c1fdb78c4a27e4144bdb885b0079375df.tar.bz2
gentoo-8e86cc9c1fdb78c4a27e4144bdb885b0079375df.zip
Revert "app-accessibility/epos: install usable voices"
This reverts commit b200d21e293b99f166eadbaace8bbe1236a4199e.
Diffstat (limited to 'app-accessibility/epos/epos-2.5.37-r3.ebuild')
-rw-r--r--app-accessibility/epos/epos-2.5.37-r3.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild b/app-accessibility/epos/epos-2.5.37-r3.ebuild
deleted file mode 100644
index 37ac103df46c..000000000000
--- a/app-accessibility/epos/epos-2.5.37-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="language independent text-to-speech system"
-HOMEPAGE="http://epos.ufe.cz/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- voices? ( mirror://sourceforge/${PN}/voices/Czech%20_%20Machac%2BViolka%2C%20July%2005/epos-tdp.tgz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="+voices"
-
-DEPEND=">=app-text/sgmltools-lite-3.0.3-r9
- dev-util/byacc"
-RDEPEND=""
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.5.37-gcc43.patch
- "${FILESDIR}"/${PN}-2.5.37-gcc45.patch
- "${FILESDIR}"/${PN}-2.5.37-gcc47.patch
- "${FILESDIR}"/${PN}-2.5.37-disable-tests.patch
- "${FILESDIR}"/${PN}-2.5.37-gcc7.patch
-)
-
-src_prepare() {
- default
- sed -i -e "s/CCC/#CCC/" configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-charsets \
- --disable-portaudio \
- CXXFLAGS=-fno-delete-null-pointer-checks \
- YACC=byacc
-}
-
-src_install() {
- default
-
- doinitd "${FILESDIR}/eposd"
- dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo"
- if use voices ; then
- insinto /usr/share/${PN}/inv/
- doins -r ../tdp
- fi
-}