* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: e25b2d5d63c3b7ca952eb32d3c8250846b5d5b76
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Mon Nov 19 18:41:21 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 18:41:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e25b2d5d
improved ebuild for fullprof
---
.../fullprof-bin/fullprof-bin-2012.5.ebuild | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
index 05eb046..998bb98 100644
--- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
@@ -4,9 +4,8 @@
EAPI="4"
-DESCRIPTION="Fullprof is a set of crystallographic programs (FullProf, WinPLOTR,
-EdPCR, GFourier, etc...) mainly developed for Rietveld analysis of powder patterns"
-
+DESCRIPTION="a set of crystallographic programs mainly developed for Rietveld \
+analysis"
HOMEPAGE="http://www.ill.eu/sites/fullprof/index.html"
SRC_URI="http://www.ill.eu/sites/fullprof/downloads/FullProf_Suite_May2012_Lin.tgz"
LICENSE="freedist HPND"
@@ -19,9 +18,9 @@ IUSE="+X"
RDEPEND="X? ( >=x11-libs/motif-2.3 )"
S="${WORKDIR}/"
-BASEDIR="/opt/fullprof"
src_install() {
+ BASEDIR="/opt/fullprof"
echo "FULLPROF=\"${BASEDIR}\"" > 99fullprof
echo "PATH=\"${BASEDIR}\"" >> 99fullprof
doenvd 99fullprof
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: a93c13c34913c47535ecc8a42c599fae7761ca0f
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Mon Nov 19 15:19:15 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 15:19:15 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a93c13c3
added an ebuild for fullprof
---
.../fullprof-bin/fullprof-bin-2012.5.ebuild | 31 ++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
new file mode 100644
index 0000000..05eb046
--- /dev/null
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+DESCRIPTION="Fullprof is a set of crystallographic programs (FullProf, WinPLOTR,
+EdPCR, GFourier, etc...) mainly developed for Rietveld analysis of powder patterns"
+
+HOMEPAGE="http://www.ill.eu/sites/fullprof/index.html"
+SRC_URI="http://www.ill.eu/sites/fullprof/downloads/FullProf_Suite_May2012_Lin.tgz"
+LICENSE="freedist HPND"
+# There is no clear license specified. But according to Docs/Readme_Fp_Suite.txt
+# those two seem to be appropriate.
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="+X"
+
+RDEPEND="X? ( >=x11-libs/motif-2.3 )"
+
+S="${WORKDIR}/"
+BASEDIR="/opt/fullprof"
+
+src_install() {
+ echo "FULLPROF=\"${BASEDIR}\"" > 99fullprof
+ echo "PATH=\"${BASEDIR}\"" >> 99fullprof
+ doenvd 99fullprof
+ rm 99fullprof || die
+ mkdir -p "${D}/${BASEDIR}" || die
+ mv "${S}"/* "${D}/${BASEDIR}" || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 083ade46d9336d409f0f6e0ee29eb8a96545becb
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Mon Nov 19 18:38:02 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 19 18:38:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=083ade46
improved ebuild for fullprof
---
sci-geosciences/fullprof-bin/metadata.xml | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/metadata.xml b/sci-geosciences/fullprof-bin/metadata.xml
new file mode 100644
index 0000000..46b2658
--- /dev/null
+++ b/sci-geosciences/fullprof-bin/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sci-geosciences</herd>
+<maintainer>
+<email>marten@xtal.rwth-aachen.de</email>
+<name>Jan M. Simons</name>
+</maintainer>
+<longdescription lang="en">
+Fullprof is a programm suite of crystallographic programs (FullProf, WinPLOTR,
+EdPCR, GFourier, etc...) mainly developed for Rietveld analysis (structure
+profile refinement) of neutron (constant wavelength, time of flight,
+nuclear and magnetic scattering) or X-ray powder diffraction data collected at
+constant or variable step in scattering angle 2theta.
+</longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: ebe94c851eb7cdf8ce83d774d9ca08b49c0ed8be
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Fri Nov 23 08:20:16 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 08:20:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ebe94c85
improved ebuild for fullprof, added docs + examples useflags
---
.../fullprof-bin/fullprof-bin-2012.5.ebuild | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
index 998bb98..597f555 100644
--- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
@@ -4,8 +4,7 @@
EAPI="4"
-DESCRIPTION="a set of crystallographic programs mainly developed for Rietveld \
-analysis"
+DESCRIPTION="a set of crystallographic tools mainly for Rietveld analysis"
HOMEPAGE="http://www.ill.eu/sites/fullprof/index.html"
SRC_URI="http://www.ill.eu/sites/fullprof/downloads/FullProf_Suite_May2012_Lin.tgz"
LICENSE="freedist HPND"
@@ -13,7 +12,7 @@ LICENSE="freedist HPND"
# those two seem to be appropriate.
SLOT="0"
KEYWORDS="~x86 ~amd64"
-IUSE="+X"
+IUSE="+X +doc +examples"
RDEPEND="X? ( >=x11-libs/motif-2.3 )"
@@ -25,6 +24,19 @@ src_install() {
echo "PATH=\"${BASEDIR}\"" >> 99fullprof
doenvd 99fullprof
rm 99fullprof || die
+ if use !examples; then
+ rm -r Examples || die
+ fi
+ if use !doc; then
+ rm -r Docs || die
+ rm -r Html || die
+ else
+ # fix html documentation to actually work
+ ls Docs/*.HTM | while read file
+ do
+ mv $file `echo $file | sed 's/\/.*/\L&/'`
+ done
+ fi
mkdir -p "${D}/${BASEDIR}" || die
mv "${S}"/* "${D}/${BASEDIR}" || die
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 8b255258550f183e2f082f15064712533bbe0eb0
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Fri Nov 30 14:43:49 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 30 14:43:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8b255258
use T for temp file
---
.../fullprof-bin/fullprof-bin-2012.11.ebuild | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
index 6f135fb..7c41344 100644
--- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
@@ -20,9 +20,8 @@ S="${WORKDIR}/"
src_install() {
BASEDIR="/opt/fullprof"
- echo "FULLPROF=\"${BASEDIR}\"" > 99fullprof
- doenvd 99fullprof
- rm 99fullprof || die
+ echo "FULLPROF=\"${BASEDIR}\"" > ${T}/99fullprof
+ doenvd ${T}/99fullprof
if use !examples; then
rm -r Examples || die
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 7d34d835d538d5a54406202c59d58bf5848cd50e
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Fri Nov 30 14:38:30 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 30 14:38:30 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7d34d835
remove graphical tools when -X
---
.../fullprof-bin/fullprof-bin-2012.11.ebuild | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
index 9c8cc7b..6f135fb 100644
--- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
@@ -48,6 +48,13 @@ src_install() {
cd .. || die
fi
+ if use !X; then
+ rm tfp tfp.set winplotr-2006 check_group cryscal edpcr fp_studio || die
+ rm gbasireps gbond_str gdatared gfourier gfourier.hlp gxlens || die
+ rm powderpat resvis symmcal wfp2k winplotr.* || die
+ rm -r Fps_Icons || die
+ fi
+
mkdir -p "${D}/${BASEDIR}" || die
# make symlinks
for i in * ; do
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: aedc152706e60ffccd53457725842bc43754cfb4
Author: Jan M. Simons <marten_ <AT> _xtal <DOT> rwth-aachen_ <DOT> _de>
AuthorDate: Fri Nov 30 14:21:32 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 30 14:21:32 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=aedc1527
version bump + improved ebuild for fullprof
---
...n-2012.5.ebuild => fullprof-bin-2012.11.ebuild} | 27 +++++++++++++++----
1 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
similarity index 57%
rename from sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
rename to sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
index 597f555..9c8cc7b 100644
--- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.5.ebuild
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
@@ -6,7 +6,7 @@ EAPI="4"
DESCRIPTION="a set of crystallographic tools mainly for Rietveld analysis"
HOMEPAGE="http://www.ill.eu/sites/fullprof/index.html"
-SRC_URI="http://www.ill.eu/sites/fullprof/downloads/FullProf_Suite_May2012_Lin.tgz"
+SRC_URI="http://www.ill.eu/sites/fullprof/downloads/FullProf_Suite_Nov2012_Lin.tgz"
LICENSE="freedist HPND"
# There is no clear license specified. But according to Docs/Readme_Fp_Suite.txt
# those two seem to be appropriate.
@@ -21,22 +21,37 @@ S="${WORKDIR}/"
src_install() {
BASEDIR="/opt/fullprof"
echo "FULLPROF=\"${BASEDIR}\"" > 99fullprof
- echo "PATH=\"${BASEDIR}\"" >> 99fullprof
doenvd 99fullprof
rm 99fullprof || die
+
if use !examples; then
rm -r Examples || die
fi
+
if use !doc; then
rm -r Docs || die
rm -r Html || die
else
- # fix html documentation to actually work
- ls Docs/*.HTM | while read file
- do
- mv $file `echo $file | sed 's/\/.*/\L&/'`
+ # fix (html) documentation to actually work
+ # as upstream is using inconsistent upper and lower case
+ mv Docs docs || die
+ cd docs || die
+ for i in *.HTM; do
+ mv "$i" "${i,,}" || die
done
+ mv "FullProf_Manual.pdf" "Fullprof_Manual.pdf" || die
+ mv "Manual_FullProf_Studio.pdf" "Manual_Fullprof_Studio.pdf" || die
+ mv "FullProf_News.htm" "Fullprof_News.htm" || die
+ for i in FullProf_News_200?.htm; do
+ mv "$i" "${i/FullProf/Fullprof}" || die
+ done
+ cd .. || die
fi
+
mkdir -p "${D}/${BASEDIR}" || die
+ # make symlinks
+ for i in * ; do
+ [[ -x $i && ! -d $i ]] && dosym "../fullprof/${i}" /opt/bin/"${i##*/}"
+ done
mv "${S}"/* "${D}/${BASEDIR}" || die
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/
@ 2013-02-22 15:46 Justin Lecher
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2013-02-22 15:46 UTC (permalink / raw
To: gentoo-commits
commit: 5adaef7253fbae369bc14145df9eb9746275e200
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 22 15:46:16 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 15:46:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5adaef72
sci-geosciences/fullprof-bin: Indent with tabs instead of spaces; use QA_PREBUILT for binary packages; restrict all arches but x86/amd64; bump EAPI to 5; clean DESCRIPTION; fix quoting
Package-Manager: portage-2.2.0_alpha163
---
sci-geosciences/fullprof-bin/ChangeLog | 10 ++
.../fullprof-bin/fullprof-bin-2012.11.ebuild | 99 ++++++++++----------
sci-geosciences/fullprof-bin/metadata.xml | 12 +-
3 files changed, 67 insertions(+), 54 deletions(-)
diff --git a/sci-geosciences/fullprof-bin/ChangeLog b/sci-geosciences/fullprof-bin/ChangeLog
new file mode 100644
index 0000000..e8b9916
--- /dev/null
+++ b/sci-geosciences/fullprof-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-geosciences/fullprof-bin
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 22 Feb 2013; Justin Lecher <jlec@gentoo.org> fullprof-bin-2012.11.ebuild,
+ metadata.xml:
+ Indent with tabs instead of spaces; use QA_PREBUILT for binary packages;
+ restrict all arches but x86/amd64; bump EAPI to 5; clean DESCRIPTION; fix
+ quoting
+
diff --git a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
index 7c41344..899353b 100644
--- a/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
+++ b/sci-geosciences/fullprof-bin/fullprof-bin-2012.11.ebuild
@@ -1,63 +1,66 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI=5
-DESCRIPTION="a set of crystallographic tools mainly for Rietveld analysis"
+DESCRIPTION="Crystallographic tools mainly for Rietveld analysis"
HOMEPAGE="http://www.ill.eu/sites/fullprof/index.html"
SRC_URI="http://www.ill.eu/sites/fullprof/downloads/FullProf_Suite_Nov2012_Lin.tgz"
+
LICENSE="freedist HPND"
# There is no clear license specified. But according to Docs/Readme_Fp_Suite.txt
# those two seem to be appropriate.
SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="+X +doc +examples"
+KEYWORDS="~x86 ~amd64 -*"
+IUSE="+doc +examples +X"
-RDEPEND="X? ( >=x11-libs/motif-2.3 )"
+RDEPEND="X? ( x11-libs/motif:0 )"
+DEPEND=""
+S="${WORKDIR}"
-S="${WORKDIR}/"
+QA_PREBUILT="opt/.*"
src_install() {
- BASEDIR="/opt/fullprof"
- echo "FULLPROF=\"${BASEDIR}\"" > ${T}/99fullprof
- doenvd ${T}/99fullprof
-
- if use !examples; then
- rm -r Examples || die
- fi
-
- if use !doc; then
- rm -r Docs || die
- rm -r Html || die
- else
- # fix (html) documentation to actually work
- # as upstream is using inconsistent upper and lower case
- mv Docs docs || die
- cd docs || die
- for i in *.HTM; do
- mv "$i" "${i,,}" || die
- done
- mv "FullProf_Manual.pdf" "Fullprof_Manual.pdf" || die
- mv "Manual_FullProf_Studio.pdf" "Manual_Fullprof_Studio.pdf" || die
- mv "FullProf_News.htm" "Fullprof_News.htm" || die
- for i in FullProf_News_200?.htm; do
- mv "$i" "${i/FullProf/Fullprof}" || die
- done
- cd .. || die
- fi
-
- if use !X; then
- rm tfp tfp.set winplotr-2006 check_group cryscal edpcr fp_studio || die
- rm gbasireps gbond_str gdatared gfourier gfourier.hlp gxlens || die
- rm powderpat resvis symmcal wfp2k winplotr.* || die
- rm -r Fps_Icons || die
- fi
-
- mkdir -p "${D}/${BASEDIR}" || die
- # make symlinks
- for i in * ; do
- [[ -x $i && ! -d $i ]] && dosym "../fullprof/${i}" /opt/bin/"${i##*/}"
- done
- mv "${S}"/* "${D}/${BASEDIR}" || die
+ BASEDIR="/opt/fullprof"
+ echo "FULLPROF=\"${BASEDIR}\"" > "${T}"/99fullprof
+ doenvd "${T}"/99fullprof
+
+ if ! use examples; then
+ rm -r Examples || die
+ fi
+
+ if ! use doc; then
+ rm -r Docs Html || die
+ else
+ # fix (html) documentation to actually work
+ # as upstream is using inconsistent upper and lower case
+ mv Docs docs || die
+ cd docs || die
+ for i in *.HTM; do
+ mv "$i" "${i,,}" || die
+ done
+ mv "FullProf_Manual.pdf" "Fullprof_Manual.pdf" || die
+ mv "Manual_FullProf_Studio.pdf" "Manual_Fullprof_Studio.pdf" || die
+ mv "FullProf_News.htm" "Fullprof_News.htm" || die
+ for i in FullProf_News_200?.htm; do
+ mv "$i" "${i/FullProf/Fullprof}" || die
+ done
+ cd .. || die
+ fi
+
+ if ! use X; then
+ rm -rf \
+ tfp tfp.set winplotr-2006 check_group cryscal edpcr fp_studio \
+ gbasireps gbond_str gdatared gfourier gfourier.hlp gxlens \
+ powderpat resvis symmcal wfp2k winplotr.* \
+ Fps_Icons || die
+ fi
+
+ dodir "${BASEDIR}" || die
+ # make symlinks
+ for i in * ; do
+ [[ -x $i && ! -d $i ]] && dosym "../fullprof/${i}" /opt/bin/"${i##*/}"
+ done
+ mv "${S}"/* "${ED}/${BASEDIR}" || die
}
diff --git a/sci-geosciences/fullprof-bin/metadata.xml b/sci-geosciences/fullprof-bin/metadata.xml
index 46b2658..825c73c 100644
--- a/sci-geosciences/fullprof-bin/metadata.xml
+++ b/sci-geosciences/fullprof-bin/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-geosciences</herd>
-<maintainer>
-<email>marten@xtal.rwth-aachen.de</email>
-<name>Jan M. Simons</name>
-</maintainer>
-<longdescription lang="en">
+ <herd>sci-geosciences</herd>
+ <maintainer>
+ <email>marten@xtal.rwth-aachen.de</email>
+ <name>Jan M. Simons</name>
+ </maintainer>
+ <longdescription lang="en">
Fullprof is a programm suite of crystallographic programs (FullProf, WinPLOTR,
EdPCR, GFourier, etc...) mainly developed for Rietveld analysis (structure
profile refinement) of neutron (constant wavelength, time of flight,
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-02-22 15:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 15:46 [gentoo-commits] proj/sci:master commit in: sci-geosciences/fullprof-bin/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2013-02-22 15:46 Justin Lecher
2013-02-22 15:46 Justin Lecher
2013-02-22 15:46 Justin Lecher
2013-02-22 15:46 Justin Lecher
2013-02-22 15:46 Justin Lecher
2013-02-22 15:46 Justin Lecher
2013-02-22 15:46 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox