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 87DC4138247 for ; Sat, 18 Jan 2014 07:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC3E9E0DC9; Sat, 18 Jan 2014 07:38:55 +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 1611BE0DC5 for ; Sat, 18 Jan 2014 07:38:54 +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 0FAAB33FA26 for ; Sat, 18 Jan 2014 07:38:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2642E18736 for ; Sat, 18 Jan 2014 07:38:51 +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: <1390030714.145ab93b2ef69630c7a7d8ae3d5e04955871480e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/unio/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/unio/ChangeLog sci-chemistry/unio/unio-2.0.3.ebuild X-VCS-Directories: sci-chemistry/unio/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 145ab93b2ef69630c7a7d8ae3d5e04955871480e X-VCS-Branch: master Date: Sat, 18 Jan 2014 07:38:51 +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: 5d97d226-4ae9-40de-aaf5-1c4820615b9e X-Archives-Hash: 7a87ec477a8c992059261859a0bc8614 commit: 145ab93b2ef69630c7a7d8ae3d5e04955871480e Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 16 11:14:24 2014 +0000 Commit: Justin Lecher gentoo 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 +unio-2.0.3.ebuild: + Version BUmp + 08 Nov 2013; Justin Lecher 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}" +}