Github messages for voidlinux
 help / color / mirror / Atom feed
From: Bnyro <Bnyro@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] srcpkgs: orphan Ishaan Bhimwal's packages
Date: Fri, 28 Jul 2023 13:14:25 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45294@inbox.vuxu.org> (raw)

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

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

https://github.com/Bnyro/void-packages orphan-Ishaan-Bhimwal
https://github.com/void-linux/void-packages/pull/45294

srcpkgs: orphan Ishaan Bhimwal's packages
see https://github.com/void-linux/void-packages/pull/45277#issuecomment-1655459709

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-orphan-Ishaan-Bhimwal-45294.patch --]
[-- Type: text/x-diff, Size: 8339 bytes --]

From e56497bf10421fc1ec4a150d821178cc1f6a3b80 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 28 Jul 2023 13:14:43 +0200
Subject: [PATCH] srcpkgs: orphan Ishaan Bhimwal's packages

---
 srcpkgs/grex/template                  | 2 +-
 srcpkgs/nvtop/template                 | 2 +-
 srcpkgs/python3-gitlab/template        | 2 +-
 srcpkgs/python3-tabulate/template      | 2 +-
 srcpkgs/uncrustify/template            | 2 +-
 srcpkgs/variety/template               | 2 +-
 srcpkgs/xcmsdb/template                | 2 +-
 srcpkgs/xfce4-datetime-plugin/template | 2 +-
 srcpkgs/xfce4-xkb-plugin/template      | 2 +-
 srcpkgs/xmodmap/template               | 2 +-
 srcpkgs/xpr/template                   | 2 +-
 srcpkgs/yq/template                    | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/grex/template b/srcpkgs/grex/template
index 53bd5dd4eb55d..7394632addac6 100644
--- a/srcpkgs/grex/template
+++ b/srcpkgs/grex/template
@@ -4,7 +4,7 @@ version=1.4.1
 revision=1
 build_style=cargo
 short_desc="Tool for generating regular expressions from user-provided test cases"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/pemistahl/grex"
 changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
diff --git a/srcpkgs/nvtop/template b/srcpkgs/nvtop/template
index 889fb9c096628..8f6ecf0fcf9b0 100644
--- a/srcpkgs/nvtop/template
+++ b/srcpkgs/nvtop/template
@@ -6,7 +6,7 @@ build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="libdrm-devel ncurses-devel"
 short_desc="GPUs process monitoring for AMD, Intel and NVIDIA"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/Syllo/nvtop"
 distfiles="https://github.com/Syllo/nvtop/archive/refs/tags/${version}.tar.gz"
diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 1d670c7e4dc11..3a9f57e3c9f0a 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools"
 depends="python3-requests python3-requests-toolbelt"
 checkdepends="python3-pytest python3-responses python3-wheel ${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/python-gitlab/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template
index dd8e240dc6ee4..425d8744a962c 100644
--- a/srcpkgs/python3-tabulate/template
+++ b/srcpkgs/python3-tabulate/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools_scm python3-wheel"
 depends="python3-wcwidth"
 checkdepends="python3-pytest $depends"
 short_desc="Pretty-print tabular data (Python3)"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://pypi.org/project/tabulate/"
 changelog="https://raw.githubusercontent.com/astanin/python-tabulate/master/CHANGELOG"
diff --git a/srcpkgs/uncrustify/template b/srcpkgs/uncrustify/template
index 520730a27e444..b9ac0703b4405 100644
--- a/srcpkgs/uncrustify/template
+++ b/srcpkgs/uncrustify/template
@@ -5,7 +5,7 @@ revision=1
 build_style=cmake
 hostmakedepends="python3"
 short_desc="Source Code Beautifier for multiple languages"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://uncrustify.sourceforge.net/"
 distfiles="https://github.com/uncrustify/uncrustify/archive/$pkgname-$version.tar.gz"
diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template
index 619fd032a40fc..1f2ba1f69aa92 100644
--- a/srcpkgs/variety/template
+++ b/srcpkgs/variety/template
@@ -10,7 +10,7 @@ depends="ImageMagick gtk+3 libgexiv2 libnotify python3-BeautifulSoup4
  python3-lxml python3-requests python3-cairo"
 checkdepends="python3-pytest pylint $depends"
 short_desc="Changes the wallpaper on a regular interval"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-only"
 homepage="https://peterlevi.com/variety/"
 changelog="https://raw.githubusercontent.com/varietywalls/variety/master/data/ui/changes.txt"
diff --git a/srcpkgs/xcmsdb/template b/srcpkgs/xcmsdb/template
index f8073a9392145..9b08ea7091c8e 100644
--- a/srcpkgs/xcmsdb/template
+++ b/srcpkgs/xcmsdb/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libX11-devel"
 short_desc="Device Color Characterization utility for X"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
diff --git a/srcpkgs/xfce4-datetime-plugin/template b/srcpkgs/xfce4-datetime-plugin/template
index 096643c93e2fa..7acfc6a79ed6f 100644
--- a/srcpkgs/xfce4-datetime-plugin/template
+++ b/srcpkgs/xfce4-datetime-plugin/template
@@ -7,7 +7,7 @@ configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool"
 makedepends="xfce4-panel-devel"
 short_desc="Date and time display plugin for the Xfce panel"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
 changelog="https://gitlab.xfce.org/panel-plugins/xfce4-datetime-plugin/-/raw/master/NEWS"
diff --git a/srcpkgs/xfce4-xkb-plugin/template b/srcpkgs/xfce4-xkb-plugin/template
index cafea9e52d354..ec8ef72c825db 100644
--- a/srcpkgs/xfce4-xkb-plugin/template
+++ b/srcpkgs/xfce4-xkb-plugin/template
@@ -7,7 +7,7 @@ configure_args="--with-locales-dir=/usr/share/locale"
 hostmakedepends="pkg-config intltool"
 makedepends="garcon-devel xfce4-panel-devel libxklavier-devel librsvg-devel libwnck-devel"
 short_desc="Plugin to switch keyboard layouts for the Xfce4 panel"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://xfce.org/"
 distfiles="https://archive.xfce.org/src/panel-plugins/$pkgname/${version%.*}/$pkgname-$version.tar.bz2"
diff --git a/srcpkgs/xmodmap/template b/srcpkgs/xmodmap/template
index 00dae1878d523..25057ed345fe3 100644
--- a/srcpkgs/xmodmap/template
+++ b/srcpkgs/xmodmap/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libX11-devel"
 short_desc="X modmap program to modify keymaps and pointer button mappings"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
diff --git a/srcpkgs/xpr/template b/srcpkgs/xpr/template
index 172c10160ea31..51fe7d070215d 100644
--- a/srcpkgs/xpr/template
+++ b/srcpkgs/xpr/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libX11-devel libXmu-devel"
 short_desc="Print an X window dump"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template
index 5f5d587d7a6f1..fbf520f6b1cec 100644
--- a/srcpkgs/yq/template
+++ b/srcpkgs/yq/template
@@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools_scm"
 depends="python3-yaml python3-xmltodict python3-tomlkit python3-argcomplete jq"
 checkdepends="${depends}"
 short_desc="Command-line YAML processor written in Python that wraps around jq"
-maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/kislyuk/yq"
 changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"

             reply	other threads:[~2023-07-28 11:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 11:14 Bnyro [this message]
2023-07-28 11:15 ` [PR PATCH] [Updated] " Bnyro
2023-07-28 13:13 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45294@inbox.vuxu.org \
    --to=bnyro@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).