diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 06:01:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-07-15 06:01:18 +0000 |
commit | c1a92ec67b13af95dc89452c452cb581d6aebc5a (patch) | |
tree | 6154dbf370fb1f1e894f4bd493271f9110e7715a /sci-physics | |
parent | whitespace (diff) | |
download | historical-c1a92ec67b13af95dc89452c452cb581d6aebc5a.tar.gz historical-c1a92ec67b13af95dc89452c452cb581d6aebc5a.tar.bz2 historical-c1a92ec67b13af95dc89452c452cb581d6aebc5a.zip |
whitespace
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/camfr/camfr-1.2.ebuild | 3 | ||||
-rw-r--r-- | sci-physics/lightspeed/lightspeed-1.2a.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-physics/camfr/camfr-1.2.ebuild b/sci-physics/camfr/camfr-1.2.ebuild index 27a42e01139e..7e3ced07a073 100644 --- a/sci-physics/camfr/camfr-1.2.ebuild +++ b/sci-physics/camfr/camfr-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-1.2.ebuild,v 1.3 2007/03/23 14:22:46 pbienst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/camfr/camfr-1.2.ebuild,v 1.4 2007/07/15 06:01:18 mr_bones_ Exp $ inherit eutils distutils fortran @@ -47,7 +47,6 @@ src_compile() { make } - src_install() { distutils_src_install diff --git a/sci-physics/lightspeed/lightspeed-1.2a.ebuild b/sci-physics/lightspeed/lightspeed-1.2a.ebuild index 353aa1e947c6..c3a0c0fa9df4 100644 --- a/sci-physics/lightspeed/lightspeed-1.2a.ebuild +++ b/sci-physics/lightspeed/lightspeed-1.2a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a.ebuild,v 1.1 2006/07/02 23:09:53 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lightspeed/lightspeed-1.2a.ebuild,v 1.2 2007/07/15 06:01:18 mr_bones_ 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/" @@ -40,4 +40,3 @@ pkg_postinst() { einfo "You can load them in Light Speed! from the File menu." einfo } - |