public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/newton: ChangeLog newton-2.00.ebuild
@ 2010-04-08 18:34 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-08 18:34 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/08 18:34:48

  Modified:             ChangeLog
  Added:                newton-2.00.ebuild
  Log:
  version bump - ebuild submitted by Christoph Brill (egore) via bug #270142
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-games/newton/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/newton/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/newton/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/newton/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	8 Mar 2010 22:12:34 -0000	1.4
+++ ChangeLog	8 Apr 2010 18:34:48 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-games/newton
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.5 2010/04/08 18:34:48 mr_bones_ Exp $
+
+*newton-2.00 (08 Apr 2010)
+
+  08 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> +newton-2.00.ebuild:
+  version bump - ebuild submitted by Christoph Brill (egore) via bug #270142
 
   08 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> newton-1.53.ebuild:
   EAPI=2; update HOMEPAGE



1.1                  dev-games/newton/newton-2.00.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/newton/newton-2.00.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/newton/newton-2.00.ebuild?rev=1.1&content-type=text/plain

Index: newton-2.00.ebuild
===================================================================
# 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-2.00.ebuild,v 1.1 2010/04/08 18:34:48 mr_bones_ Exp $

inherit eutils multilib

DESCRIPTION="an integrated solution for real time simulation of physics environments"
HOMEPAGE="http://www.physicsengine.com/"
SRC_URI="amd64? (
		http://www.newtondynamics.com/downloads/${PN}Linux-64-${PV}.tar.gz
	)
	x86? (
		http://www.newtondynamics.com/downloads/${PN}Linux-32-${PV}.tar.gz
	)"

LICENSE="newton"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
QA_TEXTRELS="usr/$(get_libdir)/libNewton.so.2.0.0"

DEPEND="doc? (
		virtual/opengl
		virtual/glu
		virtual/glut
	)"

S=${WORKDIR}/newtonSDK

src_install() {
	dolib.a sdk/libNewton.a || die "dolib.a failed"
	mv sdk/libNewton.so sdk/libNewton.so.2.0.0 || die
	dolib sdk/libNewton.so.2.0.0 || die
	dosym libNewton.so.2.0.0 /usr/$(get_libdir)/libNewton.so.2
	dosym libNewton.so.2.0.0 /usr/$(get_libdir)/libNewton.so
	insinto /usr/include
	doins sdk/Newton.h || die "doins failed"

	dodoc doc/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-08 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08 18:34 [gentoo-commits] gentoo-x86 commit in dev-games/newton: ChangeLog newton-2.00.ebuild Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox