diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-10-25 13:54:22 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-10-25 13:54:22 +0000 |
commit | 399359575ce60f4ad4f50fa9d8eae1233fb16d9b (patch) | |
tree | 1224c1f92aae30af5e9a9d57639c43f65c8b6111 /sci-visualization | |
parent | Synchronize KEYWORDS with sys-fs/fuse-exfat since you really need both in 99,... (diff) | |
download | gentoo-2-399359575ce60f4ad4f50fa9d8eae1233fb16d9b.tar.gz gentoo-2-399359575ce60f4ad4f50fa9d8eae1233fb16d9b.tar.bz2 gentoo-2-399359575ce60f4ad4f50fa9d8eae1233fb16d9b.zip |
Version bump; remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/spyview/ChangeLog | 8 | ||||
-rw-r--r-- | sci-visualization/spyview/spyview-20130823.ebuild (renamed from sci-visualization/spyview/spyview-20110803.ebuild) | 20 |
2 files changed, 20 insertions, 8 deletions
diff --git a/sci-visualization/spyview/ChangeLog b/sci-visualization/spyview/ChangeLog index 0b763932ae10..aae222da115a 100644 --- a/sci-visualization/spyview/ChangeLog +++ b/sci-visualization/spyview/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-visualization/spyview # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.24 2013/07/27 22:08:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.25 2013/10/25 13:54:22 dilfridge Exp $ + +*spyview-20130823 (25 Oct 2013) + + 25 Oct 2013; Andreas K. Huettel <dilfridge@gentoo.org> + +spyview-20130823.ebuild, -spyview-20110803.ebuild: + Version bump; remove old 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> spyview-20111018.ebuild: Stable for x86, wrt bug #477164 diff --git a/sci-visualization/spyview/spyview-20110803.ebuild b/sci-visualization/spyview/spyview-20130823.ebuild index f093647fdef2..9d89873a5705 100644 --- a/sci-visualization/spyview/spyview-20110803.ebuild +++ b/sci-visualization/spyview/spyview-20130823.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20110803.ebuild,v 1.4 2013/04/06 10:25:18 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.1 2013/10/25 13:54:22 dilfridge Exp $ -EAPI=4 +EAPI=5 -inherit base flag-o-matic eutils multilib +inherit base autotools 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" +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="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND=" @@ -29,7 +29,10 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} sci-visualization/gnuplot" -S=${WORKDIR}/spyview-2011-08-03-15_33 +src_unpack() { + default + mv -v "${WORKDIR}"/spyview-* "${S}" || die +} src_prepare() { append-cflags $(fltk-config --cflags) @@ -37,10 +40,13 @@ src_prepare() { # 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' {} + + base_src_prepare + + eautoreconf } src_configure() { |