* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2011-12-22 11:28 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2011-12-22 11:28 UTC (permalink / raw
To: gentoo-commits
commit: dfbe4c3d6892989e38cd633eb284afb39ba91a0a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:28:31 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:28:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dfbe4c3d
Version Bump
(Portage version: 2.2.0_alpha81/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sci-chemistry/unio/ChangeLog | 11 +++++-
sci-chemistry/unio/metadata.xml | 8 ++--
sci-chemistry/unio/unio-2.0.2.ebuild | 71 ++++++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+), 5 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index f2c6e2c..5c34bc1 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -1,7 +1,16 @@
# ChangeLog for sci-chemistry/unio
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Dec 2011; Justin Lecher <jlec@gentoo.org> +unio-2.0.2.ebuild,
+ metadata.xml:
+ Version Bump
+
+*unio-2.0.2 (22 Dec 2011)
+
+ 22 Dec 2011; Justin Lecher <jlec@gentoo.org> +unio-2.0.2.ebuild:
+ Version Bump
+
19 Nov 2010; Justin Lecher <jlec@gentoo.org> unio-2.0.1-r1.ebuild:
QA on quoting
diff --git a/sci-chemistry/unio/metadata.xml b/sci-chemistry/unio/metadata.xml
index efb490d..d747d72 100644
--- a/sci-chemistry/unio/metadata.xml
+++ b/sci-chemistry/unio/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
- <email>sci@gentoo.org</email>
-</maintainer>
+ <herd>sci</herd>
+ <maintainer>
+ <email>sci@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
diff --git a/sci-chemistry/unio/unio-2.0.2.ebuild b/sci-chemistry/unio/unio-2.0.2.ebuild
new file mode 100644
index 0000000..00cf062
--- /dev/null
+++ b/sci-chemistry/unio/unio-2.0.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+MY_P="UNIO10-Distribution21Dec2011"
+
+DESCRIPTION="Automated NMR Data Analysis"
+HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
+#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
+SRC_URI="${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="unio"
+IUSE=""
+
+RDEPEND="
+ amd64? (
+ app-emulation/emul-linux-x86-baselibs
+ app-emulation/emul-linux-x86-gtklibs
+ app-emulation/emul-linux-x86-opengl
+ app-emulation/emul-linux-x86-xlibs )"
+DEPEND=""
+
+S="${WORKDIR}/UNIO_10"
+RESTRICT="fetch"
+
+QA_DT_HASH="
+ opt/unio/Unio10/Linux/Externals/revzip.so
+ opt/unio/Unio10/Linux/Unio10
+ opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
+QA_TEXTRELS="opt/unio/Unio10/Linux/Externals/revzip.so"
+QA_PRESTRIPPED="
+ opt/unio/Unio10/Linux/Externals/revzip.so
+ opt/unio/Unio10/Linux/Unio10"
+QA_EXECSTACK="opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
+
+pkg_nofetch() {
+ einfo "Please visit ${HOMEPAGE}"
+ einfo "and fetch ${A}"
+ einfo "into ${DISTDIR}"
+}
+
+src_install() {
+ mv Unio\'10 Unio10 || die
+ mv Unio10/Linux/{Unio\'10,Unio10} || die
+ rm -rf \
+ Unio10/MacOSX \
+ UnioAlgorithms/.DS_Store \
+ UnioAlgorithms/unio-2.0.1/src/unio/unioexe.Darwin* \
+ UnioAlgorithms/unio-2.0.1/src/echo/libEcho.a \
+ UnioAlgorithms/unio-2.0.1/License.pdf || die
+ insinto /opt/${PN}
+ doins -r Unio10 UnioAlgorithms UnioDocumentations || die
+ fperms 755 \
+ /opt/${PN}/Unio10/Linux/Unio10 \
+ /opt/${PN}/Unio10/Linux/Externals/revzip.so || die
+ chmod 755 \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.1/bin/* \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.1/src/${PN}/* || die
+
+ cat >> "${T}/${PN}" <<- EOF
+ #!/bin/bash
+ cd "${EPREFIX}/opt/${PN}"
+ exec Unio10/Linux/Unio10 \$@
+ EOF
+
+ dobin "${T}/${PN}" || die
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2013-08-13 22:20 Nicolas Bock
0 siblings, 0 replies; 14+ messages in thread
From: Nicolas Bock @ 2013-08-13 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 73ce152adbdd25f49b391b144733a10d776f54b5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 07:54:13 2013 +0000
Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
CommitDate: Tue Aug 13 07:54:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=73ce152a
sci-chemistry/unio: Fix upstreams silent version bump
Package-Manager: portage-2.2.0
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 6 ++-
sci-chemistry/unio/metadata.xml | 2 +-
sci-chemistry/unio/unio-2.0.1-r1.ebuild | 71 ---------------------------------
sci-chemistry/unio/unio-2.0.2-r1.ebuild | 62 ++++++++++++++++++++++++++++
sci-chemistry/unio/unio-2.0.2.ebuild | 71 ---------------------------------
5 files changed, 68 insertions(+), 144 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index 5c34bc1..0cc35e1 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-chemistry/unio
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Aug 2013; Justin Lecher <jlec@gentoo.org> -unio-2.0.1-r1.ebuild,
+ -unio-2.0.2.ebuild, +unio-2.0.2-r1.ebuild, metadata.xml:
+ Fix upstreams silent version bump
+
22 Dec 2011; Justin Lecher <jlec@gentoo.org> +unio-2.0.2.ebuild,
metadata.xml:
Version Bump
diff --git a/sci-chemistry/unio/metadata.xml b/sci-chemistry/unio/metadata.xml
index 9ac9ffd..51fdeda 100644
--- a/sci-chemistry/unio/metadata.xml
+++ b/sci-chemistry/unio/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-chemistry</herd>
+ <herd>sci-chemistry</herd>
</pkgmetadata>
diff --git a/sci-chemistry/unio/unio-2.0.1-r1.ebuild b/sci-chemistry/unio/unio-2.0.1-r1.ebuild
deleted file mode 100644
index 4c82371..0000000
--- a/sci-chemistry/unio/unio-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-MY_P="UNIO10-Distribution30Sept2010"
-
-DESCRIPTION="Automated NMR Data Analysis"
-HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
-#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
-SRC_URI="${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="unio"
-IUSE=""
-
-RDEPEND="
- amd64? (
- app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-opengl
- app-emulation/emul-linux-x86-xlibs )"
-DEPEND=""
-
-S="${WORKDIR}/UNIO_10"
-RESTRICT="fetch"
-
-QA_DT_HASH="
- opt/unio/Unio10/Linux/Externals/revzip.so
- opt/unio/Unio10/Linux/Unio10
- opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
-QA_TEXTRELS="opt/unio/Unio10/Linux/Externals/revzip.so"
-QA_PRESTRIPPED="
- opt/unio/Unio10/Linux/Externals/revzip.so
- opt/unio/Unio10/Linux/Unio10"
-QA_EXECSTACK="opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
-
-pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE}"
- einfo "and fetch ${A}"
- einfo "into ${DISTDIR}"
-}
-
-src_install() {
- mv Unio\'10 Unio10 || die
- mv Unio10/Linux/{Unio\'10,Unio10} || die
- rm -rf \
- Unio10/MacOSX \
- UnioAlgorithms/.DS_Store \
- UnioAlgorithms/unio-2.0.1/src/unio/unioexe.Darwin* \
- UnioAlgorithms/unio-2.0.1/src/echo/libEcho.a \
- UnioAlgorithms/unio-2.0.1/License.pdf || die
- insinto /opt/${PN}
- doins -r Unio10 UnioAlgorithms UnioDocumentations || die
- fperms 755 \
- /opt/${PN}/Unio10/Linux/Unio10 \
- /opt/${PN}/Unio10/Linux/Externals/revzip.so || die
- chmod 755 \
- "${ED}"/opt/${PN}/UnioAlgorithms/${P}/bin/* \
- "${ED}"/opt/${PN}/UnioAlgorithms/${P}/src/${PN}/* || die
-
- cat >> "${T}/${PN}" <<- EOF
- #!/bin/bash
- cd "${EPREFIX}/opt/${PN}"
- exec Unio10/Linux/Unio10 \$@
- EOF
-
- dobin "${T}/${PN}" || die
-}
diff --git a/sci-chemistry/unio/unio-2.0.2-r1.ebuild b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
new file mode 100644
index 0000000..4bf0879
--- /dev/null
+++ b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_P="UNIO10-Distribution21Dec2011"
+
+DESCRIPTION="Automated NMR Data Analysis"
+HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
+#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
+SRC_URI="${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="unio"
+IUSE=""
+
+RDEPEND="
+ app-shells/ksh
+ x11-libs/libX11[abi_x86_32]
+ x11-libs/libXext[abi_x86_32]"
+DEPEND=""
+
+S="${WORKDIR}/UNIO_10"
+RESTRICT="fetch"
+
+QA_PREBUILT="opt/unio/*"
+
+pkg_nofetch() {
+ einfo "Please visit ${HOMEPAGE}"
+ einfo "and fetch ${A}"
+ einfo "into ${DISTDIR}"
+}
+
+src_install() {
+ mv Unio\'10 Unio10 || die
+ mv Unio10/Linux/{Unio\'10,Unio10} || die
+ rm -rf \
+ Unio10/MacOSX \
+ UnioAlgorithms/.DS_Store \
+ UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
+ UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
+ UnioAlgorithms/unio-2.0.2/License.pdf || die
+
+ insinto /opt/${PN}
+ doins -r Unio10 UnioAlgorithms UnioDocumentations
+ fperms 755 \
+ /opt/${PN}/Unio10/Linux/Unio10 \
+ /opt/${PN}/Unio10/Linux/Externals/revzip.so
+ chmod 755 \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
+
+ cat >> "${T}/${PN}" <<- EOF
+ #!${EPREFIX}/bin/bash
+ cd "${EPREFIX}/opt/${PN}"
+ exec Unio10/Linux/Unio10 \$@
+ EOF
+
+ dobin "${T}/${PN}"
+}
diff --git a/sci-chemistry/unio/unio-2.0.2.ebuild b/sci-chemistry/unio/unio-2.0.2.ebuild
deleted file mode 100644
index 00cf062..0000000
--- a/sci-chemistry/unio/unio-2.0.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-MY_P="UNIO10-Distribution21Dec2011"
-
-DESCRIPTION="Automated NMR Data Analysis"
-HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
-#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
-SRC_URI="${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="unio"
-IUSE=""
-
-RDEPEND="
- amd64? (
- app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-opengl
- app-emulation/emul-linux-x86-xlibs )"
-DEPEND=""
-
-S="${WORKDIR}/UNIO_10"
-RESTRICT="fetch"
-
-QA_DT_HASH="
- opt/unio/Unio10/Linux/Externals/revzip.so
- opt/unio/Unio10/Linux/Unio10
- opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
-QA_TEXTRELS="opt/unio/Unio10/Linux/Externals/revzip.so"
-QA_PRESTRIPPED="
- opt/unio/Unio10/Linux/Externals/revzip.so
- opt/unio/Unio10/Linux/Unio10"
-QA_EXECSTACK="opt/unio/UnioAlgorithms/unio-2.0.1/src/unio/unioexe.*"
-
-pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE}"
- einfo "and fetch ${A}"
- einfo "into ${DISTDIR}"
-}
-
-src_install() {
- mv Unio\'10 Unio10 || die
- mv Unio10/Linux/{Unio\'10,Unio10} || die
- rm -rf \
- Unio10/MacOSX \
- UnioAlgorithms/.DS_Store \
- UnioAlgorithms/unio-2.0.1/src/unio/unioexe.Darwin* \
- UnioAlgorithms/unio-2.0.1/src/echo/libEcho.a \
- UnioAlgorithms/unio-2.0.1/License.pdf || die
- insinto /opt/${PN}
- doins -r Unio10 UnioAlgorithms UnioDocumentations || die
- fperms 755 \
- /opt/${PN}/Unio10/Linux/Unio10 \
- /opt/${PN}/Unio10/Linux/Externals/revzip.so || die
- chmod 755 \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.1/bin/* \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.1/src/${PN}/* || die
-
- cat >> "${T}/${PN}" <<- EOF
- #!/bin/bash
- cd "${EPREFIX}/opt/${PN}"
- exec Unio10/Linux/Unio10 \$@
- EOF
-
- dobin "${T}/${PN}" || die
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2013-11-08 15:48 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2013-11-08 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 68b205a39571ba2fcd258a9eca0eda48d0a6420b
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 8 15:48:53 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Nov 8 15:48:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=68b205a3
sci-chemistry/unio: Allow emul packages
Package-Manager: portage-2.2.7
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 3 +++
sci-chemistry/unio/unio-2.0.2-r1.ebuild | 9 +++++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index 0cc35e1..a0753f4 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Nov 2013; Justin Lecher <jlec@gentoo.org> unio-2.0.2-r1.ebuild:
+ Allow emul packages
+
13 Aug 2013; Justin Lecher <jlec@gentoo.org> -unio-2.0.1-r1.ebuild,
-unio-2.0.2.ebuild, +unio-2.0.2-r1.ebuild, metadata.xml:
Fix upstreams silent version bump
diff --git a/sci-chemistry/unio/unio-2.0.2-r1.ebuild b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
index 4bf0879..17f3997 100644
--- a/sci-chemistry/unio/unio-2.0.2-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
@@ -18,8 +18,13 @@ IUSE=""
RDEPEND="
app-shells/ksh
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXext[abi_x86_32]"
+ || (
+ (
+ x11-libs/libX11[abi_x86_32]
+ x11-libs/libXext[abi_x86_32]
+ )
+ app-emulation/emul-linux-x86-xlibs
+ )"
DEPEND=""
S="${WORKDIR}/UNIO_10"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-01-18 7:38 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-01-18 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 145ab93b2ef69630c7a7d8ae3d5e04955871480e
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 11:14:24 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 07:38:34 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=145ab93b
sci-chemistry/unio: Version BUmp
Package-Manager: portage-2.2.8
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 7 +++-
sci-chemistry/unio/unio-2.0.3.ebuild | 67 ++++++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index a0753f4..b40047e 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-chemistry/unio
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*unio-2.0.3 (16 Jan 2014)
+
+ 16 Jan 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3.ebuild:
+ Version BUmp
+
08 Nov 2013; Justin Lecher <jlec@gentoo.org> unio-2.0.2-r1.ebuild:
Allow emul packages
diff --git a/sci-chemistry/unio/unio-2.0.3.ebuild b/sci-chemistry/unio/unio-2.0.3.ebuild
new file mode 100644
index 0000000..f123c5c
--- /dev/null
+++ b/sci-chemistry/unio/unio-2.0.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_P="UNIO10-Distribution19Dec2013"
+
+DESCRIPTION="Automated NMR Data Analysis"
+HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
+#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
+SRC_URI="${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="unio"
+IUSE=""
+
+RDEPEND="
+ app-shells/ksh
+ || (
+ (
+ x11-libs/libX11[abi_x86_32]
+ x11-libs/libXext[abi_x86_32]
+ )
+ app-emulation/emul-linux-x86-xlibs
+ )"
+DEPEND=""
+
+S="${WORKDIR}/UNIO_10"
+RESTRICT="fetch"
+
+QA_PREBUILT="opt/unio/*"
+
+pkg_nofetch() {
+ einfo "Please visit ${HOMEPAGE}"
+ einfo "and fetch ${A}"
+ einfo "into ${DISTDIR}"
+}
+
+src_install() {
+ mv Unio\'10 Unio10 || die
+ mv Unio10/Linux/{Unio\'10,Unio10} || die
+ rm -rf \
+ Unio10/MacOSX \
+ UnioAlgorithms/.DS_Store \
+ UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
+ UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
+ UnioAlgorithms/unio-2.0.2/License.pdf || die
+
+ insinto /opt/${PN}
+ doins -r Unio10 UnioAlgorithms UnioDocumentations
+ fperms 755 \
+ /opt/${PN}/Unio10/Linux/Unio10 \
+ /opt/${PN}/Unio10/Linux/Externals/revzip.so
+ chmod 755 \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
+
+ cat >> "${T}/${PN}" <<- EOF
+ #!${EPREFIX}/bin/bash
+ cd "${EPREFIX}/opt/${PN}"
+ exec Unio10/Linux/Unio10 \$@
+ EOF
+
+ dobin "${T}/${PN}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-01-18 7:39 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-01-18 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 4eeff26c63fd4d2742af14a3bccb0d8cb3204159
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 11:14:24 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 11:14:24 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4eeff26c
sci-chemistry/unio: Version BUmp
Package-Manager: portage-2.2.8
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 7 +++-
sci-chemistry/unio/unio-2.0.3.ebuild | 67 ++++++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index a0753f4..b40047e 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-chemistry/unio
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*unio-2.0.3 (16 Jan 2014)
+
+ 16 Jan 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3.ebuild:
+ Version BUmp
+
08 Nov 2013; Justin Lecher <jlec@gentoo.org> unio-2.0.2-r1.ebuild:
Allow emul packages
diff --git a/sci-chemistry/unio/unio-2.0.3.ebuild b/sci-chemistry/unio/unio-2.0.3.ebuild
new file mode 100644
index 0000000..f123c5c
--- /dev/null
+++ b/sci-chemistry/unio/unio-2.0.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_P="UNIO10-Distribution19Dec2013"
+
+DESCRIPTION="Automated NMR Data Analysis"
+HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
+#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
+SRC_URI="${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="unio"
+IUSE=""
+
+RDEPEND="
+ app-shells/ksh
+ || (
+ (
+ x11-libs/libX11[abi_x86_32]
+ x11-libs/libXext[abi_x86_32]
+ )
+ app-emulation/emul-linux-x86-xlibs
+ )"
+DEPEND=""
+
+S="${WORKDIR}/UNIO_10"
+RESTRICT="fetch"
+
+QA_PREBUILT="opt/unio/*"
+
+pkg_nofetch() {
+ einfo "Please visit ${HOMEPAGE}"
+ einfo "and fetch ${A}"
+ einfo "into ${DISTDIR}"
+}
+
+src_install() {
+ mv Unio\'10 Unio10 || die
+ mv Unio10/Linux/{Unio\'10,Unio10} || die
+ rm -rf \
+ Unio10/MacOSX \
+ UnioAlgorithms/.DS_Store \
+ UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
+ UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
+ UnioAlgorithms/unio-2.0.2/License.pdf || die
+
+ insinto /opt/${PN}
+ doins -r Unio10 UnioAlgorithms UnioDocumentations
+ fperms 755 \
+ /opt/${PN}/Unio10/Linux/Unio10 \
+ /opt/${PN}/Unio10/Linux/Externals/revzip.so
+ chmod 755 \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
+
+ cat >> "${T}/${PN}" <<- EOF
+ #!${EPREFIX}/bin/bash
+ cd "${EPREFIX}/opt/${PN}"
+ exec Unio10/Linux/Unio10 \$@
+ EOF
+
+ dobin "${T}/${PN}"
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-03-21 13:59 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-03-21 13:59 UTC (permalink / raw
To: gentoo-commits
commit: fb9d310325e66d506d30a02edff0a0ccb5149490
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 13:55:37 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 13:55:37 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fb9d3103
sci-chemistry/unio: Add symlinks for all apps
Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 5 +++
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 72 +++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index f198e9c..05ca514 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*unio-2.0.3-r1 (21 Mar 2014)
+
+ 21 Mar 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3-r1.ebuild:
+ Add symlinks for all apps
+
*unio-2.0.3 (16 Jan 2014)
16 Jan 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3.ebuild:
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
new file mode 100644
index 0000000..8ca4d34
--- /dev/null
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_P="UNIO10-Distribution19Dec2013"
+
+DESCRIPTION="Automated NMR Data Analysis"
+HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
+#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
+SRC_URI="${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="unio"
+IUSE=""
+
+RDEPEND="
+ app-shells/ksh
+ || (
+ (
+ x11-libs/libX11[abi_x86_32]
+ x11-libs/libXext[abi_x86_32]
+ )
+ app-emulation/emul-linux-x86-xlibs
+ )"
+DEPEND=""
+
+S="${WORKDIR}/UNIO_10"
+RESTRICT="fetch"
+
+QA_PREBUILT="opt/unio/*"
+
+pkg_nofetch() {
+ einfo "Please visit ${HOMEPAGE}"
+ einfo "and fetch ${A}"
+ einfo "into ${DISTDIR}"
+}
+
+src_install() {
+ mv Unio\'10 Unio10 || die
+ mv Unio10/Linux/{Unio\'10,Unio10} || die
+ rm -rf \
+ Unio10/MacOSX \
+ UnioAlgorithms/.DS_Store \
+ UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
+ UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
+ UnioAlgorithms/unio-2.0.2/License.pdf || die
+
+ insinto /opt/${PN}
+ doins -r Unio10 UnioAlgorithms UnioDocumentations
+ fperms 755 \
+ /opt/${PN}/Unio10/Linux/Unio10 \
+ /opt/${PN}/Unio10/Linux/Externals/revzip.so
+ chmod 755 \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
+
+ cat >> "${T}/${PN}" <<- EOF
+ #!${EPREFIX}/bin/bash
+ cd "${EPREFIX}/opt/${PN}"
+ exec Unio10/Linux/Unio10 \$@
+ EOF
+
+ dobin "${T}/${PN}"
+
+ local i
+ for i in ExecuteMatch ExecuteAtnosCandid ExecuteAtnosAscan; do
+ dosym ../${PN}/UnioAlgorithms/${PN}-2.0.2/bin/${i} /opt/bin/${i}
+ done
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-03-22 9:45 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: dc0133541c4ec00b2f685e20da4837bb9c3d9e65
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 13:55:37 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:44:41 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dc013354
sci-chemistry/unio: Add symlinks for all apps
Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 5 +++
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 72 +++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index f198e9c..05ca514 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*unio-2.0.3-r1 (21 Mar 2014)
+
+ 21 Mar 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3-r1.ebuild:
+ Add symlinks for all apps
+
*unio-2.0.3 (16 Jan 2014)
16 Jan 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3.ebuild:
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
new file mode 100644
index 0000000..8ca4d34
--- /dev/null
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_P="UNIO10-Distribution19Dec2013"
+
+DESCRIPTION="Automated NMR Data Analysis"
+HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
+#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
+SRC_URI="${MY_P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="unio"
+IUSE=""
+
+RDEPEND="
+ app-shells/ksh
+ || (
+ (
+ x11-libs/libX11[abi_x86_32]
+ x11-libs/libXext[abi_x86_32]
+ )
+ app-emulation/emul-linux-x86-xlibs
+ )"
+DEPEND=""
+
+S="${WORKDIR}/UNIO_10"
+RESTRICT="fetch"
+
+QA_PREBUILT="opt/unio/*"
+
+pkg_nofetch() {
+ einfo "Please visit ${HOMEPAGE}"
+ einfo "and fetch ${A}"
+ einfo "into ${DISTDIR}"
+}
+
+src_install() {
+ mv Unio\'10 Unio10 || die
+ mv Unio10/Linux/{Unio\'10,Unio10} || die
+ rm -rf \
+ Unio10/MacOSX \
+ UnioAlgorithms/.DS_Store \
+ UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
+ UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
+ UnioAlgorithms/unio-2.0.2/License.pdf || die
+
+ insinto /opt/${PN}
+ doins -r Unio10 UnioAlgorithms UnioDocumentations
+ fperms 755 \
+ /opt/${PN}/Unio10/Linux/Unio10 \
+ /opt/${PN}/Unio10/Linux/Externals/revzip.so
+ chmod 755 \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
+ "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
+
+ cat >> "${T}/${PN}" <<- EOF
+ #!${EPREFIX}/bin/bash
+ cd "${EPREFIX}/opt/${PN}"
+ exec Unio10/Linux/Unio10 \$@
+ EOF
+
+ dobin "${T}/${PN}"
+
+ local i
+ for i in ExecuteMatch ExecuteAtnosCandid ExecuteAtnosAscan; do
+ dosym ../${PN}/UnioAlgorithms/${PN}-2.0.2/bin/${i} /opt/bin/${i}
+ done
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-07-04 7:10 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-07-04 7:10 UTC (permalink / raw
To: gentoo-commits
commit: ef2a3606c4c7822a1331027d9eaf39e4f36ad901
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 06:45:10 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 06:45:10 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ef2a3606
sci-chemistry/unio: Fix emul-linux deps for modern multilib
Package-Manager: portage-2.2.10
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 3 +++
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index 05ca514..98fac3e 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 04 Jul 2014; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
+ Fix emul-linux deps for modern multilib
+
*unio-2.0.3-r1 (21 Mar 2014)
21 Mar 2014; Justin Lecher <jlec@gentoo.org> +unio-2.0.3-r1.ebuild:
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 8ca4d34..91c2693 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -20,10 +20,10 @@ RDEPEND="
app-shells/ksh
|| (
(
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXext[abi_x86_32(-)]
)
- app-emulation/emul-linux-x86-xlibs
+ app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
)"
DEPEND=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-09-16 0:26 Christoph Junghans
0 siblings, 0 replies; 14+ messages in thread
From: Christoph Junghans @ 2014-09-16 0:26 UTC (permalink / raw
To: gentoo-commits
commit: ebb39fbe076a50e09f8a25923810ad8c36ee5684
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 00:02:09 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 00:26:07 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ebb39fbe
dropped ~amd64 as no-multilib doesn't have abi_x86_32
Package-Manager: portage-2.2.8-r1
---
sci-chemistry/unio/ChangeLog | 5 ++++-
sci-chemistry/unio/unio-2.0.2-r1.ebuild | 2 +-
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 2 +-
sci-chemistry/unio/unio-2.0.3.ebuild | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index 98fac3e..b246d8a 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> unio-2.0.2-r1.ebuild,
+ unio-2.0.3-r1.ebuild, unio-2.0.3.ebuild:
+ dropped ~amd64 as no-multilib doesn't have abi_x86_32
+
04 Jul 2014; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
Fix emul-linux deps for modern multilib
@@ -54,4 +58,3 @@
02 Oct 2010; Justin Lecher <jlec@gentoo.org> +unio-2.0.1.ebuild,
+metadata.xml:
New addition
-
diff --git a/sci-chemistry/unio/unio-2.0.2-r1.ebuild b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
index eddddb2..2641921 100644
--- a/sci-chemistry/unio/unio-2.0.2-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
SRC_URI="${MY_P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~x86 ~amd64-linux ~x86-linux"
LICENSE="unio"
IUSE=""
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 91c2693..9e2dae1 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
SRC_URI="${MY_P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~x86 ~amd64-linux ~x86-linux"
LICENSE="unio"
IUSE=""
diff --git a/sci-chemistry/unio/unio-2.0.3.ebuild b/sci-chemistry/unio/unio-2.0.3.ebuild
index f123c5c..6cf9956 100644
--- a/sci-chemistry/unio/unio-2.0.3.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
SRC_URI="${MY_P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~x86 ~amd64-linux ~x86-linux"
LICENSE="unio"
IUSE=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-09-16 8:28 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-09-16 8:28 UTC (permalink / raw
To: gentoo-commits
commit: 05bd9bf2722a4c7b9517499fa2a52382e0837c4f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 08:12:18 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 08:12:18 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=05bd9bf2
sci-chemistry/unio: Add back dropped ~amd64; drop old
Package-Manager: portage-2.2.12
RepoMan-Options: --force
---
sci-chemistry/unio/ChangeLog | 4 ++
sci-chemistry/unio/unio-2.0.2-r1.ebuild | 67 ---------------------------------
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 2 +-
sci-chemistry/unio/unio-2.0.3.ebuild | 67 ---------------------------------
4 files changed, 5 insertions(+), 135 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index b246d8a..2b6ece7 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Sep 2014; Justin Lecher <jlec@gentoo.org> -unio-2.0.2-r1.ebuild,
+ -unio-2.0.3.ebuild, unio-2.0.3-r1.ebuild:
+ Add back dropped ~amd64; drop old
+
16 Sep 2014; Christoph Junghans <ottxor@gentoo.org> unio-2.0.2-r1.ebuild,
unio-2.0.3-r1.ebuild, unio-2.0.3.ebuild:
dropped ~amd64 as no-multilib doesn't have abi_x86_32
diff --git a/sci-chemistry/unio/unio-2.0.2-r1.ebuild b/sci-chemistry/unio/unio-2.0.2-r1.ebuild
deleted file mode 100644
index 2641921..0000000
--- a/sci-chemistry/unio/unio-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MY_P="UNIO10-Distribution21Dec2011"
-
-DESCRIPTION="Automated NMR Data Analysis"
-HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
-#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
-SRC_URI="${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64-linux ~x86-linux"
-LICENSE="unio"
-IUSE=""
-
-RDEPEND="
- app-shells/ksh
- || (
- (
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
- )
- app-emulation/emul-linux-x86-xlibs
- )"
-DEPEND=""
-
-S="${WORKDIR}/UNIO_10"
-RESTRICT="fetch"
-
-QA_PREBUILT="opt/unio/*"
-
-pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE}"
- einfo "and fetch ${A}"
- einfo "into ${DISTDIR}"
-}
-
-src_install() {
- mv Unio\'10 Unio10 || die
- mv Unio10/Linux/{Unio\'10,Unio10} || die
- rm -rf \
- Unio10/MacOSX \
- UnioAlgorithms/.DS_Store \
- UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
- UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
- UnioAlgorithms/unio-2.0.2/License.pdf || die
-
- insinto /opt/${PN}
- doins -r Unio10 UnioAlgorithms UnioDocumentations
- fperms 755 \
- /opt/${PN}/Unio10/Linux/Unio10 \
- /opt/${PN}/Unio10/Linux/Externals/revzip.so
- chmod 755 \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
-
- cat >> "${T}/${PN}" <<- EOF
- #!${EPREFIX}/bin/bash
- cd "${EPREFIX}/opt/${PN}"
- exec Unio10/Linux/Unio10 \$@
- EOF
-
- dobin "${T}/${PN}"
-}
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 9e2dae1..91c2693 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
SRC_URI="${MY_P}.tar.gz"
SLOT="0"
-KEYWORDS="~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="unio"
IUSE=""
diff --git a/sci-chemistry/unio/unio-2.0.3.ebuild b/sci-chemistry/unio/unio-2.0.3.ebuild
deleted file mode 100644
index 6cf9956..0000000
--- a/sci-chemistry/unio/unio-2.0.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MY_P="UNIO10-Distribution19Dec2013"
-
-DESCRIPTION="Automated NMR Data Analysis"
-HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
-#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
-SRC_URI="${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64-linux ~x86-linux"
-LICENSE="unio"
-IUSE=""
-
-RDEPEND="
- app-shells/ksh
- || (
- (
- x11-libs/libX11[abi_x86_32]
- x11-libs/libXext[abi_x86_32]
- )
- app-emulation/emul-linux-x86-xlibs
- )"
-DEPEND=""
-
-S="${WORKDIR}/UNIO_10"
-RESTRICT="fetch"
-
-QA_PREBUILT="opt/unio/*"
-
-pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE}"
- einfo "and fetch ${A}"
- einfo "into ${DISTDIR}"
-}
-
-src_install() {
- mv Unio\'10 Unio10 || die
- mv Unio10/Linux/{Unio\'10,Unio10} || die
- rm -rf \
- Unio10/MacOSX \
- UnioAlgorithms/.DS_Store \
- UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
- UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
- UnioAlgorithms/unio-2.0.2/License.pdf || die
-
- insinto /opt/${PN}
- doins -r Unio10 UnioAlgorithms UnioDocumentations
- fperms 755 \
- /opt/${PN}/Unio10/Linux/Unio10 \
- /opt/${PN}/Unio10/Linux/Externals/revzip.so
- chmod 755 \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
-
- cat >> "${T}/${PN}" <<- EOF
- #!${EPREFIX}/bin/bash
- cd "${EPREFIX}/opt/${PN}"
- exec Unio10/Linux/Unio10 \$@
- EOF
-
- dobin "${T}/${PN}"
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2014-11-13 13:15 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2014-11-13 13:15 UTC (permalink / raw
To: gentoo-commits
commit: ec7ca117a58d5f072b1bc20dca3597603011223f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 13:15:03 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 13:15:03 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ec7ca117
sci-chemistry/unio: Drop all KEYWORDS due to broken revdeps
Package-Manager: portage-2.2.14
---
sci-chemistry/unio/ChangeLog | 3 +++
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index 2b6ece7..dedf80d 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Nov 2014; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
+ Drop all KEYWORDS due to broken revdeps
+
16 Sep 2014; Justin Lecher <jlec@gentoo.org> -unio-2.0.2-r1.ebuild,
-unio-2.0.3.ebuild, unio-2.0.3-r1.ebuild:
Add back dropped ~amd64; drop old
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 91c2693..9461775 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
SRC_URI="${MY_P}.tar.gz"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS=""
LICENSE="unio"
IUSE=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2015-04-13 6:34 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2015-04-13 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 1cd80dc994a4ceff3e0cf4c95bd934b8e83ffa1a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 13 06:34:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Apr 13 06:34:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1cd80dc9
sci-chemistry/unio: Drop emul package support
Package-Manager: portage-2.2.18
sci-chemistry/unio/ChangeLog | 5 ++++-
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 11 +++--------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index dedf80d..45ac72c 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/unio
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Apr 2015; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
+ sci-chemistry/unio: Drop emul package support
+
13 Nov 2014; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
Drop all KEYWORDS due to broken revdeps
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 9461775..1104689 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.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
# $Header: $
@@ -18,13 +18,8 @@ IUSE=""
RDEPEND="
app-shells/ksh
- || (
- (
- x11-libs/libX11[abi_x86_32(-)]
- x11-libs/libXext[abi_x86_32(-)]
- )
- app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
- )"
+ >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+ >=x11-libs/libXext-1.3.2[abi_x86_32(-)]"
DEPEND=""
S="${WORKDIR}/UNIO_10"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2015-07-31 10:15 Justin Lecher
0 siblings, 0 replies; 14+ messages in thread
From: Justin Lecher @ 2015-07-31 10:15 UTC (permalink / raw
To: gentoo-commits
commit: d34bdff6becb8fd1426221246f872563b3cc0058
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 10:15:46 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 10:15:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d34bdff6
sci-chemistry/unio: Fix for non-multilib on prefix
Package-Manager: portage-2.2.20
sci-chemistry/unio/ChangeLog | 3 +++
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/unio/ChangeLog b/sci-chemistry/unio/ChangeLog
index 45ac72c..733bf60 100644
--- a/sci-chemistry/unio/ChangeLog
+++ b/sci-chemistry/unio/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 Jul 2015; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
+ sci-chemistry/unio: Fix for non-multilib on prefix
+
13 Apr 2015; Justin Lecher <jlec@gentoo.org> unio-2.0.3-r1.ebuild:
sci-chemistry/unio: Drop emul package support
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
index 1104689..19da7c3 100644
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
@@ -18,8 +18,10 @@ IUSE=""
RDEPEND="
app-shells/ksh
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.2[abi_x86_32(-)]"
+ !prefix? (
+ >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+ >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
+ )"
DEPEND=""
S="${WORKDIR}/UNIO_10"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/
@ 2021-02-04 8:07 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2021-02-04 8:07 UTC (permalink / raw
To: gentoo-commits
commit: ac6a07b5c5ad19caf510333b782466792c9d1301
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Feb 4 08:06:22 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 4 08:06:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac6a07b5
sci-chemistry/unio: remove pack, cannot fetch
HOMEPAGE gone, so cannot fetch SRC_URI of fetch RESTRICTed pack
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/unio/metadata.xml | 8 ----
sci-chemistry/unio/unio-2.0.3-r1.ebuild | 68 ---------------------------------
2 files changed, 76 deletions(-)
diff --git a/sci-chemistry/unio/metadata.xml b/sci-chemistry/unio/metadata.xml
deleted file mode 100644
index da36ecbfc..000000000
--- a/sci-chemistry/unio/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/sci-chemistry/unio/unio-2.0.3-r1.ebuild b/sci-chemistry/unio/unio-2.0.3-r1.ebuild
deleted file mode 100644
index bbafdb824..000000000
--- a/sci-chemistry/unio/unio-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="UNIO10-Distribution19Dec2013"
-
-DESCRIPTION="Automated NMR Data Analysis"
-HOMEPAGE="http://perso.ens-lyon.fr/torsten.herrmann/Herrmann/Software.html"
-#SRC_URI="http://perso.ens-lyon.fr/torsten.herrmann/Academic//Academic_Download_files/${MY_P}.tar.gz"
-SRC_URI="${MY_P}.tar.gz"
-
-SLOT="0"
-KEYWORDS=""
-LICENSE="unio"
-IUSE=""
-
-RDEPEND="
- app-shells/ksh
- !prefix? (
- >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
- >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
- )"
-DEPEND=""
-
-S="${WORKDIR}/UNIO_10"
-RESTRICT="fetch"
-
-QA_PREBUILT="opt/unio/*"
-
-pkg_nofetch() {
- einfo "Please visit ${HOMEPAGE}"
- einfo "and fetch ${A}"
- einfo "into ${DISTDIR}"
-}
-
-src_install() {
- mv Unio\'10 Unio10 || die
- mv Unio10/Linux/{Unio\'10,Unio10} || die
- rm -rf \
- Unio10/MacOSX \
- UnioAlgorithms/.DS_Store \
- UnioAlgorithms/unio-2.0.2/src/unio/unioexe.Darwin* \
- UnioAlgorithms/unio-2.0.2/src/echo/libEcho.a \
- UnioAlgorithms/unio-2.0.2/License.pdf || die
-
- insinto /opt/${PN}
- doins -r Unio10 UnioAlgorithms UnioDocumentations
- fperms 755 \
- /opt/${PN}/Unio10/Linux/Unio10 \
- /opt/${PN}/Unio10/Linux/Externals/revzip.so
- chmod 755 \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/bin/* \
- "${ED}"/opt/${PN}/UnioAlgorithms/${PN}-2.0.2/src/${PN}/* || die
-
- cat >> "${T}/${PN}" <<- EOF
- #!${EPREFIX}/bin/bash
- cd "${EPREFIX}/opt/${PN}"
- exec Unio10/Linux/Unio10 \$@
- EOF
-
- dobin "${T}/${PN}"
-
- local i
- for i in ExecuteMatch ExecuteAtnosCandid ExecuteAtnosAscan; do
- dosym ../${PN}/UnioAlgorithms/${PN}-2.0.2/bin/${i} /opt/bin/${i}
- done
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2021-02-04 8:07 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 0:26 [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2021-02-04 8:07 Andrew Ammerlaan
2015-07-31 10:15 Justin Lecher
2015-04-13 6:34 Justin Lecher
2014-11-13 13:15 Justin Lecher
2014-09-16 8:28 Justin Lecher
2014-07-04 7:10 Justin Lecher
2014-03-22 9:45 Justin Lecher
2014-03-21 13:59 Justin Lecher
2014-01-18 7:39 Justin Lecher
2014-01-18 7:38 Justin Lecher
2013-11-08 15:48 Justin Lecher
2013-08-13 22:20 Nicolas Bock
2011-12-22 11:28 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox