diff options
author | 2005-09-12 02:29:50 +0000 | |
---|---|---|
committer | 2005-09-12 02:29:50 +0000 | |
commit | 172ca8ca32da79cd53bc2c02ea0fb3f483b38f27 (patch) | |
tree | 3111fb1c3983b8fbce405b81e178c357a8c43cfb /app-accessibility/gnopernicus | |
parent | Removing old ebuild (diff) | |
download | historical-172ca8ca32da79cd53bc2c02ea0fb3f483b38f27.tar.gz historical-172ca8ca32da79cd53bc2c02ea0fb3f483b38f27.tar.bz2 historical-172ca8ca32da79cd53bc2c02ea0fb3f483b38f27.zip |
Removing old ebuild.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'app-accessibility/gnopernicus')
5 files changed, 6 insertions, 90 deletions
diff --git a/app-accessibility/gnopernicus/Manifest b/app-accessibility/gnopernicus/Manifest index 5c61f20358aa..fc7d59c6c9ab 100644 --- a/app-accessibility/gnopernicus/Manifest +++ b/app-accessibility/gnopernicus/Manifest @@ -1,19 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 8fd6bfed8eb9c0d4495485f543ffcbc5 gnopernicus-0.11.5.ebuild 1351 -MD5 9c62d0c99ced71996c5ebac0e6956fc2 gnopernicus-0.10.9.ebuild 1194 -MD5 c84a3f18ed62a753667a1502a7f6da31 gnopernicus-0.11.6.ebuild 1209 MD5 55c0e66d1ee48211aa6b1253c81bd421 ChangeLog 9545 +MD5 9c62d0c99ced71996c5ebac0e6956fc2 gnopernicus-0.10.9.ebuild 1194 +MD5 7103c097e0769864830105c800968e32 gnopernicus-0.11.6.ebuild 1165 MD5 2bd8b2cae4ff1f77d73a72dc79ebc75d metadata.xml 728 MD5 6243a2f17f72037185664042ab0aab40 files/digest-gnopernicus-0.10.9 72 -MD5 47452a9e8e50d49acb74f78a94ffcd55 files/digest-gnopernicus-0.11.5 72 MD5 4b842d2fd65a63bb6d836b9e64f37ae3 files/digest-gnopernicus-0.11.6 72 -MD5 31ad59e2b544b1d0fc6245ab51bdb945 files/gnopernicus-0.11.5-i18n_macros.patch 903 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDI6DVomPajV0RnrERAkIeAJ9FNNNM8QpYD+J1/+NDKFcAzGws2QCfXgWL -ARidE9TJgKy5Hlgo3g9zrng= -=nck+ ------END PGP SIGNATURE----- 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)" } |