Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
Date: Thu, 22 Dec 2011 11:28:52
Message-Id: dfbe4c3d6892989e38cd633eb284afb39ba91a0a.jlec@gentoo
1 commit: dfbe4c3d6892989e38cd633eb284afb39ba91a0a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 11:28:31 2011 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 11:28:31 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dfbe4c3d
7
8 Version Bump
9
10 (Portage version: 2.2.0_alpha81/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
11
12 ---
13 sci-chemistry/unio/ChangeLog | 11 +++++-
14 sci-chemistry/unio/metadata.xml | 8 ++--
15 sci-chemistry/unio/unio-2.0.2.ebuild | 71 ++++++++++++++++++++++++++++++++++
16 3 files changed, 85 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
19 index f2c6e2c..5c34bc1 100644
20 --- a/sci-chemistry/unio/ChangeLog
21 +++ b/sci-chemistry/unio/ChangeLog
22 @@ -1,7 +1,16 @@
23 # ChangeLog for sci-chemistry/unio
24 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 22 Dec 2011; Justin Lecher <jlec@g.o> +unio-2.0.2.ebuild,
29 + metadata.xml:
30 + Version Bump
31 +
32 +*unio-2.0.2 (22 Dec 2011)
33 +
34 + 22 Dec 2011; Justin Lecher <jlec@g.o> +unio-2.0.2.ebuild:
35 + Version Bump
36 +
37 19 Nov 2010; Justin Lecher <jlec@g.o> unio-2.0.1-r1.ebuild:
38 QA on quoting
39
40
41 diff --git a/sci-chemistry/unio/metadata.xml b/sci-chemistry/unio/metadata.xml
42 index efb490d..d747d72 100644
43 --- a/sci-chemistry/unio/metadata.xml
44 +++ b/sci-chemistry/unio/metadata.xml
45 @@ -1,8 +1,8 @@
46 <?xml version="1.0" encoding="UTF-8"?>
47 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
48 <pkgmetadata>
49 -<herd>sci</herd>
50 -<maintainer>
51 - <email>sci@g.o</email>
52 -</maintainer>
53 + <herd>sci</herd>
54 + <maintainer>
55 + <email>sci@g.o</email>
56 + </maintainer>
57 </pkgmetadata>
58
59 diff --git a/sci-chemistry/unio/unio-2.0.2.ebuild b/sci-chemistry/unio/unio-2.0.2.ebuild
60 new file mode 100644
61 index 0000000..00cf062
62 --- /dev/null
63 +++ b/sci-chemistry/unio/unio-2.0.2.ebuild
64 @@ -0,0 +1,71 @@
65 +# Copyright 1999-2011 Gentoo Foundation
66 +# Distributed under the terms of the GNU General Public License v2
67 +# $Header: $
68 +
69 +EAPI="3"
70 +
71 +MY_P="UNIO10-Distribution21Dec2011"
72 +
73 +DESCRIPTION="Automated NMR Data Analysis"
74 +HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
75 +#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
76 +SRC_URI="${MY_P}.tar.gz"
77 +
78 +SLOT="0"
79 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
80 +LICENSE="unio"
81 +IUSE=""
82 +
83 +RDEPEND="
84 + amd64? (
85 + app-emulation/emul-linux-x86-baselibs
86 + app-emulation/emul-linux-x86-gtklibs
87 + app-emulation/emul-linux-x86-opengl
88 + app-emulation/emul-linux-x86-xlibs )"
89 +DEPEND=""
90 +
91 +S="${WORKDIR}/UNIO_10"
92 +RESTRICT="fetch"
93 +
94 +QA_DT_HASH="
95 + opt/unio/Unio10/Linux/Externals/revzip.so
96 + opt/unio/Unio10/Linux/Unio10
97 + opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
98 +QA_TEXTRELS="opt/unio/Unio10/Linux/Externals/revzip.so"
99 +QA_PRESTRIPPED="
100 + opt/unio/Unio10/Linux/Externals/revzip.so
101 + opt/unio/Unio10/Linux/Unio10"
102 +QA_EXECSTACK="opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
103 +
104 +pkg_nofetch() {
105 + einfo "Please visit ${HOMEPAGE}"
106 + einfo "and fetch ${A}"
107 + einfo "into ${DISTDIR}"
108 +}
109 +
110 +src_install() {
111 + mv Unio\'10 Unio10 || die
112 + mv Unio10/Linux/{Unio\'10,Unio10} || die
113 + rm -rf \
114 + Unio10/MacOSX \
115 + UnioAlgorithms/.DS_Store \
116 + UnioAlgorithms/unio-2.0.1/src/unio/unioexe.Darwin* \
117 + UnioAlgorithms/unio-2.0.1/src/echo/libEcho.a \
118 + UnioAlgorithms/unio-2.0.1/License.pdf || die
119 + insinto /opt/${PN}
120 + doins -r Unio10 UnioAlgorithms UnioDocumentations || die
121 + fperms 755 \
122 + /opt/${PN}/Unio10/Linux/Unio10 \
123 + /opt/${PN}/Unio10/Linux/Externals/revzip.so || die
124 + chmod 755 \
125 + "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.1/bin/* \
126 + "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.1/src/${PN}/* || die
127 +
128 + cat >> "${T}/${PN}" <<- EOF
129 + #!/bin/bash
130 + cd "${EPREFIX}/opt/${PN}"
131 + exec Unio10/Linux/Unio10 \$@
132 + EOF
133 +
134 + dobin "${T}/${PN}" || die
135 +}