summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2009-01-10 17:44:39 +0000
committerWilliam Hubbs <williamh@gentoo.org>2009-01-10 17:44:39 +0000
commitd19e8d670a259e3e582d37bb17f08693116516bd (patch)
tree75108551964a05ee509e7a35787645cec7f2fe37 /app-accessibility/nfbtrans
parentQA: Prevent stripping (bug 252056), respect CC (diff)
downloadgentoo-2-d19e8d670a259e3e582d37bb17f08693116516bd.tar.gz
gentoo-2-d19e8d670a259e3e582d37bb17f08693116516bd.tar.bz2
gentoo-2-d19e8d670a259e3e582d37bb17f08693116516bd.zip
I removed virtual/libc from depend and set rdepend correctly.
The SRC_URI and HOMEPAGE were updated. The CC variable is now respected, bug #243310. (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'app-accessibility/nfbtrans')
-rw-r--r--app-accessibility/nfbtrans/ChangeLog8
-rw-r--r--app-accessibility/nfbtrans/nfbtrans-7.74.ebuild15
2 files changed, 13 insertions, 10 deletions
diff --git a/app-accessibility/nfbtrans/ChangeLog b/app-accessibility/nfbtrans/ChangeLog
index dd0e82582f2d..047c73a04a5d 100644
--- a/app-accessibility/nfbtrans/ChangeLog
+++ b/app-accessibility/nfbtrans/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/nfbtrans
-# 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 $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/ChangeLog,v 1.13 2009/01/10 17:44:39 williamh Exp $
+
+ 10 Jan 2009; William Hubbs <williamh@gentoo.org> nfbtrans-7.74.ebuild:
+ I removed virtual/libc from depend and set rdepend correctly. The SRC_URI
+ and HOMEPAGE were updated. The CC variable is now respected, bug #243310.
06 Jan 2008; William Hubbs <williamh@gentoo.org>
-files/nfbtrans-7.70-gentoo-fix.patch, -nfbtrans-7.70.ebuild:
diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild
index 0381923cbad1..98fdf0a74002 100644
--- a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild
+++ b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.6 2008/01/06 19:00:54 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild,v 1.7 2009/01/10 17:44:39 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"
+HOMEPAGE="http://www.nfb.org/nfb/nfbtrans.asp"
+SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- >=app-arch/unzip-5.50-r2"
+DEPEND=" >=app-arch/unzip-5.50-r2"
+RDEPEND=""
S=${WORKDIR}
@@ -28,7 +27,7 @@ src_unpack() {
}
src_compile() {
- make LIBS= CFLAGS="${CFLAGS} -DLINUX" all || die
+ make CC=$(tc-getCC) LIBS= CFLAGS="${CFLAGS} -DLINUX" all || die
}
src_install() {