From: "Sebastien Fabbro (bicatali)" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gdl: gdl-0.9.2-r2.ebuild ChangeLog
Date: Tue, 11 Dec 2012 19:42:52 +0000 (UTC) [thread overview]
Message-ID: <20121211194252.A98A92171D@flycatcher.gentoo.org> (raw)
bicatali 12/12/11 19:42:52
Modified: gdl-0.9.2-r2.ebuild ChangeLog
Log:
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21418-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.3 dev-lang/gdl/gdl-0.9.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild?r1=1.2&r2=1.3
Index: gdl-0.9.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gdl-0.9.2-r2.ebuild 29 Jul 2012 19:53:42 -0000 1.2
+++ gdl-0.9.2-r2.ebuild 11 Dec 2012 19:42:52 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild,v 1.2 2012/07/29 19:53:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild,v 1.3 2012/12/11 19:42:52 bicatali Exp $
EAPI=4
@@ -18,11 +18,12 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="fftw grib gshhs hdf hdf5 imagemagick netcdf openmp proj postscript python
static-libs udunits wxwidgets"
-RDEPEND="sci-libs/gsl
+RDEPEND="
+ sci-libs/gsl
sci-libs/plplot
sys-libs/ncurses
sys-libs/readline
@@ -92,7 +93,7 @@
src_configure() {
# MPI is still very buggy
# x11=off does not compile
- mycmakeargs+=(
+ local mycmakeargs+=(
-DMPICH=OFF
-DBUNDLED_ANTLR=OFF
-DX11=ON
@@ -138,6 +139,6 @@
python_execute_function -s installation
dodoc PYTHON.txt
fi
- echo "GDL_PATH=\"+${EPREFIX}/usr/share/gnudatalanguage\"" > 50gdl
+ echo "GDL_PATH=\"+${EROOT}/usr/share/gnudatalanguage\"" > 50gdl
doenvd 50gdl
}
1.34 dev-lang/gdl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/gdl/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 29 Jul 2012 19:53:42 -0000 1.33
+++ ChangeLog 11 Dec 2012 19:42:52 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/gdl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v 1.33 2012/07/29 19:53:42 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/ChangeLog,v 1.34 2012/12/11 19:42:52 bicatali Exp $
+
+ 11 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> gdl-0.9.2-r2.ebuild:
+ Keyword amd64-linux and x86-linux
29 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> gdl-0.9.2-r2.ebuild:
Impose -odbc for wxGTK because of conflicting types between GDL types and SQL
next reply other threads:[~2012-12-11 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-11 19:42 Sebastien Fabbro (bicatali) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-29 19:53 [gentoo-commits] gentoo-x86 commit in dev-lang/gdl: gdl-0.9.2-r2.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=20121211194252.A98A92171D@flycatcher.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