diff options
author | William Hubbs <williamh@gentoo.org> | 2004-09-22 01:42:53 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2004-09-22 01:42:53 +0000 |
commit | 888309cea67f8a33f22a8d0b9588020aa0ece0fa (patch) | |
tree | 7a3888ea76d01cf14143b353ad96a134c1497eba /app-accessibility | |
parent | unmask gcc 3.4.2 (diff) | |
download | gentoo-2-888309cea67f8a33f22a8d0b9588020aa0ece0fa.tar.gz gentoo-2-888309cea67f8a33f22a8d0b9588020aa0ece0fa.tar.bz2 gentoo-2-888309cea67f8a33f22a8d0b9588020aa0ece0fa.zip |
Version Bump
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/nfbtrans/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/nfbtrans/Manifest | 17 | ||||
-rw-r--r-- | app-accessibility/nfbtrans/files/digest-nfbtrans-7.74 | 1 | ||||
-rw-r--r-- | app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch | 11 | ||||
-rw-r--r-- | app-accessibility/nfbtrans/nfbtrans-7.74.ebuild | 39 |
5 files changed, 63 insertions, 13 deletions
diff --git a/app-accessibility/nfbtrans/ChangeLog b/app-accessibility/nfbtrans/ChangeLog index 56ad015bbf44..a9f3df9c9d42 100644 --- a/app-accessibility/nfbtrans/ChangeLog +++ b/app-accessibility/nfbtrans/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/nfbtrans # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/ChangeLog,v 1.4 2004/06/24 21:23:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/ChangeLog,v 1.5 2004/09/22 01:42:53 williamh Exp $ + +*nfbtrans-7.74 (21 Sep 2004) + + 21 Sep 2004; William Hubbs,,, <williamh@gentoo.org> + +files/nfbtrans-7.74-gentoo-fix.patch, +nfbtrans-7.74.ebuild: + Version Bump 02 Jun 2004; William Hubbs,,, <williamh@gentoo.org> nfbtrans-7.70.ebuild: Moved to stable x86. diff --git a/app-accessibility/nfbtrans/Manifest b/app-accessibility/nfbtrans/Manifest index 1b4026c91f5b..5e974e92f3e3 100644 --- a/app-accessibility/nfbtrans/Manifest +++ b/app-accessibility/nfbtrans/Manifest @@ -1,15 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 267ca40b47eae53d736cadc9a3bdbf31 nfbtrans-7.70.ebuild 917 MD5 34e151a5b64379c2630b5415a9accd5f ChangeLog 577 MD5 4bd341a8d13d3ce0f9875ebc36874f87 metadata.xml 231 -MD5 267ca40b47eae53d736cadc9a3bdbf31 nfbtrans-7.70.ebuild 917 -MD5 2ecaeb8ca8564ced87e769f7724eeaec files/digest-nfbtrans-7.70 57 +MD5 877ad7cdb02bfc46d8454f775d87c1ef nfbtrans-7.74.ebuild 807 MD5 4d9150d98875467c85dbe0e275725ca1 files/nfbtrans-7.70-gentoo-fix.patch 1147 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA3Ew3HTu7gpaalycRAi0cAJ4zld4NLmAgY/1US+p6iwQtDz7EpACgnkRi -mfMbDzlfBQfmTXR2uQoBglA= -=iBQa ------END PGP SIGNATURE----- +MD5 2ecaeb8ca8564ced87e769f7724eeaec files/digest-nfbtrans-7.70 57 +MD5 16277d630fea1bd1422d3c187bd021d0 files/nfbtrans-7.74-gentoo-fix.patch 310 +MD5 0ae5e0978960d78b8df07510b3f3231c files/digest-nfbtrans-7.74 57 diff --git a/app-accessibility/nfbtrans/files/digest-nfbtrans-7.74 b/app-accessibility/nfbtrans/files/digest-nfbtrans-7.74 new file mode 100644 index 000000000000..7850cdeceb6e --- /dev/null +++ b/app-accessibility/nfbtrans/files/digest-nfbtrans-7.74 @@ -0,0 +1 @@ +MD5 46d45c0ef54b659aca8f773c08caa057 nfbtr774.zip 470847 diff --git a/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch b/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch new file mode 100644 index 000000000000..b44f5bc207ce --- /dev/null +++ b/app-accessibility/nfbtrans/files/nfbtrans-7.74-gentoo-fix.patch @@ -0,0 +1,11 @@ +--- nfbtrans.c.orig 2004-09-21 19:52:34.341784094 -0500 ++++ nfbtrans.c 2004-09-21 19:54:07.005727168 -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 --git a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild new file mode 100644 index 000000000000..3b6b380c67ee --- /dev/null +++ b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 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.1 2004/09/22 01:42:53 williamh 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/nfbtr774.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} + mv MAKEFILE Makefile + mv SPANISH.ZIP spanish.zip + make lowercase || die + epatch ${FILESDIR}/${P}-gentoo-fix.patch +} + +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 +} |