diff options
author | William Hubbs <williamh@gentoo.org> | 2008-01-06 19:00:54 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2008-01-06 19:00:54 +0000 |
commit | 2e2216ea06545a595ec767421f9ee7ff3e67fc34 (patch) | |
tree | b6b6b8ea4d371b5a4ec6dd6cc4747268bbe96a41 /app-accessibility | |
parent | Fix building with USE=doc, bug #204538. (diff) | |
download | gentoo-2-2e2216ea06545a595ec767421f9ee7ff3e67fc34.tar.gz gentoo-2-2e2216ea06545a595ec767421f9ee7ff3e67fc34.tar.bz2 gentoo-2-2e2216ea06545a595ec767421f9ee7ff3e67fc34.zip |
Removed old version.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-accessibility')
5 files changed, 9 insertions, 71 deletions
diff --git a/app-accessibility/nfbtrans/ChangeLog b/app-accessibility/nfbtrans/ChangeLog index 4e8e8b8dd506..dd0e82582f2d 100644 --- a/app-accessibility/nfbtrans/ChangeLog +++ b/app-accessibility/nfbtrans/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/nfbtrans -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/ChangeLog,v 1.11 2007/06/02 03:48:11 dmwaters Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/ChangeLog,v 1.12 2008/01/06 19:00:54 williamh Exp $ + + 06 Jan 2008; William Hubbs <williamh@gentoo.org> + -files/nfbtrans-7.70-gentoo-fix.patch, -nfbtrans-7.70.ebuild: + Removed old version. 02 Jun 2007; deedra waters <dmwaters@gentoo.org> nfbtrans-7.74.ebuild: Adding ~amd64 keyword. diff --git a/app-accessibility/nfbtrans/files/digest-nfbtrans-7.70 b/app-accessibility/nfbtrans/files/digest-nfbtrans-7.70 deleted file mode 100644 index 4f692747507a..000000000000 --- a/app-accessibility/nfbtrans/files/digest-nfbtrans-7.70 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 643eac79be529d8f9d15070df5169b35 nfbtr770.zip 470129 -RMD160 1a85c6236bdf85c3b87688586e49a78fff00e2da nfbtr770.zip 470129 -SHA256 0e465522cd240fc3118762fdefceaa22ec3b1fd26058cc7b119477d740b971ac nfbtr770.zip 470129 diff --git a/app-accessibility/nfbtrans/files/nfbtrans-7.70-gentoo-fix.patch b/app-accessibility/nfbtrans/files/nfbtrans-7.70-gentoo-fix.patch deleted file mode 100644 index c0b3ebff2283..000000000000 --- a/app-accessibility/nfbtrans/files/nfbtrans-7.70-gentoo-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur nfbtr.old/NFBTRANS.C nfbtr/NFBTRANS.C ---- nfbtr.old/NFBTRANS.C 2002-07-04 07:07:16.000000000 -0500 -+++ nfbtr/NFBTRANS.C 2004-04-24 11:52:48.113182536 -0500 -@@ -6,7 +6,7 @@ - #define LINT_ARGS - #define DOS - #else --#define UNIX_PATH "/usr/local/lib/" -+#define UNIX_PATH "/etc/nfbtrans/" - #endif /* unix */ - #include <stdio.h> - #include <sys/types.h> -diff -Naur nfbtr.old/NFBTRANS.FMT nfbtr/NFBTRANS.FMT ---- nfbtr.old/NFBTRANS.FMT 2002-07-04 07:16:50.000000000 -0500 -+++ nfbtr/NFBTRANS.FMT 2004-04-24 12:42:23.268004836 -0500 -@@ -74,7 +74,7 @@ - three places. First, you can define an environment variable NFBTRANS to point to
- the directory containing nfbtrans.cnf. In DOS use ~0set NFBTRANS=c:\NFBTRANS.
- ~2Second the program searches in the current directory. Third, the program
--location is used in MSDOS or ~0/usr/local/lib ~2in Unix. If nfbtrans.cnf
-+location is used in MSDOS or ~0/etc/nfbtrans ~2in Unix. If nfbtrans.cnf
- is found that directory is used to search for all table files as well as
- the hyphenation dictionary. In other words, ~0nfbtrans.cnf ~2and ~1braille.tab
- ~2must be in the same directory.
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild deleted file mode 100644 index 71709dc4653c..000000000000 --- a/app-accessibility/nfbtrans/nfbtrans-7.70.ebuild +++ /dev/null @@ -1,39 +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/nfbtrans/nfbtrans-7.70.ebuild,v 1.7 2005/01/01 10:51:19 eradicator Exp $ - -inherit eutils - -DESCRIPTION="braille translator from the National Federation of the Blind" -HOMEPAGE="http://www.nfb.org/nfbtrans.htm" -SRC_URI="http://www.nfb.org/braille/nfbtrans/nfbtr770.zip" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="x86 ppc" -IUSE="" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - >=app-arch/unzip-5.50-r2" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-gentoo-fix.patch - mv MAKEFILE Makefile - mv SPANISH.ZIP spanish.zip - make lowercase || die -} - -src_compile() { - make LIBS= CFLAGS="${CFLAGS} -DLINUX" all || die -} - -src_install() { - dobin nfbtrans || die - dodoc *fmt readme.txt makedoc - insinto /etc/nfbtrans - doins *cnf *tab *dic spell.dat *zip -} diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild index 57403f05723b..0381923cbad1 100644 --- a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild +++ b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild,v 1.5 2007/06/02 03:48:11 dmwaters Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild,v 1.6 2008/01/06 19:00:54 williamh Exp $ inherit eutils @@ -24,7 +24,7 @@ src_unpack() { mv MAKEFILE Makefile mv SPANISH.ZIP spanish.zip make lowercase || die - epatch ${FILESDIR}/${P}-gentoo-fix.patch + epatch "${FILESDIR}"/${P}-gentoo-fix.patch } src_compile() { |