diff options
author | 2017-11-18 17:53:00 +0000 | |
---|---|---|
committer | 2017-11-18 17:53:00 +0000 | |
commit | 4a2a34cade5a722355ffa1e426ba98dc32046524 (patch) | |
tree | c052940b7145f2b6273d2b9748242fee97aa9200 /sci-physics/clip | |
parent | sci-chemistry/specView: Dropped due to missing dependency (diff) | |
download | sci-4a2a34cade5a722355ffa1e426ba98dc32046524.tar.gz sci-4a2a34cade5a722355ffa1e426ba98dc32046524.tar.bz2 sci-4a2a34cade5a722355ffa1e426ba98dc32046524.zip |
sci-physics/clip: Dropped due to missing dependency
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-physics/clip')
-rw-r--r-- | sci-physics/clip/Manifest | 1 | ||||
-rw-r--r-- | sci-physics/clip/clip-4.0.0_beta2.ebuild | 39 | ||||
-rw-r--r-- | sci-physics/clip/metadata.xml | 12 |
3 files changed, 0 insertions, 52 deletions
diff --git a/sci-physics/clip/Manifest b/sci-physics/clip/Manifest deleted file mode 100644 index d97b3940d..000000000 --- a/sci-physics/clip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Clip4_beta2_source.zip 4478967 SHA256 551f8a157a5a38487c8d6bb97530fa2d279ff3c2e65226ed2b258a8c6e23463e SHA512 2771fc15ccab5427673ce2e98613ae416e7f1c06ae6d2b1c7b0ac23d2b42c962a705e58342a271d9de4ee6be8f88c1768349a792ae39bff2ef03010db753b756 WHIRLPOOL 6d4717e2febd9e37443f688f66b62241fdf280aaa64315160329ac2077e304befe952699158100f31726f9b23092ee06550d67719e429b61024cf8b42cf99656 diff --git a/sci-physics/clip/clip-4.0.0_beta2.ebuild b/sci-physics/clip/clip-4.0.0_beta2.ebuild deleted file mode 100644 index 4000844b2..000000000 --- a/sci-physics/clip/clip-4.0.0_beta2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit qt4-r2 versionator - -MY_P="Clip4_$(get_version_component_range 4)_source" - -DESCRIPTION="Interactive program for evaluation of Laue diffraction patterns" -HOMEPAGE="http://clip4.sf.net/" -SRC_URI="mirror://sourceforge/clip4/${MY_P}.zip" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-cpp/eigen:3 - dev-qt/qtcore:4= - dev-qt/qtsvg:4= - dev-qt/qtgui:4= - dev-qt/qtwebkit:4= - dev-qt/qtopengl:4= -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare(){ - sed -i -e 's|../eigen|/usr/include/eigen3|' \ - -e 's|shell hg|shell true|g' Clip4.pro || die "sed failed" -} - -src_install(){ - dobin Clip - dodoc README.txt -} diff --git a/sci-physics/clip/metadata.xml b/sci-physics/clip/metadata.xml deleted file mode 100644 index 7118946d7..000000000 --- a/sci-physics/clip/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <longdescription> - The Cologne Laue Indexation Program, or short CLIP, is a software for the analysis of Laue patterns. - -Clip can simulate Laue patterns for arbitrary settings of crystal and detection plane. Moreover it allows to determine the crystal orientation from spots and zones marked on a Laue photograph. - </longdescription> - <upstream> - <remote-id type="sourceforge">clip4</remote-id> - </upstream> -</pkgmetadata> |