[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: kiki: Rename package to kiki-the-nano-bot.
From: |
guix-commits |
Subject: |
08/15: gnu: kiki: Rename package to kiki-the-nano-bot. |
Date: |
Tue, 26 Mar 2019 09:18:45 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 6639295f2f24ca8334d6b4d9d9cb63bd13388537
Author: Pierre Neidhardt <address@hidden>
Date: Tue Mar 26 13:39:09 2019 +0100
gnu: kiki: Rename package to kiki-the-nano-bot.
* gnu/packages/games.scm (kiki): Define in terms of
'deprecated-package'.
(kiki-the-nano-bot): New variable, formerly known as "kiki".
---
gnu/packages/games.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 09e1774..045b744 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4045,9 +4045,9 @@ over 100 user-created campaigns.")
license:cc-by3.0
license:cc-by-sa3.0))))
-(define-public kiki
+(define-public kiki-the-nano-bot
(package
- (name "kiki")
+ (name "kiki-the-nano-bot")
(version "1.0.2")
(source (origin
(method url-fetch)
@@ -4141,6 +4141,9 @@ small robot living in the nano world, repair its maker.")
;; for a statement from the author.
(license license:public-domain)))
+(define-public kiki
+ (deprecated-package "kiki" kiki-the-nano-bot))
+
(define-public teeworlds
(package
(name "teeworlds")
- 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, 2019/03/26
- 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 <=
- 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
- 12/15: gnu: tome4: Rename package to tales-of-maj-eyal., guix-commits, 2019/03/26
- 07/15: gnu: starfighter: Rename package to project-starfighter., guix-commits, 2019/03/26
- 13/15: gnu: btanks: Rename package to battle-tanks., guix-commits, 2019/03/26