aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-03-26 09:35:52 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-26 09:35:52 +0100
commitd97a1b9b426da5a2db4839ddfe7b2ed968343363 (patch)
tree5214b3b31d1c9f2ca867b545a32ee6a628fb800f
parentDrop masked package - sci-biology/gbrowse (diff)
downloadsci-d97a1b9b426da5a2db4839ddfe7b2ed968343363.tar.gz
sci-d97a1b9b426da5a2db4839ddfe7b2ed968343363.tar.bz2
sci-d97a1b9b426da5a2db4839ddfe7b2ed968343363.zip
Drop masked package - sci-mathematics/surfer
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--profiles/package.mask1
-rw-r--r--sci-mathematics/surfer/Manifest1
-rw-r--r--sci-mathematics/surfer/metadata.xml8
-rw-r--r--sci-mathematics/surfer/surfer-0.0.197.ebuild33
4 files changed, 0 insertions, 43 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 20ff196b6..1a9c65629 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -58,7 +58,6 @@ sci-mathematics/scilab
# Justin Lecher <jlec@gentoo.org> (03 March 2013)
# Missing deps
-sci-mathematics/surfer
dev-python/pymvpa
sci-biology/artemis-bin
diff --git a/sci-mathematics/surfer/Manifest b/sci-mathematics/surfer/Manifest
deleted file mode 100644
index f2ddc7e0b..000000000
--- a/sci-mathematics/surfer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST surfer-0.0.197.tar.gz 20532508 SHA256 2c19768962d43ddf43d5b32a0154b7ea48102753f29a23ee0d2f0facdd503a62 SHA512 77a0549f29b56598e383dcf53cda828caeea2325ace80159f137257f9d191e04820284b0a6eb6f406727e632863b688c6fc3e5655e8320c0f8c55b6acfef91bc WHIRLPOOL ed92854320b050118d73a06d0131c73da0ebe6530a1b89e999237e5e04a414bbc95144992301f3402b94f57ad91a9d9a348d550472898bed53241cfe733fb11f
diff --git a/sci-mathematics/surfer/metadata.xml b/sci-mathematics/surfer/metadata.xml
deleted file mode 100644
index d17eda6d5..000000000
--- a/sci-mathematics/surfer/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-mathematics@gentoo.org</email>
- <name>Gentoo Mathematics Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-mathematics/surfer/surfer-0.0.197.ebuild b/sci-mathematics/surfer/surfer-0.0.197.ebuild
deleted file mode 100644
index 15eb528e1..000000000
--- a/sci-mathematics/surfer/surfer-0.0.197.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Frontend to surf to visualize algebraic curves and surfaces"
-HOMEPAGE="http://imaginary2008.de/surfer.php"
-SRC_URI="http://www.imaginary2008.de/data/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="dev-cpp/gtkmm:2.4"
-RDEPEND="
- ${CDEPEND}
- media-gfx/surf"
-DEPEND="
- ${CDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${PN}-0.1
-
-pkg_postinst() {
- elog "${PN} ebuild is still under development."
- elog "Help us improve the ebuild in:"
- elog "http://bugs.gentoo.org/show_bug.cgi?id=210908"
-}