From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QaWeS-0003G3-Cz for garchives@archives.gentoo.org; Sat, 25 Jun 2011 17:28:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BEEA1C162; Sat, 25 Jun 2011 17:21:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 172FD1C158 for ; Sat, 25 Jun 2011 17:21:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6B962AC066 for ; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1B8C280048 for ; Sat, 25 Jun 2011 17:21:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <8f2846c5830cee4c2a28a7e7e6eccafe13311a00.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/gambit/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/gambit/ChangeLog sci-mathematics/gambit/gambit-0.2010.09.01.ebuild sci-mathematics/gambit/metadata.xml X-VCS-Directories: sci-mathematics/gambit/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8f2846c5830cee4c2a28a7e7e6eccafe13311a00 Date: Sat, 25 Jun 2011 17:21:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2ce7c41774e2adfbb08cea9ca103b383 commit: 8f2846c5830cee4c2a28a7e7e6eccafe13311a00 Author: Justin Lecher gentoo org> AuthorDate: Sat Jun 25 13:13:58 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jun 25 13:13:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8f2846c5 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/Ch= angeLog 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: $ =20 + 25 Jun 2011; Justin Lecher gambit-0.2010.09.01.ebuil= d, + metadata.xml: + Cleaned ebuild + 16 Apr 2011; Dongxu Li ChangeLog: Moved the the sci-mathematics category. =20 diff --git a/sci-mathematics/gambit/gambit-0.2010.09.01.ebuild b/sci-math= ematics/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: $ =20 -DESCRIPTION=3D"Gambit: Software Tools for Game Theory" +EAPI=3D4 =20 -HOMEPAGE=3D"http://www.gambit-project.org/doc/index.html" +WX_GTK_VER=3D"2.8" + +inherit wxwidgets =20 -SRC_URI=3D"mirror://sourceforge/gambit/${P}.tar.gz - " +DESCRIPTION=3D"Gambit: Software Tools for Game Theory" +HOMEPAGE=3D"http://www.gambit-project.org/doc/index.html" +SRC_URI=3D"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 =20 LICENSE=3D"GPL-2" - SLOT=3D"0" - KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"X" =20 -#IUSE=3D"wxwindows"=20 -IUSE=3D"X"=20 - -DEPEND=3D"X? ( >=3Dx11-libs/wxGTK-2.6=20 - =3Dx11-libs/gtk+-1.2* ) - " - -RDEPEND=3D"" +DEPEND=3D" + X? ( + x11-libs/wxGTK:2.8[X] + x11-libs/gtk+:2 )" +RDEPEND=3D"${DEPEND}" =20 -src_compile() { - # disable=20 +src_configure() { local myconf - if use amd64 - then + if use amd64; then myconf=3D'--disable-enumpoly' - fi + fi econf "${myconf}" \ - "$(use_enable X gui)" ||die - emake ||die + $(use_enable X gui) } - -src_install() { - emake DESTDIR=3D"${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 @@ -sci - - dongxuli2011@gmail.com - Dongxu Li - - - + sci + + dongxuli2011@gmail.com + Dongxu Li + + + Enable gui support using wxWidgets.=20 - +