guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: Rename "gnubackgammon" back to "gnubg".


From: guix-commits
Subject: 08/08: gnu: Rename "gnubackgammon" back to "gnubg".
Date: Sat, 30 Mar 2019 10:19:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e23f2ff1836e982fc2289093aab0994e0c0cf2d2
Author: Ludovic Courtès <address@hidden>
Date:   Sat Mar 30 15:15:12 2019 +0100

    gnu: Rename "gnubackgammon" back to "gnubg".
    
    This reverts c97e4d8bbe8bf12c09471573d3544d08a42d83f5, which was not
    consensual and broke 'tests/guix-package.sh'.
    
    * gnu/packages/games.scm (gnubackgammon): Rename to...
    (gnubg): ... this, and rename the 'gnubg' deprecated alias to
    'gnubackgammon'.
---
 gnu/packages/games.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5340ae5..169ca28 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Cyrill Schenkel <address@hidden>
 ;;; Copyright © 2014 Sylvain Beucler <address@hidden>
-;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014, 2015, 2016 Sou Bunnbu <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015, 2016 Andreas Enge <address@hidden>
@@ -738,9 +738,9 @@ destroying an ancient book using a special wand.")
     ;; license.  The whole package is released under GPLv3+.
     (license license:gpl3+)))
 
-(define-public gnubackgammon
+(define-public gnubg
   (package
-    (name "gnubackgammon")
+    (name "gnubg")
     (version "1.06.002")
     (source
      (origin
@@ -770,8 +770,8 @@ beginners and advanced players.  In addition to a 
command-line interface, it
 also features an attractive, 3D representation of the playing board.")
     (license license:gpl3+)))
 
-(define-public gnubg
-  (deprecated-package "gnubg" gnubackgammon))
+(define-public gnubackgammon
+  (deprecated-package "gnubackgammon" gnubg))
 
 (define-public gnubik
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]