Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ifstatus: orphan
@ 2022-08-09 23:37 lemmi
  2022-08-09 23:38 ` [PR PATCH] [Updated] " lemmi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: lemmi @ 2022-08-09 23:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lemmi/void-packages ifstatus
https://github.com/void-linux/void-packages/pull/38568

ifstatus: orphan
This hasn't been updated for years and there are alternative solutions like `bmon` that are a good replacement.

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 1bc4aa50e59951d962fae5203030fa3fbf359bcf Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 10 Aug 2022 01:34:44 +0200
Subject: [PATCH] ifstatus: orphan

This hasn't been updated for years and there are alternative solutions
like `bmon` that are a good replacement.
---
 srcpkgs/ifstatus/patches/fix-musl.patch | 12 ------------
 srcpkgs/ifstatus/template               |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)
 delete mode 100644 srcpkgs/ifstatus/patches/fix-musl.patch

diff --git a/srcpkgs/ifstatus/patches/fix-musl.patch b/srcpkgs/ifstatus/patches/fix-musl.patch
deleted file mode 100644
index 58205e567c57..000000000000
--- a/srcpkgs/ifstatus/patches/fix-musl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Main.h.orig	2018-01-15 23:45:03.380195836 +0100
-+++ b/Main.h	2018-01-15 23:45:44.596544507 +0100
-@@ -48,7 +48,9 @@
- #include <sys/ioctl.h>
- 
- #include <arpa/inet.h>
-+#ifdef __GLIBC__
- #include <netinet/if_ether.h>
-+#endif
- #include <linux/netdevice.h> 
- #include <netinet/in.h>
- 
diff --git a/srcpkgs/ifstatus/template b/srcpkgs/ifstatus/template
index 5668de2e67f5..ddcc565147ec 100644
--- a/srcpkgs/ifstatus/template
+++ b/srcpkgs/ifstatus/template
@@ -7,7 +7,7 @@ build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel"
 short_desc="Display network traffic on console"
-maintainer="lemmi <lemmi@nerd2nerd.org>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://ifstatus.sourceforge.net/graphic/index.html"
 distfiles="http://ifstatus.sourceforge.net/download/ifstatus-v${version}.tar.gz"

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

* Re: [PR PATCH] [Updated] ifstatus: orphan
  2022-08-09 23:37 [PR PATCH] ifstatus: orphan lemmi
@ 2022-08-09 23:38 ` lemmi
  2022-08-09 23:51 ` lemmi
  2022-08-09 23:51 ` [PR PATCH] [Closed]: " lemmi
  2 siblings, 0 replies; 4+ messages in thread
From: lemmi @ 2022-08-09 23:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lemmi against master on the void-packages repository

https://github.com/lemmi/void-packages ifstatus
https://github.com/void-linux/void-packages/pull/38568

ifstatus: orphan
This hasn't been updated for years and there are alternative solutions like `bmon` that are a good replacement.

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7727a1667d669b79f1d3cfab4ad02580214f7f20 Mon Sep 17 00:00:00 2001
From: lemmi <lemmi@nerd2nerd.org>
Date: Wed, 10 Aug 2022 01:34:44 +0200
Subject: [PATCH] ifstatus: orphan

This hasn't been updated for years and there are alternative solutions
like `bmon` that are a good replacement.
---
 srcpkgs/ifstatus/patches/fix-musl.patch | 12 ------------
 srcpkgs/ifstatus/template               |  4 ++--
 2 files changed, 2 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/ifstatus/patches/fix-musl.patch

diff --git a/srcpkgs/ifstatus/patches/fix-musl.patch b/srcpkgs/ifstatus/patches/fix-musl.patch
deleted file mode 100644
index 58205e567c57..000000000000
--- a/srcpkgs/ifstatus/patches/fix-musl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Main.h.orig	2018-01-15 23:45:03.380195836 +0100
-+++ b/Main.h	2018-01-15 23:45:44.596544507 +0100
-@@ -48,7 +48,9 @@
- #include <sys/ioctl.h>
- 
- #include <arpa/inet.h>
-+#ifdef __GLIBC__
- #include <netinet/if_ether.h>
-+#endif
- #include <linux/netdevice.h> 
- #include <netinet/in.h>
- 
diff --git a/srcpkgs/ifstatus/template b/srcpkgs/ifstatus/template
index 5668de2e67f5..861518ae3fb1 100644
--- a/srcpkgs/ifstatus/template
+++ b/srcpkgs/ifstatus/template
@@ -1,13 +1,13 @@
 # Template file for 'ifstatus'
 pkgname=ifstatus
 version=2.0.0
-revision=2
+revision=3
 wrksrc=ifstatus-v${version}
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel"
 short_desc="Display network traffic on console"
-maintainer="lemmi <lemmi@nerd2nerd.org>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://ifstatus.sourceforge.net/graphic/index.html"
 distfiles="http://ifstatus.sourceforge.net/download/ifstatus-v${version}.tar.gz"

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

* Re: ifstatus: orphan
  2022-08-09 23:37 [PR PATCH] ifstatus: orphan lemmi
  2022-08-09 23:38 ` [PR PATCH] [Updated] " lemmi
@ 2022-08-09 23:51 ` lemmi
  2022-08-09 23:51 ` [PR PATCH] [Closed]: " lemmi
  2 siblings, 0 replies; 4+ messages in thread
From: lemmi @ 2022-08-09 23:51 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/38568#issuecomment-1210001590

Comment:
Closing, since CI isn't running.

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

* Re: [PR PATCH] [Closed]: ifstatus: orphan
  2022-08-09 23:37 [PR PATCH] ifstatus: orphan lemmi
  2022-08-09 23:38 ` [PR PATCH] [Updated] " lemmi
  2022-08-09 23:51 ` lemmi
@ 2022-08-09 23:51 ` lemmi
  2 siblings, 0 replies; 4+ messages in thread
From: lemmi @ 2022-08-09 23:51 UTC (permalink / raw)
  To: ml

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

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

ifstatus: orphan
https://github.com/void-linux/void-packages/pull/38568

Description:
This hasn't been updated for years and there are alternative solutions like `bmon` that are a good replacement.

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-08-09 23:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 23:37 [PR PATCH] ifstatus: orphan lemmi
2022-08-09 23:38 ` [PR PATCH] [Updated] " lemmi
2022-08-09 23:51 ` lemmi
2022-08-09 23:51 ` [PR PATCH] [Closed]: " lemmi

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