mbox series

[bug#67998,0/2] Remove ed.scm, update ed to 1.19.

Message ID cover.1703370677.git.jaeme@runbox.com
Headers show
Series Remove ed.scm, update ed to 1.19. | expand

Message

Jaeme Sifat Dec. 23, 2023, 10:31 p.m. UTC
This patch-set removes ed.scm and moves the `ed' package to text-editors.scm,
it also updates ed to 1.19. This is similar to patch #67997 which removes nano.scm and moves nano to text-editors.scm.

Jaeme Sifat (2):
  gnu: Remove ed.scm.
  gnu: ed: Update to 1.19.

 gnu/local.mk                  |  1 -
 gnu/packages/ed.scm           | 58 -----------------------------------
 gnu/packages/text-editors.scm | 36 ++++++++++++++++++++++
 3 files changed, 36 insertions(+), 59 deletions(-)
 delete mode 100644 gnu/packages/ed.scm


base-commit: a8196632647b343f8e03c8f12fbdc0cc84ff90f6
--
2.41.0

Comments

Mathieu Othacehe Dec. 25, 2023, 4:23 p.m. UTC | #1
> This patch-set removes ed.scm and moves the `ed' package to
> text-editors.scm, it also updates ed to 1.19. This is similar to patch
> #67997 which removes nano.scm and moves nano to text-editors.scm.

Applied, thanks,

Mathieu
Efraim Flashner Dec. 25, 2023, 6:09 p.m. UTC | #2
On Mon, Dec 25, 2023 at 05:23:37PM +0100, Mathieu Othacehe wrote:
> 
> > This patch-set removes ed.scm and moves the `ed' package to
> > text-editors.scm, it also updates ed to 1.19. This is similar to patch
> > #67997 which removes nano.scm and moves nano to text-editors.scm.
> 
> Applied, thanks,
> 
> Mathieu

I had to revert the ed patch since it caused more than 5000 package
rebuilds per architecture.
Mathieu Othacehe Dec. 25, 2023, 6:16 p.m. UTC | #3
> I had to revert the ed patch since it caused more than 5000 package
> rebuilds per architecture.

Thanks for taking care of that, `guix refresh` states that it has no
depends other than itself. I wonder what causes this massive rebuild.

Mathieu
Giovanni Biscuolo Jan. 11, 2024, 12:04 p.m. UTC | #4
Hi,

Mathieu Othacehe <othacehe@gnu.org> writes:

>> I had to revert the ed patch since it caused more than 5000 package
>> rebuilds per architecture.
>
> Thanks for taking care of that, `guix refresh` states that it has no
> depends other than itself. I wonder what causes this massive rebuild.

Actually I get:

--8<---------------cut here---------------start------------->8---

$ guix refresh --list-dependent ed
Building the following 2057 packages would ensure 5320 dependent packages are rebuilt:
[...]

--8<---------------cut here---------------end--------------->8---

and should be treated according to (info "(guix) Managing Patches and
Branches") that is "pushed to a topic branch other than master", right?

I don't know if this means that it should be pushed to a topic branch
named like ed-update or to the core-updates one :-)

Happy hacking! Gio'