public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.6.5.ebuild ChangeLog
@ 2007-11-12 18:28 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2007-11-12 18:28 UTC (permalink / raw
  To: gentoo-commits

bicatali    07/11/12 18:28:29

  Modified:             gretl-1.6.5.ebuild ChangeLog
  Log:
  Fixed build without nls (bug #198720) and propagate some flags in the command line Makefile.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.2                  sci-mathematics/gretl/gretl-1.6.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild?r1=1.1&r2=1.2

Index: gretl-1.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gretl-1.6.5.ebuild	7 Nov 2007 09:13:18 -0000	1.1
+++ gretl-1.6.5.ebuild	12 Nov 2007 18:28:28 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v 1.1 2007/11/07 09:13:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v 1.2 2007/11/12 18:28:28 bicatali Exp $
 
 inherit eutils gnome2
 
@@ -34,6 +34,15 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	# fix when nls not selected (bug #198720)
+	epatch "${FILESDIR}"/${P}-nls.patch
+	# makefile in cli not propagating flags
+	epatch "${FILESDIR}"/${P}-cli.patch
+}
+
 src_compile() {
 
 	local myconf



1.2                  sci-mathematics/gretl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	7 Nov 2007 09:13:18 -0000	1.1
+++ ChangeLog	12 Nov 2007 18:28:28 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/gretl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.1 2007/11/07 09:13:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.2 2007/11/12 18:28:28 bicatali Exp $
+
+  12 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
+  +files/gretl-1.6.5-cli.patch, +files/gretl-1.6.5-nls.patch,
+  gretl-1.6.5.ebuild:
+  Fixed build without nls (bug #198720) and propagate some flags in the
+  command line Makefile.
 
 *gretl-1.6.5 (07 Nov 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.6.5.ebuild ChangeLog
@ 2007-11-22  0:23 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2007-11-22  0:23 UTC (permalink / raw
  To: gentoo-commits

bicatali    07/11/22 00:23:51

  Modified:             gretl-1.6.5.ebuild ChangeLog
  Log:
  Now force nls (see bug #198720), and do not force both shared and static
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.3                  sci-mathematics/gretl/gretl-1.6.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild?r1=1.2&r2=1.3

Index: gretl-1.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gretl-1.6.5.ebuild	12 Nov 2007 18:28:28 -0000	1.2
+++ gretl-1.6.5.ebuild	22 Nov 2007 00:23:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v 1.2 2007/11/12 18:28:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.6.5.ebuild,v 1.3 2007/11/22 00:23:50 bicatali Exp $
 
 inherit eutils gnome2
 
@@ -12,7 +12,9 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="accessibility gmp gnome gtk nls png readline sourceview"
+# 1.6.5 too buggy without nls. now forcing.
+#IUSE="accessibility gmp gnome gtk nls png readline sourceview"
+IUSE="accessibility gmp gnome gtk png readline sourceview"
 
 RDEPEND="dev-libs/libxml2
 	>=dev-libs/glib-2
@@ -59,12 +61,10 @@
 	fi
 
 	econf \
-		--enable-static \
-		--enable-shared \
+		--with-nls \
 		--with-mpfr \
 		--without-libole2 \
 		--without-gtkextra \
-		$(use_enable nls) \
 		$(use_enable png png-comments) \
 		$(use_with readline) \
 		$(use_with gmp) \



1.3                  sci-mathematics/gretl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	12 Nov 2007 18:28:28 -0000	1.2
+++ ChangeLog	22 Nov 2007 00:23:50 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/gretl
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.2 2007/11/12 18:28:28 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.3 2007/11/22 00:23:50 bicatali Exp $
+
+  21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> gretl-1.6.5.ebuild:
+  Now force nls (see bug #198720), and do not force both shared and static (do it
+  with EXTRA_ECONF)
 
   12 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
   +files/gretl-1.6.5-cli.patch, +files/gretl-1.6.5-nls.patch,



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-22  0:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22  0:23 [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.6.5.ebuild ChangeLog Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-12 18:28 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox