* [gentoo-commits] gentoo-x86 commit in sci-visualization/grace: metadata.xml grace-5.1.22-r2.ebuild ChangeLog
@ 2012-02-09 9:44 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-02-09 9:44 UTC (permalink / raw
To: gentoo-commits
jlec 12/02/09 09:44:14
Modified: metadata.xml grace-5.1.22-r2.ebuild ChangeLog
Log:
Keyworded for ~-linux prefix, die sanity
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Revision Changes Path
1.6 sci-visualization/grace/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 15 Apr 2008 16:34:25 -0000 1.5
+++ metadata.xml 9 Feb 2012 09:44:13 -0000 1.6
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<herd>graphics</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <herd>graphics</herd>
+ <longdescription lang="en">
Grace is a point-and-click tool that allows the user to draw X-Y
plots. This is the program formerly known as Xmgr.
1.16 sci-visualization/grace/grace-5.1.22-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild?r1=1.15&r2=1.16
Index: grace-5.1.22-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- grace-5.1.22-r2.ebuild 23 Oct 2011 15:36:31 -0000 1.15
+++ grace-5.1.22-r2.ebuild 9 Feb 2012 09:44:13 -0000 1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild,v 1.15 2011/10/23 15:36:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild,v 1.16 2012/02/09 09:44:13 jlec Exp $
EAPI=4
@@ -14,7 +14,7 @@
SLOT="0"
LICENSE="GPL-2 LGPL-2"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="fortran fftw jpeg netcdf png"
DEPEND="
@@ -52,7 +52,7 @@
# don't strip if not asked for
sed -i \
-e 's:$(INSTALL_PROGRAM) -s:$(INSTALL_PROGRAM):g' \
- {auxiliary,grconvert,src}/Makefile
+ {auxiliary,grconvert,src}/Makefile || die
sed -i \
-e 's:$(GRACE_HOME)/bin:$(PREFIX)/bin:g' \
@@ -101,7 +101,7 @@
dosym ../../${PN}/doc /usr/share/doc/${PF}/html
doman "${ED}"/usr/share/doc/${PF}/html/*.1
- rm -f "${ED}"/usr/share/doc/${PF}/html/*.1
- doicon "${WORKDIR}"/${PN}.png || die
+ rm -f "${ED}"/usr/share/doc/${PF}/html/*.1 || die
+ doicon "${WORKDIR}"/${PN}.png
make_desktop_entry xmgrace Grace grace
}
1.59 sci-visualization/grace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 23 Oct 2011 20:08:59 -0000 1.58
+++ ChangeLog 9 Feb 2012 09:44:13 -0000 1.59
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/grace
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.58 2011/10/23 20:08:59 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.59 2012/02/09 09:44:13 jlec Exp $
+
+ 09 Feb 2012; Justin Lecher <jlec@gentoo.org> grace-5.1.22-r2.ebuild,
+ metadata.xml:
+ Keyworded for ~-linux prefix, die sanity
23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -grace-5.1.22-r1.ebuild:
old
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-09 9:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09 9:44 [gentoo-commits] gentoo-x86 commit in sci-visualization/grace: metadata.xml grace-5.1.22-r2.ebuild ChangeLog Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox