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

williamh    09/05/31 17:02:51

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

Revision  Changes    Path
1.22                 app-accessibility/speakup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	26 May 2009 08:54:57 -0000	1.21
+++ ChangeLog	31 May 2009 17:02:51 -0000	1.22
@@ -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.21 2009/05/26 08:54:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.22 2009/05/31 17:02:51 williamh Exp $
+
+*speakup-3.0.4 (31 May 2009)
+
+  31 May 2009; William Hubbs <williamh@gentoo.org> +speakup-3.0.4.ebuild:
+  Version bump.
 
   26 May 2009; William Hubbs <williamh@gentoo.org>
   speakup-3.0.3_p200904041142.ebuild:



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

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

Index: speakup-3.0.4.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.0.4.ebuild,v 1.1 2009/05/31 17:02:51 williamh Exp $

inherit linux-mod

DESCRIPTION="The speakup linux kernel based screen reader."
HOMEPAGE="http://linux-speakup.org"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

pkg_setup() {
	linux-mod_pkg_setup
	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

	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
}






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: speakup-3.0.4.ebuild ChangeLog
@ 2009-05-31 23:36 William Hubbs (williamh)
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs (williamh) @ 2009-05-31 23:36 UTC (permalink / raw
  To: gentoo-commits

williamh    09/05/31 23:36:17

  Modified:             speakup-3.0.4.ebuild ChangeLog
  Log:
  Updated the src_uri.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-accessibility/speakup/speakup-3.0.4.ebuild

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

Index: speakup-3.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- speakup-3.0.4.ebuild	31 May 2009 17:02:51 -0000	1.1
+++ speakup-3.0.4.ebuild	31 May 2009 23:36:16 -0000	1.2
@@ -1,12 +1,12 @@
 # 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.0.4.ebuild,v 1.1 2009/05/31 17:02:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/speakup-3.0.4.ebuild,v 1.2 2009/05/31 23:36:16 williamh Exp $
 
 inherit linux-mod
 
 DESCRIPTION="The speakup linux kernel based screen reader."
 HOMEPAGE="http://linux-speakup.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+SRC_URI="ftp://linux-speakup.org/pub/speakup/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



1.23                 app-accessibility/speakup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	31 May 2009 17:02:51 -0000	1.22
+++ ChangeLog	31 May 2009 23:36:16 -0000	1.23
@@ -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.22 2009/05/31 17:02:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speakup/ChangeLog,v 1.23 2009/05/31 23:36:16 williamh Exp $
+
+  31 May 2009; William Hubbs <williamh@gentoo.org> speakup-3.0.4.ebuild:
+  Corrected the src_uri.
 
 *speakup-3.0.4 (31 May 2009)
 






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

end of thread, other threads:[~2009-05-31 23:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-31 23:36 [gentoo-commits] gentoo-x86 commit in app-accessibility/speakup: speakup-3.0.4.ebuild ChangeLog William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-31 17:02 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