Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] *: orphan packages maintained by subnut
@ 2024-01-28 16:32 subnut
  2024-01-28 16:43 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: subnut @ 2024-01-28 16:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages master
https://github.com/void-linux/void-packages/pull/48406

*: orphan packages maintained by subnut
I haven't been using void linux for a long time, and I don't see myself doing so in the near future. A lot of these packages are out-of-date due to that exact reason. So, I'm giving up maintainership of my packages.



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

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

From e5a12d3c6d2b86462d02584b94b753f544cd24b7 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Sun, 28 Jan 2024 21:56:01 +0530
Subject: [PATCH] *: orphan packages maintained by subnut

I haven't been using void linux for a long time, and I don't see myself
doing so in the near future. A lot of these packages are out-of-date due
to that exact reason. So, I'm giving up maintainership of my packages.
---
 srcpkgs/avrdude/template         | 2 +-
 srcpkgs/ddcci-dkms/template      | 2 +-
 srcpkgs/glirc/template           | 2 +-
 srcpkgs/iwgtk/template           | 2 +-
 srcpkgs/libnvme/template         | 2 +-
 srcpkgs/libzip/template          | 2 +-
 srcpkgs/lsof/template            | 2 +-
 srcpkgs/lsp-plugins/template     | 2 +-
 srcpkgs/lv2/template             | 2 +-
 srcpkgs/mongoose/template        | 2 +-
 srcpkgs/musikcube/template       | 2 +-
 srcpkgs/nvme-cli/template        | 2 +-
 srcpkgs/pigz/template            | 2 +-
 srcpkgs/spotify-adblock/template | 2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/avrdude/template b/srcpkgs/avrdude/template
index b30f9fb137242..36ad4608a2ae6 100644
--- a/srcpkgs/avrdude/template
+++ b/srcpkgs/avrdude/template
@@ -9,7 +9,7 @@ makedepends="elfutils-devel libusb-devel libusb-compat-devel libftdi1-devel
  hidapi-devel"
 depends="avr-libc"
 short_desc="Utility to manipulate ROM and EEPROM of AVR microcontrollers"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.nongnu.org/avrdude/"
 changelog="https://raw.githubusercontent.com/avrdudes/avrdude/master/NEWS"
diff --git a/srcpkgs/ddcci-dkms/template b/srcpkgs/ddcci-dkms/template
index 62a3fcc12e99c..4ed302b72cb12 100644
--- a/srcpkgs/ddcci-dkms/template
+++ b/srcpkgs/ddcci-dkms/template
@@ -4,7 +4,7 @@ version=0.4.3
 revision=1
 depends="dkms"
 short_desc="Pair of Linux kernel drivers for DDC/CI monitors (DKMS)"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/"
 distfiles="https://gitlab.com/ddcci-driver-linux/ddcci-driver-linux/-/archive/v${version}/ddcci-driver-linux-v${version}.tar.gz"
diff --git a/srcpkgs/glirc/template b/srcpkgs/glirc/template
index 97dff81fdcfb1..5b16c07b7b955 100644
--- a/srcpkgs/glirc/template
+++ b/srcpkgs/glirc/template
@@ -5,7 +5,7 @@ revision=2
 hostmakedepends="cabal-install"
 makedepends="ncurses-devel openssl-devel"
 short_desc="Console IRC client written in Haskell"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://github.com/glguy/irc-core"
 distfiles="https://github.com/glguy/irc-core/archive/refs/tags/v${version}.tar.gz"
diff --git a/srcpkgs/iwgtk/template b/srcpkgs/iwgtk/template
index b8ecf896e259e..b47979dba3c87 100644
--- a/srcpkgs/iwgtk/template
+++ b/srcpkgs/iwgtk/template
@@ -7,7 +7,7 @@ hostmakedepends="scdoc pkg-config gettext"
 makedepends="gtk4-devel qrencode-devel"
 depends="iwd"
 short_desc="Lightweight GTK frontend for iwd (WiFi)"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/J-Lentz/iwgtk"
 changelog="https://raw.githubusercontent.com/J-Lentz/iwgtk/master/CHANGELOG"
diff --git a/srcpkgs/libnvme/template b/srcpkgs/libnvme/template
index 4109c7125718c..a869f55db2b11 100644
--- a/srcpkgs/libnvme/template
+++ b/srcpkgs/libnvme/template
@@ -8,7 +8,7 @@ hostmakedepends="pkg-config swig"
 makedepends="json-c-devel openssl-devel python3-devel"
 checkdepends="perl"
 short_desc="C Library for NVM Express on Linux"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/linux-nvme/libnvme"
 distfiles="https://github.com/linux-nvme/libnvme/archive/v${version}.tar.gz"
diff --git a/srcpkgs/libzip/template b/srcpkgs/libzip/template
index 49e05a066a407..7cc667efc2993 100644
--- a/srcpkgs/libzip/template
+++ b/srcpkgs/libzip/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="perl groff pkg-config"
 makedepends="bzip2-devel openssl-devel zlib-devel liblzma-devel libzstd-devel"
 short_desc="C library for reading, creating, and modifying zip archives"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://libzip.org/"
 changelog="https://raw.githubusercontent.com/nih-at/libzip/master/NEWS.md"
diff --git a/srcpkgs/lsof/template b/srcpkgs/lsof/template
index a804dd671d5da..61b769e6d0fe1 100644
--- a/srcpkgs/lsof/template
+++ b/srcpkgs/lsof/template
@@ -7,7 +7,7 @@ configure_args="--enable-security"
 hostmakedepends="automake groff"
 checkdepends="util-linux procps-ng"
 short_desc="LiSt Open Files"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="lsof"
 homepage="https://github.com/lsof-org/lsof"
 changelog="https://raw.githubusercontent.com/lsof-org/lsof/master/00DIST"
diff --git a/srcpkgs/lsp-plugins/template b/srcpkgs/lsp-plugins/template
index 11bb294b5c793..e6b76a2af5b2f 100644
--- a/srcpkgs/lsp-plugins/template
+++ b/srcpkgs/lsp-plugins/template
@@ -9,7 +9,7 @@ hostmakedepends="pkg-config php lv2"
 makedepends="lv2 libglvnd-devel jack-devel libsndfile-devel
  libXrandr-devel cairo-devel freetype-devel"
 short_desc="Collection of open-source audio plugins for studios"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://lsp-plug.in/"
 changelog="https://raw.githubusercontent.com/sadko4u/lsp-plugins/master/CHANGELOG"
diff --git a/srcpkgs/lv2/template b/srcpkgs/lv2/template
index 6333cf33dc885..7c6b9eb9ea4c1 100644
--- a/srcpkgs/lv2/template
+++ b/srcpkgs/lv2/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="pkg-config"
 makedepends="libsndfile-devel gtk+-devel libsamplerate-devel"
 short_desc="Plugin standard for audio systems"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://lv2plug.in"
 distfiles="https://lv2plug.in/spec/lv2-${version}.tar.xz"
diff --git a/srcpkgs/mongoose/template b/srcpkgs/mongoose/template
index d3cfac982a121..3dcfd4a7ecabf 100644
--- a/srcpkgs/mongoose/template
+++ b/srcpkgs/mongoose/template
@@ -9,7 +9,7 @@ make_build_target=linux-libs
 makedepends="openssl-devel"
 checkdepends="openssl-devel"
 short_desc="Embedded HTTP/WebSocket/MQTT library for C/C++"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://mongoose.ws/"
 distfiles="https://github.com/cesanta/mongoose/archive/${version}.tar.gz"
diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template
index d9e6186e6697b..8c4a51840859e 100644
--- a/srcpkgs/musikcube/template
+++ b/srcpkgs/musikcube/template
@@ -12,7 +12,7 @@ makedepends="libgme-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
  sndio-devel pipewire-devel ncurses-libtinfo-devel libopenmpt-devel
  portaudio-devel asio $(vopt_if elogind elogind-devel)"
 short_desc="Terminal-based music player in c++"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://musikcube.com/"
 changelog="https://raw.githubusercontent.com/clangen/musikcube/master/CHANGELOG.txt"
diff --git a/srcpkgs/nvme-cli/template b/srcpkgs/nvme-cli/template
index 9f9016acd0564..46a19d6d642cd 100644
--- a/srcpkgs/nvme-cli/template
+++ b/srcpkgs/nvme-cli/template
@@ -7,7 +7,7 @@ configure_args="-Ddocs=man -Dudevrulesdir=lib/udev/rules.d"
 hostmakedepends="pkg-config"
 makedepends="libnvme-devel zlib-devel json-c-devel"
 short_desc="NVMe management command line interface"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://nvmexpress.org"
 distfiles="https://github.com/linux-nvme/nvme-cli/archive/v${version}.tar.gz"
diff --git a/srcpkgs/pigz/template b/srcpkgs/pigz/template
index d60bf75a1c3c0..47f90ec50c850 100644
--- a/srcpkgs/pigz/template
+++ b/srcpkgs/pigz/template
@@ -7,7 +7,7 @@ make_check_target=test
 makedepends="zlib-devel"
 checkdepends="which"
 short_desc="Parallel implementation of gzip"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="https://zlib.net/pigz/"
 distfiles="https://zlib.net/pigz/pigz-${version}.tar.gz"
diff --git a/srcpkgs/spotify-adblock/template b/srcpkgs/spotify-adblock/template
index f9cf2f28c45c8..6c267a8123684 100644
--- a/srcpkgs/spotify-adblock/template
+++ b/srcpkgs/spotify-adblock/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cargo
 conf_files="/etc/spotify-adblock/config.toml"
 short_desc="Adblocker for Spotify"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/abba23/spotify-adblock"
 distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${version}.tar.gz"

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

* Re: [PR PATCH] [Merged]: *: orphan packages maintained by subnut
  2024-01-28 16:32 [PR PATCH] *: orphan packages maintained by subnut subnut
@ 2024-01-28 16:43 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2024-01-28 16:43 UTC (permalink / raw)
  To: ml

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

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

*: orphan packages maintained by subnut
https://github.com/void-linux/void-packages/pull/48406

Description:
I haven't been using void linux for a long time, and I don't see myself doing so in the near future. A lot of these packages are out-of-date due to that exact reason. So, I'm giving up maintainership of my packages.



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

end of thread, other threads:[~2024-01-28 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-28 16:32 [PR PATCH] *: orphan packages maintained by subnut subnut
2024-01-28 16:43 ` [PR PATCH] [Merged]: " 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).