From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00C7313877A for ; Tue, 1 Jul 2014 06:53:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE97EE0AF4; Tue, 1 Jul 2014 06:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 716B8E0AD8 for ; Tue, 1 Jul 2014 06:53:13 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AD1F33FF2C for ; Tue, 1 Jul 2014 06:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 61388182D3 for ; Tue, 1 Jul 2014 06:53:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1404162996.45e8119858d048e0c022b6ff4eef2ca667e4ab83.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/clip/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/clip/clip-4.0.0_beta2.ebuild sci-physics/clip/metadata.xml X-VCS-Directories: sci-physics/clip/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 45e8119858d048e0c022b6ff4eef2ca667e4ab83 X-VCS-Branch: master Date: Tue, 1 Jul 2014 06:53:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 632076f5-30b9-4513-97fb-f3a266fbfd7f X-Archives-Hash: 06debb1fca99e3b4c1b076c1feba8625 commit: 45e8119858d048e0c022b6ff4eef2ca667e4ab83 Author: Jonas Stein jonasstein de> AuthorDate: Mon Jun 30 21:16:36 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jun 30 21:16:36 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=45e81198 add Clip4, the Cologne Laue Indexiation Program --- sci-physics/clip/clip-4.0.0_beta2.ebuild | 39 ++++++++++++++++++++++++++++++++ sci-physics/clip/metadata.xml | 9 ++++++++ 2 files changed, 48 insertions(+) diff --git a/sci-physics/clip/clip-4.0.0_beta2.ebuild b/sci-physics/clip/clip-4.0.0_beta2.ebuild new file mode 100644 index 0000000..b0ac76e --- /dev/null +++ b/sci-physics/clip/clip-4.0.0_beta2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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" +RDEPEND=" + dev-cpp/eigen:3 + dev-qt/qtcore + dev-qt/qtsvg + dev-qt/qtgui + dev-qt/qtwebkit + dev-qt/qtopengl +" +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 new file mode 100644 index 0000000..8a9f755 --- /dev/null +++ b/sci-physics/clip/metadata.xml @@ -0,0 +1,9 @@ + + + + + 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. + +