From 3f4ae04f5b5b58e2a7db4e50a1a6c026ece2031d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 6 Jul 2010 22:25:21 +0000 Subject: Remove old ebuilds (Portage version: 2.2_rc67/cvs/Linux x86_64) --- sci-visualization/spyview/ChangeLog | 6 ++- sci-visualization/spyview/spyview-20100203.ebuild | 45 ----------------------- 2 files changed, 5 insertions(+), 46 deletions(-) delete mode 100644 sci-visualization/spyview/spyview-20100203.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/spyview/ChangeLog b/sci-visualization/spyview/ChangeLog index a6f52485b706..de99e1c7d1b9 100644 --- a/sci-visualization/spyview/ChangeLog +++ b/sci-visualization/spyview/ChangeLog @@ -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.5 2010/06/29 09:03:34 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/ChangeLog,v 1.6 2010/07/06 22:25:21 hwoarang Exp $ + + 06 Jul 2010; Markos Chandras + -spyview-20100203.ebuild: + Remove old ebuilds 29 Jun 2010; Christian Faulhammer spyview-20100329-r1.ebuild: diff --git a/sci-visualization/spyview/spyview-20100203.ebuild b/sci-visualization/spyview/spyview-20100203.ebuild deleted file mode 100644 index 49f9fd58d22e..000000000000 --- a/sci-visualization/spyview/spyview-20100203.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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-02-03-11_57 - -src_prepare() { - epatch "${FILESDIR}"/${PN}-includes.patch - - 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 -} -- cgit v1.2.3-65-gdbad