summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2004-04-22 07:42:42 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2004-04-22 07:42:42 +0000
commit603ba919db0fa7b0ab6486f8e05f472775349a47 (patch)
tree4fecf36185de582f4c1b9abda572c06f45f45e37 /app-accessibility/gnopernicus
parentget the patch off the Debian mirrors; update to the latest Debian patch. (Man... (diff)
downloadgentoo-2-603ba919db0fa7b0ab6486f8e05f472775349a47.tar.gz
gentoo-2-603ba919db0fa7b0ab6486f8e05f472775349a47.tar.bz2
gentoo-2-603ba919db0fa7b0ab6486f8e05f472775349a47.zip
New release
Diffstat (limited to 'app-accessibility/gnopernicus')
-rw-r--r--app-accessibility/gnopernicus/ChangeLog8
-rw-r--r--app-accessibility/gnopernicus/Manifest4
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-0.8.41
-rw-r--r--app-accessibility/gnopernicus/files/gnopernicus-0.8.4-brltty_fix.patch16
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild51
5 files changed, 78 insertions, 2 deletions
diff --git a/app-accessibility/gnopernicus/ChangeLog b/app-accessibility/gnopernicus/ChangeLog
index a44cce4b341b..81326a990556 100644
--- a/app-accessibility/gnopernicus/ChangeLog
+++ b/app-accessibility/gnopernicus/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for app-accessibility/gnopernicus
# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.7 2004/04/20 21:59:16 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.8 2004/04/22 07:42:41 leonardop Exp $
+*gnopernicus-0.8.4 (22 Apr 2004)
+
+ 22 Apr 2004; L. Boshell <leonardop@gentoo.org> gnopernicus-0.8.4.ebuild,
+ files/gnopernicus-0.8.4-brltty_fix.patch:
+ New release.
+
20 Apr 2004; Guy Martin <gmsoft@gentoo.org> gnopernicus-0.8.0.ebuild:
Marked stable on hppa.
diff --git a/app-accessibility/gnopernicus/Manifest b/app-accessibility/gnopernicus/Manifest
index df2b5821fe82..6d2d0608ba9d 100644
--- a/app-accessibility/gnopernicus/Manifest
+++ b/app-accessibility/gnopernicus/Manifest
@@ -1,10 +1,12 @@
MD5 35a78dd235d20a7b3e180c83efb61c49 ChangeLog 2877
+MD5 8cc4ec5ce797edb7ed99b570ffcdb8b2 gnopernicus-0.8.0.ebuild 1130
MD5 98e0bdb60065af228cc0f1d9987b158e gnopernicus-0.7.1-r1.ebuild 1176
MD5 6600efc289389f227fb036f41d7b6d68 gnopernicus-0.7.3.ebuild 1076
MD5 3e275932d0ad4348f1486d745b7f40b0 gnopernicus-0.7.4.ebuild 1101
-MD5 8cc4ec5ce797edb7ed99b570ffcdb8b2 gnopernicus-0.8.0.ebuild 1130
MD5 3817101cf8e8a1026268b9209625e4b3 gnopernicus-0.8.1.ebuild 1337
MD5 a6055daf6afdda3b5d85ece6581a3a1e metadata.xml 736
+MD5 5e55d4c3ae367dfa5b48fa1b88ed400c gnopernicus-0.8.4.ebuild 1346
+MD5 df31bc647038837aab027f60a528368d files/digest-gnopernicus-0.8.4 71
MD5 6508586c732cbf022831afa9d271225e files/digest-gnopernicus-0.7.1-r1 71
MD5 2fef604a7d3dd18d648549a8aa3ce7ab files/digest-gnopernicus-0.7.3 71
MD5 f7d958b09de7a449ab3aecfbd0b43edb files/digest-gnopernicus-0.7.4 71
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.8.4 b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.8.4
new file mode 100644
index 000000000000..c46db23bd331
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.8.4
@@ -0,0 +1 @@
+MD5 ec8cc57606b2568e621e6e7434a4f73b gnopernicus-0.8.4.tar.bz2 1520946
diff --git a/app-accessibility/gnopernicus/files/gnopernicus-0.8.4-brltty_fix.patch b/app-accessibility/gnopernicus/files/gnopernicus-0.8.4-brltty_fix.patch
new file mode 100644
index 000000000000..e03fcdce5708
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/gnopernicus-0.8.4-brltty_fix.patch
@@ -0,0 +1,16 @@
+diff -NurB gnopernicus-0.8.1-orig/braille/libbrl/ttybrl.c gnopernicus-0.8.1/braille/libbrl/ttybrl.c
+--- gnopernicus-0.8.1-orig/braille/libbrl/ttybrl.c 2004-03-24 22:58:23.000000000 -0500
++++ gnopernicus-0.8.1/braille/libbrl/ttybrl.c 2004-03-24 22:58:43.000000000 -0500
+@@ -127,7 +127,11 @@
+ while (brlapi_readCommand (0, &keypress) == 1)
+ {
+ /* TODO: Find a better way to map brltty commands to gnopernicus keys. */
+- switch (keypress & ~VAL_TOGGLE_MASK)
++#ifdef VAL_TOGGLE_MASK
++ switch (keypress & ~VAL_TOGGLE_MASK)
++#else
++ switch (keypress & ~VAL_SWITCHMASK)
++#endif
+ {
+ case CMD_LNUP:
+ sprintf(&dd.key_codes[0], "DK00");
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild
new file mode 100644
index 000000000000..3e68d1376fdf
--- /dev/null
+++ b/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.8.4.ebuild,v 1.1 2004/04/22 07:42:42 leonardop Exp $
+
+inherit eutils gnome2
+
+IUSE="${IUSE} ipv6"
+# Local USE flags
+IUSE="${IUSE} brltty"
+
+DESCRIPTION="Software tools for blind and visually impaired in Gnome 2"
+HOMEPAGE="http://www.baum.ro/gnopernicus.html"
+
+SLOT="1"
+KEYWORDS="~x86 ~sparc ~hppa ~alpha ~ia64 ~ppc ~amd64"
+LICENSE="LGPL-2"
+
+# libgail-gnome is only required during runtime
+
+RDEPEND=">=gnome-base/gconf-1.1.5
+ >=dev-libs/popt-1.5
+ >=gnome-base/libgnome-1.102
+ >=gnome-base/libgnomeui-1.106
+ >=dev-libs/glib-1.3.12
+ >=x11-libs/gtk+-1.3
+ >=dev-libs/libxml2-2.4.6
+ >=gnome-base/libglade-1.99.4
+ >=gnome-extra/at-spi-1.3.11
+ >=app-accessibility/gnome-speech-0.3
+ >=app-accessibility/gnome-mag-0.9
+ >=gnome-extra/libgail-gnome-1.0
+ virtual/x11
+ brltty? ( app-accessibility/brltty )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.29
+ dev-util/pkgconfig
+ app-text/scrollkeeper"
+
+G2CONF="${G2CONF} --with-default-fonts-path=${D}/usr/share/fonts/default/Type1"
+G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable brltty)"
+
+DOCS="AUTHORS ChangeLog COPYING NEWS README"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ # Patch to make it work with any version of brltty.
+ epatch ${FILESDIR}/${P}-brltty_fix.patch
+}