public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: ChangeLog bullet-2.73-r1.ebuild bullet-2.73.ebuild bullet-2.69.ebuild
@ 2009-01-06 11:35 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-01-06 11:35 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/01/06 11:35:21

  Modified:             ChangeLog
  Added:                bullet-2.73-r1.ebuild
  Removed:              bullet-2.73.ebuild bullet-2.69.ebuild
  Log:
  Fixed installation directory for include files and pkgconfig location, closing bug #253785
  (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.4                  sci-physics/bullet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Dec 2008 00:29:02 -0000	1.3
+++ ChangeLog	6 Jan 2009 11:35:21 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for sci-physics/bullet
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.3 2008/12/08 00:29:02 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/bullet/ChangeLog,v 1.4 2009/01/06 11:35:21 bicatali Exp $
+
+*bullet-2.73-r1 (06 Jan 2009)
+
+  06 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  files/bullet-2.73-autotools.patch, -bullet-2.69.ebuild,
+  -bullet-2.73.ebuild, +bullet-2.73-r1.ebuild:
+  Fixed installation directory for include files and pkgconfig location,
+  closing bug #253785
 
 *bullet-2.73 (08 Dec 2008)
 



1.1                  sci-physics/bullet/bullet-2.73-r1.ebuild

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

Index: bullet-2.73-r1.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.73-r1.ebuild,v 1.1 2009/01/06 11:35:21 bicatali Exp $

inherit eutils autotools

MYP="${P}-sp1"

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

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

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

src_unpack() {
	unpack ${A}
	cd "${S}"
	# clean up
	rm -rf Extras/LibXML
	rm -f Extras/CDTestFramework/AntTweakBar/lib/libAntTweakBar.so

	epatch "${FILESDIR}"/${P}-autotools.patch
	eautoreconf
}

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
		insinto /usr/share/doc/${PF}/examples
		doins -r Extras Demos || die
	fi
}






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

only message in thread, other threads:[~2009-01-06 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06 11:35 [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: ChangeLog bullet-2.73-r1.ebuild bullet-2.73.ebuild bullet-2.69.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