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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B50781580FD for ; Thu, 26 Dec 2024 17:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E9AE082B; Thu, 26 Dec 2024 17:50:22 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81498E0829 for ; Thu, 26 Dec 2024 17:50:22 +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 99C8E33BE00 for ; Thu, 26 Dec 2024 17:50:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0B41999 for ; Thu, 26 Dec 2024 17:50:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1735235314.fc5107437cc612cada0a3222a250d19375f11ea0.ionen@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-r1.ebuild sci-chemistry/vmd/vmd-1.9.4_alpha57-r2.ebuild sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: fc5107437cc612cada0a3222a250d19375f11ea0 X-VCS-Branch: master Date: Thu, 26 Dec 2024 17:50:17 +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: ba21f146-921e-4a36-86be-8f7a371bc643 X-Archives-Hash: c386cd57ab30436ecd2076b30c137769 commit: fc5107437cc612cada0a3222a250d19375f11ea0 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Dec 26 08:41:42 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Dec 26 17:48:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc510743 sci-chemistry/vmd: add binding := to fltk, soname changed Also cleanup lower bound, 1.1 is extremely ancient. Untested with fltk-1.4 given have not bothered getting the fetch restricted distfile. If there's any issues, note that fixes are typically easy (often IWYU missing headers or misnamed headers that relied on compat symlinks) and should avoid a upper bound if possible. Signed-off-by: Ionen Wolkens gentoo.org> .../vmd/{vmd-1.9.4_alpha57.ebuild => vmd-1.9.4_alpha57-r2.ebuild} | 2 +- .../vmd/{vmd-1.9.4_alpha57-r1.ebuild => vmd-1.9.4_alpha57-r3.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r2.ebuild similarity index 99% rename from sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild rename to sci-chemistry/vmd/vmd-1.9.4_alpha57-r2.ebuild index e0628f111574..9addf38da980 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r2.ebuild @@ -35,7 +35,7 @@ CDEPEND="${PYTHON_DEPS} dev-libs/expat sci-libs/netcdf:0= virtual/opengl - >=x11-libs/fltk-1.1.10-r2:1 + x11-libs/fltk:1= x11-libs/libXft x11-libs/libXi cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57-r1.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild similarity index 99% rename from sci-chemistry/vmd/vmd-1.9.4_alpha57-r1.ebuild rename to sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild index 18bdb88a4c0c..cc5a157bf69a 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57-r1.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57-r3.ebuild @@ -35,7 +35,7 @@ CDEPEND="${PYTHON_DEPS} dev-libs/expat sci-libs/netcdf:0= virtual/opengl - >=x11-libs/fltk-1.1.10-r2:1 + x11-libs/fltk:1= x11-libs/libXft x11-libs/libXi cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= )