* [gentoo-commits] proj/sci:master commit in: sci-physics/clip/
@ 2014-07-01 6:53 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-07-01 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 45e8119858d048e0c022b6ff4eef2ca667e4ab83
Author: Jonas Stein <news <AT> jonasstein <DOT> de>
AuthorDate: Mon Jun 30 21:16:36 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 @@
+<?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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/clip/
@ 2015-06-08 12:19 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-08 12:19 UTC (permalink / raw
To: gentoo-commits
commit: 288f30b359b05071eb35202ed96600c61caa50d0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 11:42:27 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 11:42:27 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=288f30b3
sci-physics/clip: Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20
sci-physics/clip/ChangeLog | 6 ++++++
sci-physics/clip/metadata.xml | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/sci-physics/clip/ChangeLog b/sci-physics/clip/ChangeLog
new file mode 100644
index 0000000..0876cda
--- /dev/null
+++ b/sci-physics/clip/ChangeLog
@@ -0,0 +1,6 @@
+# ChangeLog for sci-physics/clip
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ sci-physics/clip: Updating remote-id in metadata.xml
diff --git a/sci-physics/clip/metadata.xml b/sci-physics/clip/metadata.xml
index 8a9f755..fab4f86 100644
--- a/sci-physics/clip/metadata.xml
+++ b/sci-physics/clip/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
@@ -6,4 +6,7 @@
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/clip/
@ 2015-09-21 19:05 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-09-21 19:05 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/clip/
@ 2017-11-18 17:53 Justin Lecher
0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2017-11-18 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 4a2a34cade5a722355ffa1e426ba98dc32046524
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 17:53:00 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 17:53:00 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4a2a34ca
sci-physics/clip: Dropped due to missing dependency
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-physics/clip/clip-4.0.0_beta2.ebuild | 39 --------------------------------
sci-physics/clip/metadata.xml | 12 ----------
2 files changed, 51 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
-}
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-18 17:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 12:19 [gentoo-commits] proj/sci:master commit in: sci-physics/clip/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2017-11-18 17:53 Justin Lecher
2015-09-21 19:05 Justin Lecher
2014-07-01 6:53 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox