* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2010-07-16 22:36 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2010-07-16 22:36 UTC (permalink / raw
To: gentoo-commits
williamh 10/07/16 22:36:02
Modified: ChangeLog
Added: brltty-4.2.ebuild
Log:
version bump for bug #325341
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.106 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 11 Jun 2010 11:13:02 -0000 1.105
+++ ChangeLog 16 Jul 2010 22:36:02 -0000 1.106
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.105 2010/06/11 11:13:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.106 2010/07/16 22:36:02 williamh Exp $
+
+*brltty-4.2 (16 Jul 2010)
+
+ 16 Jul 2010; William Hubbs <williamh@gentoo.org> +brltty-4.2.ebuild:
+ version bump for bug #325341
11 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> brltty-4.1.ebuild:
Drop bluez-libs support wrt #301630.
1.1 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.1&content-type=text/plain
Index: brltty-4.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.1 2010/07/16 22:36:02 williamh Exp $
EAPI="2"
FINDLIB_USE="ocaml"
inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic
DESCRIPTION="Daemon that provides access to the Linux/Unix console for a blind person"
HOMEPAGE="http://mielke.cc/brltty/"
SRC_URI="http://mielke.cc/brltty/releases/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
static tcl X"
COMMON_DEP="bluetooth? ( net-wireless/bluez )
gpm? ( >=sys-libs/gpm-1.20 )
iconv? ( virtual/libiconv )
icu? ( dev-libs/icu )
nls? ( virtual/libintl )
python? ( >=dev-python/pyrex-0.9.4.1 )
tcl? ( >=dev-lang/tcl-8.4.15 )
usb? ( virtual/libusb:0 )
X? ( x11-libs/libXaw )"
DEPEND="java? ( >=virtual/jdk-1.4 )
${COMMON_DEP}"
RDEPEND="java? ( >=virtual/jre-1.4 )
${COMMON_DEP}"
src_configure() {
# override prefix in order to install into /
# braille terminal needs to be available as soon in the boot process as
# possible
# Also override localstatedir so that the lib/brltty directory is installed
# correctly.
# Disable stripping since we do that ourselves.
econf \
--prefix=/ \
--includedir=/usr/include \
--localstatedir=/var \
--disable-stripping \
--with-install-root="${D}" \
--with-screen-driver=-a2 \
$(use_enable api) \
$(use_enable beeper beeper-support) \
$(use_enable contracted-braille) \
$(use_enable fm fm-support) \
$(use_enable gpm) \
$(use_enable iconv) \
$(use_enable icu) \
$(use_enable java java-bindings) \
$(use_enable learn-mode) \
$(use_enable midi midi-support) \
$(use_enable nls i18n) \
$(use_enable ocaml caml-bindings) \
$(use_enable pcm pcm-support) \
$(use_enable python python-bindings) \
$(use_enable speech speech-support) \
$(use_enable static standalone-programs) \
$(use_enable tcl tcl-bindings) \
$(use_enable X x) \
$(use_with bluetooth bluetooth-package) \
$(use_with usb usb-package) \
|| die
}
src_compile() {
local JAVAC_CONF=""
if use java; then
append-flags "$(java-pkg_get-jni-cflags)"
JAVAC_CONF="${JAVAC} -encoding UTF-8 $(java-pkg_javac-args)"
fi
emake JAVAC="${JAVAC_CONF}" || die
}
src_install() {
if use ocaml; then
findlib_src_preinst
fi
emake install || die
if use java; then
# make install puts the _java.so there, and no it's not $(get_libdir)
rm -rf "${D}/usr/lib/java"
java-pkg_doso Bindings/Java/libbrlapi_java.so
java-pkg_dojar Bindings/Java/brlapi.jar
fi
insinto /etc
doins Documents/brltty.conf
insinto /etc/udev/rules.d
newins Hotplug/udev.rules 70-brltty.rules
newinitd "${FILESDIR}"/brltty.rc brltty
libdir="$(get_libdir)"
mkdir -p "${D}"/usr/${libdir}/
mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/
gen_usr_ldscript libbrlapi.so
cd Documents
mv Manual-BRLTTY/English/BRLTTY.txt BRLTTY-en.txt
mv Manual-BRLTTY/French/BRLTTY.txt BRLTTY-fr.txt
mv Manual-BrlAPI/English/BrlAPI.txt BrlAPI-en.txt
dodoc CONTRIBUTORS ChangeLog HISTORY README* TODO BRLTTY-*.txt
dohtml -r Manual-BRLTTY
if use doc; then
dohtml -r Manual-BRLAPI
dodoc BrlAPI-*.txt
fi
}
pkg_postinst() {
elog
elog please be sure "${ROOT}"etc/brltty.conf is correct for your system.
elog
elog To make brltty start on boot, type this command as root:
elog
elog rc-update add brltty boot
}
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2010-10-05 17:19 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 16+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-05 17:19 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/05 17:19:34
Modified: ChangeLog brltty-4.2.ebuild
Log:
Fix building with recent glibc wrt #339846 by Diego E. Pettenò.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.107 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 16 Jul 2010 22:36:02 -0000 1.106
+++ ChangeLog 5 Oct 2010 17:19:34 -0000 1.107
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.106 2010/07/16 22:36:02 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.107 2010/10/05 17:19:34 ssuominen Exp $
+
+ 05 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> brltty-4.2.ebuild,
+ +files/brltty-4.2-glibc-212.patch:
+ Fix building with recent glibc wrt #339846 by Diego E. Pettenò.
*brltty-4.2 (16 Jul 2010)
1.2 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.1&r2=1.2
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- brltty-4.2.ebuild 16 Jul 2010 22:36:02 -0000 1.1
+++ brltty-4.2.ebuild 5 Oct 2010 17:19:34 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.1 2010/07/16 22:36:02 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.2 2010/10/05 17:19:34 ssuominen Exp $
EAPI="2"
FINDLIB_USE="ocaml"
@@ -32,6 +32,12 @@
RDEPEND="java? ( >=virtual/jre-1.4 )
${COMMON_DEP}"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-glibc-212.patch
+
+ java-pkg-opt-2_src_prepare
+}
+
src_configure() {
# override prefix in order to install into /
# braille terminal needs to be available as soon in the boot process as
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-24 14:13 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-24 14:13 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/24 14:13:17
Modified: ChangeLog brltty-4.2.ebuild
Log:
fix ocaml install failure, bug #344425.
(Portage version: 2.2.0_alpha28/cvs/Linux i686)
Revision Changes Path
1.108 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 5 Oct 2010 17:19:34 -0000 1.107
+++ ChangeLog 24 Mar 2011 14:13:17 -0000 1.108
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/brltty
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.107 2010/10/05 17:19:34 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.108 2011/03/24 14:13:17 williamh Exp $
+
+ 24 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+ +files/brltty-4.2-fix-ocaml-install.patch:
+ Fix ocaml bindings install failure, bug #344425.
05 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> brltty-4.2.ebuild,
+files/brltty-4.2-glibc-212.patch:
1.3 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.2&r2=1.3
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- brltty-4.2.ebuild 5 Oct 2010 17:19:34 -0000 1.2
+++ brltty-4.2.ebuild 24 Mar 2011 14:13:17 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.2 2010/10/05 17:19:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.3 2011/03/24 14:13:17 williamh Exp $
EAPI="2"
FINDLIB_USE="ocaml"
@@ -34,6 +34,7 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-glibc-212.patch
+ epatch "${FILESDIR}"/${P}-fix-ocaml-install.patch
java-pkg-opt-2_src_prepare
}
@@ -90,7 +91,7 @@
findlib_src_preinst
fi
- emake install || die
+ emake OCAML_LDCONF= install || die
if use java; then
# make install puts the _java.so there, and no it's not $(get_libdir)
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-28 21:24 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-28 21:24 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/28 21:24:31
Modified: ChangeLog brltty-4.2.ebuild
Log:
add patch to respect ldflags for bug #338161, thanks to Chris Brannon.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.109 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 24 Mar 2011 14:13:17 -0000 1.108
+++ ChangeLog 28 Mar 2011 21:24:31 -0000 1.109
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.108 2011/03/24 14:13:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.109 2011/03/28 21:24:31 williamh Exp $
+
+ 28 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+ +files/brltty-4.2-fix-ldflags.patch:
+ add patch to respect ldflags for bug #338161, thanks to Chris Brannon.
24 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+files/brltty-4.2-fix-ocaml-install.patch:
1.4 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.3&r2=1.4
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- brltty-4.2.ebuild 24 Mar 2011 14:13:17 -0000 1.3
+++ brltty-4.2.ebuild 28 Mar 2011 21:24:31 -0000 1.4
@@ -1,11 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.3 2011/03/24 14:13:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.4 2011/03/28 21:24:31 williamh Exp $
EAPI="2"
FINDLIB_USE="ocaml"
-inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic
+inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \
+ autotools
DESCRIPTION="Daemon that provides access to the Linux/Unix console for a blind person"
HOMEPAGE="http://mielke.cc/brltty/"
@@ -33,10 +34,12 @@
${COMMON_DEP}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-glibc-212.patch
+ epatch "${FILESDIR}"/${P}-fix-ldflags.patch
epatch "${FILESDIR}"/${P}-fix-ocaml-install.patch
+ epatch "${FILESDIR}"/${P}-glibc-212.patch
java-pkg-opt-2_src_prepare
+ eautoreconf
}
src_configure() {
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-29 19:49 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-29 19:49 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/29 19:49:21
Modified: ChangeLog brltty-4.2.ebuild
Log:
run eautoconf instead of eautoreconf in src_prepare to fix the build
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.110 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 28 Mar 2011 21:24:31 -0000 1.109
+++ ChangeLog 29 Mar 2011 19:49:21 -0000 1.110
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.109 2011/03/28 21:24:31 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.110 2011/03/29 19:49:21 williamh Exp $
+
+ 29 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
+ run eautoconf instead of eautoreconf in src_prepare.
28 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+files/brltty-4.2-fix-ldflags.patch:
1.5 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.4&r2=1.5
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- brltty-4.2.ebuild 28 Mar 2011 21:24:31 -0000 1.4
+++ brltty-4.2.ebuild 29 Mar 2011 19:49:21 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.4 2011/03/28 21:24:31 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.5 2011/03/29 19:49:21 williamh Exp $
EAPI="2"
FINDLIB_USE="ocaml"
@@ -39,7 +39,11 @@
epatch "${FILESDIR}"/${P}-glibc-212.patch
java-pkg-opt-2_src_prepare
- eautoreconf
+
+ # We run eautoconf instead of using eautoreconf because brltty uses
+ # a custom build system that uses autoconf without the rest of the
+ # autotools.
+ eautoconf
}
src_configure() {
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-29 22:37 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-29 22:37 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/29 22:37:28
Modified: ChangeLog brltty-4.2.ebuild
Log:
work around parallel make failure, bug #340903.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.111 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 29 Mar 2011 19:49:21 -0000 1.110
+++ ChangeLog 29 Mar 2011 22:37:28 -0000 1.111
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.110 2011/03/29 19:49:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.111 2011/03/29 22:37:28 williamh Exp $
+
+ 29 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
+ work around parallel build failure, bug #340903.
29 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
run eautoconf instead of eautoreconf in src_prepare.
1.6 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.5&r2=1.6
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- brltty-4.2.ebuild 29 Mar 2011 19:49:21 -0000 1.5
+++ brltty-4.2.ebuild 29 Mar 2011 22:37:28 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.5 2011/03/29 19:49:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.6 2011/03/29 22:37:28 williamh Exp $
EAPI="2"
FINDLIB_USE="ocaml"
@@ -90,7 +90,8 @@
JAVAC_CONF="${JAVAC} -encoding UTF-8 $(java-pkg_javac-args)"
fi
- emake JAVAC="${JAVAC_CONF}" || die
+ # workaround for parallel build failure, bug #340903.
+ emake -j1 JAVAC="${JAVAC_CONF}" || die
}
src_install() {
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-30 18:05 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-30 18:05 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/30 18:05:22
Modified: ChangeLog brltty-4.2.ebuild
Log:
Migrate to eapi 4, remove the static use flag, and fix #361327.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.112 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.112&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.112&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.111&r2=1.112
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog 29 Mar 2011 22:37:28 -0000 1.111
+++ ChangeLog 30 Mar 2011 18:05:22 -0000 1.112
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.111 2011/03/29 22:37:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.112 2011/03/30 18:05:22 williamh Exp $
+
+ 30 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
+ Migrate to eapi 4, remove the static use flag, and fix #361327.
29 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
work around parallel build failure, bug #340903.
1.7 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.6&r2=1.7
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- brltty-4.2.ebuild 29 Mar 2011 22:37:28 -0000 1.6
+++ brltty-4.2.ebuild 30 Mar 2011 18:05:22 -0000 1.7
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.6 2011/03/29 22:37:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.7 2011/03/30 18:05:22 williamh Exp $
-EAPI="2"
+EAPI="4"
FINDLIB_USE="ocaml"
inherit findlib eutils multilib toolchain-funcs java-pkg-opt-2 flag-o-matic \
@@ -17,7 +17,12 @@
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
- static tcl X"
+ tcl X"
+REQUIRED_USE="doc? ( api )
+ java? ( api )
+ ocaml? ( api )
+ python? ( api )
+ tcl? ( api )"
COMMON_DEP="bluetooth? ( net-wireless/bluez )
gpm? ( >=sys-libs/gpm-1.20 )
@@ -75,7 +80,6 @@
$(use_enable pcm pcm-support) \
$(use_enable python python-bindings) \
$(use_enable speech speech-support) \
- $(use_enable static standalone-programs) \
$(use_enable tcl tcl-bindings) \
$(use_enable X x) \
$(use_with bluetooth bluetooth-package) \
@@ -126,7 +130,7 @@
dodoc CONTRIBUTORS ChangeLog HISTORY README* TODO BRLTTY-*.txt
dohtml -r Manual-BRLTTY
if use doc; then
- dohtml -r Manual-BRLAPI
+ dohtml -r Manual-BrlAPI
dodoc BrlAPI-*.txt
fi
}
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-30 18:24 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-30 18:24 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/30 18:24:44
Modified: ChangeLog brltty-4.2.ebuild
Log:
finish conversion to eapi4 and fix java build failure, thanks to serkan
and cbrannon this closes bug #361341.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.113 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.112&r2=1.113
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog 30 Mar 2011 18:05:22 -0000 1.112
+++ ChangeLog 30 Mar 2011 18:24:44 -0000 1.113
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.112 2011/03/30 18:05:22 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.113 2011/03/30 18:24:44 williamh Exp $
+
+ 30 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
+ finish conversion to eapi4 and fix java build failure, thanks to serkan
+ and cbrannon this closes bug #361341.
30 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
Migrate to eapi 4, remove the static use flag, and fix #361327.
1.8 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.7&r2=1.8
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- brltty-4.2.ebuild 30 Mar 2011 18:05:22 -0000 1.7
+++ brltty-4.2.ebuild 30 Mar 2011 18:24:44 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.7 2011/03/30 18:05:22 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.8 2011/03/30 18:24:44 williamh Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -83,19 +83,19 @@
$(use_enable tcl tcl-bindings) \
$(use_enable X x) \
$(use_with bluetooth bluetooth-package) \
- $(use_with usb usb-package) \
- || die
+ $(use_with usb usb-package)
}
src_compile() {
local JAVAC_CONF=""
+ local OUR_JNI_FLAGS=""
if use java; then
- append-flags "$(java-pkg_get-jni-cflags)"
+ OUR_JNI_FLAGS="$(java-pkg_get-jni-cflags)"
JAVAC_CONF="${JAVAC} -encoding UTF-8 $(java-pkg_javac-args)"
fi
# workaround for parallel build failure, bug #340903.
- emake -j1 JAVAC="${JAVAC_CONF}" || die
+ emake -j1 JAVA_JNI_FLAGS="${OUR_JNI_FLAGS}" JAVAC="${JAVAC_CONF}"
}
src_install() {
@@ -103,7 +103,7 @@
findlib_src_preinst
fi
- emake OCAML_LDCONF= install || die
+ emake OCAML_LDCONF= install
if use java; then
# make install puts the _java.so there, and no it's not $(get_libdir)
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-31 19:20 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 16+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-31 19:20 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/31 19:20:33
Modified: ChangeLog brltty-4.2.ebuild
Log:
ppc/ppc64 stable wrt #358503
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.114 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 30 Mar 2011 18:24:44 -0000 1.113
+++ ChangeLog 31 Mar 2011 19:20:33 -0000 1.114
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.113 2011/03/30 18:24:44 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.114 2011/03/31 19:20:33 xarthisius Exp $
+
+ 31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> brltty-4.2.ebuild:
+ ppc/ppc64 stable wrt #358503
30 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
finish conversion to eapi4 and fix java build failure, thanks to serkan
1.9 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.8&r2=1.9
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- brltty-4.2.ebuild 30 Mar 2011 18:24:44 -0000 1.8
+++ brltty-4.2.ebuild 31 Mar 2011 19:20:33 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.8 2011/03/30 18:24:44 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.9 2011/03/31 19:20:33 xarthisius Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
tcl X"
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-03-31 23:31 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-03-31 23:31 UTC (permalink / raw
To: gentoo-commits
williamh 11/03/31 23:31:41
Modified: ChangeLog brltty-4.2.ebuild
Log:
x86 stable wrt #358503.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.115 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 31 Mar 2011 19:20:33 -0000 1.114
+++ ChangeLog 31 Mar 2011 23:31:41 -0000 1.115
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.114 2011/03/31 19:20:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.115 2011/03/31 23:31:41 williamh Exp $
+
+ 31 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
+ x86 stable wrt #358503.
31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> brltty-4.2.ebuild:
ppc/ppc64 stable wrt #358503
1.10 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.9&r2=1.10
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- brltty-4.2.ebuild 31 Mar 2011 19:20:33 -0000 1.9
+++ brltty-4.2.ebuild 31 Mar 2011 23:31:41 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.9 2011/03/31 19:20:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.10 2011/03/31 23:31:41 williamh Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
tcl X"
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-04-01 18:35 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-04-01 18:35 UTC (permalink / raw
To: gentoo-commits
williamh 11/04/01 18:35:57
Modified: ChangeLog brltty-4.2.ebuild
Log:
apply patch from upstream to fix the "svnversion: command not found"
error. This closes bug #361327.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.116 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 31 Mar 2011 23:31:41 -0000 1.115
+++ ChangeLog 1 Apr 2011 18:35:57 -0000 1.116
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.115 2011/03/31 23:31:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.116 2011/04/01 18:35:57 williamh Exp $
+
+ 01 Apr 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+ +files/brltty-4.2-fix-svnversion.patch:
+ apply patch from upstream to fix the "svnversion: command not found"
+ error. This closes bug #361327.
31 Mar 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild:
x86 stable wrt #358503.
1.11 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.10&r2=1.11
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- brltty-4.2.ebuild 31 Mar 2011 23:31:41 -0000 1.10
+++ brltty-4.2.ebuild 1 Apr 2011 18:35:57 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.10 2011/03/31 23:31:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.11 2011/04/01 18:35:57 williamh Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -41,6 +41,7 @@
src_prepare() {
epatch "${FILESDIR}"/${P}-fix-ldflags.patch
epatch "${FILESDIR}"/${P}-fix-ocaml-install.patch
+ epatch "${FILESDIR}"/${P}-fix-svnversion.patch
epatch "${FILESDIR}"/${P}-glibc-212.patch
java-pkg-opt-2_src_prepare
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-04-02 7:06 Christoph Mende (angelos)
0 siblings, 0 replies; 16+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-02 7:06 UTC (permalink / raw
To: gentoo-commits
angelos 11/04/02 07:06:55
Modified: ChangeLog brltty-4.2.ebuild
Log:
Stable on amd64 wrt bug #358503
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.117 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 1 Apr 2011 18:35:57 -0000 1.116
+++ ChangeLog 2 Apr 2011 07:06:55 -0000 1.117
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.116 2011/04/01 18:35:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.117 2011/04/02 07:06:55 angelos Exp $
+
+ 02 Apr 2011; Christoph Mende <angelos@gentoo.org> brltty-4.2.ebuild:
+ Stable on amd64 wrt bug #358503
01 Apr 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+files/brltty-4.2-fix-svnversion.patch:
1.12 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.11&r2=1.12
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- brltty-4.2.ebuild 1 Apr 2011 18:35:57 -0000 1.11
+++ brltty-4.2.ebuild 2 Apr 2011 07:06:55 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.11 2011/04/01 18:35:57 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.12 2011/04/02 07:06:55 angelos Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
tcl X"
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-04-10 12:49 Tobias Klausmann (klausman)
0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-04-10 12:49 UTC (permalink / raw
To: gentoo-commits
klausman 11/04/10 12:49:05
Modified: ChangeLog brltty-4.2.ebuild
Log:
Stable on alpha, bug #358503
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Revision Changes Path
1.118 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 2 Apr 2011 07:06:55 -0000 1.117
+++ ChangeLog 10 Apr 2011 12:49:05 -0000 1.118
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.117 2011/04/02 07:06:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.118 2011/04/10 12:49:05 klausman Exp $
+
+ 10 Apr 2011; Tobias Klausmann <klausman@gentoo.org> brltty-4.2.ebuild:
+ Stable on alpha, bug #358503
02 Apr 2011; Christoph Mende <angelos@gentoo.org> brltty-4.2.ebuild:
Stable on amd64 wrt bug #358503
1.13 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.12&r2=1.13
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- brltty-4.2.ebuild 2 Apr 2011 07:06:55 -0000 1.12
+++ brltty-4.2.ebuild 10 Apr 2011 12:49:05 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.12 2011/04/02 07:06:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.13 2011/04/10 12:49:05 klausman Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
tcl X"
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-04-11 21:37 William Hubbs (williamh)
0 siblings, 0 replies; 16+ messages in thread
From: William Hubbs (williamh) @ 2011-04-11 21:37 UTC (permalink / raw
To: gentoo-commits
williamh 11/04/11 21:37:37
Modified: ChangeLog brltty-4.2.ebuild
Log:
apply patch from upstream for #362857.
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.119 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 10 Apr 2011 12:49:05 -0000 1.118
+++ ChangeLog 11 Apr 2011 21:37:37 -0000 1.119
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.118 2011/04/10 12:49:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.119 2011/04/11 21:37:37 williamh Exp $
+
+ 11 Apr 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+ +files/brltty-4.2-fix-a2.patch:
+ apply patch from upstream for #362857.
10 Apr 2011; Tobias Klausmann <klausman@gentoo.org> brltty-4.2.ebuild:
Stable on alpha, bug #358503
1.14 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.13&r2=1.14
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- brltty-4.2.ebuild 10 Apr 2011 12:49:05 -0000 1.13
+++ brltty-4.2.ebuild 11 Apr 2011 21:37:37 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.13 2011/04/10 12:49:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.14 2011/04/11 21:37:37 williamh Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -39,6 +39,7 @@
${COMMON_DEP}"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-fix-a2.patch
epatch "${FILESDIR}"/${P}-fix-ldflags.patch
epatch "${FILESDIR}"/${P}-fix-ocaml-install.patch
epatch "${FILESDIR}"/${P}-fix-svnversion.patch
@@ -65,7 +66,6 @@
--localstatedir=/var \
--disable-stripping \
--with-install-root="${D}" \
- --with-screen-driver=-a2 \
$(use_enable api) \
$(use_enable beeper beeper-support) \
$(use_enable contracted-braille) \
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-04-16 18:10 Raul Porcel (armin76)
0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 18:10 UTC (permalink / raw
To: gentoo-commits
armin76 11/04/16 18:10:09
Modified: ChangeLog brltty-4.2.ebuild
Log:
ia64 stable wrt #358503
(Portage version: 2.1.9.45/cvs/Linux ia64)
Revision Changes Path
1.120 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 11 Apr 2011 21:37:37 -0000 1.119
+++ ChangeLog 16 Apr 2011 18:10:08 -0000 1.120
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.119 2011/04/11 21:37:37 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.120 2011/04/16 18:10:08 armin76 Exp $
+
+ 16 Apr 2011; Raúl Porcel <armin76@gentoo.org> brltty-4.2.ebuild:
+ ia64 stable wrt #358503
11 Apr 2011; William Hubbs <williamh@gentoo.org> brltty-4.2.ebuild,
+files/brltty-4.2-fix-a2.patch:
1.15 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.14&r2=1.15
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- brltty-4.2.ebuild 11 Apr 2011 21:37:37 -0000 1.14
+++ brltty-4.2.ebuild 16 Apr 2011 18:10:08 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.14 2011/04/11 21:37:37 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.15 2011/04/16 18:10:08 armin76 Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
tcl X"
^ permalink raw reply [flat|nested] 16+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
@ 2011-05-12 16:49 Jeroen Roovers (jer)
0 siblings, 0 replies; 16+ messages in thread
From: Jeroen Roovers (jer) @ 2011-05-12 16:49 UTC (permalink / raw
To: gentoo-commits
jer 11/05/12 16:49:35
Modified: ChangeLog brltty-4.2.ebuild
Log:
Stable for HPPA (bug #358503).
(Portage version: 2.2.0_alpha32/cvs/Linux i686)
Revision Changes Path
1.121 app-accessibility/brltty/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 16 Apr 2011 18:10:08 -0000 1.120
+++ ChangeLog 12 May 2011 16:49:35 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/brltty
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.120 2011/04/16 18:10:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.121 2011/05/12 16:49:35 jer Exp $
+
+ 12 May 2011; Jeroen Roovers <jer@gentoo.org> brltty-4.2.ebuild:
+ Stable for HPPA (bug #358503).
16 Apr 2011; Raúl Porcel <armin76@gentoo.org> brltty-4.2.ebuild:
ia64 stable wrt #358503
1.16 app-accessibility/brltty/brltty-4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.15&r2=1.16
Index: brltty-4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- brltty-4.2.ebuild 16 Apr 2011 18:10:08 -0000 1.15
+++ brltty-4.2.ebuild 12 May 2011 16:49:35 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.15 2011/04/16 18:10:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.16 2011/05/12 16:49:35 jer Exp $
EAPI="4"
FINDLIB_USE="ocaml"
@@ -14,7 +14,7 @@
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86"
IUSE="+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu
java +learn-mode +midi nls ocaml +pcm python usb +speech
tcl X"
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2011-05-12 16:49 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 18:10 [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2011-05-12 16:49 Jeroen Roovers (jer)
2011-04-11 21:37 William Hubbs (williamh)
2011-04-10 12:49 Tobias Klausmann (klausman)
2011-04-02 7:06 Christoph Mende (angelos)
2011-04-01 18:35 William Hubbs (williamh)
2011-03-31 23:31 William Hubbs (williamh)
2011-03-31 19:20 Kacper Kowalik (xarthisius)
2011-03-30 18:24 William Hubbs (williamh)
2011-03-30 18:05 William Hubbs (williamh)
2011-03-29 22:37 William Hubbs (williamh)
2011-03-29 19:49 William Hubbs (williamh)
2011-03-28 21:24 William Hubbs (williamh)
2011-03-24 14:13 William Hubbs (williamh)
2010-10-05 17:19 Samuli Suominen (ssuominen)
2010-07-16 22:36 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