summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
commit031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch)
treeee1b081d58989215ab12530f6cd38e58277a1649 /sci-visualization
parentRemove masked for removal packages (diff)
downloadgentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip
Remove masked for removal packages
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/extrema/Manifest1
-rw-r--r--sci-visualization/extrema/extrema-4.4.5.ebuild58
-rw-r--r--sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch15
-rw-r--r--sci-visualization/extrema/metadata.xml22
4 files changed, 0 insertions, 96 deletions
diff --git a/sci-visualization/extrema/Manifest b/sci-visualization/extrema/Manifest
deleted file mode 100644
index a934c66ea1ba..000000000000
--- a/sci-visualization/extrema/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST extrema-4.4.5.tar.gz 6536157 SHA256 ce648d6531c3d55501078073e08a18d70e880b6329b5b168a59db5213d048491 SHA512 933caac15b511fc599366d42472d38bfce5031dbfa7bb7139bcd222268307f0141b18eb885948b39e52a6f06980ad7575cb9b56a31ad81d4cd7b2af291402e87 WHIRLPOOL 870235201d564aefe0c8352fb71b02177072f2bf5ad228e0e64553c1a45c0e48284a5284d6fc7af1348f01b865c1550e507df894b884c4f4fb764e2b1923966d
diff --git a/sci-visualization/extrema/extrema-4.4.5.ebuild b/sci-visualization/extrema/extrema-4.4.5.ebuild
deleted file mode 100644
index 4f4c0b8997a2..000000000000
--- a/sci-visualization/extrema/extrema-4.4.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-WX_GTK_VER="2.8"
-inherit eutils fdo-mime wxwidgets
-
-DESCRIPTION="Interactive data analysis and visualization tool"
-HOMEPAGE="http://exsitewebware.com/extrema/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-# File collision, see bug #249423
-RDEPEND="!sci-chemistry/psi
- x11-libs/wxGTK:2.8[X]
- dev-util/desktop-file-utils"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i \
- -e 's/$(pkgdatadir)/$(DESTDIR)$(pkgdatadir)/g' \
- src/Makefile.in || die
- epatch "${FILESDIR}"/${P}-gcc46.patch
-}
-
-src_configure() {
- # extrema cannot be compiled with versions of minuit
- # available in portage
- econf \
- --enable-shared \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- make_desktop_entry ${PN}
- dodir /usr/share/icons/hicolor
- tar xjf extrema_icons.tar.bz2 -C "${ED}usr/share/icons/hicolor"
- dosym ../../icons/hicolor/48x48/apps/extrema.png /usr/share/pixmaps/extrema.png
-
- use doc && dodoc doc/*.pdf
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins Scripts/*.pcm Scripts/*.dat || die
- fi
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch b/sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch
deleted file mode 100644
index 45a80429264b..000000000000
--- a/sci-visualization/extrema/files/extrema-4.4.5-gcc46.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix building with gcc-4.6
-
-https://bugs.gentoo.org/show_bug.cgi?id=363467
-
-Patch written by Kacper Kowalik <xarthisius@gentoo.org>
---- a/src/Graphics/GRA_thiessenTriangulation.h
-+++ b/src/Graphics/GRA_thiessenTriangulation.h
-@@ -19,6 +19,7 @@
- #define GRA_THIESSENTRIANGULATION
-
- #include <vector>
-+#include <cstddef>
-
- class GRA_thiessenTriangulation
- {
diff --git a/sci-visualization/extrema/metadata.xml b/sci-visualization/extrema/metadata.xml
deleted file mode 100644
index 2c0ea674f4e8..000000000000
--- a/sci-visualization/extrema/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>grozin@gentoo.org</email>
- <name>Andrey Grozin</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription>
- Extrema is a powerful visualization and data analysis tool that
- enables researchers to quickly distill their large, complex data sets
- into meaningful information. Its flexibility, sophistication, and
- power allow you to easily develop your own commands and create highly
- customized graphs.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">extrema</remote-id>
- </upstream>
-</pkgmetadata>