[gentoo-commits] repo/proj/guru:dev commit in: sys-power/amdgpu-fan/

2021-07-09 Thread Alessandro Barbieri
commit: 3830bc43ee9ab7d182d7253fca02e2ee46b8bd38
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul 10 04:24:00 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul 10 04:24:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3830bc43

sys-power/amdgpu-fan: enable tests

Closes: https://bugs.gentoo.org/801013
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 ...gpu-fan-0.1.0.ebuild => amdgpu-fan-0.1.0-r1.ebuild} | 18 --
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/sys-power/amdgpu-fan/amdgpu-fan-0.1.0.ebuild 
b/sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild
similarity index 75%
rename from sys-power/amdgpu-fan/amdgpu-fan-0.1.0.ebuild
rename to sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild
index 157d1f880..0a54d7d45 100644
--- a/sys-power/amdgpu-fan/amdgpu-fan-0.1.0.ebuild
+++ b/sys-power/amdgpu-fan/amdgpu-fan-0.1.0-r1.ebuild
@@ -1,14 +1,16 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 systemd
 
 DESCRIPTION="Fan controller for AMD graphics cards running the amdgpu driver 
on Linux"
 HOMEPAGE="https://github.com/zzkW35/amdgpu-fan;
 SRC_URI="https://github.com/zzkW35/amdgpu-fan/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -19,10 +21,22 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
 "
 DEPEND="${PYTHON_DEPS}"
+
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DOCS=( README.md )
 
+distutils_enable_tests unittest
+
+src_prepare() {
+   sed -e "s|PROJECTVERSION|${PV}|g" -i setup.py || die
+   default
+}
+
 python_install_all() {
distutils-r1_python_install_all
systemd_dounit amdgpu-fan.service
 }
+
+python_test() {
+   "${EPYTHON}" -m unittest discover tests || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: sci-libs/dart/

2021-07-09 Thread Alessandro Barbieri
commit: 1caf2d9fef31e76fc6771b3d874d9900e595368c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul 10 04:08:51 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul 10 04:08:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1caf2d9f

sci-libs/dart: fix doc install path

Closes: https://bugs.gentoo.org/800974
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sci-libs/dart/{dart-6.10.1-r1.ebuild => dart-6.10.1-r2.ebuild} | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/dart/dart-6.10.1-r1.ebuild 
b/sci-libs/dart/dart-6.10.1-r2.ebuild
similarity index 92%
rename from sci-libs/dart/dart-6.10.1-r1.ebuild
rename to sci-libs/dart/dart-6.10.1-r2.ebuild
index 9c8461607..a0947f03b 100644
--- a/sci-libs/dart/dart-6.10.1-r1.ebuild
+++ b/sci-libs/dart/dart-6.10.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit cmake python-single-r1
 
@@ -44,14 +44,14 @@ RDEPEND="
glut? ( media-libs/freeglut )
ipopt? ( sci-libs/ipopt )
nlopt? ( >=sci-libs/nlopt-2.4.1 )
+   ode? ( dev-games/ode )
+   openscenegraph? ( dev-games/openscenegraph )
python? (
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pybind11[${PYTHON_USEDEP}]
')
)
-   ode? ( dev-games/ode )
-   openscenegraph? ( dev-games/openscenegraph )
urdfdom? ( dev-libs/urdfdom )
 "
 DEPEND="
@@ -85,6 +85,6 @@ src_compile() {
 src_install() {
cmake_src_install
#TODO: python examples tests tutorials
-   mv "${ED}/usr/share/doc/dart" "${ED}/usr/share/doc/${P}" || die
-   docompress -x "/usr/share/doc/${P}"
+   mv "${ED}/usr/share/doc/dart" "${ED}/usr/share/doc/${PF}" || die
+   docompress -x "/usr/share/doc/${PF}"
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-shells/fzf-fish/

2021-07-09 Thread Alessandro Barbieri
commit: 5fccb84605ee172256003e36cf2064f8c7c0491c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul 10 04:01:43 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul 10 04:01:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fccb846

app-shells/fzf-fish: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-shells/fzf-fish/Manifest|  1 +
 app-shells/fzf-fish/fzf-fish-7.1.ebuild | 32 
 app-shells/fzf-fish/metadata.xml| 11 +++
 3 files changed, 44 insertions(+)

diff --git a/app-shells/fzf-fish/Manifest b/app-shells/fzf-fish/Manifest
new file mode 100644
index 0..76e949b55
--- /dev/null
+++ b/app-shells/fzf-fish/Manifest
@@ -0,0 +1 @@
+DIST fzf-fish-7.1.tar.gz 6068759 BLAKE2B 
e985e5fdd935e50f079b9e096baad5aaa78478d2dc949c3f813c73b5c728899ad818322adb282f1e0cd4df966014b0cf8bff7e0b66b37958adeecc57564aea3a
 SHA512 
11c89a1ce0fbb9d50370cbb694fb59d0b94847d92ab8333af28493130dce02f55b41df99641d69c6f0503641e891e5ea935ce1e3cb4f095239fd8619ee694e44

diff --git a/app-shells/fzf-fish/fzf-fish-7.1.ebuild 
b/app-shells/fzf-fish/fzf-fish-7.1.ebuild
new file mode 100644
index 0..604ca1594
--- /dev/null
+++ b/app-shells/fzf-fish/fzf-fish-7.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+DESCRIPTION="Augment your fish command line with fzf key bindings"
+HOMEPAGE="https://github.com/PatrickF1/fzf.fish;
+SRC_URI="https://github.com/PatrickF1/fzf.fish/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN/-/.}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   sys-apps/fd
+   app-shells/fish
+   app-shells/fzf
+   sys-apps/bat
+"
+
+DOCS=( README.md )
+
+src_install() {
+   insinto "/usr/share/fish/vendor_completions.d"
+   doins completions/*
+   insinto "/usr/share/fish/vendor_conf.d"
+   doins conf.d/*
+   insinto "/usr/share/fish/vendor_functions.d"
+   doins functions/*
+   einstalldocs
+}

diff --git a/app-shells/fzf-fish/metadata.xml b/app-shells/fzf-fish/metadata.xml
new file mode 100644
index 0..b75be4808
--- /dev/null
+++ b/app-shells/fzf-fish/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+PatrickF1/fzf.fish
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/uharfbuzz/files/

2021-07-09 Thread Alessandro Barbieri
commit: 04b4119708d9edb66df2b00dd0f3e51ef34e1c0d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul 10 01:17:12 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul 10 03:25:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04b41197

dev-python/uharfbuzz: fix build failure

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch 
b/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch
index 66b11c996..bc835c9be 100644
--- a/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch
+++ b/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch
@@ -5,7 +5,7 @@
  long_description = f.read()
  
 -define_macros = [('HB_NO_MT', '1'), ('HB_EXPERIMENTAL_API', '1')]
-+define_macros = []
++define_macros = [('HB_EXPERIMENTAL_API', '1')]
  linetrace = False
  if int(os.environ.get('CYTHON_LINETRACE', '0')):
  linetrace = True



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/vharfbuzz/, dev-python/vharfbuzz/files/

2021-07-09 Thread Alessandro Barbieri
commit: e59766d278e664344b81c8c49f2b9ef8b52376ae
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul 10 03:24:53 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul 10 03:25:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e59766d2

dev-python/vharfbuzz: fix package_dir

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch | 11 +++
 dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild   |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/dev-python/vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch 
b/dev-python/vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch
new file mode 100644
index 0..7a4693959
--- /dev/null
+++ b/dev-python/vharfbuzz/files/vharfbuzz-0.1.1-fix-package-dir.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -29,7 +29,7 @@
+ "Development Status :: 4 - Beta"
+ 
+ ],
+-'package_dir': {'':'Lib'},
++'package_dir': {'':'lib'},
+ 'packages': ["vharfbuzz"]
+ ,
+ }

diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild 
b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
index 2f638053f..ccd729de8 100644
--- a/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
+++ b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
@@ -21,4 +21,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+PATCHES=( "${FILESDIR}/${P}-fix-package-dir.patch" )
+
 distutils_enable_sphinx docs dev-python/sphinxcontrib-napoleon



[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2021-07-09 Thread Georgy Yakovlev
commit: 0030e811c34b8a4bb349ffbe0db7ff8bad224a99
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:13 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0030e811

Revert "dev-util/bitcoin-tx: Bump to 0.21.1"

This reverts commit 7f34669f9a5170fd5296f1bb77d34ea8c4caf053.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/bitcoin-tx/Manifest |   2 -
 dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild | 100 ---
 2 files changed, 102 deletions(-)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
deleted file mode 100644
index 5413ee7d723..000
--- a/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
-KNOTS_PV="${PV}.knots20210629"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line Bitcoin transaction tool"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="knots"
-
-DEPEND="
-   >=dev-libs/boost-1.58.0:=[threads(+)]
-   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
-   >=dev-libs/univalue-1.0.4:=
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(
-   doc/bips.md
-   doc/release-notes.md
-)
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
-   fi
-}
-
-src_prepare() {
-   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
-
-   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
-
-   if use knots; then
-   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
-   fi
-
-   eapply_user
-
-   echo '#!/bin/true' >share/genbuild.sh || die
- 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-07-09 Thread Georgy Yakovlev
commit: 61ebc61435de9e6ec31fc64e28a1bbc805225b06
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:22 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ebc614

Revert "net-p2p/bitcoin-cli: Bump to 0.21.1"

This reverts commit f86da6c961e0f4178991867af083e2b82df6b414.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 -
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 102 --
 2 files changed, 104 deletions(-)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
deleted file mode 100644
index 3c3bac92334..000
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1
-
-BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
-KNOTS_PV="${PV}.knots20210629"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="knots"
-
-DEPEND="
-   >=dev-libs/boost-1.58.0:=[threads(+)]
-   dev-libs/libevent:=
-   >=dev-libs/univalue-1.0.4:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   >=sys-devel/autoconf-2.69
-   >=sys-devel/automake-1.13
-"
-
-DOCS=(
-   doc/release-notes.md
-)
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
-   fi
-}
-
-src_prepare() {
-   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
-
-   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
-
-   if use knots; then
-   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
-   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
-   fi
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/

2021-07-09 Thread Georgy Yakovlev
commit: da77bee90fff4a66fb23daeffc9eb78be9a647e8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:29 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da77bee9

Revert "net-p2p/bitcoin-qt: Bump to 0.21.1"

This reverts commit e62b85aae5a2dd70ff120ebc284bf6d461e34b88.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-p2p/bitcoin-qt/Manifest |   2 -
 net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild | 206 
 2 files changed, 208 deletions(-)

diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/net-p2p/bitcoin-qt/Manifest
+++ b/net-p2p/bitcoin-qt/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
deleted file mode 100644
index 71f88ca3d98..000
--- a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DB_VER="4.8"
-inherit autotools bash-completion-r1 db-use desktop xdg-utils
-
-BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
-KNOTS_PV="${PV}.knots20210629"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="+asm +berkdb dbus kde knots +qrcode sqlite +system-leveldb test upnp 
+wallet zeromq"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   sqlite? ( wallet )
-   berkdb? ( wallet )
-   wallet? ( || ( berkdb sqlite ) )
-"
-RDEPEND="
-   >=dev-libs/boost-1.58.0:=[threads(+)]
-   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
-   >=dev-libs/univalue-1.0.4:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   system-leveldb? ( virtual/bitcoin-leveldb )
-   dbus? ( dev-qt/qtdbus:5 )
-   dev-libs/libevent:=
-   qrcode? (
-   media-gfx/qrencode:=
-   )
-   sqlite? ( >=dev-db/sqlite-3.7.17:= )
-   upnp? ( >=net-libs/miniupnpc-1.9.20150916:= )
-   berkdb? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] )
-   zeromq? ( net-libs/zeromq:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=sys-devel/autoconf-2.69
-   >=sys-devel/automake-1.13
-   dev-qt/linguist-tools:5
-   knots? (
-   gnome-base/librsvg
-   media-gfx/imagemagick[png]
-   )
-"
-
-DOCS=(
-   doc/bips.md
-   doc/bitcoin-conf.md
-   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/

2021-07-09 Thread Georgy Yakovlev
commit: d8fe4ff8aeb96b357e77e9b0bd4d0a71e407283d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:27 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fe4ff8

Revert "net-p2p/bitcoind: Bump to 0.21.1"

This reverts commit 78463679a7dd6077c65e78515fee796522eb905e.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-p2p/bitcoind/Manifest   |   2 -
 net-p2p/bitcoind/bitcoind-0.21.1.ebuild | 190 
 2 files changed, 192 deletions(-)

diff --git a/net-p2p/bitcoind/Manifest b/net-p2p/bitcoind/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/net-p2p/bitcoind/Manifest
+++ b/net-p2p/bitcoind/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild 
b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
deleted file mode 100644
index fc4654fa3b9..000
--- a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
+++ /dev/null
@@ -1,190 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DB_VER="4.8"
-inherit autotools bash-completion-r1 db-use systemd
-
-BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
-KNOTS_PV="${PV}.knots20210629"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+asm +berkdb examples knots sqlite +system-leveldb test upnp +wallet 
zeromq"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="
-   sqlite? ( wallet )
-   berkdb? ( wallet )
-   wallet? ( || ( berkdb sqlite ) )
-"
-DEPEND="
-   acct-group/bitcoin
-   acct-user/bitcoin
-   >=dev-libs/boost-1.58.0:=[threads(+)]
-   dev-libs/libevent:=
-   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
-   >=dev-libs/univalue-1.0.4:=
-   system-leveldb? ( virtual/bitcoin-leveldb )
-   sqlite? ( >=dev-db/sqlite-3.7.17:= )
-   upnp? ( >=net-libs/miniupnpc-1.9.20150916:= )
-   berkdb? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] )
-   zeromq? ( net-libs/zeromq:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   >=sys-devel/autoconf-2.69
-   >=sys-devel/automake-1.13
-"
-
-DOCS=(
-   doc/bips.md
-   doc/bitcoin-conf.md
-   doc/descriptors.md
-   doc/files.md
-   doc/JSON-RPC-interface.md
-   doc/psbt.md
-   doc/reduce-traffic.md
-   doc/release-notes.md
-   doc/REST-interface.md
-   doc/tor.md
-)
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/

2021-07-09 Thread Georgy Yakovlev
commit: 743f218671ea4c858cab67cfbb08897730bec50f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jul 10 02:15:19 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743f2186

Revert "net-libs/libbitcoinconsensus: Bump to 0.21.1"

This reverts commit c9fe8fe97d5999dc9b05a41649fb33fca7a4f02a.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 net-libs/libbitcoinconsensus/Manifest  |   2 -
 .../libbitcoinconsensus-0.21.1.ebuild  | 108 -
 2 files changed, 110 deletions(-)

diff --git a/net-libs/libbitcoinconsensus/Manifest 
b/net-libs/libbitcoinconsensus/Manifest
index 01ce4fdf2a1..59fde979bce 100644
--- a/net-libs/libbitcoinconsensus/Manifest
+++ b/net-libs/libbitcoinconsensus/Manifest
@@ -1,6 +1,4 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
-DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
-DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
deleted file mode 100644
index e88ab219ffa..000
--- a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
-KNOTS_PV="${PV}.knots20210629"
-KNOTS_P="bitcoin-${KNOTS_PV}"
-
-DESCRIPTION="Bitcoin Core consensus library"
-HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
-SRC_URI="
-   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
-   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+asm knots"
-
-DEPEND="
-   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   >=sys-devel/autoconf-2.69
-   >=sys-devel/automake-1.13
-"
-
-DOCS=( doc/bips.md doc/release-notes.md doc/shared-libraries.md )
-
-S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
-
-pkg_pretend() {
-   if use knots; then
-   elog "You are building ${PN} from Bitcoin Knots."
-   elog "For more information, see:"
-   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
-   else
-   elog "You are building ${PN} from Bitcoin Core."
-   elog "For more information, see:"
-   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
-   fi
-   if has_version "<${CATEGORY}/${PN}-0.21.1" ; then
-   ewarn "CAUTION: BITCOIN PROTOCOL CHANGE INCLUDED"
-   ewarn "This release adds enforcement of the Taproot protocol 
change to the Bitcoin"
-   ewarn "rules, beginning in November. Protocol changes require 
user consent to be"
-   ewarn "effective, and if 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/etckeeper/

2021-07-09 Thread Georgy Yakovlev
commit: 538d994b04d59aa0b519f57f800298c323b33504
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Jul  9 18:52:47 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jul 10 02:11:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d994b

sys-apps/etckeeper: add 1.18.16, drop 1.18.15

Closes: https://bugs.gentoo.org/758659
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/etckeeper/Manifest |  2 +-
 .../{etckeeper-1.18.15.ebuild => etckeeper-1.18.16.ebuild}  | 13 +++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/sys-apps/etckeeper/Manifest b/sys-apps/etckeeper/Manifest
index 4717b6a9bdc..6c890330f72 100644
--- a/sys-apps/etckeeper/Manifest
+++ b/sys-apps/etckeeper/Manifest
@@ -1,2 +1,2 @@
 DIST etckeeper-1.18.14.tar.gz 93528 BLAKE2B 
b36316b4a92ae7f885a1c0c0974fa69a3c1cee06ab9eb0bbee8c025f76b1dffcd19ac2f92fed49372873f54234ec1e8da023cab98097562d3eecd862ca4d98c7
 SHA512 
1bc01845d47ce3af1ef56474745843e8be6e005da90a21bed302fe73476fbf1f64b84fae7dac73139c394ca698bd146e1609fa34ebbc6737ba73a6f61e670948
-DIST etckeeper-1.18.15.tar.gz 92574 BLAKE2B 
1498d01394c9c5607eb081aa579f06c696b5df20af2899cb3deb2ac75ddf2b1f6ca7e64741b7e24819db2f8c751f3dd49da70cccad35fbfad255b328e208e973
 SHA512 
7b2cca6c346a7c2b97ffd9b418169712ec46d947a3c8685490ce95eb9f5b6fa389e7b3ae6ad2c1ad6774bed88212b05c5ffe202ad055dea19fdde2509a349a85
+DIST etckeeper-1.18.16.tar.gz 93638 BLAKE2B 
0cc91bd23d4d8ceeddcd18c9b6a93fbebdd5146296d565195b38432aa015b9317931e25e741e4639cdf15d7cb8235eaf9cb824f8afaf1c5fc13c954b8c3c294d
 SHA512 
48a9f0089f72d62d68467b17a5a441dbf219c6b5b817b8ef2160b5f50eef6492257393c482a658ce11a97983ed037caa80b92e289049987bde5f8fbb22c98f07

diff --git a/sys-apps/etckeeper/etckeeper-1.18.15.ebuild 
b/sys-apps/etckeeper/etckeeper-1.18.16.ebuild
similarity index 85%
rename from sys-apps/etckeeper/etckeeper-1.18.15.ebuild
rename to sys-apps/etckeeper/etckeeper-1.18.16.ebuild
index 3765429cc70..a0c6cadf479 100644
--- a/sys-apps/etckeeper/etckeeper-1.18.15.ebuild
+++ b/sys-apps/etckeeper/etckeeper-1.18.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -60,7 +60,16 @@ src_install() {
 
if use cron ; then
exeinto /etc/cron.daily
-   newexe debian/cron.daily etckeeper
+   newexe - etckeeper <<'_EOF_'
+#!/bin/sh
+set -e
+if [ -e /etc/etckeeper/daily ] && [ -e /etc/etckeeper/etckeeper.conf ]; then
+   . /etc/etckeeper/etckeeper.conf
+   if [ "$AVOID_DAILY_AUTOCOMMITS" != "1" ]; then
+   /etc/etckeeper/daily
+   fi
+fi
+_EOF_
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/

2021-07-09 Thread Craig Andrews
commit: 78463679a7dd6077c65e78515fee796522eb905e
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 30 20:11:29 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 01:19:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78463679

net-p2p/bitcoind: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoind/Manifest   |   2 +
 net-p2p/bitcoind/bitcoind-0.21.1.ebuild | 190 
 2 files changed, 192 insertions(+)

diff --git a/net-p2p/bitcoind/Manifest b/net-p2p/bitcoind/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/net-p2p/bitcoind/Manifest
+++ b/net-p2p/bitcoind/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoind/bitcoind-0.21.1.ebuild 
b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
new file mode 100644
index 000..fc4654fa3b9
--- /dev/null
+++ b/net-p2p/bitcoind/bitcoind-0.21.1.ebuild
@@ -0,0 +1,190 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DB_VER="4.8"
+inherit autotools bash-completion-r1 db-use systemd
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+asm +berkdb examples knots sqlite +system-leveldb test upnp +wallet 
zeromq"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   sqlite? ( wallet )
+   berkdb? ( wallet )
+   wallet? ( || ( berkdb sqlite ) )
+"
+DEPEND="
+   acct-group/bitcoin
+   acct-user/bitcoin
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   dev-libs/libevent:=
+   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=dev-libs/univalue-1.0.4:=
+   system-leveldb? ( virtual/bitcoin-leveldb )
+   sqlite? ( >=dev-db/sqlite-3.7.17:= )
+   upnp? ( >=net-libs/miniupnpc-1.9.20150916:= )
+   berkdb? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] )
+   zeromq? ( net-libs/zeromq:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=(
+   doc/bips.md
+   doc/bitcoin-conf.md
+   doc/descriptors.md
+   doc/files.md
+   doc/JSON-RPC-interface.md
+   doc/psbt.md
+   doc/reduce-traffic.md
+   doc/release-notes.md
+   doc/REST-interface.md
+   doc/tor.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+  

[gentoo-commits] repo/gentoo:master commit in: dev-util/bitcoin-tx/

2021-07-09 Thread Craig Andrews
commit: 7f34669f9a5170fd5296f1bb77d34ea8c4caf053
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 30 20:14:02 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 01:19:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f34669f

dev-util/bitcoin-tx: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 dev-util/bitcoin-tx/Manifest |   2 +
 dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild | 100 +++
 2 files changed, 102 insertions(+)

diff --git a/dev-util/bitcoin-tx/Manifest b/dev-util/bitcoin-tx/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/dev-util/bitcoin-tx/Manifest
+++ b/dev-util/bitcoin-tx/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild 
b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
new file mode 100644
index 000..5413ee7d723
--- /dev/null
+++ b/dev-util/bitcoin-tx/bitcoin-tx-0.21.1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line Bitcoin transaction tool"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+DEPEND="
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+   doc/bips.md
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' >share/genbuild.sh || die
+   mkdir -p src/obj || die
+   echo 

[gentoo-commits] repo/gentoo:master commit in: net-libs/libbitcoinconsensus/

2021-07-09 Thread Craig Andrews
commit: c9fe8fe97d5999dc9b05a41649fb33fca7a4f02a
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 30 20:13:16 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 01:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9fe8fe9

net-libs/libbitcoinconsensus: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-libs/libbitcoinconsensus/Manifest  |   2 +
 .../libbitcoinconsensus-0.21.1.ebuild  | 108 +
 2 files changed, 110 insertions(+)

diff --git a/net-libs/libbitcoinconsensus/Manifest 
b/net-libs/libbitcoinconsensus/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/net-libs/libbitcoinconsensus/Manifest
+++ b/net-libs/libbitcoinconsensus/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild 
b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
new file mode 100644
index 000..e88ab219ffa
--- /dev/null
+++ b/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.21.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Bitcoin Core consensus library"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+asm knots"
+
+DEPEND="
+   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=( doc/bips.md doc/release-notes.md doc/shared-libraries.md )
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
+   fi
+   if has_version "<${CATEGORY}/${PN}-0.21.1" ; then
+   ewarn "CAUTION: BITCOIN PROTOCOL CHANGE INCLUDED"
+   ewarn "This release adds enforcement of the Taproot protocol 
change to the Bitcoin"
+   ewarn "rules, beginning in November. Protocol changes require 
user consent to be"
+   ewarn "effective, and if enforced inconsistently within the 
community 

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/

2021-07-09 Thread Craig Andrews
commit: e62b85aae5a2dd70ff120ebc284bf6d461e34b88
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 30 20:10:14 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 01:19:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62b85aa

net-p2p/bitcoin-qt: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Closes: https://github.com/gentoo/gentoo/pull/21490
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-qt/Manifest |   2 +
 net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild | 206 
 2 files changed, 208 insertions(+)

diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/net-p2p/bitcoin-qt/Manifest
+++ b/net-p2p/bitcoin-qt/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild 
b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
new file mode 100644
index 000..71f88ca3d98
--- /dev/null
+++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.21.1.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DB_VER="4.8"
+inherit autotools bash-completion-r1 db-use desktop xdg-utils
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="+asm +berkdb dbus kde knots +qrcode sqlite +system-leveldb test upnp 
+wallet zeromq"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   sqlite? ( wallet )
+   berkdb? ( wallet )
+   wallet? ( || ( berkdb sqlite ) )
+"
+RDEPEND="
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   >dev-libs/libsecp256k1-0.1_pre20200911:=[recovery,schnorr]
+   >=dev-libs/univalue-1.0.4:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   system-leveldb? ( virtual/bitcoin-leveldb )
+   dbus? ( dev-qt/qtdbus:5 )
+   dev-libs/libevent:=
+   qrcode? (
+   media-gfx/qrencode:=
+   )
+   sqlite? ( >=dev-db/sqlite-3.7.17:= )
+   upnp? ( >=net-libs/miniupnpc-1.9.20150916:= )
+   berkdb? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] )
+   zeromq? ( net-libs/zeromq:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+   dev-qt/linguist-tools:5
+   knots? (
+   gnome-base/librsvg
+   media-gfx/imagemagick[png]
+   )
+"
+
+DOCS=(
+   doc/bips.md
+   doc/bitcoin-conf.md
+   

[gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/

2021-07-09 Thread Craig Andrews
commit: f86da6c961e0f4178991867af083e2b82df6b414
Author: Luke Dashjr  utopios  org>
AuthorDate: Wed Jun 30 20:12:20 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 01:19:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86da6c9

net-p2p/bitcoin-cli: Bump to 0.21.1

Signed-off-by: Luke Dashjr  utopios.org>
Signed-off-by: Craig Andrews  gentoo.org>

 net-p2p/bitcoin-cli/Manifest  |   2 +
 net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild | 102 ++
 2 files changed, 104 insertions(+)

diff --git a/net-p2p/bitcoin-cli/Manifest b/net-p2p/bitcoin-cli/Manifest
index 59fde979bce..01ce4fdf2a1 100644
--- a/net-p2p/bitcoin-cli/Manifest
+++ b/net-p2p/bitcoin-cli/Manifest
@@ -1,4 +1,6 @@
 DIST bitcoin-0.20.1.knots20200815.patches.tar.xz 413244 BLAKE2B 
bc8fd6bfe0454439ae514086ea3e728df4f1ba069d33f79b047049a1a4d18543334217f25607b738f7f2d1245f64e5289aed00473c94edf5d660e0953e4d6b93
 SHA512 
98468f4f22d5b9d35c616796aa5a8fda20f775606f0cd4927b3b822dd5afd0fc208c23136306f79d01dbfd532b14a5905a8fb60a2d171d5022d2008772cf7b58
 DIST bitcoin-0.21.0.knots20210130.patches.tar.xz 505040 BLAKE2B 
c8999de4158b8781bba6ad014ae14859f1e0bab3080c59a18910cf7447eb56da4b17a0e1843fdd3669d22636df9e4ddcc4526e4293bfd86dc884983a29a5f76c
 SHA512 
7ee27da3d26be0e93ecddff7bb21ef1746bcdb07f9a2b0ea48065367b4c44391e974e04a21e511c05fca8f55971ab8e3c3ac01a3775cc52a537d9e10966d9871
+DIST bitcoin-0.21.1.knots20210629.patches.tar.xz 623916 BLAKE2B 
c6b669270b7f9718c8452a1c28280b6005edee299a3ab8d754dbf722d021576871ddce200342bf157dd5158c058686aa3dde913970779d8c2e560b8df772821c
 SHA512 
ba058554453efc7ad036b8cc945ba403a6bd4e30dae0fbcee7fbe2f0ce90854a867fe49b0522595c081930d406bdf56987982f403fc8299b3c776eea4672abae
 DIST bitcoin-v0.20.1.tar.gz 6986090 BLAKE2B 
ef0e6c424bcb7ffe9a2461e60499cebdfcd13faa794d534b4c508a61fa218dd58e64c9088584ea658736deeadc0306fbdf08daa3c395dac3d8f096a08ba42262
 SHA512 
73a103d4192eb12abed5aa84e9c7999d57e4da37f32e54107ab9f4297a29af64c0c56930674559073bed360f794d87ba5eb9e1ce4d1bd03402d56937490fa16e
 DIST bitcoin-v0.21.0.tar.gz 7533957 BLAKE2B 
01247cbb9fca2381a8c08ab1c88c479c640963caef22e4207aab46b05813dbf2a5286ac9e98132fb34db0e9ac6c18c79e45a89de166f5c6d480d8ac6e14ecca2
 SHA512 
c58187996932b0151432a65885b7e8a7b216fb1ab0576fb7d4b5e9620d957594b05e181153e2e0e50bcd5ce764861ec11019ffbb1095d3e704f441e61ac6a04f
+DIST bitcoin-v0.21.1.tar.gz 7635092 BLAKE2B 
83610537c3cf6a11a1f59b92085b7a99fb22013ead1c6dce0c8f3182b69b11be6801f1f3b35bf31d72cfc15c76b6a69f1e6f3b754ff179565c0a687d16a35a48
 SHA512 
648739df8f360609d7b562e0bbfb3ab852eb6c538aa33ef56f71e7652ee766648ee8782aadeed1def1f2174d3330bbbdf9b1eee5090ca292e8d4a46c1b7f5c46

diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild 
b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
new file mode 100644
index 000..3c3bac92334
--- /dev/null
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.21.1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1
+
+BITCOINCORE_COMMITHASH="194b9b8792d9b0798fdb570b79fa51f1d1f5ebaf"
+KNOTS_PV="${PV}.knots20210629"
+KNOTS_P="bitcoin-${KNOTS_PV}"
+
+DESCRIPTION="Command-line JSON-RPC client specifically for interfacing with 
bitcoind"
+HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/;
+SRC_URI="
+   
https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> 
bitcoin-v${PV}.tar.gz
+   
https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> 
${KNOTS_P}.patches.tar.xz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="knots"
+
+DEPEND="
+   >=dev-libs/boost-1.58.0:=[threads(+)]
+   dev-libs/libevent:=
+   >=dev-libs/univalue-1.0.4:=
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   >=sys-devel/autoconf-2.69
+   >=sys-devel/automake-1.13
+"
+
+DOCS=(
+   doc/release-notes.md
+)
+
+S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
+
+pkg_pretend() {
+   if use knots; then
+   elog "You are building ${PN} from Bitcoin Knots."
+   elog "For more information, see:"
+   elog 
"https://bitcoinknots.org/files/0.21.x/${KNOTS_PV}/${KNOTS_P}.desc.html;
+   else
+   elog "You are building ${PN} from Bitcoin Core."
+   elog "For more information, see:"
+   elog "https://bitcoincore.org/en/2021/05/01/release-${PV}/;
+   fi
+}
+
+src_prepare() {
+   local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
+
+   eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
+
+   if use knots; then
+   eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
+   eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
+   fi
+
+   eapply_user
+
+   echo '#!/bin/true' 

[gentoo-commits] repo/gentoo:master commit in: app-editors/vile/

2021-07-09 Thread Sam James
commit: 367e2fdd33b5f3f0affacea1008ddda76fe81191
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 01:06:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 01:06:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367e2fdd

app-editors/vile: add misisng libcrypt dependency

Closes: https://bugs.gentoo.org/799866
Signed-off-by: Sam James  gentoo.org>

 app-editors/vile/{vile-9.8t.ebuild => vile-9.8t-r1.ebuild} | 1 +
 app-editors/vile/{vile-9.8u.ebuild => vile-9.8u-r1.ebuild} | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-editors/vile/vile-9.8t.ebuild 
b/app-editors/vile/vile-9.8t-r1.ebuild
similarity index 97%
rename from app-editors/vile/vile-9.8t.ebuild
rename to app-editors/vile/vile-9.8t-r1.ebuild
index 41c4ef2224e..fa2cb4f2acc 100644
--- a/app-editors/vile/vile-9.8t.ebuild
+++ b/app-editors/vile/vile-9.8t-r1.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 IUSE="perl"
 
 RDEPEND=">=sys-libs/ncurses-5.2:0=
+   virtual/libcrypt:=
perl? ( dev-lang/perl )"
 DEPEND="${RDEPEND}
sys-devel/flex

diff --git a/app-editors/vile/vile-9.8u.ebuild 
b/app-editors/vile/vile-9.8u-r1.ebuild
similarity index 98%
rename from app-editors/vile/vile-9.8u.ebuild
rename to app-editors/vile/vile-9.8u-r1.ebuild
index 290ed240c5f..480383dbd0b 100644
--- a/app-editors/vile/vile-9.8u.ebuild
+++ b/app-editors/vile/vile-9.8u-r1.ebuild
@@ -14,6 +14,7 @@ IUSE="perl iconv"
 
 RDEPEND="app-eselect/eselect-vi
>=sys-libs/ncurses-5.2:0=
+   virtual/libcrypt:=
iconv? ( virtual/libiconv )
perl? ( dev-lang/perl )"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/

2021-07-09 Thread Sam James
commit: 1fc853b6a9cb85457fcb2b380cf53ae9976a730c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 01:08:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 01:08:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc853b6

app-editors/xvile: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/799869
Signed-off-by: Sam James  gentoo.org>

 app-editors/xvile/{xvile-9.8t.ebuild => xvile-9.8t-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-editors/xvile/xvile-9.8t.ebuild 
b/app-editors/xvile/xvile-9.8t-r1.ebuild
similarity index 93%
rename from app-editors/xvile/xvile-9.8t.ebuild
rename to app-editors/xvile/xvile-9.8t-r1.ebuild
index a18545b97b7..f36ba9af229 100644
--- a/app-editors/xvile/xvile-9.8t.ebuild
+++ b/app-editors/xvile/xvile-9.8t-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,6 +15,7 @@ IUSE="perl"
 
 RDEPEND="perl? ( dev-lang/perl )
~app-editors/vile-${PV}
+   virtual/libcrypt:=
>=x11-libs/libX11-1.0.0
>=x11-libs/libXt-1.0.0
>=x11-libs/libICE-1.0.0



[gentoo-commits] repo/gentoo:master commit in: app-misc/ttysnoop/

2021-07-09 Thread Sam James
commit: 51d42b8334ee76ea973f66cee46d805bf6eaa76e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 01:10:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 01:10:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d42b83

app-misc/ttysnoop: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/800656
Signed-off-by: Sam James  gentoo.org>

 .../ttysnoop/{ttysnoop-0.12d.ebuild => ttysnoop-0.12d-r1.ebuild}| 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild 
b/app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild
similarity index 89%
rename from app-misc/ttysnoop/ttysnoop-0.12d.ebuild
rename to app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild
index ccbb8cd23f2..d58b8e138ac 100644
--- a/app-misc/ttysnoop/ttysnoop-0.12d.ebuild
+++ b/app-misc/ttysnoop/ttysnoop-0.12d-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,12 +10,14 @@ inherit toolchain-funcs
 DESCRIPTION="Tool to snoop on login tty's through another tty-device or 
pseudo-tty"
 HOMEPAGE="http://sysd.org/stas/node/35;
 SRC_URI="http://sysd.org/stas/files/active/0/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${MY_P}"
+RDEPEND="virtual/libcrypt:="
+DEPEND="${RDEPEND}"
 
 PATCHES=(
"${FILESDIR}"/pinkbyte_masking.patch



[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2021-07-09 Thread Sam James
commit: 535febd9bb0ae9488e273a3ae1d7f9792bb954a9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 01:09:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 01:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535febd9

www-servers/lighttpd: restore dropped libcrypt dependency to 1.4.59

Closes: https://bugs.gentoo.org/800287
Signed-off-by: Sam James  gentoo.org>

 .../lighttpd/{lighttpd-1.4.59.ebuild => lighttpd-1.4.59-r1.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-servers/lighttpd/lighttpd-1.4.59.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
similarity index 99%
rename from www-servers/lighttpd/lighttpd-1.4.59.ebuild
rename to www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
index 86b8878e842..0ad33eb525b 100644
--- a/www-servers/lighttpd/lighttpd-1.4.59.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
@@ -29,6 +29,7 @@ BDEPEND="virtual/pkgconfig"
 COMMON_DEPEND="
acct-group/lighttpd
acct-user/lighttpd
+   virtual/libcrypt:=
brotli? ( app-arch/brotli )
bzip2? ( app-arch/bzip2 )
dbi? (



[gentoo-commits] repo/gentoo:master commit in: media-sound/awesfx/

2021-07-09 Thread Sam James
commit: 035dc333ce922c33f4efa740c317aac93006cef7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035dc333

media-sound/awesfx: Stabilize 0.5.2 amd64, #801271

Signed-off-by: Sam James  gentoo.org>

 media-sound/awesfx/awesfx-0.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/awesfx/awesfx-0.5.2.ebuild 
b/media-sound/awesfx/awesfx-0.5.2.ebuild
index 3912ccf215b..ef4228351ec 100644
--- a/media-sound/awesfx/awesfx-0.5.2.ebuild
+++ b/media-sound/awesfx/awesfx-0.5.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tiwai/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND="media-libs/alsa-lib"



[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2021-07-09 Thread Sam James
commit: f7696972bf05a1bd73d567ebdbaffe3eb8556b41
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:46:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7696972

net-im/pidgin: Stabilize 2.14.5 ppc64, #801274

Signed-off-by: Sam James  gentoo.org>

 net-im/pidgin/pidgin-2.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.5.ebuild 
b/net-im/pidgin/pidgin-2.14.5.ebuild
index 22efeed795d..8a4c6ad4fe4 100644
--- a/net-im/pidgin/pidgin-2.14.5.ebuild
+++ b/net-im/pidgin/pidgin-2.14.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Moose/

2021-07-09 Thread Sam James
commit: a670839e9e691264a75d6aa5ba2ee12330f25110
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:46:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a670839e

dev-perl/Moose: Stabilize 2.201.400 ppc64, #801247

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Moose/Moose-2.201.400.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Moose/Moose-2.201.400.ebuild 
b/dev-perl/Moose/Moose-2.201.400.ebuild
index 2294b185509..5c74538cf9d 100644
--- a/dev-perl/Moose/Moose-2.201.400.ebuild
+++ b/dev-perl/Moose/Moose-2.201.400.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/

2021-07-09 Thread Sam James
commit: d87fdef16fd1eddbc75368029711522fab825add
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:46:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87fdef1

media-libs/rubberband: Stabilize 1.9.2 ppc64, #801268

Signed-off-by: Sam James  gentoo.org>

 media-libs/rubberband/rubberband-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-1.9.2.ebuild 
b/media-libs/rubberband/rubberband-1.9.2.ebuild
index 823edecd019..913de8bcf42 100644
--- a/media-libs/rubberband/rubberband-1.9.2.ebuild
+++ b/media-libs/rubberband/rubberband-1.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 IUSE="ladspa jni static-libs +programs vamp"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Moose/

2021-07-09 Thread Sam James
commit: 4ec5ed5ea4bc462fd620ccf7cd703538ccf5346e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec5ed5e

dev-perl/Moose: Stabilize 2.201.400 amd64, #801247

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Moose/Moose-2.201.400.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Moose/Moose-2.201.400.ebuild 
b/dev-perl/Moose/Moose-2.201.400.ebuild
index b70679a1610..2294b185509 100644
--- a/dev-perl/Moose/Moose-2.201.400.ebuild
+++ b/dev-perl/Moose/Moose-2.201.400.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mouse/

2021-07-09 Thread Sam James
commit: 002fe78fab8f91f76e9ef6d68931c35466cfced6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:46:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002fe78f

dev-perl/Mouse: Stabilize 2.4.10-r1 amd64, #801394

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Mouse/Mouse-2.4.10-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild 
b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
index a77ea8231d5..536ef5d6d1e 100644
--- a/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
+++ b/dev-perl/Mouse/Mouse-2.4.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Moose minus the antlers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/

2021-07-09 Thread Sam James
commit: 217af627491829e83d32ce8b84282b4b8151fe72
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217af627

media-libs/rubberband: Stabilize 1.9.2 amd64, #801268

Signed-off-by: Sam James  gentoo.org>

 media-libs/rubberband/rubberband-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-1.9.2.ebuild 
b/media-libs/rubberband/rubberband-1.9.2.ebuild
index f390295a8a9..823edecd019 100644
--- a/media-libs/rubberband/rubberband-1.9.2.ebuild
+++ b/media-libs/rubberband/rubberband-1.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="ladspa jni static-libs +programs vamp"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/

2021-07-09 Thread Sam James
commit: 23bafe32b778b03ab63f034678e82fe32cfb514a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:46:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bafe32

media-libs/rubberband: Stabilize 1.9.2 ppc, #801268

Signed-off-by: Sam James  gentoo.org>

 media-libs/rubberband/rubberband-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-1.9.2.ebuild 
b/media-libs/rubberband/rubberband-1.9.2.ebuild
index 913de8bcf42..7ee9b939e84 100644
--- a/media-libs/rubberband/rubberband-1.9.2.ebuild
+++ b/media-libs/rubberband/rubberband-1.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
 IUSE="ladspa jni static-libs +programs vamp"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2021-07-09 Thread Sam James
commit: f0257a6bf71ad1866d80385036481e27aa3e6d09
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0257a6b

net-im/pidgin: Stabilize 2.14.5 amd64, #801274

Signed-off-by: Sam James  gentoo.org>

 net-im/pidgin/pidgin-2.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.5.ebuild 
b/net-im/pidgin/pidgin-2.14.5.ebuild
index bea18558028..22efeed795d 100644
--- a/net-im/pidgin/pidgin-2.14.5.ebuild
+++ b/net-im/pidgin/pidgin-2.14.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf"



[gentoo-commits] repo/gentoo:master commit in: dev-db/pgbadger/

2021-07-09 Thread Sam James
commit: 7b93e29f888ee410fba92ca17d5af984862a38d5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:46:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b93e29f

dev-db/pgbadger: Stabilize 11.5 amd64, #801379

Signed-off-by: Sam James  gentoo.org>

 dev-db/pgbadger/pgbadger-11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgbadger/pgbadger-11.5.ebuild 
b/dev-db/pgbadger/pgbadger-11.5.ebuild
index de9d41cb53e..79dbc731d24 100644
--- a/dev-db/pgbadger/pgbadger-11.5.ebuild
+++ b/dev-db/pgbadger/pgbadger-11.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/darold/pgbadger/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="
dev-perl/JSON-XS



[gentoo-commits] repo/gentoo:master commit in: x11-themes/lxqt-themes/

2021-07-09 Thread Sam James
commit: 382c9e76dd33cd7b42cd0e542e793e4231937a44
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382c9e76

x11-themes/lxqt-themes: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild 
b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
index e9df8dd6dc0..aa6de5cb48e 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-session/

2021-07-09 Thread Sam James
commit: ce4a0daafbbf2211b4b81d23863ea7b16c9e0754
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4a0daa

lxqt-base/lxqt-session: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-session/lxqt-session-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-session/lxqt-session-0.17.0.ebuild 
b/lxqt-base/lxqt-session/lxqt-session-0.17.0.ebuild
index 67aa60c15a2..b8170272f44 100644
--- a/lxqt-base/lxqt-session/lxqt-session-0.17.0.ebuild
+++ b/lxqt-base/lxqt-session/lxqt-session-0.17.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 IUSE="+udev"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-runner/

2021-07-09 Thread Sam James
commit: 31709ccc79c384e261fbcc7446c64afea0699964
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31709ccc

lxqt-base/lxqt-runner: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild 
b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
index 8ef6d841da6..2a0a7ab0258 100644
--- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
+++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm-qt/

2021-07-09 Thread Sam James
commit: 2b3f7481c585b48566f69e7ed5882c847f8395cc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3f7481

x11-libs/libfm-qt: Stabilize 0.17.1 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild 
b/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild
index e7f00d8d8c0..6be4abd5d62 100644
--- a/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-0.17.1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="BSD GPL-2+ LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm-qt/

2021-07-09 Thread Sam James
commit: 33cebf121095be913458d1f39e3789a05643525e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cebf12

x11-misc/pcmanfm-qt: Stabilize 0.17.0-r1 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild 
b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild
index 11ef42c9971..0e2853aac36 100644
--- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild
+++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.17.0-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol-qt/

2021-07-09 Thread Sam James
commit: 9c0652016ed9d87eda3de8c10690f7e8f0ab58e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c065201

media-sound/pavucontrol-qt: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 media-sound/pavucontrol-qt/pavucontrol-qt-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pavucontrol-qt/pavucontrol-qt-0.17.0.ebuild 
b/media-sound/pavucontrol-qt/pavucontrol-qt-0.17.0.ebuild
index 44c2b562797..26d2df6e69b 100644
--- a/media-sound/pavucontrol-qt/pavucontrol-qt-0.17.0.ebuild
+++ b/media-sound/pavucontrol-qt/pavucontrol-qt-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-sudo/

2021-07-09 Thread Sam James
commit: 4c7ff86a6c2bebb874582f7ca549089b68714c46
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7ff86a

lxqt-base/lxqt-sudo: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild 
b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
index 3153b0b042a..6bac172f237 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/

2021-07-09 Thread Sam James
commit: c21513cb11b2be95d74c102885f00445f61b0be6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21513cb

x11-misc/qps: Stabilize 2.3.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 x11-misc/qps/qps-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qps/qps-2.3.0.ebuild b/x11-misc/qps/qps-2.3.0.ebuild
index 37c0a339232..284ae332ada 100644
--- a/x11-misc/qps/qps-2.3.0.ebuild
+++ b/x11-misc/qps/qps-2.3.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 BDEPEND="
dev-qt/linguist-tools:5



[gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/

2021-07-09 Thread Sam James
commit: 175551965031a0e9d9df565647ffa84a3ed11f8a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17555196

media-gfx/lximage-qt: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 media-gfx/lximage-qt/lximage-qt-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/lximage-qt/lximage-qt-0.17.0.ebuild 
b/media-gfx/lximage-qt/lximage-qt-0.17.0.ebuild
index ff0920adf74..7ff3f8a26b0 100644
--- a/media-gfx/lximage-qt/lximage-qt-0.17.0.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/lxqt-archiver/

2021-07-09 Thread Sam James
commit: c37525725d1a620245567dfda30be0a2008dffd6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3752572

app-arch/lxqt-archiver: Stabilize 0.4.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild 
b/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild
index 4bf9466ba80..6d90fded3a2 100644
--- a/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild
+++ b/app-arch/lxqt-archiver/lxqt-archiver-0.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2 GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-panel/

2021-07-09 Thread Sam James
commit: 17b6c36997bb598a3a5679ae60b244be1a20df68
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b6c369

lxqt-base/lxqt-panel: Stabilize 0.17.1-r1 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-panel/lxqt-panel-0.17.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.17.1-r1.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-0.17.1-r1.ebuild
index 8295b77a477..e08a8adb361 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.17.1-r1.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.17.1-r1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-qtplugin/

2021-07-09 Thread Sam James
commit: 7fb2e39d3bf801787040e542d44d59a0fb4cdba1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb2e39d

lxqt-base/lxqt-qtplugin: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild 
b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild
index bde9f9e6a46..9e7625b29a8 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/

2021-07-09 Thread Sam James
commit: d3cbbf9e5933af32ee76406fa473aded51ae5d38
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cbbf9e

lxqt-base/lxqt-powermanagement: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild 
b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
index e957ba744cd..75fe65972bb 100644
--- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
+++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-policykit/

2021-07-09 Thread Sam James
commit: 0301da7414d6ef5498c6e7cd6112e2849893e28c
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0301da74

lxqt-base/lxqt-policykit: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-policykit/lxqt-policykit-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.17.0.ebuild 
b/lxqt-base/lxqt-policykit/lxqt-policykit-0.17.0.ebuild
index 8f7216ef6e6..7cebfc2b0a3 100644
--- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.17.0.ebuild
+++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-openssh-askpass/

2021-07-09 Thread Sam James
commit: 8011ca3553c16012b2372819178d3a4aefb9ee55
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 10 00:45:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 10 00:47:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8011ca35

lxqt-base/lxqt-openssh-askpass: Stabilize 0.17.0 amd64, #801154

Signed-off-by: Sam James  gentoo.org>

 lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.17.0.ebuild 
b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.17.0.ebuild
index 5e610f95620..37184cf8bca 100644
--- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.17.0.ebuild
+++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="LGPL-2.1 LGPL-2.1+"



[gentoo-commits] repo/gentoo:master commit in: acct-user/cancd/

2021-07-09 Thread Conrad Kostecki
commit: 0e783078f8db04b159b7200ac14b3e7d2614d826
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:42:27 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:45:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e783078

acct-user/cancd: update uid for user

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/cancd/cancd-0-r1.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/acct-user/cancd/cancd-0-r1.ebuild 
b/acct-user/cancd/cancd-0-r1.ebuild
new file mode 100644
index 000..41284202bbc
--- /dev/null
+++ b/acct-user/cancd/cancd-0-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the CA NetConsole Daemon"
+
+ACCT_USER_GROUPS=( "cancd" )
+ACCT_USER_ID="213"
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: app-admin/cancd/

2021-07-09 Thread Conrad Kostecki
commit: f1c404f773660b6210768acf865a36a7535f69b0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:44:50 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:45:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c404f7

app-admin/cancd: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-admin/cancd/cancd-0.1.0-r5.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/app-admin/cancd/cancd-0.1.0-r5.ebuild 
b/app-admin/cancd/cancd-0.1.0-r5.ebuild
deleted file mode 100644
index e821470d956..000
--- a/app-admin/cancd/cancd-0.1.0-r5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="CA NetConsole Daemon receives output from the Linux netconsole 
driver"
-HOMEPAGE="http://oss.oracle.com/projects/cancd/;
-SRC_URI="http://oss.oracle.com/projects/cancd/dist/files/source/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-   "${FILESDIR}/${P}-build-r1.patch"
-   "${FILESDIR}/${P}-c-cleanup.patch"
-)
-
-RDEPEND="acct-user/cancd"
-
-src_prepare() {
-   default
-
-   # slight makefile cleanup
-   sed \
-   -e '/^CFLAGS/s,-g,,' \
-   -e '/^CFLAGS/s,-O2,-Wall -W -Wextra -Wundef -Wendif-labels 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return 
-Wstrict-prototypes -Wredundant-decls -Wunreachable-code -Wlong-long,' \
-   -e '/rm cancd cancd.o/s,rm,rm -f,' \
-   -i Makefile || die
-}
-
-src_install() {
-   dosbin cancd
-
-   newinitd "${FILESDIR}"/cancd-init.d-r1 cancd
-   newconfd "${FILESDIR}"/cancd-conf.d-r1 cancd
-   newinitd "${FILESDIR}"/netconsole-init.d netconsole
-   newconfd "${FILESDIR}"/netconsole-conf.d netconsole
-}



[gentoo-commits] repo/gentoo:master commit in: acct-group/cancd/

2021-07-09 Thread Conrad Kostecki
commit: c654ba4c874905b01899a376929c1fa2e1afe30a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:40:02 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:45:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c654ba4c

acct-group/cancd: add group (213) for app-admin/cancd

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-group/cancd/cancd-0.ebuild | 10 ++
 acct-group/cancd/metadata.xml   |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-group/cancd/cancd-0.ebuild b/acct-group/cancd/cancd-0.ebuild
new file mode 100644
index 000..cb378da029a
--- /dev/null
+++ b/acct-group/cancd/cancd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the CA NetConsole Daemon"
+
+ACCT_GROUP_ID="213"

diff --git a/acct-group/cancd/metadata.xml b/acct-group/cancd/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-group/cancd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-user/cancd/

2021-07-09 Thread Conrad Kostecki
commit: 6ff930d6834dd1a761a600986a464f9f9a892fb2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:43:22 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:45:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff930d6

acct-user/cancd: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/cancd/cancd-0.ebuild | 10 --
 1 file changed, 10 deletions(-)

diff --git a/acct-user/cancd/cancd-0.ebuild b/acct-user/cancd/cancd-0.ebuild
deleted file mode 100644
index f14836297bc..000
--- a/acct-user/cancd/cancd-0.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="A user for the CA NetConsole Daemon"
-
-ACCT_USER_ID="404"



[gentoo-commits] repo/gentoo:master commit in: app-admin/cancd/

2021-07-09 Thread Conrad Kostecki
commit: 0dfa1e0fc1cf6d7fda3b2d69f71c5be1df1e3c35
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:44:22 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:45:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfa1e0f

app-admin/cancd: add group (GLEP 81)

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-admin/cancd/cancd-0.1.0-r6.ebuild | 42 +++
 1 file changed, 42 insertions(+)

diff --git a/app-admin/cancd/cancd-0.1.0-r6.ebuild 
b/app-admin/cancd/cancd-0.1.0-r6.ebuild
new file mode 100644
index 000..c8f64e59008
--- /dev/null
+++ b/app-admin/cancd/cancd-0.1.0-r6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="CA NetConsole Daemon receives output from the Linux netconsole 
driver"
+HOMEPAGE="http://oss.oracle.com/projects/cancd/;
+SRC_URI="http://oss.oracle.com/projects/cancd/dist/files/source/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=(
+   "${FILESDIR}/${P}-build-r1.patch"
+   "${FILESDIR}/${P}-c-cleanup.patch"
+)
+
+RDEPEND="
+   acct-group/cancd
+   acct-user/cancd
+"
+
+src_prepare() {
+   default
+
+   # slight makefile cleanup
+   sed \
+   -e '/^CFLAGS/s,-g,,' \
+   -e '/^CFLAGS/s,-O2,-Wall -W -Wextra -Wundef -Wendif-labels 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return 
-Wstrict-prototypes -Wredundant-decls -Wunreachable-code -Wlong-long,' \
+   -e '/rm cancd cancd.o/s,rm,rm -f,' \
+   -i Makefile || die
+}
+
+src_install() {
+   dosbin cancd
+
+   newinitd "${FILESDIR}"/cancd-init.d-r1 cancd
+   newconfd "${FILESDIR}"/cancd-conf.d-r1 cancd
+   newinitd "${FILESDIR}"/netconsole-init.d netconsole
+   newconfd "${FILESDIR}"/netconsole-conf.d netconsole
+}



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: c852e00c0ac6bda1797ecce462f26d054a281a1a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:37:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:37:21 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=c852e00c

uid-gid.txt: update uid for cancd, add gid

Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 8fb635c..026e6c1 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -206,7 +206,8 @@ postfix 207 
207 acctRemoved from baselayout in 
[r1863](https://sources.
 postdrop   -   208 
acctRemoved from baselayout in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=1862=1863=2545)
 smmsp  209 209 
acctuser removed out of baselayout in 
[r2446](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=2310=2446=2545);
 group in 
[r2445](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=2444=2445=2545)
 cmd5checkpw212 212 
acct
-sockd  214 ^   214 
acct
+cancd  213 213 
acct
+sockd  214 214 
acct
 radvd  215 215 
acct
 aspnet 216 216 
acct
 hsqldb 217 217 
acct



[gentoo-commits] repo/gentoo:master commit in: profiles/

2021-07-09 Thread Craig Andrews
commit: f86ba15e807400237b97186da4e0339e40b3d930
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul 10 00:34:42 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul 10 00:35:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86ba15e

profiles/package.mask: mask media-plugins/kodi-vfs-sacd

Bug: https://bugs.gentoo.org/801406
Signed-off-by: Craig Andrews  gentoo.org>

 profiles/package.mask | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 848b16fdc6f..e829efef4c2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Craig Andrews  (2021-07-09)
+# deprecated; replaced by media-plugins/kodi-audiodecoder-sacd
+# No reverse dependencies
+# See https://bugs.gentoo.org/801406
+# Masked for removal in 30 days.
+media-plugins/kodi-vfs-sacd
+
 # Hans de Graaff  (2021-07-09)
 # Last release in 2016. Tests fail with recent git versions.
 # No reverse dependencies, no maintainer.



[gentoo-commits] repo/gentoo:master commit in: acct-group/sockd/

2021-07-09 Thread Conrad Kostecki
commit: ee013730ae054bc802fda975f186954ada8d3507
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:26:29 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:26:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee013730

acct-group/sockd: add group (214) for net-proxy/dante

Bug: https://bugs.gentoo.org/801412
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-group/sockd/metadata.xml   |  8 
 acct-group/sockd/sockd-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/sockd/metadata.xml b/acct-group/sockd/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-group/sockd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+

diff --git a/acct-group/sockd/sockd-0.ebuild b/acct-group/sockd/sockd-0.ebuild
new file mode 100644
index 000..deebd843ff1
--- /dev/null
+++ b/acct-group/sockd/sockd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for net-proxy/dante"
+
+ACCT_GROUP_ID="214"



[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/

2021-07-09 Thread Conrad Kostecki
commit: 1f82664ae74da860feea8fe6a0fe7deed16b8908
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:32:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f82664a

net-proxy/dante: drop old version

Closes: https://bugs.gentoo.org/801412
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-proxy/dante/dante-1.4.1-r4.ebuild | 102 --
 1 file changed, 102 deletions(-)

diff --git a/net-proxy/dante/dante-1.4.1-r4.ebuild 
b/net-proxy/dante/dante-1.4.1-r4.ebuild
deleted file mode 100644
index 698c01c48d8..000
--- a/net-proxy/dante/dante-1.4.1-r4.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="A free socks4,5 and msproxy implementation"
-HOMEPAGE="https://www.inet.no/dante/;
-SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="debug kerberos pam selinux static-libs tcpd upnp"
-
-CDEPEND="
-   kerberos? ( virtual/krb5 )
-   pam? ( sys-libs/pam )
-   tcpd? ( sys-apps/tcp-wrappers )
-   upnp? ( net-libs/miniupnpc:= )
-   userland_GNU? ( sys-apps/shadow )
-"
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   sys-devel/flex
-"
-RDEPEND="
-   ${CDEPEND}
-   acct-user/sockd
-   selinux? ( sec-policy/selinux-dante )
-"
-
-DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.0-socksify.patch
-   "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch
-   "${FILESDIR}"/${PN}-1.4.0-cflags.patch
-   "${FILESDIR}"/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
-   "${FILESDIR}"/${PN}-1.4.1-sigpwr-siginfo.patch #517528
-   "${FILESDIR}"/${PN}-1.4.1-miniupnp14.patch #564680
-)
-
-src_prepare() {
-   default
-
-   sed \
-   -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
-   -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \
-   -i doc/{socksify.1,socks.conf.5,sockd.conf.5,sockd.8} \
-   || die
-
-   sed -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' -i configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # hardcoded the libc name otherwise the scan on a amd64 multilib system
-   # ends up finding /usr/lib32/libc.so.5. That cascades and causes the
-   # preload/libdsocks to not be built.
-   econf \
-   --with-socks-conf="${EPREFIX}"/etc/socks/socks.conf \
-   --with-sockd-conf="${EPREFIX}"/etc/socks/sockd.conf \
-   --enable-preload \
-   --enable-clientdl \
-   --enable-serverdl \
-   --enable-drt-fallback \
-   --with-libc=libc.so.6 \
-   $(use_enable debug) \
-   $(use_with kerberos gssapi) \
-   $(use_with pam) \
-   $(use_with upnp) \
-   $(use_enable static-libs static) \
-   $(use_with tcpd libwrap)
-}
-
-src_install() {
-   default
-
-   # default configuration files
-   insinto /etc/socks
-   doins "${FILESDIR}"/sock?.conf
-   pushd "${ED}"/etc/socks > /dev/null
-   use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
-   use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
-   popd > /dev/null
-
-   # init script
-   newinitd "${FILESDIR}"/${PN}-1.3.2-sockd-init dante-sockd
-   newconfd "${FILESDIR}"/dante-sockd-conf dante-sockd
-
-   systemd_dounit "${FILESDIR}"/dante-sockd.service
-
-   # example configuration files
-   docinto examples
-   dodoc example/*.conf
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: acct-user/sockd/

2021-07-09 Thread Conrad Kostecki
commit: b07af3e6f452a32f82816dd19d797a0f74bc59d2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:28:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:28:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07af3e6

acct-user/sockd: add group sockd to user sockd

Bug: https://bugs.gentoo.org/801412
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/sockd/sockd-0-r1.ebuild | 13 +
 1 file changed, 13 insertions(+)

diff --git a/acct-user/sockd/sockd-0-r1.ebuild 
b/acct-user/sockd/sockd-0-r1.ebuild
new file mode 100644
index 000..2b3b94b7451
--- /dev/null
+++ b/acct-user/sockd/sockd-0-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for net-proxy/dante"
+
+ACCT_USER_GROUPS=( "sockd" )
+ACCT_USER_ID="214"
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/

2021-07-09 Thread Conrad Kostecki
commit: ca4eec004c6b685d9c39faf4404a67cd4cc8f6e2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:30:20 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:30:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4eec00

net-proxy/dante: add group (GLEP 81)

Closes: https://bugs.gentoo.org/801412
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-proxy/dante/dante-1.4.1-r5.ebuild | 103 ++
 1 file changed, 103 insertions(+)

diff --git a/net-proxy/dante/dante-1.4.1-r5.ebuild 
b/net-proxy/dante/dante-1.4.1-r5.ebuild
new file mode 100644
index 000..76bd958c87e
--- /dev/null
+++ b/net-proxy/dante/dante-1.4.1-r5.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="A free socks4,5 and msproxy implementation"
+HOMEPAGE="https://www.inet.no/dante/;
+SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+IUSE="debug kerberos pam selinux static-libs tcpd upnp"
+
+CDEPEND="
+   kerberos? ( virtual/krb5 )
+   pam? ( sys-libs/pam )
+   tcpd? ( sys-apps/tcp-wrappers )
+   upnp? ( net-libs/miniupnpc:= )
+   userland_GNU? ( sys-apps/shadow )
+"
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+"
+RDEPEND="
+   ${CDEPEND}
+   acct-group/sockd
+   acct-user/sockd
+   selinux? ( sec-policy/selinux-dante )
+"
+
+DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.0-socksify.patch
+   "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch
+   "${FILESDIR}"/${PN}-1.4.0-cflags.patch
+   "${FILESDIR}"/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
+   "${FILESDIR}"/${PN}-1.4.1-sigpwr-siginfo.patch #517528
+   "${FILESDIR}"/${PN}-1.4.1-miniupnp14.patch #564680
+)
+
+src_prepare() {
+   default
+
+   sed \
+   -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
+   -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \
+   -i doc/{socksify.1,socks.conf.5,sockd.conf.5,sockd.8} \
+   || die
+
+   sed -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' -i configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # hardcoded the libc name otherwise the scan on a amd64 multilib system
+   # ends up finding /usr/lib32/libc.so.5. That cascades and causes the
+   # preload/libdsocks to not be built.
+   econf \
+   --with-socks-conf="${EPREFIX}"/etc/socks/socks.conf \
+   --with-sockd-conf="${EPREFIX}"/etc/socks/sockd.conf \
+   --enable-preload \
+   --enable-clientdl \
+   --enable-serverdl \
+   --enable-drt-fallback \
+   --with-libc=libc.so.6 \
+   $(use_enable debug) \
+   $(use_with kerberos gssapi) \
+   $(use_with pam) \
+   $(use_with upnp) \
+   $(use_enable static-libs static) \
+   $(use_with tcpd libwrap)
+}
+
+src_install() {
+   default
+
+   # default configuration files
+   insinto /etc/socks
+   doins "${FILESDIR}"/sock?.conf
+   pushd "${ED}"/etc/socks > /dev/null
+   use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
+   use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
+   popd > /dev/null
+
+   # init script
+   newinitd "${FILESDIR}"/${PN}-1.3.2-sockd-init dante-sockd
+   newconfd "${FILESDIR}"/dante-sockd-conf dante-sockd
+
+   systemd_dounit "${FILESDIR}"/dante-sockd.service
+
+   # example configuration files
+   docinto examples
+   dodoc example/*.conf
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: acct-user/sockd/

2021-07-09 Thread Conrad Kostecki
commit: 8df01b71680fc9bd11086e534eed9a7f3bb3c118
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:34:05 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:34:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df01b71

acct-user/sockd: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/sockd/sockd-0.ebuild | 10 --
 1 file changed, 10 deletions(-)

diff --git a/acct-user/sockd/sockd-0.ebuild b/acct-user/sockd/sockd-0.ebuild
deleted file mode 100644
index a6c2f5cbb15..000
--- a/acct-user/sockd/sockd-0.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="A user for net-proxy/dante"
-
-ACCT_USER_ID="306"



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 84357021e86635fae5c4aceb816d1f1090b7b7c0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:24:12 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:24:12 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=84357021

uid-gid.txt: update uid for sockd, add gid

Bug: https://bugs.gentoo.org/801412
Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 0a40076..8fb635c 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -206,6 +206,7 @@ postfix 207 
207 acctRemoved from baselayout in 
[r1863](https://sources.
 postdrop   -   208 
acctRemoved from baselayout in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=1862=1863=2545)
 smmsp  209 209 
acctuser removed out of baselayout in 
[r2446](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=2310=2446=2545);
 group in 
[r2445](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=2444=2445=2545)
 cmd5checkpw212 212 
acct
+sockd  214 ^   214 
acct
 radvd  215 215 
acct
 aspnet 216 216 
acct
 hsqldb 217 217 
acct
@@ -302,7 +303,6 @@ lighttpd302 302 
acct
 dhcpcd 303 303 
acct
 vboxusers  -   304 
acct
 vboxguest  305 305 
acct
-sockd  306 -   
acct
 vboxsf -   306 
acct
 clair  307 307 
acct
 mysqld_exporter308 308 
acct



[gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/

2021-07-09 Thread Conrad Kostecki
commit: 1fd1b2cd4dabb15ddf05b4d89b3dcd08a8e37f47
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:08:24 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:08:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd1b2cd

www-apps/icingaweb2: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 www-apps/icingaweb2/icingaweb2-2.8.2.ebuild | 80 -
 1 file changed, 80 deletions(-)

diff --git a/www-apps/icingaweb2/icingaweb2-2.8.2.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.8.2.ebuild
deleted file mode 100644
index 2fbd8e31845..000
--- a/www-apps/icingaweb2/icingaweb2-2.8.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit depend.apache multilib
-
-DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
-HOMEPAGE="http://www.icinga.org/;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/Icinga/icingaweb2.git;
-   EGIT_BRANCH="master"
-else
-   SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> 
${P}.tar.gz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="apache2 apache2-server fpm ldap mysql nginx pdf postgres"
-REQUIRED_USE="( ^^ ( apache2-server nginx ) ) apache2? ( apache2-server )"
-
-DEPEND=">=net-analyzer/icinga2-2.1.1
-   dev-php/pecl-imagick
-   pdf? ( media-gfx/imagemagick[png] )
-   apache2-server? ( >=www-servers/apache-2.4.0 )
-   nginx? ( >=www-servers/nginx-1.7.0:* )
-   || (
-   
dev-lang/php:5.6[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.3[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.4[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   acct-group/icingacmd
-   acct-group/icingaweb2"
-RDEPEND="${DEPEND}"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-
-   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
-   use apache2 && usermod -a -G icingacmd,icingaweb2 apache
-}
-
-pkg_config() {
-   if [[ -d /etc/icingaweb2 ]] ; then
-   einfo "Updating existing installation ..."
-   else
-   einfo "Running first time setup ..."
-   einfo "Creating configuration directory ..."
-   /usr/share/${PN}/bin/icingacli setup config directory
-   einfo "Creating authentication token for web setup ..."
-   /usr/share/${PN}/bin/icingacli setup token create
-   if use apache2 ; then
-   einfo "The following might be useful for your Apache2 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
-   fi
-   if use nginx ; then
-   einfo "The following might be useful for your NGinx 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 
nginx --document-root /usr/share/${PN}/public
-   fi
-   fi
-   einfo "All done."
-}
-
-src_install() {
-   insinto "/usr/share/${PN}"
-   doins -r "${S}"/*
-   fperms -R a+rX "/usr/share/${PN}/public/"
-   fperms u+x,g+x "/usr/share/${PN}/bin/icingacli"
-}
-
-pkg_postinst() {
-   einfo "Run 'emerge --config =${CATEGORY}/${PF}' to finish setup."
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/

2021-07-09 Thread Conrad Kostecki
commit: 552a982325737e1ae255c07f5e27d123e1aa409a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:46:55 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:46:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552a9823

net-misc/radvd: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/radvd/radvd-2.19-r1.ebuild | 73 -
 1 file changed, 73 deletions(-)

diff --git a/net-misc/radvd/radvd-2.19-r1.ebuild 
b/net-misc/radvd/radvd-2.19-r1.ebuild
deleted file mode 100644
index ee8991b121b..000
--- a/net-misc/radvd/radvd-2.19-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd user readme.gentoo-r1 toolchain-funcs
-
-DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
-HOMEPAGE="http://v6web.litech.org/radvd/;
-SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 sparc x86"
-IUSE="kernel_FreeBSD selinux test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="virtual/pkgconfig"
-CDEPEND="dev-libs/libdaemon"
-DEPEND="${CDEPEND}
-   sys-devel/bison
-   sys-devel/flex
-   test? ( dev-libs/check )"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-radvd )
-"
-DOCS=( CHANGES README TODO radvd.conf.example )
-
-PATCHES=(
-)
-
-pkg_setup() {
-   enewgroup radvd
-   enewuser radvd -1 -1 /dev/null radvd
-}
-
-src_configure() {
-   econf --with-pidfile=/run/radvd/radvd.pid \
-   --with-systemdsystemunitdir=no \
-   $(use_with test check)
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   default
-
-   docinto html
-   dodoc INTRO.html
-
-   newinitd "${FILESDIR}"/${PN}-2.15.init ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf ${PN}
-
-   systemd_dounit "${FILESDIR}"/${PN}.service
-
-   if use kernel_FreeBSD ; then
-   sed -i -e \
-   
's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
-   "${D}"/etc/init.d/${PN} || die
-   fi
-
-   readme.gentoo_create_doc
-}
-
-DISABLE_AUTOFORMATTING=1
-DOC_CONTENTS="Please create a configuration file ${ROOT}/etc/radvd.conf.
-See ${ROOT}/usr/share/doc/${PF} for an example.
-
-grsecurity users should allow a specific group to read /proc
-and add the radvd user to that group, otherwise radvd may
-segfault on startup."



[gentoo-commits] repo/gentoo:master commit in: acct-user/radvd/

2021-07-09 Thread Conrad Kostecki
commit: b8499aa05bdddbaf475311e14f8f00cb8ff105fa
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:43:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:43:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8499aa0

acct-user/radvd: add user (215) for net-misc/radvd

Bug: https://bugs.gentoo.org/781425
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/radvd/metadata.xml   |  8 
 acct-user/radvd/radvd-0.ebuild | 13 +
 2 files changed, 21 insertions(+)

diff --git a/acct-user/radvd/metadata.xml b/acct-user/radvd/metadata.xml
new file mode 100644
index 000..3ffdeb4af3b
--- /dev/null
+++ b/acct-user/radvd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+

diff --git a/acct-user/radvd/radvd-0.ebuild b/acct-user/radvd/radvd-0.ebuild
new file mode 100644
index 000..3b51448d28b
--- /dev/null
+++ b/acct-user/radvd/radvd-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the Router Advertisement Daemon"
+
+ACCT_USER_GROUPS=( "radvd" )
+ACCT_USER_ID="215"
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/

2021-07-09 Thread Conrad Kostecki
commit: 4ab982611b81ffd8406caf9407842ded4887e347
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:07:37 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:07:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab98261

www-apps/icingaweb2: migrate to GLEP 81

Also migrated to EAPI 7 and dropped old nonexistent PHP versions in
tree.

Closes: https://bugs.gentoo.org/781593
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...web2-.ebuild => icingaweb2-2.8.2-r1.ebuild} | 28 ++
 www-apps/icingaweb2/icingaweb2-.ebuild | 26 ++--
 2 files changed, 25 insertions(+), 29 deletions(-)

diff --git a/www-apps/icingaweb2/icingaweb2-.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.8.2-r1.ebuild
similarity index 72%
copy from www-apps/icingaweb2/icingaweb2-.ebuild
copy to www-apps/icingaweb2/icingaweb2-2.8.2-r1.ebuild
index 70eeef62f5d..cffc856a67d 100644
--- a/www-apps/icingaweb2/icingaweb2-.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-2.8.2-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
-inherit depend.apache multilib user
+inherit depend.apache multilib
 
 DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
 HOMEPAGE="http://www.icinga.org/;
@@ -14,7 +14,7 @@ if [[ ${PV} == * ]];then
EGIT_BRANCH="master"
 else
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-2"
@@ -28,11 +28,11 @@ DEPEND=">=net-analyzer/icinga2-2.1.1
apache2-server? ( >=www-servers/apache-2.4.0 )
nginx? ( >=www-servers/nginx-1.7.0:* )
|| (
-   
dev-lang/php:5.6[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]

dev-lang/php:7.3[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )"
+   
dev-lang/php:7.4[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   )
+   acct-group/icingacmd
+   acct-group/icingaweb2"
 RDEPEND="${DEPEND}"
 
 want_apache2
@@ -40,10 +40,8 @@ want_apache2
 pkg_setup() {
depend.apache_pkg_setup
 
-   enewgroup icingaweb2
-   enewgroup icingacmd
-   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
-   use apache2 && usermod -a -G icingacmd,icingaweb2 apache
+   use nginx && usermod -a -G icingacmd,icingaweb2 nginx || die
+   use apache2 && usermod -a -G icingacmd,icingaweb2 apache || die
 }
 
 pkg_config() {
@@ -52,16 +50,16 @@ pkg_config() {
else
einfo "Running first time setup ..."
einfo "Creating configuration directory ..."
-   /usr/share/${PN}/bin/icingacli setup config directory
+   /usr/share/${PN}/bin/icingacli setup config directory || die
einfo "Creating authentication token for web setup ..."
-   /usr/share/${PN}/bin/icingacli setup token create
+   /usr/share/${PN}/bin/icingacli setup token create || die
if use apache2 ; then
einfo "The following might be useful for your Apache2 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
+   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public || die
fi
if use nginx ; then
einfo "The following might be useful for your NGinx 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 
nginx --document-root /usr/share/${PN}/public
+   /usr/share/${PN}/bin/icingacli setup config webserver 
nginx --document-root /usr/share/${PN}/public || die
fi
fi
einfo "All done."

diff --git a/www-apps/icingaweb2/icingaweb2-.ebuild 
b/www-apps/icingaweb2/icingaweb2-.ebuild
index 70eeef62f5d..f0757e1ba82 100644
--- a/www-apps/icingaweb2/icingaweb2-.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=7
 
-inherit depend.apache multilib user
+inherit depend.apache multilib
 
 DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
 

[gentoo-commits] repo/gentoo:master commit in: acct-group/radvd/

2021-07-09 Thread Conrad Kostecki
commit: 0173d21968569cccdbf5c0f331785d745834c55e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:39:20 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:39:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0173d219

acct-group/radvd: add group (215) for net-misc/radvd

Bug: https://bugs.gentoo.org/781425
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-group/radvd/metadata.xml   |  8 
 acct-group/radvd/radvd-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/radvd/metadata.xml b/acct-group/radvd/metadata.xml
new file mode 100644
index 000..3ffdeb4af3b
--- /dev/null
+++ b/acct-group/radvd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+

diff --git a/acct-group/radvd/radvd-0.ebuild b/acct-group/radvd/radvd-0.ebuild
new file mode 100644
index 000..36fff292c55
--- /dev/null
+++ b/acct-group/radvd/radvd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Router Advertisement Daemon"
+
+ACCT_GROUP_ID="215"



[gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/

2021-07-09 Thread Conrad Kostecki
commit: 614d99657f469c70d8ab663026b14d9185a9c2f9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:45:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:45:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614d9965

net-misc/radvd: migrate to GLEP 81

Closes: https://bugs.gentoo.org/781425
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/radvd/radvd-2.19-r2.ebuild | 71 +
 1 file changed, 71 insertions(+)

diff --git a/net-misc/radvd/radvd-2.19-r2.ebuild 
b/net-misc/radvd/radvd-2.19-r2.ebuild
new file mode 100644
index 000..d8c38b79fb2
--- /dev/null
+++ b/net-misc/radvd/radvd-2.19-r2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit readme.gentoo-r1 systemd toolchain-funcs
+
+DESCRIPTION="Linux IPv6 Router Advertisement Daemon"
+HOMEPAGE="http://v6web.litech.org/radvd/;
+SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 sparc x86"
+IUSE="kernel_FreeBSD selinux test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="virtual/pkgconfig"
+CDEPEND="dev-libs/libdaemon"
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   ${CDEPEND}
+   acct-group/radvd
+   acct-user/radvd
+   selinux? ( sec-policy/selinux-radvd )
+"
+
+DOCS=( CHANGES README TODO radvd.conf.example )
+
+src_configure() {
+   econf --with-pidfile=/run/radvd/radvd.pid \
+   --with-systemdsystemunitdir=no \
+   $(use_with test check)
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)"
+}
+
+src_install() {
+   default
+
+   docinto html
+   dodoc INTRO.html
+
+   newinitd "${FILESDIR}"/${PN}-2.15.init ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf ${PN}
+
+   systemd_dounit "${FILESDIR}"/${PN}.service
+
+   if use kernel_FreeBSD ; then
+   sed -e \
+   
's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \
+   -i "${D}"/etc/init.d/${PN} || die
+   fi
+
+   readme.gentoo_create_doc
+}
+
+DISABLE_AUTOFORMATTING=1
+DOC_CONTENTS="Please create a configuration file ${ROOT}/etc/radvd.conf.
+See ${ROOT}/usr/share/doc/${PF} for an example.
+
+grsecurity users should allow a specific group to read /proc
+and add the radvd user to that group, otherwise radvd may
+segfault on startup."



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 82a03d4ee52f56031e269c9ba16e0147643b927d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 10 00:00:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 10 00:00:33 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=82a03d4e

Revert "uid-gid.txt: add gid (204,205) icingacmd, icingaweb2"

This reverts commit 8f5193d6f6fdaf3a495c144386a1789294772d77.

Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 2bdbbcb..0a40076 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -199,9 +199,7 @@ qmail   -   
201 acctRemoved from baselayout in 
[r1397](https://sources.gent
 qmaill 202 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 qmailp 203 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 qmailq 204 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
-icingacmd  -   204 
acct
 qmailr 205 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
-icingaweb2 -   205 
acct
 realtime   -   206 
acct
 qmails 206 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 postfix207 207 
acctRemoved from baselayout in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1862=1863=2545)



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 8f5193d6f6fdaf3a495c144386a1789294772d77
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:55:04 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:55:30 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8f5193d6

uid-gid.txt: add gid (204,205) icingacmd, icingaweb2

Bug: https://bugs.gentoo.org/781593
Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 0a40076..2bdbbcb 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -199,7 +199,9 @@ qmail   -   
201 acctRemoved from baselayout in 
[r1397](https://sources.gent
 qmaill 202 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 qmailp 203 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 qmailq 204 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
+icingacmd  -   204 
acct
 qmailr 205 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
+icingaweb2 -   205 
acct
 realtime   -   206 
acct
 qmails 206 -   
acctRemoved from baselayout in 
[r1397](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1369=1397=2545)
 postfix207 207 
acctRemoved from baselayout in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1862=1863=2545)



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 4a377cfe4368dfa04188759ab1722a774a54facf
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:32:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:32:19 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=4a377cfe

uid-gid.txt: add uid/gid (215) radvd

Bug: https://bugs.gentoo.org/781425
Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index e1587e4..0a40076 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -206,6 +206,7 @@ postfix 207 
207 acctRemoved from baselayout in 
[r1863](https://sources.
 postdrop   -   208 
acctRemoved from baselayout in 
[r1863](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=1862=1863=2545)
 smmsp  209 209 
acctuser removed out of baselayout in 
[r2446](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=2310=2446=2545);
 group in 
[r2445](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/group?limit_changes=0=2444=2445=2545)
 cmd5checkpw212 212 
acct
+radvd  215 215 
acct
 aspnet 216 216 
acct
 hsqldb 217 217 
acct
 energi3218 218 
acctUsed by net-p2p/energi3



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite-gentoo/

2021-07-09 Thread Conrad Kostecki
commit: 9dbdc2ab3748b2823e26edd26efa13356ada5f91
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:27:29 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:27:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbdc2ab

dev-vcs/gitolite-gentoo: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../gitolite-gentoo-2.3.1-r1.ebuild|  76 ---
 .../gitolite-gentoo-3.6.6.1-r1.ebuild  | 107 -
 2 files changed, 183 deletions(-)

diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild 
b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild
deleted file mode 100644
index 70ab60316c6..000
--- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module user
-
-DESCRIPTION="Highly flexible server for git directory version tracker, Gentoo 
fork"
-HOMEPAGE="https://cgit.gentoo.org/proj/gitolite-gentoo.git;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="contrib vim-syntax"
-
-DEPEND="dev-lang/perl
-   virtual/perl-File-Path
-   virtual/perl-File-Temp
-   >=dev-vcs/git-1.6.6"
-RDEPEND="${DEPEND}
-   !dev-vcs/gitolite
-   dev-perl/Net-SSH-AuthorizedKeysFile
-   vim-syntax? ( app-vim/gitolite-syntax )"
-
-pkg_setup() {
-   enewgroup git
-   enewuser git -1 /bin/bash /var/lib/gitolite git
-}
-
-src_prepare() {
-   rm Makefile doc/COPYING || die
-   rm -rf contrib/{gitweb,vim} || die
-
-   echo "${PF}-gentoo" > conf/VERSION
-}
-
-src_install() {
-   local gl_bin="${D}/usr/bin"
-   gl_bin=${gl_bin/\/\//\/}
-
-   dodir /usr/share/gitolite/{conf,hooks} /usr/bin
-
-   export PATH="${gl_bin}:${PATH}"
-   ./src/gl-system-install ${gl_bin} \
-   "${D}"/usr/share/gitolite/conf "${D}"/usr/share/gitolite/hooks 
|| die
-   sed -i -e "s:${D}::g" "${D}/usr/bin/gl-setup" \
-   "${D}/usr/share/gitolite/conf/example.gitolite.rc" || die
-
-   rm "${D}"/usr/bin/*.pm
-   insinto "${VENDOR_LIB}"
-   doins src/*.pm
-
-   dodoc README.mkd doc/*
-
-   if use contrib; then
-   insinto /usr/share/doc/${PF}
-   doins -r contrib/
-   fi
-
-   keepdir /var/lib/gitolite
-   fowners git:git /var/lib/gitolite
-   fperms 750 /var/lib/gitolite
-}
-
-pkg_postinst() {
-   # bug 352291
-   ewarn
-   elog "Please make sure that your 'git' user has the correct homedir 
(/var/lib/gitolite)."
-   elog "Especially if you're migrating from gitosis."
-   ewarn
-   ewarn
-   elog "If you use the umask feature and upgrade from 
<=gitolite-gentoo-1.5.9.1"
-   elog "then please check the permissions of all repositories using the 
umask feature"
-   ewarn
-}

diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r1.ebuild 
b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r1.ebuild
deleted file mode 100644
index e70939ddb83..000
--- a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-[[ ${PV} == * ]] && SCM="git-2"
-EGIT_REPO_URI="git://git.gentoo.org/proj/gitolite-gentoo"
-EGIT_MASTER=master
-
-inherit perl-module user versionator ${SCM}
-
-DESCRIPTION="Highly flexible server for git directory version tracker, Gentoo 
fork"
-HOMEPAGE="https://cgit.gentoo.org/proj/gitolite-gentoo.git;
-if [[ ${PV} != * ]]; then
-   SRC_URI="mirror://gentoo/${P}.tar.bz2"
-   KEYWORDS="~amd64 ~x86"
-else
-   SRC_URI=""
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="selinux tools vim-syntax"
-
-DEPEND="dev-lang/perl
-   virtual/perl-File-Path
-   virtual/perl-File-Temp
-   >=dev-vcs/git-1.6.6"
-RDEPEND="${DEPEND}
-   !dev-vcs/gitolite
-   vim-syntax? ( app-vim/gitolite-syntax )
-   selinux? ( sec-policy/selinux-gitosis )
-   >=dev-perl/Net-SSH-AuthorizedKeysFile-0.17
-   dev-perl/JSON"
-
-PATCHES=( )
-
-pkg_setup() {
-   enewgroup git
-   enewuser git -1 /bin/sh /var/lib/gitolite git
-}
-
-src_prepare() {
-   default
-   echo "${PF}-gentoo" > src/VERSION || die
-}
-
-src_install() {
-   local uexec=/usr/libexec/${PN}
-
-   rm -rf src/lib/Gitolite/Test{,.pm}
-   insinto $VENDOR_LIB
-   doins -r src/lib/Gitolite
-
-   dodoc README.markdown CHANGELOG
-   # These are meant by upstream as examples, you are strongly recommended 
to
-   # customize them for your needs.
-   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
-
-   insopts -m0755
-   insinto $uexec
-   doins -r 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite-gentoo/

2021-07-09 Thread Conrad Kostecki
commit: 646a3fcc850dcbf34cf11198f1445d1aaf2b43ae
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:25:06 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646a3fcc

dev-vcs/gitolite-gentoo: migrate to GLEP 81

Closes: https://bugs.gentoo.org/589468
Closes: https://bugs.gentoo.org/781566
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../gitolite-gentoo-2.3.1-r2.ebuild|  69 ++
 .../gitolite-gentoo-3.6.6.1-r2.ebuild  | 106 +
 2 files changed, 175 insertions(+)

diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r2.ebuild 
b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r2.ebuild
new file mode 100644
index 000..d86d7ba5294
--- /dev/null
+++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-2.3.1-r2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+DESCRIPTION="Highly flexible server for git directory version tracker, Gentoo 
fork"
+HOMEPAGE="https://cgit.gentoo.org/proj/gitolite-gentoo.git;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="contrib vim-syntax"
+
+DEPEND="
+   dev-lang/perl
+   >=dev-vcs/git-1.6.6
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/git
+   acct-user/git[gitolite]
+   !dev-vcs/gitolite
+   dev-perl/Net-SSH-AuthorizedKeysFile
+   vim-syntax? ( app-vim/gitolite-syntax )"
+
+src_prepare() {
+   rm Makefile doc/COPYING || die
+   rm -rf contrib/{gitweb,vim} || die
+
+   echo "${PF}-gentoo" > conf/VERSION
+}
+
+src_install() {
+   local gl_bin="${D}/usr/bin"
+   gl_bin=${gl_bin/\/\//\/}
+
+   dodir /usr/share/gitolite/{conf,hooks} /usr/bin
+
+   export PATH="${gl_bin}:${PATH}"
+   ./src/gl-system-install ${gl_bin} \
+   "${D}"/usr/share/gitolite/conf "${D}"/usr/share/gitolite/hooks 
|| die
+   sed -e "s:${D}::g" "${D}/usr/bin/gl-setup" \
+   -i "${D}/usr/share/gitolite/conf/example.gitolite.rc" || die
+
+   rm "${D}"/usr/bin/*.pm
+   insinto "${VENDOR_LIB}"
+   doins src/*.pm
+
+   dodoc README.mkd doc/*
+
+   use contrib && dodoc -r contrib
+}
+
+pkg_postinst() {
+   # bug 352291
+   ewarn
+   elog "Please make sure that your 'git' user has the correct homedir 
(/var/lib/gitolite)."
+   elog "Especially if you're migrating from gitosis."
+   ewarn
+   ewarn
+   elog "If you use the umask feature and upgrade from 
<=gitolite-gentoo-1.5.9.1"
+   elog "then please check the permissions of all repositories using the 
umask feature"
+   ewarn
+}

diff --git a/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild 
b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild
new file mode 100644
index 000..69ef11cfb53
--- /dev/null
+++ b/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.6.1-r2.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+[[ ${PV} == * ]] && SCM="git-2"
+EGIT_REPO_URI="git://git.gentoo.org/proj/gitolite-gentoo"
+EGIT_MASTER=master
+
+inherit perl-module ${SCM}
+
+DESCRIPTION="Highly flexible server for git directory version tracker, Gentoo 
fork"
+HOMEPAGE="https://cgit.gentoo.org/proj/gitolite-gentoo.git;
+if [[ ${PV} != * ]]; then
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+   KEYWORDS="~amd64 ~x86"
+else
+   SRC_URI=""
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="selinux tools vim-syntax"
+
+DEPEND="
+   dev-lang/perl
+   >=dev-vcs/git-1.6.6
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/git
+   acct-user/git[gitolite]
+   >=dev-perl/Net-SSH-AuthorizedKeysFile-0.17
+   dev-perl/JSON
+   !dev-vcs/gitolite
+   vim-syntax? ( app-vim/gitolite-syntax )
+   selinux? ( sec-policy/selinux-gitosis )
+"
+
+src_prepare() {
+   default
+   echo "${PF}-gentoo" > src/VERSION || die
+}
+
+src_install() {
+   local uexec=/usr/libexec/${PN}
+
+   rm -rf src/lib/Gitolite/Test{,.pm}
+   insinto $VENDOR_LIB
+   doins -r src/lib/Gitolite
+
+   dodoc README.markdown CHANGELOG
+   # These are meant by upstream as examples, you are strongly recommended 
to
+   # customize them for your needs.
+   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
+
+   insopts -m0755
+   insinto $uexec
+   doins -r src/{commands,syntactic-sugar,triggers,VREF}/
+   doins -r contrib/{commands,triggers,hooks}
+
+   insopts -m0644
+   doins src/VERSION
+
+   exeinto $uexec
+   doexe src/gitolite{,-shell}
+
+   

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/

2021-07-09 Thread Conrad Kostecki
commit: 56e531d27c15620166c918874701fe37c553d523
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:14:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:17:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e531d2

dev-vcs/gitolite: migrate to GLEP 81

Closes: https://bugs.gentoo.org/781566
Closes: https://bugs.gentoo.org/589468
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-vcs/gitolite/gitolite-2.3.1-r2.ebuild  |  65 +++
 dev-vcs/gitolite/gitolite-3.6.11-r1.ebuild | 100 +
 2 files changed, 165 insertions(+)

diff --git a/dev-vcs/gitolite/gitolite-2.3.1-r2.ebuild 
b/dev-vcs/gitolite/gitolite-2.3.1-r2.ebuild
new file mode 100644
index 000..51044fbe818
--- /dev/null
+++ b/dev-vcs/gitolite/gitolite-2.3.1-r2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+DESCRIPTION="Highly flexible server for git directory version tracker"
+HOMEPAGE="https://github.com/sitaramc/gitolite;
+SRC_URI="https://milki.github.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="contrib vim-syntax"
+
+DEPEND="
+   dev-lang/perl
+   >=dev-vcs/git-1.6.6
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/git
+   acct-user/git[gitolite]
+   !dev-vcs/gitolite-gentoo
+   vim-syntax? ( app-vim/gitolite-syntax )"
+
+src_prepare() {
+   rm Makefile doc/COPYING || die
+   rm -rf contrib/{gitweb,vim} || die
+
+   echo "${PF}" > conf/VERSION
+}
+
+src_install() {
+   local gl_bin="${D}/usr/bin"
+   gl_bin=${gl_bin/\/\//\/}
+
+   dodir /usr/share/gitolite/{conf,hooks} /usr/bin
+
+   # install using upstream method
+   export PATH="${gl_bin}:${PATH}"
+   ./src/gl-system-install ${gl_bin} \
+   "${D}"/usr/share/gitolite/conf "${D}"/usr/share/gitolite/hooks 
|| die
+   sed -e "s:${D}::g" "${D}/usr/bin/gl-setup" \
+   -i "${D}/usr/share/gitolite/conf/example.gitolite.rc" || die
+
+   rm "${D}"/usr/bin/*.pm
+   insinto "${VENDOR_LIB}"
+   doins src/*.pm
+
+   dodoc README.mkd doc/*
+
+   use contrib && dodoc -r contrib
+}
+
+pkg_postinst() {
+   # bug 352291
+   ewarn
+   elog "Please make sure that your 'git' user has the correct homedir 
(/var/lib/gitolite)."
+   elog "Especially if you're migrating from gitosis."
+   ewarn
+}

diff --git a/dev-vcs/gitolite/gitolite-3.6.11-r1.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.11-r1.ebuild
new file mode 100644
index 000..c83049e8e95
--- /dev/null
+++ b/dev-vcs/gitolite/gitolite-3.6.11-r1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+[[ ${PV} == * ]] && SCM="git-2"
+EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git;
+EGIT_MASTER=master
+
+inherit perl-module ${SCM}
+
+DESCRIPTION="Highly flexible server for git directory version tracker"
+HOMEPAGE="https://github.com/sitaramc/gitolite;
+if [[ ${PV} != * ]]; then
+   SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="amd64 arm x86"
+else
+   SRC_URI=""
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="selinux tools"
+
+DEPEND="
+   dev-lang/perl
+   >=dev-vcs/git-1.6.6
+   virtual/perl-File-Path
+   virtual/perl-File-Temp
+"
+RDEPEND="
+   ${DEPEND}
+   acct-group/git
+   acct-user/git[gitolite]
+   !app-vim/gitolite-syntax
+   !dev-vcs/gitolite-gentoo
+   selinux? ( sec-policy/selinux-gitosis )
+   dev-perl/JSON
+"
+
+src_prepare() {
+   default
+   echo ${PF} > src/VERSION || die
+}
+
+src_install() {
+   local uexec=/usr/libexec/${PN}
+
+   rm -rf src/lib/Gitolite/Test{,.pm}
+   insinto $VENDOR_LIB
+   doins -r src/lib/Gitolite
+
+   dodoc README.markdown CHANGELOG
+   # These are meant by upstream as examples, you are strongly recommended 
to
+   # customize them for your needs.
+   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
+
+   insinto /usr/share/vim/vimfiles
+   doins -r contrib/vim/*
+
+   insopts -m0755
+   insinto $uexec
+   doins -r src/{commands,syntactic-sugar,triggers,VREF}/
+   doins -r contrib/{commands,triggers,hooks}
+
+   insopts -m0644
+   doins src/VERSION
+
+   exeinto $uexec
+   doexe src/gitolite{,-shell}
+
+   dodir /usr/bin
+   for bin in gitolite{,-shell}; do
+   dosym /usr/libexec/${PN}/${bin} /usr/bin/${bin}
+   done
+
+   if use tools; then
+   dobin check-g2-compat convert-gitosis-conf
+   dobin contrib/utils/rc-format-v3.4
+   fi
+
+   fperms 0644 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitolite/

2021-07-09 Thread Conrad Kostecki
commit: 94dc2d293043e4f833269864a1e6a13e6962bd77
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 23:15:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 23:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94dc2d29

dev-vcs/gitolite: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-vcs/gitolite/gitolite-2.3.1-r1.ebuild |  72 -
 dev-vcs/gitolite/gitolite-3.6.11.ebuild   | 101 --
 2 files changed, 173 deletions(-)

diff --git a/dev-vcs/gitolite/gitolite-2.3.1-r1.ebuild 
b/dev-vcs/gitolite/gitolite-2.3.1-r1.ebuild
deleted file mode 100644
index 8f8730181c0..000
--- a/dev-vcs/gitolite/gitolite-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module user
-
-DESCRIPTION="Highly flexible server for git directory version tracker"
-HOMEPAGE="https://github.com/sitaramc/gitolite;
-SRC_URI="https://milki.github.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="contrib vim-syntax"
-
-DEPEND="dev-lang/perl
-   virtual/perl-File-Path
-   virtual/perl-File-Temp
-   >=dev-vcs/git-1.6.6"
-RDEPEND="${DEPEND}
-   !dev-vcs/gitolite-gentoo
-   vim-syntax? ( app-vim/gitolite-syntax )"
-
-pkg_setup() {
-   enewgroup git
-   enewuser git -1 /bin/sh /var/lib/gitolite git
-}
-
-src_prepare() {
-   rm Makefile doc/COPYING || die
-   rm -rf contrib/{gitweb,vim} || die
-
-   echo "${PF}" > conf/VERSION
-}
-
-src_install() {
-   local gl_bin="${D}/usr/bin"
-   gl_bin=${gl_bin/\/\//\/}
-
-   dodir /usr/share/gitolite/{conf,hooks} /usr/bin
-
-   # install using upstream method
-   export PATH="${gl_bin}:${PATH}"
-   ./src/gl-system-install ${gl_bin} \
-   "${D}"/usr/share/gitolite/conf "${D}"/usr/share/gitolite/hooks 
|| die
-   sed -i -e "s:${D}::g" "${D}/usr/bin/gl-setup" \
-   "${D}/usr/share/gitolite/conf/example.gitolite.rc" || die
-
-   rm "${D}"/usr/bin/*.pm
-   insinto "${VENDOR_LIB}"
-   doins src/*.pm
-
-   dodoc README.mkd doc/*
-
-   if use contrib; then
-   insinto /usr/share/doc/${PF}
-   doins -r contrib/
-   fi
-
-   keepdir /var/lib/gitolite
-   fowners git:git /var/lib/gitolite
-   fperms 750 /var/lib/gitolite
-}
-
-pkg_postinst() {
-   # bug 352291
-   ewarn
-   elog "Please make sure that your 'git' user has the correct homedir 
(/var/lib/gitolite)."
-   elog "Especially if you're migrating from gitosis."
-   ewarn
-}

diff --git a/dev-vcs/gitolite/gitolite-3.6.11.ebuild 
b/dev-vcs/gitolite/gitolite-3.6.11.ebuild
deleted file mode 100644
index 2dbeff8e913..000
--- a/dev-vcs/gitolite/gitolite-3.6.11.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-[[ ${PV} == * ]] && SCM="git-2"
-EGIT_REPO_URI="https://github.com/sitaramc/${PN}.git;
-EGIT_MASTER=master
-
-inherit perl-module user versionator ${SCM}
-
-DESCRIPTION="Highly flexible server for git directory version tracker"
-HOMEPAGE="https://github.com/sitaramc/gitolite;
-if [[ ${PV} != * ]]; then
-   SRC_URI="https://github.com/sitaramc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm x86"
-else
-   SRC_URI=""
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="selinux tools"
-
-DEPEND="dev-lang/perl
-   virtual/perl-File-Path
-   virtual/perl-File-Temp
-   >=dev-vcs/git-1.6.6"
-RDEPEND="${DEPEND}
-   !app-vim/gitolite-syntax
-   !dev-vcs/gitolite-gentoo
-   selinux? ( sec-policy/selinux-gitosis )
-   dev-perl/JSON"
-
-PATCHES=( )
-
-pkg_setup() {
-   enewgroup git
-   enewuser git -1 /bin/sh /var/lib/gitolite git
-}
-
-src_prepare() {
-   default
-   echo ${PF} > src/VERSION || die
-}
-
-src_install() {
-   local uexec=/usr/libexec/${PN}
-
-   rm -rf src/lib/Gitolite/Test{,.pm}
-   insinto $VENDOR_LIB
-   doins -r src/lib/Gitolite
-
-   dodoc README.markdown CHANGELOG
-   # These are meant by upstream as examples, you are strongly recommended 
to
-   # customize them for your needs.
-   dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh
-
-   insinto /usr/share/vim/vimfiles
-   doins -r contrib/vim/*
-
-   insopts -m0755
-   insinto $uexec
-   doins -r src/{commands,syntactic-sugar,triggers,VREF}/
-   doins -r contrib/{commands,triggers,hooks}
-
-   insopts -m0644
-   doins src/VERSION
-
-   exeinto $uexec
-   doexe src/gitolite{,-shell}
-
-   dodir /usr/bin
-   for bin in gitolite{,-shell}; do
-   dosym /usr/libexec/${PN}/${bin} /usr/bin/${bin}
-   

[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/

2021-07-09 Thread Conrad Kostecki
commit: 7e965e19986580e6bacfb2b6a23631131057f6c4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:52:43 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:52:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e965e19

net-proxy/dante: bump to EAPI=7

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-proxy/dante/dante-1.4.1-r4.ebuild | 102 ++
 1 file changed, 102 insertions(+)

diff --git a/net-proxy/dante/dante-1.4.1-r4.ebuild 
b/net-proxy/dante/dante-1.4.1-r4.ebuild
new file mode 100644
index 000..698c01c48d8
--- /dev/null
+++ b/net-proxy/dante/dante-1.4.1-r4.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="A free socks4,5 and msproxy implementation"
+HOMEPAGE="https://www.inet.no/dante/;
+SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+IUSE="debug kerberos pam selinux static-libs tcpd upnp"
+
+CDEPEND="
+   kerberos? ( virtual/krb5 )
+   pam? ( sys-libs/pam )
+   tcpd? ( sys-apps/tcp-wrappers )
+   upnp? ( net-libs/miniupnpc:= )
+   userland_GNU? ( sys-apps/shadow )
+"
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+"
+RDEPEND="
+   ${CDEPEND}
+   acct-user/sockd
+   selinux? ( sec-policy/selinux-dante )
+"
+
+DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.0-socksify.patch
+   "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch
+   "${FILESDIR}"/${PN}-1.4.0-cflags.patch
+   "${FILESDIR}"/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
+   "${FILESDIR}"/${PN}-1.4.1-sigpwr-siginfo.patch #517528
+   "${FILESDIR}"/${PN}-1.4.1-miniupnp14.patch #564680
+)
+
+src_prepare() {
+   default
+
+   sed \
+   -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
+   -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \
+   -i doc/{socksify.1,socks.conf.5,sockd.conf.5,sockd.8} \
+   || die
+
+   sed -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' -i configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # hardcoded the libc name otherwise the scan on a amd64 multilib system
+   # ends up finding /usr/lib32/libc.so.5. That cascades and causes the
+   # preload/libdsocks to not be built.
+   econf \
+   --with-socks-conf="${EPREFIX}"/etc/socks/socks.conf \
+   --with-sockd-conf="${EPREFIX}"/etc/socks/sockd.conf \
+   --enable-preload \
+   --enable-clientdl \
+   --enable-serverdl \
+   --enable-drt-fallback \
+   --with-libc=libc.so.6 \
+   $(use_enable debug) \
+   $(use_with kerberos gssapi) \
+   $(use_with pam) \
+   $(use_with upnp) \
+   $(use_enable static-libs static) \
+   $(use_with tcpd libwrap)
+}
+
+src_install() {
+   default
+
+   # default configuration files
+   insinto /etc/socks
+   doins "${FILESDIR}"/sock?.conf
+   pushd "${ED}"/etc/socks > /dev/null
+   use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
+   use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
+   popd > /dev/null
+
+   # init script
+   newinitd "${FILESDIR}"/${PN}-1.3.2-sockd-init dante-sockd
+   newconfd "${FILESDIR}"/dante-sockd-conf dante-sockd
+
+   systemd_dounit "${FILESDIR}"/dante-sockd.service
+
+   # example configuration files
+   docinto examples
+   dodoc example/*.conf
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/

2021-07-09 Thread Conrad Kostecki
commit: 4b7ea45449c1d97f3cf3124e64ec95d7ff3850a7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:53:46 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:53:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7ea454

net-proxy/dante: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-proxy/dante/dante-1.4.1-r3.ebuild | 102 --
 1 file changed, 102 deletions(-)

diff --git a/net-proxy/dante/dante-1.4.1-r3.ebuild 
b/net-proxy/dante/dante-1.4.1-r3.ebuild
deleted file mode 100644
index 3049bca..000
--- a/net-proxy/dante/dante-1.4.1-r3.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools systemd
-
-DESCRIPTION="A free socks4,5 and msproxy implementation"
-HOMEPAGE="https://www.inet.no/dante/;
-SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="debug kerberos pam selinux static-libs tcpd upnp"
-
-CDEPEND="
-   kerberos? ( virtual/krb5 )
-   pam? ( sys-libs/pam )
-   tcpd? ( sys-apps/tcp-wrappers )
-   upnp? ( net-libs/miniupnpc:= )
-   userland_GNU? ( sys-apps/shadow )
-"
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   sys-devel/flex
-"
-RDEPEND="
-   ${CDEPEND}
-   acct-user/sockd
-   selinux? ( sec-policy/selinux-dante )
-"
-
-DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.0-socksify.patch
-   "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch
-   "${FILESDIR}"/${PN}-1.4.0-cflags.patch
-   "${FILESDIR}"/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
-   "${FILESDIR}"/${PN}-1.4.1-sigpwr-siginfo.patch #517528
-   "${FILESDIR}"/${PN}-1.4.1-miniupnp14.patch #564680
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
-   -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \
-   doc/{socksify.1,socks.conf.5,sockd.conf.5,sockd.8} \
-   || die
-
-   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # hardcoded the libc name otherwise the scan on a amd64 multilib system
-   # ends up finding /usr/lib32/libc.so.5. That cascades and causes the
-   # preload/libdsocks to not be built.
-   econf \
-   --with-socks-conf="${EPREFIX}"/etc/socks/socks.conf \
-   --with-sockd-conf="${EPREFIX}"/etc/socks/sockd.conf \
-   --enable-preload \
-   --enable-clientdl \
-   --enable-serverdl \
-   --enable-drt-fallback \
-   --with-libc=libc.so.6 \
-   $(use_enable debug) \
-   $(use_with kerberos gssapi) \
-   $(use_with pam) \
-   $(use_with upnp) \
-   $(use_enable static-libs static) \
-   $(use_with tcpd libwrap)
-}
-
-src_install() {
-   default
-
-   # default configuration files
-   insinto /etc/socks
-   doins "${FILESDIR}"/sock?.conf
-   pushd "${ED}"/etc/socks > /dev/null
-   use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
-   use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
-   popd > /dev/null
-
-   # init script
-   newinitd "${FILESDIR}"/${PN}-1.3.2-sockd-init dante-sockd
-   newconfd "${FILESDIR}"/dante-sockd-conf dante-sockd
-
-   systemd_dounit "${FILESDIR}"/dante-sockd.service
-
-   # example configuration files
-   docinto examples
-   dodoc example/*.conf
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/

2021-07-09 Thread Conrad Kostecki
commit: a761f1bd3c191d71f44c7f96f546af0750233491
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:47:07 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:47:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a761f1bd

app-misc/ddcutil: bump to EAPI=7

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild | 117 +++
 1 file changed, 117 insertions(+)

diff --git a/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild 
b/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild
new file mode 100644
index 000..2517c6fbb73
--- /dev/null
+++ b/app-misc/ddcutil/ddcutil-0.9.9-r2.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic linux-info udev
+
+DESCRIPTION="Program for querying and changing monitor settings"
+HOMEPAGE="http://www.ddcutil.com/;
+SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X"
+REQUIRED_USE="drm? ( X )"
+
+RDEPEND="
+   dev-libs/glib:2
+   sys-apps/i2c-tools
+   virtual/udev
+   drm? ( x11-libs/libdrm )
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+   usb-monitor? (
+   dev-libs/hidapi
+   virtual/libusb:1
+   sys-apps/usbutils
+   )
+   user-permissions? (
+   acct-group/i2c
+   usb-monitor? ( acct-group/video )
+   )
+   X? (
+   x11-libs/libXrandr
+   x11-libs/libX11
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+pkg_pretend() {
+   # This program needs /dev/ic2-* devices to communicate with the monitor.
+   CONFIG_CHECK="~I2C_CHARDEV"
+   ERROR_I2C_CHARDEV="You must enable I2C_CHARDEV in your kernel to 
continue"
+   if use usb-monitor; then
+   CONFIG_CHECK+=" ~HIDRAW ~USB_HIDDEV"
+   ERROR_HIDRAW="HIDRAW is needed to support USB monitors"
+   ERROR_I2C_CHARDEV="USB_HIDDEV is needed to support USB monitors"
+   fi
+
+   # Now do the actual checks setup above
+   check_extra_config
+}
+
+src_prepare() {
+   default
+   eautoreconf
+   sed -e "s#usr/local/bin#usr/bin#" -i 
data/etc/udev/rules.d/45-ddcutil-usb.rules || die
+}
+
+src_configure() {
+   # Bug 607818.
+   replace-flags -O3 -O2
+
+   local myeconfargs=(
+   $(use_enable drm)
+   $(use_enable usb-monitor usb)
+   $(use_enable X x11)
+   --enable-lib
+   # Please read upstream's note about the original purpose of 
these flags before re-enabling them:
+   # https://github.com/rockowitz/ddcutil/issues/128
+   # As of 0.9.9 the following no longer compile:
+   # Python3 & CFFI is already broken as of Python 3.7, with 
future removal;
+   # SWIG : Python3.7 breakage as well PyFileObject vs PyCodeObject
+   --disable-cffi
+   --disable-cython
+   --disable-swig
+   $(use_enable introspection)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   if use user-permissions; then
+   udev_dorules data/etc/udev/rules.d/45-ddcutil-i2c.rules
+   if use usb-monitor; then
+   udev_dorules data/etc/udev/rules.d/45-ddcutil-usb.rules
+   fi
+   fi
+}
+
+pkg_postinst() {
+   if use user-permissions; then
+   einfo "To allow non-root users access to the /dev/i2c-* 
devices, add those"
+   einfo "users to the i2c group: usermod -aG i2c user"
+   einfo "Restart the computer or reload the i2c-dev module to 
activate"
+   einfo "the new udev rule."
+   einfo "For more information read: 
http://www.ddcutil.com/i2c_permissions/;
+
+   if use usb-monitor; then
+   einfo "To allow non-root users access to USB monitors, 
add those users"
+   einfo "to the video group: usermod -aG video user"
+   einfo "Restart the computer, reload the hiddev and 
hidraw modules, or replug"
+   einfo "the monitor to activate the new udev rule."
+   einfo "For more information read: 
http://www.ddcutil.com/usb/;
+   fi
+
+   udev_reload
+   fi
+
+   if use video_cards_nvidia; then
+   ewarn "Please read the following webpage on proper usage with 
the nVidia "
+   ewarn "binary drivers, or it may not work: 
http://www.ddcutil.com/nvidia/;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/

2021-07-09 Thread Conrad Kostecki
commit: 18c85d9c62fdee60eb12e99a71986672d5cd57fb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:47:51 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c85d9c

app-misc/ddcutil: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild | 116 ---
 1 file changed, 116 deletions(-)

diff --git a/app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild 
b/app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild
deleted file mode 100644
index 909b06e1dad..000
--- a/app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic linux-info udev
-
-DESCRIPTION="Program for querying and changing monitor settings"
-HOMEPAGE="http://www.ddcutil.com/;
-SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X"
-REQUIRED_USE="drm? ( X )"
-
-RDEPEND="dev-libs/glib:2
-   sys-apps/i2c-tools
-   virtual/udev
-   drm? ( x11-libs/libdrm )
-   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
-   usb-monitor? (
-   dev-libs/hidapi
-   virtual/libusb:1
-   sys-apps/usbutils
-   )
-   user-permissions? (
-   acct-group/i2c
-   usb-monitor? ( acct-group/video )
-   )
-   X? (
-   x11-libs/libXrandr
-   x11-libs/libX11
-   )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_pretend() {
-   # This program needs /dev/ic2-* devices to communicate with the monitor.
-   CONFIG_CHECK="~I2C_CHARDEV"
-   ERROR_I2C_CHARDEV="You must enable I2C_CHARDEV in your kernel to 
continue"
-   if use usb-monitor; then
-   CONFIG_CHECK+=" ~HIDRAW ~USB_HIDDEV"
-   ERROR_HIDRAW="HIDRAW is needed to support USB monitors"
-   ERROR_I2C_CHARDEV="USB_HIDDEV is needed to support USB monitors"
-   fi
-
-   # Now do the actual checks setup above
-   check_extra_config
-}
-
-src_prepare() {
-   default
-   eautoreconf
-   sed -i -e "s#usr/local/bin#usr/bin#" 
data/etc/udev/rules.d/45-ddcutil-usb.rules || die
-}
-
-src_configure() {
-   # Bug 607818.
-   replace-flags -O3 -O2
-
-   local myeconfargs=(
-   $(use_enable drm)
-   $(use_enable usb-monitor usb)
-   $(use_enable X x11)
-   --enable-lib
-   # Please read upstream's note about the original purpose of 
these flags before re-enabling them:
-   # https://github.com/rockowitz/ddcutil/issues/128
-   # As of 0.9.9 the following no longer compile:
-   # Python3 & CFFI is already broken as of Python 3.7, with 
future removal;
-   # SWIG : Python3.7 breakage as well PyFileObject vs PyCodeObject
-   --disable-cffi
-   --disable-cython
-   --disable-swig
-   $(use_enable introspection)
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   if use user-permissions; then
-   udev_dorules data/etc/udev/rules.d/45-ddcutil-i2c.rules
-   if use usb-monitor; then
-   udev_dorules data/etc/udev/rules.d/45-ddcutil-usb.rules
-   fi
-   fi
-}
-
-pkg_postinst() {
-   if use user-permissions; then
-   einfo "To allow non-root users access to the /dev/i2c-* 
devices, add those"
-   einfo "users to the i2c group: usermod -aG i2c user"
-   einfo "Restart the computer or reload the i2c-dev module to 
activate"
-   einfo "the new udev rule."
-   einfo "For more information read: 
http://www.ddcutil.com/i2c_permissions/;
-
-   if use usb-monitor; then
-   einfo "To allow non-root users access to USB monitors, 
add those users"
-   einfo "to the video group: usermod -aG video user"
-   einfo "Restart the computer, reload the hiddev and 
hidraw modules, or replug"
-   einfo "the monitor to activate the new udev rule."
-   einfo "For more information read: 
http://www.ddcutil.com/usb/;
-   fi
-
-   udev_reload
-   fi
-
-   if use video_cards_nvidia; then
-   ewarn "Please read the following webpage on proper usage with 
the nVidia "
-   ewarn "binary drivers, or it may not work: 
http://www.ddcutil.com/nvidia/;
-   fi
-}



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 3bf96cb6d469c7a7f1f793d0fa8413bf1a7518ca
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:38:39 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:38:39 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=3bf96cb6

uid-gid.txt: drop nut/nullmail user.eclass

Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index d71b11c..e1587e4 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -135,12 +135,10 @@ libvirt   -   
79  acct
 cdrw   -   80  
baselayout
 apache 81  81  
acctRemoved from baselayout in 
[r916](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=906=916=2545)
 nginx  82  82  
requested
-nut84  84  
user.eclass Removed from baselayout in 
[r1862](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1861=1862=2545)
 nut84  84  
acct
 cyrus  85  -   
historical  Removed from baselayout in 
[r1326](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1319=1326=2545)
 usb-   85  
baselayout
 usb-   85  
acct
-nullmail   88  88  
user.eclass
 nullmail   88  88  
acct
 vpopmail   89  89  
acctRemoved from baselayout in 
[r1319](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=916=1319=2545)
 partimag   91  91  
user.eclass



[gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/

2021-07-09 Thread Conrad Kostecki
commit: 5ba65d9ea7311dbb822aeb08b8890eaa03cb758e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:34:50 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba65d9e

app-misc/ddcutil: drop old version

Closes: https://bugs.gentoo.org/781557
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/ddcutil/Manifest |   2 -
 app-misc/ddcutil/ddcutil-0.9.1.ebuild | 106 ---
 app-misc/ddcutil/ddcutil-0.9.5.ebuild | 107 ---
 app-misc/ddcutil/ddcutil-0.9.9.ebuild | 114 --
 4 files changed, 329 deletions(-)

diff --git a/app-misc/ddcutil/Manifest b/app-misc/ddcutil/Manifest
index 65115188f11..0bad323a808 100644
--- a/app-misc/ddcutil/Manifest
+++ b/app-misc/ddcutil/Manifest
@@ -1,3 +1 @@
-DIST ddcutil-0.9.1.tar.gz 656853 BLAKE2B 
e4f11253176587cb5ee3c9647a01ab04d5a92ce4ca7a4098378318fc069e635e43c3716ace316498f64ceaaa00aa90db3b5f409b74b8d7089a7c25254c0e360d
 SHA512 
b2d5866606a4bc081d89180e910822f2a2a653a2782e3df582536ddc86c7d3dc02309dbb41f8d566f6ebdc5d82d3aa11792a04c28b3d83552b024dfd59891fda
-DIST ddcutil-0.9.5.tar.gz 681534 BLAKE2B 
6746c239738d4f8eb7fe56323816fadee9b8fa9ad2b66a8242782e0b2688182c0140b40b9eddb3b54ad32c7ff7d1f0cf9a28c5477a48d90cc39431ed82f5d443
 SHA512 
6249ebdbb398ad5a6c32f3891be8bf5328114b1ed08afd75adf4b67f10a40f19451e188ce5cd88b3153a18f317e394146a34258a7d2298f126be227d7e1c25e8
 DIST ddcutil-0.9.9.tar.gz 725207 BLAKE2B 
ad7b0b35ad4c2dae21da066e4194209579d774ded10f2dc0d8d7d3d94e70d5893c3d1f772b86ea01be510cfb8d51a657178228d028ca34ab20d344e86e0581d2
 SHA512 
f7b2b961c6b76ef59f336290b494cdd331556848de881d57e5240075d50733030df4c47131070f1276907d712a45f60dad6bebaa052a66621b8b5517ff293c21

diff --git a/app-misc/ddcutil/ddcutil-0.9.1.ebuild 
b/app-misc/ddcutil/ddcutil-0.9.1.ebuild
deleted file mode 100644
index a0f3bc6bf4d..000
--- a/app-misc/ddcutil/ddcutil-0.9.1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic linux-info udev user
-
-DESCRIPTION="Program for querying and changing monitor settings"
-HOMEPAGE="http://www.ddcutil.com/;
-SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="drm usb-monitor user-permissions video_cards_nvidia X"
-REQUIRED_USE="drm? ( X )"
-
-RDEPEND="dev-libs/glib:2
-   sys-apps/i2c-tools
-   virtual/udev
-   drm? ( x11-libs/libdrm )
-   usb-monitor? (
-   dev-libs/hidapi
-   virtual/libusb:1
-   sys-apps/usbutils
-   )
-   X? (
-   x11-libs/libXrandr
-   x11-libs/libX11
-   )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-pkg_pretend() {
-   # This program needs /dev/ic2-* devices to communicate with the monitor.
-   CONFIG_CHECK="~I2C_CHARDEV"
-   ERROR_I2C_CHARDEV="You must enable I2C_CHARDEV in your kernel to 
continue"
-   if use usb-monitor; then
-   CONFIG_CHECK+=" ~HIDRAW ~USB_HIDDEV"
-   ERROR_HIDRAW="HIDRAW is needed to support USB monitors"
-   ERROR_I2C_CHARDEV="USB_HIDDEV is needed to support USB monitors"
-   fi
-
-   # Now do the actual checks setup above
-   check_extra_config
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # Bug 607818.
-   replace-flags -O3 -O2
-
-   local myeconfargs=(
-   $(use_enable drm)
-   $(use_enable usb-monitor usb)
-   $(use_enable X x11)
-   --enable-lib
-   --disable-cffi
-   --disable-cython
-   --disable-swig
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   if use user-permissions; then
-   udev_dorules data/etc/udev/rules.d/45-ddcutil-i2c.rules
-   if use usb-monitor; then
-   udev_dorules data/etc/udev/rules.d/45-ddcutil-usb.rules
-   fi
-   fi
-}
-
-pkg_postinst() {
-   if use user-permissions; then
-   enewgroup i2c
-   einfo "To allow non-root users access to the /dev/i2c-* 
devices, add those"
-   einfo "users to the i2c group: usermod -aG i2c user"
-   einfo "Restart the computer or reload the i2c-dev module to 
activate"
-   einfo "the new udev rule."
-   einfo "For more information read: 
http://www.ddcutil.com/i2c_permissions/;
-
-   if use usb-monitor; then
-   enewgroup video
-   einfo "To allow non-root users access to USB monitors, 
add those users"
-   einfo 

[gentoo-commits] repo/gentoo:master commit in: sys-power/nut/

2021-07-09 Thread Conrad Kostecki
commit: c75bc7f4b5bdfd3a56cd02b9f6d79e87a4959f11
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:25:45 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75bc7f4

sys-power/nut: migrate to GLEP 81

Closes: https://bugs.gentoo.org/781509
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-power/nut/nut-2.7.4-r7.ebuild | 269 ++
 1 file changed, 269 insertions(+)

diff --git a/sys-power/nut/nut-2.7.4-r7.ebuild 
b/sys-power/nut/nut-2.7.4-r7.ebuild
new file mode 100644
index 000..581389d74b1
--- /dev/null
+++ b/sys-power/nut/nut-2.7.4-r7.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 desktop fixheadtails flag-o-matic systemd 
toolchain-funcs
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Network-UPS Tools"
+HOMEPAGE="https://www.networkupstools.org/;
+SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 arm ppc ppc64 x86"
+
+IUSE="cgi ipmi snmp +usb selinux split-usr ssl tcpd xml zeroconf"
+
+CDEPEND="
+   acct-group/nut
+   acct-user/nut
+"
+
+DEPEND="
+   dev-libs/libltdl:*
+   net-libs/libnsl
+   virtual/udev
+   cgi? ( >=media-libs/gd-2[png] )
+   ipmi? ( sys-libs/freeipmi )
+   snmp? ( net-analyzer/net-snmp )
+   ssl? ( >=dev-libs/openssl-1:= )
+   tcpd? ( sys-apps/tcp-wrappers )
+   usb? ( virtual/libusb:0= )
+   xml? ( >=net-libs/neon-0.25.0 )
+   zeroconf? ( net-dns/avahi )"
+
+BDEPEND="
+   ${CDEPEND}
+   virtual/pkgconfig"
+
+RDEPEND="
+   ${CDEPEND}
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-nut )"
+
+S="${WORKDIR}/${MY_P}"
+
+# Bug #480664 requested UPS_DRIVERS_IUSE for more flexibility in building this 
package
+SERIAL_DRIVERLIST="al175 bcmxcp belkin belkinunv bestfcom bestfortress 
bestuferrups bestups dummy-ups etapro everups gamatronic genericups isbmex 
liebert liebert-esp2 masterguard metasys oldmge-shut mge-utalk microdowell 
mge-shut oneac optiups powercom rhino safenet solis tripplite tripplitesu 
upscode2 victronups powerpanel blazer_ser clone clone-outlet ivtscd apcsmart 
apcsmart-old apcupsd-ups riello_ser nutdrv_qx"
+SNMP_DRIVERLIST="snmp-ups"
+USB_LIBUSB_DRIVERLIST="usbhid-ups bcmxcp_usb tripplite_usb blazer_usb 
richcomm_usb riello_usb nutdrv_qx"
+USB_DRIVERLIST=${USB_LIBUSB_DRIVERLIST}
+#HAL_DRIVERLIST="usbhid-ups bcmxcp_usb tripplite_usb blazer_usb riello_usb 
nutdrv_qx"
+NEONXML_DRIVERLIST="netxml-ups"
+IPMI_DRIVERLIST="nut-ipmipsu"
+# Now we build from it:
+for name in ${SERIAL_DRIVERLIST} ; do
+   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} +ups_drivers_${name}"
+done
+for name in ${USB_DRIVERLIST} ; do
+   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} +ups_drivers_${name}"
+   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( usb )"
+done
+for name in ${NEONXML_DRIVERLIST}; do
+   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} ups_drivers_${name}"
+   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( xml )"
+done
+for name in ${SNMP_DRIVERLIST} ; do
+   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} ups_drivers_${name}"
+   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( snmp )"
+done
+for name in ${IPMI_DRIVERLIST} ; do
+   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} ups_drivers_${name}"
+   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( ipmi )"
+done
+IUSE="${IUSE} ${IUSE_UPS_DRIVERS}"
+
+# public files should be 644 root:root
+NUT_PUBLIC_FILES="/etc/nut/{ups,upssched}.conf"
+# private files should be 640 root:nut - readable by nut, writeable by root,
+NUT_PRIVATE_FILES="/etc/nut/{upsd.conf,upsd.users,upsmon.conf}"
+# public files should be 644 root:root, only installed if USE=cgi
+NUT_CGI_FILES="/etc/nut/{{hosts,upsset}.conf,upsstats{,-single}.html}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.7.2-no-libdummy.patch
+   "${FILESDIR}"/${PN}-2.7.1-snmpusb-order.patch
+   "${FILESDIR}"/${PN}-2.6.2-lowspeed-buffer-size.patch
+   "${FILESDIR}"/nut-openssl-1.1-support.patch
+   "${FILESDIR}"/nut-2.7.4-py3.patch
+)
+
+src_prepare() {
+   default
+
+   sed -e "s:GD_LIBS.*=.*-L/usr/X11R6/lib \(.*\) -lXpm 
-lX11:GD_LIBS=\"\1:" \
+   -e '/systemdsystemunitdir=.*echo.*sed.*libdir/s,^,#,g' \
+   -i configure.ac || die
+
+   sed -e "s:52.nut-usbups.rules:70-nut-usbups.rules:" \
+   -i scripts/udev/Makefile.am || die
+
+   rm ltmain.sh m4/lt* m4/libtool.m4 || die
+
+   sed -e 's:@LIBSSL_LDFLAGS@:@LIBSSL_LIBS@:' \
+   -i lib/libupsclient{.pc,-config}.in || die #361685
+
+   eautoreconf
+}
+
+src_configure() {
+   local myconf
+   append-flags -fno-lto
+   tc-export CC
+   tc-export CXX
+   tc-export 

[gentoo-commits] repo/gentoo:master commit in: acct-user/nut/

2021-07-09 Thread Conrad Kostecki
commit: ec4ba15dbcf3a2fa927a602c0f815f3f42b8aa48
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:22:04 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4ba15d

acct-user/nut: add user (84) for sys-power/nut

Bug: https://bugs.gentoo.org/781509
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/nut/metadata.xml |  8 
 acct-user/nut/nut-0.ebuild | 14 ++
 2 files changed, 22 insertions(+)

diff --git a/acct-user/nut/metadata.xml b/acct-user/nut/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-user/nut/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+

diff --git a/acct-user/nut/nut-0.ebuild b/acct-user/nut/nut-0.ebuild
new file mode 100644
index 000..7dc04085343
--- /dev/null
+++ b/acct-user/nut/nut-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the nullmailer"
+
+ACCT_USER_GROUPS=( "nullmail" "uucp" )
+ACCT_USER_HOME="/var/lib/nut"
+ACCT_USER_ID="84"
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: app-misc/ddcutil/

2021-07-09 Thread Conrad Kostecki
commit: 3f902a4b8af6d21527c8942cf06730f832bb547e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:33:37 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f902a4b

app-misc/ddcutil: migrate to GLEP 81

Closes: https://bugs.gentoo.org/781557
Closes: https://bugs.gentoo.org/792792
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild | 116 +++
 1 file changed, 116 insertions(+)

diff --git a/app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild 
b/app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild
new file mode 100644
index 000..909b06e1dad
--- /dev/null
+++ b/app-misc/ddcutil/ddcutil-0.9.9-r1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic linux-info udev
+
+DESCRIPTION="Program for querying and changing monitor settings"
+HOMEPAGE="http://www.ddcutil.com/;
+SRC_URI="https://github.com/rockowitz/ddcutil/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="drm introspection usb-monitor user-permissions video_cards_nvidia X"
+REQUIRED_USE="drm? ( X )"
+
+RDEPEND="dev-libs/glib:2
+   sys-apps/i2c-tools
+   virtual/udev
+   drm? ( x11-libs/libdrm )
+   introspection? ( >=dev-libs/gobject-introspection-1.54.0:= )
+   usb-monitor? (
+   dev-libs/hidapi
+   virtual/libusb:1
+   sys-apps/usbutils
+   )
+   user-permissions? (
+   acct-group/i2c
+   usb-monitor? ( acct-group/video )
+   )
+   X? (
+   x11-libs/libXrandr
+   x11-libs/libX11
+   )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   # This program needs /dev/ic2-* devices to communicate with the monitor.
+   CONFIG_CHECK="~I2C_CHARDEV"
+   ERROR_I2C_CHARDEV="You must enable I2C_CHARDEV in your kernel to 
continue"
+   if use usb-monitor; then
+   CONFIG_CHECK+=" ~HIDRAW ~USB_HIDDEV"
+   ERROR_HIDRAW="HIDRAW is needed to support USB monitors"
+   ERROR_I2C_CHARDEV="USB_HIDDEV is needed to support USB monitors"
+   fi
+
+   # Now do the actual checks setup above
+   check_extra_config
+}
+
+src_prepare() {
+   default
+   eautoreconf
+   sed -i -e "s#usr/local/bin#usr/bin#" 
data/etc/udev/rules.d/45-ddcutil-usb.rules || die
+}
+
+src_configure() {
+   # Bug 607818.
+   replace-flags -O3 -O2
+
+   local myeconfargs=(
+   $(use_enable drm)
+   $(use_enable usb-monitor usb)
+   $(use_enable X x11)
+   --enable-lib
+   # Please read upstream's note about the original purpose of 
these flags before re-enabling them:
+   # https://github.com/rockowitz/ddcutil/issues/128
+   # As of 0.9.9 the following no longer compile:
+   # Python3 & CFFI is already broken as of Python 3.7, with 
future removal;
+   # SWIG : Python3.7 breakage as well PyFileObject vs PyCodeObject
+   --disable-cffi
+   --disable-cython
+   --disable-swig
+   $(use_enable introspection)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   if use user-permissions; then
+   udev_dorules data/etc/udev/rules.d/45-ddcutil-i2c.rules
+   if use usb-monitor; then
+   udev_dorules data/etc/udev/rules.d/45-ddcutil-usb.rules
+   fi
+   fi
+}
+
+pkg_postinst() {
+   if use user-permissions; then
+   einfo "To allow non-root users access to the /dev/i2c-* 
devices, add those"
+   einfo "users to the i2c group: usermod -aG i2c user"
+   einfo "Restart the computer or reload the i2c-dev module to 
activate"
+   einfo "the new udev rule."
+   einfo "For more information read: 
http://www.ddcutil.com/i2c_permissions/;
+
+   if use usb-monitor; then
+   einfo "To allow non-root users access to USB monitors, 
add those users"
+   einfo "to the video group: usermod -aG video user"
+   einfo "Restart the computer, reload the hiddev and 
hidraw modules, or replug"
+   einfo "the monitor to activate the new udev rule."
+   einfo "For more information read: 
http://www.ddcutil.com/usb/;
+   fi
+
+   udev_reload
+   fi
+
+   if use video_cards_nvidia; then
+   ewarn "Please read the following webpage on proper usage with 
the nVidia "
+   ewarn "binary drivers, or it may not work: 

[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/

2021-07-09 Thread Conrad Kostecki
commit: ea11326b3f8707ec6eb6a2a7bacb0892cac97963
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:16:11 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea11326b

net-proxy/dante: drop old version

Closes: https://bugs.gentoo.org/781461
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-proxy/dante/dante-1.4.1-r2.ebuild | 102 --
 1 file changed, 102 deletions(-)

diff --git a/net-proxy/dante/dante-1.4.1-r2.ebuild 
b/net-proxy/dante/dante-1.4.1-r2.ebuild
deleted file mode 100644
index 24d8800d13f..000
--- a/net-proxy/dante/dante-1.4.1-r2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools systemd user
-
-DESCRIPTION="A free socks4,5 and msproxy implementation"
-HOMEPAGE="https://www.inet.no/dante/;
-SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz;
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
-IUSE="debug kerberos pam selinux static-libs tcpd upnp"
-
-CDEPEND="
-   kerberos? ( virtual/krb5 )
-   pam? ( sys-libs/pam )
-   tcpd? ( sys-apps/tcp-wrappers )
-   upnp? ( net-libs/miniupnpc:= )
-   userland_GNU? ( sys-apps/shadow )
-"
-DEPEND="${CDEPEND}
-   sys-devel/bison
-   sys-devel/flex
-"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-dante )
-"
-
-DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.0-socksify.patch
-   "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch
-   "${FILESDIR}"/${PN}-1.4.0-cflags.patch
-   "${FILESDIR}"/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
-   "${FILESDIR}"/${PN}-1.4.1-sigpwr-siginfo.patch #517528
-   "${FILESDIR}"/${PN}-1.4.1-miniupnp14.patch #564680
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
-   -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \
-   doc/{socksify.1,socks.conf.5,sockd.conf.5,sockd.8} \
-   || die
-
-   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # hardcoded the libc name otherwise the scan on a amd64 multilib system
-   # ends up finding /usr/lib32/libc.so.5. That cascades and causes the
-   # preload/libdsocks to not be built.
-   econf \
-   --with-socks-conf="${EPREFIX}"/etc/socks/socks.conf \
-   --with-sockd-conf="${EPREFIX}"/etc/socks/sockd.conf \
-   --enable-preload \
-   --enable-clientdl \
-   --enable-serverdl \
-   --enable-drt-fallback \
-   --with-libc=libc.so.6 \
-   $(use_enable debug) \
-   $(use_with kerberos gssapi) \
-   $(use_with pam) \
-   $(use_with upnp) \
-   $(use_enable static-libs static) \
-   $(use_with tcpd libwrap)
-}
-
-src_install() {
-   default
-
-   # default configuration files
-   insinto /etc/socks
-   doins "${FILESDIR}"/sock?.conf
-   pushd "${ED}"/etc/socks > /dev/null
-   use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
-   use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
-   popd > /dev/null
-
-   # init script
-   newinitd "${FILESDIR}"/${PN}-1.3.2-sockd-init dante-sockd
-   newconfd "${FILESDIR}"/dante-sockd-conf dante-sockd
-
-   systemd_dounit "${FILESDIR}"/dante-sockd.service
-
-   # example configuration files
-   docinto examples
-   dodoc example/*.conf
-
-   find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   enewuser sockd -1 -1 /etc/socks daemon
-}



[gentoo-commits] repo/gentoo:master commit in: sys-power/nut/

2021-07-09 Thread Conrad Kostecki
commit: 43b989d2dbd829437d65f6c72fc13d45d79b6e62
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:27:16 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b989d2

sys-power/nut: drop old version

Closes: https://bugs.gentoo.org/781509
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-power/nut/nut-2.7.4-r6.ebuild | 272 --
 1 file changed, 272 deletions(-)

diff --git a/sys-power/nut/nut-2.7.4-r6.ebuild 
b/sys-power/nut/nut-2.7.4-r6.ebuild
deleted file mode 100644
index 740b94d0c14..000
--- a/sys-power/nut/nut-2.7.4-r6.ebuild
+++ /dev/null
@@ -1,272 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools bash-completion-r1 desktop fixheadtails flag-o-matic systemd 
toolchain-funcs user
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Network-UPS Tools"
-HOMEPAGE="https://www.networkupstools.org/;
-SRC_URI="https://networkupstools.org/source/${PV%.*}/${MY_P}.tar.gz;
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-
-IUSE="cgi ipmi snmp +usb selinux split-usr ssl tcpd xml zeroconf"
-
-DEPEND="
-   dev-libs/libltdl:*
-   net-libs/libnsl
-   virtual/udev
-   cgi? ( >=media-libs/gd-2[png] )
-   ipmi? ( sys-libs/freeipmi )
-   snmp? ( net-analyzer/net-snmp )
-   ssl? ( >=dev-libs/openssl-1:= )
-   tcpd? ( sys-apps/tcp-wrappers )
-   usb? ( virtual/libusb:0= )
-   xml? ( >=net-libs/neon-0.25.0 )
-   zeroconf? ( net-dns/avahi )"
-
-BDEPEND="
-   virtual/pkgconfig"
-
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-nut )"
-
-S="${WORKDIR}/${MY_P}"
-
-# Bug #480664 requested UPS_DRIVERS_IUSE for more flexibility in building this 
package
-SERIAL_DRIVERLIST="al175 bcmxcp belkin belkinunv bestfcom bestfortress 
bestuferrups bestups dummy-ups etapro everups gamatronic genericups isbmex 
liebert liebert-esp2 masterguard metasys oldmge-shut mge-utalk microdowell 
mge-shut oneac optiups powercom rhino safenet solis tripplite tripplitesu 
upscode2 victronups powerpanel blazer_ser clone clone-outlet ivtscd apcsmart 
apcsmart-old apcupsd-ups riello_ser nutdrv_qx"
-SNMP_DRIVERLIST="snmp-ups"
-USB_LIBUSB_DRIVERLIST="usbhid-ups bcmxcp_usb tripplite_usb blazer_usb 
richcomm_usb riello_usb nutdrv_qx"
-USB_DRIVERLIST=${USB_LIBUSB_DRIVERLIST}
-#HAL_DRIVERLIST="usbhid-ups bcmxcp_usb tripplite_usb blazer_usb riello_usb 
nutdrv_qx"
-NEONXML_DRIVERLIST="netxml-ups"
-IPMI_DRIVERLIST="nut-ipmipsu"
-# Now we build from it:
-for name in ${SERIAL_DRIVERLIST} ; do
-   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} +ups_drivers_${name}"
-done
-for name in ${USB_DRIVERLIST} ; do
-   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} +ups_drivers_${name}"
-   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( usb )"
-done
-for name in ${NEONXML_DRIVERLIST}; do
-   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} ups_drivers_${name}"
-   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( xml )"
-done
-for name in ${SNMP_DRIVERLIST} ; do
-   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} ups_drivers_${name}"
-   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( snmp )"
-done
-for name in ${IPMI_DRIVERLIST} ; do
-   IUSE_UPS_DRIVERS="${IUSE_UPS_DRIVERS} ups_drivers_${name}"
-   REQUIRED_USE="${REQUIRED_USE} ups_drivers_${name}? ( ipmi )"
-done
-IUSE="${IUSE} ${IUSE_UPS_DRIVERS}"
-
-# public files should be 644 root:root
-NUT_PUBLIC_FILES="/etc/nut/{ups,upssched}.conf"
-# private files should be 640 root:nut - readable by nut, writeable by root,
-NUT_PRIVATE_FILES="/etc/nut/{upsd.conf,upsd.users,upsmon.conf}"
-# public files should be 644 root:root, only installed if USE=cgi
-NUT_CGI_FILES="/etc/nut/{{hosts,upsset}.conf,upsstats{,-single}.html}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.7.2-no-libdummy.patch
-   "${FILESDIR}"/${PN}-2.7.1-snmpusb-order.patch
-   "${FILESDIR}"/${PN}-2.6.2-lowspeed-buffer-size.patch
-   "${FILESDIR}"/nut-openssl-1.1-support.patch
-   "${FILESDIR}"/nut-2.7.4-py3.patch
-)
-
-pkg_setup() {
-   enewgroup nut 84
-   enewuser nut 84 -1 /var/lib/nut nut,uucp
-   # As of udev-104, NUT must be in uucp and NOT in tty.
-   gpasswd -d nut tty 2>/dev/null
-   gpasswd -a nut uucp 2>/dev/null
-   # in some cases on old systems it wasn't in the nut group either!
-   gpasswd -a nut nut 2>/dev/null
-   warningmsg ewarn
-}
-
-src_prepare() {
-   default
-
-   sed -e "s:GD_LIBS.*=.*-L/usr/X11R6/lib \(.*\) -lXpm 
-lX11:GD_LIBS=\"\1:" \
-   -e '/systemdsystemunitdir=.*echo.*sed.*libdir/s,^,#,g' \
-   -i configure.ac || die
-
-   sed -e "s:52.nut-usbups.rules:70-nut-usbups.rules:" \
-   -i scripts/udev/Makefile.am || die
-
-   rm ltmain.sh m4/lt* m4/libtool.m4 || die
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-proxy/dante/

2021-07-09 Thread Conrad Kostecki
commit: 5d65c3468abfff63034efda082dd10a632b563e8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:14:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d65c346

net-proxy/dante: migrate to GLEP 81

Closes: https://bugs.gentoo.org/781461
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-proxy/dante/dante-1.4.1-r3.ebuild | 102 ++
 1 file changed, 102 insertions(+)

diff --git a/net-proxy/dante/dante-1.4.1-r3.ebuild 
b/net-proxy/dante/dante-1.4.1-r3.ebuild
new file mode 100644
index 000..3049bca
--- /dev/null
+++ b/net-proxy/dante/dante-1.4.1-r3.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools systemd
+
+DESCRIPTION="A free socks4,5 and msproxy implementation"
+HOMEPAGE="https://www.inet.no/dante/;
+SRC_URI="https://www.inet.no/dante/files/${P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+IUSE="debug kerberos pam selinux static-libs tcpd upnp"
+
+CDEPEND="
+   kerberos? ( virtual/krb5 )
+   pam? ( sys-libs/pam )
+   tcpd? ( sys-apps/tcp-wrappers )
+   upnp? ( net-libs/miniupnpc:= )
+   userland_GNU? ( sys-apps/shadow )
+"
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+"
+RDEPEND="
+   ${CDEPEND}
+   acct-user/sockd
+   selinux? ( sec-policy/selinux-dante )
+"
+
+DOCS="BUGS CREDITS NEWS README SUPPORT doc/README* doc/*.txt 
doc/SOCKS4.protocol"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.4.0-socksify.patch
+   "${FILESDIR}"/${PN}-1.4.0-osdep-format-macro.patch
+   "${FILESDIR}"/${PN}-1.4.0-cflags.patch
+   "${FILESDIR}"/${PN}-1.4.0-HAVE_SENDBUF_IOCTL.patch
+   "${FILESDIR}"/${PN}-1.4.1-sigpwr-siginfo.patch #517528
+   "${FILESDIR}"/${PN}-1.4.1-miniupnp14.patch #564680
+)
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e 's:/etc/socks\.conf:"${EPREFIX}"/etc/socks/socks.conf:' \
+   -e 's:/etc/sockd\.conf:"${EPREFIX}"/etc/socks/sockd.conf:' \
+   doc/{socksify.1,socks.conf.5,sockd.conf.5,sockd.8} \
+   || die
+
+   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # hardcoded the libc name otherwise the scan on a amd64 multilib system
+   # ends up finding /usr/lib32/libc.so.5. That cascades and causes the
+   # preload/libdsocks to not be built.
+   econf \
+   --with-socks-conf="${EPREFIX}"/etc/socks/socks.conf \
+   --with-sockd-conf="${EPREFIX}"/etc/socks/sockd.conf \
+   --enable-preload \
+   --enable-clientdl \
+   --enable-serverdl \
+   --enable-drt-fallback \
+   --with-libc=libc.so.6 \
+   $(use_enable debug) \
+   $(use_with kerberos gssapi) \
+   $(use_with pam) \
+   $(use_with upnp) \
+   $(use_enable static-libs static) \
+   $(use_with tcpd libwrap)
+}
+
+src_install() {
+   default
+
+   # default configuration files
+   insinto /etc/socks
+   doins "${FILESDIR}"/sock?.conf
+   pushd "${ED}"/etc/socks > /dev/null
+   use pam && eapply -p0 "${FILESDIR}"/sockd.conf-with-pam.patch
+   use tcpd && eapply -p0 "${FILESDIR}"/sockd.conf-with-libwrap.patch
+   popd > /dev/null
+
+   # init script
+   newinitd "${FILESDIR}"/${PN}-1.3.2-sockd-init dante-sockd
+   newconfd "${FILESDIR}"/dante-sockd-conf dante-sockd
+
+   systemd_dounit "${FILESDIR}"/dante-sockd.service
+
+   # example configuration files
+   docinto examples
+   dodoc example/*.conf
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: acct-group/nut/

2021-07-09 Thread Conrad Kostecki
commit: c31a81e30f122f74cd67f451c9a9af69573e55bd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:19:15 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a81e3

acct-group/nut: add group (84) for sys-power/nut

Bug: https://bugs.gentoo.org/781509
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-group/nut/metadata.xml |  8 
 acct-group/nut/nut-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/nut/metadata.xml b/acct-group/nut/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-group/nut/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+

diff --git a/acct-group/nut/nut-0.ebuild b/acct-group/nut/nut-0.ebuild
new file mode 100644
index 000..e54ff264720
--- /dev/null
+++ b/acct-group/nut/nut-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the Network-UPS Tools"
+
+ACCT_GROUP_ID="84"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/

2021-07-09 Thread Conrad Kostecki
commit: 1916dc504837114a2fcd018363632edac9a9b0e8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:05:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1916dc50

mail-mta/nullmailer: migrate to GLEP 81

Closes: https://bugs.gentoo.org/781320
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 mail-mta/nullmailer/nullmailer-2.2-r2.ebuild | 157 +++
 1 file changed, 157 insertions(+)

diff --git a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild 
b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild
new file mode 100644
index 000..3ea8f8fe0a9
--- /dev/null
+++ b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib systemd
+
+DESCRIPTION="Simple relay-only local mail transport agent"
+HOMEPAGE="http://untroubled.org/nullmailer/ 
https://github.com/bruceg/nullmailer;
+SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~x64-cygwin"
+IUSE="ssl test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   acct-group/nullmail
+   acct-user/nullmail
+"
+
+DEPEND="
+   ssl? ( net-libs/gnutls:0= )
+   test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )
+"
+RDEPEND="
+   ${BDEPEND}
+   virtual/logger
+   sys-apps/shadow
+   ssl? ( net-libs/gnutls:0= )
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/msmtp[mta(+)]
+   !mail-mta/netqmail
+   !mail-mta/opensmtpd[mta(+)]
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/ssmtp[mta(+)]
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-test-racecondition.patch"
+   "${FILESDIR}/${P}-disable-dns-using-test.patch"
+   "${FILESDIR}/${P}-disable-smtp-auth-tests.patch"
+   "${FILESDIR}/${P}-c++11.patch"
+)
+
+src_prepare() {
+   default
+   sed -i.orig \
+   -e '/\$(localstatedir)\/trigger/d' \
+   "${S}"/Makefile.am || die
+   sed \
+   -e "s:^AC_PROG_RANLIB:AC_CHECK_TOOL(AR, ar, 
false)\nAC_PROG_RANLIB:g" \
+   -i configure.ac || die
+   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
+   sed \
+   -e "s#/usr/local#/usr#" \
+   -e 's:/usr/etc/:/etc/:g' \
+   -i doc/nullmailer-send.8 || die
+   eautoreconf
+}
+
+src_configure() {
+   # https://github.com/bruceg/nullmailer/pull/31/commits
+   append-lfs-flags #471102
+   econf \
+   --localstatedir="${EPREFIX}"/var \
+   $(use_enable ssl tls)
+}
+
+src_install() {
+   default
+
+   # A small bit of sample config
+   insinto /etc/nullmailer
+   newins "${FILESDIR}"/remotes.sample-2.0 remotes
+
+   # This contains passwords, so should be secure
+   fperms 0640 /etc/nullmailer/remotes
+   fowners root:nullmail /etc/nullmailer/remotes
+
+   # daemontools stuff
+   dodir /var/spool/nullmailer/service{,/log}
+
+   insinto /var/spool/nullmailer/service
+   newins scripts/nullmailer.run run
+   fperms 700 /var/spool/nullmailer/service/run
+
+   insinto /var/spool/nullmailer/service/log
+   newins scripts/nullmailer-log.run run
+   fperms 700 /var/spool/nullmailer/service/log/run
+
+   # usability
+   dosym ../sbin/sendmail usr/$(get_libdir)/sendmail
+
+   # permissions stuff
+   keepdir /var/log/nullmailer /var/spool/nullmailer/{tmp,queue,failed}
+   fperms 770 /var/log/nullmailer
+   fowners nullmail:nullmail /usr/sbin/nullmailer-queue /usr/bin/mailq
+   fperms 4711 /usr/sbin/nullmailer-queue /usr/bin/mailq
+
+   newinitd "${FILESDIR}"/init.d-nullmailer-r6 nullmailer
+   systemd_dounit scripts/${PN}.service
+}
+
+pkg_postinst() {
+   if [[ ! -e ${EROOT}/var/spool/nullmailer/trigger ]]; then
+   mkfifo --mode=0660 "${EROOT}/var/spool/nullmailer/trigger" || 
die
+   fi
+   chown nullmail:nullmail \
+   "${EROOT}"/var/log/nullmailer \
+   "${EROOT}"/var/spool/nullmailer/{tmp,queue,failed,trigger} || 
die
+   chmod 770 \
+   "${EROOT}"/var/log/nullmailer \
+   "${EROOT}"/var/spool/nullmailer/{tmp,queue,failed} || die
+   chmod 660 "${EROOT}"/var/spool/nullmailer/trigger || die
+
+   # This contains passwords, so should be secure
+   chmod 0640 "${EROOT}"/etc/nullmailer/remotes || die
+   chown root:nullmail "${EROOT}"/etc/nullmailer/remotes || die
+
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "To create an initial setup, please do:"
+   elog "emerge --config 

[gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/

2021-07-09 Thread Conrad Kostecki
commit: b6c1a3d03861a20f38ce9b1de16f80e0ce3c6b30
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:06:40 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c1a3d0

mail-mta/nullmailer: drop old version

Closes: https://bugs.gentoo.org/781320
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 mail-mta/nullmailer/nullmailer-2.2-r1.ebuild | 156 ---
 1 file changed, 156 deletions(-)

diff --git a/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild 
b/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild
deleted file mode 100644
index 53c1cabc06f..000
--- a/mail-mta/nullmailer/nullmailer-2.2-r1.ebuild
+++ /dev/null
@@ -1,156 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib systemd user
-
-DESCRIPTION="Simple relay-only local mail transport agent"
-HOMEPAGE="http://untroubled.org/nullmailer/ 
https://github.com/bruceg/nullmailer;
-SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~x64-cygwin"
-IUSE="ssl test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   ssl? ( net-libs/gnutls:0= )
-   test? ( sys-apps/ucspi-tcp[ipv6] sys-process/daemontools )
-"
-RDEPEND="
-   virtual/logger
-   sys-apps/shadow
-   ssl? ( net-libs/gnutls:0= )
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/msmtp[mta(+)]
-   !mail-mta/netqmail
-   !mail-mta/opensmtpd[mta(+)]
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/ssmtp[mta(+)]
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-test-racecondition.patch"
-   "${FILESDIR}/${P}-disable-dns-using-test.patch"
-   "${FILESDIR}/${P}-disable-smtp-auth-tests.patch"
-   "${FILESDIR}/${P}-c++11.patch"
-)
-
-pkg_setup() {
-   enewgroup nullmail 88
-   enewuser nullmail 88 -1 /var/spool/nullmailer nullmail
-}
-
-src_prepare() {
-   default
-   sed -i.orig \
-   -e '/\$(localstatedir)\/trigger/d' \
-   "${S}"/Makefile.am || die
-   sed \
-   -e "s:^AC_PROG_RANLIB:AC_CHECK_TOOL(AR, ar, 
false)\nAC_PROG_RANLIB:g" \
-   -i configure.ac || die
-   sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
-   sed \
-   -e "s#/usr/local#/usr#" \
-   -e 's:/usr/etc/:/etc/:g' \
-   -i doc/nullmailer-send.8 || die
-   eautoreconf
-}
-
-src_configure() {
-   # https://github.com/bruceg/nullmailer/pull/31/commits
-   append-lfs-flags #471102
-   econf \
-   --localstatedir="${EPREFIX}"/var \
-   $(use_enable ssl tls)
-}
-
-src_install() {
-   default
-
-   # A small bit of sample config
-   insinto /etc/nullmailer
-   newins "${FILESDIR}"/remotes.sample-2.0 remotes
-
-   # This contains passwords, so should be secure
-   fperms 0640 /etc/nullmailer/remotes
-   fowners root:nullmail /etc/nullmailer/remotes
-
-   # daemontools stuff
-   dodir /var/spool/nullmailer/service{,/log}
-
-   insinto /var/spool/nullmailer/service
-   newins scripts/nullmailer.run run
-   fperms 700 /var/spool/nullmailer/service/run
-
-   insinto /var/spool/nullmailer/service/log
-   newins scripts/nullmailer-log.run run
-   fperms 700 /var/spool/nullmailer/service/log/run
-
-   # usability
-   dosym ../sbin/sendmail usr/$(get_libdir)/sendmail
-
-   # permissions stuff
-   keepdir /var/log/nullmailer /var/spool/nullmailer/{tmp,queue,failed}
-   fperms 770 /var/log/nullmailer
-   fowners nullmail:nullmail /usr/sbin/nullmailer-queue /usr/bin/mailq
-   fperms 4711 /usr/sbin/nullmailer-queue /usr/bin/mailq
-
-   newinitd "${FILESDIR}"/init.d-nullmailer-r6 nullmailer
-   systemd_dounit scripts/${PN}.service
-}
-
-pkg_postinst() {
-   if [[ ! -e ${EROOT}/var/spool/nullmailer/trigger ]]; then
-   mkfifo --mode=0660 "${EROOT}/var/spool/nullmailer/trigger" || 
die
-   fi
-   chown nullmail:nullmail \
-   "${EROOT}"/var/log/nullmailer \
-   "${EROOT}"/var/spool/nullmailer/{tmp,queue,failed,trigger} || 
die
-   chmod 770 \
-   "${EROOT}"/var/log/nullmailer \
-   "${EROOT}"/var/spool/nullmailer/{tmp,queue,failed} || die
-   chmod 660 "${EROOT}"/var/spool/nullmailer/trigger || die
-
-   # This contains passwords, so should be secure
-   chmod 0640 "${EROOT}"/etc/nullmailer/remotes || die
-   chown root:nullmail "${EROOT}"/etc/nullmailer/remotes || die
-
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "To create an initial setup, please do:"
-  

[gentoo-commits] repo/gentoo:master commit in: acct-user/sockd/

2021-07-09 Thread Conrad Kostecki
commit: e5ce1a40ab54b375b0e275d9bbc3aaa246d0c7e7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 22:10:46 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ce1a40

acct-user/sockd: add user (306) for net-proxy/dante

Bug: https://bugs.gentoo.org/781461
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/sockd/metadata.xml   |  8 
 acct-user/sockd/sockd-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-user/sockd/metadata.xml b/acct-user/sockd/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-user/sockd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+

diff --git a/acct-user/sockd/sockd-0.ebuild b/acct-user/sockd/sockd-0.ebuild
new file mode 100644
index 000..a6c2f5cbb15
--- /dev/null
+++ b/acct-user/sockd/sockd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for net-proxy/dante"
+
+ACCT_USER_ID="306"



[gentoo-commits] repo/gentoo:master commit in: acct-group/nullmail/

2021-07-09 Thread Conrad Kostecki
commit: 4434c84a102e3563a67d3634c685b53627e66b10
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:46:33 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434c84a

acct-group/nullmail: add group (88) for mail-mta/nullmailer

Bug: https://bugs.gentoo.org/781320
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-group/nullmail/metadata.xml  |  8 
 acct-group/nullmail/nullmail-0.ebuild | 10 ++
 2 files changed, 18 insertions(+)

diff --git a/acct-group/nullmail/metadata.xml b/acct-group/nullmail/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-group/nullmail/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+

diff --git a/acct-group/nullmail/nullmail-0.ebuild 
b/acct-group/nullmail/nullmail-0.ebuild
new file mode 100644
index 000..24f773d248c
--- /dev/null
+++ b/acct-group/nullmail/nullmail-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+DESCRIPTION="A group for the nullmailer"
+
+ACCT_GROUP_ID="88"



[gentoo-commits] repo/gentoo:master commit in: app-admin/cancd/

2021-07-09 Thread Conrad Kostecki
commit: 7105525baa7cea3880c225bb75017fa0aa780614
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:39:59 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7105525b

app-admin/cancd: migrate to GLEP 81

Also updated to EAPI 7.

Closes: https://bugs.gentoo.org/781194
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-admin/cancd/cancd-0.1.0-r5.ebuild | 39 +++
 1 file changed, 39 insertions(+)

diff --git a/app-admin/cancd/cancd-0.1.0-r5.ebuild 
b/app-admin/cancd/cancd-0.1.0-r5.ebuild
new file mode 100644
index 000..e821470d956
--- /dev/null
+++ b/app-admin/cancd/cancd-0.1.0-r5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="CA NetConsole Daemon receives output from the Linux netconsole 
driver"
+HOMEPAGE="http://oss.oracle.com/projects/cancd/;
+SRC_URI="http://oss.oracle.com/projects/cancd/dist/files/source/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=(
+   "${FILESDIR}/${P}-build-r1.patch"
+   "${FILESDIR}/${P}-c-cleanup.patch"
+)
+
+RDEPEND="acct-user/cancd"
+
+src_prepare() {
+   default
+
+   # slight makefile cleanup
+   sed \
+   -e '/^CFLAGS/s,-g,,' \
+   -e '/^CFLAGS/s,-O2,-Wall -W -Wextra -Wundef -Wendif-labels 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return 
-Wstrict-prototypes -Wredundant-decls -Wunreachable-code -Wlong-long,' \
+   -e '/rm cancd cancd.o/s,rm,rm -f,' \
+   -i Makefile || die
+}
+
+src_install() {
+   dosbin cancd
+
+   newinitd "${FILESDIR}"/cancd-init.d-r1 cancd
+   newconfd "${FILESDIR}"/cancd-conf.d-r1 cancd
+   newinitd "${FILESDIR}"/netconsole-init.d netconsole
+   newconfd "${FILESDIR}"/netconsole-conf.d netconsole
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/cancd/

2021-07-09 Thread Conrad Kostecki
commit: d5a969f6f993662a87497f13fd984341cc3bb969
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:41:46 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a969f6

app-admin/cancd: drop old version

Closes: https://bugs.gentoo.org/781194
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-admin/cancd/cancd-0.1.0-r4.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/app-admin/cancd/cancd-0.1.0-r4.ebuild 
b/app-admin/cancd/cancd-0.1.0-r4.ebuild
deleted file mode 100644
index d6621299175..000
--- a/app-admin/cancd/cancd-0.1.0-r4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user
-
-DESCRIPTION="CA NetConsole Daemon receives output from the Linux netconsole 
driver"
-HOMEPAGE="http://oss.oracle.com/projects/cancd/;
-SRC_URI="http://oss.oracle.com/projects/cancd/dist/files/source/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}/${P}-build-r1.patch"
-   "${FILESDIR}/${P}-c-cleanup.patch"
-)
-
-src_prepare() {
-   default
-
-   # slight makefile cleanup
-   sed -i \
-   -e '/^CFLAGS/s,-g,,' \
-   -e '/^CFLAGS/s,-O2,-Wall -W -Wextra -Wundef -Wendif-labels 
-Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align 
-Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return 
-Wstrict-prototypes -Wredundant-decls -Wunreachable-code -Wlong-long,' \
-   -e '/rm cancd cancd.o/s,rm,rm -f,' \
-   Makefile || die
-}
-
-src_install() {
-   dosbin cancd
-   newinitd "${FILESDIR}"/cancd-init.d-r1 cancd
-   newconfd "${FILESDIR}"/cancd-conf.d-r1 cancd
-   newinitd "${FILESDIR}"/netconsole-init.d netconsole
-   newconfd "${FILESDIR}"/netconsole-conf.d netconsole
-}
-
-pkg_preinst() {
-   enewuser cancd
-}



[gentoo-commits] repo/gentoo:master commit in: acct-user/cancd/

2021-07-09 Thread Conrad Kostecki
commit: 1c7ef2bc0c989c165ca617ea77be0243e43d1798
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:35:50 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c7ef2bc

acct-user/cancd: add user for app-admin/cancd

Bug: https://bugs.gentoo.org/781194
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/cancd/cancd-0.ebuild | 10 ++
 acct-user/cancd/metadata.xml   |  8 
 2 files changed, 18 insertions(+)

diff --git a/acct-user/cancd/cancd-0.ebuild b/acct-user/cancd/cancd-0.ebuild
new file mode 100644
index 000..f14836297bc
--- /dev/null
+++ b/acct-user/cancd/cancd-0.ebuild
@@ -0,0 +1,10 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the CA NetConsole Daemon"
+
+ACCT_USER_ID="404"

diff --git a/acct-user/cancd/metadata.xml b/acct-user/cancd/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-user/cancd/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+



[gentoo-commits] repo/gentoo:master commit in: acct-user/nullmail/

2021-07-09 Thread Conrad Kostecki
commit: b54eafcfd1457a1cd8bea4c7fb3ecaf055032eb6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:59:26 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 22:36:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54eafcf

acct-user/nullmail: add user (88) for mail-mta/nullmailer

Bug: https://bugs.gentoo.org/781320
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/nullmail/metadata.xml  |  8 
 acct-user/nullmail/nullmail-0.ebuild | 14 ++
 2 files changed, 22 insertions(+)

diff --git a/acct-user/nullmail/metadata.xml b/acct-user/nullmail/metadata.xml
new file mode 100644
index 000..4073267daf2
--- /dev/null
+++ b/acct-user/nullmail/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+

diff --git a/acct-user/nullmail/nullmail-0.ebuild 
b/acct-user/nullmail/nullmail-0.ebuild
new file mode 100644
index 000..01b773208ae
--- /dev/null
+++ b/acct-user/nullmail/nullmail-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="A user for the nullmailer"
+
+ACCT_USER_GROUPS=( "nullmail" )
+ACCT_USER_HOME="/var/spool/nullmailer"
+ACCT_USER_ID="88"
+
+acct-user_add_deps



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/

2021-07-09 Thread Sergei Trofimovich
commit: f19aeaf3065c89753ff3f8cc76aac86ac7af93ed
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul  9 22:35:56 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  9 22:36:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19aeaf3

sys-kernel/linux-headers: restore ~arch KEYWORDS for 5.13

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-kernel/linux-headers/linux-headers-5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-headers/linux-headers-5.13.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.13.ebuild
index 115b2f8d592..69b7d70ac96 100644
--- a/sys-kernel/linux-headers/linux-headers-5.13.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.13.ebuild
@@ -15,7 +15,7 @@ SRC_URI="

${PATCH_VER:+https://dev.gentoo.org/~soap/distfiles/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz};
 S="${WORKDIR}/linux-${PV}"
 
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/

2021-07-09 Thread Bernard Cafarelli
commit: f7374ea3a091433821c9e1ba536eb6c348c660d6
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jul  9 22:19:32 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jul  9 22:19:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7374ea3

net-ftp/filezilla: 3.55.0 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-ftp/filezilla/Manifest|  1 +
 net-ftp/filezilla/filezilla-3.55.0.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-ftp/filezilla/Manifest b/net-ftp/filezilla/Manifest
index fbba9264e70..5076dc9bc8c 100644
--- a/net-ftp/filezilla/Manifest
+++ b/net-ftp/filezilla/Manifest
@@ -1,2 +1,3 @@
 DIST FileZilla_3.53.1_src.tar.bz2 4844262 BLAKE2B 
1ae9bab7b3812df106340a2267d5634c3e3e3078a5fbb3dcbf526c28ea5bfefe619e380b739533754ec9f4e200d08a398d6ebe0c984a7b18679f0165f3a03e29
 SHA512 
85109c68c9acaf2d3fb7d2ed98bdeae636cc359993535484ca404bd34e8287927628e255364bdb03681fcc47bff02423e954fd304b2e304bf18efaf2c0784eaa
 DIST FileZilla_3.54.1_src.tar.bz2 4847815 BLAKE2B 
86d219e6c26c15bfd5597e486fafc7892aa3d085d62e6780fb0518a0e10f984a2e7f562666149fd8650f3cd00ad86901daf459095c542460f3bc229c047fa3e2
 SHA512 
d41b9fb303c11c81ceb0577fa5d40d6f5d9d1dc70a6a6bb6dac5c4cb7f8fc22cf06c2cf2e7415d922d11d5d4262832db89647acc34fa9a6cd92105b7700901df
+DIST FileZilla_3.55.0_src.tar.bz2 4910040 BLAKE2B 
9955ddff5bfdd7fe7fadf5dad73638c8fd32bfe52411e6b7ad5f147bd076d6e184ed7deec5ff127f0de904a0ecd01c1c3ae770c70a6d6dd6491366f2af1fe7eb
 SHA512 
8a1221e97719610be900d66f7feba90d1c5053a618b38084e93e8f2b11e51fc523336e11e110f51828eba3f17f60cea1fcd8060bd0cc5e7fdb3d24f35a4c1732

diff --git a/net-ftp/filezilla/filezilla-3.55.0.ebuild 
b/net-ftp/filezilla/filezilla-3.55.0.ebuild
new file mode 100644
index 000..b1b7891fa0e
--- /dev/null
+++ b/net-ftp/filezilla/filezilla-3.55.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+WX_GTK_VER="3.0-gtk3"
+
+inherit autotools flag-o-matic wxwidgets xdg
+
+MY_PV="${PV/_/-}"
+MY_P="FileZilla_${MY_PV}"
+
+DESCRIPTION="FTP client with lots of useful features and an intuitive 
interface"
+HOMEPAGE="https://filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2;
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="dbus nls test"
+RESTRICT="!test? ( test )"
+
+# pugixml 1.7 minimal dependency is for c++11 proper configuration
+RDEPEND="
+   >=app-eselect/eselect-wxwidgets-0.7-r1
+   >=dev-libs/nettle-3.1:=
+   >=dev-db/sqlite-3.7
+   >=dev-libs/libfilezilla-0.30.0:=
+   >=dev-libs/pugixml-1.7
+   >=net-libs/gnutls-3.5.7
+   >=x11-libs/wxGTK-3.0.4:${WX_GTK_VER}[X]
+   x11-misc/xdg-utils
+   dbus? ( sys-apps/dbus )"
+DEPEND="${RDEPEND}
+   test? ( >=dev-util/cppunit-1.13.0 )"
+BDEPEND="
+   virtual/pkgconfig
+   >=sys-devel/libtool-1.4
+   nls? ( >=sys-devel/gettext-0.11 )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.22.1-debug.patch
+   "${FILESDIR}"/${PN}-3.47.0-metainfo.patch
+   "${FILESDIR}"/${PN}-3.47.0-disable-shellext_conf.patch
+   "${FILESDIR}"/${PN}-3.52.2-slibtool.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   setup-wxwidgets
+
+   local myeconfargs=(
+   --disable-autoupdatecheck
+   --with-pugixml=system
+   $(use_enable nls locales)
+   $(use_with dbus)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # no static archives
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/

2021-07-09 Thread Bernard Cafarelli
commit: 64e7a7a8d6e3771372c7422990c768c97584e1de
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Jul  9 22:17:39 2021 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Jul  9 22:17:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e7a7a8

dev-libs/libfilezilla: 0.30.0 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli  gentoo.org>

 dev-libs/libfilezilla/Manifest   |  1 +
 dev-libs/libfilezilla/libfilezilla-0.30.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
index 6ea13153c27..bd38d81ab31 100644
--- a/dev-libs/libfilezilla/Manifest
+++ b/dev-libs/libfilezilla/Manifest
@@ -1,2 +1,3 @@
 DIST libfilezilla-0.27.1.tar.bz2 568252 BLAKE2B 
5ab11e60a3df1e56275b0a1eeb94a91a5e036306c8d65c95ecdf26737ad5c73782d69e50f81749864293bc827b2502988b45a2268bb8020e685a4c864168af5e
 SHA512 
30db720a8fbc806f498aa94ca9bdbbfa6ef04b4b4853e2c38744c2ba26dc8e34d3b006a057dcb527f6d745bf594ccffbb424f9b59dca6d1cb028b0f13bdd466a
 DIST libfilezilla-0.28.0.tar.bz2 572028 BLAKE2B 
579881b1bf127f709cdfda61efb71cce3df741152124b74a2f7d718e43d7d71ce678ec6ba10ff61926b275d5b9e69f8df0f9741a0ba1e9b5ff2c51d35472d10a
 SHA512 
e14bc3d5d20c62f0910ab55aa6466590a0d55aedf534e7eb67481a65b372c62fd0015506a1acdc476811aa2c0ce7561f30e79a10f994dfd98014e4ed4b4f471e
+DIST libfilezilla-0.30.0.tar.bz2 578592 BLAKE2B 
abfef274989b0ba31d9237394aa1e88012e9fe9d071c11e7350e0ada8d5da54d7cdc93f46f65b38fa9a811a638210238f42de99fdd6832f97ede3808723e5d4f
 SHA512 
f05a1ef2be7a6d32a6c5adf8e02f2b17e83deb67bf7c67b1bc1fec539a7235903d91dd3e98412aa1b90f1fcb322cb9ab54d3a1ff4ec44889b4dcdda6984300c9

diff --git a/dev-libs/libfilezilla/libfilezilla-0.30.0.ebuild 
b/dev-libs/libfilezilla/libfilezilla-0.30.0.ebuild
new file mode 100644
index 000..f0d6428c3e3
--- /dev/null
+++ b/dev-libs/libfilezilla/libfilezilla-0.30.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="C++ library offering some basic functionality for 
platform-independent programs"
+HOMEPAGE="https://lib.filezilla-project.org/;
+SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0/15" # libfilezilla.so version
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/nettle:0=
+   >=net-libs/gnutls-3.5.7:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-util/cppunit )"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if ! test-flag-CXX -std=c++14; then
+   eerror "${P} requires C++14-capable C++ compiler. Your 
current compiler"
+   eerror "does not seem to support -std=c++14 option. 
Please upgrade your compiler"
+   eerror "to gcc-4.9 or an equivalent version supporting 
C++14."
+   die "Currently active compiler does not support 
-std=c++14"
+   fi
+   fi
+}
+
+src_configure() {
+   if use ppc || use arm || use hppa; then
+   # bug 727652
+   append-libs -latomic
+   fi
+
+   econf --disable-static
+}
+
+src_install() {
+   default
+   find "${ED}" -type f -name "*.la" -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/riseup-vpn/

2021-07-09 Thread Andrew Ammerlaan
commit: 6c99615a07e111f7ae284036f0320c563fd604ba
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Jul  9 21:31:19 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jul  9 21:31:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c99615a

net-vpn/riseup-vpn: cleanup old snapshot

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 net-vpn/riseup-vpn/Manifest|   2 -
 .../riseup-vpn/riseup-vpn-0.21.2_p20210517.ebuild  | 143 -
 2 files changed, 145 deletions(-)

diff --git a/net-vpn/riseup-vpn/Manifest b/net-vpn/riseup-vpn/Manifest
index 1aefea321bc..84ee4dc6755 100644
--- a/net-vpn/riseup-vpn/Manifest
+++ b/net-vpn/riseup-vpn/Manifest
@@ -40,6 +40,4 @@ DIST 
golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20190412213103-97732733099d.mod 33 BLAKE
 DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20200212091648-12a6c2dcc1e4.mod 33 
BLAKE2B 
8be160de26713fd50f15adfb6fd7fff2643ee587aa17de9385b1e315869d0ecf102fc567294666bf232aa677d1ab04ba8341157f3d9b66a0f53543a7a47cf148
 SHA512 
0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
 DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20200212091648-12a6c2dcc1e4.zip 
1916451 BLAKE2B 
da323af18ec6dbb2c7cfcc267ceaeddb5e452789f3ed5797345020ccbf118992e9972fc652b20d8cd5a023c96613d5a770f71e6384b6576a271bc322d02a450b
 SHA512 
13fcebd117456775d53483f713e5a090321ab1159048b92252aee953c294dc174d7f5695e8d09f272203786143bdd6b15ff32c979aef5a30b442a56aa09d1a7d
 DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.mod 25 BLAKE2B 
31009af0fdcd0f8730c9985287e6e364ec4e5183e57e92560dbc80a2010eced51b8a90f01a82b49384268c8a0adbf69d179c205d3f68e0eb459169d2ea9528f0
 SHA512 
ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
-DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.zip 6349244 BLAKE2B 
0aa464ac7b7d17fa7ec0627b64cd2301ed4f2819f837807db7a55725950dacb40be899b5148b07ea31b51530818ed6444a9800755e1d369ba8f1bce949b0
 SHA512 
982d78f580a7eac99a0c51e6f1fd2b2c3b91f56cd5e2b96fe960510049f7daf5915264f73f55f05675eee232a52998f9667fa84a9ccba15ed7819e4c93f583a7
-DIST riseup-vpn-0.21.2_p20210517.tar.gz 5332313 BLAKE2B 
0f9673ba0908c60c2c31c032d48a4b9b0c31e8a8e2621c84c673f006f43aa6d41d2b6f5567a0ee73ad74d8b7456618a00a177af9fc65b0bf28765983e96ef20a
 SHA512 
88fd43e922500aaeebb80d7f4bf290f9511f60fa58c2a2b3ffd3930508630d2d8c5fb92ca5012689721545a6656135defe3ebe420c04defb53316cda93ddba6f
 DIST riseup-vpn-0.21.6.tar.gz 5404265 BLAKE2B 
2dcae7aaa3659fe9e8b9910a6c085ec49389551a6d2e404fb5520622e22adff98277fe3962f1dfd3b44d23b8c687855105196e74b89d4bb9890202e97033c5d9
 SHA512 
074dadcd24c1ecaa21504a26406c5f8f3cdbbe8dffc3679e1c1b62d1978b51b20154edd54d8887868c7458e4c184b8f16aa6ff21e71890fe6b84c0eb2e008deb

diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.2_p20210517.ebuild 
b/net-vpn/riseup-vpn/riseup-vpn-0.21.2_p20210517.ebuild
deleted file mode 100644
index 6ab61fb41f1..000
--- a/net-vpn/riseup-vpn/riseup-vpn-0.21.2_p20210517.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs"
-DOCS_DEPEND="dev-python/alabaster"
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit desktop python-r1 docs go-module virtualx xdg
-
-EGO_SUM=(
-   "0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2"
-   "0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2/go.mod"
-   "github.com/OperatorFoundation/obfs4 v0.0.0-20161108041644-17f2cb99c264"
-   "github.com/OperatorFoundation/obfs4 
v0.0.0-20161108041644-17f2cb99c264/go.mod"
-   "github.com/OperatorFoundation/shapeshifter-ipc 
v0.0.0-20170814234159-11746ba927e0"
-   "github.com/OperatorFoundation/shapeshifter-ipc 
v0.0.0-20170814234159-11746ba927e0/go.mod"
-   "github.com/OperatorFoundation/shapeshifter-transports 
v0.0.0-20191101030951-7a751b0500f4"
-   "github.com/OperatorFoundation/shapeshifter-transports 
v0.0.0-20191101030951-7a751b0500f4/go.mod"
-   "github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a"
-   "github.com/ProtonMail/go-autostart 
v0.0.0-20181114175602-c5272053443a/go.mod"
-   "github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412"
-   "github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod"
-   "github.com/apparentlymart/go-openvpn-mgmt 
v0.0.0-20161009010951-9a305aecd7f2"
-   "github.com/apparentlymart/go-openvpn-mgmt 
v0.0.0-20161009010951-9a305aecd7f2/go.mod"
-   "github.com/davecgh/go-spew v1.1.0"
-   "github.com/davecgh/go-spew v1.1.0/go.mod"
-   "github.com/dchest/siphash v1.2.1"
-   "github.com/dchest/siphash v1.2.1/go.mod"
-   "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0"
-   "github.com/kardianos/osext 

[gentoo-commits] repo/gentoo:master commit in: net-vpn/riseup-vpn/

2021-07-09 Thread Andrew Ammerlaan
commit: 708b2e84be1ed6320c835e499430eb78e537db09
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Jul  9 21:28:44 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jul  9 21:31:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708b2e84

net-vpn/riseup-vpn: add version 0.21.6

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 net-vpn/riseup-vpn/Manifest |   1 +
 net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild | 137 
 2 files changed, 138 insertions(+)

diff --git a/net-vpn/riseup-vpn/Manifest b/net-vpn/riseup-vpn/Manifest
index 76ae7746387..1aefea321bc 100644
--- a/net-vpn/riseup-vpn/Manifest
+++ b/net-vpn/riseup-vpn/Manifest
@@ -42,3 +42,4 @@ DIST 
golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20200212091648-12a6c2dcc1e4.zip 1916451
 DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.mod 25 BLAKE2B 
31009af0fdcd0f8730c9985287e6e364ec4e5183e57e92560dbc80a2010eced51b8a90f01a82b49384268c8a0adbf69d179c205d3f68e0eb459169d2ea9528f0
 SHA512 
ca081ef7cccd7bbedc6843fbe0c452352661a07e1298cd02ff338ed79d807c6401d613a3cf20011189d2f98a794ffa410547b3e352eb58a6f0a84822285d391d
 DIST golang.org%2Fx%2Ftext%2F@v%2Fv0.3.0.zip 6349244 BLAKE2B 
0aa464ac7b7d17fa7ec0627b64cd2301ed4f2819f837807db7a55725950dacb40be899b5148b07ea31b51530818ed6444a9800755e1d369ba8f1bce949b0
 SHA512 
982d78f580a7eac99a0c51e6f1fd2b2c3b91f56cd5e2b96fe960510049f7daf5915264f73f55f05675eee232a52998f9667fa84a9ccba15ed7819e4c93f583a7
 DIST riseup-vpn-0.21.2_p20210517.tar.gz 5332313 BLAKE2B 
0f9673ba0908c60c2c31c032d48a4b9b0c31e8a8e2621c84c673f006f43aa6d41d2b6f5567a0ee73ad74d8b7456618a00a177af9fc65b0bf28765983e96ef20a
 SHA512 
88fd43e922500aaeebb80d7f4bf290f9511f60fa58c2a2b3ffd3930508630d2d8c5fb92ca5012689721545a6656135defe3ebe420c04defb53316cda93ddba6f
+DIST riseup-vpn-0.21.6.tar.gz 5404265 BLAKE2B 
2dcae7aaa3659fe9e8b9910a6c085ec49389551a6d2e404fb5520622e22adff98277fe3962f1dfd3b44d23b8c687855105196e74b89d4bb9890202e97033c5d9
 SHA512 
074dadcd24c1ecaa21504a26406c5f8f3cdbbe8dffc3679e1c1b62d1978b51b20154edd54d8887868c7458e4c184b8f16aa6ff21e71890fe6b84c0eb2e008deb

diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild 
b/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
new file mode 100644
index 000..c2c5eb8da77
--- /dev/null
+++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
@@ -0,0 +1,137 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DOCS_BUILDER="sphinx"
+DOCS_DIR="docs"
+DOCS_DEPEND="dev-python/alabaster"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit desktop python-single-r1 docs go-module virtualx xdg
+
+EGO_SUM=(
+   "0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2"
+   "0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2/go.mod"
+   "github.com/OperatorFoundation/obfs4 v0.0.0-20161108041644-17f2cb99c264"
+   "github.com/OperatorFoundation/obfs4 
v0.0.0-20161108041644-17f2cb99c264/go.mod"
+   "github.com/OperatorFoundation/shapeshifter-ipc 
v0.0.0-20170814234159-11746ba927e0"
+   "github.com/OperatorFoundation/shapeshifter-ipc 
v0.0.0-20170814234159-11746ba927e0/go.mod"
+   "github.com/OperatorFoundation/shapeshifter-transports 
v0.0.0-20191101030951-7a751b0500f4"
+   "github.com/OperatorFoundation/shapeshifter-transports 
v0.0.0-20191101030951-7a751b0500f4/go.mod"
+   "github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a"
+   "github.com/ProtonMail/go-autostart 
v0.0.0-20181114175602-c5272053443a/go.mod"
+   "github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412"
+   "github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod"
+   "github.com/apparentlymart/go-openvpn-mgmt 
v0.0.0-20161009010951-9a305aecd7f2"
+   "github.com/apparentlymart/go-openvpn-mgmt 
v0.0.0-20161009010951-9a305aecd7f2/go.mod"
+   "github.com/davecgh/go-spew v1.1.0"
+   "github.com/davecgh/go-spew v1.1.0/go.mod"
+   "github.com/dchest/siphash v1.2.1"
+   "github.com/dchest/siphash v1.2.1/go.mod"
+   "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0"
+   "github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod"
+   "github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19"
+   "github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19/go.mod"
+   "github.com/pmezard/go-difflib v1.0.0"
+   "github.com/pmezard/go-difflib v1.0.0/go.mod"
+   "github.com/rakyll/statik v0.1.7"
+   "github.com/rakyll/statik v0.1.7/go.mod"
+   "github.com/sevlyar/go-daemon v0.1.5"
+   "github.com/sevlyar/go-daemon v0.1.5/go.mod"
+   "github.com/stretchr/objx v0.1.0/go.mod"
+   "github.com/stretchr/testify v1.3.0"
+   "github.com/stretchr/testify v1.3.0/go.mod"
+   "golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod"
+   "golang.org/x/crypto 

[gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/

2021-07-09 Thread Sergei Trofimovich
commit: c4d6fd88fddc9945cdb7035e57196f2bedbb56dc
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jul  9 19:14:32 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  9 21:30:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d6fd88

net-im/pidgin: stable 2.14.5 for sparc, bug #801274

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-im/pidgin/pidgin-2.14.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/pidgin/pidgin-2.14.5.ebuild 
b/net-im/pidgin/pidgin-2.14.5.ebuild
index 0dacd39bee8..bea18558028 100644
--- a/net-im/pidgin/pidgin-2.14.5.ebuild
+++ b/net-im/pidgin/pidgin-2.14.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0/2" # libpurple version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="aqua dbus debug doc eds gadu gnutls groupwise +gstreamer +gtk idn
 meanwhile ncurses networkmanager nls perl pie prediction python sasl spell tcl
 tk +xscreensaver zephyr zeroconf"



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 405aa8ecf55d3234d1388a00b3b4852fd83af84f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:18:56 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 21:22:11 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=405aa8ec

uid-gid.txt: add uid/gid (88) nullmail

Bug: https://bugs.gentoo.org/781194
Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 0890c74..dfc90d9 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -140,6 +140,7 @@ cyrus   85  
-   historical  Removed from baselayout in 
[r1326](https://sources.
 usb-   85  
baselayout
 usb-   85  
acct
 nullmail   88  88  
user.eclass
+nullmail   88  88  
acct
 vpopmail   89  89  
acctRemoved from baselayout in 
[r1319](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=916=1319=2545)
 partimag   91  91  
user.eclass
 radius 95  95  
acct



[gentoo-commits] data/api:master commit in: files/

2021-07-09 Thread Conrad Kostecki
commit: 0b948c26d9ae0326a3c26a6dacb474b9a9194006
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul  9 21:24:52 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  9 21:25:18 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0b948c26

uid-gid.txt: add uid/gid (84) nut

Bug: https://bugs.gentoo.org/781509
Signed-off-by: Conrad Kostecki  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index dfc90d9..d71b11c 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -136,6 +136,7 @@ cdrw-   
80  baselayout
 apache 81  81  
acctRemoved from baselayout in 
[r916](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=906=916=2545)
 nginx  82  82  
requested
 nut84  84  
user.eclass Removed from baselayout in 
[r1862](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1861=1862=2545)
+nut84  84  
acct
 cyrus  85  -   
historical  Removed from baselayout in 
[r1326](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0=1319=1326=2545)
 usb-   85  
baselayout
 usb-   85  
acct



  1   2   3   >