diff options
author | 2011-03-24 21:38:45 +0000 | |
---|---|---|
committer | 2011-03-24 21:38:45 +0000 | |
commit | 1dfce50a4879cd9ecf6fe859ae6aa113ea38ee0f (patch) | |
tree | b6f5d52a3fc6c71cc12fb6eedfb690862eff4dd6 /app-accessibility | |
parent | Version bump, and misc fixes. (diff) | |
download | gentoo-2-1dfce50a4879cd9ecf6fe859ae6aa113ea38ee0f.tar.gz gentoo-2-1dfce50a4879cd9ecf6fe859ae6aa113ea38ee0f.tar.bz2 gentoo-2-1dfce50a4879cd9ecf6fe859ae6aa113ea38ee0f.zip |
Remove old versions.
0.4 and 0.6 are not stable on any architecture.
They can go, now that 0.10 is in the tree.
(Portage version: 2.1.9.44/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
3 files changed, 8 insertions, 53 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/ChangeLog b/app-accessibility/festival-freebsoft-utils/ChangeLog index f7abdaccd435..c725cb90d960 100644 --- a/app-accessibility/festival-freebsoft-utils/ChangeLog +++ b/app-accessibility/festival-freebsoft-utils/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-accessibility/festival-freebsoft-utils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/ChangeLog,v 1.20 2011/03/24 21:34:31 cbrannon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/ChangeLog,v 1.21 2011/03/24 21:38:45 cbrannon Exp $ + + 24 Mar 2011; Christopher Brannon <cbrannon@gentoo.org> + -festival-freebsoft-utils-0.4.ebuild, + -festival-freebsoft-utils-0.6.ebuild: + Get rid of old versions. + 0.4 and 0.6 were not stable on any architecture. They can go, now + that we have the latest version in the tree. *festival-freebsoft-utils-0.10 (24 Mar 2011) 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 deleted file mode 100644 index 4cf1dd3d8751..000000000000 --- a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 deleted file mode 100644 index da010b1e434e..000000000000 --- a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} |