all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68990] [PATCH 00/28] Some ruby packages
@ 2024-02-08  9:28 Hartmut Goebel
  2024-02-08  9:35 ` [bug#68990] [PATCH 01/28] gnu: Add ruby-test-unit-ruby-core Hartmut Goebel
                   ` (28 more replies)
  0 siblings, 29 replies; 30+ messages in thread
From: Hartmut Goebel @ 2024-02-08  9:28 UTC (permalink / raw)
  To: 68990

This are some ruby packages required for hashicorp's tool "vagrant".
These packages have already been submittes as part of
https://issues.guix.gnu.org/65131 (which is still unfinished, since vagrant
itself is not yet done).  I put them into a separate patch set so at least the
ruby packages can be merged already.


Hartmut Goebel (28):
  gnu: Add ruby-test-unit-ruby-core.
  gnu: Add ruby-excon.
  gnu: Add ruby-ipaddr.
  gnu: Add ruby-net-ftp.
  gnu: Add ruby-fake-ftp.
  gnu: Add ruby-net-sftp.
  gnu: Add ruby-net-telnet.
  gnu: Add ruby-pairing-heap.
  gnu: Add ruby-stringio.
  gnu: Add ruby-stream.
  gnu: Add ruby-rgl.
  gnu: Add ruby-sfl.
  gnu: Add ruby-specinfra.
  gnu: Add ruby-serverspec.
  gnu: Add ruby-time.
  gnu: Add ruby-google-protobuf.
  gnu: Add ruby-googleapis-common-protos-types.
  gnu: Add ruby-grpc.
  gnu: Add ruby-vagrant-cloud.
  gnu: Add ruby-vagrant-spec.
  gnu: Add ruby-vagrant-spec-helper-basic.
  gnu: Add ruby-hashicorp-checkpoint.
  gnu: ruby-childprocess: Update to 4.1.0.
  gnu: Add ruby-libvirt.
  gnu: Add ruby-fog-core.
  gnu: Add ruby-fog-json.
  gnu: Add ruby-fog-xml.
  gnu: Add ruby-fog-libvirt.

 gnu/packages/ruby.scm           | 643 +++++++++++++++++++++++++++++++-
 gnu/packages/virtualization.scm |  56 +++
 2 files changed, 693 insertions(+), 6 deletions(-)


base-commit: a4464bd0975c811f18af98f69032b29bddda5b81
-- 
2.41.0





^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2024-02-24 15:55 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08  9:28 [bug#68990] [PATCH 00/28] Some ruby packages Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 01/28] gnu: Add ruby-test-unit-ruby-core Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 02/28] gnu: Add ruby-excon Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 03/28] gnu: Add ruby-ipaddr Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 04/28] gnu: Add ruby-net-ftp Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 05/28] gnu: Add ruby-fake-ftp Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 06/28] gnu: Add ruby-net-sftp Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 07/28] gnu: Add ruby-net-telnet Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 08/28] gnu: Add ruby-pairing-heap Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 09/28] gnu: Add ruby-stringio Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 10/28] gnu: Add ruby-stream Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 11/28] gnu: Add ruby-rgl Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 12/28] gnu: Add ruby-sfl Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 13/28] gnu: Add ruby-specinfra Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 14/28] gnu: Add ruby-serverspec Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 15/28] gnu: Add ruby-time Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 16/28] gnu: Add ruby-google-protobuf Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 17/28] gnu: Add ruby-googleapis-common-protos-types Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 18/28] gnu: Add ruby-grpc Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 19/28] gnu: Add ruby-vagrant-cloud Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 20/28] gnu: Add ruby-vagrant-spec Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 21/28] gnu: Add ruby-vagrant-spec-helper-basic Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 22/28] gnu: Add ruby-hashicorp-checkpoint Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 23/28] gnu: ruby-childprocess: Update to 4.1.0 Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 24/28] gnu: Add ruby-libvirt Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 25/28] gnu: Add ruby-fog-core Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 26/28] gnu: Add ruby-fog-json Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 27/28] gnu: Add ruby-fog-xml Hartmut Goebel
2024-02-08  9:35 ` [bug#68990] [PATCH 28/28] gnu: Add ruby-fog-libvirt Hartmut Goebel
     [not found] ` <handler.68990.B.170738456723129.ack@debbugs.gnu.org>
2024-02-24 15:55   ` bug#68990: Acknowledgement ([PATCH 00/28] Some ruby packages) Hartmut Goebel

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.