diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-01 20:58:15 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-11-01 20:58:15 +0000 |
commit | 44e8c9e79a666c7b2f06e181c139396afb27d565 (patch) | |
tree | e63e4d8ce62157fc472ab6e7547a1f59c6f01855 /app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild | |
parent | Fix manifest (diff) | |
download | gentoo-2-44e8c9e79a666c7b2f06e181c139396afb27d565.tar.gz gentoo-2-44e8c9e79a666c7b2f06e181c139396afb27d565.tar.bz2 gentoo-2-44e8c9e79a666c7b2f06e181c139396afb27d565.zip |
revert unintended removal.
(Portage version: 2.2_rc46/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild')
-rw-r--r-- | app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild new file mode 100644 index 000000000000..4cf1dd3d8751 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild,v 1.5 2009/11/01 20:58:15 eva Exp $ + +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" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=app-accessibility/festival-1.4.3" +RDEPEND="${DEPEND}" + +src_compile(){ + einfo "Nothing to compile." +} + +src_install() { + dodoc ANNOUNCE NEWS README ChangeLog + doinfo *.info + insinto /usr/share/festival + doins "${S}"/*.scm +} |