Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] e3: remove package
@ 2024-01-07 21:51 meator
  2024-01-07 21:57 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: meator @ 2024-01-07 21:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 683 bytes --]

There is a new pull request by meator against master on the void-packages repository

https://github.com/meator/void-packages e3
https://github.com/void-linux/void-packages/pull/48112

e3: remove package
Upstream is dead. The only e3 source archive that I was able to find is http://ftp.uni-kl.de/pub/linux/gentoo/distfiles/9a/e3-2.82.tgz This has a lower version than the version in the template.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: kinda, one can't really test removed packages

A patch file from https://github.com/void-linux/void-packages/pull/48112.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-e3-48112.patch --]
[-- Type: text/x-diff, Size: 1749 bytes --]

From 0e72568b7d57ef2487cd3223a5c7d15e873f68a4 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 7 Jan 2024 22:45:08 +0100
Subject: [PATCH] e3: remove package

Upstream is dead.
---
 srcpkgs/e3/template               | 30 ------------------------------
 srcpkgs/removed-packages/template |  1 +
 2 files changed, 1 insertion(+), 30 deletions(-)
 delete mode 100644 srcpkgs/e3/template

diff --git a/srcpkgs/e3/template b/srcpkgs/e3/template
deleted file mode 100644
index 68857e28fbd2c..0000000000000
--- a/srcpkgs/e3/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'e3'
-pkgname=e3
-version=2.82
-revision=3
-build_style=gnu-makefile
-hostmakedepends="nasm"
-archs="i686* x86_64*"
-short_desc="A full-screen and user-friendly text editor"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later"
-homepage="https://sites.google.com/site/e3editor/"
-distfiles="https://sites.google.com/site/e3editor/Home/e3-${version}.tgz"
-checksum=53c51d656801fd3ae0179a5b27f028e07eaba328e80c8c55050268359b9a2924
-nostrip="Strip stage errs"
-
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*) make_build_args="64";;
-esac
-
-pre_build() {
-	sed -i 's#/usr/local#/usr#g' Makefile
-}
-
-do_install() {
-	vbin e3
-	vman e3.man e3.1
-	for link in e3em e3pi e3vi e3ne e3ws ; do
-		ln -s /usr/bin/e3 ${DESTDIR}/usr/bin/${link}
-	done
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index fd9d350d4ad4f..bcedd17751270 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -101,6 +101,7 @@ replaces="
  dtkwidget<=2.1.1_2
  dtkwm-devel<=2.0.12_1
  dtkwm<=2.0.12_1
+ e3<=2.82_3
  ebtables<=2.0.10.4_8
  eclipse-ecj<=4.9_3
  ecryptfs-utils-python<=111_10

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
@ 2024-01-07 21:57 ` classabbyamp
  2024-01-07 22:18 ` meator
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2024-01-07 21:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-1880188351

Comment:
is the distfile you linked not the same version as our template?

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
  2024-01-07 21:57 ` classabbyamp
@ 2024-01-07 22:18 ` meator
  2024-01-09  2:09 ` sgn
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: meator @ 2024-01-07 22:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-1880194790

Comment:
> is the distfile you linked not the same version as our template?

Sorry, you are right. Should I change it? The fact that there is a distfile on the internet doesn't change the fact that upstream is dead. I don't know what should I put into homepage.

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
  2024-01-07 21:57 ` classabbyamp
  2024-01-07 22:18 ` meator
@ 2024-01-09  2:09 ` sgn
  2024-01-10 18:02 ` meator
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: sgn @ 2024-01-09  2:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-1882181987

Comment:
Available in Debian, too https://packages.debian.org/bookworm/e3
I vote for keep.

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
                   ` (2 preceding siblings ...)
  2024-01-09  2:09 ` sgn
@ 2024-01-10 18:02 ` meator
  2024-01-12 19:14 ` leahneukirchen
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: meator @ 2024-01-10 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-1885357426

Comment:
That thing is dead. It has vanished. There are no traces of it on the internet except that one random link. There's no homepage. That thing is never getting an update. Why do you want to keep it?

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
                   ` (3 preceding siblings ...)
  2024-01-10 18:02 ` meator
@ 2024-01-12 19:14 ` leahneukirchen
  2024-04-12  1:45 ` github-actions
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2024-01-12 19:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 254 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-1889821279

Comment:
Arch uses https://drive.google.com/uc?export=download&id=1ZNWI-Fl7Zc69H0hX1WpLpwG9mxUcZf30 as distfile %)

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
                   ` (4 preceding siblings ...)
  2024-01-12 19:14 ` leahneukirchen
@ 2024-04-12  1:45 ` github-actions
  2024-04-12 14:06 ` [PR PATCH] [Closed]: " leahneukirchen
  2024-04-12 14:06 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-04-12  1:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-2050819897

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
                   ` (5 preceding siblings ...)
  2024-04-12  1:45 ` github-actions
@ 2024-04-12 14:06 ` leahneukirchen
  2024-04-12 14:06 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2024-04-12 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

There's a closed pull request on the void-packages repository

e3: remove package
https://github.com/void-linux/void-packages/pull/48112

Description:
Upstream is dead. The only e3 source archive that I was able to find is http://ftp.uni-kl.de/pub/linux/gentoo/distfiles/9a/e3-2.82.tgz ~~This has a lower version than the version in the template.~~

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: kinda, one can't really test removed packages

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

* Re: e3: remove package
  2024-01-07 21:51 [PR PATCH] e3: remove package meator
                   ` (6 preceding siblings ...)
  2024-04-12 14:06 ` [PR PATCH] [Closed]: " leahneukirchen
@ 2024-04-12 14:06 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2024-04-12 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/48112#issuecomment-2051831596

Comment:
Fixed in c5ade815970

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

end of thread, other threads:[~2024-04-12 14:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-07 21:51 [PR PATCH] e3: remove package meator
2024-01-07 21:57 ` classabbyamp
2024-01-07 22:18 ` meator
2024-01-09  2:09 ` sgn
2024-01-10 18:02 ` meator
2024-01-12 19:14 ` leahneukirchen
2024-04-12  1:45 ` github-actions
2024-04-12 14:06 ` [PR PATCH] [Closed]: " leahneukirchen
2024-04-12 14:06 ` leahneukirchen

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 NNTP newsgroup(s).