commit: d97a1b9b426da5a2db4839ddfe7b2ed968343363 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 08:35:52 2017 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 08:35:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d97a1b9b
Drop masked package - sci-mathematics/surfer Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> profiles/package.mask | 1 - sci-mathematics/surfer/metadata.xml | 8 ------- sci-mathematics/surfer/surfer-0.0.197.ebuild | 33 ---------------------------- 3 files changed, 42 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 <[email protected]> (03 March 2013) # Missing deps -sci-mathematics/surfer dev-python/pymvpa sci-biology/artemis-bin 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>[email protected]</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" -}
