Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Orphane packages.
@ 2023-09-25 12:46 teldra
  2023-09-25 12:49 ` Duncaen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: teldra @ 2023-09-25 12:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages orphane
https://github.com/void-linux/void-packages/pull/46244

Orphane packages.

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/46244.patch is attached

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

From 35f857e3df9c491c57bf9762609d3ab903eb348e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:38 +0200
Subject: [PATCH 01/34] SmartSim: orphan.

---
 srcpkgs/SmartSim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/SmartSim/template b/srcpkgs/SmartSim/template
index 3bbaee03c40bb..753c99ced0137 100644
--- a/srcpkgs/SmartSim/template
+++ b/srcpkgs/SmartSim/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="libglib-devel gtk+3-devel librsvg-devel"
 short_desc="Digital logic circuit design and simulation"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.smartsim.org.uk/"
 distfiles="https://github.com/ashleynewson/SmartSim/archive/v${version}.tar.gz"

From eae8566b9c1f80ad71b5612644e51a5709fe3c95 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:38 +0200
Subject: [PATCH 02/34] autorunner: orphan.

---
 srcpkgs/autorunner/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/autorunner/template b/srcpkgs/autorunner/template
index 55fb18e5e6610..b747951778e33 100644
--- a/srcpkgs/autorunner/template
+++ b/srcpkgs/autorunner/template
@@ -4,7 +4,7 @@ version=1.1.1
 revision=1
 conf_files="/etc/autorunner.config"
 short_desc="Autostart helper for Desktops"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/cytopia/autorunner"
 distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz"

From c5b5b7254ed0002cabd1e659e8a5a29cca4cf7c7 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:39 +0200
Subject: [PATCH 03/34] buku_run: orphan.

---
 srcpkgs/buku_run/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/buku_run/template b/srcpkgs/buku_run/template
index 719574c731485..ef7660023b872 100644
--- a/srcpkgs/buku_run/template
+++ b/srcpkgs/buku_run/template
@@ -5,7 +5,7 @@ revision=2
 conf_files="/etc/buku_run.config"
 depends="rofi gawk sed buku bash"
 short_desc="Rofi frontend for buku bookmarks manager"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/carnager/buku_run"
 distfiles="${homepage}/archive/${version}.tar.gz"

From 65bcfe9303358f78e629a7521d0af7fb75b52c05 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:40 +0200
Subject: [PATCH 04/34] drone-cli: orphan.

---
 srcpkgs/drone-cli/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 80aa3162f1f0f..90cd299b31439 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -7,7 +7,7 @@ go_import_path=github.com/drone/drone-cli
 go_package="${go_import_path}/drone"
 go_ldflags="-X main.version=${version}"
 short_desc="CLI for Drone continuous delivery platform"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"

From fbfd4fd4ef5c1d59e02708e3e3668218f3f2f02c Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:41 +0200
Subject: [PATCH 05/34] flashrom: orphan.

---
 srcpkgs/flashrom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index af1e0d4246030..6cf2e4e25cd10 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -6,7 +6,7 @@ build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"
 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
 distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz

From 8c95c3d321d24fa3df63da819de73e57aebafa10 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:41 +0200
Subject: [PATCH 06/34] gajim: orphan.

---
 srcpkgs/gajim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 16ba231c90643..ea3d6473cbc3b 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -13,7 +13,7 @@ depends="python3-gobject python3-setuptools python3-Pillow
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"

From 77363470d2b8cc7a2aa5ebfb18c241f3beaf69a3 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:42 +0200
Subject: [PATCH 07/34] gparted: orphan.

---
 srcpkgs/gparted/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gparted/template b/srcpkgs/gparted/template
index 9b42f25a0d004..bd986abc0bfc3 100644
--- a/srcpkgs/gparted/template
+++ b/srcpkgs/gparted/template
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtkmm-devel libparted-devel yelp-tools"
 depends="desktop-file-utils hicolor-icon-theme"
 checkdepends="xvfb-run"
 short_desc="Gnome Partition Editor"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gparted.sourceforge.io"
 distfiles="${SOURCEFORGE_SITE}/gparted/gparted/gparted-${version}/gparted-${version}.tar.gz"

From de8005ceb25ac3ff4693bf3c686d95b4736334f2 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:42 +0200
Subject: [PATCH 08/34] hdparm: orphan.

---
 srcpkgs/hdparm/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/hdparm/template b/srcpkgs/hdparm/template
index cde340c770842..af8dde974f4fb 100644
--- a/srcpkgs/hdparm/template
+++ b/srcpkgs/hdparm/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-makefile
 make_install_args="exec_prefix=/usr sbindir=/usr/bin"
 short_desc="Utility to access IDE device parameters"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style'
 homepage="https://sourceforge.net/projects/hdparm/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"

From 0bc2470634ad904432a1f4133975f525214352a6 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:43 +0200
Subject: [PATCH 09/34] iftop: orphan.

---
 srcpkgs/iftop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iftop/template b/srcpkgs/iftop/template
index 4debe8a2f8046..4a5556236df20 100644
--- a/srcpkgs/iftop/template
+++ b/srcpkgs/iftop/template
@@ -5,7 +5,7 @@ revision=3
 build_style=gnu-configure
 makedepends="libpcap-devel ncurses-devel"
 short_desc="Top-like tool to display bandwidth usage on an interface"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.ex-parrot.com/pdw/iftop/"
 distfiles="${homepage}/download/$pkgname-$version.tar.gz"

From 171f1774ba8c4966ab5d642dd3b3379a080021c5 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:43 +0200
Subject: [PATCH 10/34] ioping: orphan.

---
 srcpkgs/ioping/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ioping/template b/srcpkgs/ioping/template
index 0adaf0ab06ae2..7b53ae762078e 100644
--- a/srcpkgs/ioping/template
+++ b/srcpkgs/ioping/template
@@ -4,7 +4,7 @@ version=1.3
 revision=1
 build_style=gnu-makefile
 short_desc="Simple disk I/O latency measuring tool"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/koct9i/ioping/"
 distfiles="https://github.com/koct9i/ioping/archive/v${version}.tar.gz"

From d07636a2e5fde5390b9efc745c0fd68f036c1339 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:43 +0200
Subject: [PATCH 11/34] iotop: orphan.

---
 srcpkgs/iotop/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index e6462af8657e8..3acdfc2d2119a 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -6,7 +6,7 @@ build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"
 short_desc="View I/O usage of processes"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://guichaz.free.fr/iotop"
 #distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2"

From 6995f7f0546389f5f757c2817c4c36a8fc3b0fa1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:44 +0200
Subject: [PATCH 12/34] keychain: orphan.

---
 srcpkgs/keychain/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/keychain/template b/srcpkgs/keychain/template
index b3f50d69912e5..eb5504e772d49 100644
--- a/srcpkgs/keychain/template
+++ b/srcpkgs/keychain/template
@@ -3,7 +3,7 @@ pkgname=keychain
 version=2.8.5
 revision=2
 short_desc="Keychain manager for ssh-agent and gpg-agent"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.funtoo.org/Keychain"
 distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz"

From ea2cafcaea4d1578a695de2c8c29283aed11c4bd Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:44 +0200
Subject: [PATCH 13/34] leocad: orphan.

---
 srcpkgs/leocad/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/leocad/template b/srcpkgs/leocad/template
index 4010c69a2be1c..c2321fbc402c7 100644
--- a/srcpkgs/leocad/template
+++ b/srcpkgs/leocad/template
@@ -9,7 +9,7 @@ configure_args="DISABLE_UPDATE_CHECK=1"
 hostmakedepends="qt5-host-tools qt5-qmake unzip"
 makedepends="qt5-devel MesaLib-devel"
 short_desc="CAD program for creating virtual LEGO models"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, CC-BY-2.0"
 homepage="http://leocad.org"
 distfiles="https://github.com/leozide/leocad/archive/v${version}.tar.gz

From 4eec19d02e7a7b351bd2e89443d21aa04bb0abd6 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:46 +0200
Subject: [PATCH 14/34] metalog: orphan.

---
 srcpkgs/metalog/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template
index ed5e4435a6213..6fa32cc5d73de 100644
--- a/srcpkgs/metalog/template
+++ b/srcpkgs/metalog/template
@@ -7,7 +7,7 @@ conf_files="/etc/metalog.conf"
 hostmakedepends="autoconf autoconf-archive automake pkg-config"
 makedepends="pcre2-devel"
 short_desc="Modern replacement for syslogd and klogd"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/hvisage/metalog"
 changelog="https://github.com/hvisage/metalog/blob/master/NEWS"

From 4f0c9607bb7f1d3fa133116d1ee6ac20e2e62e4d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:47 +0200
Subject: [PATCH 15/34] ncdu: orphan.

---
 srcpkgs/ncdu/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template
index e1c976ed74f48..4dccfcbe15b04 100644
--- a/srcpkgs/ncdu/template
+++ b/srcpkgs/ncdu/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 makedepends="ncurses-devel"
 short_desc="NCurses Disk Usage utility"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://dev.yorhel.nl/ncdu"
 changelog="https://dev.yorhel.nl/ncdu/changes"

From ffe8450610f98ede8023a67494d82f0bb261fb32 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:47 +0200
Subject: [PATCH 16/34] pamixer: orphan.

---
 srcpkgs/pamixer/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template
index 8f9ea09613f38..bed5b914d499f 100644
--- a/srcpkgs/pamixer/template
+++ b/srcpkgs/pamixer/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="pkg-config"
 makedepends="pulseaudio-devel cxxopts"
 short_desc="Pulseaudio command line mixer"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cdemoulins/pamixer"
 distfiles="${homepage}/archive/${version}.tar.gz"

From 70f2162dc62a77844b5a687a621dc744dca90376 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:47 +0200
Subject: [PATCH 17/34] pass-git-helper: orphan.

---
 srcpkgs/pass-git-helper/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 13f2564606e22..87b4b23dc4d57 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"
 checkdepends="python3-pytest-cov python3-pytest-mock python3-xdg"
 short_desc="Git credential helper interfacing with pass"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/languitar/pass-git-helper"
 distfiles="https://github.com/languitar/${pkgname}/archive/v${version}.tar.gz"

From e24249bc6d7575f8d4be981d7f3ba60ce9ad47db Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:48 +0200
Subject: [PATCH 18/34] pass: orphan.

---
 srcpkgs/pass/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template
index 20bcc68db5f14..29c2b7868618f 100644
--- a/srcpkgs/pass/template
+++ b/srcpkgs/pass/template
@@ -7,7 +7,7 @@ make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
 depends="bash gnupg>=2 tree"
 checkdepends="gnupg tree git"
 short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.passwordstore.org"
 distfiles="https://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"

From ae0d11bc376200d2eb81f5936f6514de24cc9006 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:49 +0200
Subject: [PATCH 19/34] portage: orphan.

---
 srcpkgs/portage/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index bb6c1ae41fe26..9c06e7a12c842 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -8,7 +8,7 @@ hostmakedepends="python3"
 depends="python3 rsync xmlto eselect tar zstd"
 checkdepends="tar zstd gnupg"
 short_desc="Gentoo's package management system"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://wiki.gentoo.org/wiki/Portage"
 changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS"

From 35c28b6f83500d5f7311f73bfd8045cd63eae9a4 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:49 +0200
Subject: [PATCH 20/34] py3status: orphan.

---
 srcpkgs/py3status/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index 08839c406062a..b8343ec07cf41 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"
 checkdepends="python3-pytest"
 short_desc="Alternative i3bar implementation in Python3"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrabug/py3status"
 changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG"

From 405d2029111dcb48e44e03713e0f76ddfcde5780 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:50 +0200
Subject: [PATCH 21/34] radicale: orphan.

---
 srcpkgs/radicale/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index a6fabe065463c..6542dd59411bc 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -9,7 +9,7 @@ depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
 checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort
  python3-pytest-cov python3-waitress"
 short_desc="Complete calendar and contact storing and manipulating solution"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"

From 967e716f6517d45a8b47ce0089d384313e50f76d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:52 +0200
Subject: [PATCH 22/34] viewnior: orphan.

---
 srcpkgs/viewnior/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/viewnior/template b/srcpkgs/viewnior/template
index 52c924a162960..ea1e528a8651f 100644
--- a/srcpkgs/viewnior/template
+++ b/srcpkgs/viewnior/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="pkg-config intltool glib-devel gettext-devel"
 makedepends="gtk+-devel exiv2-devel"
 short_desc="Elegant Image Viewer"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://siyanpanayotov.com/project/viewnior/"
 distfiles="https://github.com/hellosiyan/Viewnior/archive/${pkgname}-${version}.tar.gz"

From e803c67d7a90e92047c47470bc712df313e1bcb2 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:52 +0200
Subject: [PATCH 23/34] volctl: orphan.

---
 srcpkgs/volctl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 15ea9ae8bfeb3..cf6911a455ef8 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -6,7 +6,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-pulsectl"
 short_desc="Lightweight volume control for pulseaudio in your systray"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://buzz.github.io/volctl/"
 distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"

From 8156cb6d85d99f7e5807eb953b584a980e28ebf9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:53 +0200
Subject: [PATCH 24/34] x2vnc: orphan.

---
 srcpkgs/x2vnc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/x2vnc/template b/srcpkgs/x2vnc/template
index b810f5c5ae9f4..c3ac4df7db158 100644
--- a/srcpkgs/x2vnc/template
+++ b/srcpkgs/x2vnc/template
@@ -6,7 +6,7 @@ hostmakedepends="imake"
 makedepends="libXrandr-devel libXxf86dga-devel libX11-devel libXScrnSaver-devel"
 depends="libXrandr libXxf86dga libX11 libXScrnSaver"
 short_desc="Connect mouse via VNC"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://fredrik.hubbe.net/x2vnc.html"
 distfiles="http://fredrik.hubbe.net/${pkgname}/${pkgname}-${version}.tar.gz"

From f3f940e2ef494b845c1044ab17dfb949fd57a7b8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:54 +0200
Subject: [PATCH 25/34] kodi-addon-pvr-zattoo: orphan.

---
 srcpkgs/kodi-addon-pvr-zattoo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-addon-pvr-zattoo/template b/srcpkgs/kodi-addon-pvr-zattoo/template
index 05c2b721fc58c..565ed61187d27 100644
--- a/srcpkgs/kodi-addon-pvr-zattoo/template
+++ b/srcpkgs/kodi-addon-pvr-zattoo/template
@@ -9,7 +9,7 @@ makedepends="kodi-devel kodi-platform-devel p8-platform-devel rapidjson
  tinyxml2-devel tinyxml-devel sqlite-devel"
 depends="kodi-addon-inputstream-adaptive"
 short_desc="Kodi PVR addon for streaming live TV from zattoo"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/rbuehlma/pvr.zattoo"
 distfiles="https://github.com/rbuehlma/pvr.zattoo/archive/${version}-${_kodi_release}.tar.gz"

From 8413b0b5f2d3579aae44f187fd56335a13645577 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:54 +0200
Subject: [PATCH 26/34] libsignal-protocol-c: orphan.

---
 srcpkgs/libsignal-protocol-c/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libsignal-protocol-c/template b/srcpkgs/libsignal-protocol-c/template
index 20eb3cd373ca0..531291dfd5e31 100644
--- a/srcpkgs/libsignal-protocol-c/template
+++ b/srcpkgs/libsignal-protocol-c/template
@@ -6,7 +6,7 @@ build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 checkdepends="openssl-devel pkg-config check-devel"
 short_desc="Signal Protocol C Library"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.whispersystems.org/"
 distfiles="https://github.com/signalapp/libsignal-protocol-c/archive/v${version}.tar.gz"

From c6f672dbaec16c9edc1940c796e8a21f6fb58070 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:55 +0200
Subject: [PATCH 27/34] i3blocks-blocklets: orphan.

---
 srcpkgs/i3blocks-blocklets/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/i3blocks-blocklets/template b/srcpkgs/i3blocks-blocklets/template
index 3d292444fe41a..3df3624e9ebe8 100644
--- a/srcpkgs/i3blocks-blocklets/template
+++ b/srcpkgs/i3blocks-blocklets/template
@@ -4,7 +4,7 @@ version=2.0.0
 revision=1
 depends="i3blocks>=1.5"
 short_desc="Flexible scheduler for i3bar"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, GPL-3.0-only, GPL-2.0-only"
 homepage="https://github.com/vivien/i3blocks-contrib"
 distfiles="https://github.com/vivien/i3blocks-contrib/archive/v${version}.tar.gz"

From 50766b5c63d41c2bf30f788050f3f240820eb646 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:55 +0200
Subject: [PATCH 28/34] kpeoplevcard: orphan.

---
 srcpkgs/kpeoplevcard/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
index 57bed52dc619b..68941360d4740 100644
--- a/srcpkgs/kpeoplevcard/template
+++ b/srcpkgs/kpeoplevcard/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="gettext AppStream extra-cmake-modules"
 makedepends="qt5-devel ki18n-devel kpeople-devel kcontacts-devel"
 short_desc="Expose vcards to KPeople"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://kde.org/"
 distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"

From f71c372527850d46630f8da1be7bcce9dcc7e8e8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:55 +0200
Subject: [PATCH 29/34] libicns: orphan.

---
 srcpkgs/libicns/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/libicns/template b/srcpkgs/libicns/template
index 51ea4781f1717..544a4a1859924 100644
--- a/srcpkgs/libicns/template
+++ b/srcpkgs/libicns/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 makedepends="libpng-devel jasper-devel"
 short_desc="Library for manipulating icns/IconFamily files"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-only, GPL-2.0-only"
 homepage="https://icns.sourceforge.io/"
 distfiles="${SOURCEFORGE_SITE}/icns/${pkgname}-${version}.tar.gz"

From 964f972a89f2385f55d295181ef32ecb3b62878d Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:56 +0200
Subject: [PATCH 30/34] openimagedenoise: orphan.

---
 srcpkgs/openimagedenoise/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openimagedenoise/template b/srcpkgs/openimagedenoise/template
index db5ccdb055cc9..b792813dba7c2 100644
--- a/srcpkgs/openimagedenoise/template
+++ b/srcpkgs/openimagedenoise/template
@@ -7,7 +7,7 @@ build_style=cmake
 hostmakedepends="ispc python3"
 makedepends="tbb-devel openimageio-devel"
 short_desc="Intel(R) Open Image Denoise library"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://openimagedenoise.github.io"
 changelog="https://github.com/OpenImageDenoise/oidn/blob/master/CHANGELOG.md"

From 813794deb9f46457ce9ba652af31631eff98d94b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:56 +0200
Subject: [PATCH 31/34] podget: orphan.

---
 srcpkgs/podget/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/podget/template b/srcpkgs/podget/template
index f2e3261df9e23..1d19b7f3f02c7 100644
--- a/srcpkgs/podget/template
+++ b/srcpkgs/podget/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-makefile
 depends="wget"
 short_desc="Automate downloading of podcasts"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dvehrs/podget"
 changelog="https://raw.githubusercontent.com/dvehrs/podget/dev/Changelog"

From 4bdc1bedc3b174e657b7e2b7a12634e285786334 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:56 +0200
Subject: [PATCH 32/34] remwharead: orphan.

---
 srcpkgs/remwharead/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template
index 4f6276ca2477d..f75eb15001f49 100644
--- a/srcpkgs/remwharead/template
+++ b/srcpkgs/remwharead/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="poco-devel asciidoc pkg-config"
 makedepends="poco-devel boost-devel"
 short_desc="Saves URIs of things you want to remember in a database"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://schlomp.space/tastytea/remwharead"
 distfiles="https://github.com/tastytea/remwharead/archive/refs/tags/${version}.tar.gz"

From 8a7f6f72c776cd098f18a931b62b691ced6f9725 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:45:59 +0200
Subject: [PATCH 33/34] geonkick: orphan.

---
 srcpkgs/geonkick/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template
index 853c24e7edc2c..0fa7179768688 100644
--- a/srcpkgs/geonkick/template
+++ b/srcpkgs/geonkick/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config tar xz"
 makedepends="jack-devel libsndfile-devel rapidjson
  lv2 libX11-devel cairo-devel"
 short_desc="Free software percussion synthesizer"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/free-sm/geonkick"
 changelog="https://raw.githubusercontent.com/free-sm/geonkick/main/NEWS.md"

From 548f529698eed4b919ecf4ef2104cf42bfeeeee4 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 25 Sep 2023 14:46:00 +0200
Subject: [PATCH 34/34] cxxopts: orphan.

---
 srcpkgs/cxxopts/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cxxopts/template b/srcpkgs/cxxopts/template
index 07c6c0b6a310c..0ea336a7a6c4d 100644
--- a/srcpkgs/cxxopts/template
+++ b/srcpkgs/cxxopts/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=1
 build_style=cmake
 short_desc="Lightweight C++ command line option parser"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jarro2783/cxxopts"
 changelog="https://raw.githubusercontent.com/jarro2783/cxxopts/master/CHANGELOG.md"

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

* Re: Orphane packages.
  2023-09-25 12:46 [PR PATCH] Orphane packages teldra
@ 2023-09-25 12:49 ` Duncaen
  2023-09-27  8:15 ` [PR PATCH] [Updated] " teldra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-09-25 12:49 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/46244#issuecomment-1733647785

Comment:
please squash them with a message like `srcpkgs: orphan my packages`.

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

* Re: [PR PATCH] [Updated] Orphane packages.
  2023-09-25 12:46 [PR PATCH] Orphane packages teldra
  2023-09-25 12:49 ` Duncaen
@ 2023-09-27  8:15 ` teldra
  2023-09-27  8:16 ` teldra
  2023-10-02 13:40 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2023-09-27  8:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages orphane
https://github.com/void-linux/void-packages/pull/46244

Orphane packages.

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/46244.patch is attached

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

From d8039c1219845631260c398bfe3a178654ae85a3 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 27 Sep 2023 10:15:00 +0200
Subject: [PATCH] srcpkgs: orphan my packages

---
 srcpkgs/SmartSim/template              | 2 +-
 srcpkgs/autorunner/template            | 2 +-
 srcpkgs/buku_run/template              | 2 +-
 srcpkgs/cxxopts/template               | 2 +-
 srcpkgs/drone-cli/template             | 2 +-
 srcpkgs/flashrom/template              | 2 +-
 srcpkgs/gajim/template                 | 2 +-
 srcpkgs/geonkick/template              | 2 +-
 srcpkgs/gparted/template               | 2 +-
 srcpkgs/hdparm/template                | 2 +-
 srcpkgs/i3blocks-blocklets/template    | 2 +-
 srcpkgs/iftop/template                 | 2 +-
 srcpkgs/ioping/template                | 2 +-
 srcpkgs/iotop/template                 | 2 +-
 srcpkgs/keychain/template              | 2 +-
 srcpkgs/kodi-addon-pvr-zattoo/template | 2 +-
 srcpkgs/kpeoplevcard/template          | 2 +-
 srcpkgs/leocad/template                | 2 +-
 srcpkgs/libicns/template               | 2 +-
 srcpkgs/libsignal-protocol-c/template  | 2 +-
 srcpkgs/metalog/template               | 2 +-
 srcpkgs/ncdu/template                  | 2 +-
 srcpkgs/openimagedenoise/template      | 2 +-
 srcpkgs/pamixer/template               | 2 +-
 srcpkgs/pass-git-helper/template       | 2 +-
 srcpkgs/pass/template                  | 2 +-
 srcpkgs/podget/template                | 2 +-
 srcpkgs/portage/template               | 2 +-
 srcpkgs/py3status/template             | 2 +-
 srcpkgs/radicale/template              | 2 +-
 srcpkgs/remwharead/template            | 2 +-
 srcpkgs/viewnior/template              | 2 +-
 srcpkgs/volctl/template                | 2 +-
 srcpkgs/x2vnc/template                 | 2 +-
 34 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/srcpkgs/SmartSim/template b/srcpkgs/SmartSim/template
index 3bbaee03c40bb..753c99ced0137 100644
--- a/srcpkgs/SmartSim/template
+++ b/srcpkgs/SmartSim/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config tar"
 makedepends="libglib-devel gtk+3-devel librsvg-devel"
 short_desc="Digital logic circuit design and simulation"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.smartsim.org.uk/"
 distfiles="https://github.com/ashleynewson/SmartSim/archive/v${version}.tar.gz"
diff --git a/srcpkgs/autorunner/template b/srcpkgs/autorunner/template
index 55fb18e5e6610..b747951778e33 100644
--- a/srcpkgs/autorunner/template
+++ b/srcpkgs/autorunner/template
@@ -4,7 +4,7 @@ version=1.1.1
 revision=1
 conf_files="/etc/autorunner.config"
 short_desc="Autostart helper for Desktops"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/cytopia/autorunner"
 distfiles="https://github.com/cytopia/${pkgname}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/buku_run/template b/srcpkgs/buku_run/template
index 719574c731485..ef7660023b872 100644
--- a/srcpkgs/buku_run/template
+++ b/srcpkgs/buku_run/template
@@ -5,7 +5,7 @@ revision=2
 conf_files="/etc/buku_run.config"
 depends="rofi gawk sed buku bash"
 short_desc="Rofi frontend for buku bookmarks manager"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/carnager/buku_run"
 distfiles="${homepage}/archive/${version}.tar.gz"
diff --git a/srcpkgs/cxxopts/template b/srcpkgs/cxxopts/template
index 07c6c0b6a310c..0ea336a7a6c4d 100644
--- a/srcpkgs/cxxopts/template
+++ b/srcpkgs/cxxopts/template
@@ -4,7 +4,7 @@ version=3.0.0
 revision=1
 build_style=cmake
 short_desc="Lightweight C++ command line option parser"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jarro2783/cxxopts"
 changelog="https://raw.githubusercontent.com/jarro2783/cxxopts/master/CHANGELOG.md"
diff --git a/srcpkgs/drone-cli/template b/srcpkgs/drone-cli/template
index 80aa3162f1f0f..90cd299b31439 100644
--- a/srcpkgs/drone-cli/template
+++ b/srcpkgs/drone-cli/template
@@ -7,7 +7,7 @@ go_import_path=github.com/drone/drone-cli
 go_package="${go_import_path}/drone"
 go_ldflags="-X main.version=${version}"
 short_desc="CLI for Drone continuous delivery platform"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/drone/drone-cli"
 changelog="https://raw.githubusercontent.com/drone/drone-cli/master/CHANGELOG.md"
diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index af1e0d4246030..6cf2e4e25cd10 100644
--- a/srcpkgs/flashrom/template
+++ b/srcpkgs/flashrom/template
@@ -6,7 +6,7 @@ build_style=gnu-makefile
 hostmakedepends="pkg-config"
 makedepends="pciutils-devel libusb-compat-devel libftdi1-devel"
 short_desc="Utility for reading, writing, erasing and verifying flash ROM chips"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
 distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz
diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index 16ba231c90643..ea3d6473cbc3b 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -13,7 +13,7 @@ depends="python3-gobject python3-setuptools python3-Pillow
  gst-plugins-ugly1 gst-libav gtksourceview4"
 checkdepends="${depends} python3-packaging"
 short_desc="Full featured Jabber/XMPP client"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 changelog="https://dev.gajim.org/gajim/gajim/-/raw/master/ChangeLog"
diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template
index 853c24e7edc2c..0fa7179768688 100644
--- a/srcpkgs/geonkick/template
+++ b/srcpkgs/geonkick/template
@@ -7,7 +7,7 @@ hostmakedepends="pkg-config tar xz"
 makedepends="jack-devel libsndfile-devel rapidjson
  lv2 libX11-devel cairo-devel"
 short_desc="Free software percussion synthesizer"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/free-sm/geonkick"
 changelog="https://raw.githubusercontent.com/free-sm/geonkick/main/NEWS.md"
diff --git a/srcpkgs/gparted/template b/srcpkgs/gparted/template
index 9b42f25a0d004..bd986abc0bfc3 100644
--- a/srcpkgs/gparted/template
+++ b/srcpkgs/gparted/template
@@ -9,7 +9,7 @@ makedepends="libglib-devel gtkmm-devel libparted-devel yelp-tools"
 depends="desktop-file-utils hicolor-icon-theme"
 checkdepends="xvfb-run"
 short_desc="Gnome Partition Editor"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://gparted.sourceforge.io"
 distfiles="${SOURCEFORGE_SITE}/gparted/gparted/gparted-${version}/gparted-${version}.tar.gz"
diff --git a/srcpkgs/hdparm/template b/srcpkgs/hdparm/template
index cde340c770842..af8dde974f4fb 100644
--- a/srcpkgs/hdparm/template
+++ b/srcpkgs/hdparm/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-makefile
 make_install_args="exec_prefix=/usr sbindir=/usr/bin"
 short_desc="Utility to access IDE device parameters"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="0BSD" # Upstream is very unclear and names their stuff 'bsd-style'
 homepage="https://sourceforge.net/projects/hdparm/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/i3blocks-blocklets/template b/srcpkgs/i3blocks-blocklets/template
index 3d292444fe41a..3df3624e9ebe8 100644
--- a/srcpkgs/i3blocks-blocklets/template
+++ b/srcpkgs/i3blocks-blocklets/template
@@ -4,7 +4,7 @@ version=2.0.0
 revision=1
 depends="i3blocks>=1.5"
 short_desc="Flexible scheduler for i3bar"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, GPL-3.0-only, GPL-2.0-only"
 homepage="https://github.com/vivien/i3blocks-contrib"
 distfiles="https://github.com/vivien/i3blocks-contrib/archive/v${version}.tar.gz"
diff --git a/srcpkgs/iftop/template b/srcpkgs/iftop/template
index 4debe8a2f8046..4a5556236df20 100644
--- a/srcpkgs/iftop/template
+++ b/srcpkgs/iftop/template
@@ -5,7 +5,7 @@ revision=3
 build_style=gnu-configure
 makedepends="libpcap-devel ncurses-devel"
 short_desc="Top-like tool to display bandwidth usage on an interface"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.ex-parrot.com/pdw/iftop/"
 distfiles="${homepage}/download/$pkgname-$version.tar.gz"
diff --git a/srcpkgs/ioping/template b/srcpkgs/ioping/template
index 0adaf0ab06ae2..7b53ae762078e 100644
--- a/srcpkgs/ioping/template
+++ b/srcpkgs/ioping/template
@@ -4,7 +4,7 @@ version=1.3
 revision=1
 build_style=gnu-makefile
 short_desc="Simple disk I/O latency measuring tool"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/koct9i/ioping/"
 distfiles="https://github.com/koct9i/ioping/archive/v${version}.tar.gz"
diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index e6462af8657e8..3acdfc2d2119a 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -6,7 +6,7 @@ build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"
 short_desc="View I/O usage of processes"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://guichaz.free.fr/iotop"
 #distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2"
diff --git a/srcpkgs/keychain/template b/srcpkgs/keychain/template
index b3f50d69912e5..eb5504e772d49 100644
--- a/srcpkgs/keychain/template
+++ b/srcpkgs/keychain/template
@@ -3,7 +3,7 @@ pkgname=keychain
 version=2.8.5
 revision=2
 short_desc="Keychain manager for ssh-agent and gpg-agent"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.funtoo.org/Keychain"
 distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz"
diff --git a/srcpkgs/kodi-addon-pvr-zattoo/template b/srcpkgs/kodi-addon-pvr-zattoo/template
index 05c2b721fc58c..565ed61187d27 100644
--- a/srcpkgs/kodi-addon-pvr-zattoo/template
+++ b/srcpkgs/kodi-addon-pvr-zattoo/template
@@ -9,7 +9,7 @@ makedepends="kodi-devel kodi-platform-devel p8-platform-devel rapidjson
  tinyxml2-devel tinyxml-devel sqlite-devel"
 depends="kodi-addon-inputstream-adaptive"
 short_desc="Kodi PVR addon for streaming live TV from zattoo"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/rbuehlma/pvr.zattoo"
 distfiles="https://github.com/rbuehlma/pvr.zattoo/archive/${version}-${_kodi_release}.tar.gz"
diff --git a/srcpkgs/kpeoplevcard/template b/srcpkgs/kpeoplevcard/template
index 57bed52dc619b..68941360d4740 100644
--- a/srcpkgs/kpeoplevcard/template
+++ b/srcpkgs/kpeoplevcard/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="gettext AppStream extra-cmake-modules"
 makedepends="qt5-devel ki18n-devel kpeople-devel kcontacts-devel"
 short_desc="Expose vcards to KPeople"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://kde.org/"
 distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
diff --git a/srcpkgs/leocad/template b/srcpkgs/leocad/template
index 4010c69a2be1c..c2321fbc402c7 100644
--- a/srcpkgs/leocad/template
+++ b/srcpkgs/leocad/template
@@ -9,7 +9,7 @@ configure_args="DISABLE_UPDATE_CHECK=1"
 hostmakedepends="qt5-host-tools qt5-qmake unzip"
 makedepends="qt5-devel MesaLib-devel"
 short_desc="CAD program for creating virtual LEGO models"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only, CC-BY-2.0"
 homepage="http://leocad.org"
 distfiles="https://github.com/leozide/leocad/archive/v${version}.tar.gz
diff --git a/srcpkgs/libicns/template b/srcpkgs/libicns/template
index 51ea4781f1717..544a4a1859924 100644
--- a/srcpkgs/libicns/template
+++ b/srcpkgs/libicns/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 makedepends="libpng-devel jasper-devel"
 short_desc="Library for manipulating icns/IconFamily files"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.0-only, GPL-2.0-only"
 homepage="https://icns.sourceforge.io/"
 distfiles="${SOURCEFORGE_SITE}/icns/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libsignal-protocol-c/template b/srcpkgs/libsignal-protocol-c/template
index 20eb3cd373ca0..531291dfd5e31 100644
--- a/srcpkgs/libsignal-protocol-c/template
+++ b/srcpkgs/libsignal-protocol-c/template
@@ -6,7 +6,7 @@ build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
 checkdepends="openssl-devel pkg-config check-devel"
 short_desc="Signal Protocol C Library"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.whispersystems.org/"
 distfiles="https://github.com/signalapp/libsignal-protocol-c/archive/v${version}.tar.gz"
diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template
index ed5e4435a6213..6fa32cc5d73de 100644
--- a/srcpkgs/metalog/template
+++ b/srcpkgs/metalog/template
@@ -7,7 +7,7 @@ conf_files="/etc/metalog.conf"
 hostmakedepends="autoconf autoconf-archive automake pkg-config"
 makedepends="pcre2-devel"
 short_desc="Modern replacement for syslogd and klogd"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/hvisage/metalog"
 changelog="https://github.com/hvisage/metalog/blob/master/NEWS"
diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template
index e1c976ed74f48..4dccfcbe15b04 100644
--- a/srcpkgs/ncdu/template
+++ b/srcpkgs/ncdu/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-configure
 makedepends="ncurses-devel"
 short_desc="NCurses Disk Usage utility"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://dev.yorhel.nl/ncdu"
 changelog="https://dev.yorhel.nl/ncdu/changes"
diff --git a/srcpkgs/openimagedenoise/template b/srcpkgs/openimagedenoise/template
index db5ccdb055cc9..b792813dba7c2 100644
--- a/srcpkgs/openimagedenoise/template
+++ b/srcpkgs/openimagedenoise/template
@@ -7,7 +7,7 @@ build_style=cmake
 hostmakedepends="ispc python3"
 makedepends="tbb-devel openimageio-devel"
 short_desc="Intel(R) Open Image Denoise library"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://openimagedenoise.github.io"
 changelog="https://github.com/OpenImageDenoise/oidn/blob/master/CHANGELOG.md"
diff --git a/srcpkgs/pamixer/template b/srcpkgs/pamixer/template
index 8f9ea09613f38..bed5b914d499f 100644
--- a/srcpkgs/pamixer/template
+++ b/srcpkgs/pamixer/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="pkg-config"
 makedepends="pulseaudio-devel cxxopts"
 short_desc="Pulseaudio command line mixer"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/cdemoulins/pamixer"
 distfiles="${homepage}/archive/${version}.tar.gz"
diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template
index 13f2564606e22..87b4b23dc4d57 100644
--- a/srcpkgs/pass-git-helper/template
+++ b/srcpkgs/pass-git-helper/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools"
 depends="pass python3-xdg"
 checkdepends="python3-pytest-cov python3-pytest-mock python3-xdg"
 short_desc="Git credential helper interfacing with pass"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/languitar/pass-git-helper"
 distfiles="https://github.com/languitar/${pkgname}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template
index 20bcc68db5f14..29c2b7868618f 100644
--- a/srcpkgs/pass/template
+++ b/srcpkgs/pass/template
@@ -7,7 +7,7 @@ make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
 depends="bash gnupg>=2 tree"
 checkdepends="gnupg tree git"
 short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.passwordstore.org"
 distfiles="https://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"
diff --git a/srcpkgs/podget/template b/srcpkgs/podget/template
index f2e3261df9e23..1d19b7f3f02c7 100644
--- a/srcpkgs/podget/template
+++ b/srcpkgs/podget/template
@@ -5,7 +5,7 @@ revision=1
 build_style=gnu-makefile
 depends="wget"
 short_desc="Automate downloading of podcasts"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dvehrs/podget"
 changelog="https://raw.githubusercontent.com/dvehrs/podget/dev/Changelog"
diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template
index bb6c1ae41fe26..9c06e7a12c842 100644
--- a/srcpkgs/portage/template
+++ b/srcpkgs/portage/template
@@ -8,7 +8,7 @@ hostmakedepends="python3"
 depends="python3 rsync xmlto eselect tar zstd"
 checkdepends="tar zstd gnupg"
 short_desc="Gentoo's package management system"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://wiki.gentoo.org/wiki/Portage"
 changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS"
diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template
index 08839c406062a..b8343ec07cf41 100644
--- a/srcpkgs/py3status/template
+++ b/srcpkgs/py3status/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pyudev"
 checkdepends="python3-pytest"
 short_desc="Alternative i3bar implementation in Python3"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/ultrabug/py3status"
 changelog="https://raw.githubusercontent.com/ultrabug/py3status/master/CHANGELOG"
diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index a6fabe065463c..6542dd59411bc 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -9,7 +9,7 @@ depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
 checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort
  python3-pytest-cov python3-waitress"
 short_desc="Complete calendar and contact storing and manipulating solution"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template
index 4f6276ca2477d..f75eb15001f49 100644
--- a/srcpkgs/remwharead/template
+++ b/srcpkgs/remwharead/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="poco-devel asciidoc pkg-config"
 makedepends="poco-devel boost-devel"
 short_desc="Saves URIs of things you want to remember in a database"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://schlomp.space/tastytea/remwharead"
 distfiles="https://github.com/tastytea/remwharead/archive/refs/tags/${version}.tar.gz"
diff --git a/srcpkgs/viewnior/template b/srcpkgs/viewnior/template
index 52c924a162960..ea1e528a8651f 100644
--- a/srcpkgs/viewnior/template
+++ b/srcpkgs/viewnior/template
@@ -6,7 +6,7 @@ build_style=meson
 hostmakedepends="pkg-config intltool glib-devel gettext-devel"
 makedepends="gtk+-devel exiv2-devel"
 short_desc="Elegant Image Viewer"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://siyanpanayotov.com/project/viewnior/"
 distfiles="https://github.com/hellosiyan/Viewnior/archive/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 15ea9ae8bfeb3..cf6911a455ef8 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -6,7 +6,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-pulsectl"
 short_desc="Lightweight volume control for pulseaudio in your systray"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://buzz.github.io/volctl/"
 distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
diff --git a/srcpkgs/x2vnc/template b/srcpkgs/x2vnc/template
index b810f5c5ae9f4..c3ac4df7db158 100644
--- a/srcpkgs/x2vnc/template
+++ b/srcpkgs/x2vnc/template
@@ -6,7 +6,7 @@ hostmakedepends="imake"
 makedepends="libXrandr-devel libXxf86dga-devel libX11-devel libXScrnSaver-devel"
 depends="libXrandr libXxf86dga libX11 libXScrnSaver"
 short_desc="Connect mouse via VNC"
-maintainer="teldra <teldra@rotce.de>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://fredrik.hubbe.net/x2vnc.html"
 distfiles="http://fredrik.hubbe.net/${pkgname}/${pkgname}-${version}.tar.gz"

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

* Re: Orphane packages.
  2023-09-25 12:46 [PR PATCH] Orphane packages teldra
  2023-09-25 12:49 ` Duncaen
  2023-09-27  8:15 ` [PR PATCH] [Updated] " teldra
@ 2023-09-27  8:16 ` teldra
  2023-10-02 13:40 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2023-09-27  8:16 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/46244#issuecomment-1736920278

Comment:
> please squash them with a message like `srcpkgs: orphan my packages`.

done

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

* Re: [PR PATCH] [Merged]: Orphane packages.
  2023-09-25 12:46 [PR PATCH] Orphane packages teldra
                   ` (2 preceding siblings ...)
  2023-09-27  8:16 ` teldra
@ 2023-10-02 13:40 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-10-02 13:40 UTC (permalink / raw)
  To: ml

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

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

Orphane packages.
https://github.com/void-linux/void-packages/pull/46244

Description:

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 5+ messages in thread

end of thread, other threads:[~2023-10-02 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-25 12:46 [PR PATCH] Orphane packages teldra
2023-09-25 12:49 ` Duncaen
2023-09-27  8:15 ` [PR PATCH] [Updated] " teldra
2023-09-27  8:16 ` teldra
2023-10-02 13:40 ` [PR PATCH] [Merged]: " 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).