diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-07-13 20:12:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-07-13 20:12:31 +0000 |
commit | 6b7212d237314a79a223900dd978900c2135aa85 (patch) | |
tree | 2053ed61484a3a633585d222ebea646b29aded1e /sci-visualization | |
parent | x86 stable, bug #371857 (diff) | |
download | gentoo-2-6b7212d237314a79a223900dd978900c2135aa85.tar.gz gentoo-2-6b7212d237314a79a223900dd978900c2135aa85.tar.bz2 gentoo-2-6b7212d237314a79a223900dd978900c2135aa85.zip |
Remove old
(Portage version: 2.1.10.5/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/spyview/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/spyview/spyview-20100810.ebuild | 43 |
2 files changed, 5 insertions, 44 deletions
diff --git a/sci-visualization/spyview/ChangeLog b/sci-visualization/spyview/ChangeLog index 9041b0b305ea..2735d1627015 100644 --- a/sci-visualization/spyview/ChangeLog +++ b/sci-visualization/spyview/ChangeLog @@ -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 diff --git a/sci-visualization/spyview/spyview-20100810.ebuild b/sci-visualization/spyview/spyview-20100810.ebuild deleted file mode 100644 index 27d224a7036f..000000000000 --- a/sci-visualization/spyview/spyview-20100810.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20100810.ebuild,v 1.5 2011/03/20 19:57:59 jlec Exp $ - -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 - 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$(dirname $(fltk-config --libs)) -} - -src_configure() { - econf --datadir=/usr/share/spyview --docdir=/usr/share/doc/${PF} -} |