diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-08 22:12:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-08 22:12:34 +0000 |
commit | 16327cd3d056c86bfc9ec5012b1a234a11a4c4aa (patch) | |
tree | 56a9d772b60339710aa352165ceaaafea0e0a101 /dev-games/newton | |
parent | Fix building with libpng14. (diff) | |
download | gentoo-2-16327cd3d056c86bfc9ec5012b1a234a11a4c4aa.tar.gz gentoo-2-16327cd3d056c86bfc9ec5012b1a234a11a4c4aa.tar.bz2 gentoo-2-16327cd3d056c86bfc9ec5012b1a234a11a4c4aa.zip |
EAPI=2; update HOMEPAGE
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-games/newton')
-rw-r--r-- | dev-games/newton/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/newton/newton-1.53.ebuild | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/dev-games/newton/ChangeLog b/dev-games/newton/ChangeLog index 872fbd445345..818f51a4b698 100644 --- a/dev-games/newton/ChangeLog +++ b/dev-games/newton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/newton -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.3 2007/07/24 00:22:44 nyhm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.4 2010/03/08 22:12:34 mr_bones_ Exp $ + + 08 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> newton-1.53.ebuild: + EAPI=2; update HOMEPAGE 24 Jul 2007; Tristan Heaven <nyhm@gentoo.org> +files/newton-1.53-glut.patch, newton-1.53.ebuild: diff --git a/dev-games/newton/newton-1.53.ebuild b/dev-games/newton/newton-1.53.ebuild index 4df5ddfe5c2d..4ebe18ad68f9 100644 --- a/dev-games/newton/newton-1.53.ebuild +++ b/dev-games/newton/newton-1.53.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/newton-1.53.ebuild,v 1.3 2007/07/24 00:22:44 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/newton-1.53.ebuild,v 1.4 2010/03/08 22:12:34 mr_bones_ Exp $ +EAPI=2 inherit eutils DESCRIPTION="an integrated solution for real time simulation of physics environments" -HOMEPAGE="http://www.physicsengine.com/" -SRC_URI="http://www.physicsengine.com/downloads/${PN}Linux-${PV}.tar.gz - http://www.newtondynamics.com/downloads/${PN}Linux-${PV}.tar.gz" +HOMEPAGE="newtondynamics.com/" +SRC_URI="http://www.newtondynamics.com/downloads/${PN}Linux-${PV}.tar.gz" LICENSE="newton" SLOT="0" @@ -22,9 +22,7 @@ DEPEND="doc? ( S=${WORKDIR}/newtonSDK -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { if use doc; then cd samples rm -rf gl |