public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: bullet-2.74.ebuild ChangeLog
@ 2009-03-24 19:05 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-24 19:05 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/03/24 19:05:08

  Modified:             ChangeLog
  Added:                bullet-2.74.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc26/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sci-physics/bullet/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	16 Jan 2009 14:54:03 -0000	1.5
+++ ChangeLog	24 Mar 2009 19:05:07 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for sci-physics/bullet
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.5 2009/01/16 14:54:03 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.6 2009/03/24 19:05:07 bicatali Exp $
+
+*bullet-2.74 (24 Mar 2009)
+
+  24 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  +files/bullet-2.74-noextra.patch, +bullet-2.74.ebuild:
+  Version bump
 
   16 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org>
   bullet-2.73-r1.ebuild:



1.1                  sci-physics/bullet/bullet-2.74.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild?rev=1.1&content-type=text/plain

Index: bullet-2.74.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild,v 1.1 2009/03/24 19:05:07 bicatali Exp $

EAPI=2
inherit eutils autotools

DESCRIPTION="Continuous Collision Detection and Physics Library"
HOMEPAGE="http://www.continuousphysics.com/Bullet/"
SRC_URI="http://bullet.googlecode.com/files/${P}.tgz"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples threads"

RDEPEND=""
DEPEND="${RDEPEND}"

src_prepare() {
	rm -rf Extras/LibXML
	rm -f Extras/CDTestFramework/AntTweakBar/lib/libAntTweakBar.so
	epatch "${FILESDIR}"/${P}-noextra.patch
	eautoreconf
	edos2unix install-sh || die
}
src_configure() {
	econf \
		--disable-demos \
		$(use_enable threads multithreaded)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README ChangeLog AUTHORS || die
	if use doc; then
		insinto /usr/share/doc/${PF}
		doins *.pdf || die
	fi
	if use examples; then
		emake distclean
		insinto /usr/share/doc/${PF}/examples
		doins -r Extras Demos || die
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: bullet-2.74.ebuild ChangeLog
@ 2009-06-24  4:59 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-06-24  4:59 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/06/24 04:59:04

  Modified:             bullet-2.74.ebuild ChangeLog
  Log:
  Added missing header, fixing bug #267418
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-physics/bullet/bullet-2.74.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild?r1=1.1&r2=1.2

Index: bullet-2.74.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bullet-2.74.ebuild	24 Mar 2009 19:05:07 -0000	1.1
+++ bullet-2.74.ebuild	24 Jun 2009 04:59:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild,v 1.1 2009/03/24 19:05:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/bullet-2.74.ebuild,v 1.2 2009/06/24 04:59:04 bicatali Exp $
 
 EAPI=2
 inherit eutils autotools
@@ -21,6 +21,7 @@
 	rm -rf Extras/LibXML
 	rm -f Extras/CDTestFramework/AntTweakBar/lib/libAntTweakBar.so
 	epatch "${FILESDIR}"/${P}-noextra.patch
+	epatch "${FILESDIR}"/${P}-missing-header.patch
 	eautoreconf
 	edos2unix install-sh || die
 }



1.7                  sci-physics/bullet/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/bullet/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 Mar 2009 19:05:07 -0000	1.6
+++ ChangeLog	24 Jun 2009 04:59:04 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/bullet
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.6 2009/03/24 19:05:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.7 2009/06/24 04:59:04 bicatali Exp $
+
+  24 Jun 2009; Sébastien Fabbro <bicatali@gentoo.org> bullet-2.74.ebuild,
+  +files/bullet-2.74-missing-header.patch:
+  Added missing header, fixing bug #267418
 
 *bullet-2.74 (24 Mar 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-24  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-24 19:05 [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: bullet-2.74.ebuild ChangeLog Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-24  4:59 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