public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: metadata.xml bullet-2.80.ebuild ChangeLog bullet-2.79-r1.ebuild
@ 2012-08-07  5:02 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-08-07  5:02 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/08/07 05:02:10

  Modified:             metadata.xml bullet-2.80.ebuild ChangeLog
  Removed:              bullet-2.79-r1.ebuild
  Log:
  removed old
  
  (Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sci-physics/bullet/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	31 Mar 2012 17:03:10 -0000	1.4
+++ metadata.xml	7 Aug 2012 05:02:10 -0000	1.5
@@ -1,15 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci-physics</herd>
-	<longdescription lang="en">Bullet is a professional open source multi-threaded 
+<herd>sci-physics</herd>
+<longdescription lang="en">
+  Bullet is a professional open source multi-threaded 
   3D Collision Detection and Rigid Body Dynamics Library
-  for games and animation.</longdescription>
-	<use>
-		<flag name="extras">Build additional libraries</flag>
-		<flag name="double-precision">Build libraries in double precision</flag>
-	</use>
-	<upstream>
-		<remote-id type="google-code">bullet</remote-id>
-	</upstream>
+  for games and animation.
+</longdescription>
+<use>
+  <flag name="extras">Build additional libraries</flag>
+  <flag name="double-precision">Build libraries in double precision</flag>
+</use>
+<upstream>
+  <remote-id type="google-code">bullet</remote-id>
+</upstream>
 </pkgmetadata>



1.3                  sci-physics/bullet/bullet-2.80.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild?r1=1.2&r2=1.3

Index: bullet-2.80.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bullet-2.80.ebuild	27 Jun 2012 18:12:33 -0000	1.2
+++ bullet-2.80.ebuild	7 Aug 2012 05:02:10 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v 1.2 2012/06/27 18:12:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.80.ebuild,v 1.3 2012/08/07 05:02:10 bicatali Exp $
 
 EAPI=4
 
@@ -33,7 +33,7 @@
 }
 
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
 		-DBUILD_SHARED_LIBS=ON
 		-DBUILD_CPU_DEMOS=OFF
 		-DBUILD_DEMOS=OFF
@@ -55,7 +55,7 @@
 
 src_install() {
 	cmake-utils_src_install
-	use doc && dodoc *.pdf && dohtml -r html
+	use doc && dodoc *.pdf && dohtml -r html/*
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
 		doins -r Extras Demos



1.29                 sci-physics/bullet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/bullet/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	27 Jun 2012 18:12:33 -0000	1.28
+++ ChangeLog	7 Aug 2012 05:02:10 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/bullet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.28 2012/06/27 18:12:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.29 2012/08/07 05:02:10 bicatali Exp $
+
+  07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> -bullet-2.79-r1.ebuild,
+  bullet-2.80.ebuild, metadata.xml:
+  removed old
 
   27 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> bullet-2.80.ebuild:
   html docs are built with doxygen if doc flag is set, bug #421827, thanks
@@ -140,4 +144,3 @@
   +bullet-2.67.ebuild:
   Initial import. Thanks Renato Caldas <seventhguardian@gmail.com> for his
   initial work. Closing bug #166192
-





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

only message in thread, other threads:[~2012-08-07  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-07  5:02 [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: metadata.xml bullet-2.80.ebuild ChangeLog bullet-2.79-r1.ebuild Sebastien Fabbro (bicatali)

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