From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:fixing commit in: sci-chemistry/mics/ Date: Tue, 18 Jun 2013 08:54:21 +0000 (UTC) [thread overview] Message-ID: <1371545640.15dc321b9c4a6173f566bbc8f60ff1b10b3e241f.jlec@gentoo> (raw) commit: 15dc321b9c4a6173f566bbc8f60ff1b10b3e241f Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 08:54:00 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 08:54:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15dc321b sci-chemistry/mics: New package Package-Manager: portage-2.2.0_alpha180 --- sci-chemistry/mics/ChangeLog | 10 +++++ sci-chemistry/mics/metadata.xml | 5 +++ sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/sci-chemistry/mics/ChangeLog b/sci-chemistry/mics/ChangeLog new file mode 100644 index 0000000..0ca4c98 --- /dev/null +++ b/sci-chemistry/mics/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/mics +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mics-1.00.2011.327.12.00 (18 Jun 2013) + + 18 Jun 2013; Justin Lecher <jlec@gentoo.org> + +mics-1.00.2011.327.12.00.ebuild, +metadata.xml: + New package + diff --git a/sci-chemistry/mics/metadata.xml b/sci-chemistry/mics/metadata.xml new file mode 100644 index 0000000..51fdeda --- /dev/null +++ b/sci-chemistry/mics/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> +</pkgmetadata> diff --git a/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild b/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild new file mode 100644 index 0000000..5f86a08 --- /dev/null +++ b/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit java-pkg-opt-2 + +DESCRIPTION="Prediction of Protein Structural Motifs from NMR Chemical Shifts" +HOMEPAGE="http://spin.niddk.nih.gov/bax/software/MICS/" +SRC_URI="http://spin.niddk.nih.gov/bax/software/MICS/mics.tar.Z -> ${P}.tgz" + +SLOT="0" +LICENSE="all-rights-reserved" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +RDEPEND=">=virtual/jre-1.5" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/MICS + +QA_PREBUILT="/opt/.*" + +src_prepare() { + rm -f bin/MICS.{mac,static.*,exe} || die +} + +src_install() { + local MICS="/opt/${PN}" + exeinto /opt/bin + newexe bin/MICS* ${PN} + + insinto ${MICS} + doins -r tab + + java-pkg_jarinto ${MICS} + java-pkg_dojar bin/rama.jar + + java-pkg_dolauncher jrama+ --jar rama.jar -into /opt/ + + if use examples; then + insinto /usr/share/${PN} + doins -r demo + fi + + cat >> "${T}"/40MICS <<- EOF + MICS_DIR="${EPREFIX}/${MICS}" + EOF + doenvd "${T}"/40MICS +}
WARNING: multiple messages have this Message-ID (diff)
From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mics/ Date: Tue, 18 Jun 2013 08:56:49 +0000 (UTC) [thread overview] Message-ID: <1371545640.15dc321b9c4a6173f566bbc8f60ff1b10b3e241f.jlec@gentoo> (raw) Message-ID: <20130618085649.e9GzGzDiqvbpZocCD-mQTNsPFTEkJoLfapS4QW60lyE@z> (raw) commit: 15dc321b9c4a6173f566bbc8f60ff1b10b3e241f Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 08:54:00 2013 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 08:54:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15dc321b sci-chemistry/mics: New package Package-Manager: portage-2.2.0_alpha180 --- sci-chemistry/mics/ChangeLog | 10 +++++ sci-chemistry/mics/metadata.xml | 5 +++ sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/sci-chemistry/mics/ChangeLog b/sci-chemistry/mics/ChangeLog new file mode 100644 index 0000000..0ca4c98 --- /dev/null +++ b/sci-chemistry/mics/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-chemistry/mics +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*mics-1.00.2011.327.12.00 (18 Jun 2013) + + 18 Jun 2013; Justin Lecher <jlec@gentoo.org> + +mics-1.00.2011.327.12.00.ebuild, +metadata.xml: + New package + diff --git a/sci-chemistry/mics/metadata.xml b/sci-chemistry/mics/metadata.xml new file mode 100644 index 0000000..51fdeda --- /dev/null +++ b/sci-chemistry/mics/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-chemistry</herd> +</pkgmetadata> diff --git a/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild b/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild new file mode 100644 index 0000000..5f86a08 --- /dev/null +++ b/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit java-pkg-opt-2 + +DESCRIPTION="Prediction of Protein Structural Motifs from NMR Chemical Shifts" +HOMEPAGE="http://spin.niddk.nih.gov/bax/software/MICS/" +SRC_URI="http://spin.niddk.nih.gov/bax/software/MICS/mics.tar.Z -> ${P}.tgz" + +SLOT="0" +LICENSE="all-rights-reserved" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +RDEPEND=">=virtual/jre-1.5" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/MICS + +QA_PREBUILT="/opt/.*" + +src_prepare() { + rm -f bin/MICS.{mac,static.*,exe} || die +} + +src_install() { + local MICS="/opt/${PN}" + exeinto /opt/bin + newexe bin/MICS* ${PN} + + insinto ${MICS} + doins -r tab + + java-pkg_jarinto ${MICS} + java-pkg_dojar bin/rama.jar + + java-pkg_dolauncher jrama+ --jar rama.jar -into /opt/ + + if use examples; then + insinto /usr/share/${PN} + doins -r demo + fi + + cat >> "${T}"/40MICS <<- EOF + MICS_DIR="${EPREFIX}/${MICS}" + EOF + doenvd "${T}"/40MICS +}
next reply other threads:[~2013-06-18 8:54 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-06-18 8:54 Justin Lecher [this message] 2013-06-18 8:56 ` [gentoo-commits] proj/sci:master commit in: sci-chemistry/mics/ Justin Lecher
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1371545640.15dc321b9c4a6173f566bbc8f60ff1b10b3e241f.jlec@gentoo \ --to=jlec@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox