emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51625: closed ([PATCH] gnu: Add rcs-blame.)


From: GNU bug Tracking System
Subject: bug#51625: closed ([PATCH] gnu: Add rcs-blame.)
Date: Wed, 17 Nov 2021 17:21:01 +0000

Your message dated Wed, 17 Nov 2021 18:20:31 +0100
with message-id <87czmyu2ao.fsf_-_@gnu.org>
and subject line Re: bug#51625: [PATCH] gnu: Add rcs-blame.
has caused the debbugs.gnu.org bug report #51625,
regarding [PATCH] gnu: Add rcs-blame.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
51625: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51625
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add rcs-blame. Date: Sat, 6 Nov 2021 06:13:40 +0000
* gnu/packages/version-control.scm (rcs-blame): New variable.
---
 gnu/packages/version-control.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 064212db9f..55bd5c36a1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2021 François J. <francois-oss@avalenn.eu>
 ;;; Copyright © 2021 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
+;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2022,6 +2023,27 @@ administration files, for example, which are often 
inherently local to one
 machine.")
     (license license:gpl3+)))
 
+(define-public rcs-blame
+  (package
+    (name "rcs-blame")
+    (version "1.3.1-20210207")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                    "https://invisible-mirror.net/archives/rcs-blame/blame-";
+                    version ".tgz"))
+             (sha256
+              (base32
+               "1j0brsvdx3hlbwchddafh8r2xmxv5vg4ahpd68v4bb9xhcq6pcih"))))
+    (build-system gnu-build-system)
+    (home-page "https://invisible-island.net/rcs-blame/rcs-blame.html";)
+    (synopsis "Display the last modification for each line in an RCS file")
+    (description
+      "@code{blame} outputs an annotated revision from each RCS file.  An
+annotated RCS file describes the revision and date in which each line was
+added to the file, and the author of each line.")
+    (license license:gpl2+)))
+
 (define-public cvs
   (package
     (name "cvs")

base-commit: 4fd12fb00d595b6f6a5d5cc734863f4c4bc5f46c
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#51625: [PATCH] gnu: Add rcs-blame. Date: Wed, 17 Nov 2021 18:20:31 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Foo Chuan Wei <chuanwei.foo@hotmail.com> skribis:

> * gnu/packages/version-control.scm (rcs-blame): New variable.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]