public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/xyscan: ChangeLog xyscan-3.3.1.ebuild
@ 2012-03-29 18:32 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-03-29 18:32 UTC (permalink / raw
  To: gentoo-commits

bicatali    12/03/29 18:32:05

  Modified:             ChangeLog
  Added:                xyscan-3.3.1.ebuild
  Log:
  Version bump.. Respect for LINGUAS, add missing dep, and bump EAPI to 4. Thanks kensington, bug #409777
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sci-visualization/xyscan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	20 Jul 2011 17:03:54 -0000	1.11
+++ ChangeLog	29 Mar 2012 18:32:05 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/xyscan
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.11 2011/07/20 17:03:54 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.12 2012/03/29 18:32:05 bicatali Exp $
+
+*xyscan-3.3.1 (29 Mar 2012)
+
+  29 Mar 2012; Sébastien Fabbro <bicatali@gentoo.org> +xyscan-3.3.1.ebuild:
+  Version bump.. Respect for LINGUAS, add missing dep, and bump EAPI to 4.
+  Thanks kensington, bug #409777
 
   20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #105599



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

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

Index: xyscan-3.3.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.1 2012/03/29 18:32:05 bicatali Exp $

EAPI=4
LANGS="fr"

inherit eutils qt4-r2 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}/${PN}-${MY_PV}-src.tar.gz"

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

DEPEND="x11-libs/qt-core:4
	x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"

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

src_prepare() {
	sed -i \
		-e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
		xyscanWindow.cpp || die "Failed to fix docs path"
	rm -f moc_xyscanAbout.cpp moc_xyscanHelpBrowser.cpp moc_xyscanWindow.cpp
}

src_install() {
	exeinto /usr/bin
	doexe xyscan

	insinto /usr/share/doc/${PF}/html
	doins -r docs/en

	use linguas_fr && doins -r docs/fr

	newicon images/xyscanIcon.png xyscan.png
	make_desktop_entry xyscan "xyscan data point extractor"
}






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xyscan: ChangeLog xyscan-3.3.1.ebuild
@ 2012-05-08 15:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-08 15:29 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/08 15:29:01

  Modified:             ChangeLog xyscan-3.3.1.ebuild
  Log:
  Stable for amd64, wrt bug #414011
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sci-visualization/xyscan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	29 Mar 2012 18:32:05 -0000	1.12
+++ ChangeLog	8 May 2012 15:29:01 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xyscan
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.12 2012/03/29 18:32:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.13 2012/05/08 15:29:01 ago Exp $
+
+  08 May 2012; Agostino Sarubbo <ago@gentoo.org> xyscan-3.3.1.ebuild:
+  Stable for amd64, wrt bug #414011
 
 *xyscan-3.3.1 (29 Mar 2012)
 



1.2                  sci-visualization/xyscan/xyscan-3.3.1.ebuild

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

Index: xyscan-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xyscan-3.3.1.ebuild	29 Mar 2012 18:32:05 -0000	1.1
+++ xyscan-3.3.1.ebuild	8 May 2012 15:29:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.1 2012/03/29 18:32:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.2 2012/05/08 15:29:01 ago Exp $
 
 EAPI=4
 LANGS="fr"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="x11-libs/qt-core:4






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xyscan: ChangeLog xyscan-3.3.1.ebuild
@ 2012-05-21 10:05 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-05-21 10:05 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/05/21 10:05:31

  Modified:             ChangeLog xyscan-3.3.1.ebuild
  Log:
  x86 stable wrt bug #414011
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.14                 sci-visualization/xyscan/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	8 May 2012 15:29:01 -0000	1.13
+++ ChangeLog	21 May 2012 10:05:31 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xyscan
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.13 2012/05/08 15:29:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/ChangeLog,v 1.14 2012/05/21 10:05:31 phajdan.jr Exp $
+
+  21 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> xyscan-3.3.1.ebuild:
+  x86 stable wrt bug #414011
 
   08 May 2012; Agostino Sarubbo <ago@gentoo.org> xyscan-3.3.1.ebuild:
   Stable for amd64, wrt bug #414011



1.3                  sci-visualization/xyscan/xyscan-3.3.1.ebuild

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

Index: xyscan-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xyscan-3.3.1.ebuild	8 May 2012 15:29:01 -0000	1.2
+++ xyscan-3.3.1.ebuild	21 May 2012 10:05:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.2 2012/05/08 15:29:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xyscan/xyscan-3.3.1.ebuild,v 1.3 2012/05/21 10:05:31 phajdan.jr Exp $
 
 EAPI=4
 LANGS="fr"
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="x11-libs/qt-core:4






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

end of thread, other threads:[~2012-05-21 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-08 15:29 [gentoo-commits] gentoo-x86 commit in sci-visualization/xyscan: ChangeLog xyscan-3.3.1.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-21 10:05 PaweA Hajdan (phajdan.jr)
2012-03-29 18:32 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