diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-06-08 02:26:39 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-06-08 02:26:39 +0000 |
commit | f3f5fd00d115a718286516a3b810cf6d4148d7b8 (patch) | |
tree | 926651a943db8ba2d965583673b9c235742ba459 /x11-libs/xforms | |
parent | added build for ppc compatability (diff) | |
download | historical-f3f5fd00d115a718286516a3b810cf6d4148d7b8.tar.gz historical-f3f5fd00d115a718286516a3b810cf6d4148d7b8.tar.bz2 historical-f3f5fd00d115a718286516a3b810cf6d4148d7b8.zip |
replace improperly comiited file
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/xforms-089.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/x11-libs/xforms/xforms-089.ebuild b/x11-libs/xforms/xforms-089.ebuild index 64e6f98af24f..e561ee3267c1 100644 --- a/x11-libs/xforms/xforms-089.ebuild +++ b/x11-libs/xforms/xforms-089.ebuild @@ -1,22 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-089.ebuild,v 1.4 2002/06/08 02:21:53 gerk Exp $ +# /space/gentoo/cvsroot/gentoo-x86/x11-libs/xforms/xforms-089.ebuild,v 1.3 2002/04/27 21:43:48 seemant Exp MY_P=bxform-${PV}-glibc2.1 - -if [ ${ARCH] = "x86" ] ; then - MY_D = "linux-i386/elf" -else - MY_D = "linux-ppc" -fi - S=${WORKDIR}/${PN} DESCRIPTION="A GUI Toolkit based on Xlib" -SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/${MY_D}/${MY_P}.tgz" +SRC_URI="ftp://ncmir.ucsd.edu/pub/xforms/linux-i386/elf/${MY_P}.tgz" HOMEPAGE="http://world.std.com/~xforms/" - DEPEND="virtual/x11" src_compile() { |