From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E38CE15817D for ; Wed, 5 Jun 2024 17:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B75C2BC01E; Wed, 5 Jun 2024 17:27:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 6F4A12BC01E for ; Wed, 5 Jun 2024 17:27:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1917340C53 for ; Wed, 5 Jun 2024 17:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A5E31C7C for ; Wed, 5 Jun 2024 17:27:44 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1717608452.435b1efde5f64e20abd52bfe53f3636c4088bce6.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 435b1efde5f64e20abd52bfe53f3636c4088bce6 X-VCS-Branch: master Date: Wed, 5 Jun 2024 17:27:44 +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: e5963537-2f3f-463d-b7e6-d54378cd41d9 X-Archives-Hash: 6c7aadab86cfc26efb3431d80e8f7efb commit: 435b1efde5f64e20abd52bfe53f3636c4088bce6 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Jun 5 17:27:32 2024 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Jun 5 17:27:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=435b1efd sci-chemistry/vmd: enable py3.12 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild index af9f38835c45..e0628f111574 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cuda desktop prefix python-single-r1 toolchain-funcs xdg @@ -15,9 +15,10 @@ SRC_URI=" ${MY_P}.src.tar.gz fetch+https://dev.gentoo.org/~pacho/${PN}/${PN}-1.9.4_alpha57-gentoo-patches.tar.xz " +S="${WORKDIR}/${MY_P}" +LICENSE="vmd" SLOT="0" -LICENSE="vmd" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cuda gromacs msms povray sqlite tachyon xinerama" @@ -57,9 +58,6 @@ RDEPEND="${CDEPEND} msms? ( sci-chemistry/msms-bin ) povray? ( media-gfx/povray ) " - -S="${WORKDIR}/${MY_P}" - VMD_DOWNLOAD="http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD" # Binary only plugin