unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74440] [PATCH 0/2] Add C/C++ team.
@ 2024-11-19 21:22 Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan Greg Hogan
  0 siblings, 2 replies; 3+ messages in thread
From: Greg Hogan @ 2024-11-19 21:22 UTC (permalink / raw)
  To: 74440; +Cc: Greg Hogan

Let's build a C/C++ team. All are welcome to join!

The dual-language "C/C++" is used as descriptor and the simpler "c++"
as the team name for use with the etc/teams.scm commands.

Greg Hogan (2):
  teams: Add C/C++ team.
  teams: Add entry for Greg Hogan.

 etc/teams.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)


base-commit: 20ecc8b5a995dd782891dcfe213dd3c67295fe30
-- 
2.46.0





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

* [bug#74440] [PATCH 1/2] teams: Add C/C++ team.
  2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
@ 2024-11-19 21:33 ` Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan Greg Hogan
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Hogan @ 2024-11-19 21:33 UTC (permalink / raw)
  To: 74440; +Cc: Greg Hogan

* etc/teams.scm (c++): New team.
---
 etc/teams.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index ddd790a03f..2e2f938230 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -609,6 +609,20 @@ (define-team zig
                       "guix/build/zig-build-system.scm"
                       "guix/build-system/zig.scm")))
 
+(define-team c++
+  (team 'c++
+        #:name "C/C++ team"
+        #:description
+        "C and C++ compilers, libraries, tools, and programs"
+        #:scope (list "gnu/packages/c.scm"
+                      "gnu/packages/cpp.scm"
+                      "gnu/packages/llvm.scm"
+                      "gnu/packages/llvm-meta.scm"
+                      "gnu/packages/ninja.scm"
+                      "gnu/packages/valgrind.scm"
+                      "gnu/build/cmake-build-system.scm"
+                      "gnu/build-system/cmake.scm")))
+
 \f
 (define-member (person "Eric Bavier"
                        "bavier@posteo.net")
-- 
2.46.0





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

* [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan.
  2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
  2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
@ 2024-11-19 21:33 ` Greg Hogan
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Hogan @ 2024-11-19 21:33 UTC (permalink / raw)
  To: 74440; +Cc: Greg Hogan

* etc/teams.scm ("Greg Hogan"): New member.
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 2e2f938230..f1a5f3570c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -793,6 +793,10 @@ (define-member (person "André Batista"
                        "nandre@riseup.net")
   mozilla)
 
+(define-member (person "Greg Hogan"
+                       "code@greghogan.com")
+  c++)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.46.0





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

end of thread, other threads:[~2024-11-19 21:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19 21:22 [bug#74440] [PATCH 0/2] Add C/C++ team Greg Hogan
2024-11-19 21:33 ` [bug#74440] [PATCH 1/2] teams: " Greg Hogan
2024-11-19 21:33 ` [bug#74440] [PATCH 2/2] teams: Add entry for Greg Hogan Greg Hogan

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).