commit: d029bd8b9d79ed641720f76a29a7a258214547c3 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 18:29:51 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 18:29:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d029bd8b
sci-physics/clip: Add subslot operators Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-physics/clip/clip-4.0.0_beta2.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/sci-physics/clip/clip-4.0.0_beta2.ebuild b/sci-physics/clip/clip-4.0.0_beta2.ebuild index 596dac8..d18a51b 100644 --- a/sci-physics/clip/clip-4.0.0_beta2.ebuild +++ b/sci-physics/clip/clip-4.0.0_beta2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,29 +11,30 @@ 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 - dev-qt/qtsvg - dev-qt/qtgui - dev-qt/qtwebkit - dev-qt/qtopengl + 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() -{ +src_prepare(){ sed -i -e 's|../eigen|/usr/include/eigen3|' \ -e 's|shell hg|shell true|g' Clip4.pro || die "sed failed" } -src_install() -{ +src_install(){ dobin Clip dodoc README.txt }
