3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: cataclysm-dda: Rename package to cataclysm-dark-days-ahead.

* gnu/packages/games.scm (cataclysm-dda): Define in terms of
'deprecated-package'.
(cataclysm-dark-days-ahead): New variable, formerly known as "cataclysm-dda".
This commit is contained in:
Pierre Neidhardt 2019-03-26 13:33:40 +01:00
parent df42e0f9c9
commit 973bd8a62c
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -261,7 +261,7 @@ Playing bastet can be a painful experience, especially if you usually make
canyons and wait for the long I-shaped block to clear four rows at a time.") canyons and wait for the long I-shaped block to clear four rows at a time.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public cataclysm-dda (define-public cataclysm-dark-days-ahead
(let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc")) (let ((commit "9c732a5de48928691ab863d3ab275ca7b0e522fc"))
(package (package
(name "cataclysm-dda") (name "cataclysm-dda")
@ -316,15 +316,19 @@ canyons and wait for the long I-shaped block to clear four rows at a time.")
(home-page "http://en.cataclysmdda.com/") (home-page "http://en.cataclysmdda.com/")
(synopsis "Survival horror roguelike video game") (synopsis "Survival horror roguelike video game")
(description (description
"Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic "Cataclysm: Dark Days Ahead (or \"DDA\" for short) is a roguelike set
world. Struggle to survive in a harsh, persistent, procedurally generated in a post-apocalyptic world. Struggle to survive in a harsh, persistent,
world. Scavenge the remnants of a dead civilization for food, equipment, or, procedurally generated world. Scavenge the remnants of a dead civilization
if you are lucky, a vehicle with a full tank of gas to get you out of Dodge. for food, equipment, or, if you are lucky, a vehicle with a full tank of gas
Fight to defeat or escape from a wide variety of powerful monstrosities, from to get you out of Dodge. Fight to defeat or escape from a wide variety of
zombies to giant insects to killer robots and things far stranger and deadlier, powerful monstrosities, from zombies to giant insects to killer robots and
and against the others like yourself, that want what you have.") things far stranger and deadlier, and against the others like yourself, that
want what you have.")
(license license:cc-by-sa3.0)))) (license license:cc-by-sa3.0))))
(define-public cataclysm-dda
(deprecated-package "cataclysm-dda" cataclysm-dark-days-ahead))
(define-public cowsay (define-public cowsay
(package (package
(name "cowsay") (name "cowsay")