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 8D3641582EF for ; Wed, 05 Mar 2025 17:00:39 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 739C6343061 for ; Wed, 05 Mar 2025 17:00:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7C9AB1102F2; Wed, 05 Mar 2025 17:00: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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 764381102F2 for ; Wed, 05 Mar 2025 17:00: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 29593343023 for ; Wed, 05 Mar 2025 17:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84EE5287B for ; Wed, 05 Mar 2025 17:00:33 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1741194002.e1eaa0ee00687c0ab7e95c77d1a8b956d42e93eb.pacho@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/chimera/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/chimera/chimera-1.18.ebuild X-VCS-Directories: sci-chemistry/chimera/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e1eaa0ee00687c0ab7e95c77d1a8b956d42e93eb X-VCS-Branch: master Date: Wed, 05 Mar 2025 17:00: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: b9a3b4b9-07fa-4612-b255-e6673dd2ed97 X-Archives-Hash: 434936868495826124ee67695ea14f95 commit: e1eaa0ee00687c0ab7e95c77d1a8b956d42e93eb Author: Pacho Ramos gentoo org> AuthorDate: Wed Mar 5 17:00:02 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Mar 5 17:00:02 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1eaa0ee sci-chemistry/chimera: Fix pkgcheck warnings Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/chimera/chimera-1.18.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/chimera/chimera-1.18.ebuild b/sci-chemistry/chimera/chimera-1.18.ebuild index 459fe6b30..b4b3b164e 100644 --- a/sci-chemistry/chimera/chimera-1.18.ebuild +++ b/sci-chemistry/chimera/chimera-1.18.ebuild @@ -8,16 +8,15 @@ DESCRIPTION="Next generation molecular visualization program from RBVI" HOMEPAGE="https://www.cgl.ucsf.edu/chimera/" SRC_URI="${P}-linux_x86_64.bin mirror+https://dev.gentoo.org/~pacho/${PN}/Chimera512.png" +S="${WORKDIR}" +LICENSE="chimera" SLOT="0" -LICENSE="chimera" KEYWORDS="~amd64 ~x86" RESTRICT="fetch mirror strip" QA_PREBUILT="*" -DEPEND="" -BDEPEND="" RDEPEND=" dev-lang/tcl dev-lang/tk @@ -50,8 +49,6 @@ RDEPEND=" virtual/libcrypt:= " -S="${WORKDIR}" - pkg_nofetch() { elog "Please visit" elog "https://www.cgl.ucsf.edu/chimera/download.html"