diff options
author | William Hubbs <williamh@gentoo.org> | 2008-07-09 03:33:07 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2008-07-09 03:33:07 +0000 |
commit | 4bd64ebe288e7b00a854074e0219c3dc3f3417bf (patch) | |
tree | 4c20f7821dc61cc8ebe3874dd650b011aa685ba6 /app-accessibility | |
parent | sci-biology/ApE (diff) | |
download | gentoo-2-4bd64ebe288e7b00a854074e0219c3dc3f3417bf.tar.gz gentoo-2-4bd64ebe288e7b00a854074e0219c3dc3f3417bf.tar.bz2 gentoo-2-4bd64ebe288e7b00a854074e0219c3dc3f3417bf.zip |
Removed old snapshot and added a new one.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speakup/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/speakup/speakup-3.0.3_p20080708.ebuild (renamed from app-accessibility/speakup/speakup-3.0.2_p20080520.ebuild) | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-accessibility/speakup/ChangeLog b/app-accessibility/speakup/ChangeLog index 25036f51d7d7..61a94ef79b8f 100644 --- a/app-accessibility/speakup/ChangeLog +++ b/app-accessibility/speakup/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2008/06/29 13:39:56 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.7 2008/07/09 03:33:07 williamh Exp $ + +*speakup-3.0.3_p20080708 (09 Jul 2008) + + 09 Jul 2008; William Hubbs <williamh@gentoo.org> + -speakup-3.0.2_p20080520.ebuild, +speakup-3.0.3_p20080708.ebuild: + New snapshot and removed the oldest one. *speakup-3.0.3_p20080629 (29 Jun 2008) diff --git a/app-accessibility/speakup/speakup-3.0.2_p20080520.ebuild b/app-accessibility/speakup/speakup-3.0.3_p20080708.ebuild index 84066723574f..151877dbc349 100644 --- a/app-accessibility/speakup/speakup-3.0.2_p20080520.ebuild +++ b/app-accessibility/speakup/speakup-3.0.3_p20080708.ebuild @@ -1,6 +1,6 @@ # 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_p20080520.ebuild,v 1.1 2008/05/21 13:52:36 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.3_p20080708.ebuild,v 1.1 2008/07/09 03:33:07 williamh Exp $ inherit linux-mod @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/${PN}-3.0.2" +S="${WORKDIR}/${PN}-3.0.3" pkg_setup() { linux-mod_pkg_setup @@ -60,9 +60,4 @@ pkg_postinst() { 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." } |