* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/box2d/
@ 2011-07-14 18:10 Marcel Unbehaun
0 siblings, 0 replies; 4+ messages in thread
From: Marcel Unbehaun @ 2011-07-14 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 5c1184bb862ba20df948a280a0478760cba6b280
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Thu Jul 14 18:11:10 2011 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Thu Jul 14 18:11:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5c1184bb
[dev-libs/box2d] new /box2d-2.1.2.ebuild
[dev-libs/box2d] updated Manifest
---
dev-libs/box2d/box2d-2.1.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/dev-libs/box2d/box2d-2.1.2.ebuild b/dev-libs/box2d/box2d-2.1.2.ebuild
new file mode 100644
index 0000000..f0d1861
--- /dev/null
+++ b/dev-libs/box2d/box2d-2.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+MY_PN=Box2D
+
+CMAKE_MIN_VERSION=2.8
+inherit cmake-utils eutils
+
+
+IUSE=""
+
+DESCRIPTION="Box2D is an open source physics engine written primarily for games."
+HOMEPAGE="http://www.box2d.org"
+SRC_URI="http://box2d.googlecode.com/files/${MY_PN}_v${PV}.zip"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/freeglut
+ app-arch/unzip"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_PN}_v${PV}/${MY_PN}
+
+src_configure()
+{
+ mycmakeargs="${mycmakeargs} -DBOX2D_BUILD_SHARED=ON"
+
+ cmake-utils_src_configure
+}
+
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/box2d/
@ 2012-11-08 14:03 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-11-08 14:03 UTC (permalink / raw
To: gentoo-commits
commit: ab614a7f33ba978c1e403fff086f47170f44949d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 8 14:01:29 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 8 14:01:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ab614a7f
[dev-libs/box2d] Whitespace.
Package-Manager: portage-2.1.11.31
Manifest-Sign-Key: 675D0D2C
---
dev-libs/box2d/box2d-2.1.2.ebuild | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/dev-libs/box2d/box2d-2.1.2.ebuild b/dev-libs/box2d/box2d-2.1.2.ebuild
index f0d1861..4f6402a 100644
--- a/dev-libs/box2d/box2d-2.1.2.ebuild
+++ b/dev-libs/box2d/box2d-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -9,9 +9,6 @@ MY_PN=Box2D
CMAKE_MIN_VERSION=2.8
inherit cmake-utils eutils
-
-IUSE=""
-
DESCRIPTION="Box2D is an open source physics engine written primarily for games."
HOMEPAGE="http://www.box2d.org"
SRC_URI="http://box2d.googlecode.com/files/${MY_PN}_v${PV}.zip"
@@ -27,10 +24,8 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"/${MY_PN}_v${PV}/${MY_PN}
-src_configure()
-{
+src_configure() {
mycmakeargs="${mycmakeargs} -DBOX2D_BUILD_SHARED=ON"
cmake-utils_src_configure
}
-
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/box2d/
@ 2017-06-02 14:38 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; 4+ messages in thread
From: Vadim A. Misbakh-Soloviov @ 2017-06-02 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 0fdcedeb1cab9e52b8d02d77717b0f1a16767bec
Author: Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Fri Jun 2 14:10:20 2017 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Fri Jun 2 14:10:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=0fdcedeb
box2d: bump
dev-libs/box2d/box2d-2.0.1.ebuild | 56 ---------------------------------------
dev-libs/box2d/box2d-2.1.2.ebuild | 31 ----------------------
dev-libs/box2d/box2d-2.3.1.ebuild | 45 +++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 87 deletions(-)
diff --git a/dev-libs/box2d/box2d-2.0.1.ebuild b/dev-libs/box2d/box2d-2.0.1.ebuild
deleted file mode 100644
index 1114c8b..0000000
--- a/dev-libs/box2d/box2d-2.0.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MY_PN=Box2D
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Box2D is an open source physics engine written primarily for games."
-HOMEPAGE="http://www.box2d.org"
-SRC_URI="http://box2d.googlecode.com/files/${MY_PN}_v${PV}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/freeglut
- app-arch/unzip"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_PN}_v${PV}/${MY_PN}/Source
-
-src_prepare(){
- epatch "${FILESDIR}"/${P}-gcc4.patch
- sed -i -e "s:../Source/::g" -i ../Include/Box2D.h || die sed failed
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodoc ../Readme.txt
-
- dolib.a Gen/float/lib${PN}.a
-
- insinto /usr/include/${MY_PN}/
- doins ../Include/${MY_PN}.h
- insinto /usr/include/${MY_PN}/Collision/
- doins Collision/*.h
- insinto /usr/include/${MY_PN}/Collision/Shapes/
- doins Collision/Shapes/*.h
- insinto /usr/include/${MY_PN}/Common/
- doins Common/*.h
- insinto /usr/include/${MY_PN}/Dynamics/
- doins Dynamics/*.h
- insinto /usr/include/${MY_PN}/Dynamics/Contacts/
- doins Dynamics/Contacts/*.h
- insinto /usr/include/${MY_PN}/Dynamics/Joints/
- doins Dynamics/Joints/*.h
-}
diff --git a/dev-libs/box2d/box2d-2.1.2.ebuild b/dev-libs/box2d/box2d-2.1.2.ebuild
deleted file mode 100644
index 4f6402a..0000000
--- a/dev-libs/box2d/box2d-2.1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MY_PN=Box2D
-
-CMAKE_MIN_VERSION=2.8
-inherit cmake-utils eutils
-
-DESCRIPTION="Box2D is an open source physics engine written primarily for games."
-HOMEPAGE="http://www.box2d.org"
-SRC_URI="http://box2d.googlecode.com/files/${MY_PN}_v${PV}.zip"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/freeglut
- app-arch/unzip"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/${MY_PN}_v${PV}/${MY_PN}
-
-src_configure() {
- mycmakeargs="${mycmakeargs} -DBOX2D_BUILD_SHARED=ON"
-
- cmake-utils_src_configure
-}
diff --git a/dev-libs/box2d/box2d-2.3.1.ebuild b/dev-libs/box2d/box2d-2.3.1.ebuild
new file mode 100644
index 0000000..1105a8a
--- /dev/null
+++ b/dev-libs/box2d/box2d-2.3.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=Box2D
+
+CMAKE_MIN_VERSION=2.8
+inherit cmake-utils eutils
+
+DESCRIPTION="Box2D is an open source physics engine written primarily for games."
+HOMEPAGE="http://www.box2d.org"
+SRC_URI="https://github.com/erincatto/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs examples"
+
+RDEPEND="
+ media-libs/freeglut
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"
+
+usx() {
+ usex "${1}" "ON" "OFF"
+}
+#nusx() {
+# usex "${1}" "OFF" "ON"
+#}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBOX2D_BUILD_SHARED=ON # no-shared build?
+ -DBOX2D_BUILD_STATIC=$(usx static-libs)
+ -DBOX2D_INSTALL_DOC=$(usx doc)
+# Broken:
+# -DBOX2D_BUILD_EXAMPLES=$(usx examples)
+# So:
+ -DBOX2D_BUILD_EXAMPLES=OFF
+ )
+ cmake-utils_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: dev-libs/box2d/
@ 2018-11-10 23:44 Azamat H. Hackimov
0 siblings, 0 replies; 4+ messages in thread
From: Azamat H. Hackimov @ 2018-11-10 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 93d69fe566863ce9f6fcda493fd57af1df58fce5
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 21:18:55 2018 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sat Nov 10 23:44:20 2018 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=93d69fe5
dev-libs/box2d: minor fixes to package
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-libs/box2d/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/box2d/metadata.xml b/dev-libs/box2d/metadata.xml
index 5d0ede2..1811bf7 100644
--- a/dev-libs/box2d/metadata.xml
+++ b/dev-libs/box2d/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
+<maintainer type="person">
<email>frostworks@gmx.de</email>
<name>Marcel Unbehaun</name>
</maintainer>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-11-10 23:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-10 23:44 [gentoo-commits] proj/gamerlay:master commit in: dev-libs/box2d/ Azamat H. Hackimov
-- strict thread matches above, loose matches on Subject: below --
2017-06-02 14:38 Vadim A. Misbakh-Soloviov
2012-11-08 14:03 Michael Palimaka
2011-07-14 18:10 Marcel Unbehaun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox