diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-19 22:38:17 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-19 22:38:17 +0000 |
commit | 53bffece34919797577ef21c2e6c1008a3d6fcd2 (patch) | |
tree | 5bdbe6eb45aff2e08bf632a78c16ac977c35de5c /app-accessibility/speakup | |
parent | Version bump with a few misc fixes. Upstream also added experimental GTK+3 su... (diff) | |
download | gentoo-2-53bffece34919797577ef21c2e6c1008a3d6fcd2.tar.gz gentoo-2-53bffece34919797577ef21c2e6c1008a3d6fcd2.tar.bz2 gentoo-2-53bffece34919797577ef21c2e6c1008a3d6fcd2.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-accessibility/speakup')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-3.1.6.ebuild | 67 |
2 files changed, 5 insertions, 69 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 65a96aecf2df..dc8bfe2af2c2 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/speakup -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.60 2014/08/06 06:24:38 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.61 2015/04/19 22:38:17 mrueg Exp $ + + 19 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -speakup-3.1.6.ebuild: + Remove old. 06 Aug 2014; Patrick Lauer <patrick@gentoo.org> speakup-3.1.6.ebuild, speakup-3.1.6_p201011120508.ebuild, speakup-9999.ebuild: diff --git a/app-accessibility/speakup/speakup-3.1.6.ebuild b/app-accessibility/speakup/speakup-3.1.6.ebuild deleted file mode 100644 index 6535bb121ab1..000000000000 --- a/app-accessibility/speakup/speakup-3.1.6.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.6.ebuild,v 1.6 2014/08/06 06:24:38 patrick Exp $ - -EAPI="2" - -inherit linux-mod - -DESCRIPTION="The speakup linux kernel based screen reader" -HOMEPAGE="http://linux-speakup.org" -SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="modules" - -MODULE_NAMES="speakup(${PN}:\"${S}\"/src) - speakup_acntpc(${PN}:\"${S}\"/src) - speakup_acntsa(${PN}:\"${S}\"/src) - speakup_apollo(${PN}:\"${S}\"/src) - speakup_audptr(${PN}:\"${S}\"/src) - speakup_bns(${PN}:\"${S}\"/src) - speakup_decext(${PN}:\"${S}\"/src) - speakup_decpc(${PN}:\"${S}\"/src) - speakup_dectlk(${PN}:\"${S}\"/src) - speakup_dtlk(${PN}:\"${S}\"/src) - speakup_dummy(${PN}:\"${S}\"/src) - speakup_keypc(${PN}:\"${S}\"/src) - speakup_ltlk(${PN}:\"${S}\"/src) - speakup_soft(${PN}:\"${S}\"/src) - speakup_spkout(${PN}:\"${S}\"/src) - speakup_txprt(${PN}:\"${S}\"/src)" -BUILD_PARAMS="KERNELDIR=${KERNEL_DIR}" -BUILD_TARGETS="clean all" - -src_prepare() { - use modules && cmd=die || cmd=ewarn - if kernel_is lt 2 6 26 || kernel_is gt 2 6 35; then - $cmd "Speakup ${PV} requires linux 2.6.26 through 2.6.35" - fi -} - -src_compile() { - use modules && linux-mod_src_compile -} - -src_install() { - use modules && linux-mod_src_install - dobin tools/speakupconf - dosbin tools/talkwith - dodoc Bugs.txt README To-Do doc/DefaultKeyAssignments doc/spkguide.txt - newdoc tools/README README.tools -} - -pkg_postinst() { - use modules && linux-mod_pkg_postinst - - elog "You must set up the speech synthesizer driver to be loaded" - elog "automatically in order for your system to start speaking" - elog "when it is booted." - if has_version "<sys-apps/baselayout-2"; then - elog "this is done via /etc/modules.autoload.d/kernel-2.6" - else - elog "This is done via /etc/conf.d/modules." - fi -} |