summaryrefslogtreecommitdiff
path: root/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild')
-rw-r--r--app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild
deleted file mode 100644
index 138974593859..000000000000
--- a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="a collection of Festival functions for speech-dispatcher"
-HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils"
-SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=app-accessibility/festival-1.4.3
- media-sound/sox
- virtual/libiconv"
-# We depend on virtual/libiconv for the iconv command-line tool. This
-# command should be available in both packages providing the virtual.
-
-src_compile(){
- einfo "Nothing to compile."
-}
-
-src_install() {
- dodoc ANNOUNCE NEWS README
- doinfo doc/*.info
- insinto /usr/share/festival
- doins "${S}"/*.scm
-}