public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/grace: grace-5.1.22-r2.ebuild ChangeLog grace-5.1.22-r1.ebuild
Date: Mon, 13 Jun 2011 11:33:59 +0000 (UTC)	[thread overview]
Message-ID: <20110613113359.5167720054@flycatcher.gentoo.org> (raw)

jlec        11/06/13 11:33:59

  Modified:             grace-5.1.22-r2.ebuild ChangeLog
                        grace-5.1.22-r1.ebuild
  Log:
  No binaryfiles in VCS please, #370885
  
  (Portage version: 2.2.0_alpha40/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild?r1=1.6&r2=1.7

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grace-5.1.22-r2.ebuild	8 Jun 2011 15:14:04 -0000	1.6
+++ grace-5.1.22-r2.ebuild	13 Jun 2011 11:33:59 -0000	1.7
@@ -1,29 +1,32 @@
 # Copyright 1999-2011 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.6 2011/06/08 15:14:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r2.ebuild,v 1.7 2011/06/13 11:33:59 jlec Exp $
+
+EAPI=4
 
-EAPI=3
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Motif based XY-plotting tool"
 HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/"
-SRC_URI="ftp://plasma-gate.weizmann.ac.il/pub/${PN}/src/stable/${P}.tar.gz"
+SRC_URI="
+	http://dev.gentoo.org/~jlec/distfiles/${PN}.png.tar
+	ftp://plasma-gate.weizmann.ac.il/pub/${PN}/src/stable/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="fortran fftw jpeg netcdf png"
 
-DEPEND=">=x11-libs/openmotif-2.3:0
-	sys-libs/zlib
+DEPEND="
 	media-libs/t1lib
 	media-libs/tiff
+	sys-libs/zlib
+	>=x11-libs/openmotif-2.3:0
 	x11-libs/xbae
 	fftw? ( sci-libs/fftw:2.1 )
+	jpeg? ( virtual/jpeg )
 	netcdf? ( sci-libs/netcdf )
-	png? ( media-libs/libpng )
-	jpeg? ( virtual/jpeg )"
-
+	png? ( media-libs/libpng )"
 RDEPEND="${DEPEND}
 	x11-misc/xdg-utils"
 
@@ -88,14 +91,13 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc CHANGES ChangeLog DEVELOPERS README || die
+	default
 
 	dosym ../../${PN}/examples /usr/share/doc/${PF}/examples
 	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 "${FILESDIR}"/${PN}.png || die
+	doicon "${WORKDIR}"/${PN}.png || die
 	make_desktop_entry xmgrace Grace grace
 }



1.49                 sci-visualization/grace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	8 Jun 2011 15:14:04 -0000	1.48
+++ ChangeLog	13 Jun 2011 11:33:59 -0000	1.49
@@ -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.48 2011/06/08 15:14:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/ChangeLog,v 1.49 2011/06/13 11:33:59 jlec Exp $
+
+  13 Jun 2011; Justin Lecher <jlec@gentoo.org> grace-5.1.22-r1.ebuild,
+  grace-5.1.22-r2.ebuild, -files/grace.png:
+  No binaryfiles in VCS please, #370885
 
   08 Jun 2011; Jeroen Roovers <jer@gentoo.org> grace-5.1.22-r1.ebuild,
   grace-5.1.22-r2.ebuild:



1.13                 sci-visualization/grace/grace-5.1.22-r1.ebuild

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

Index: grace-5.1.22-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- grace-5.1.22-r1.ebuild	8 Jun 2011 15:14:04 -0000	1.12
+++ grace-5.1.22-r1.ebuild	13 Jun 2011 11:33:59 -0000	1.13
@@ -1,13 +1,15 @@
 # Copyright 1999-2011 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-r1.ebuild,v 1.12 2011/06/08 15:14:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/grace/grace-5.1.22-r1.ebuild,v 1.13 2011/06/13 11:33:59 jlec Exp $
 
 EAPI=3
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Motif based XY-plotting tool"
 HOMEPAGE="http://plasma-gate.weizmann.ac.il/Grace/"
-SRC_URI="ftp://plasma-gate.weizmann.ac.il/pub/${PN}/src/stable/${P}.tar.gz"
+SRC_URI="
+	http://dev.gentoo.org/~jlec/distfiles/${PN}.png.tar
+	ftp://plasma-gate.weizmann.ac.il/pub/${PN}/src/stable/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
@@ -91,6 +93,6 @@
 
 	doman "${ED}"/usr/share/doc/${PF}/html/*.1
 	rm -f "${ED}"/usr/share/doc/${PF}/html/*.1
-	doicon "${FILESDIR}"/${PN}.png || die "failed installing icon"
+	doicon "${WORKDIR}"/${PN}.png || die "failed installing icon"
 	make_desktop_entry xmgrace Grace grace
 }






             reply	other threads:[~2011-06-13 11:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-13 11:33 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21 14:30 [gentoo-commits] gentoo-x86 commit in sci-visualization/grace: grace-5.1.22-r2.ebuild ChangeLog grace-5.1.22-r1.ebuild Justin Lecher (jlec)
2011-06-21  9:56 Justin Lecher (jlec)
2011-06-08 15:14 Jeroen Roovers (jer)
2011-02-22 17:02 Tomas Chvatal (scarabeus)
2010-11-08 17:57 Kacper Kowalik (xarthisius)
2010-10-10 21:58 Ulrich Mueller (ulm)

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=20110613113359.5167720054@flycatcher.gentoo.org \
    --to=jlec@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