diff options
author | 2009-03-18 18:22:46 +0000 | |
---|---|---|
committer | 2009-03-18 18:22:46 +0000 | |
commit | 8e769a12350091254e83bd33f1efeb9b245c8177 (patch) | |
tree | 2c458199649ddcacad0423f9f0ca3e4f8713fd86 /app-accessibility/yasr | |
parent | alpha/arm/ia64/s390/sh stable wrt #253551 (diff) | |
download | gentoo-2-8e769a12350091254e83bd33f1efeb9b245c8177.tar.gz gentoo-2-8e769a12350091254e83bd33f1efeb9b245c8177.tar.bz2 gentoo-2-8e769a12350091254e83bd33f1efeb9b245c8177.zip |
Removed old versions.
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/yasr')
-rw-r--r-- | app-accessibility/yasr/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.5.ebuild | 31 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.7.ebuild | 32 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.8.ebuild | 42 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.9.ebuild | 39 |
5 files changed, 5 insertions, 145 deletions
diff --git a/app-accessibility/yasr/ChangeLog b/app-accessibility/yasr/ChangeLog index a84e70d93b4d..10b5fbe0c94c 100644 --- a/app-accessibility/yasr/ChangeLog +++ b/app-accessibility/yasr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/yasr # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/ChangeLog,v 1.25 2009/03/18 18:03:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/ChangeLog,v 1.26 2009/03/18 18:22:46 williamh Exp $ + + 18 Mar 2009; William Hubbs <williamh@gentoo.org> -yasr-0.6.5.ebuild, + -yasr-0.6.7.ebuild, -yasr-0.6.8.ebuild, -yasr-0.6.9.ebuild: + Removed old versions. 18 Mar 2009; Brent Baude <ranger@gentoo.org> yasr-0.6.9-r1.ebuild: stable ppc, bug 245872 diff --git a/app-accessibility/yasr/yasr-0.6.5.ebuild b/app-accessibility/yasr/yasr-0.6.5.ebuild deleted file mode 100644 index 9dbb7a53bb64..000000000000 --- a/app-accessibility/yasr/yasr-0.6.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.15 2008/06/27 02:59:23 williamh Exp $ - -DESCRIPTION="general-purpose console screen reader" -HOMEPAGE="http://yasr.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="" - -DEPEND=">=sys-devel/autoconf-2.58" -RDEPEND="" - -src_unpack(){ - unpack ${A} - cd "${S}" - sed -i '/^aclocaldir =/s:@aclocaldir@:$(destdir)/aclocal:' "${S}"/m4/Makefile.* -} - -src_compile() { - econf --datadir='/etc' || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog AUTHORS BUGS CREDITS INSTALL -} diff --git a/app-accessibility/yasr/yasr-0.6.7.ebuild b/app-accessibility/yasr/yasr-0.6.7.ebuild deleted file mode 100644 index ca5f16b30ac0..000000000000 --- a/app-accessibility/yasr/yasr-0.6.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.7.ebuild,v 1.3 2008/06/27 02:59:23 williamh Exp $ - -DESCRIPTION="general-purpose console screen reader" -HOMEPAGE="http://yasr.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=sys-devel/autoconf-2.58" -RDEPEND="" - -src_unpack(){ - unpack ${A} - cd "${S}" - sed -i '/^aclocaldir.*=/s:@aclocaldir@:$(destdir)/usr/share/aclocal:' "${S}"/m4/Makefile.* -} - -src_compile() { - econf --datadir='/etc' || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog AUTHORS BUGS CREDITS - rm -rf "${D}"/usr/share/aclocal -} diff --git a/app-accessibility/yasr/yasr-0.6.8.ebuild b/app-accessibility/yasr/yasr-0.6.8.ebuild deleted file mode 100644 index 4b2569a7494e..000000000000 --- a/app-accessibility/yasr/yasr-0.6.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.8.ebuild,v 1.3 2008/06/27 02:59:23 williamh Exp $ - -DESCRIPTION="general-purpose console screen reader" -HOMEPAGE="http://yasr.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=sys-devel/autoconf-2.58" -RDEPEND="" - -src_unpack(){ - unpack ${A} - cd "${S}" - sed -i '/^aclocaldir.*=/s:@aclocaldir@:$(destdir)/usr/share/aclocal:' "${S}"/m4/Makefile.* -} - -src_compile() { - econf --datadir='/etc' || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog AUTHORS BUGS CREDITS - rm -rf "${D}"/usr/share/aclocal - dosed \ - 's:^\(synthesizer=emacspeak server\):#\1: - s:^\(synthesizer port=|/usr/local/bin/eflite\):#\1: - s:^#\(synthesizer=speech dispatcher\):\1: - s:^#\(synthesizer port=127.0.0.1.6560\):\1:' /etc/yasr/yasr.conf -} - -pkg_postinst() { - elog - elog "Speech-dispatcher is configured as the default synthesizer for yasr." -} diff --git a/app-accessibility/yasr/yasr-0.6.9.ebuild b/app-accessibility/yasr/yasr-0.6.9.ebuild deleted file mode 100644 index fa8f215abfd5..000000000000 --- a/app-accessibility/yasr/yasr-0.6.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.9.ebuild,v 1.5 2008/06/28 23:40:16 loki_val Exp $ - -inherit base - -DESCRIPTION="general-purpose console screen reader" -HOMEPAGE="http://yasr.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=sys-devel/autoconf-2.58" -RDEPEND="" - -PATCHES=( "${FILESDIR}/${P}-gcc43.patch" ) - -src_compile() { - econf --datadir='/etc' || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README ChangeLog AUTHORS BUGS CREDITS - dosed \ - 's:^\(synthesizer=emacspeak server\):#\1: - s:^\(synthesizer port=|/usr/local/bin/eflite\):#\1: - s:^#\(synthesizer=speech dispatcher\):\1: - s:^#\(synthesizer port=127.0.0.1.6560\):\1:' /etc/yasr/yasr.conf -} - -pkg_postinst() { - elog - elog "Speech-dispatcher is configured as the default synthesizer for yasr." -} |