Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] srcpkgs: update maintainer email address. [ci-skip]
@ 2020-05-30 23:06 atweiden
  2020-05-31 10:41 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 1 reply; 2+ messages in thread
From: atweiden @ 2020-05-30 23:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages update-maintainer-email
https://github.com/void-linux/void-packages/pull/22452

srcpkgs: update maintainer email address. [ci-skip]


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-maintainer-email-22452.patch --]
[-- Type: text/x-diff, Size: 17341 bytes --]

From 0adbb7188d39ed2641e61339779c16a81d789f02 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@tutanota.de>
Date: Sun, 31 May 2020 09:02:35 +1000
Subject: [PATCH] srcpkgs: update maintainer email address. [ci-skip]

---
 srcpkgs/MoarVM/template                | 2 +-
 srcpkgs/cryfs/template                 | 2 +-
 srcpkgs/diffr/template                 | 2 +-
 srcpkgs/libbitcoin-blockchain/template | 2 +-
 srcpkgs/libbitcoin-client/template     | 2 +-
 srcpkgs/libbitcoin-consensus/template  | 2 +-
 srcpkgs/libbitcoin-database/template   | 2 +-
 srcpkgs/libbitcoin-explorer/template   | 2 +-
 srcpkgs/libbitcoin-network/template    | 2 +-
 srcpkgs/libbitcoin-node/template       | 2 +-
 srcpkgs/libbitcoin-protocol/template   | 2 +-
 srcpkgs/libbitcoin-secp256k1/template  | 2 +-
 srcpkgs/libbitcoin-server/template     | 2 +-
 srcpkgs/libbitcoin-system/template     | 2 +-
 srcpkgs/libomp/template                | 2 +-
 srcpkgs/myrepos/template               | 2 +-
 srcpkgs/nqp/template                   | 2 +-
 srcpkgs/peru/template                  | 2 +-
 srcpkgs/pwget/template                 | 2 +-
 srcpkgs/quixand/template               | 2 +-
 srcpkgs/rakudo/template                | 2 +-
 srcpkgs/ssss/template                  | 2 +-
 srcpkgs/toggle-ht/template             | 2 +-
 srcpkgs/zramen/template                | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 5fb8f09608a..72c535ff55d 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -10,7 +10,7 @@ hostmakedepends="perl"
 makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
  libzstd-devel"
 short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
diff --git a/srcpkgs/cryfs/template b/srcpkgs/cryfs/template
index 61bb4a6ceb8..6d4a2f9fb84 100644
--- a/srcpkgs/cryfs/template
+++ b/srcpkgs/cryfs/template
@@ -9,7 +9,7 @@ hostmakedepends="git python"
 makedepends="boost-devel fuse-devel libcurl-devel libgomp-devel libressl-devel"
 depends="fuse"
 short_desc="Cryptographic filesystem for the cloud"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="LGPL-3.0-only"
 homepage="https://www.cryfs.org"
 changelog="https://github.com/cryfs/cryfs/raw/master/ChangeLog.txt"
diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
index 10779482c19..0bff9a8bfd0 100644
--- a/srcpkgs/diffr/template
+++ b/srcpkgs/diffr/template
@@ -4,7 +4,7 @@ version=0.1.4
 revision=1
 build_style=cargo
 short_desc="LCS based diff highlighting tool to ease code review from your terminal"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="MIT"
 homepage="https://github.com/mookid/diffr"
 changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
diff --git a/srcpkgs/libbitcoin-blockchain/template b/srcpkgs/libbitcoin-blockchain/template
index 8d71f476cf0..8bdf869f4ff 100644
--- a/srcpkgs/libbitcoin-blockchain/template
+++ b/srcpkgs/libbitcoin-blockchain/template
@@ -11,7 +11,7 @@ makedepends="boost-devel icu-devel libbitcoin-consensus-devel
  libbitcoin-database-devel libbitcoin-secp256k1-devel libbitcoin-system-devel
  libpng-devel qrencode-devel"
 short_desc="Bitcoin Blockchain Library"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-blockchain"
 distfiles="https://github.com/libbitcoin/libbitcoin-blockchain/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-client/template b/srcpkgs/libbitcoin-client/template
index 946682406d4..f85033f35c6 100644
--- a/srcpkgs/libbitcoin-client/template
+++ b/srcpkgs/libbitcoin-client/template
@@ -10,7 +10,7 @@ makedepends="boost-devel icu-devel libbitcoin-protocol-devel
  libbitcoin-secp256k1-devel libbitcoin-system-devel libpng-devel
  libsodium-devel qrencode-devel zeromq-devel"
 short_desc="Bitcoin Client Query Library"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-client"
 distfiles="https://github.com/libbitcoin/libbitcoin-client/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-consensus/template b/srcpkgs/libbitcoin-consensus/template
index c926cbbc58d..f9054a45e1b 100644
--- a/srcpkgs/libbitcoin-consensus/template
+++ b/srcpkgs/libbitcoin-consensus/template
@@ -8,7 +8,7 @@ configure_args="--with-boost-libdir=${XBPS_CROSS_BASE}/usr/lib
 hostmakedepends="autoconf automake libtool m4 pkg-config"
 makedepends="boost-devel libbitcoin-secp256k1-devel"
 short_desc="Bitcoin Consensus Library"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-consensus"
 distfiles="https://github.com/libbitcoin/libbitcoin-consensus/archive/v${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-database/template b/srcpkgs/libbitcoin-database/template
index 3ac8c3773e1..6acd56e3168 100644
--- a/srcpkgs/libbitcoin-database/template
+++ b/srcpkgs/libbitcoin-database/template
@@ -10,7 +10,7 @@ hostmakedepends="autoconf automake libtool m4 pkg-config"
 makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel
  libbitcoin-system-devel libpng-devel qrencode-devel"
 short_desc="Bitcoin High Performance Blockchain Database"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-database"
 distfiles="https://github.com/libbitcoin/libbitcoin-database/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-explorer/template b/srcpkgs/libbitcoin-explorer/template
index 8e4b20ab7c3..39c2a55f654 100644
--- a/srcpkgs/libbitcoin-explorer/template
+++ b/srcpkgs/libbitcoin-explorer/template
@@ -12,7 +12,7 @@ makedepends="bash-completion boost-devel icu-devel libbitcoin-client-devel
  libbitcoin-system-devel libpng-devel libsodium-devel qrencode-devel
  zeromq-devel"
 short_desc="Bitcoin Command Line Tool"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-explorer"
 distfiles="https://github.com/libbitcoin/libbitcoin-explorer/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-network/template b/srcpkgs/libbitcoin-network/template
index 8b4d1ce5196..6a518b87666 100644
--- a/srcpkgs/libbitcoin-network/template
+++ b/srcpkgs/libbitcoin-network/template
@@ -9,7 +9,7 @@ hostmakedepends="autoconf automake libtool m4 pkg-config"
 makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel
  libbitcoin-system-devel libpng-devel qrencode-devel"
 short_desc="Bitcoin P2P Network Library"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-network"
 distfiles="https://github.com/libbitcoin/libbitcoin-network/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-node/template b/srcpkgs/libbitcoin-node/template
index b5db32a0eed..7aa1706e85c 100644
--- a/srcpkgs/libbitcoin-node/template
+++ b/srcpkgs/libbitcoin-node/template
@@ -12,7 +12,7 @@ makedepends="bash-completion boost-devel icu-devel libbitcoin-blockchain-devel
  libbitcoin-consensus-devel libbitcoin-database-devel libbitcoin-network-devel
  libbitcoin-secp256k1-devel libbitcoin-system-devel libpng-devel qrencode-devel"
 short_desc="Bitcoin Full Node"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-node"
 distfiles="https://github.com/libbitcoin/libbitcoin-node/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-protocol/template b/srcpkgs/libbitcoin-protocol/template
index e6aa4fc2985..8d45895873b 100644
--- a/srcpkgs/libbitcoin-protocol/template
+++ b/srcpkgs/libbitcoin-protocol/template
@@ -10,7 +10,7 @@ makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel
  libbitcoin-system-devel libpng-devel libsodium-devel qrencode-devel
  zeromq-devel"
 short_desc="Bitcoin Blockchain Query Protocol"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-protocol"
 distfiles="https://github.com/libbitcoin/libbitcoin-protocol/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-secp256k1/template b/srcpkgs/libbitcoin-secp256k1/template
index a47025a23ec..5a6674de8c3 100644
--- a/srcpkgs/libbitcoin-secp256k1/template
+++ b/srcpkgs/libbitcoin-secp256k1/template
@@ -9,7 +9,7 @@ configure_args="--disable-benchmark --disable-coverage --disable-jni
  --enable-tests --with-gnu-ld"
 hostmakedepends="autoconf automake libtool m4 pkg-config"
 short_desc="Optimized C library for EC operations on curve secp256k1"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="MIT"
 homepage="https://github.com/libbitcoin/secp256k1"
 distfiles="https://github.com/libbitcoin/secp256k1/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-server/template b/srcpkgs/libbitcoin-server/template
index 8c66566117e..0a949866e0c 100644
--- a/srcpkgs/libbitcoin-server/template
+++ b/srcpkgs/libbitcoin-server/template
@@ -14,7 +14,7 @@ makedepends="bash-completion boost-devel icu-devel libbitcoin-blockchain-devel
  libbitcoin-system-devel libpng-devel libsodium-devel qrencode-devel
  zeromq-devel"
 short_desc="Bitcoin Full Node and Query Server"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-server"
 distfiles="https://github.com/libbitcoin/libbitcoin-server/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libbitcoin-system/template b/srcpkgs/libbitcoin-system/template
index 3addeb4e544..7cf3a50675d 100644
--- a/srcpkgs/libbitcoin-system/template
+++ b/srcpkgs/libbitcoin-system/template
@@ -10,7 +10,7 @@ hostmakedepends="autoconf automake libtool m4 pkg-config"
 makedepends="boost-devel icu-devel libbitcoin-secp256k1-devel libpng-devel
  qrencode-devel"
 short_desc="Bitcoin Cross-Platform C++ Development Toolkit"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/libbitcoin/libbitcoin-system"
 distfiles="https://github.com/libbitcoin/libbitcoin-system/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/libomp/template b/srcpkgs/libomp/template
index 7f55036e765..4d7651b23da 100644
--- a/srcpkgs/libomp/template
+++ b/srcpkgs/libomp/template
@@ -9,7 +9,7 @@ configure_args="-DLIBOMP_ENABLE_SHARED=ON -DLIBOMP_INSTALL_ALIASES=OFF"
 hostmakedepends="perl pkg-config"
 makedepends="elfutils-devel libffi-devel"
 short_desc="LLVM OpenMP Runtime Library"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="NCSA"
 homepage="https://openmp.llvm.org"
 distfiles="https://releases.llvm.org/${version}/openmp-${version}.src.tar.xz"
diff --git a/srcpkgs/myrepos/template b/srcpkgs/myrepos/template
index ad6342000ca..2a67216feb7 100644
--- a/srcpkgs/myrepos/template
+++ b/srcpkgs/myrepos/template
@@ -7,7 +7,7 @@ build_style=gnu-makefile
 hostmakedepends="perl"
 depends="git mercurial perl"
 short_desc="Multiple Repository management tool"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="GPL-2.0-or-later"
 homepage="https://myrepos.branchable.com"
 distfiles="https://git.joeyh.name/index.cgi/myrepos.git/snapshot/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e7b3dd12aa2..69b74545253 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -11,7 +11,7 @@ makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
  libuv-devel"
 depends="MoarVM-${version}_${revision}"
 short_desc="Lightweight Raku-like environment for virtual machines"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 10d4689338d..6cfdf8170c0 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -8,7 +8,7 @@ pycompile_module="peru"
 hostmakedepends="python3-setuptools"
 depends="curl git mercurial python3 python3-docopt python3-yaml"
 short_desc="Tool for fetching code"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="MIT"
 homepage="https://github.com/buildinspace/peru"
 distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/pwget/template b/srcpkgs/pwget/template
index 9f0289463d3..ddc85de35f0 100644
--- a/srcpkgs/pwget/template
+++ b/srcpkgs/pwget/template
@@ -6,7 +6,7 @@ build_style=go
 go_import_path="github.com/majewsky/pwget"
 hostmakedepends="git"
 short_desc="Single-binary stateless password manager"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/majewsky/pwget"
 changelog="https://github.com/majewsky/pwget/raw/master/CHANGELOG.md"
diff --git a/srcpkgs/quixand/template b/srcpkgs/quixand/template
index 782838cb6b0..0574f90aa7e 100644
--- a/srcpkgs/quixand/template
+++ b/srcpkgs/quixand/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 depends="bash encfs"
 short_desc="Tool for creating single-use unrecoverable encrypted sandboxes"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="GPL-2.0-only"
 homepage="https://xyne.archlinux.ca/projects/quixand/"
 distfiles="https://xyne.archlinux.ca/projects/quixand/src/${pkgname}-${version}.tar.xz"
diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index e1b75a37ede..5b898f60a8d 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -27,7 +27,7 @@ makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
  libzstd-devel nqp"
 depends="nqp-${version}_${revision}"
 short_desc="Mature, production-ready implementation of the Raku language"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
diff --git a/srcpkgs/ssss/template b/srcpkgs/ssss/template
index beee0d6869a..fcb3812f567 100644
--- a/srcpkgs/ssss/template
+++ b/srcpkgs/ssss/template
@@ -6,7 +6,7 @@ build_style=gnu-makefile
 hostmakedepends="xmltoman"
 makedepends="gmp-devel"
 short_desc="Simple command-line implementation of Shamir's Secret Sharing Scheme"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="GPL-2.0-or-later"
 homepage="http://point-at-infinity.org/ssss/"
 distfiles="http://point-at-infinity.org/ssss/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/toggle-ht/template b/srcpkgs/toggle-ht/template
index 0e6d5a20b31..08135cd1b31 100644
--- a/srcpkgs/toggle-ht/template
+++ b/srcpkgs/toggle-ht/template
@@ -5,7 +5,7 @@ revision=1
 archs="i686* x86_64*"
 depends="bash coreutils"
 short_desc="Toggle hyperthreading on x86 systems"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Unlicense"
 homepage="https://github.com/atweiden/toggle-ht"
 distfiles="https://github.com/atweiden/toggle-ht/releases/download/${version}/${pkgname}-${version}.tar.gz"
diff --git a/srcpkgs/zramen/template b/srcpkgs/zramen/template
index 7eb3193ecec..8245a3b7c25 100644
--- a/srcpkgs/zramen/template
+++ b/srcpkgs/zramen/template
@@ -5,7 +5,7 @@ revision=1
 archs=noarch
 depends="virtual?awk bash bc coreutils grep kmod util-linux"
 short_desc="Manage zram swap space"
-maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Unlicense"
 homepage="https://github.com/atweiden/zramen"
 distfiles="https://github.com/atweiden/zramen/releases/download/${version}/${pkgname}-${version}.tar.gz"

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

end of thread, other threads:[~2020-05-31 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-30 23:06 [PR PATCH] srcpkgs: update maintainer email address. [ci-skip] atweiden
2020-05-31 10:41 ` [PR PATCH] [Merged]: " Hoshpak

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