Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sfeed: update to 1.5 and orphan
@ 2022-06-02 22:51 notthewave
  2022-06-03  8:55 ` tibequadorian
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: notthewave @ 2022-06-02 22:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37398

sfeed: update to 1.5 and orphan
No longer use void as often since it currently does not fit my use-case, might be better maintained by a regular user. @tibequadorian You updated last time, would you be interested in adopting the package?

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

tested on x86_64-musl

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

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

From 26db173a803fb8288f31322f8b339a5a7b5974e0 Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Fri, 3 Jun 2022 00:48:11 +0200
Subject: [PATCH] sfeed: update to 1.5 and orphan

No longer use void as often since it currently does not fit my use-case, might be better maintained by a regular user.
---
 srcpkgs/sfeed/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index fd5f0fe156d7..d411992a7965 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,17 @@
 # Template file for 'sfeed'
 pkgname=sfeed
-version=1.4
+version=1.5
 revision=1
 build_style=gnu-makefile
 make_install_args="MANPREFIX=/usr/share/man"
 makedepends="ncurses-devel"
 depends="curl"
 short_desc="RSS and Atom parser"
-maintainer="notthewave <winklbauer_m@zoho.eu>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://git.codemadness.org/sfeed"
 distfiles="https://codemadness.org/releases/sfeed/sfeed-${version}.tar.gz"
-checksum=3c90f4bef1becdf583cc0ae201e694459edcd024e1d76bfeed3f417ecc163498
+checksum=0a0024bd958b9b00f1b7c29501f1580e3859330102ffd75a8922f50ff8955fd1
 
 post_install() {
 	vlicense LICENSE

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

* Re: sfeed: update to 1.5 and orphan
  2022-06-02 22:51 [PR PATCH] sfeed: update to 1.5 and orphan notthewave
@ 2022-06-03  8:55 ` tibequadorian
  2022-06-03 15:56 ` [PR PATCH] [Updated] " notthewave
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tibequadorian @ 2022-06-03  8:55 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/37398#issuecomment-1145749450

Comment:
Sure, I'd like to adopt it

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

* Re: [PR PATCH] [Updated] sfeed: update to 1.5 and orphan
  2022-06-02 22:51 [PR PATCH] sfeed: update to 1.5 and orphan notthewave
  2022-06-03  8:55 ` tibequadorian
@ 2022-06-03 15:56 ` notthewave
  2022-06-11  5:18 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: notthewave @ 2022-06-03 15:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages patch-1
https://github.com/void-linux/void-packages/pull/37398

sfeed: update to 1.5 and orphan
No longer use void as often since it currently does not fit my use-case, might be better maintained by a regular user. @tibequadorian You updated last time, would you be interested in adopting the package?

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

tested on x86_64-musl

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

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

From 6636d42a9eaf33de9d15657cb80f9b410acc440c Mon Sep 17 00:00:00 2001
From: notthewave <74874782+notthewave@users.noreply.github.com>
Date: Fri, 3 Jun 2022 00:48:11 +0200
Subject: [PATCH] sfeed: update to 1.5 and orphan

---
 srcpkgs/sfeed/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sfeed/template b/srcpkgs/sfeed/template
index fd5f0fe156d7..d411992a7965 100644
--- a/srcpkgs/sfeed/template
+++ b/srcpkgs/sfeed/template
@@ -1,17 +1,17 @@
 # Template file for 'sfeed'
 pkgname=sfeed
-version=1.4
+version=1.5
 revision=1
 build_style=gnu-makefile
 make_install_args="MANPREFIX=/usr/share/man"
 makedepends="ncurses-devel"
 depends="curl"
 short_desc="RSS and Atom parser"
-maintainer="notthewave <winklbauer_m@zoho.eu>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://git.codemadness.org/sfeed"
 distfiles="https://codemadness.org/releases/sfeed/sfeed-${version}.tar.gz"
-checksum=3c90f4bef1becdf583cc0ae201e694459edcd024e1d76bfeed3f417ecc163498
+checksum=0a0024bd958b9b00f1b7c29501f1580e3859330102ffd75a8922f50ff8955fd1
 
 post_install() {
 	vlicense LICENSE

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

* Re: sfeed: update to 1.5 and orphan
  2022-06-02 22:51 [PR PATCH] sfeed: update to 1.5 and orphan notthewave
  2022-06-03  8:55 ` tibequadorian
  2022-06-03 15:56 ` [PR PATCH] [Updated] " notthewave
@ 2022-06-11  5:18 ` ericonr
  2022-06-12 19:07 ` classabbyamp
  2022-06-12 19:07 ` [PR PATCH] [Closed]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2022-06-11  5:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/37398#issuecomment-1152859197

Comment:
@tibequadorian would you mind opening a PR of your own with the update and adding yourself as maintainer?

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

* Re: sfeed: update to 1.5 and orphan
  2022-06-02 22:51 [PR PATCH] sfeed: update to 1.5 and orphan notthewave
                   ` (2 preceding siblings ...)
  2022-06-11  5:18 ` ericonr
@ 2022-06-12 19:07 ` classabbyamp
  2022-06-12 19:07 ` [PR PATCH] [Closed]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-06-12 19:07 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37398#issuecomment-1153264346

Comment:
merged #37528 instead

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

* Re: [PR PATCH] [Closed]: sfeed: update to 1.5 and orphan
  2022-06-02 22:51 [PR PATCH] sfeed: update to 1.5 and orphan notthewave
                   ` (3 preceding siblings ...)
  2022-06-12 19:07 ` classabbyamp
@ 2022-06-12 19:07 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-06-12 19:07 UTC (permalink / raw)
  To: ml

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

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

sfeed: update to 1.5 and orphan
https://github.com/void-linux/void-packages/pull/37398

Description:
No longer use void as often since it currently does not fit my use-case, might be better maintained by a regular user. @tibequadorian You updated last time, would you be interested in adopting the package?

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

tested on x86_64-musl

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

end of thread, other threads:[~2022-06-12 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 22:51 [PR PATCH] sfeed: update to 1.5 and orphan notthewave
2022-06-03  8:55 ` tibequadorian
2022-06-03 15:56 ` [PR PATCH] [Updated] " notthewave
2022-06-11  5:18 ` ericonr
2022-06-12 19:07 ` classabbyamp
2022-06-12 19:07 ` [PR PATCH] [Closed]: " classabbyamp

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