[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: abbaye: Rename package to l-abbaye-des-morts.
From: |
guix-commits |
Subject: |
04/15: gnu: abbaye: Rename package to l-abbaye-des-morts. |
Date: |
Tue, 26 Mar 2019 09:18:44 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit c91ed484d0b66d5639ba01f9ba301ff762d9170d
Author: Pierre Neidhardt <address@hidden>
Date: Tue Mar 26 13:35:16 2019 +0100
gnu: abbaye: Rename package to l-abbaye-des-morts.
* gnu/packages/games.scm (abbaye): Define in terms of
'deprecated-package'.
(l-abbaye-des-morts): New variable, formerly known as "abbaye".
---
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 dcee2c2..c09b9c6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1188,9 +1188,9 @@ can be explored and changed freely.")
;; state "GNU General Public Licence" without specifying a version.
(license license:gpl1+)))
-(define-public abbaye
+(define-public l-abbaye-des-morts
(package
- (name "abbaye")
+ (name "l-abbaye-des-morts")
(version "2.0.1")
(source
(origin
@@ -1242,6 +1242,9 @@ them, called Jean Raymond, found an old church in which
to hide, not knowing
that beneath its ruins lay buried an ancient evil.")
(license license:gpl3)))
+(define-public abbaye
+ (deprecated-package "abbaye" l-abbaye-des-morts))
+
(define-public angband
(package
(name "angband")
- 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 <=
- 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
- 12/15: gnu: tome4: Rename package to tales-of-maj-eyal., guix-commits, 2019/03/26