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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE08F1581B9 for ; Sat, 20 Sep 2025 22:23:21 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9AB47341FA1 for ; Sat, 20 Sep 2025 22:23:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 75379110573; Sat, 20 Sep 2025 22:23:20 +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 685C2110573 for ; Sat, 20 Sep 2025 22:23:20 +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 1A515340FDE for ; Sat, 20 Sep 2025 22:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8082D323D for ; Sat, 20 Sep 2025 22:23:18 +0000 (UTC) From: "Sergey Torokhov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Torokhov" Message-ID: <1758406702.92f2f53528d5dbf860fc36abae752d41a401ae9d.SergeyTorokhov@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/stringifor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/stringifor/stringifor-1.1.4-r1.ebuild X-VCS-Directories: dev-libs/stringifor/ X-VCS-Committer: SergeyTorokhov X-VCS-Committer-Name: Sergey Torokhov X-VCS-Revision: 92f2f53528d5dbf860fc36abae752d41a401ae9d X-VCS-Branch: dev Date: Sat, 20 Sep 2025 22:23:18 +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: 06de7779-c543-429c-b80f-c9ca0e3142c2 X-Archives-Hash: 1f63a5bb4e0c7bf8a012bb7e652e7086 commit: 92f2f53528d5dbf860fc36abae752d41a401ae9d Author: Sergey Torokhov yandex ru> AuthorDate: Sat Sep 20 22:18:22 2025 +0000 Commit: Sergey Torokhov yandex ru> CommitDate: Sat Sep 20 22:18:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92f2f535 dev-libs/stringifor: reposition of MY_PN, replace pkgname with ${PN} Signed-off-by: Sergey Torokhov yandex.ru> dev-libs/stringifor/stringifor-1.1.4-r1.ebuild | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/dev-libs/stringifor/stringifor-1.1.4-r1.ebuild b/dev-libs/stringifor/stringifor-1.1.4-r1.ebuild index e40f156519..121d7d34a3 100644 --- a/dev-libs/stringifor/stringifor-1.1.4-r1.ebuild +++ b/dev-libs/stringifor/stringifor-1.1.4-r1.ebuild @@ -1,14 +1,15 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -MY_PN="StringiFor" FORTRAN_STANDARD=2003 PYTHON_COMPAT=( python3_{11..13} ) inherit fortran-2 python-any-r1 toolchain-funcs +MY_PN="StringiFor" + DESCRIPTION="StringiFor, Strings Fortran Manipulator, yet another strings Fortran module" HOMEPAGE="https://github.com/szaghi/StringiFor" SRC_URI="https://github.com/szaghi/${MY_PN}/releases/download/v${PV}/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz" @@ -32,8 +33,8 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}/stringifor-1.1.1_fobos_soname.patch" - "${FILESDIR}/stringifor-1.1.3_fix_tests.patch" + "${FILESDIR}/${PN}-1.1.1_fobos_soname.patch" + "${FILESDIR}/${PN}-1.1.3_fix_tests.patch" ) set_build_mode() { @@ -82,12 +83,12 @@ src_test() { } src_install() { - mv lib/mod lib/stringifor || die - doheader -r lib/stringifor/ + mv lib/mod lib/${PN} || die + doheader -r lib/${PN}/ - mv lib/libstringifor.so{,.1} || die - dosym libstringifor.so.1 /usr/$(get_libdir)/libstringifor.so - dolib.so lib/libstringifor.so.1 + mv lib/lib${PN}.so{,.1} || die + dosym lib${PN}.so.1 /usr/$(get_libdir)/lib${PN}.so + dolib.so lib/lib${PN}.so.1 - use static-libs && dolib.a lib/libstringifor.a + use static-libs && dolib.a lib/lib${PN}.a }