public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro (bicatali)" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: bullet-2.74.ebuild ChangeLog
Date: Tue, 24 Mar 2009 19:05:08 +0000	[thread overview]
Message-ID: <E1LmBvw-0006MR-2x@stork.gentoo.org> (raw)

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
}






             reply	other threads:[~2009-03-24 19:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-24 19:05 Sebastien Fabbro (bicatali) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-06-24  4:59 [gentoo-commits] gentoo-x86 commit in sci-physics/bullet: bullet-2.74.ebuild ChangeLog Sebastien Fabbro (bicatali)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LmBvw-0006MR-2x@stork.gentoo.org \
    --to=bicatali@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox