summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-29 18:10:26 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-29 18:10:26 +0000
commitbf8d5ef57038bb1058fb02af5eb23d839fd35429 (patch)
tree25d88265b0599ab1f579bb29f8d85511b6f8073c /app-text/ghostview
parentUnmask on amd64 to satisfy app-text/gocr (diff)
downloadhistorical-bf8d5ef57038bb1058fb02af5eb23d839fd35429.tar.gz
historical-bf8d5ef57038bb1058fb02af5eb23d839fd35429.tar.bz2
historical-bf8d5ef57038bb1058fb02af5eb23d839fd35429.zip
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-text/ghostview')
-rw-r--r--app-text/ghostview/ghostview-1.5-r1.ebuild7
-rw-r--r--app-text/ghostview/ghostview-1.5.ebuild5
2 files changed, 5 insertions, 7 deletions
diff --git a/app-text/ghostview/ghostview-1.5-r1.ebuild b/app-text/ghostview/ghostview-1.5-r1.ebuild
index 6b61cc6cf57b..1414b71b556e 100644
--- a/app-text/ghostview/ghostview-1.5-r1.ebuild
+++ b/app-text/ghostview/ghostview-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.8 2004/02/23 14:50:26 bazik Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5-r1.ebuild,v 1.9 2004/02/29 18:10:25 aliz Exp $
inherit eutils
@@ -26,10 +26,9 @@ src_unpack() {
src_compile() {
PATH=/usr/X11R6/bin:${PATH} # root doesn't get this by default
xmkmf -a || die
- cp Makefile Makefile.old
- sed -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \
+ sed -i -e "s:CDEBUGFLAGS = .*:CDEBUGFLAGS = ${CFLAGS} -fno-strength-reduce:" \
-e "s,all:: ghostview.\$(MANSUFFIX).html,all:: ,g" \
- Makefile.old > Makefile
+ Makefile
emake || die
}
diff --git a/app-text/ghostview/ghostview-1.5.ebuild b/app-text/ghostview/ghostview-1.5.ebuild
index e9015278e7e1..8577fe0e57d4 100644
--- a/app-text/ghostview/ghostview-1.5.ebuild
+++ b/app-text/ghostview/ghostview-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.14 2003/12/09 17:43:15 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostview/ghostview-1.5.ebuild,v 1.15 2004/02/29 18:10:25 aliz Exp $
inherit eutils
@@ -26,8 +26,7 @@ src_unpack() {
src_compile() {
PATH=/usr/X11R6/bin:${PATH} # root doesn't get this by default
xmkmf -a || die
- cp Makefile Makefile.old
- sed -e "s,all:: ghostview.\$(MANSUFFIX).html,all:: ,g" Makefile.old > Makefile
+ sed -i -e "s,all:: ghostview.\$(MANSUFFIX).html,all:: ,g" Makefile
emake || die
}