diff options
-rw-r--r-- | app-sci/libnova/libnova-0.7.0.ebuild | 4 | ||||
-rw-r--r-- | app-sci/lightspeed/lightspeed-1.2a.ebuild | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/app-sci/libnova/libnova-0.7.0.ebuild b/app-sci/libnova/libnova-0.7.0.ebuild index dd6394d153e9..e3bec1bbb9f3 100644 --- a/app-sci/libnova/libnova-0.7.0.ebuild +++ b/app-sci/libnova/libnova-0.7.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-sci/libnova/libnova-0.7.0.ebuild,v 1.2 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/libnova/libnova-0.7.0.ebuild,v 1.3 2004/04/19 11:27:13 phosphan Exp $ DESCRIPTION="Celestial Mechanics and Astronomical Calculation Library" HOMEPAGE="http://libnova.sourceforge.net/" @@ -13,8 +13,6 @@ IUSE="" DEPEND="app-doc/doxygen" RDEPEND="" -S=${WORKDIR}/${P} - src_compile() { ./configure \ --host=${CHOST} \ diff --git a/app-sci/lightspeed/lightspeed-1.2a.ebuild b/app-sci/lightspeed/lightspeed-1.2a.ebuild index 74f06787f1e3..7d9916c43e7b 100644 --- a/app-sci/lightspeed/lightspeed-1.2a.ebuild +++ b/app-sci/lightspeed/lightspeed-1.2a.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-sci/lightspeed/lightspeed-1.2a.ebuild,v 1.4 2004/03/09 14:37:14 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lightspeed/lightspeed-1.2a.ebuild,v 1.5 2004/04/19 11:28:10 phosphan Exp $ DESCRIPTION="Light Speed! is an OpenGL-based program developed to illustrate the effects of special relativity on the appearance of moving objects." HOMEPAGE="http://lightspeed.sourceforge.net/" @@ -17,7 +17,6 @@ DEPEND="virtual/opengl png? ( media-libs/libpng ) tiff? ( media-libs/tiff )" #RDEPEND="" -S="${WORKDIR}/${P}" S2="${WORKDIR}/objects" src_compile() { |