public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: ChangeLog spyview-20100810.ebuild
@ 2010-08-22 12:18 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-22 12:18 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/22 12:18:26

  Modified:             ChangeLog
  Added:                spyview-20100810.ebuild
  Log:
  Version bump. Thanks to Andreas K. Hüttel (dilfridge) <mail@akhuettel.de> for the ebuild
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-visualization/spyview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Jul 2010 22:25:21 -0000	1.6
+++ ChangeLog	22 Aug 2010 12:18:26 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.6 2010/07/06 22:25:21 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.7 2010/08/22 12:18:26 hwoarang Exp $
+
+*spyview-20100810 (22 Aug 2010)
+
+  22 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  +spyview-20100810.ebuild:
+  Version bump. Thanks to Andreas K. Hüttel (dilfridge) <mail@akhuettel.de>
+  for the ebuild
 
   06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
   -spyview-20100203.ebuild:



1.1                  sci-visualization/spyview/spyview-20100810.ebuild

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

Index: spyview-20100810.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header $

EAPI=2

inherit base flag-o-matic eutils multilib

DESCRIPTION="Interactive plotting program"
HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
SRC_URI="http://kavli.nano.tudelft.nl/~gsteele/${PN}/versions/${P}.tar.gz"

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

COMMON_DEPEND=">=dev-libs/boost-1.39
	media-libs/netpbm
	>=x11-libs/fltk-1.1.9:1.1
	app-text/ghostscript-gpl"

DEPEND="${COMMON_DEPEND}
	sys-apps/groff"

RDEPEND="${COMMON_DEPEND}
	sci-visualization/gnuplot"

S=${WORKDIR}/spyview-2010-08-10-22_14

src_prepare() {
	append-cflags $(fltk-config --cflags)
	append-cxxflags $(fltk-config --cxxflags) -I/usr/include/netpbm

	# append-ldflags $(fltk-config --ldflags)
	# this one leads to an insane amount of warnings

	append-ldflags -L/usr/$(get_libdir)/fltk-1.1
}

src_configure() {
	econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
}






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: ChangeLog spyview-20100810.ebuild
@ 2010-09-21 19:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-21 19:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/21 19:26:13

  Modified:             ChangeLog spyview-20100810.ebuild
  Log:
  Stable on amd64 wrt bug #338250
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-visualization/spyview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	15 Sep 2010 19:44:18 -0000	1.8
+++ ChangeLog	21 Sep 2010 19:26:13 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.8 2010/09/15 19:44:18 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.9 2010/09/21 19:26:13 hwoarang Exp $
+
+  21 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  spyview-20100810.ebuild:
+  Stable on amd64 wrt bug #338250
 
   15 Sep 2010; Andreas K. Huettel <dilfridge@gentoo.org>
   -files/spyview-includes.patch, metadata.xml:



1.2                  sci-visualization/spyview/spyview-20100810.ebuild

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

Index: spyview-20100810.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20100810.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spyview-20100810.ebuild	22 Aug 2010 12:18:26 -0000	1.1
+++ spyview-20100810.ebuild	21 Sep 2010 19:26:13 -0000	1.2
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/boost-1.39






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: ChangeLog spyview-20100810.ebuild
@ 2010-09-26  9:31 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-09-26  9:31 UTC (permalink / raw
  To: gentoo-commits

maekke      10/09/26 09:31:48

  Modified:             ChangeLog spyview-20100810.ebuild
  Log:
  x86 stable, bug #338250
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-visualization/spyview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	21 Sep 2010 19:26:13 -0000	1.9
+++ ChangeLog	26 Sep 2010 09:31:48 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.9 2010/09/21 19:26:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.10 2010/09/26 09:31:48 maekke Exp $
+
+  26 Sep 2010; Markus Meier <maekke@gentoo.org> spyview-20100810.ebuild:
+  x86 stable, bug #338250
 
   21 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
   spyview-20100810.ebuild:



1.3                  sci-visualization/spyview/spyview-20100810.ebuild

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

Index: spyview-20100810.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20100810.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spyview-20100810.ebuild	21 Sep 2010 19:26:13 -0000	1.2
+++ spyview-20100810.ebuild	26 Sep 2010 09:31:48 -0000	1.3
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=dev-libs/boost-1.39






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: ChangeLog spyview-20100810.ebuild
@ 2011-07-13 20:12 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-07-13 20:12 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/07/13 20:12:31

  Modified:             ChangeLog
  Removed:              spyview-20100810.ebuild
  Log:
  Remove old
  
  (Portage version: 2.1.10.5/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sci-visualization/spyview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	13 Jul 2011 19:50:30 -0000	1.15
+++ ChangeLog	13 Jul 2011 20:12:30 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/spyview
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.15 2011/07/13 19:50:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.16 2011/07/13 20:12:30 dilfridge Exp $
+
+  13 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  -spyview-20100810.ebuild:
+  Remove old
 
   13 Jul 2011; Markus Meier <maekke@gentoo.org> spyview-20110329-r1.ebuild:
   x86 stable, bug #371975






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

end of thread, other threads:[~2011-07-13 20:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 20:12 [gentoo-commits] gentoo-x86 commit in sci-visualization/spyview: ChangeLog spyview-20100810.ebuild Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-26  9:31 Markus Meier (maekke)
2010-09-21 19:26 Markos Chandras (hwoarang)
2010-08-22 12:18 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox