public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/xyscan: metadata.xml ChangeLog xyscan-3.1.0.ebuild
@ 2009-01-30  9:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-01-30  9:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/01/30 09:55:42

  Modified:             metadata.xml ChangeLog
  Added:                xyscan-3.1.0.ebuild
  Log:
  Version bump. Thanks Benjamin Bannier, bug #256674
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-visualization/xyscan/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	3 Jul 2008 22:55:15 -0000	1.1
+++ metadata.xml	30 Jan 2009 09:55:42 -0000	1.2
@@ -1,9 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>markusle@gentoo.org</email>
-		<name>Markus Dittrich</name>
-	</maintainer>
+  <herd>sci</herd>
+  <maintainer>
+    <email>markusle@gentoo.org</email>
+    <name>Markus Dittrich</name>
+  </maintainer>
+<longdescription lang="en">
+  xyscan is a tool for scientist in the need to extract data points,
+  i.e. numeric values, from a plot. It allows to scan the plots and
+  extract data points including the size of the error bars (both in x
+  and y). It can handle plots with linear and logarithmic scales.
+</longdescription>
 </pkgmetadata>



1.3                  sci-visualization/xyscan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	5 Jul 2008 06:50:55 -0000	1.2
+++ ChangeLog	30 Jan 2009 09:55:42 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/xyscan
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.2 2008/07/05 06:50:55 swegener Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.3 2009/01/30 09:55:42 bicatali Exp $
+
+*xyscan-3.1.0 (30 Jan 2009)
+
+  30 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+  +xyscan-3.1.0.ebuild:
+  Version bump. Thanks Benjamin Bannier, bug #256674
 
 *xyscan-3.02 (03 Jul 2008)
 



1.1                  sci-visualization/xyscan/xyscan-3.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/xyscan-3.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xyscan/xyscan-3.1.0.ebuild?rev=1.1&content-type=text/plain

Index: xyscan-3.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.1.0.ebuild,v 1.1 2009/01/30 09:55:42 bicatali Exp $

EAPI="1"

inherit eutils qt4 versionator

MY_PV=$(replace_version_separator 2 '')

DESCRIPTION="Tool for extracting data points from graphs"
HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${P}-src.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="|| ( x11-libs/qt-gui:4	>=x11-libs/qt-4.3:4 )"

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i \
		-e "s:qApp->applicationDirPath() + \"/../docs\":\"/usr/share/doc/${PF}/html\":" \
		xyscanWindow.cpp || die "Failed to fix docs path"
}

src_compile() {
	eqmake4 xyscan.pro
	emake || die "emake failed"
}

src_install() {
	exeinto /usr/bin
	doexe xyscan || die "Failed to install xyscan"
	insinto /usr/share/doc/${PF}/html
	doins -r docs/* || die "Failed to install docs"
	newicon images/xyscanIcon.png xyscan.png
	make_desktop_entry xyscan "xyscan data point extractor"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-30  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30  9:55 [gentoo-commits] gentoo-x86 commit in sci-visualization/xyscan: metadata.xml ChangeLog xyscan-3.1.0.ebuild 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