public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.1.2.ebuild
@ 2009-07-15 17:55 William Hubbs (williamh)
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2009-07-15 17:55 UTC (permalink / raw
  To: gentoo-commits

williamh    09/07/15 17:55:06

  Modified:             ChangeLog
  Added:                speakup-3.1.2.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.26                 app-accessibility/speakup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	20 Jun 2009 07:03:49 -0000	1.25
+++ ChangeLog	15 Jul 2009 17:55:06 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for app-accessibility/speakup
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.25 2009/06/20 07:03:49 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.26 2009/07/15 17:55:06 williamh Exp $
+
+*speakup-3.1.2 (15 Jul 2009)
+
+  15 Jul 2009; William Hubbs <williamh@gentoo.org> +speakup-3.1.2.ebuild:
+  Version bump.
 
 *speakup-3.1.1 (20 Jun 2009)
 



1.1                  app-accessibility/speakup/speakup-3.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild?rev=1.1&content-type=text/plain

Index: speakup-3.1.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild,v 1.1 2009/07/15 17:55:06 williamh 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=""

src_prepare() {
	case ${KV_EXTRA} in
		*gentoo)
			if kernel_is lt 2 6 25; then
				die "Speakup requires at least gentoo-sources-2.6.25"
			fi
			;;
		*)
			if kernel_is lt 2 6 26; then
				die "Speakup requires at least kernel version2.6.26"
			fi
			;;
	esac
}

src_compile() {
	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"
	linux-mod_src_compile
}

src_install() {
	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() {
	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
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.1.2.ebuild
@ 2009-08-19 22:43 William Hubbs (williamh)
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2009-08-19 22:43 UTC (permalink / raw
  To: gentoo-commits

williamh    09/08/19 22:43:10

  Modified:             ChangeLog speakup-3.1.2.ebuild
  Log:
  stable x86 for 3.1.2
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.33                 app-accessibility/speakup/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	19 Aug 2009 22:40:45 -0000	1.32
+++ ChangeLog	19 Aug 2009 22:43:10 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/speakup
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.32 2009/08/19 22:40:45 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.33 2009/08/19 22:43:10 williamh Exp $
+
+  19 Aug 2009; William Hubbs <williamh@gentoo.org> speakup-3.1.2.ebuild:
+  stable x86
 
   19 Aug 2009; William Hubbs <williamh@gentoo.org> speakup-9999.ebuild:
   updated live ebuild to install man pages



1.2                  app-accessibility/speakup/speakup-3.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild?r1=1.1&r2=1.2

Index: speakup-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- speakup-3.1.2.ebuild	15 Jul 2009 17:55:06 -0000	1.1
+++ speakup-3.1.2.ebuild	19 Aug 2009 22:43:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild,v 1.1 2009/07/15 17:55:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.1.2.ebuild,v 1.2 2009/08/19 22:43:10 williamh Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 src_prepare() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-19 22:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-19 22:43 [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: ChangeLog speakup-3.1.2.ebuild William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-15 17:55 William Hubbs (williamh)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox