* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gambit/
@ 2011-06-25 17:21 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
To: gentoo-commits
commit: 8f2846c5830cee4c2a28a7e7e6eccafe13311a00
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:13:58 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:13:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f2846c5
Cleaned ebuild
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-mathematics/gambit/ChangeLog | 6 ++-
sci-mathematics/gambit/gambit-0.2010.09.01.ebuild | 44 ++++++++-------------
sci-mathematics/gambit/metadata.xml | 16 ++++----
3 files changed, 30 insertions(+), 36 deletions(-)
diff --git a/sci-mathematics/gambit/ChangeLog b/sci-mathematics/gambit/ChangeLog
index 6953686..c3d9a0e 100644
--- a/sci-mathematics/gambit/ChangeLog
+++ b/sci-mathematics/gambit/ChangeLog
@@ -1,7 +1,11 @@
-# ChangeLog for sci-misc/gambit
+# ChangeLog for sci-mathematics/gambit
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> gambit-0.2010.09.01.ebuild,
+ metadata.xml:
+ Cleaned ebuild
+
16 Apr 2011; Dongxu Li <dongxuli2011@gmail.com> ChangeLog:
Moved the the sci-mathematics category.
diff --git a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
index 132a798..9eea1b2 100644
--- a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
+++ b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
@@ -2,44 +2,34 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-DESCRIPTION="Gambit: Software Tools for Game Theory"
+EAPI=4
-HOMEPAGE="http://www.gambit-project.org/doc/index.html"
+WX_GTK_VER="2.8"
+
+inherit wxwidgets
-SRC_URI="mirror://sourceforge/gambit/${P}.tar.gz
- "
+DESCRIPTION="Gambit: Software Tools for Game Theory"
+HOMEPAGE="http://www.gambit-project.org/doc/index.html"
+SRC_URI="mirror://sourceforge/gambit/${P}.tar.gz"
#http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.pdf
#http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.tar.gz
LICENSE="GPL-2"
-
SLOT="0"
-
KEYWORDS="~amd64 ~x86"
+IUSE="X"
-#IUSE="wxwindows"
-IUSE="X"
-
-DEPEND="X? ( >=x11-libs/wxGTK-2.6
- =x11-libs/gtk+-1.2* )
- "
-
-RDEPEND=""
+DEPEND="
+ X? (
+ x11-libs/wxGTK:2.8[X]
+ x11-libs/gtk+:2 )"
+RDEPEND="${DEPEND}"
-src_compile() {
- # disable
+src_configure() {
local myconf
- if use amd64
- then
+ if use amd64; then
myconf='--disable-enumpoly'
- fi
+ fi
econf "${myconf}" \
- "$(use_enable X gui)" ||die
- emake ||die
+ $(use_enable X gui)
}
-
-src_install() {
- emake DESTDIR="${D}" install ||die
- dodoc NEWS README* AUTHORS ChangeLog
-}
-
diff --git a/sci-mathematics/gambit/metadata.xml b/sci-mathematics/gambit/metadata.xml
index f29201e..48126bd 100644
--- a/sci-mathematics/gambit/metadata.xml
+++ b/sci-mathematics/gambit/metadata.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>dongxuli2011@gmail.com</email>
- <name>Dongxu Li</name>
-</maintainer>
-<use>
- <flag name="X">
+ <herd>sci</herd>
+ <maintainer>
+ <email>dongxuli2011@gmail.com</email>
+ <name>Dongxu Li</name>
+ </maintainer>
+ <use>
+ <flag name="X">
Enable gui support using wxWidgets.
</flag>
-</use>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gambit/
@ 2015-09-21 14:04 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-21 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 06c1654398405ecdf768023b65639c3dac7788c7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:31:44 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:31:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=06c16543
sci-mathematics/gambit: Fix SRC_URI
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-mathematics/gambit/gambit-0.2010.09.01.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
index a1acba9..d36758e 100644
--- a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
+++ b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,9 +10,7 @@ inherit wxwidgets
DESCRIPTION="Gambit: Software Tools for Game Theory"
HOMEPAGE="http://www.gambit-project.org/doc/index.html"
-SRC_URI="mirror://sourceforge/gambit/${P}.tar.gz"
- #http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.pdf
- #http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.tar.gz
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gambit/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 9855bed20b3c462b25687ae3d9027d57e47a75fc
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:40:27 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:40:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9855bed2
sci-mathematics/gambit: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-mathematics/gambit/ChangeLog | 6 ++++--
sci-mathematics/gambit/metadata.xml | 3 +++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/gambit/ChangeLog b/sci-mathematics/gambit/ChangeLog
index 3d3d1a6..6643075 100644
--- a/sci-mathematics/gambit/ChangeLog
+++ b/sci-mathematics/gambit/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-mathematics/gambit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sci-mathematics/gambit: Updating remote-id in metadata.xml
+
03 Mar 2013; Justin Lecher <jlec@gentoo.org> gambit-0.2010.09.01.ebuild,
metadata.xml:
Fix header and move to EAPI=5
@@ -15,4 +18,3 @@
15 Apr 2011; Dongxu Li <dongxuli2011@gmail.com> +gambit-0.2010.09.01.ebuild +Manifest +metadata.html +ChangeLog:
Initial port. #47670
-
diff --git a/sci-mathematics/gambit/metadata.xml b/sci-mathematics/gambit/metadata.xml
index 917e7fd..63f1ab7 100644
--- a/sci-mathematics/gambit/metadata.xml
+++ b/sci-mathematics/gambit/metadata.xml
@@ -11,4 +11,7 @@
Enable gui support using wxWidgets.
</flag>
</use>
+ <upstream>
+ <remote-id type="sourceforge">gambit</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/gambit/
@ 2011-04-16 22:20 Dongxu Li
0 siblings, 0 replies; 4+ messages in thread
From: Dongxu Li @ 2011-04-16 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 38a40d450a25576a8075708cf9b109d6547d1df2
Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 16 22:19:16 2011 +0000
Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
CommitDate: Sat Apr 16 22:19:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=38a40d45
sci-mathematics/gambit: new category, moved from sci-misc
---
sci-mathematics/gambit/ChangeLog | 10 +++++
sci-mathematics/gambit/gambit-0.2010.09.01.ebuild | 45 +++++++++++++++++++++
sci-mathematics/gambit/metadata.xml | 14 ++++++
3 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/sci-mathematics/gambit/ChangeLog b/sci-mathematics/gambit/ChangeLog
new file mode 100644
index 0000000..6953686
--- /dev/null
+++ b/sci-mathematics/gambit/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-misc/gambit
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 16 Apr 2011; Dongxu Li <dongxuli2011@gmail.com> ChangeLog:
+ Moved the the sci-mathematics category.
+
+ 15 Apr 2011; Dongxu Li <dongxuli2011@gmail.com> +gambit-0.2010.09.01.ebuild +Manifest +metadata.html +ChangeLog:
+ Initial port. #47670
+
diff --git a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
new file mode 100644
index 0000000..132a798
--- /dev/null
+++ b/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Gambit: Software Tools for Game Theory"
+
+HOMEPAGE="http://www.gambit-project.org/doc/index.html"
+
+SRC_URI="mirror://sourceforge/gambit/${P}.tar.gz
+ "
+ #http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.pdf
+ #http://econweb.tamu.edu/gambit/doc/${PN}-manual-${PV}.tar.gz
+
+LICENSE="GPL-2"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+#IUSE="wxwindows"
+IUSE="X"
+
+DEPEND="X? ( >=x11-libs/wxGTK-2.6
+ =x11-libs/gtk+-1.2* )
+ "
+
+RDEPEND=""
+
+src_compile() {
+ # disable
+ local myconf
+ if use amd64
+ then
+ myconf='--disable-enumpoly'
+ fi
+ econf "${myconf}" \
+ "$(use_enable X gui)" ||die
+ emake ||die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install ||die
+ dodoc NEWS README* AUTHORS ChangeLog
+}
+
diff --git a/sci-mathematics/gambit/metadata.xml b/sci-mathematics/gambit/metadata.xml
new file mode 100644
index 0000000..f29201e
--- /dev/null
+++ b/sci-mathematics/gambit/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci</herd>
+<maintainer>
+ <email>dongxuli2011@gmail.com</email>
+ <name>Dongxu Li</name>
+</maintainer>
+<use>
+ <flag name="X">
+ Enable gui support using wxWidgets.
+ </flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-21 14:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:21 [gentoo-commits] proj/sci:master commit in: sci-mathematics/gambit/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-09-21 14:04 Justin Lecher
2015-06-08 12:19 Justin Lecher
2011-04-16 22:20 Dongxu Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox