diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 17:20:00 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 17:20:00 +0000 |
commit | c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b (patch) | |
tree | 33ee5fd001db6c7ab10da432ac758c72c2052998 /app-misc/endeavour | |
parent | ChangeLog fixes (Manifest recommit) (diff) | |
download | gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.gz gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.tar.bz2 gentoo-2-c9541079bd9d85d18ff1dcf8cbb39275ae6a6e6b.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'app-misc/endeavour')
-rw-r--r-- | app-misc/endeavour/endeavour-2.1.20-r1.ebuild | 7 | ||||
-rw-r--r-- | app-misc/endeavour/endeavour-2.3.0.ebuild | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-misc/endeavour/endeavour-2.1.20-r1.ebuild b/app-misc/endeavour/endeavour-2.1.20-r1.ebuild index efd7fc850831..91ad2e4f7d4d 100644 --- a/app-misc/endeavour/endeavour-2.1.20-r1.ebuild +++ b/app-misc/endeavour/endeavour-2.1.20-r1.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-misc/endeavour/endeavour-2.1.20-r1.ebuild,v 1.6 2003/11/14 20:04:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/endeavour/endeavour-2.1.20-r1.ebuild,v 1.7 2004/02/29 17:19:59 aliz Exp $ M=endeavour2-mimetypes DESCRIPTION="powerful file and image browser" @@ -22,13 +22,12 @@ src_unpack() { #need to remove reference to ctypes.h from fio.cpp to make gcc-3.x compile the package cd ${S}/endeavour2 - mv fio.cpp fio.cpp-orig - sed -e "s:#include <ctype.h>://#include <ctype.h>:" fio.cpp-orig >fio.cpp + sed -i -e "s:#include <ctype.h>://#include <ctype.h>:" fio.cpp if [ "${ARCH}" = "ppc" -o "${ARCH}" = "sparc" -o "${ARCH}" = "sparc64" ]; then # This patch fixes inverted color on big endian machines einfo "Applying big endian patch..." - cd ${S}; patch -p0 < ${FILESDIR}/${P}-bigendian.diff > /dev/null || die + cd ${S}; epatch ${FILESDIR}/${P}-bigendian.diff fi } diff --git a/app-misc/endeavour/endeavour-2.3.0.ebuild b/app-misc/endeavour/endeavour-2.3.0.ebuild index e3c737ea88d3..df9cfc132695 100644 --- a/app-misc/endeavour/endeavour-2.3.0.ebuild +++ b/app-misc/endeavour/endeavour-2.3.0.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-misc/endeavour/endeavour-2.3.0.ebuild,v 1.4 2003/12/16 00:32:04 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/endeavour/endeavour-2.3.0.ebuild,v 1.5 2004/02/29 17:19:59 aliz Exp $ IUSE="" @@ -25,7 +25,7 @@ src_unpack() { if [ "${ARCH}" = "ppc" -o "${ARCH}" = "sparc" -o "${ARCH}" = "sparc64" ]; then # This patch fixes inverted color on big endian machines einfo "Applying big endian patch..." - cd ${S}; patch -p0 < ${FILESDIR}/endeavour-2.1.20-bigendian.diff > /dev/null || die + cd ${S}; epatch ${FILESDIR}/endeavour-2.1.20-bigendian.diff fi } |