[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: gnu: armagetronad: Rename package to armagetron-advanced.
From: |
guix-commits |
Subject: |
01/15: gnu: armagetronad: Rename package to armagetron-advanced. |
Date: |
Tue, 26 Mar 2019 09:18:43 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit df42e0f9c9e6a85803d2709d195a8eb29ec7ee5f
Author: Pierre Neidhardt <address@hidden>
Date: Tue Mar 26 13:23:03 2019 +0100
gnu: armagetronad: Rename package to armagetron-advanced.
* gnu/packages/games.scm (armagetronad): Define in terms of
'deprecated-package'.
(armagetron-advanced): New variable, formerly known as "armagetronad".
---
gnu/packages/games.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6ae226d..5a36d1d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -165,9 +165,9 @@
#:use-module ((srfi srfi-1) #:hide (zip))
#:use-module (srfi srfi-26))
-(define-public armagetronad
+(define-public armagetron-advanced
(package
- (name "armagetronad")
+ (name "armagetron-advanced")
(version "0.2.8.3.4")
(source (origin
(method url-fetch)
@@ -186,14 +186,17 @@
("libjpeg-turbo" ,libjpeg-turbo)))
(home-page "http://www.armagetronad.org")
(synopsis "Tron clone in 3D")
- (description "Armagetron is a multiplayer game in 3d that attempts to
-emulate and expand on the lightcycle sequence from the movie Tron. It's
-an old school arcade game slung into the 21st century. Highlights include
-a customizable playing arena, HUD, unique graphics, and AI bots. For the
-more advanced player there are new game modes and a wide variety of physics
-settings to tweak as well.")
+ (description "Armagetron Advanced is a multiplayer game in 3d that
+attempts to emulate and expand on the lightcycle sequence from the movie Tron.
+It's an old school arcade game slung into the 21st century. Highlights
+include a customizable playing arena, HUD, unique graphics, and AI bots. For
+the more advanced player there are new game modes and a wide variety of
+physics settings to tweak as well.")
(license license:gpl2+)))
+(define-public armagetronad
+ (deprecated-package "armagetronad" armagetron-advanced))
+
(define-public bastet
(package
(name "bastet")
- branch master updated (ceab612 -> 6994e67), guix-commits, 2019/03/26
- 05/15: gnu: wesnoth: Rename package to the-battle-for-wesnoth., guix-commits, 2019/03/26
- 01/15: gnu: armagetronad: Rename package to armagetron-advanced.,
guix-commits <=
- 04/15: gnu: abbaye: Rename package to l-abbaye-des-morts., guix-commits, 2019/03/26
- 02/15: gnu: cataclysm-dda: Rename package to cataclysm-dark-days-ahead., guix-commits, 2019/03/26
- 03/15: gnu: gnubg: Rename package to gnubackgammon., guix-commits, 2019/03/26
- 08/15: gnu: kiki: Rename package to kiki-the-nano-bot., guix-commits, 2019/03/26
- 09/15: gnu: fillets-ng: Rename package to fish-fillets-ng., guix-commits, 2019/03/26
- 15/15: etc: Add "rename" snippet., guix-commits, 2019/03/26
- 06/15: gnu: wesnoth-server: Rename package to the-battle-for-wesnoth-server., guix-commits, 2019/03/26
- 10/15: gnu: crawl: Rename package to dungeon-crawl-stone-soup., guix-commits, 2019/03/26
- 11/15: gnu: crawl-tiles: Rename package to dungeon-crawl-stone-soup-tiles., guix-commits, 2019/03/26
- 14/15: gnu: edgar: Rename package to the-legend-of-edgar., guix-commits, 2019/03/26