[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: fillets-ng: Rename package to fish-fillets-ng.
From: |
guix-commits |
Subject: |
09/15: gnu: fillets-ng: Rename package to fish-fillets-ng. |
Date: |
Tue, 26 Mar 2019 09:18:45 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit 8b6e2bc15f0cbbe325f45fff9a7b5d3df143ca53
Author: Pierre Neidhardt <address@hidden>
Date: Tue Mar 26 13:39:57 2019 +0100
gnu: fillets-ng: Rename package to fish-fillets-ng.
* gnu/packages/games.scm (fillets-ng): Define in terms of
'deprecated-package'.
(fish-fillets-ng): New variable, formerly known as "fillets-ng".
---
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 045b744..6b40ac6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4364,9 +4364,9 @@ shapes are arranged in a series of increasingly complex
patterns, forming
becoming difficult enough to tax even the brightest of minds.")
(license license:gpl2+)))
-(define-public fillets-ng
+(define-public fish-fillets-ng
(package
- (name "fillets-ng")
+ (name "fish-fillets-ng")
(version "1.0.1")
(source (origin
(method url-fetch)
@@ -4433,6 +4433,9 @@ underwater realm quarrel among themselves or comment on
the efforts of your
fish. The whole game is accompanied by quiet, comforting music.")
(license license:gpl2+)))
+(define-public fillets-ng
+ (deprecated-package "fillets-ng" fish-fillets-ng))
+
(define-public crawl
(package
(name "crawl")
- 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, 2019/03/26
- 09/15: gnu: fillets-ng: Rename package to fish-fillets-ng.,
guix-commits <=
- 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