diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-07 03:46:47 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-07 03:46:47 +0000 |
commit | cc45c995052703f2a6d69f0d72cb423d4092eb60 (patch) | |
tree | d53a6ac9d3636a94bdd7f8ba1f3be62834fbd74a /sci-visualization | |
parent | clarifying mask reasoning for nvidia-drivers (diff) | |
download | gentoo-2-cc45c995052703f2a6d69f0d72cb423d4092eb60.tar.gz gentoo-2-cc45c995052703f2a6d69f0d72cb423d4092eb60.tar.bz2 gentoo-2-cc45c995052703f2a6d69f0d72cb423d4092eb60.zip |
Version bump
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/quickplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/quickplot/metadata.xml | 18 | ||||
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.10.3.ebuild | 11 |
3 files changed, 18 insertions, 18 deletions
diff --git a/sci-visualization/quickplot/ChangeLog b/sci-visualization/quickplot/ChangeLog index 2cf611b5b9cd..36b327e7636e 100644 --- a/sci-visualization/quickplot/ChangeLog +++ b/sci-visualization/quickplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/quickplot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.17 2012/05/04 08:07:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/ChangeLog,v 1.18 2012/08/07 03:46:47 bicatali Exp $ + + 07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml, + quickplot-0.10.3.ebuild: + Version bump 04 May 2012; Jeff Horelick <jdhore@gentoo.org> quickplot-0.8.13-r1.ebuild, quickplot-0.10.2.ebuild, quickplot-0.10.3.ebuild: @@ -102,4 +106,3 @@ Initial import - thanks to Michael Labhard <m.labhard@comcast.net> bug 49103, and Lance Arenault <lanceman@bev.net> bug 49725 for the initial ebuilds. I added the gcc patch to fix compilation problems with GCC 3.4. - diff --git a/sci-visualization/quickplot/metadata.xml b/sci-visualization/quickplot/metadata.xml index 403c74ee6503..2308a0885c81 100644 --- a/sci-visualization/quickplot/metadata.xml +++ b/sci-visualization/quickplot/metadata.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <longdescription> - Quickplot is a fast interactive 2D plotter with infinite zooming, value - picking, pipe input, and unlimited plots displayed. Quickplot is meant for - looking at your data quickly and of secondary importance is making static - pictures of your data. It's a data viewer, not a plot editor. It reads - ASCII text and sound files. It has lots of command line options, making it - very shell script friendly. - </longdescription> +<herd>sci</herd> +<longdescription> + Quickplot is a fast interactive 2D plotter with infinite zooming, value + picking, pipe input, and unlimited plots displayed. Quickplot is meant for + looking at your data quickly and of secondary importance is making static + pictures of your data. It's a data viewer, not a plot editor. It reads + ASCII text and sound files. It has lots of command line options, making it + very shell script friendly. +</longdescription> </pkgmetadata> diff --git a/sci-visualization/quickplot/quickplot-0.10.3.ebuild b/sci-visualization/quickplot/quickplot-0.10.3.ebuild index 46805e98da8f..25f70655c96e 100644 --- a/sci-visualization/quickplot/quickplot-0.10.3.ebuild +++ b/sci-visualization/quickplot/quickplot-0.10.3.ebuild @@ -1,16 +1,14 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.3.ebuild,v 1.2 2012/05/04 08:07:00 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/quickplot/quickplot-0.10.3.ebuild,v 1.3 2012/08/07 03:46:47 bicatali Exp $ EAPI=4 -#AUTOTOOLS_AUTORECONF=true - inherit autotools-utils eutils DESCRIPTION="A fast interactive 2D plotter" HOMEPAGE="http://quickplot.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" SLOT="0" LICENSE="GPL-3" @@ -33,8 +31,7 @@ src_configure() { src_install () { autotools-utils_src_install - make_desktop_entry 'quickplot --no-pipe' Quickplot quickplot Graphics - mv "${D}"/usr/share/applications/quickplot*.desktop \ - "${D}"/usr/share/applications/quickplot.desktop || die + mv "${ED}"/usr/share/applications/quickplot*.desktop \ + "${ED}"/usr/share/applications/quickplot.desktop || die } |