summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-06 22:25:21 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-06 22:25:21 +0000
commit3f4ae04f5b5b58e2a7db4e50a1a6c026ece2031d (patch)
tree231c189a38cec36f15d87cda5ba0838fd95e5658 /sci-visualization
parentRemove old ebuilds (diff)
downloadgentoo-2-3f4ae04f5b5b58e2a7db4e50a1a6c026ece2031d.tar.gz
gentoo-2-3f4ae04f5b5b58e2a7db4e50a1a6c026ece2031d.tar.bz2
gentoo-2-3f4ae04f5b5b58e2a7db4e50a1a6c026ece2031d.zip
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/spyview/ChangeLog6
-rw-r--r--sci-visualization/spyview/spyview-20100203.ebuild45
2 files changed, 5 insertions, 46 deletions
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 <hwoarang@gentoo.org>
+ -spyview-20100203.ebuild:
+ Remove old ebuilds
29 Jun 2010; Christian Faulhammer <fauli@gentoo.org>
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
-}