diff options
author | 2008-05-17 23:53:24 +0000 | |
---|---|---|
committer | 2008-05-17 23:53:24 +0000 | |
commit | b171941662b4c2d36eb31521e3b3df69ab6ed0a8 (patch) | |
tree | 06c6f2e93b596c2995faa286ce4e300f129e64ed /app-accessibility | |
parent | New snapshot, also supports linux-2.6.26. (diff) | |
download | gentoo-2-b171941662b4c2d36eb31521e3b3df69ab6ed0a8.tar.gz gentoo-2-b171941662b4c2d36eb31521e3b3df69ab6ed0a8.tar.bz2 gentoo-2-b171941662b4c2d36eb31521e3b3df69ab6ed0a8.zip |
Removed old snapshots.
(Portage version: 2.1.5)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-3.0.2_p20080414.ebuild | 56 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-3.0.2_p20080509.ebuild | 68 |
3 files changed, 5 insertions, 125 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 8346014313cb..b057f22df375 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speakup # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.3 2008/05/17 23:48:28 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.4 2008/05/17 23:53:24 williamh Exp $ + + 17 May 2008; William Hubbs <williamh@gentoo.org> + -speakup-3.0.2_p20080414.ebuild, -speakup-3.0.2_p20080509.ebuild: + Removed old snapshots due to them having bugs. *speakup-3.0.2_p20080517 (17 May 2008) diff --git a/app-accessibility/speakup/speakup-3.0.2_p20080414.ebuild b/app-accessibility/speakup/speakup-3.0.2_p20080414.ebuild deleted file mode 100644 index cbfabda88b2c..000000000000 --- a/app-accessibility/speakup/speakup-3.0.2_p20080414.ebuild +++ /dev/null @@ -1,56 +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/speakup/speakup-3.0.2_p20080414.ebuild,v 1.2 2008/04/20 15:36:45 dmwaters Exp $ - -inherit linux-mod - -DESCRIPTION="The speakup linux kernel based screen reader." -HOMEPAGE="http://linux-speakup.org" -SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-3.0.2" - -pkg_setup() { - linux-mod_pkg_setup - case ${KV_FULL} in - 2.6.25-gentoo*) ;; - *) die "Speakup requires gentoo-sources-2.6.25-*" - ;; - esac - - 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" -} - -pkg_postinst() { - 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 -} diff --git a/app-accessibility/speakup/speakup-3.0.2_p20080509.ebuild b/app-accessibility/speakup/speakup-3.0.2_p20080509.ebuild deleted file mode 100644 index 40d14bbcc7d4..000000000000 --- a/app-accessibility/speakup/speakup-3.0.2_p20080509.ebuild +++ /dev/null @@ -1,68 +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/speakup/speakup-3.0.2_p20080509.ebuild,v 1.1 2008/05/09 13:37:33 williamh Exp $ - -inherit linux-mod - -DESCRIPTION="The speakup linux kernel based screen reader." -HOMEPAGE="http://linux-speakup.org" -SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-3.0.2" - -pkg_setup() { - linux-mod_pkg_setup - case ${KV_FULL} in - 2.6.25-gentoo*) ;; - *) die "Speakup requires gentoo-sources-2.6.25-*" - ;; - esac - - 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_install() { - linux-mod_src_install - dodoc Bugs.txt README To-Do doc/DefaultKeyAssignments doc/spkguide.txt - docinto contrib - dodoc contrib/* -} - -pkg_postinst() { - 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 - ewarn "Note that you do not need the start=1 parameter any longer." - ewarn "start=0 should be used to tell a synthesizer module not to start" - ewarn "Also, in this version, the serial ports are not probed," - ewarn "so you must pass ser=x to the driver when loading it." - ewarn "The serial port number is 0-based, so 0 is the first port." -} |