guix-commits
[Top][All Lists]
Advanced

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

03/15: gnu: gnubg: Rename package to gnubackgammon.


From: guix-commits
Subject: 03/15: gnu: gnubg: Rename package to gnubackgammon.
Date: Tue, 26 Mar 2019 09:18:44 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit c97e4d8bbe8bf12c09471573d3544d08a42d83f5
Author: Pierre Neidhardt <address@hidden>
Date:   Tue Mar 26 13:34:29 2019 +0100

    gnu: gnubg: Rename package to gnubackgammon.
    
    * gnu/packages/games.scm (gnubg): Define in terms of
    'deprecated-package'.
    (gnubackgammon): New variable, formerly known as "gnubg".
---
 gnu/packages/games.scm | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 41b1d84..dcee2c2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -662,9 +662,9 @@ destroying an ancient book using a special wand.")
     ;; license.  The whole package is released under GPLv3+.
     (license license:gpl3+)))
 
-(define-public gnubg
+(define-public gnubackgammon
   (package
-    (name "gnubg")
+    (name "gnubackgammon")
     (version "1.06.002")
     (source
      (origin
@@ -687,13 +687,16 @@ destroying an ancient book using a special wand.")
                      ("pkg-config" ,pkg-config)))
     (home-page "http://gnubg.org";)
     (synopsis "Backgammon game")
-    (description "The GNU backgammon application can be used for playing,
-analyzing and teaching the game.  It has an advanced evaluation engine based on
-artificial neural networks suitable for both beginners and advanced players.  
In
-addition to a command-line interface, it also features an attractive, 3D
-representation of the playing board.")
+    (description "The GNU backgammon application (also known as \"gnubg\") can
+be used for playing, analyzing and teaching the game.  It has an advanced
+evaluation engine based on artificial neural networks suitable for both
+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 gnubik
   (package
     (name "gnubik")



reply via email to

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