GNU bug report logs - #75699
[PATCH v3 08/11] gnu: retroarch-core-info: Rename to libretro-core-info.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 20 Jan 2025 14:32:02 UTC

Severity: normal

Tags: notabug, patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75699 in the body.
You can then email your comments to 75699 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#75699; Package guix-patches. (Mon, 20 Jan 2025 14:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Mon, 20 Jan 2025 14:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH v3 08/11] gnu: retroarch-core-info: Rename to
 libretro-core-info.
Date: Mon, 20 Jan 2025 23:28:30 +0900
This is to match the upstream name.

* gnu/packages/emulators.scm (retroarch-core-info): Rename to...
(libretro-core-info): ... this, and mark the previous name as deprecated.
(retroarch): Adjust accordingly.

Change-Id: I634f4b2ecc6d798b8a5386d9449fd32945453844
---
 gnu/packages/emulators.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 13f63dd229..39c43803e5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1778,9 +1778,9 @@ (define-public retroarch-assets
 generate the various User Experience (UX) environments.")
     (license license:cc-by4.0)))
 
-(define-public retroarch-core-info
+(define-public libretro-core-info
   (package
-    (name "retroarch-core-info")
+    (name "libretro-core-info")
     (version "1.20.0")
     (source (origin
               (method git-fetch)
@@ -1802,6 +1802,9 @@ (define-public retroarch-core-info
 @url{https://github.com/libretro/libretro-super, libretro-super} repository.")
     (license license:expat)))
 
+(define-public retroarch-core-info
+  (deprecated-package "retroarch-core-info" libretro-core-info))
+
 (define-public retroarch-joypad-autoconfig
   (package
     (name "retroarch-joypad-autoconfig")
@@ -2725,7 +2728,7 @@ (define-public retroarch
            ;; which is problematic.  The environment variables overrides the
            ;; configuration file values.
            retroarch-assets
-           retroarch-core-info
+           libretro-core-info
            retroarch-joypad-autoconfig))))
 
 (define-public wasm4
-- 
2.47.1





Added tag(s) notabug. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 23 Jan 2025 12:13:08 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 75699 <at> debbugs.gnu.org and Maxim Cournoyer <maxim.cournoyer <at> gmail.com> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 23 Jan 2025 12:13:08 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 20 Feb 2025 12:24:26 GMT) Full text and rfc822 format available.

This bug report was last modified 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.