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 | |
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')
5 files changed, 152 insertions, 0 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/ChangeLog b/app-accessibility/festival-freebsoft-utils/ChangeLog new file mode 100644 index 000000000000..b30466c3632a --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/ChangeLog @@ -0,0 +1,68 @@ +# ChangeLog for app-accessibility/festival-freebsoft-utils +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/ChangeLog,v 1.19 2009/11/01 20:58:15 eva Exp $ + + 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> + festival-freebsoft-utils-0.2.ebuild, festival-freebsoft-utils-0.4.ebuild, + festival-freebsoft-utils-0.6.ebuild: + QA fixes; implicit RDEPEND + + 11 Oct 2009; Mark Loeser <halcy0n@gentoo.org> + festival-freebsoft-utils-0.2.ebuild, festival-freebsoft-utils-0.4.ebuild, + festival-freebsoft-utils-0.6.ebuild: + QA fixes, unquoted variables + + 24 Mar 2008; Ferris McCormick <fmccor@gentoo.org> + festival-freebsoft-utils-0.6.ebuild: + Add ~sparc keyword, related to Bug #204504, thanks to Friedrich Oslage for + testing everything. + + 21 Feb 2007; <peper@gentoo.org> ChangeLog: + Transition to Manifest2. + +*festival-freebsoft-utils-0.6 (28 Jan 2006) + + 28 Jan 2006; William Hubbs <williamh@gentoo.org> + +festival-freebsoft-utils-0.6.ebuild: + Version bump. + + 01 Jan 2006; William Hubbs <williamh@gentoo.org> metadata.xml: + Listed myself as maintainer. + +*festival-freebsoft-utils-0.4 (31 Dec 2005) + + 31 Dec 2005; William Hubbs <williamh@gentoo.org> + +festival-freebsoft-utils-0.4.ebuild: + Version Bump. + + 05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + festival-freebsoft-utils-0.2.ebuild: + Masked festival-freebsoft-utils-0.2.ebuild stable for ppc + + 15 Jun 2004; Jon Hood <squinky86@gentoo.org> + -festival-freebsoft-utils-0.1.ebuild, festival-freebsoft-utils-0.2.ebuild: + stable on x86 + + 12 May 2004; Jon Hood <squinky86@gentoo.org> + festival-freebsoft-utils-0.1.ebuild: + stable on x86 + + 12 May 2004; David Holm <dholm@gentoo.org> + festival-freebsoft-utils-0.2.ebuild: + Added to ~ppc. + +*festival-freebsoft-utils-0.2 (11 May 2004) + + 11 May 2004; Jon Hood <squinky86@gentoo.org> + +festival-freebsoft-utils-0.2.ebuild: + version bump and added files dir (#50735) + + 04 Apr 2004; Deedra Waters,,, <dmwaters@gentoo.org> : + forgot to add the bug number. This ebuild closes bug #44992 + +*festival-freebsoft-utils-0.1 (04 Apr 2004) + + 04 Apr 2004; Deedra Waters,,, <dmwaters@gentoo.org> : + Initial ebuild + Thanks to John Hood for this ebuild + diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild new file mode 100644 index 000000000000..d27fc46450e3 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild @@ -0,0 +1,24 @@ +# 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.2.ebuild,v 1.10 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() { + insinto /usr/lib/festival + doins "${S}"/*.scm +} 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 +} diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.6.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.6.ebuild new file mode 100644 index 000000000000..da010b1e434e --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.6.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.6.ebuild,v 1.6 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="~ppc ~sparc ~x86" +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 +} diff --git a/app-accessibility/festival-freebsoft-utils/metadata.xml b/app-accessibility/festival-freebsoft-utils/metadata.xml new file mode 100644 index 000000000000..f7b66d2f7a9d --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>accessibility</herd> +<maintainer> + <email>williamh@gentoo.org</email> +</maintainer> +</pkgmetadata> |