diff options
author | Matthew Turk <satai@gentoo.org> | 2002-10-21 03:48:18 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2002-10-21 03:48:18 +0000 |
commit | 4fce5d8e40f1e34f40aab5d45a62b2a4feda4942 (patch) | |
tree | db8aaf22421be0ba9d87998cf274a544703d1753 /app-text/gocr | |
parent | patch to allow non-uid0 users to bind to ldap. (needed for portldap (diff) | |
download | historical-4fce5d8e40f1e34f40aab5d45a62b2a4feda4942.tar.gz historical-4fce5d8e40f1e34f40aab5d45a62b2a4feda4942.tar.bz2 historical-4fce5d8e40f1e34f40aab5d45a62b2a4feda4942.zip |
Fixed sandbox, closing 8973.
Diffstat (limited to 'app-text/gocr')
-rw-r--r-- | app-text/gocr/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gocr/gocr-0.3.6-r2.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-text/gocr/ChangeLog b/app-text/gocr/ChangeLog index 4f8156755d5e..018c176f3140 100644 --- a/app-text/gocr/ChangeLog +++ b/app-text/gocr/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for app-text/gocr # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.4 2002/07/07 02:08:11 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/ChangeLog,v 1.5 2002/10/21 03:48:18 satai Exp $ *gocr-0.3.6-r2 (06 Jul 2002) + 20 Oct 2002; Matthew Turk <satai@gentoo.org> gocr-0.3.6-r2.ebuild + + Really really real this time. Fixed dependencies (on transfig) and sandbox. + 06 Jul 2002; Seemant Kulleen <seemant@gentoo.org> gocr-0.3.6-r2.ebuild files/digest-gocr-0.3.6-r2 : diff --git a/app-text/gocr/gocr-0.3.6-r2.ebuild b/app-text/gocr/gocr-0.3.6-r2.ebuild index 25f27788b381..8488017d3d66 100644 --- a/app-text/gocr/gocr-0.3.6-r2.ebuild +++ b/app-text/gocr/gocr-0.3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r2.ebuild,v 1.5 2002/10/17 14:31:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gocr/gocr-0.3.6-r2.ebuild,v 1.6 2002/10/21 03:48:18 satai Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts PNM to ASCII" @@ -11,7 +11,9 @@ RDEPEND=">=media-libs/netpbm-9.12-r1" DEPEND="${RDEPEND} app-text/tetex - app-text/ghostscript" + app-text/ghostscript + tetex? ( >=tetex-1.0.7-r10 + >=transfig-3.2.3d-r1 )" IUSE="tetex" SLOT="0" @@ -43,6 +45,8 @@ src_unpack() { src_compile() { + addwrite "/usr/share/texmf/fonts/pk" + addwrite "/usr/share/texmf/ls-R" econf || die make make src frontend database |