commit:     8fc3110669d5894d056bf902d27cebf6bec93cd1
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 10:19:24 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <fkobi <AT> pm.me>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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

Reply via email to