public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2016-12-12 22:46 Andreas Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2016-12-12 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6a08b53653269db25bf447f1614dd4c1d56a1eb4
Author:     Andreas K. Huettel <andreas.huettel <AT> ur <DOT> de>
AuthorDate: Mon Dec 12 19:52:56 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 22:46:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a08b536

sci-visualization/spyview: Version bump without keywords (doesnt build yet)

 sci-visualization/spyview/Manifest                |  1 +
 sci-visualization/spyview/spyview-20150124.ebuild | 53 +++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/sci-visualization/spyview/Manifest b/sci-visualization/spyview/Manifest
index 874ee48..5745a23 100644
--- a/sci-visualization/spyview/Manifest
+++ b/sci-visualization/spyview/Manifest
@@ -1,2 +1,3 @@
 DIST spyview-20111018.tar.gz 3721357 SHA256 aad98c243e4455cbb4c82af6aeb374b50d9483cf25945ba571cb59b3d7c71a41 SHA512 6191068a431486692918029a0350275500d46993252ac29678f470e0a4c89ab0e57feb438241b8159dd6aa6583eb4d4d3d970553abae515ce5b8c1dc49deabb6 WHIRLPOOL c6c0bec9301fd89cb8f00198f403d36da4ed93b2ad8e09ad0456e2533e8b4a46dc2ae8565664be8f71d3ed75dc8b86d2c172b0511d02b0ec49a02dd42be22168
 DIST spyview-20130823.tgz 3279013 SHA256 1927278ed31ab3b1a15d6294f73ae55de71f97165b1787e5abd7e323272d4ea1 SHA512 c25b3955e32000c0477091aad465d18c0c1aa4bcd00f8f9aee3454cdbdf98d8bbfa4e072a860d37836710dd6cd859deba1a764c8453526602317eda1b3ce0435 WHIRLPOOL f1aefa797571aaba8cc95c3925eb0f6bafe1568f2952eb9c7b98e8c544242305ce9d963524610536bd1d0d9df9b16f2f8b0356e001561be68f4d4e61d891fc42
+DIST spyview-20150124.tgz 14772947 SHA256 11c3b658e0f957403360fdfc99e387e3b2c52af3a70cf5b2d0a5fbadd2a0af34 SHA512 63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b WHIRLPOOL daea9a31eec83c945032bcc85f29c957633e0ec5270c95e2f88a6ca0a2ed46f8e178ff7519fafc6e0dec9cefed5b4fe2385443563a1dcb5733916775dc747ea2

diff --git a/sci-visualization/spyview/spyview-20150124.ebuild b/sci-visualization/spyview/spyview-20150124.ebuild
new file mode 100644
index 00000000..fd110c3
--- /dev/null
+++ b/sci-visualization/spyview/spyview-20150124.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools flag-o-matic eutils multilib
+
+DESCRIPTION="2D and 3D data visualization and analysis program"
+HOMEPAGE="http://nsweb.tn.tudelft.nl/~gsteele/spyview/"
+SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz -> $P.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS=""  # no keywords since it doesnt build yet...
+IUSE=""
+
+COMMON_DEPEND="
+	dev-libs/boost:=
+	media-libs/netpbm
+	x11-libs/fltk:1[opengl]
+	app-text/ghostscript-gpl
+	virtual/glu
+"
+
+DEPEND="${COMMON_DEPEND}
+	sys-apps/groff"
+
+RDEPEND="${COMMON_DEPEND}
+	sci-visualization/gnuplot"
+
+src_unpack() {
+	default
+	mv -v "${WORKDIR}"/spyview-*/source "${S}" || die
+}
+
+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$(dirname $(fltk-config --libs))
+
+	find "${S}" -name Makefile.am -exec sed -i -e 's:-mwindows -mconsole::g' {} + || die
+
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2017-02-06 19:32 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-02-06 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b9c4c85cd58578fa33756ad70af432213542a241
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Feb  5 21:39:51 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb  6 19:30:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c4c85c

sci-visualization/spyview: Remove old

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3731

 sci-visualization/spyview/Manifest                |  2 -
 sci-visualization/spyview/spyview-20111018.ebuild | 51 ----------------------
 sci-visualization/spyview/spyview-20130823.ebuild | 52 -----------------------
 3 files changed, 105 deletions(-)

diff --git a/sci-visualization/spyview/Manifest b/sci-visualization/spyview/Manifest
index 5745a23..a54dadf 100644
--- a/sci-visualization/spyview/Manifest
+++ b/sci-visualization/spyview/Manifest
@@ -1,3 +1 @@
-DIST spyview-20111018.tar.gz 3721357 SHA256 aad98c243e4455cbb4c82af6aeb374b50d9483cf25945ba571cb59b3d7c71a41 SHA512 6191068a431486692918029a0350275500d46993252ac29678f470e0a4c89ab0e57feb438241b8159dd6aa6583eb4d4d3d970553abae515ce5b8c1dc49deabb6 WHIRLPOOL c6c0bec9301fd89cb8f00198f403d36da4ed93b2ad8e09ad0456e2533e8b4a46dc2ae8565664be8f71d3ed75dc8b86d2c172b0511d02b0ec49a02dd42be22168
-DIST spyview-20130823.tgz 3279013 SHA256 1927278ed31ab3b1a15d6294f73ae55de71f97165b1787e5abd7e323272d4ea1 SHA512 c25b3955e32000c0477091aad465d18c0c1aa4bcd00f8f9aee3454cdbdf98d8bbfa4e072a860d37836710dd6cd859deba1a764c8453526602317eda1b3ce0435 WHIRLPOOL f1aefa797571aaba8cc95c3925eb0f6bafe1568f2952eb9c7b98e8c544242305ce9d963524610536bd1d0d9df9b16f2f8b0356e001561be68f4d4e61d891fc42
 DIST spyview-20150124.tgz 14772947 SHA256 11c3b658e0f957403360fdfc99e387e3b2c52af3a70cf5b2d0a5fbadd2a0af34 SHA512 63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b WHIRLPOOL daea9a31eec83c945032bcc85f29c957633e0ec5270c95e2f88a6ca0a2ed46f8e178ff7519fafc6e0dec9cefed5b4fe2385443563a1dcb5733916775dc747ea2

diff --git a/sci-visualization/spyview/spyview-20111018.ebuild b/sci-visualization/spyview/spyview-20111018.ebuild
deleted file mode 100644
index 4252f09..00000000
--- a/sci-visualization/spyview/spyview-20111018.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit 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.42
-	media-libs/netpbm
-	x11-libs/fltk:1[opengl]
-	app-text/ghostscript-gpl
-	virtual/glu
-"
-
-DEPEND="${COMMON_DEPEND}
-	sys-apps/groff"
-
-RDEPEND="${COMMON_DEPEND}
-	sci-visualization/gnuplot"
-
-src_unpack() {
-	default
-	mv -v "${WORKDIR}"/spyview-20* "${S}" || die
-}
-
-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$(dirname $(fltk-config --libs))
-
-	find "${S}" -name Makefile.in -exec sed -i -e 's:-mwindows -mconsole::g' {} + || die
-}
-
-src_configure() {
-	econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
-}

diff --git a/sci-visualization/spyview/spyview-20130823.ebuild b/sci-visualization/spyview/spyview-20130823.ebuild
deleted file mode 100644
index f6c4fd0..00000000
--- a/sci-visualization/spyview/spyview-20130823.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools flag-o-matic eutils multilib
-
-DESCRIPTION="Interactive plotting program"
-HOMEPAGE="http://kavli.nano.tudelft.nl/~gsteele/spyview/"
-SRC_URI="http://nsweb.tn.tudelft.nl/gitweb/?p=spyview.git;a=snapshot;h=879615fcc662e8572f99854557010d014bb4651e;sf=tgz -> $P.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/boost:=
-	media-libs/netpbm
-	x11-libs/fltk:1[opengl]
-	app-text/ghostscript-gpl
-	virtual/glu
-"
-
-DEPEND="${COMMON_DEPEND}
-	sys-apps/groff"
-
-RDEPEND="${COMMON_DEPEND}
-	sci-visualization/gnuplot"
-
-src_unpack() {
-	default
-	mv -v "${WORKDIR}"/spyview-* "${S}" || die
-}
-
-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$(dirname $(fltk-config --libs))
-
-	find "${S}" -name Makefile.am -exec sed -i -e 's:-mwindows -mconsole::g' {} + || die
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2017-12-11 19:46 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-12-11 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     690af36ac17362cedef67be92d4b59594c169538
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 19:42:19 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 19:46:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690af36a

sci-visualization/spyview: Drop old

 sci-visualization/spyview/spyview-20150124.ebuild | 53 -----------------------
 1 file changed, 53 deletions(-)

diff --git a/sci-visualization/spyview/spyview-20150124.ebuild b/sci-visualization/spyview/spyview-20150124.ebuild
deleted file mode 100644
index 2608591392d..00000000000
--- a/sci-visualization/spyview/spyview-20150124.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="2D and 3D data visualization and analysis program"
-HOMEPAGE="http://nsweb.tn.tudelft.nl/~gsteele/spyview/"
-SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz -> $P.tgz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	dev-libs/boost:=
-	media-libs/netpbm
-	x11-libs/fltk:1[opengl]
-	app-text/ghostscript-gpl
-	virtual/glu
-"
-
-DEPEND="${COMMON_DEPEND}
-	sys-apps/groff"
-
-RDEPEND="${COMMON_DEPEND}
-	sci-visualization/gnuplot"
-
-PATCHES=( ${FILESDIR}/${P}-gnuplot_interface_fix.patch )
-
-src_unpack() {
-	default
-	mv -v "${WORKDIR}"/spyview-*/source "${S}" || die
-}
-
-src_prepare() {
-	append-cflags $(fltk-config --cflags)
-	append-cxxflags $(fltk-config --cxxflags)
-	append-cppflags -I"${EPREFIX}"/usr/include/netpbm
-
-	# append-ldflags $(fltk-config --ldflags)
-	# this one leads to an insane amount of warnings
-	append-ldflags -L$(dirname $(fltk-config --libs))
-
-	while IFS="" read -d $'\0' -r file; do
-		sed -i -e 's:-mwindows -mconsole::g' "$file" || die
-	done < <(find "${S}" -name Makefile.am -print0)
-
-	default
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2018-12-23 22:31 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2018-12-23 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     078e2e819a0cad0ac86399c2767e82c86748351c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 23 22:25:04 2018 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 22:31:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078e2e81

sci-visualization/spyview: Add live ebuild

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/spyview/spyview-9999.ebuild | 75 +++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/sci-visualization/spyview/spyview-9999.ebuild b/sci-visualization/spyview/spyview-9999.ebuild
new file mode 100644
index 00000000000..8250f9599d4
--- /dev/null
+++ b/sci-visualization/spyview/spyview-9999.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="2D and 3D data visualization and analysis program"
+HOMEPAGE="https://github.com/gsteele13/spyview"
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/gsteele13/spyview.git"
+else
+	SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz -> $P.tgz
+		https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+COMMON_DEPEND="
+	>=dev-libs/boost-1.62.0:=
+	media-libs/netpbm
+	x11-libs/fltk:1[opengl]
+	app-text/ghostscript-gpl
+	virtual/glu
+"
+
+DEPEND="${COMMON_DEPEND}
+	sys-apps/groff"
+
+RDEPEND="${COMMON_DEPEND}
+	sci-visualization/gnuplot"
+
+PATCHES=(
+	"${WORKDIR}/${P}-patchset/${P}"-gnuplot_interface_fix.patch
+	"${WORKDIR}/${P}-patchset/${P}"-gcc6cxx14-9.patch
+)
+
+src_unpack() {
+	if [[ ${PV} == *9999* ]] ; then
+		git-r3_src_unpack
+		S="${WORKDIR}/${P}/source"
+	else
+		default
+		mv -v "${WORKDIR}"/spyview-*/source "${S}" || die
+	fi
+}
+
+src_prepare() {
+	append-cflags $(fltk-config --cflags)
+	append-cxxflags $(fltk-config --cxxflags)
+
+	append-cxxflags -std=c++14
+
+	append-cppflags -I"${EPREFIX}"/usr/include/netpbm
+
+	# append-ldflags $(fltk-config --ldflags)
+	# this one leads to an insane amount of warnings
+	append-ldflags -L$(dirname $(fltk-config --libs))
+
+	while IFS="" read -d $'\0' -r file; do
+		sed -i -e 's:-mwindows -mconsole::g' "$file" || die
+	done < <(find "${S}" -name Makefile.am -print0)
+
+	if [[ ${PV} == *9999* ]] ; then
+		eapply_user
+	else
+		default
+	fi
+	eautoreconf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2018-12-25  9:47 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2018-12-25  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     893fcc63e06ffa3a0869fe466cbe962c19dd121e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 00:05:03 2018 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 09:46:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893fcc63

sci-visualization/spyview: Version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/spyview/Manifest                                | 1 +
 .../spyview/{spyview-9999.ebuild => spyview-2018.12.24.ebuild}    | 8 +-------
 sci-visualization/spyview/spyview-9999.ebuild                     | 8 +-------
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/sci-visualization/spyview/Manifest b/sci-visualization/spyview/Manifest
index 4c8bca76ba0..5a6c99d0cf4 100644
--- a/sci-visualization/spyview/Manifest
+++ b/sci-visualization/spyview/Manifest
@@ -1,2 +1,3 @@
 DIST spyview-20150124-patchset.tar.bz2 8268 BLAKE2B db7a710e2d61ad4f68e9dd31834f855b122b57fa532eb047a5efd7dd02423974f47652e4770144d02a317bf5a50c0ff852fd752ab331bad0c9efe237905916e0 SHA512 615465056df3786e18d5916dea0ad8ebd31c37ddf6531b85c080f53e0d9776c4f7519bd160ca8a0f29343b2f9fad40abef8d6b7194c4e54d6e2e14557562cc49
 DIST spyview-20150124.tgz 14772947 BLAKE2B 18d3298e0498c4be91065c8651d379428541f3156ec7f2f0a6970ce5caafaa81da2ff6fbfcca42d77cfffedd293484aad19c7240ab9500e0cf7764cdb5e6ee4c SHA512 63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b
+DIST spyview-2018.12.24.tgz 15461336 BLAKE2B d88cea7a91b51a695bdc6eb4146b010b196cf24c2f21f16ef47782ed99f6f3b79d2950c35267ea71ac7a14705cb8ed8a4d1e12c03be0d5d8f6ad2f816c197c77 SHA512 b73837491650ccb9cc8f70e5a80700d33c05bbbf6914c778508ba1848db67b28cca0013e142def1f47755fb1370abfd850a55e4b69cca442ba43323029fb6d05

diff --git a/sci-visualization/spyview/spyview-9999.ebuild b/sci-visualization/spyview/spyview-2018.12.24.ebuild
similarity index 82%
copy from sci-visualization/spyview/spyview-9999.ebuild
copy to sci-visualization/spyview/spyview-2018.12.24.ebuild
index 8250f9599d4..d43c86369eb 100644
--- a/sci-visualization/spyview/spyview-9999.ebuild
+++ b/sci-visualization/spyview/spyview-2018.12.24.ebuild
@@ -12,8 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/gsteele13/spyview.git"
 else
-	SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz -> $P.tgz
-		https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
+	SRC_URI="https://github.com/gsteele13/spyview/archive/710b9ddb6aa00fada1a758d42b57b75f92bb32a7.tar.gz -> ${P}.tgz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
@@ -35,11 +34,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	sci-visualization/gnuplot"
 
-PATCHES=(
-	"${WORKDIR}/${P}-patchset/${P}"-gnuplot_interface_fix.patch
-	"${WORKDIR}/${P}-patchset/${P}"-gcc6cxx14-9.patch
-)
-
 src_unpack() {
 	if [[ ${PV} == *9999* ]] ; then
 		git-r3_src_unpack

diff --git a/sci-visualization/spyview/spyview-9999.ebuild b/sci-visualization/spyview/spyview-9999.ebuild
index 8250f9599d4..d43c86369eb 100644
--- a/sci-visualization/spyview/spyview-9999.ebuild
+++ b/sci-visualization/spyview/spyview-9999.ebuild
@@ -12,8 +12,7 @@ if [[ ${PV} == *9999* ]] ; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/gsteele13/spyview.git"
 else
-	SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz -> $P.tgz
-		https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
+	SRC_URI="https://github.com/gsteele13/spyview/archive/710b9ddb6aa00fada1a758d42b57b75f92bb32a7.tar.gz -> ${P}.tgz"
 	KEYWORDS="~amd64 ~x86"
 fi
 
@@ -35,11 +34,6 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	sci-visualization/gnuplot"
 
-PATCHES=(
-	"${WORKDIR}/${P}-patchset/${P}"-gnuplot_interface_fix.patch
-	"${WORKDIR}/${P}-patchset/${P}"-gcc6cxx14-9.patch
-)
-
 src_unpack() {
 	if [[ ${PV} == *9999* ]] ; then
 		git-r3_src_unpack


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2018-12-25  9:47 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2018-12-25  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9a17b280f238ba677f6a97af4d75b73a819359a1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 00:05:27 2018 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 09:46:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a17b280

sci-visualization/spyview: Remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/spyview/Manifest                 |  2 -
 .../spyview/spyview-20150124-r1.ebuild             | 60 ----------------------
 2 files changed, 62 deletions(-)

diff --git a/sci-visualization/spyview/Manifest b/sci-visualization/spyview/Manifest
index 5a6c99d0cf4..5b5ba41c7e4 100644
--- a/sci-visualization/spyview/Manifest
+++ b/sci-visualization/spyview/Manifest
@@ -1,3 +1 @@
-DIST spyview-20150124-patchset.tar.bz2 8268 BLAKE2B db7a710e2d61ad4f68e9dd31834f855b122b57fa532eb047a5efd7dd02423974f47652e4770144d02a317bf5a50c0ff852fd752ab331bad0c9efe237905916e0 SHA512 615465056df3786e18d5916dea0ad8ebd31c37ddf6531b85c080f53e0d9776c4f7519bd160ca8a0f29343b2f9fad40abef8d6b7194c4e54d6e2e14557562cc49
-DIST spyview-20150124.tgz 14772947 BLAKE2B 18d3298e0498c4be91065c8651d379428541f3156ec7f2f0a6970ce5caafaa81da2ff6fbfcca42d77cfffedd293484aad19c7240ab9500e0cf7764cdb5e6ee4c SHA512 63c58c7729ceab9e1bfbb14b5d257a1d4ca51e43f7b014caffc8adf66767c17b47794b34cfc2f754c2905ff926302d66d438a582fe359a6c8d3e04b072993f5b
 DIST spyview-2018.12.24.tgz 15461336 BLAKE2B d88cea7a91b51a695bdc6eb4146b010b196cf24c2f21f16ef47782ed99f6f3b79d2950c35267ea71ac7a14705cb8ed8a4d1e12c03be0d5d8f6ad2f816c197c77 SHA512 b73837491650ccb9cc8f70e5a80700d33c05bbbf6914c778508ba1848db67b28cca0013e142def1f47755fb1370abfd850a55e4b69cca442ba43323029fb6d05

diff --git a/sci-visualization/spyview/spyview-20150124-r1.ebuild b/sci-visualization/spyview/spyview-20150124-r1.ebuild
deleted file mode 100644
index e031660d4b1..00000000000
--- a/sci-visualization/spyview/spyview-20150124-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="2D and 3D data visualization and analysis program"
-HOMEPAGE="http://nsweb.tn.tudelft.nl/~gsteele/spyview/"
-SRC_URI="https://github.com/gsteele13/spyview/archive/966012afae2fbb77262bd96a7e530e81b0ed3b90.tar.gz -> $P.tgz
-	https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	>=dev-libs/boost-1.62.0:=
-	media-libs/netpbm
-	x11-libs/fltk:1[opengl]
-	app-text/ghostscript-gpl
-	virtual/glu
-"
-
-DEPEND="${COMMON_DEPEND}
-	sys-apps/groff"
-
-RDEPEND="${COMMON_DEPEND}
-	sci-visualization/gnuplot"
-
-PATCHES=(
-	"${WORKDIR}/${P}-patchset/${P}"-gnuplot_interface_fix.patch
-	"${WORKDIR}/${P}-patchset/${P}"-gcc6cxx14-9.patch
-)
-
-src_unpack() {
-	default
-	mv -v "${WORKDIR}"/spyview-*/source "${S}" || die
-}
-
-src_prepare() {
-	append-cflags $(fltk-config --cflags)
-	append-cxxflags $(fltk-config --cxxflags)
-
-	append-cxxflags -std=c++14
-
-	append-cppflags -I"${EPREFIX}"/usr/include/netpbm
-
-	# append-ldflags $(fltk-config --ldflags)
-	# this one leads to an insane amount of warnings
-	append-ldflags -L$(dirname $(fltk-config --libs))
-
-	while IFS="" read -d $'\0' -r file; do
-		sed -i -e 's:-mwindows -mconsole::g' "$file" || die
-	done < <(find "${S}" -name Makefile.am -print0)
-
-	default
-	eautoreconf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2019-12-22 13:36 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2019-12-22 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f91e80ef3182543a0a00e7caf83a8d56c161c27f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 13:13:17 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 13:13:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91e80ef

sci-visualization/spyview: Stable for amd64

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/spyview/spyview-2018.12.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/spyview/spyview-2018.12.24.ebuild b/sci-visualization/spyview/spyview-2018.12.24.ebuild
index d43c86369eb..80d0f7cecd2 100644
--- a/sci-visualization/spyview/spyview-2018.12.24.ebuild
+++ b/sci-visualization/spyview/spyview-2018.12.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then
 	EGIT_REPO_URI="https://github.com/gsteele13/spyview.git"
 else
 	SRC_URI="https://github.com/gsteele13/spyview/archive/710b9ddb6aa00fada1a758d42b57b75f92bb32a7.tar.gz -> ${P}.tgz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/
@ 2022-09-04 13:03 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-09-04 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a5644c44c070a29eeafd07124d218c684f0b1c18
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  4 13:03:31 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 13:03:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5644c44

sci-visualization/spyview: remove stale boost lower bounds

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-visualization/spyview/spyview-2018.12.24.ebuild | 4 ++--
 sci-visualization/spyview/spyview-9999.ebuild       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/spyview/spyview-2018.12.24.ebuild b/sci-visualization/spyview/spyview-2018.12.24.ebuild
index 80d0f7cecd27..887b1f8e05b1 100644
--- a/sci-visualization/spyview/spyview-2018.12.24.ebuild
+++ b/sci-visualization/spyview/spyview-2018.12.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE=""
 
 COMMON_DEPEND="
-	>=dev-libs/boost-1.62.0:=
+	dev-libs/boost:=
 	media-libs/netpbm
 	x11-libs/fltk:1[opengl]
 	app-text/ghostscript-gpl

diff --git a/sci-visualization/spyview/spyview-9999.ebuild b/sci-visualization/spyview/spyview-9999.ebuild
index d43c86369ebe..e5448ad183e5 100644
--- a/sci-visualization/spyview/spyview-9999.ebuild
+++ b/sci-visualization/spyview/spyview-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ SLOT="0"
 IUSE=""
 
 COMMON_DEPEND="
-	>=dev-libs/boost-1.62.0:=
+	dev-libs/boost:=
 	media-libs/netpbm
 	x11-libs/fltk:1[opengl]
 	app-text/ghostscript-gpl


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

end of thread, other threads:[~2022-09-04 13:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-25  9:47 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/spyview/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2022-09-04 13:03 David Seifert
2019-12-22 13:36 Andreas K. Hüttel
2018-12-25  9:47 Andreas K. Hüttel
2018-12-23 22:31 Andreas K. Hüttel
2017-12-11 19:46 Michał Górny
2017-02-06 19:32 David Seifert
2016-12-12 22:46 Andreas Hüttel

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