all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nee <nee@cock.li>
To: 27326@debbugs.gnu.org
Subject: bug#27326: [PATCH] gnu: Add ddate.
Date: Sun, 11 Jun 2017 11:25:13 +0200	[thread overview]
Message-ID: <4e05b1ef-40d0-7637-e46d-414c77716803@cock.li> (raw)

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

Welcome back thy historically beloved ddate util!

Originally included in every util-linux build since the year 3160 (greg:
1994), but badly treated in recent times.
After it's unjust exclusion form the default build in 3177 YOLD (greg:
2011) a removal shortly followed in 3178 (greg: 2012), which can only be
described as an act of disco-phobia.

5 years later (3183) it shall return to home computation automates all
around the multiverse with only 1 simple `guix package -i ddate` call.

In the future it should also be added as propagated-input to util-linux
to absolutely restore the old (dis)order.

https://en.wikipedia.org/wiki/Discordian_calendar

                                 00001
------------------------------------------------------------------------
DOCUMENT OF RE-ENTRY                                      Happy Hacking!

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-ddate.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-ddate.patch", Size: 1987 bytes --]

From e7d4f3f47f364e74cc795855c21570a4da7aee71 Mon Sep 17 00:00:00 2001
From: nee <nee.git@cock.li>
Date: Sat, 10 Jun 2017 19:12:10 +0200
Subject: [PATCH] gnu: Add ddate.

* gnu/packages/linux.scm (ddate): New variable.
---
 gnu/packages/linux.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2bbc3b6ef..ea725dfe8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
+;;; Copyright © 2017 nee <nee-git@hidamari.blue>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -575,6 +576,27 @@ block devices, UUIDs, TTYs, and many other tools.")
     (license (list license:gpl3+ license:gpl2+ license:gpl2 license:lgpl2.0+
                    license:bsd-4 license:public-domain))))
 
+(define-public ddate
+  (package
+    (name "ddate")
+    (version "0.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/bo0ts/ddate/archive/v"
+                                  version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32 "1bbqqq8mswj4bp9083gxjaky5ysfznax4cynsqwmy125z053yg6m"))))
+    (build-system cmake-build-system)
+    (arguments '(#:tests? #f))
+    (home-page "https://github.com/bo0ts/ddate")
+    (synopsis "PERPETUAL DATE CONVERTER FROM GREGORIAN TO POEE CALENDAR")
+    (description
+     "ddate displays the Discordian date and holidays of a given date.
+ The Discordian calendar was made popular by the \"Illuminatus!\" trilogy
+ by Robert Shea and Robert Anton Wilson.")
+    (license license:public-domain)))
+
 (define-public procps
   (package
     (name "procps")
-- 
2.13.1


             reply	other threads:[~2017-06-11  9:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-11  9:25 nee [this message]
2017-06-22 20:00 ` bug#27326: [PATCH] gnu: Add ddate Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e05b1ef-40d0-7637-e46d-414c77716803@cock.li \
    --to=nee@cock.li \
    --cc=27326@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.