diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2003-09-14 22:40:38 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2003-09-14 22:40:38 +0000 |
commit | 322abf1ab7a794ba16d041fa1e6b168e2c1d659a (patch) | |
tree | 3b2db84346b00c0f68d131f9f719a76d221bae0d /dev-util/sourcenav/sourcenav-5.1.4.ebuild | |
parent | bumped to x86 and moved patch to mirrors (diff) | |
download | historical-322abf1ab7a794ba16d041fa1e6b168e2c1d659a.tar.gz historical-322abf1ab7a794ba16d041fa1e6b168e2c1d659a.tar.bz2 historical-322abf1ab7a794ba16d041fa1e6b168e2c1d659a.zip |
bumped to x86 and moved patch to mirrors
Diffstat (limited to 'dev-util/sourcenav/sourcenav-5.1.4.ebuild')
-rw-r--r-- | dev-util/sourcenav/sourcenav-5.1.4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/sourcenav/sourcenav-5.1.4.ebuild b/dev-util/sourcenav/sourcenav-5.1.4.ebuild index 999961ad7458..68eab8483359 100644 --- a/dev-util/sourcenav/sourcenav-5.1.4.ebuild +++ b/dev-util/sourcenav/sourcenav-5.1.4.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/sourcenav/sourcenav-5.1.4.ebuild,v 1.2 2003/09/06 08:39:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/sourcenav/sourcenav-5.1.4.ebuild,v 1.3 2003/09/14 22:40:17 nerdboy Exp $ S=${WORKDIR}/build DESCRIPTION="Source-Navigator is a source code analysis tool" -SRC_URI="mirror://sourceforge/sourcenav/${P}.tar.gz" +SRC_URI="mirror://sourceforge/sourcenav/${P}.tar.gz +mirror://gentoo/${P}-gentoo.diff.gz" HOMEPAGE="http://sourcenav.sourceforge.net" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" IUSE="X" DEPEND=">=sys-libs/glibc-2.2.4" SN="/opt/sourcenav" @@ -20,7 +21,7 @@ src_unpack() { mkdir ${WORKDIR}/build cd ${WORKDIR}/${P} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + zcat ${DISTDIR}/${PF}-gentoo.diff.gz | patch -p0 || die } src_compile() { |