From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E01915827B for ; Thu, 14 Aug 2025 09:18:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 595DA3410B4 for ; Thu, 14 Aug 2025 09:18:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C158E110560; Thu, 14 Aug 2025 09:18:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B7C47110560 for ; Thu, 14 Aug 2025 09:18:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 722A93410A2 for ; Thu, 14 Aug 2025 09:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98B33351 for ; Thu, 14 Aug 2025 09:18:33 +0000 (UTC) From: "Paul Zander" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Zander" Message-ID: <1755159274.e7ce6d0751fc8fdb9495a31346c372770710bef2.negril.nx+gentoo@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/mics/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/mics/mics-1.00.2011.327.12.00-r1.ebuild sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild X-VCS-Directories: sci-chemistry/mics/ X-VCS-Committer: negril.nx+gentoo X-VCS-Committer-Name: Paul Zander X-VCS-Revision: e7ce6d0751fc8fdb9495a31346c372770710bef2 X-VCS-Branch: master Date: Thu, 14 Aug 2025 09:18:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ebbd34d-5d41-4e29-b389-3793e21db388 X-Archives-Hash: 6a05dcd40bd1c16d5f6adbe55f974b0c commit: e7ce6d0751fc8fdb9495a31346c372770710bef2 Author: Paul Zander gmail com> AuthorDate: Thu Aug 14 08:14:34 2025 +0000 Commit: Paul Zander gmail com> CommitDate: Thu Aug 14 08:14:34 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e7ce6d07 sci-chemistry/mics: move to EAPI 8 Signed-off-by: Paul Zander gmail.com> ...0.ebuild => mics-1.00.2011.327.12.00-r1.ebuild} | 32 ++++++++++++---------- 1 file changed, 18 insertions(+), 14 deletions(-) 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-r1.ebuild similarity index 68% rename from sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild rename to sci-chemistry/mics/mics-1.00.2011.327.12.00-r1.ebuild index 5be82db7b..5606d3679 100644 --- a/sci-chemistry/mics/mics-1.00.2011.327.12.00.ebuild +++ b/sci-chemistry/mics/mics-1.00.2011.327.12.00-r1.ebuild @@ -1,51 +1,55 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit java-pkg-opt-2 DESCRIPTION="Prediction of Protein Structural Motifs from NMR Chemical Shifts" HOMEPAGE="https://spin.niddk.nih.gov/bax/software/MICS/" + SRC_URI="https://spin.niddk.nih.gov/bax/software/MICS/mics.tar.Z -> ${P}.tgz" +S="${WORKDIR}/${PN^^}" -SLOT="0" LICENSE="all-rights-reserved" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + IUSE="examples" -RDEPEND=">=virtual/jre-1.5:*" -DEPEND="${RDEPEND}" +RESTRICT="test" -S="${WORKDIR}/MICS" +DEPEND=">=virtual/jdk-1.5:*" +RDEPEND=">=virtual/jre-1.5:*" QA_PREBUILT="/opt/.*" src_prepare() { default - rm -f bin/MICS.{mac,static.*,exe} || die + + rm bin/MICS.{mac,static.*,exe} || die } src_install() { local MICS="/opt/${PN}" + exeinto /opt/bin - newexe bin/MICS* ${PN} + newexe bin/MICS* "${PN}" - insinto ${MICS} + insinto "${MICS}" doins -r tab - java-pkg_jarinto ${MICS} + 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} + insinto "/usr/share/${PN}" doins -r demo fi - cat >> "${T}"/40MICS <<- EOF - MICS_DIR="${EPREFIX}/${MICS}" + newenvd - "${T}/40MICS" <<- EOF + MICS_DIR="${EPREFIX}/${MICS}" EOF - doenvd "${T}"/40MICS }