aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-11-18 17:53:00 +0000
committerJustin Lecher <jlec@gentoo.org>2017-11-18 17:53:00 +0000
commit4a2a34cade5a722355ffa1e426ba98dc32046524 (patch)
treec052940b7145f2b6273d2b9748242fee97aa9200 /sci-physics/clip/clip-4.0.0_beta2.ebuild
parentsci-chemistry/specView: Dropped due to missing dependency (diff)
downloadsci-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/clip-4.0.0_beta2.ebuild')
-rw-r--r--sci-physics/clip/clip-4.0.0_beta2.ebuild39
1 files changed, 0 insertions, 39 deletions
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
-}