unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45241] [PATCH 0/5] gnu: sdcc: Polish up package definition
@ 2020-12-14 18:04 Simon South
  2020-12-14 18:06 ` [bug#45241] [PATCH 1/5] gnu: sdcc: Move to embedded.scm Simon South
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Simon South @ 2020-12-14 18:04 UTC (permalink / raw)
  To: 45241

This patch series attempts to polish up the package for SDCC, a C compiler
suite for 8-bit microcontrollers, in various ways. Specifically, it

- Moves the sdcc package (which currently exists in its own module) into
  embedded.scm, placing it together with other packages related to
  embedded-systems development;

- Expands its "license" field to include the full set used by the various
  subprojects that comprise it[0];

- Revises its synopsis and description for clarity and brevity, removing
  redundant or unnecessary information;

- Corrects the name of a build phase ("patch-makefile" to "patch-makefiles");
  and

- Expands a comment to clarify the situation regarding GPUTILS, a separate
  project on which SDCC relies for PIC-microcontroller support, as was
  discussed recently[1].

This patchset is meant to be applied after the one submitted as issue
45240[2], but doesn't depend on it.

[0] See the overview at http://sdcc.sourceforge.net/.
[1] https://issues.guix.gnu.org/44557
[2] https://issues.guix.gnu.org/45240

--
Simon South
simon@simonsouth.net


Simon South (5):
  gnu: sdcc: Move to embedded.scm.
  gnu: sdcc: Specify complete set of licenses.
  gnu: sdcc: Revise synopsis and description.
  gnu: sdcc: Correct name of phase.
  gnu: sdcc: Expand comment regarding GPUTILS and PIC ports.

 gnu/local.mk                 |  1 -
 gnu/packages/electronics.scm |  4 +-
 gnu/packages/embedded.scm    | 57 +++++++++++++++++++++++++
 gnu/packages/sdcc.scm        | 80 ------------------------------------
 4 files changed, 59 insertions(+), 83 deletions(-)
 delete mode 100644 gnu/packages/sdcc.scm

-- 
2.29.2





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

end of thread, other threads:[~2020-12-21 16:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 18:04 [bug#45241] [PATCH 0/5] gnu: sdcc: Polish up package definition Simon South
2020-12-14 18:06 ` [bug#45241] [PATCH 1/5] gnu: sdcc: Move to embedded.scm Simon South
2020-12-14 18:06 ` [bug#45241] [PATCH 2/5] gnu: sdcc: Specify complete set of licenses Simon South
2020-12-14 18:06 ` [bug#45241] [PATCH 3/5] gnu: sdcc: Revise synopsis and description Simon South
2020-12-14 18:06 ` [bug#45241] [PATCH 4/5] gnu: sdcc: Correct name of phase Simon South
2020-12-14 18:06 ` [bug#45241] [PATCH 5/5] gnu: sdcc: Expand comment regarding GPUTILS and PIC ports Simon South
2020-12-21 16:40 ` bug#45241: [PATCH 0/5] gnu: sdcc: Polish up package definition Ludovic Courtès

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).