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 6C50E158083 for ; Wed, 25 Sep 2024 09:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9462EE2BB1; Wed, 25 Sep 2024 09:33:28 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 7A64EE2BB1 for ; Wed, 25 Sep 2024 09:33:28 +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 7F2F9343067 for ; Wed, 25 Sep 2024 09:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D508016EF for ; Wed, 25 Sep 2024 09:33:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1727256719.8fc3110669d5894d056bf902d27cebf6bec93cd1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/chemical-mime-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild X-VCS-Directories: sci-chemistry/chemical-mime-data/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8fc3110669d5894d056bf902d27cebf6bec93cd1 X-VCS-Branch: master Date: Wed, 25 Sep 2024 09:33:25 +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: 6bf8e4e6-4bf2-41ab-9480-71776d967d98 X-Archives-Hash: d1f414d394147c0598c0ab24e53c441a commit: 8fc3110669d5894d056bf902d27cebf6bec93cd1 Author: Filip Kobierski pm me> AuthorDate: Wed Jul 31 10:19:24 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Sep 25 09:31:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc31106 sci-chemistry/chemical-mime-data: fix pkgcheck issues Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Andrew Ammerlaan gentoo.org> .../chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild index 64827ef8db67..b6291c211fa1 100644 --- a/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild +++ b/sci-chemistry/chemical-mime-data/chemical-mime-data-0.1.95_pre20171122.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,11 +8,11 @@ DESCRIPTION="A collection of data files to add support for chemical MIME types" HOMEPAGE="https://github.com/dleidert/chemical-mime" COMMIT="4fd66e3b3b7d922555d1e25587908b036805c45b" SRC_URI="https://github.com/dleidert/chemical-mime/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN/-data/}-${COMMIT}" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 arm arm64 x86" -IUSE="" RDEPEND="x11-misc/shared-mime-info" DEPEND="${RDEPEND}" @@ -28,8 +28,6 @@ PATCHES=( "${FILESDIR}"/${PN}-0.1.95-turbomole.patch ) -S="${WORKDIR}/${PN/-data/}-${COMMIT}" - src_prepare() { default # https://github.com/dleidert/chemical-mime/issues/4