public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/gri: gri-2.12.23.ebuild ChangeLog
@ 2011-07-28  0:10 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-07-28  0:10 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/07/28 00:10:12

  Modified:             ChangeLog
  Added:                gri-2.12.23.ebuild
  Log:
  Version bump. Switched to EAPI4. Fixed bug #248372 and bug #314373
  
  (Portage version: 2.1.10.7/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-visualization/gri/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	15 Jun 2011 05:55:30 -0000	1.6
+++ ChangeLog	28 Jul 2011 00:10:12 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sci-visualization/gri
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.6 2011/06/15 05:55:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.7 2011/07/28 00:10:12 bicatali Exp $
+
+*gri-2.12.23 (28 Jul 2011)
+
+  28 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> +gri-2.12.23.ebuild:
+  Version bump. Switched to EAPI4. Fixed bug #248372 and bug #314373
 
   15 Jun 2011; Justin Lecher <jlec@gentoo.org> gri-2.12.19.ebuild:
   Depend on media-gfx/imagemagick[png], #371583



1.1                  sci-visualization/gri/gri-2.12.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.1&content-type=text/plain

Index: gri-2.12.23.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.1 2011/07/28 00:10:12 bicatali Exp $

EAPI=4

inherit eutils elisp-common

DESCRIPTION="Language for scientific graphics programming"
HOMEPAGE="http://gri.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc emacs examples"

DEPEND="sci-libs/netcdf
	virtual/latex-base
	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] )
	app-text/ghostscript-gpl
	emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"

SITEFILE="50gri-gentoo.el"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2.12.18-postscript.patch
}

src_compile() {
	VARTEXFONTS="${T}/fonts" emake
	use emacs && elisp-compile src/*.el
}

src_install() {
	default
	# license text not necessary
	rm "${ED}"/usr/share/gri/doc/license.txt

	# install target installs it always and in the wrong location
	# remove it here and call elisp-install in case of USE=emacs below
	rm -rf "${ED}"/usr/share/emacs

	if ! use doc; then
		sed -i -e "s/Manual at.*//" "${ED}"/usr/share/gri/startup.msg
		rm "${ED}"/usr/share/gri/doc/{cmd,}refcard.ps
		rm -rf "${D}"/usr/share/gri/doc/html
	fi
	if ! use examples; then
		sed -i -e "s/Examples at.*//" "${ED}"/usr/share/gri/startup.msg
		rm -rf "${ED}"/usr/share/gri/doc/examples
	fi

	#move docs to the proper place
	mv "${ED}"/usr/share/gri/doc/* "${ED}"/usr/share/doc/${PF}
	rmdir "${ED}"/usr/share/gri/doc

	if use emacs; then
		cd src
		elisp-install ${PN} *.{el,elc}
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/gri: gri-2.12.23.ebuild ChangeLog
@ 2011-08-08 16:44 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-08-08 16:44 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/08/08 16:44:56

  Modified:             gri-2.12.23.ebuild ChangeLog
  Log:
  Updated netcdf dependency, thanks dli
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-visualization/gri/gri-2.12.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?r1=1.1&r2=1.2

Index: gri-2.12.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gri-2.12.23.ebuild	28 Jul 2011 00:10:12 -0000	1.1
+++ gri-2.12.23.ebuild	8 Aug 2011 16:44:56 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.1 2011/07/28 00:10:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.2 2011/08/08 16:44:56 bicatali Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc emacs examples"
 
-DEPEND="sci-libs/netcdf
+DEPEND=">=sci-libs/netcdf-4
 	virtual/latex-base
 	|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[png] )
 	app-text/ghostscript-gpl



1.8                  sci-visualization/gri/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	28 Jul 2011 00:10:12 -0000	1.7
+++ ChangeLog	8 Aug 2011 16:44:56 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gri
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.7 2011/07/28 00:10:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.8 2011/08/08 16:44:56 bicatali Exp $
+
+  08 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> gri-2.12.23.ebuild:
+  Updated netcdf dependency, thanks dli
 
 *gri-2.12.23 (28 Jul 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/gri: gri-2.12.23.ebuild ChangeLog
@ 2011-08-12 16:29 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-08-12 16:29 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/08/12 16:29:57

  Modified:             gri-2.12.23.ebuild ChangeLog
  Log:
  Trick maintainer-more QA warn, add some die functions, run mv only if there is something to mv
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-visualization/gri/gri-2.12.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?r1=1.2&r2=1.3

Index: gri-2.12.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gri-2.12.23.ebuild	8 Aug 2011 16:44:56 -0000	1.2
+++ gri-2.12.23.ebuild	12 Aug 2011 16:29:57 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.2 2011/08/08 16:44:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.3 2011/08/12 16:29:57 bicatali Exp $
 
 EAPI=4
 
@@ -26,6 +26,9 @@
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-2.12.18-postscript.patch
+	# Makefile.am contains a call to the missing script that triggers gentoo qa
+	sed -i -e 's|${SHELL} ../missing --run tex|tex|g' \
+		doc/Makefile.in || die
 }
 
 src_compile() {
@@ -36,25 +39,26 @@
 src_install() {
 	default
 	# license text not necessary
-	rm "${ED}"/usr/share/gri/doc/license.txt
+	rm "${ED}"/usr/share/gri/doc/license.txt || die
 
 	# install target installs it always and in the wrong location
 	# remove it here and call elisp-install in case of USE=emacs below
-	rm -rf "${ED}"/usr/share/emacs
+	rm -rf "${ED}"/usr/share/emacs || die
 
 	if ! use doc; then
-		sed -i -e "s/Manual at.*//" "${ED}"/usr/share/gri/startup.msg
-		rm "${ED}"/usr/share/gri/doc/{cmd,}refcard.ps
-		rm -rf "${D}"/usr/share/gri/doc/html
+		sed -i -e "s/Manual at.*//" "${ED}"/usr/share/gri/startup.msg || die
+		rm "${ED}"/usr/share/gri/doc/{cmd,}refcard.ps || die
+		rm -rf "${ED}"/usr/share/gri/doc/html || die
 	fi
 	if ! use examples; then
-		sed -i -e "s/Examples at.*//" "${ED}"/usr/share/gri/startup.msg
-		rm -rf "${ED}"/usr/share/gri/doc/examples
+		sed -i -e "s/Examples at.*//" "${ED}"/usr/share/gri/startup.msg || die
+		rm -rf "${ED}"/usr/share/gri/doc/examples || die
 	fi
-
 	#move docs to the proper place
-	mv "${ED}"/usr/share/gri/doc/* "${ED}"/usr/share/doc/${PF}
-	rmdir "${ED}"/usr/share/gri/doc
+	use doc || use examples && \
+		mv -f "${ED}"/usr/share/gri/doc/* "${ED}"/usr/share/doc/${PF}
+	rm -rf "${ED}"/usr/share/gri/doc || die
+
 
 	if use emacs; then
 		cd src



1.9                  sci-visualization/gri/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Aug 2011 16:44:56 -0000	1.8
+++ ChangeLog	12 Aug 2011 16:29:57 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/gri
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.8 2011/08/08 16:44:56 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.9 2011/08/12 16:29:57 bicatali Exp $
+
+  12 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> gri-2.12.23.ebuild:
+  Trick maintainer-more QA warn, add some die functions, run mv only if there
+  is something to mv
 
   08 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> gri-2.12.23.ebuild:
   Updated netcdf dependency, thanks dli






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/gri: gri-2.12.23.ebuild ChangeLog
@ 2015-06-22 12:56 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2015-06-22 12:56 UTC (permalink / raw
  To: gentoo-commits

jlec        15/06/22 12:56:09

  Modified:             gri-2.12.23.ebuild ChangeLog
  Log:
  Backport patch for texinfo5, bug #513566
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.8                  sci-visualization/gri/gri-2.12.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?r1=1.7&r2=1.8

Index: gri-2.12.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gri-2.12.23.ebuild	28 Jan 2013 08:38:57 -0000	1.7
+++ gri-2.12.23.ebuild	22 Jun 2015 12:56:09 -0000	1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.7 2013/01/28 08:38:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.8 2015/06/22 12:56:09 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils elisp-common
 
@@ -28,7 +28,8 @@
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${PN}-2.12.18-postscript.patch \
-		"${FILESDIR}"/${P}-perl-5.16.patch
+		"${FILESDIR}"/${P}-perl-5.16.patch \
+		"${FILESDIR}"/${P}-texinfo5.patch
 	# Makefile.am contains a call to the missing script that triggers gentoo qa
 	sed -i -e 's|${SHELL} ../missing --run tex|tex|g' \
 		doc/Makefile.in || die



1.13                 sci-visualization/gri/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	28 Jan 2013 08:38:57 -0000	1.12
+++ ChangeLog	22 Jun 2015 12:56:09 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/gri
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.12 2013/01/28 08:38:57 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.13 2015/06/22 12:56:09 jlec Exp $
+
+  22 Jun 2015; Justin Lecher <jlec@gentoo.org>
+  +files/gri-2.12.23-texinfo5.patch, gri-2.12.23.ebuild:
+  Backport patch for texinfo5, bug #513566
 
   28 Jan 2013; Justin Lecher <jlec@gentoo.org> gri-2.12.23.ebuild,
   metadata.xml:





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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/gri: gri-2.12.23.ebuild ChangeLog
@ 2015-06-23  9:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2015-06-23  9:06 UTC (permalink / raw
  To: gentoo-commits

jlec        15/06/23 09:06:46

  Modified:             gri-2.12.23.ebuild ChangeLog
  Log:
  Add missing USE=hdf5, bug #552912
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.9                  sci-visualization/gri/gri-2.12.23.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild?r1=1.8&r2=1.9

Index: gri-2.12.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gri-2.12.23.ebuild	22 Jun 2015 12:56:09 -0000	1.8
+++ gri-2.12.23.ebuild	23 Jun 2015 09:06:46 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.8 2015/06/22 12:56:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/gri-2.12.23.ebuild,v 1.9 2015/06/23 09:06:46 jlec Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc emacs examples"
+IUSE="doc emacs examples hdf5"
 
 DEPEND="
 	>=sci-libs/netcdf-4



1.14                 sci-visualization/gri/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gri/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Jun 2015 12:56:09 -0000	1.13
+++ ChangeLog	23 Jun 2015 09:06:46 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/gri
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.13 2015/06/22 12:56:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gri/ChangeLog,v 1.14 2015/06/23 09:06:46 jlec Exp $
+
+  23 Jun 2015; Justin Lecher <jlec@gentoo.org> gri-2.12.23.ebuild:
+  Add missing USE=hdf5, bug #552912
 
   22 Jun 2015; Justin Lecher <jlec@gentoo.org>
   +files/gri-2.12.23-texinfo5.patch, gri-2.12.23.ebuild:





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

end of thread, other threads:[~2015-06-23  9:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-22 12:56 [gentoo-commits] gentoo-x86 commit in sci-visualization/gri: gri-2.12.23.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-23  9:06 Justin Lecher (jlec)
2011-08-12 16:29 Sebastien Fabbro (bicatali)
2011-08-08 16:44 Sebastien Fabbro (bicatali)
2011-07-28  0:10 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