summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-09-12 02:29:50 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-09-12 02:29:50 +0000
commitcc17a58f08c772eea19482c2b2e9678909230328 (patch)
tree2f2e6474afe90009790ff609d01648a9c429bbf7 /app-accessibility
parentRemoving old ebuild (diff)
downloadgentoo-2-cc17a58f08c772eea19482c2b2e9678909230328.tar.gz
gentoo-2-cc17a58f08c772eea19482c2b2e9678909230328.tar.bz2
gentoo-2-cc17a58f08c772eea19482c2b2e9678909230328.zip
Removing old ebuild.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.51
-rw-r--r--app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch21
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-0.11.5.ebuild50
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild7
4 files changed, 4 insertions, 75 deletions
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.5 b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.5
deleted file mode 100644
index dd79515e6e53..000000000000
--- a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a12235ac42a21eb143ffa2da09e3d059 gnopernicus-0.11.5.tar.bz2 2156948
diff --git a/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch b/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch
deleted file mode 100644
index d39f4f8b83c7..000000000000
--- a/app-accessibility/gnopernicus/files/gnopernicus-0.11.5-i18n_macros.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -NurdB gnopernicus-0.11.5/braille/libbrl/ttybrl.c gnopernicus-0.11.5-patched/braille/libbrl/ttybrl.c
---- gnopernicus-0.11.5/braille/libbrl/ttybrl.c 2005-08-22 07:08:02.000000000 -0500
-+++ gnopernicus-0.11.5-patched/braille/libbrl/ttybrl.c 2005-08-30 03:15:50.000000000 -0500
-@@ -190,7 +190,7 @@
- client_callback (bec, &bed);
- break;
- default:
-- fprintf(stderr,_("BRLTTY command code not bound to Gnopernicus key code: 0X%04X\n)", keypress);
-+ fprintf(stderr,_("BRLTTY command code not bound to Gnopernicus key code: 0X%04X\n"), keypress);
- break;
- }
- break;
-@@ -267,7 +267,7 @@
- return 0;
- }
-
-- fprintf(stderr, _("BrlAPI detected a %dx%d display\n)", dd.x, dd.y);
-+ fprintf(stderr, _("BrlAPI detected a %dx%d display\n"), dd.x, dd.y);
-
- device->cell_count = dd.x * dd.y;
- device->display_count = 1; /* No status cells implemented yet */
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.11.5.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.11.5.ebuild
deleted file mode 100644
index eb05b1d051b0..000000000000
--- a/app-accessibility/gnopernicus/gnopernicus-0.11.5.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.11.5.ebuild,v 1.1 2005/08/30 11:42:27 leonardop Exp $
-
-inherit eutils gnome2
-
-DESCRIPTION="Software tools for blind and visually impaired"
-HOMEPAGE="http://www.baum.ro/gnopernicus.html"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="brltty doc ipv6 static"
-
-RDEPEND=">=gnome-base/gconf-2.6.1
- >=dev-libs/popt-1.5
- >=dev-libs/glib-2.4.1
- >=dev-libs/libxml2-2.6.7
- >=gnome-extra/at-spi-1.5.4
- >=x11-libs/gtk+-2.4.1
- >=gnome-base/libglade-2.3.6
- >=gnome-base/libgnome-2.6
- >=gnome-base/libgnomeui-2.6.1
- >=app-accessibility/gnome-speech-0.3.5
- >=app-accessibility/gnome-mag-0.11.7
- >=gnome-extra/libgail-gnome-1.0
- virtual/x11
- brltty? ( >=app-accessibility/brltty-3.6 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.29
- >=dev-util/pkgconfig-0.9
- app-text/scrollkeeper
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-
-pkg_setup() {
- G2CONF="$(use_enable ipv6) $(use_enable brltty) $(use_enable static)"
-# --with-default-fonts-path=${D}/usr/share/fonts/Type1"
-}
-
-src_unpack() {
- unpack "${A}"
- cd "${S}"
-
- # Fix some gettext macros that break compilation
- epatch ${FILESDIR}/${P}-i18n_macros.patch
-}
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild
index d07a6196bf61..b77e6d9015ca 100644
--- a/app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild
+++ b/app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild,v 1.1 2005/09/11 03:13:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.11.6.ebuild,v 1.2 2005/09/12 02:29:50 leonardop Exp $
inherit eutils gnome2
@@ -37,7 +37,8 @@ DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
- G2CONF="$(use_enable ipv6) $(use_enable brltty) $(use_enable static)"
-# --with-default-fonts-path=${D}/usr/share/fonts/Type1"
+ G2CONF="$(use_enable ipv6) \
+ $(use_enable brltty) \
+ $(use_enable static)"
}