Github messages for voidlinux
 help / color / mirror / Atom feed
From: teldra <teldra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Adopt some templates
Date: Thu, 24 Sep 2020 00:24:27 +0200	[thread overview]
Message-ID: <20200923222427.5ZpBzXgBbJoMwH-sp7pH3U_U2adZRE6ap1UWLAIkhOQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25058@inbox.vuxu.org>

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

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

https://github.com/teldra/void-packages adopt-templates
https://github.com/void-linux/void-packages/pull/25058

Adopt some templates
Adopt to get alerted when updated.

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

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

From d252405a8ec46c26a033bdabd2267e610f302625 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:10:58 +0200
Subject: [PATCH 01/10] flashrom: adopt

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

diff --git a/srcpkgs/flashrom/template b/srcpkgs/flashrom/template
index b5f8fb4a9a7..2128b8e99b0 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="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://www.flashrom.org"
 distfiles=https://github.com/flashrom/flashrom/archive/v$version.tar.gz

From 59c99f560686de8c3b5bf596f4d104b2ee4ac262 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:14:35 +0200
Subject: [PATCH 02/10] hdparm: adopt

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

diff --git a/srcpkgs/hdparm/template b/srcpkgs/hdparm/template
index 4c9433be13f..eb560d63c21 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="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 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 8bfebaccb7cdf143d76e6421fc707cb90297b099 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:18:21 +0200
Subject: [PATCH 03/10] iftop: adopt

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

diff --git a/srcpkgs/iftop/template b/srcpkgs/iftop/template
index 4a5556236df..4debe8a2f80 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="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="http://www.ex-parrot.com/pdw/iftop/"
 distfiles="${homepage}/download/$pkgname-$version.tar.gz"

From c2721da9728e2ffb74832e3b85c0719256260943 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:19:19 +0200
Subject: [PATCH 04/10] iotop: adopt, xlintify

- remove noarch
- remove pycompile_module
- fix license
---
 srcpkgs/iotop/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template
index 522bf32a7c2..1232fa86f8c 100644
--- a/srcpkgs/iotop/template
+++ b/srcpkgs/iotop/template
@@ -1,15 +1,13 @@
 # Template file for 'iotop'
 pkgname=iotop
 version=0.6
-revision=6
-archs=noarch
+revision=7
 build_style=python3-module
 hostmakedepends="python3"
 depends="${hostmakedepends}"
-pycompile_module="iotop"
 short_desc="View I/O usage of processes"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-or-later"
 homepage="http://guichaz.free.fr/iotop"
 distfiles="http://guichaz.free.fr/iotop/files/iotop-${version}.tar.bz2"
 checksum=3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8dcef75b

From aea7d28e3e9db30fe35f46826935ce295c47d4ca Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:22:59 +0200
Subject: [PATCH 05/10] keychain: adopt, xlintify

- remove noarch
- fix license
---
 srcpkgs/keychain/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/keychain/template b/srcpkgs/keychain/template
index 617d205a587..0d8991f4e23 100644
--- a/srcpkgs/keychain/template
+++ b/srcpkgs/keychain/template
@@ -1,12 +1,11 @@
 # Template file for 'keychain'
 pkgname=keychain
 version=2.8.5
-revision=1
-archs=noarch
+revision=2
 short_desc="Keychain manager for ssh-agent and gpg-agent"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-2.0-only"
 homepage="http://www.funtoo.org/wiki/Keychain"
-license="GPL-2"
 distfiles="https://github.com/funtoo/keychain/archive/${version}.tar.gz"
 checksum=dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b
 

From dfbcfdd976828743716ec3d1dd3efde941cf3334 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:27:05 +0200
Subject: [PATCH 06/10] metalog: adopt

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

diff --git a/srcpkgs/metalog/template b/srcpkgs/metalog/template
index 1f922b221d3..42305614bfc 100644
--- a/srcpkgs/metalog/template
+++ b/srcpkgs/metalog/template
@@ -8,7 +8,7 @@ conf_files="/etc/metalog.conf"
 hostmakedepends="autoconf autoconf-archive automake pkg-config"
 makedepends="pcre-devel"
 short_desc="Modern replacement for syslogd and klogd"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://github.com/hvisage/metalog"
 distfiles="https://github.com/hvisage/metalog/archive/metalog-${version}.tar.gz"

From cde58bc4791cf9759296f53a855fc9fa3184f5dc Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:29:12 +0200
Subject: [PATCH 07/10] ncdu: adopt

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

diff --git a/srcpkgs/ncdu/template b/srcpkgs/ncdu/template
index 0d6a95a438d..cebaf9727dd 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="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 license="MIT"
 homepage="http://dev.yorhel.nl/ncdu"
 changelog="https://dev.yorhel.nl/ncdu/changes"

From 2b4df566fc3f98348130c47385e6300f161f053a Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:30:56 +0200
Subject: [PATCH 08/10] pass: adopt, xlintify

- remove noarch
---
 srcpkgs/pass/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/pass/template b/srcpkgs/pass/template
index 229bb79c70d..e5812ed1f8a 100644
--- a/srcpkgs/pass/template
+++ b/srcpkgs/pass/template
@@ -1,15 +1,14 @@
 # Template file for 'pass'
 pkgname=pass
 version=1.7.3
-revision=3
-archs=noarch
+revision=4
 wrksrc="password-store-${version}"
 build_style=gnu-makefile
 make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
 depends="bash gnupg2 tree which"
 checkdepends="gnupg2 tree which git"
 short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 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 31d43885bcd3677f4c472e948157a43e2622f389 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:33:05 +0200
Subject: [PATCH 09/10] gajim: adopt

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

diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template
index bd4eeed74ff..be4c2ed48cb 100644
--- a/srcpkgs/gajim/template
+++ b/srcpkgs/gajim/template
@@ -8,7 +8,7 @@ depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools
  python3-precis-i18n python3-keyring python3-cssutils python3-packaging
  python3-css-parser farstream python3-dbus"
 short_desc="Full featured Jabber/XMPP client"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-only"
 homepage="https://www.gajim.org"
 #changelog="https://dev.gajim.org/gajim/gajim/raw/gajim-${version}/ChangeLog"

From db962d745fa95f092c438b75678c73f29de716ef Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Wed, 23 Sep 2020 22:42:25 +0200
Subject: [PATCH 10/10] viewnior: adopt

---
 srcpkgs/viewnior/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

  parent reply	other threads:[~2020-09-23 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23 20:47 [PR PATCH] " teldra
2020-09-23 21:25 ` [PR PATCH] [Updated] " teldra
2020-09-23 22:07 ` [PR REVIEW] " ericonr
2020-09-23 22:07 ` ericonr
2020-09-23 22:23 ` [PR PATCH] [Updated] " teldra
2020-09-23 22:24 ` teldra [this message]
2020-10-03 23:25 ` [PR PATCH] [Closed]: " the-maldridge

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=20200923222427.5ZpBzXgBbJoMwH-sp7pH3U_U2adZRE6ap1UWLAIkhOQ@z \
    --to=teldra@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).