diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-14 18:31:47 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-12-14 18:31:47 +0000 |
commit | a28e4ac2aa0ec62b61b34323f7b1484ab922b9a2 (patch) | |
tree | 6b1c32f90e37a2a634e7624d93479a53ec681f63 /app-sci/euler/euler-1.60.6.ebuild | |
parent | Added ~alpha to mutt (diff) | |
download | gentoo-2-a28e4ac2aa0ec62b61b34323f7b1484ab922b9a2.tar.gz gentoo-2-a28e4ac2aa0ec62b61b34323f7b1484ab922b9a2.tar.bz2 gentoo-2-a28e4ac2aa0ec62b61b34323f7b1484ab922b9a2.zip |
Move to stable profile on account of bug #1162, comment #3.
Diffstat (limited to 'app-sci/euler/euler-1.60.6.ebuild')
-rw-r--r-- | app-sci/euler/euler-1.60.6.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-sci/euler/euler-1.60.6.ebuild b/app-sci/euler/euler-1.60.6.ebuild index fe7a604d5422..ffcd104b6205 100644 --- a/app-sci/euler/euler-1.60.6.ebuild +++ b/app-sci/euler/euler-1.60.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.60.6.ebuild,v 1.2 2002/12/07 05:58:58 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/euler/euler-1.60.6.ebuild,v 1.3 2002/12/14 18:31:47 mkennedy Exp $ IUSE="" @@ -14,7 +14,7 @@ HOMEPAGE="http://euler.sf.net" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ppc sparc" DEPEND="virtual/glibc virtual/x11 @@ -22,23 +22,20 @@ DEPEND="virtual/glibc src_unpack() { unpack ${P}.tar.gz - #mv euler-1.60 ${P} cd ${S}/source mv main.c main.c.orig cat main.c.orig | \ sed -e "s:share/euler/docs/index.html:share/doc/${P}/html/index.html:" \ - > main.c + > main.c } src_compile() { - cd ${S}/source emake INSTALL_DIR=/usr || die } src_install () { - cd ${S}/source dodir usr usr/share usr/bin make INSTALL_DIR=${D}/usr install || die |