GNU bug report logs -
#48482
[PATCH] gnu: Add ruby-taskjuggler.
Previous Next
Reported by: Erik Lovlie <erikl <at> posteo.net>
Date: Mon, 17 May 2021 16:21:02 UTC
Severity: normal
Tags: patch
Merged with 48481
Done: Jelle Licht <jlicht <at> fsfe.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48482 in the body.
You can then email your comments to 48482 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#48482
; Package
guix-patches
.
(Mon, 17 May 2021 16:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Erik Lovlie <erikl <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 17 May 2021 16:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-taskjuggler): Update to 3.7.1.
---
gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e2f53bbdca..edc7f470ed 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6155,6 +6155,32 @@ of terminal output.")
;; There is no mention of the "or later" clause.
(license license:gpl2)))
+(define-public ruby-taskjuggler
+ (package
+ (name "ruby-taskjuggler")
+ (version "3.7.1")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "taskjuggler" version))
+ (sha256
+ (base32
+ "1jrsajzhzpnfa8hj6lbf7adn8hls56dz3yw1gvzgz9y4zkka3k9v"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:tests? #f))
+ (native-inputs
+ `(("ruby-rake" ,ruby-rake)))
+ (propagated-inputs
+ `(("ruby-mail" ,ruby-mail)
+ ("ruby-term-ansicolor" ,ruby-term-ansicolor)))
+ (synopsis "Project management software")
+ (description
+ "This package provides a project management tool with an optimizing
+scheduler that computes your project time lines and resource assignments based
+on the project outline and the constraints that you have provided.")
+ (home-page "https://taskjuggler.org/")
+ (license license:gpl2)))
+
(define-public ruby-terraform
(package
(name "ruby-terraform")
--
2.31.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#48482
; Package
guix-patches
.
(Mon, 17 May 2021 16:29:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Sorry this adds a package, not updating. Will fix the commit message.
> On 17 May 2021, at 18:06, Erik Lovlie <erikl <at> posteo.net> wrote:
>
> * gnu/packages/ruby.scm (ruby-taskjuggler): Update to 3.7.1.
> ---
> gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index e2f53bbdca..edc7f470ed 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -6155,6 +6155,32 @@ of terminal output.")
> ;; There is no mention of the "or later" clause.
> (license license:gpl2)))
>
> +(define-public ruby-taskjuggler
> + (package
> + (name "ruby-taskjuggler")
> + (version "3.7.1")
> + (source (origin
> + (method url-fetch)
> + (uri (rubygems-uri "taskjuggler" version))
> + (sha256
> + (base32
> + "1jrsajzhzpnfa8hj6lbf7adn8hls56dz3yw1gvzgz9y4zkka3k9v"))))
> + (build-system ruby-build-system)
> + (arguments
> + '(#:tests? #f))
> + (native-inputs
> + `(("ruby-rake" ,ruby-rake)))
> + (propagated-inputs
> + `(("ruby-mail" ,ruby-mail)
> + ("ruby-term-ansicolor" ,ruby-term-ansicolor)))
> + (synopsis "Project management software")
> + (description
> + "This package provides a project management tool with an optimizing
> +scheduler that computes your project time lines and resource assignments based
> +on the project outline and the constraints that you have provided.")
> + (home-page "https://taskjuggler.org/")
> + (license license:gpl2)))
> +
> (define-public ruby-terraform
> (package
> (name "ruby-terraform")
> --
> 2.31.1
>
Information forwarded
to
guix-patches <at> gnu.org
:
bug#48482
; Package
guix-patches
.
(Mon, 17 May 2021 16:40:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 48482 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-taskjuggler): New variable.
---
Fixed the commit message since this adds a package, not updating an
existing one.
gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index e2f53bbdca..edc7f470ed 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6155,6 +6155,32 @@ of terminal output.")
;; There is no mention of the "or later" clause.
(license license:gpl2)))
+(define-public ruby-taskjuggler
+ (package
+ (name "ruby-taskjuggler")
+ (version "3.7.1")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "taskjuggler" version))
+ (sha256
+ (base32
+ "1jrsajzhzpnfa8hj6lbf7adn8hls56dz3yw1gvzgz9y4zkka3k9v"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:tests? #f))
+ (native-inputs
+ `(("ruby-rake" ,ruby-rake)))
+ (propagated-inputs
+ `(("ruby-mail" ,ruby-mail)
+ ("ruby-term-ansicolor" ,ruby-term-ansicolor)))
+ (synopsis "Project management software")
+ (description
+ "This package provides a project management tool with an optimizing
+scheduler that computes your project time lines and resource assignments based
+on the project outline and the constraints that you have provided.")
+ (home-page "https://taskjuggler.org/")
+ (license license:gpl2)))
+
(define-public ruby-terraform
(package
(name "ruby-terraform")
--
2.31.1
Changed bug title to '[PATCH] gnu: Add ruby-taskjuggler.' from '[PATCH 2/2] gnu: ruby-taskjuggler: Update to 3.7.1.'
Request was from
Sarah Morgensen <iskarian <at> mgsn.dev>
to
control <at> debbugs.gnu.org
.
(Sat, 07 Aug 2021 06:49:01 GMT)
Full text and
rfc822 format available.
Merged 48481 48482.
Request was from
Sarah Morgensen <iskarian <at> mgsn.dev>
to
control <at> debbugs.gnu.org
.
(Sat, 07 Aug 2021 06:49:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
You have taken responsibility.
(Mon, 29 May 2023 11:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Erik Lovlie <erikl <at> posteo.net>
:
bug acknowledged by developer.
(Mon, 29 May 2023 11:23:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 48482-done <at> debbugs.gnu.org (full text, mbox):
Erik Lovlie <erikl <at> posteo.net> writes:
> * gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.7.1.
[snip]
Superseded by 0fa988c089c4b1a835ef572cf953314b7c5af052 ...
Erik Lovlie <erikl <at> posteo.net> writes:
> * gnu/packages/ruby.scm (ruby-taskjuggler): New variable.
[snip]
... and superseded by 234b340ae2ccdb147536b0bd941310724690eff4, so
closing this.
Reply sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
You have taken responsibility.
(Mon, 29 May 2023 11:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Erik Lovlie <erikl <at> posteo.net>
:
bug acknowledged by developer.
(Mon, 29 May 2023 11:23:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 26 Jun 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.