[gentoo-commits] repo/proj/guru:dev commit in: x11-terms/terminus-bin/

2021-04-11 Thread Marco Scardovi
commit: 2ddebf8a5164614f39ecca2804ff8968c9d36d95
Author: Marco Scardovi  scardovi  com>
AuthorDate: Mon Apr 12 06:59:02 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Mon Apr 12 06:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ddebf8a

x11-terms/terminus-bin: various changes

Move to -bin version
Bump to new version
Closes: https://bugs.gentoo.org/781833
Closes: https://bugs.gentoo.org/781836

Signed-off-by: Marco Scardovi  scardovi.com>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>

 x11-terms/terminus-bin/Manifest|  2 +
 x11-terms/terminus-bin/metadata.xml| 12 
 x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild | 64 ++
 3 files changed, 78 insertions(+)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
new file mode 100644
index 0..481f4ebf0
--- /dev/null
+++ b/x11-terms/terminus-bin/Manifest
@@ -0,0 +1,2 @@
+DIST terminus-bin-1.0.136.tar.gz 98170177 BLAKE2B 
71c8ae6db336c2ea5eaf463ff877941865f46bc502f50a98cf32243ae73000bc25a598fbadcf03b5dbf04bf4ea5da02356770c6cb7e7d210c7eaa2c3370026b8
 SHA512 
24e9cdcb0c0cb573796ae95318c2baa8a3b0fdd5f46aab4239b8a6d48885507f43e32c97615487f8e94f8007302d1d79a8363da83bd71ed8f3f5eac5065cf016
+DIST terminus-icons.tar.gz 29662 BLAKE2B 
156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e
 SHA512 
03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/metadata.xml 
b/x11-terms/terminus-bin/metadata.xml
new file mode 100644
index 0..ca63cb8f9
--- /dev/null
+++ b/x11-terms/terminus-bin/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   Eugeny/terminus
+   scardracs/icons
+   
+

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild 
b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
new file mode 100644
index 0..cc6480460
--- /dev/null
+++ b/x11-terms/terminus-bin/terminus-bin-1.0.136.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+MY_P="terminus-${PV}"
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/terminus/";
+SRC_URI="
+   
https://github.com/Eugeny/terminus/releases/download/v${PV}/${MY_P}-linux.tar.gz
 -> ${P}.tar.gz
+   
https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="alsa cups X"
+
+S="${WORKDIR}/${MY_P}-linux"
+
+DEPEND="
+   app-accessibility/at-spi2-atk
+   app-accessibility/at-spi2-core
+   dev-libs/atk
+   dev-libs/nss
+   alsa? ( media-libs/alsa-lib )
+   cups? ( net-print/cups )
+   X? (
+   media-libs/mesa
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+
+   x11-libs/libdrm
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   x11-libs/libxkbcommon
+   x11-libs/libXrandr
+   x11-libs/libxshmfence
+   x11-libs/pango
+   )
+"
+
+QA_PREBUILT="/opt/terminus/*"
+
+src_prepare(){
+   default
+}
+
+src_install(){
+   insinto /opt/"${PN}"
+   doins -r "${S}"/*
+   dosym ../../opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+   fperms +x /opt/"${PN}"/terminus
+   make_desktop_entry /opt/${PN}/terminus Terminus terminus Utility
+   doicon ../terminus.svg
+   doicon ../terminus.ico
+   for i in {16,24,32,48,64,72,96,128,512}; do
+   doicon -s "${i}" ../terminus-"${i}".png
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/nodeenv/

2021-04-11 Thread Patrice Clement
commit: 58acc72bfe290a87fb5675d003c78f589554229d
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Apr 12 06:10:49 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Apr 12 06:10:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58acc72b

dev-python/nodeenv: add 1.6.0

Closes: https://bugs.gentoo.org/781911
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/nodeenv/Manifest |  1 +
 dev-python/nodeenv/nodeenv-1.6.0.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/nodeenv/Manifest b/dev-python/nodeenv/Manifest
index 33c2a8099de..4afb2bae420 100644
--- a/dev-python/nodeenv/Manifest
+++ b/dev-python/nodeenv/Manifest
@@ -1 +1,2 @@
 DIST nodeenv-1.3.5.tar.gz 32824 BLAKE2B 
4f9e2c14562ff9c396142c5980876a97103d9206f796e9d9d1f67f29819a04db0e8ed232eb3f841a1e2efde84e55d6d7213082f6be568d7a6291562c5624a9dc
 SHA512 
c7e9068a220f183a217b15e724aa8197fca8f2234c76eafd230899963b6796e66e151c20c529e6540f7e3c59849bda3860d563b38f5feeff73601043f79cfba0
+DIST nodeenv-1.6.0.tar.gz 35407 BLAKE2B 
b952fa95787b02353ff01c27a3e4b692c0cb27954e99af4c4aec682c00692bf3e509947ffd378639dcfdcb2d8077e1b2679f56cef7818997a13a31f882251a2a
 SHA512 
abf4fe55ba478570a32ff3bb24fc3c60ba2d100822f8295c4c55c301ccdff2dc2d20ef76990ea3ac203e30db8a1e85f3ef2df671f87c0cf7305cf1aeb788efdd

diff --git a/dev-python/nodeenv/nodeenv-1.6.0.ebuild 
b/dev-python/nodeenv/nodeenv-1.6.0.ebuild
new file mode 100644
index 000..609da67f424
--- /dev/null
+++ b/dev-python/nodeenv/nodeenv-1.6.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Node.js virtual environment builder"
+HOMEPAGE="https://github.com/ekalinin/nodeenv";
+SRC_URI="https://github.com/ekalinin/nodeenv/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# requires network access
+RESTRICT="test"



[gentoo-commits] repo/proj/guru:master commit in: app-misc/watchexec/

2021-04-11 Thread Theo Anderson
commit: d8d07326d0d2e52e54b0f8ccadc2455b9b658cc5
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Sun Apr 11 15:46:42 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 15:46:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8d07326

app-misc/watchexec: version bump 1.15.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 app-misc/watchexec/Manifest| 21 +++
 app-misc/watchexec/watchexec-1.15.0.ebuild | 97 ++
 2 files changed, 118 insertions(+)

diff --git a/app-misc/watchexec/Manifest b/app-misc/watchexec/Manifest
index cb124006b..ddc04216c 100644
--- a/app-misc/watchexec/Manifest
+++ b/app-misc/watchexec/Manifest
@@ -3,14 +3,24 @@ DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022
 DIST bstr-0.2.8.crate 337654 BLAKE2B 
50c5a639ec2912bd20be83a8b017e60c7b5f75f6cbe93839f8f46a4815537e47261593d17380a38aae45445d611c9fb28135e0424184958edfcc1c06e941e4aa
 SHA512 
9e8786b68c03f059e4182046e7650b6f90431927c26c49fcdd4af3cb464092108fb2f64fdc2da1fe1d1121705ac8a21c68485b0517f3dd32040aab754f88944d
 DIST cc-1.0.47.crate 49645 BLAKE2B 
39771b601b37a9695a6d49e6d7bba2fa97ff5c1fab11a1a94115d5427a3bfb57cb1501e6b29fe64aa331942a99a9ded88fc8fe21693be697fc7200d919a4e448
 SHA512 
92bfe74600a43c9d59581641fe0d2aabecb6060b3cbcaac8c8e0fb4f0a21f1099d2887c7b00f205e6c5e972b7aba50e68c360dbcc1090aba942a30199e3cd86c
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-2.33.1.crate 201567 BLAKE2B 
7bb63b6a243eb33050e5354622fb544ba6db3b859005d857b198af4c3f34dbda22d605326e80a274a12f73fb2c13aea99ec6652584a02d0a3092841f4e119d91
 SHA512 
31209da6a0ac987f7e1b2504a2fb7738c3aba4ddee4cc2bc22cc37d4d2b0feeff41ece557d4960d51564fd31cb23e413bf180eb60102a872caf623bf55c6f089
+DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
 DIST darling-0.10.2.crate 17620 BLAKE2B 
33d1fc3dc10fc971ea304efe5bf8084843241ca9c2a89e54e7c5227e53b1ad86749bd8693989ced6bf17805001909033aff92d600e7169a02dccf009fe60a88a
 SHA512 
b312a74e577cb2f889315ae42513c7f26597faff306a40281189be2101339661772016a5e197466bd85ef94c275e811adee1b7c0772458126677d1998ed6fb15
+DIST darling-0.12.3.crate 18933 BLAKE2B 
1f817e2f32b8fc6459cec4f05933ad734720ade175c9cd44767b3351f1c07f2a66dedf1c3ce40c14b30d2c18204355d6a2ad65b819c4ead143b4d26b1e6fbd17
 SHA512 
1e986c70d629e14d67ffee4e9ec1520c04f6f27599dc3a2df3312ace3ef81f435bff9a8573badb8385bddee188db8eaefa35f562fb83a14269e82c4a425eade0
 DIST darling_core-0.10.2.crate 44339 BLAKE2B 
3ab3762840aa869baccf1030617a2a534c5d63019deb7ec5848cf4f80aa6304307ae32c4425264f1fda220a502110549812112d08f0f60261b30731ee47335af
 SHA512 
a0af8e8ebb8584973c20eac01fe9ae828744b5e86cbe268262f8710a2e0ad568bbc6cd051d5225cc536a0a1fcb1886233063c8c18ea16b45c47207ce64af89d9
+DIST darling_core-0.12.3.crate 49266 BLAKE2B 
d6286b82db56ebf63d0025b9298eb6cffac91166e90a785ceca4f3785f3c8589f8070a1c96242a3b482c4225f4530cebd34503483ae5b38d83848aae5b6c4bcf
 SHA512 
279e3bf0f3cdd39ce68d6fdc80ab9e390353d2572887d6a25f4659d24dafd962bcd204f047fe19f8216acf08fe1bb2feeccc7c416df795e2d0f3d0fdcb82e9a3
 DIST darling_macro-0.10.2.crate 1919 BLAKE2B 
6f07815ff5b333b6c34df08f3aec2e5af5385e60a94bf9d169701be19935d2a9292ec7396905d2caadddba38d3f70bc5e5c3f1167690f045b778b8fc8cb00985
 SHA512 
43a0e9091fe12ec986e229a73bc41e23b1815fecfe62df8eed74d2ef33f5c329c444f1568d3c966554ff0bb29220146ba8f30d1c2d77ed7dea9adea10dacd152
+DIST darling_macro-0.12.3.crate 1866 BLAKE2B 
766fd2d30dffb53553036df283c3cf95c0f472654c222ab44fd9bfe2936ebb688e16ef937990625d1dac2613a689770fb61485f7f9f60b19c71889f1edd044a9
 SHA512 
e55d05676b9751e5c067d736f3e2446c1d751d8a24607d5bd5d494d660aa474485fb5f781ce1dfc739061683aa4fbf912c12f839869e4ae26d49f385da9bfdf6
+DIST derive_builder-0.10.0.crate 29400 BLAKE2B 
ed2039d6ebd84d1fe2bc9c83389517e41ebf797dd583b1983ea5c7cc67013a267c58d36c8c2b3aa258f0ec8066db6aeadc2fd8039088d3a7f96641e4d6c92859
 SHA512 
deab62e921a3ee8f8ba50842a29c6a18d8a0d2475e1475fb69cbbe57844e2fd16e7bea1ec9f8312c8e2902c8f19ea0515fa810f9b845f61a3dc6e5096148bb26
 DIST derive_builder-0.9.0.crate 38161 BLAKE2B 
08bcbf8851ba813627a56e3f93a95f08a938e0cdd4f2

[gentoo-commits] repo/proj/guru:master commit in: dev-lang/fbc/

2021-04-11 Thread Theo Anderson
commit: c6b94bbd2dba24f29f2667d7c98f9ac32361b6b5
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon Apr 12 00:56:34 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Apr 12 00:57:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6b94bbd

dev-lang/fbc: Version bump to 1.07.3

Signed-off-by: William Breathitt Gray  gmail.com>

 dev-lang/fbc/Manifest  |  1 +
 dev-lang/fbc/fbc-1.07.3.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-lang/fbc/Manifest b/dev-lang/fbc/Manifest
index 7c9cade4c..ef633a433 100644
--- a/dev-lang/fbc/Manifest
+++ b/dev-lang/fbc/Manifest
@@ -2,3 +2,4 @@ DIST FreeBASIC-1.07.1-source-bootstrap.tar.xz 9098748 BLAKE2B 
3c3970ab014f79193d
 DIST FreeBASIC-1.07.2-source-bootstrap.tar.xz 10700992 BLAKE2B 
e7016e5f58ae79086c0445bf6a09f33d4335af771422778be407e3351d583522e16f137763e471ba88e47b4318ab5bd2aec882ef5e5ff85cc334b0eccf27fdc5
 SHA512 
f381d14343496f68d3401ad1a66ff4fb1314270eddebb72ed2bc5624b856c4b29e7e14062f531a5158d892bb73d9aa80ff54fe7c260b4b8967b1330d26b2ecfc
 DIST fbc-1.07.1.tar.gz 8938056 BLAKE2B 
965425426605b9e0018e066852a67c355d168276b434e6779e151fad38820a956b5b763aad427c6728be4a74b0956b099a0bb8abd0d76fececc6cf8f0204d3c1
 SHA512 
7d49b9546e242b1c366b2378f71cf1640b85c85e09f4c2bd99ef268e6b4e5e45a710b7a00f7d807245aec518f299d173635572b77483826c1f273e047dbe3679
 DIST fbc-1.07.2.tar.gz 9032306 BLAKE2B 
c44eb74bb0b11f8315cda29e13157ce5f7a92070f0e6df833ad9dda4ebe37db6450afe2b82eb763ebee5ed0c33b4ce458fd3b53430f32da8ad5a71cd84411c67
 SHA512 
0577203fb8a325f611c88456446721e8bb14656beb235f3965bcd53e14cc7c7fa012a68535ff4c12351fad31d9a22a759f12bc9fe0be5d1dad124d3fe377daaf
+DIST fbc-1.07.3.tar.gz 9035460 BLAKE2B 
c0356c36ebd455954993ce5d4a983d06c33abc5bf0a059a44832d441514643c7d08e40268a7b3b9a0cba21368058199be395cc28dd7f87df23d576f78aece276
 SHA512 
6040248c433db3191678209401ff4a643c500d967d67352f1aeca347648056b0a2cdef25bbb7532fec0351a13984c72e80cb7b00faf3ead6c219422955d148fb

diff --git a/dev-lang/fbc/fbc-1.07.3.ebuild b/dev-lang/fbc/fbc-1.07.3.ebuild
new file mode 100644
index 0..4c2681646
--- /dev/null
+++ b/dev-lang/fbc/fbc-1.07.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A free/open source, multi-platform BASIC compiler."
+HOMEPAGE="https://www.freebasic.net";
+SRC_URI="https://github.com/freebasic/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gpm libffi opengl X"
+
+DEPEND="
+   sys-libs/ncurses:=
+   gpm? ( sys-libs/gpm )
+   libffi? ( dev-libs/libffi )
+   opengl? ( virtual/opengl )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="|| (
+   dev-lang/fbc
+   dev-lang/fbc-bootstrap )"
+
+DOCS="${S}/doc/fbc.1"
+
+src_compile() {
+   local xcflags=(
+   $(usex gpm "" "-DDISABLE_GPM")
+   $(usex libffi "" " -DDISABLE_FFI")
+   $(usex opengl "" " -DDISABLE_OPENGL")
+   $(usex X "" " -DDISABLE_X11")
+   )
+
+   local fbc="fbc"
+   local fbcflags=""
+   # fbc requires a space after the -Wl option
+   local fblflags="${LDFLAGS//-Wl,/-Wl }"
+
+   if has_version -b dev-lang/fbc-bootstrap; then
+   fbc="fbc-bootstrap"
+   fbcflags="-prefix ${EPREFIX}/usr/share/freebasic-bootstrap"
+   fblflags+=" -prefix ${EPREFIX}/usr/share/freebasic-bootstrap"
+   fi
+
+   # Build fbc
+   emake CFLAGS="${CFLAGS} ${xcflags[*]} 
-I/usr/$(get_libdir)/libffi/include" FBC="${fbc}" FBCFLAGS="${fbcflags}" 
FBLFLAGS="${fblflags}" TARGET="${CHOST}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="/usr" TARGET="${CHOST}" install
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/files/

2021-04-11 Thread Theo Anderson
commit: e6581a614a430e488146fbc25d46eeaced82f8ac
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr 11 15:50:52 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 15:51:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6581a61

sys-cluster/pcs: fix patch header

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/pcs/files/openrc-0.10.7.patch   | 50 -
 sys-cluster/pcs/files/openrc-0.10.8.patch   | 48 
 sys-cluster/pcs/files/pcsd-daemon.service.patch |  4 +-
 3 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/sys-cluster/pcs/files/openrc-0.10.7.patch 
b/sys-cluster/pcs/files/openrc-0.10.7.patch
index ef822e2da..96a4b7e17 100644
--- a/sys-cluster/pcs/files/openrc-0.10.7.patch
+++ b/sys-cluster/pcs/files/openrc-0.10.7.patch
@@ -1,6 +1,6 @@
-diff -uPNr pcs-0.10.7/pcs/lib/external.py pcs-0.10.7-openrc/pcs/lib/external.py
 pcs-0.10.7/pcs/lib/external.py 2020-12-15 17:02:49.055879169 +0100
-+++ pcs-0.10.7-openrc/pcs/lib/external.py  2020-12-15 21:13:41.878627331 
+0100
+diff -uPNr a/pcs-0.10.7/pcs/lib/external.py b/pcs-0.10.7/pcs/lib/external.py
+--- a/pcs-0.10.7/pcs/lib/external.py   2020-12-15 17:02:49.055879169 +0100
 b/pcs-0.10.7/pcs/lib/external.py   2020-12-15 21:13:41.878627331 +0100
 @@ -13,8 +13,8 @@
  from pcs.lib.errors import LibraryError
  
@@ -82,9 +82,9 @@ diff -uPNr pcs-0.10.7/pcs/lib/external.py 
pcs-0.10.7-openrc/pcs/lib/external.py
  if return_code != 0:
  return []
  
-diff -uPNr pcs-0.10.7/pcs/settings_default.py 
pcs-0.10.7-openrc/pcs/settings_default.py
 pcs-0.10.7/pcs/settings_default.py 2020-12-15 17:02:49.056879154 +0100
-+++ pcs-0.10.7-openrc/pcs/settings_default.py  2020-12-16 21:59:28.541361537 
+0100
+diff -uPNr a/pcs-0.10.7/pcs/settings_default.py 
b/pcs-0.10.7/pcs/settings_default.py
+--- a/pcs-0.10.7/pcs/settings_default.py   2020-12-15 17:02:49.056879154 
+0100
 b/pcs-0.10.7/pcs/settings_default.py   2020-12-16 21:59:28.541361537 
+0100
 @@ -1,8 +1,8 @@
  import os.path
  
@@ -114,9 +114,9 @@ diff -uPNr pcs-0.10.7/pcs/settings_default.py 
pcs-0.10.7-openrc/pcs/settings_def
  # this limit is also mentioned in docs, change there as well
  sbd_max_device_num = 3
  # message types are also mentioned in docs, change there as well
-diff -uPNr pcs-0.10.7/pcs/settings.py.debian 
pcs-0.10.7-openrc/pcs/settings.py.debian
 pcs-0.10.7/pcs/settings.py.debian  2020-12-15 17:02:49.055879169 +0100
-+++ pcs-0.10.7-openrc/pcs/settings.py.debian   2020-12-16 09:36:10.493104892 
+0100
+diff -uPNr a/pcs-0.10.7/pcs/settings.py.debian 
b/pcs-0.10.7/pcs/settings.py.debian
+--- a/pcs-0.10.7/pcs/settings.py.debian2020-12-15 17:02:49.055879169 
+0100
 b/pcs-0.10.7/pcs/settings.py.debian2020-12-16 09:36:10.493104892 
+0100
 @@ -1,10 +1,10 @@
  from pcs.settings_default import *
 -service_binary = "/usr/sbin/service"
@@ -133,9 +133,9 @@ diff -uPNr pcs-0.10.7/pcs/settings.py.debian 
pcs-0.10.7-openrc/pcs/settings.py.d
  pcsd_exec_location = "/usr/share/pcsd/"
  pcsd_gem_path = None
  pcsd_config = "/etc/default/pcsd"
-diff -uPNr pcs-0.10.7/pcs/utils.py pcs-0.10.7-openrc/pcs/utils.py
 pcs-0.10.7/pcs/utils.py2020-12-15 17:02:49.056879154 +0100
-+++ pcs-0.10.7-openrc/pcs/utils.py 2020-12-16 21:57:09.487686936 +0100
+diff -uPNr a/pcs-0.10.7/pcs/utils.py b/pcs-0.10.7/pcs/utils.py
+--- a/pcs-0.10.7/pcs/utils.py  2020-12-15 17:02:49.056879154 +0100
 b/pcs-0.10.7/pcs/utils.py  2020-12-16 21:57:09.487686936 +0100
 @@ -2187,7 +2187,7 @@
  )
  else:
@@ -154,9 +154,9 @@ diff -uPNr pcs-0.10.7/pcs/utils.py 
pcs-0.10.7-openrc/pcs/utils.py
  )
  return join_multilines([stderr, stdout]), retval
  
-diff -uPNr pcs-0.10.7/pcsd/pcs.rb pcs-0.10.7-openrc/pcsd/pcs.rb
 pcs-0.10.7/pcsd/pcs.rb 2020-12-15 17:02:49.063879050 +0100
-+++ pcs-0.10.7-openrc/pcsd/pcs.rb  2020-12-16 21:54:52.337982100 +0100
+diff -uPNr a/pcs-0.10.7/pcsd/pcs.rb b/pcs-0.10.7/pcsd/pcs.rb
+--- a/pcs-0.10.7/pcsd/pcs.rb   2020-12-15 17:02:49.063879050 +0100
 b/pcs-0.10.7/pcsd/pcs.rb   2020-12-16 21:54:52.337982100 +0100
 @@ -1708,11 +1708,22 @@
  def is_service_enabled?(service)
if ISSYSTEMCTL
@@ -238,10 +238,10 @@ diff -uPNr pcs-0.10.7/pcsd/pcs.rb 
pcs-0.10.7-openrc/pcsd/pcs.rb
end
_, _, retcode = run_cmd(PCSAuth.getSuperuserAuth(), *cmd)
return (retcode == 0)
-I file binari pcs-0.10.7/pcsd/.pcs.rb.swp e pcs-0.10.7-openrc/pcsd/.pcs.rb.swp 
sono diversi
-diff -uPNr pcs-0.10.7/pcsd/settings.rb pcs-0.10.7-openrc/pcsd/settings.rb
 pcs-0.10.7/pcsd/settings.rb2020-12-15 17:02:49.065879020 +0100
-+++ pcs-0.10.7-openrc/pcsd/settings.rb 2020-12-16 09:26:46.782426991 +0100
+I file binari a/pcs-0.10.7/pcsd/.pcs.rb.swp e b/pcs-0.10.7/pcsd/.pcs.rb.swp 
sono diversi
+diff -uPNr a/pcs-0.10.7/pcsd/settings.rb b/pcs-0.10.7/pcsd/settings

[gentoo-commits] repo/proj/guru:master commit in: dev-lang/fbc-bootstrap/

2021-04-11 Thread Theo Anderson
commit: 769628ffae68fd92b69e0e970bb3bc181a9f56b5
Author: William Breathitt Gray  gmail  com>
AuthorDate: Mon Apr 12 00:51:44 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Apr 12 00:54:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=769628ff

dev-lang/fbc-bootstrap: Version bump to 1.07.3

Signed-off-by: William Breathitt Gray  gmail.com>

 dev-lang/fbc-bootstrap/Manifest|  1 +
 dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-lang/fbc-bootstrap/Manifest b/dev-lang/fbc-bootstrap/Manifest
index 7b009089e..0546ca882 100644
--- a/dev-lang/fbc-bootstrap/Manifest
+++ b/dev-lang/fbc-bootstrap/Manifest
@@ -1 +1,2 @@
 DIST FreeBASIC-1.07.2-source-bootstrap.tar.xz 10700992 BLAKE2B 
e7016e5f58ae79086c0445bf6a09f33d4335af771422778be407e3351d583522e16f137763e471ba88e47b4318ab5bd2aec882ef5e5ff85cc334b0eccf27fdc5
 SHA512 
f381d14343496f68d3401ad1a66ff4fb1314270eddebb72ed2bc5624b856c4b29e7e14062f531a5158d892bb73d9aa80ff54fe7c260b4b8967b1330d26b2ecfc
+DIST FreeBASIC-1.07.3-source-bootstrap.tar.xz 10702984 BLAKE2B 
dbf68351c54d9a1ec6f5952e7867bc370fdc36db406c9a76d18f9e85757c26f3c954d91ce56593af9ceacf1e24e8038ba7cfeaa66a988923fd5d57d5f160584d
 SHA512 
59a06e633b2bf5054d2b5f7a9da7e539a51657a20d50ac2e055255dab30acc87e03596a53613e1d7f1ac74798d4919b5d7aa32b20a229c7725ebc1e53460b70e

diff --git a/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild 
b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild
new file mode 100644
index 0..042a2
--- /dev/null
+++ b/dev-lang/fbc-bootstrap/fbc-bootstrap-1.07.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Bootstrap package for dev-lang/fbc"
+HOMEPAGE="https://www.freebasic.net";
+SRC_URI="https://github.com/freebasic/fbc/releases/download/${PV}/FreeBASIC-${PV}-source-bootstrap.tar.xz";
+
+LICENSE="FDL-1.2 GPL-2+ LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}"/fbc-1.07.0-Pass-ltinfo-to-linker.patch )
+
+S="${WORKDIR}/FreeBASIC-${PV}-source-bootstrap"
+
+src_compile() {
+   emake bootstrap-minimal
+}
+
+src_install() {
+   newbin bin/fbc fbc-bootstrap
+   emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" 
TARGET=${CHOST} install-includes
+   emake DESTDIR="${D}" prefix="/usr/share/freebasic-bootstrap" 
TARGET=${CHOST} install-rtlib
+}



[gentoo-commits] repo/proj/guru:master commit in: app-crypt/tomb/, app-crypt/tomb/files/

2021-04-11 Thread Theo Anderson
commit: f843cab8ddc1a6f21ca746a608caffc89989c4f9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Apr 12 01:13:08 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Apr 12 01:13:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f843cab8

app-crypt/tomb: new package

extras will be added later

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-crypt/tomb/Manifest  |  1 +
 app-crypt/tomb/files/gtomb.patch | 13 ++
 app-crypt/tomb/metadata.xml  | 20 +
 app-crypt/tomb/tomb-2.9.ebuild   | 88 
 4 files changed, 122 insertions(+)

diff --git a/app-crypt/tomb/Manifest b/app-crypt/tomb/Manifest
new file mode 100644
index 0..df2e537ae
--- /dev/null
+++ b/app-crypt/tomb/Manifest
@@ -0,0 +1 @@
+DIST Tomb-2.9.tar.gz 4742346 BLAKE2B 
16e287295c11f711a1fbe0f6658ed9b669de52d3766f633a1d94c3cb7d08472bbd2f03e2e3bffe1076b9c182e2441a906bebcd158f547146a94b9b96daf9b5e4
 SHA512 
425ee50130cf8b8c60488ec53aa17381f54371e624ae0211a079b7148741c28d5b7c9b6623eebe987079df890ef0fad0aa8c1daa1c7fbb79dbb502e511be20b6

diff --git a/app-crypt/tomb/files/gtomb.patch b/app-crypt/tomb/files/gtomb.patch
new file mode 100644
index 0..264d306e5
--- /dev/null
+++ b/app-crypt/tomb/files/gtomb.patch
@@ -0,0 +1,13 @@
+--- a/extras/gtomb/gtomb   2021-04-12 03:01:14.803394386 +0200
 b/extras/gtomb/gtomb   2021-04-12 03:02:19.277491170 +0200
+@@ -19,8 +19,8 @@
+ # along with this source code. If not, see .
+ 
+ ver="0.8"
+-TOMBPATH="/usr/local/bin/tomb" # Set this to your tomb executable's path
+-KDFPATH="/usr/local/bin/" # Set this to the path of your KDF binaries (if 
you're using them)
++TOMBPATH="/usr/bin/tomb" # Set this to your tomb executable's path
++KDFPATH="/usr/bin/" # Set this to the path of your KDF binaries (if you're 
using them)
+ # The ones below should not need changing
+ HEXENC="$KDFPATH/tomb-kdb-hexencode"
+ GENSALT="$KDFPATH/tomb-kdb-pbkdf2-gensalt"

diff --git a/app-crypt/tomb/metadata.xml b/app-crypt/tomb/metadata.xml
new file mode 100644
index 0..c5e7c824b
--- /dev/null
+++ b/app-crypt/tomb/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+
+  j...@dyne.org
+  Denis Roio
+
+  
+  
+Tomb is an 100% free and open source system for file encryption on GNU/Linux, 
facilitating the backup of secret files. Tomb is written in code that is easy 
to review and links commonly shared components.
+Tomb generates encrypted storage folders to be opened and closed using their 
associated keyfiles, which are also protected with a password chosen by the 
user.
+A tomb is like a locked folder that can be safely transported and hidden in a 
filesystem; its keys can be kept separate, for instance keeping the tomb file 
on your computer harddisk and the key files on a USB stick.
+Tomb is a simple tool to manage encrypted storage on GNU/Linux, from the 
hashes of the dyne:bolic nesting mechanism.
+  
+

diff --git a/app-crypt/tomb/tomb-2.9.ebuild b/app-crypt/tomb/tomb-2.9.ebuild
new file mode 100644
index 0..f38553c21
--- /dev/null
+++ b/app-crypt/tomb/tomb-2.9.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYP="${P^}"
+DESCRIPTION="Tomb :: File Encryption on GNU/Linux"
+HOMEPAGE="https://www.dyne.org/software/tomb";
+SRC_URI="https://files.dyne.org/tomb/releases/Tomb-${PV}.tar.gz";
+LICENSE="
+   GPL-3
+   gui? ( GPL-3+ )
+"
+SLOT="0"
+KEYWORDS="~amd64"
+#todo extras/desktop extras/qt-tray extras/kdf
+IUSE="gui test"
+#test require sudo, can't be done non interactively
+RESTRICT="test"
+PATCHES=( "${FILESDIR}/gtomb.patch" )
+DOCS=(
+   AUTHORS.txt
+   ChangeLog.txt
+   KNOWN_BUGS.txt
+   README.txt
+   doc/bertini_thesis.pdf
+   doc/HACKING.txt
+   doc/KEY_SPECIFICATIONS.txt
+   doc/LinuxHDEncSettings.txt
+   doc/Luks_on_disk_format.pdf
+   doc/New_methods_in_HD_encryption.pdf
+   doc/TKS1-draft.pdf
+   doc/tomb_manpage.pdf
+)
+S="${WORKDIR}/${MYP}"
+RDEPEND="
+   app-admin/sudo
+   app-crypt/gnupg
+   app-crypt/pinentry
+   app-shells/zsh
+   sys-fs/cryptsetup
+   gui? ( gnome-extra/zenity )
+"
+BDEPEND="
+   dev-python/pygments
+   sys-devel/gettext
+"
+src_compile() {
+   export PREFIX="${EPREFIX}/usr"
+   emake
+
+   #translations
+   pushd extras/translations || die
+   emake all
+   popd || die
+
+   #documentation
+   cd doc/literate || die
+   emake
+}
+
+src_install() {
+   default
+
+   #translations
+   export PREFIX="${ED}/usr"
+   pushd extras/translations || die
+   emake install
+   popd || die
+
+   #zenity gui
+   if use gui ; then
+ 

[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/

2021-04-11 Thread Theo Anderson
commit: f083f536ee04ac249924e138ac2901a209f73ebf
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 12 04:05:14 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Apr 12 04:05:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f083f536

sys-fs/dwarfs: !fixed FUSE driver hangs

Bugfixes:
FUSE driver hangs when accessing files and the driver is not started in
foreground or debug mode. This bug is present
in both the 0.5.2 and 0.5.3 releases. Fixes
https://github.com/mhx/dwarfs/issues/44

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs/Manifest |  3 +-
 sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild   | 94 --
 .../{dwarfs-0.5.3.ebuild => dwarfs-0.5.4.ebuild}   |  0
 3 files changed, 1 insertion(+), 96 deletions(-)

diff --git a/sys-fs/dwarfs/Manifest b/sys-fs/dwarfs/Manifest
index 5d19ef385..59b71c169 100644
--- a/sys-fs/dwarfs/Manifest
+++ b/sys-fs/dwarfs/Manifest
@@ -1,3 +1,2 @@
 DIST dwarfs-0.4.1.tar.bz2 11640169 BLAKE2B 
3490d625fd718be4451d5a551b6931b0c9316d88cdda91b90a724f3ab732a3916431a13e343bcb79a2e0415ffc0a990d2546eeb1738c55282e9fb9c85d3ba1ae
 SHA512 
ed7bfe13a9ed2450921a2caf47b4ee1f527fcd7ad154cee93d8674a2dd08c9110d62cfaff22f318bdb799eeea35b8bc4b7374d685537c82e70a0498d97a53307
-DIST dwarfs-0.5.2.tar.bz2 12153397 BLAKE2B 
b83b7df085afb39df3aa9b139ce7cfeee71287ad8ce83433a2c3cf17a096e479da95e76057379be81ec79a819dfe9754a8df44492044fc49fbd1e2d4371af878
 SHA512 
6ff8a8b9037740bc4a28f8069226db35ac0dad946059f9d42163f64e40e299efa0e79da08f44e45ac8dd2e8b9c43ed2a9d05fd54e51de8885f71137f877d456b
-DIST dwarfs-0.5.3.tar.bz2 12154655 BLAKE2B 
1d15ac35c3bed07c40d61e1b6f167ba07535f5b936bc286a47c760db2d1d093cc59853365a944236b927927c1d6bfa3b21a05334d6d0ca483d33b6843e4e73a4
 SHA512 
75cfac5711ffef9abc645823696d00a67c7d9e7675a33e2ed27269856d6a2b0863af07e912e96171e1641a896a8211131282bb1da786d828f37eafbb7a0ebda3
+DIST dwarfs-0.5.4.tar.bz2 12155920 BLAKE2B 
958acf2f47c26762d745f4f3ca350d518ce20095fa8fd613b33f9912b369acfedb61d2d11dbbcc718bbf6155652fbf46528b618393e8f98fb6c130b115bac061
 SHA512 
3affc809bab90dca6ea7b067e69da973f105524bdc8ec44a6b3e0f858f3e3c64438911b344afedbc67318fa1b0578a2f4aa7e69238319f837ea545000a36fbd5

diff --git a/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild 
b/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
deleted file mode 100644
index 48bf7de58..0
--- a/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit cmake check-reqs python-single-r1
-
-DESCRIPTION="A fast very high compression read-only FUSE file system"
-HOMEPAGE="https://github.com/mhx/dwarfs";
-
-SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-IUSE="python +jemalloc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-#test IUSE disabled because there is no googletest in portage tree at this 
moment
-#-DWITH_TESTS=$(usex test ON OFF)
-
-PYTHON_REQ_USE="python"
-
-DEPEND="sys-devel/flex
-   sys-devel/binutils:*"
-RDEPEND="${PYTHON_DEPS}
-   dev-libs/boost[context,threads,python?]
-   dev-libs/double-conversion
-   dev-libs/libfmt
-   dev-libs/libevent
-   dev-libs/xxhash
-   jemalloc? ( >=dev-libs/jemalloc-5.2.1 )
-   app-arch/libarchive
-   app-arch/zstd
-   app-arch/lz4
-   app-arch/xz-utils
-   app-arch/snappy
-   dev-cpp/sparsehash
-   dev-cpp/gflags
-   dev-cpp/glog[gflags]
-   sys-fs/fuse:3
-   sys-libs/binutils-libs
-   sys-libs/zlib
-   sys-libs/libunwind
-   !dev-cpp/folly"
-BDEPEND="app-text/ronn
-   dev-util/cmake
-   sys-apps/sed
-   sys-devel/bison
-   virtual/pkgconfig"
-
-CHECKREQS_DISK_BUILD="1300M"
-
-DOCS=( "README.md" "CHANGES.md" "TODO" )
-
-CMAKE_IN_SOURCE_BUILD=1
-CMAKE_WARN_UNUSED_CLI=0
-
-src_prepare(){
-   cmake_src_prepare
-   einfo "setting library path to $(get_libdir)"
-   sed "s/DESTINATION lib/DESTINATION $(get_libdir)/" -i CMakeLists.txt || 
die
-}
-
-src_configure(){
-   einfo "setting configuration flags to:"
-   mycmakeargs=(
-   -DUSE_JEMALLOC=$(usex jemalloc ON OFF)
-   -DWITH_PYTHON=$(usex python ON OFF)
-   -DPREFER_SYSTEM_ZSTD=1
-   -DPREFER_SYSTEM_XXHASH=1
-   -DWITH_LEGACY_FUSE=0
-   )
-   if use python; then mycmakeargs+=( 
-DWITH_PYTHON_VERSION=${EPYTHON#python} ); fi
-   einfo ${mycmakeargs}
-   cmake_src_configure
-}
-
-src_install(){
-   cmake_src_install
-   dolib.so libmetadata_thrift.so libthrift_light.so li

[gentoo-commits] repo/proj/guru:master commit in: sci-libs/meschach/files/, sci-libs/meschach/

2021-04-11 Thread Theo Anderson
commit: fa49691bc1b5a7cbf6adce592fd8889532ff44a6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr 11 20:21:26 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 20:21:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa49691b

sci-libs/meschach: respect flags, remove useless binaries

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

 sci-libs/meschach/files/makefile.patch | 116 +
 sci-libs/meschach/meschach-1.2b.ebuild |  26 
 2 files changed, 129 insertions(+), 13 deletions(-)

diff --git a/sci-libs/meschach/files/makefile.patch 
b/sci-libs/meschach/files/makefile.patch
new file mode 100644
index 0..9c2fb918d
--- /dev/null
+++ b/sci-libs/meschach/files/makefile.patch
@@ -0,0 +1,116 @@
+--- a/makefile.in  2021-04-11 20:54:38.081969329 +0200
 b/makefile.in  2021-04-11 21:42:48.789853703 +0200
+@@ -18,8 +18,7 @@
+ LIBS = @LIBS@
+ RANLIB = @RANLIB@
+ 
+-
+-CFLAGS = -O3 -fPIC
++CFLAGS += -fPIC
+ 
+ 
+ .c.o:
+@@ -80,45 +79,45 @@
+ 
+ $(LIST1): $(HBASE)
+ part1: $(LIST1)
+-  ar ru libmeschach.a $(LIST1)
++  $(AR) ru libmeschach.a $(LIST1)
+   $(RANLIB) libmeschach.a
+ # $(CC) -shared -o libmeschach.so $(LIST1)
+ 
+ $(LIST2): $(HBASE) matrix2.h
+ part2: $(LIST2)
+-  ar ru libmeschach.a $(LIST2)
++  $(AR) ru libmeschach.a $(LIST2)
+   $(RANLIB) libmeschach.a
+ # $(CC) -shared -o libmeschach.so $(LIST2)
+ 
+ $(LIST3): $(HBASE) sparse.h sparse2.h
+ part3: $(LIST3)
+-  ar ru libmeschach.a $(LIST3)
++  $(AR) ru libmeschach.a $(LIST3)
+   $(RANLIB) libmeschach.a
+ # $(CC) -shared -o libmeschach.so $(LIST3)
+ 
+ $(ZLIST1): $(HBASDE) zmatrix.h
+ zpart1: $(ZLIST1)
+-  ar ru libmeschach.a $(ZLIST1)
++  $(AR) ru libmeschach.a $(ZLIST1)
+   $(RANLIB) libmeschach.a
+ # $(CC) -shared -o libmeschach.so $(ZLIST1)
+ 
+ $(ZLIST2): $(HBASE) zmatrix.h zmatrix2.h 
+ zpart2: $(ZLIST2)
+-  ar ru libmeschach.a $(ZLIST2)
++  $(AR) ru libmeschach.a $(ZLIST2)
+   $(RANLIB) libmeschach.a
+ # $(CC) -shared -o libmeschach.so $(ZLIST2)
+ 
+ $(OLDLIST): $(HBASE) sparse.h sparse2.h 
+ oldpart: $(OLDLIST)
+-  ar ru libmeschach.a $(OLDLIST)
++  $(AR) ru libmeschach.a $(OLDLIST)
+   $(RANLIB) libmeschach.a
+ # $(CC) -shared -o libmeschach.so $(OLDLIST)
+ 
+ shared:   $(ALL_LISTS)
+-  $(CC) -shared -o libmeschach.so $(ALL_LISTS) -lc -lm -Wl,-soname 
-Wl,libmeschach.so.$(vers)
++  $(CC) $(LDFLAGS) -shared -o libmeschach.so $(ALL_LISTS) -lc -lm 
-Wl,-soname -Wl,libmeschach.so.$(vers)
+ 
+ static:  $(ALL_LISTS)
+-  ar ru libmeschach.a $(ALL_LISTS)
++  $(AR) ru libmeschach.a $(ALL_LISTS)
+   $(RANLIB) libmeschach.a
+ 
+ 
+@@ -200,31 +199,31 @@
+ alltorture: torture sptort ztorture memtort itertort mfuntort iotort
+ 
+ torture:torture.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o torture torture.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o torture torture.o \
++  -lmeschach -L. $(LIBS)
+ sptort:sptort.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o sptort sptort.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o sptort sptort.o \
++  -lmeschach -L. $(LIBS)
+ memtort: memtort.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o memtort memtort.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o memtort memtort.o \
++  -lmeschach -L. $(LIBS)
+ ztorture:ztorture.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o ztorture ztorture.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o ztorture ztorture.o \
++  -lmeschach -L. $(LIBS)
+ itertort: itertort.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o itertort itertort.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o itertort itertort.o \
++  -lmeschach -L. $(LIBS)
+ 
+ iotort: iotort.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o iotort iotort.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o iotort iotort.o \
++  -lmeschach -L. $(LIBS)
+ mfuntort: mfuntort.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o mfuntort mfuntort.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o mfuntort mfuntort.o \
++  -lmeschach -L. $(LIBS)
+ tstmove: tstmove.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o tstmove tstmove.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o tstmove tstmove.o \
++  -lmeschach -L. $(LIBS)
+ tstpxvec: tstpxvec.o libmeschach.a
+-  $(CC) $(CFLAGS) $(DEFS) -o tstpxvec tstpxvec.o \
+-  libmeschach.a $(LIBS)
++  $(CC) $(CFLAGS) $(LDFLAGS) $(DEFS) -fPIE -o tstpxvec tstpxvec.o \
++  -lmeschach -L. $(LIBS)
+ 

diff --git a/sci-libs/mes

[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/

2021-04-11 Thread Theo Anderson
commit: c875d3efc3190e7197f2313fabcd7931d2e1caa4
Author: Denis Reva  gmail  com>
AuthorDate: Sun Apr 11 15:00:17 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 15:00:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c875d3ef

sys-fs/dwarfs: new version 0.5.3 with tests

Thanks for MHX, dwarfs now supports test suite
see https://github.com/mhx/dwarfs/issues/42

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs/Manifest|  1 +
 sys-fs/dwarfs/{dwarfs-0.5.2-r1.ebuild => dwarfs-0.5.3.ebuild} | 10 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sys-fs/dwarfs/Manifest b/sys-fs/dwarfs/Manifest
index e6a430ea4..5d19ef385 100644
--- a/sys-fs/dwarfs/Manifest
+++ b/sys-fs/dwarfs/Manifest
@@ -1,2 +1,3 @@
 DIST dwarfs-0.4.1.tar.bz2 11640169 BLAKE2B 
3490d625fd718be4451d5a551b6931b0c9316d88cdda91b90a724f3ab732a3916431a13e343bcb79a2e0415ffc0a990d2546eeb1738c55282e9fb9c85d3ba1ae
 SHA512 
ed7bfe13a9ed2450921a2caf47b4ee1f527fcd7ad154cee93d8674a2dd08c9110d62cfaff22f318bdb799eeea35b8bc4b7374d685537c82e70a0498d97a53307
 DIST dwarfs-0.5.2.tar.bz2 12153397 BLAKE2B 
b83b7df085afb39df3aa9b139ce7cfeee71287ad8ce83433a2c3cf17a096e479da95e76057379be81ec79a819dfe9754a8df44492044fc49fbd1e2d4371af878
 SHA512 
6ff8a8b9037740bc4a28f8069226db35ac0dad946059f9d42163f64e40e299efa0e79da08f44e45ac8dd2e8b9c43ed2a9d05fd54e51de8885f71137f877d456b
+DIST dwarfs-0.5.3.tar.bz2 12154655 BLAKE2B 
1d15ac35c3bed07c40d61e1b6f167ba07535f5b936bc286a47c760db2d1d093cc59853365a944236b927927c1d6bfa3b21a05334d6d0ca483d33b6843e4e73a4
 SHA512 
75cfac5711ffef9abc645823696d00a67c7d9e7675a33e2ed27269856d6a2b0863af07e912e96171e1641a896a8211131282bb1da786d828f37eafbb7a0ebda3

diff --git a/sys-fs/dwarfs/dwarfs-0.5.2-r1.ebuild 
b/sys-fs/dwarfs/dwarfs-0.5.3.ebuild
similarity index 93%
rename from sys-fs/dwarfs/dwarfs-0.5.2-r1.ebuild
rename to sys-fs/dwarfs/dwarfs-0.5.3.ebuild
index 33c7471fd..cbc5a9ed3 100644
--- a/sys-fs/dwarfs/dwarfs-0.5.2-r1.ebuild
+++ b/sys-fs/dwarfs/dwarfs-0.5.3.ebuild
@@ -14,15 +14,14 @@ 
SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 IUSE="python +jemalloc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 PYTHON_REQ_USE="python"
 
-DEPEND="sys-devel/flex
-   sys-devel/binutils:*"
+DEPEND="sys-devel/flex"
 RDEPEND="${PYTHON_DEPS}
dev-libs/boost[context,threads,python?]
dev-libs/double-conversion
@@ -42,9 +41,9 @@ RDEPEND="${PYTHON_DEPS}
sys-libs/binutils-libs
sys-libs/zlib
sys-libs/libunwind
-   test? ( dev-cpp/gtest )
!dev-cpp/folly"
 BDEPEND="app-text/ronn
+   test? ( dev-cpp/gtest )
dev-util/cmake
sys-apps/sed
sys-devel/bison
@@ -71,6 +70,7 @@ src_configure(){
-DWITH_TESTS=$(usex test ON OFF)
-DPREFER_SYSTEM_ZSTD=1
-DPREFER_SYSTEM_XXHASH=1
+   -DPREFER_SYSTEM_GTEST=1
-DWITH_LEGACY_FUSE=0
)
if use python; then mycmakeargs+=( 
-DWITH_PYTHON_VERSION=${EPYTHON#python} ); fi
@@ -80,7 +80,7 @@ src_configure(){
 
 src_install(){
cmake_src_install
-   dolib.so libmetadata_thrift.so libthrift_light.so
+   dolib.so libmetadata_thrift.so libthrift_light.so libdwarfs.so 
libfsst.so
dolib.so folly/libfolly.so.0.58.0-dev folly/libfolly.so
 }
 



[gentoo-commits] repo/proj/guru:master commit in: licenses/, app-editors/typora-bin/

2021-04-11 Thread Theo Anderson
commit: c4b33d8639c280399fcf5e729f70f6cc94e81187
Author: Avis Drożniak  autistici  org>
AuthorDate: Sun Apr 11 12:56:19 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 12:56:19 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4b33d86

app-editors/typora-bin: Fix ebuild and add license

Signed-off-by: Avis Drożniak  autistici.org>

 app-editors/typora-bin/metadata.xml   |  1 -
 app-editors/typora-bin/typora-bin-.ebuild |  4 +-
 licenses/Typora-EULA  | 88 +++
 3 files changed, 90 insertions(+), 3 deletions(-)

diff --git a/app-editors/typora-bin/metadata.xml 
b/app-editors/typora-bin/metadata.xml
index 639536a95..fcfbbf692 100644
--- a/app-editors/typora-bin/metadata.xml
+++ b/app-editors/typora-bin/metadata.xml
@@ -5,5 +5,4 @@
a...@autistici.org
Avis Drożniak

-   Markdown editor and reader.
 

diff --git a/app-editors/typora-bin/typora-bin-.ebuild 
b/app-editors/typora-bin/typora-bin-.ebuild
index 7ef2c8c40..cb7e4350c 100644
--- a/app-editors/typora-bin/typora-bin-.ebuild
+++ b/app-editors/typora-bin/typora-bin-.ebuild
@@ -31,10 +31,10 @@ src_install() {
insinto /opt/
doins -r "${S}"
newicon "$S/resources/app/asserts/icon/icon_512x...@2x.png" "${PN}.png"
-   dosym /opt/Typora-linux-x64/Typora /usr/bin/Typora
+   dosym -r /opt/Typora-linux-x64/Typora /usr/bin/Typora
fperms 0755 /opt/Typora-linux-x64/Typora
fperms 4755 /opt/Typora-linux-x64/chrome-sandbox
-   insinto /usr/share/applications/
+   domenu /usr/share/applications/
doins "${FILESDIR}/Typora.desktop"
 }
 

diff --git a/licenses/Typora-EULA b/licenses/Typora-EULA
new file mode 100644
index 0..4b974590e
--- /dev/null
+++ b/licenses/Typora-EULA
@@ -0,0 +1,88 @@
+
+
+Please read this End User License Agreement (a.k.a “EULA”, “License 
Agreement”) before You purchase a License Key for the Software and subsequently 
download and use the Software.
+
+By purchasing a License Key and/or downloading and using the Software, You 
agree, without reservation, to be bound by the terms of this EULA. If You do 
not agree with the terms of this EULA, please do not purchase a License Key 
and/or download and use the Software.
+
+If You accept the terms and conditions in this EULA on behalf of a company or 
other legal entity, You warrant that You have full legal authority to accept 
the terms and conditions in this EULA on behalf of such company or other legal 
entity, and to legally bind such company or other legal entity.
+
+You may not accept this EULA if You are not of legal age to form a binding 
contract in your country/states.
+1. Definitions
+
+“We” a.k.a. “us”, or “typora.io”. Developer(s) of Typora.
+“Documentation” the detailed information about the Software, its features 
and the system requirements as made available on the website of typora.io, as 
amended from time to time.
+“Open Source Software” any software that requires as a condition of use, 
copying, modification and/or distribution of such software that such software 
or other software incorporated into, derived from or distributed with such 
software (a) be disclosed or distributed in source code form, and (b) be 
licensed for the purpose of making and/or distributing derivative works, and 
(c) be redistributable at no charge;
+“Beta version” the license for the Software for public testing. This is 
currently the only available version. You could find if current Typora is in 
beta version or not from “Help” -> “About” dialog.
+“Stable version” versions with version number equal or greater than 1.0, 
exclude Beta versions.
+“Full version” the license for the Software for the term specified on the 
webpage of the store where You purchase the license, or in any applicable 
agreement concerning the purchase of the license (as stand-alone product or as 
part of a subscription) to Use the Software. This license is when Typora 
reaches v1.0.
+“Trial version” the license for the Software for the term of N days to Use 
the Stable version of Software for the sole purpose of testing and evaluating 
the Software. (N will be decided by us in future). This license is when Typora 
reaches v1.0.
+“Updates” any modified versions and updates of, and additions to the 
Software (excluding upgrades of the Software);
+“Major Update” updates that introduce major version number changes, for 
example, from 1.x to 2.x is a Major Update, from 1.1.x to 1.2.x is not.
+“Use” the access, download, install, copy or get benefit from using the 
Software in accordance with the documentation.
+“You” you, the final and ultimate user of the Software or the authorized 
representative of a company or other legal entity that will be the final and 
ultimate user of the Software, and the company or other legal entity that will 
be the final a

[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/

2021-04-11 Thread Theo Anderson
commit: a871da89ee98d16ac19adc7b9839838dc3031ca6
Author: Andrea Postiglione  gmail  com>
AuthorDate: Sun Apr 11 14:37:46 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 14:37:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a871da89

sys-cluster/pcs-0.10.8-r2: remove bundled systemd service

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-cluster/pcs/pcs-0.10.8-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild 
b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
index 1444be359..4582a8e1e 100644
--- a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
+++ b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
@@ -100,9 +100,11 @@ src_install() {
if use systemd ; then
systemd_newunit "${S}/pcsd/pcsd.service.debian" "pcsd.service"
systemd_newunit "${S}/pcsd/pcsd-ruby.service" 
"pcsd-daemon.service"
-   rm "${D}"/usr/lib/systemd/system/pcsd-ruby.service
-   rm "${D}"/usr/lib/systemd/system/pcsd.service
fi
+   # Remove Bundled systemd service
+   rm "${D}"/usr/lib/systemd/system/pcsd-ruby.service || die
+   rm "${D}"/usr/lib/systemd/system/pcsd.service || die
+
# custom service file for openRC
newinitd "${FILESDIR}/pcsd.initd" pcsd
newinitd "${FILESDIR}/pcsd-daemon.initd" pcsd-daemon



[gentoo-commits] repo/proj/guru:master commit in: sci-libs/chaco/files/, sci-libs/chaco/

2021-04-11 Thread Theo Anderson
commit: 31ac6c64fbade82616b50751619a4916d1dded54
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr 11 23:56:57 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 23:56:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31ac6c64

sci-libs/chaco: respect flags

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

 sci-libs/chaco/chaco-2.2.ebuild | 20 +++-
 sci-libs/chaco/files/makefile.patch | 26 ++
 2 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/sci-libs/chaco/chaco-2.2.ebuild b/sci-libs/chaco/chaco-2.2.ebuild
index d4f784cf0..12c58a451 100644
--- a/sci-libs/chaco/chaco-2.2.ebuild
+++ b/sci-libs/chaco/chaco-2.2.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit flag-o-matic
-
 DESCRIPTION="Software for Partitioning Graphs"
 
HOMEPAGE="https://www3.cs.stonybrook.edu/~algorith/implement/chaco/implement.shtml";
 
SRC_URI="https://www3.cs.stonybrook.edu/~algorith/implement/${PN}/distrib/Chaco-${PV}.tar.gz";
@@ -12,21 +10,17 @@ 
SRC_URI="https://www3.cs.stonybrook.edu/~algorith/implement/${PN}/distrib/Chaco-
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
+PATCHES=( "${FILESDIR}/makefile.patch" )
 S="${WORKDIR}/Chaco-${PV}"
 
-src_prepare() {
-   sed -i '/CC =/d' code/Makefile
-   sed -i '/CFLAGS =/d' code/Makefile
-   sed -i -e 's/-O2/${CFLAGS}/g' code/Makefile
-   eapply_user
-}
+#src_prepare() {
+#  eapply_user
+#}
 
 src_install() {
-   append-cflags -fPIE
-   cd code
+   pushd code
emake
-   cd ..
+   popd
dobin "exec/chaco"
dodoc -r doc/.
 }

diff --git a/sci-libs/chaco/files/makefile.patch 
b/sci-libs/chaco/files/makefile.patch
new file mode 100644
index 0..32ab4b84c
--- /dev/null
+++ b/sci-libs/chaco/files/makefile.patch
@@ -0,0 +1,26 @@
+--- a/code/Makefile2021-04-12 01:42:10.792372462 +0200
 b/code/Makefile2021-04-12 01:46:20.332391138 +0200
+@@ -1,8 +1,6 @@
+ DEST_DIR =../exec
+ DEST= ${DEST_DIR}/chaco
+-CC =  gcc
+ IFLAG =   -Imain
+-CFLAGS =  -O2
+ OFLAGS =  -O2
+ 
+ FILES.c=  main/user_params.c main/interface.c main/main.c \
+@@ -91,7 +89,7 @@
+ 
+ 
+ ${DEST}:  ${FILES.o} Makefile
+-  ${CC} ${OFLAGS} ${FILES.o} -lm -o ${DEST}
++  ${CC} ${CFLAGS} -fPIE ${LDFLAGS} ${FILES.o} -lm -o ${DEST}
+ 
+ lint:
+   lint ${IFLAG} ${FILES.c} -lm
+@@ -103,4 +101,4 @@
+   rm -f */*.o ${DEST_DIR}/core
+ 
+ .c.o:
+-  ${CC} -c ${IFLAG} ${CFLAGS} -o $*.o $*.c
++  ${CC} -c ${IFLAG} ${CFLAGS} -fPIC -o $*.o $*.c



[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/

2021-04-11 Thread Theo Anderson
commit: 6e56068c8907076725b0fffd252e97a16eea9182
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Apr 11 12:50:00 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 12:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e56068c

net-misc/purritobin: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/Manifest|  1 -
 net-misc/purritobin/purritobin-0.5.1.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index 1a39fae0d..abb8427be 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1,2 +1 @@
-DIST purritobin-0.5.1.tar.gz 18273 BLAKE2B 
8040e8f6e4d0cf6bfa9d915365420be40900f685fcce8ddf28236a1874f3b317ca3dae0e59fd54650ceeffd21513a9ed3c272f637b7c5b9f7a9ee12b6e3c2e07
 SHA512 
80e6e88d1081d30e8cfb34608e9e6c6d78ff67960954e73ffcb8844d3e654c91b6e701b2f2e082869196a3bf5e132b6111bd40c7261082034f9e38f36b6536ff
 DIST purritobin-0.5.2.tar.gz 18272 BLAKE2B 
f5f93a5c6bb189e232cd6eaa05c1c914fa48d5b767697064e238ed1fc83224b6457e452b459c5d62dd17c12454cee43b08ed916589237aca5ab6d04968e653bd
 SHA512 
13bb3c2a1382ae1a45922a997852db573517dd7a8ff6145b349ab62632fa6bdcd2441c6559baf375286c615a72e7bdf065de3fbcb164aee2a8408f17deade629

diff --git a/net-misc/purritobin/purritobin-0.5.1.ebuild 
b/net-misc/purritobin/purritobin-0.5.1.ebuild
deleted file mode 100644
index cbfc6e352..0
--- a/net-misc/purritobin/purritobin-0.5.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="minimalistic commandline pastebin"
-HOMEPAGE="https://bsd.ac";
-
-inherit systemd toolchain-funcs
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git";
-else
-   SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
-   S="${WORKDIR}/PurritoBin-${PV}"
-fi
-
-LICENSE="ISC"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   net-libs/usockets[ssl]
-   acct-user/purritobin
-   acct-group/purritobin
-"
-DEPEND="${RDEPEND}
-   www-apps/uwebsockets
-"
-
-src_configure() {
-   default
-   tc-export CXX
-}
-
-src_install() {
-   emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
-   insinto /var/www/purritobin
-   doins frontend/paste.html
-   fowners purritobin:purritobin /var/www/purritobin
-   newinitd services/openrc purritobin
-   systemd_newunit services/systemd purritobin.service
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: app-shells/fish-history-merge/

2021-04-11 Thread Theo Anderson
commit: 4bf4f445a4146eb17650154159b2279e490c9b4b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr 11 16:08:44 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 16:08:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bf4f445

app-shells/fish-history-merge: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-shells/fish-history-merge/Manifest |  1 +
 .../fish-history-merge-0_pre20201121.ebuild| 25 ++
 app-shells/fish-history-merge/metadata.xml | 16 ++
 3 files changed, 42 insertions(+)

diff --git a/app-shells/fish-history-merge/Manifest 
b/app-shells/fish-history-merge/Manifest
new file mode 100644
index 0..5fbab5ce9
--- /dev/null
+++ b/app-shells/fish-history-merge/Manifest
@@ -0,0 +1 @@
+DIST fish-history-merge-0_pre20201121.tar.gz 1347 BLAKE2B 
cb6c65ab6b3ad5208930ce03b729087f5dfc53349dd365af61a9d9493e720e9d2052afbbdccd41b7313f56050a3462e9db68e1707c29b268f9fca62b682aa5cc
 SHA512 
166f2bc879a66c7b70ee2bb52bd27d3f9baf5c2425cb214cb5dba1f48fb9bafe3c039bc0b56db322c309da61c7e841e92935feba1dd8ada7f0b71d3ea9701057

diff --git 
a/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild 
b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild
new file mode 100644
index 0..eea288b25
--- /dev/null
+++ b/app-shells/fish-history-merge/fish-history-merge-0_pre20201121.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+COMMIT="7e415b8ab843a64313708273cf659efbf471ad39"
+
+DESCRIPTION="This is a fish plugin that modifies built-in up-or-search command 
to merge the command history"
+HOMEPAGE="https://github.com/2m/fish-history-merge";
+SRC_URI="https://github.com/2m/fish-history-merge/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="app-shells/fish"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+DOCS=( README.md )
+
+src_install() {
+   insinto "/usr/share/fish/vendor_functions.d"
+   doins "functions/up-or-search.fish"
+   einstalldocs
+}

diff --git a/app-shells/fish-history-merge/metadata.xml 
b/app-shells/fish-history-merge/metadata.xml
new file mode 100644
index 0..2efe86cd7
--- /dev/null
+++ b/app-shells/fish-history-merge/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+2m/fish-history-merge
+  
+  
+fish-history-merge
+
+This is a fish plugin that modifies built-in up-or-search command to merge the 
command history. The effect is that shell command history becomes shared across 
all open shells. Original implementations by @farcaller from 
https://github.com/fish-shell/fish-shell/issues/825#issuecomment-440286038
+  
+



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/files/, sys-cluster/pcs/

2021-04-11 Thread Theo Anderson
commit: 40ab2c0bdac57c335afe04c951e99a9054f71f54
Author: Andrea Postiglione  gmail  com>
AuthorDate: Sun Apr 11 14:27:10 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 14:27:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40ab2c0b

sys-cluster/pcs-0.10.8-r2 fix systemd service

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-cluster/pcs/files/pcsd-daemon.service.patch | 10 ++
 sys-cluster/pcs/pcs-0.10.8-r2.ebuild|  4 +++-
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/pcs/files/pcsd-daemon.service.patch 
b/sys-cluster/pcs/files/pcsd-daemon.service.patch
index 00b61cf9a..fa86ef764 100644
--- a/sys-cluster/pcs/files/pcsd-daemon.service.patch
+++ b/sys-cluster/pcs/files/pcsd-daemon.service.patch
@@ -1,10 +1,12 @@
 pcs-0.10.8/pcsd/pcsd-ruby.service  2021-02-01 10:22:26.0 +0100
-+++ pcs-0.10.8/pcsd/pcsd-ruby.service.new  2021-03-23 20:13:24.380792446 
+0100
-@@ -6,12 +6,11 @@
+--- pcs-0.10.8/pcsd/pcsd-ruby.service  2021-02-01 09:22:26.0 -
 pcs-0.10.8/pcsd/pcsd-ruby.service.new  2021-04-11 14:13:00.176650050 
-
+@@ -5,13 +5,12 @@
+ Requires=network-online.target
  After=network-online.target
  # Stop the service automatically if nothing that depends on it is running
- StopWhenUnneeded=true
+-StopWhenUnneeded=true
 -# When stopping or restarting pcsd, stop or restart pcsd-ruby as well
++StopWhenUnneeded=false
 +# When stopping or restarting pcsd, stop or restart pcsd-daemon as well
  PartOf=pcsd.service
  

diff --git a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild 
b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
index 830a07632..1444be359 100644
--- a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
+++ b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-USE_RUBY="ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 inherit python-single-r1 ruby-ng systemd
 
 DESCRIPTION="Pacemaker/Corosync Configuration System"
@@ -100,6 +100,8 @@ src_install() {
if use systemd ; then
systemd_newunit "${S}/pcsd/pcsd.service.debian" "pcsd.service"
systemd_newunit "${S}/pcsd/pcsd-ruby.service" 
"pcsd-daemon.service"
+   rm "${D}"/usr/lib/systemd/system/pcsd-ruby.service
+   rm "${D}"/usr/lib/systemd/system/pcsd.service
fi
# custom service file for openRC
newinitd "${FILESDIR}/pcsd.initd" pcsd



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs/

2021-04-11 Thread Theo Anderson
commit: caff25af19e7ede074cfed2b1ad4b8ba43da3503
Author: Denis Reva  gmail  com>
AuthorDate: Sun Apr 11 12:24:05 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 12:24:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=caff25af

sys-fs/dwarfs: important! Fixed installation!

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs/{dwarfs-0.5.2.ebuild => dwarfs-0.5.2-r1.ebuild} | 9 -
 sys-fs/dwarfs/{dwarfs-0.5.2.ebuild => dwarfs-0.5.2-r2.ebuild} | 2 +-
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/sys-fs/dwarfs/dwarfs-0.5.2.ebuild 
b/sys-fs/dwarfs/dwarfs-0.5.2-r1.ebuild
similarity index 92%
copy from sys-fs/dwarfs/dwarfs-0.5.2.ebuild
copy to sys-fs/dwarfs/dwarfs-0.5.2-r1.ebuild
index 8c7493f14..33c7471fd 100644
--- a/sys-fs/dwarfs/dwarfs-0.5.2.ebuild
+++ b/sys-fs/dwarfs/dwarfs-0.5.2-r1.ebuild
@@ -14,14 +14,11 @@ 
SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS=""
 
-IUSE="python +jemalloc"
+IUSE="python +jemalloc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-#test IUSE disabled because there is no googletest in portage tree at this 
moment
-#-DWITH_TESTS=$(usex test ON OFF)
-
 PYTHON_REQ_USE="python"
 
 DEPEND="sys-devel/flex
@@ -45,6 +42,7 @@ RDEPEND="${PYTHON_DEPS}
sys-libs/binutils-libs
sys-libs/zlib
sys-libs/libunwind
+   test? ( dev-cpp/gtest )
!dev-cpp/folly"
 BDEPEND="app-text/ronn
dev-util/cmake
@@ -70,6 +68,7 @@ src_configure(){
mycmakeargs=(
-DUSE_JEMALLOC=$(usex jemalloc ON OFF)
-DWITH_PYTHON=$(usex python ON OFF)
+   -DWITH_TESTS=$(usex test ON OFF)
-DPREFER_SYSTEM_ZSTD=1
-DPREFER_SYSTEM_XXHASH=1
-DWITH_LEGACY_FUSE=0

diff --git a/sys-fs/dwarfs/dwarfs-0.5.2.ebuild 
b/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
similarity index 96%
rename from sys-fs/dwarfs/dwarfs-0.5.2.ebuild
rename to sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
index 8c7493f14..48bf7de58 100644
--- a/sys-fs/dwarfs/dwarfs-0.5.2.ebuild
+++ b/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
@@ -81,7 +81,7 @@ src_configure(){
 
 src_install(){
cmake_src_install
-   dolib.so libmetadata_thrift.so libthrift_light.so
+   dolib.so libmetadata_thrift.so libthrift_light.so libdwarfs.so 
libfsst.so
dolib.so folly/libfolly.so.0.58.0-dev folly/libfolly.so
 }
 



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-04-11 Thread Theo Anderson
commit: e460f540a41c5a34dc30b87ec56251d06c281ec6
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Apr 11 10:35:16 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 10:35:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e460f540

dev-vcs/lazygit: 0.27.4 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.27.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 3ff19c7fe..af7a4c369 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e
 DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559
 SHA512 
abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a
 DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B 
fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1
 SHA512 
eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc
 DIST lazygit-0.27.3.tar.gz 3214304 BLAKE2B 
05db27847fb90bd56f81055b55138a4266254aab76c52a95d5b6bd70d45741a1eeb84fe120e8ddd10c0b4f7539c003bba8d5b577952968afd164331cecf4
 SHA512 
1379edd0c939d4e434a91d9508dd0895851503be06a9b86e9778e5fa27c7062db565d922b78db11b3eec46bf6261445002125dcff2b10e26d3a592c4420f3d16
+DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d

diff --git a/dev-vcs/lazygit/lazygit-0.27.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.27.4.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.27.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit";
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/

2021-04-11 Thread Theo Anderson
commit: b16b02c0bf045ba650815b7050ba025536b9c759
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun Apr 11 12:49:40 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 12:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b16b02c0

net-misc/purritobin: version bump to 0.5.2

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>

 net-misc/purritobin/Manifest|  1 +
 net-misc/purritobin/purritobin-0.5.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-misc/purritobin/Manifest b/net-misc/purritobin/Manifest
index a9fe9c5f6..1a39fae0d 100644
--- a/net-misc/purritobin/Manifest
+++ b/net-misc/purritobin/Manifest
@@ -1 +1,2 @@
 DIST purritobin-0.5.1.tar.gz 18273 BLAKE2B 
8040e8f6e4d0cf6bfa9d915365420be40900f685fcce8ddf28236a1874f3b317ca3dae0e59fd54650ceeffd21513a9ed3c272f637b7c5b9f7a9ee12b6e3c2e07
 SHA512 
80e6e88d1081d30e8cfb34608e9e6c6d78ff67960954e73ffcb8844d3e654c91b6e701b2f2e082869196a3bf5e132b6111bd40c7261082034f9e38f36b6536ff
+DIST purritobin-0.5.2.tar.gz 18272 BLAKE2B 
f5f93a5c6bb189e232cd6eaa05c1c914fa48d5b767697064e238ed1fc83224b6457e452b459c5d62dd17c12454cee43b08ed916589237aca5ab6d04968e653bd
 SHA512 
13bb3c2a1382ae1a45922a997852db573517dd7a8ff6145b349ab62632fa6bdcd2441c6559baf375286c615a72e7bdf065de3fbcb164aee2a8408f17deade629

diff --git a/net-misc/purritobin/purritobin-0.5.2.ebuild 
b/net-misc/purritobin/purritobin-0.5.2.ebuild
new file mode 100644
index 0..cbfc6e352
--- /dev/null
+++ b/net-misc/purritobin/purritobin-0.5.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="minimalistic commandline pastebin"
+HOMEPAGE="https://bsd.ac";
+
+inherit systemd toolchain-funcs
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git";
+else
+   SRC_URI="https://github.com/PurritoBin/PurritoBin/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/PurritoBin-${PV}"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   net-libs/usockets[ssl]
+   acct-user/purritobin
+   acct-group/purritobin
+"
+DEPEND="${RDEPEND}
+   www-apps/uwebsockets
+"
+
+src_configure() {
+   default
+   tc-export CXX
+}
+
+src_install() {
+   emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+   insinto /var/www/purritobin
+   doins frontend/paste.html
+   fowners purritobin:purritobin /var/www/purritobin
+   newinitd services/openrc purritobin
+   systemd_newunit services/systemd purritobin.service
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/

2021-04-11 Thread Theo Anderson
commit: f9cbb5a55ea98fd26136ddd8b129d430643b1fc4
Author: Andrea Postiglione  gmail  com>
AuthorDate: Sun Apr 11 14:44:29 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 14:44:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9cbb5a5

sys-cluster/pcs-0.10.8-r2 remove ruby27

Signed-off-by: Andrea Postiglione  gmail.com>

 sys-cluster/pcs/pcs-0.10.8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild 
b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
index 4582a8e1e..d212d0c3f 100644
--- a/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
+++ b/sys-cluster/pcs/pcs-0.10.8-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26"
 inherit python-single-r1 ruby-ng systemd
 
 DESCRIPTION="Pacemaker/Corosync Configuration System"



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/dool/

2021-04-11 Thread Theo Anderson
commit: 4ee7c8fd40c19acff499fc0170fb0d59d6f7f8bb
Author: Florian Schmaus  geekplace  eu>
AuthorDate: Sun Apr 11 07:59:26 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 08:00:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ee7c8fd

sys-apps/dool: initial import

Bug: https://bugs.gentoo.org/781173
Signed-off-by: Florian Schmaus  geekplace.eu>

 sys-apps/dool/Manifest|  1 +
 sys-apps/dool/dool-0.8_pre20191010.ebuild | 59 +++
 sys-apps/dool/dool-.ebuild| 59 +++
 sys-apps/dool/metadata.xml|  8 +
 4 files changed, 127 insertions(+)

diff --git a/sys-apps/dool/Manifest b/sys-apps/dool/Manifest
new file mode 100644
index 0..5d2cd1417
--- /dev/null
+++ b/sys-apps/dool/Manifest
@@ -0,0 +1 @@
+DIST dool-0.8_pre20191010.tar.gz 141224 BLAKE2B 
9c1d733b340b3f1d51798ce85698e7fc526aea349b500431d348d413c1fd93d07d8ccb8241e671a40363275b8c4025ed2f4983b4dfc70f5e166178635935337e
 SHA512 
5204eb1c0a37b225d447830048e5f2372dd3973d50cbd3fbc42972782a4853b809e566550e752c857502f86ceed7ea31620ea27059f9f334d27f28cc61abd968

diff --git a/sys-apps/dool/dool-0.8_pre20191010.ebuild 
b/sys-apps/dool/dool-0.8_pre20191010.ebuild
new file mode 100644
index 0..ae22099fd
--- /dev/null
+++ b/sys-apps/dool/dool-0.8_pre20191010.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit python-r1
+
+DESCRIPTION="Versatile replacement for vmstat, iostat and ifstat (clone of 
dstat)"
+HOMEPAGE="https://github.com/scottchiefbaker/dool";
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/scottchiefbaker/dool.git";
+   inherit git-r3
+else
+   DOOL_COMMIT_ID="6b89f2d0b6e38e1c8d706e88a12e020367f5100d"
+   
SRC_URI="https://github.com/scottchiefbaker/dool/archive/${DOOL_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${DOOL_COMMIT_ID}"
+fi
+
+if [[ "${PV}" != "" ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   :
+}
+
+src_install() {
+   python_foreach_impl python_doscript "${PN}"
+
+   insinto "/usr/share/${PN}"
+   newins "${PN}" "${PN}.py"
+   doins plugins/${PN}_*.py
+
+   doman "docs/${PN}.1"
+
+   einstalldocs
+
+   if use examples; then
+   dodoc examples/{mstat,read}.py
+   fi
+   if use doc; then
+   dodoc docs/*.html
+   fi
+}
+
+src_test() {
+   python_foreach_impl emake test
+}

diff --git a/sys-apps/dool/dool-.ebuild b/sys-apps/dool/dool-.ebuild
new file mode 100644
index 0..ae22099fd
--- /dev/null
+++ b/sys-apps/dool/dool-.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit python-r1
+
+DESCRIPTION="Versatile replacement for vmstat, iostat and ifstat (clone of 
dstat)"
+HOMEPAGE="https://github.com/scottchiefbaker/dool";
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/scottchiefbaker/dool.git";
+   inherit git-r3
+else
+   DOOL_COMMIT_ID="6b89f2d0b6e38e1c8d706e88a12e020367f5100d"
+   
SRC_URI="https://github.com/scottchiefbaker/dool/archive/${DOOL_COMMIT_ID}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/${PN}-${DOOL_COMMIT_ID}"
+fi
+
+if [[ "${PV}" != "" ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86 ~x86-linux"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   :
+}
+
+src_install() {
+   python_foreach_impl python_doscript "${PN}"
+
+   insinto "/usr/share/${PN}"
+   newins "${PN}" "${PN}.py"
+   doins plugins/${PN}_*.py
+
+   doman "docs/${PN}.1"
+
+   einstalldocs
+
+   if use examples; then
+   dodoc examples/{mstat,read}.py
+   fi
+   if use doc; then
+   dodoc docs/*.html
+   fi
+}
+
+src_test() {
+   python_foreach_impl emake test
+}

diff --git a/sys-apps/dool/metadata.xml b/sys-apps/dool/metadata.xml
new file mode 100644
index 0..bdf5f6f4f
--- /dev/null
+++ b/sys-apps/dool/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   f...@geekplace.eu
+   Florian Schmaus
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs/

2021-04-11 Thread Denis Reva
commit: f083f536ee04ac249924e138ac2901a209f73ebf
Author: Denis Reva  gmail  com>
AuthorDate: Mon Apr 12 04:05:14 2021 +
Commit: Denis Reva  gmail  com>
CommitDate: Mon Apr 12 04:05:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f083f536

sys-fs/dwarfs: !fixed FUSE driver hangs

Bugfixes:
FUSE driver hangs when accessing files and the driver is not started in
foreground or debug mode. This bug is present
in both the 0.5.2 and 0.5.3 releases. Fixes
https://github.com/mhx/dwarfs/issues/44

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs/Manifest |  3 +-
 sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild   | 94 --
 .../{dwarfs-0.5.3.ebuild => dwarfs-0.5.4.ebuild}   |  0
 3 files changed, 1 insertion(+), 96 deletions(-)

diff --git a/sys-fs/dwarfs/Manifest b/sys-fs/dwarfs/Manifest
index 5d19ef385..59b71c169 100644
--- a/sys-fs/dwarfs/Manifest
+++ b/sys-fs/dwarfs/Manifest
@@ -1,3 +1,2 @@
 DIST dwarfs-0.4.1.tar.bz2 11640169 BLAKE2B 
3490d625fd718be4451d5a551b6931b0c9316d88cdda91b90a724f3ab732a3916431a13e343bcb79a2e0415ffc0a990d2546eeb1738c55282e9fb9c85d3ba1ae
 SHA512 
ed7bfe13a9ed2450921a2caf47b4ee1f527fcd7ad154cee93d8674a2dd08c9110d62cfaff22f318bdb799eeea35b8bc4b7374d685537c82e70a0498d97a53307
-DIST dwarfs-0.5.2.tar.bz2 12153397 BLAKE2B 
b83b7df085afb39df3aa9b139ce7cfeee71287ad8ce83433a2c3cf17a096e479da95e76057379be81ec79a819dfe9754a8df44492044fc49fbd1e2d4371af878
 SHA512 
6ff8a8b9037740bc4a28f8069226db35ac0dad946059f9d42163f64e40e299efa0e79da08f44e45ac8dd2e8b9c43ed2a9d05fd54e51de8885f71137f877d456b
-DIST dwarfs-0.5.3.tar.bz2 12154655 BLAKE2B 
1d15ac35c3bed07c40d61e1b6f167ba07535f5b936bc286a47c760db2d1d093cc59853365a944236b927927c1d6bfa3b21a05334d6d0ca483d33b6843e4e73a4
 SHA512 
75cfac5711ffef9abc645823696d00a67c7d9e7675a33e2ed27269856d6a2b0863af07e912e96171e1641a896a8211131282bb1da786d828f37eafbb7a0ebda3
+DIST dwarfs-0.5.4.tar.bz2 12155920 BLAKE2B 
958acf2f47c26762d745f4f3ca350d518ce20095fa8fd613b33f9912b369acfedb61d2d11dbbcc718bbf6155652fbf46528b618393e8f98fb6c130b115bac061
 SHA512 
3affc809bab90dca6ea7b067e69da973f105524bdc8ec44a6b3e0f858f3e3c64438911b344afedbc67318fa1b0578a2f4aa7e69238319f837ea545000a36fbd5

diff --git a/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild 
b/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
deleted file mode 100644
index 48bf7de58..0
--- a/sys-fs/dwarfs/dwarfs-0.5.2-r2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit cmake check-reqs python-single-r1
-
-DESCRIPTION="A fast very high compression read-only FUSE file system"
-HOMEPAGE="https://github.com/mhx/dwarfs";
-
-SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-IUSE="python +jemalloc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-#test IUSE disabled because there is no googletest in portage tree at this 
moment
-#-DWITH_TESTS=$(usex test ON OFF)
-
-PYTHON_REQ_USE="python"
-
-DEPEND="sys-devel/flex
-   sys-devel/binutils:*"
-RDEPEND="${PYTHON_DEPS}
-   dev-libs/boost[context,threads,python?]
-   dev-libs/double-conversion
-   dev-libs/libfmt
-   dev-libs/libevent
-   dev-libs/xxhash
-   jemalloc? ( >=dev-libs/jemalloc-5.2.1 )
-   app-arch/libarchive
-   app-arch/zstd
-   app-arch/lz4
-   app-arch/xz-utils
-   app-arch/snappy
-   dev-cpp/sparsehash
-   dev-cpp/gflags
-   dev-cpp/glog[gflags]
-   sys-fs/fuse:3
-   sys-libs/binutils-libs
-   sys-libs/zlib
-   sys-libs/libunwind
-   !dev-cpp/folly"
-BDEPEND="app-text/ronn
-   dev-util/cmake
-   sys-apps/sed
-   sys-devel/bison
-   virtual/pkgconfig"
-
-CHECKREQS_DISK_BUILD="1300M"
-
-DOCS=( "README.md" "CHANGES.md" "TODO" )
-
-CMAKE_IN_SOURCE_BUILD=1
-CMAKE_WARN_UNUSED_CLI=0
-
-src_prepare(){
-   cmake_src_prepare
-   einfo "setting library path to $(get_libdir)"
-   sed "s/DESTINATION lib/DESTINATION $(get_libdir)/" -i CMakeLists.txt || 
die
-}
-
-src_configure(){
-   einfo "setting configuration flags to:"
-   mycmakeargs=(
-   -DUSE_JEMALLOC=$(usex jemalloc ON OFF)
-   -DWITH_PYTHON=$(usex python ON OFF)
-   -DPREFER_SYSTEM_ZSTD=1
-   -DPREFER_SYSTEM_XXHASH=1
-   -DWITH_LEGACY_FUSE=0
-   )
-   if use python; then mycmakeargs+=( 
-DWITH_PYTHON_VERSION=${EPYTHON#python} ); fi
-   einfo ${mycmakeargs}
-   cmake_src_configure
-}
-
-src_install(){
-   cmake_src_install
-   dolib.so libmetadata_thrift.so libthrift_light.so libdw

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/faker/

2021-04-11 Thread Hans de Graaff
commit: 7620988e91b64b7069b2e62ae154e8a34e80ab2d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 11 05:41:55 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 12 03:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7620988e

dev-ruby/faker: add 2.17.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/faker/Manifest|  1 +
 dev-ruby/faker/faker-2.17.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/faker/Manifest b/dev-ruby/faker/Manifest
index 3619d43798a..16db91657e2 100644
--- a/dev-ruby/faker/Manifest
+++ b/dev-ruby/faker/Manifest
@@ -1,3 +1,4 @@
 DIST faker-2.14.0.tar.gz 1150487 BLAKE2B 
51343e8d45d2615d180fac4845d2cc8a6509b3710528c2770e52f2e4203e458ba07e3fa4f8f7559704598379b54fe38d8d557fc6cc0b614f3695cee8265adc49
 SHA512 
3a65a65c587f9e2a12c0d7a1e5ecbb12d059146cfda944d5bca950dd2b8cbdb509722b7b181fc619f395ebb526c3f99461ed74803a79cda1b74df83c203db518
 DIST faker-2.15.1.tar.gz 1213822 BLAKE2B 
dd627078ce1edab63a3f16a5e893c29911b9bf8d88b6d490a368ec16a633e7138124ee66d439738c4f2a8e14b6d0815611ed744d5323817873a0e13f2bddfb06
 SHA512 
de3721290683a86f985c2783c749be530c3306be73d929517fb54dcde2f64b124cedfa6b10c51e390a38a0b5ac81e2feb0b491c165d0bae9f017463596794fbf
 DIST faker-2.16.0.tar.gz 1234511 BLAKE2B 
99c53c85094022b33f2213af20b642fafb885ae9cb99169aa2684697e3af9d393b73476ebcd4e7e0541777d0648a53570cd93c352316a7f86c7a2026bf02b47c
 SHA512 
b33054414ad57dd34ce0448d3b8a411d71a14bdbd66fd969007267d1969b40dc37b8d1b6622f81dfe1ed9d38b95cdd9dec699e3233195cfcdb9289d309c0a6f8
+DIST faker-2.17.0.tar.gz 1268170 BLAKE2B 
560fe5ebe8384121e720b540d0375aa50cfb40717e2ea4d438cce1918a7996fa3414a01344c26c65e2e0ac6115b3694985355543290b89500359ddc523e47304
 SHA512 
fd5e3726d881d6378c21932d97c5d92c23e8cf0e36289f6707d76474dc5ee843a731ea6c6a29bfe33564bd7521c91e1a90adff0c205c19a77b0a944766b1d159

diff --git a/dev-ruby/faker/faker-2.17.0.ebuild 
b/dev-ruby/faker/faker-2.17.0.ebuild
new file mode 100644
index 000..d9a2059ab50
--- /dev/null
+++ b/dev-ruby/faker/faker-2.17.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_GEMSPEC="faker.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for generating fake data such as names, addresses, and 
phone numbers"
+HOMEPAGE="https://github.com/stympy/faker";
+SRC_URI="https://github.com/stympy/faker/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/i18n-1.6:1 !!

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/activerecord/

2021-04-11 Thread Hans de Graaff
commit: 34f588548c50b2d37f45d126e65f49a701c17182
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 11 05:48:44 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 12 03:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f58854

dev-ruby/activerecord: fix dev-ruby/pg dependency

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/activerecord/activerecord-6.0.3.5.ebuild | 2 +-
 dev-ruby/activerecord/activerecord-6.1.2.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/activerecord/activerecord-6.0.3.5.ebuild 
b/dev-ruby/activerecord/activerecord-6.0.3.5.ebuild
index a80aa2c8e75..58c3bf61a99 100644
--- a/dev-ruby/activerecord/activerecord-6.0.3.5.ebuild
+++ b/dev-ruby/activerecord/activerecord-6.0.3.5.ebuild
@@ -31,7 +31,7 @@ ruby_add_rdepend "~dev-ruby/activesupport-${PV}
~dev-ruby/activemodel-${PV}
sqlite? ( >=dev-ruby/sqlite3-1.4 )
mysql? ( dev-ruby/mysql2:0.5 )
-   postgres? ( || ( dev-ruby/pg:1 >=dev-ruby/pg-0.18.0:0 ) )"
+   postgres? ( dev-ruby/pg:1 )"
 
 ruby_add_bdepend "
test? (

diff --git a/dev-ruby/activerecord/activerecord-6.1.2.1.ebuild 
b/dev-ruby/activerecord/activerecord-6.1.2.1.ebuild
index 6112916c72e..3ae472c4221 100644
--- a/dev-ruby/activerecord/activerecord-6.1.2.1.ebuild
+++ b/dev-ruby/activerecord/activerecord-6.1.2.1.ebuild
@@ -31,7 +31,7 @@ ruby_add_rdepend "~dev-ruby/activesupport-${PV}
~dev-ruby/activemodel-${PV}
sqlite? ( >=dev-ruby/sqlite3-1.4 )
mysql? ( dev-ruby/mysql2:0.5 )
-   postgres? ( || ( dev-ruby/pg:1 >=dev-ruby/pg-0.18.0:0 ) )"
+   postgres? ( dev-ruby/pg:1 )"
 
 ruby_add_bdepend "
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ethon/

2021-04-11 Thread Hans de Graaff
commit: fe027df7ae8af16e122e4dc0ed9225ea477b47f8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Apr 12 03:54:13 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Apr 12 03:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe027df7

dev-ruby/ethon: add 0.13.0

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ethon/Manifest|  1 +
 dev-ruby/ethon/ethon-0.13.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest
index d3f6c7cd64e..2038652911b 100644
--- a/dev-ruby/ethon/Manifest
+++ b/dev-ruby/ethon/Manifest
@@ -1 +1,2 @@
 DIST ethon-0.12.0.gem 56832 BLAKE2B 
04765dcb9599e7435c3f71b1e8c35b815123ec460dbb761360146b24acaff1aeb52a75efe5dbbacdbd11e7247743988629ce965604cdfd15cdd75ef03301d9da
 SHA512 
5fea666efdd5e2d568d0e074f205525656e202ecea3bb5ff8a8ab838a596cab349b869baffb7926227d6cfdae5b9c1cb86bb201b4c9585056c6671ab4feee596
+DIST ethon-0.13.0.gem 57344 BLAKE2B 
2d8000bba75bb2b047bfb22dbbc11f9ae77b2b2a0a00e75680f8d6eadfdb5e2dcb72dfcd314e5560f1ebe0429f6aab5b25c265c2a6079d638dff5b5e1e2284ee
 SHA512 
835de568dd701d8b7fd8848a4fd48043569b6473859bc17b2214f0d645da270303060a3dc242d9dc814edd58cb8a753a07386b18fd1ef99dea1cec52fc2e346b

diff --git a/dev-ruby/ethon/ethon-0.13.0.ebuild 
b/dev-ruby/ethon/ethon-0.13.0.ebuild
new file mode 100644
index 000..92e6a1ab5fd
--- /dev/null
+++ b/dev-ruby/ethon/ethon-0.13.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Very lightweight libcurl wrapper"
+HOMEPAGE="https://github.com/typhoeus/ethon";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND+=" net-misc/curl"
+
+ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
+
+ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -e '/bundler/I s:^:#:' \
+   -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/culmus/

2021-04-11 Thread Sam James
commit: b2605724b7a9cf8f0b9e2cb17d4588d685bd5e3c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 02:02:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2605724

media-fonts/culmus: fix doins->dodoc

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

 media-fonts/culmus/{culmus-0.120-r5.ebuild => culmus-0.120-r6.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/culmus/culmus-0.120-r5.ebuild 
b/media-fonts/culmus/culmus-0.120-r6.ebuild
similarity index 99%
rename from media-fonts/culmus/culmus-0.120-r5.ebuild
rename to media-fonts/culmus/culmus-0.120-r6.ebuild
index 71388eb2eec..b81d1de8b70 100644
--- a/media-fonts/culmus/culmus-0.120-r5.ebuild
+++ b/media-fonts/culmus/culmus-0.120-r6.ebuild
@@ -201,7 +201,7 @@ src_install() {
[[ -f ChangeLog ]] && newdoc ChangeLog{,.${font}}
newdoc README{,.${font}}
docinto ${font}
-   doins -r Samples
+   dodoc -r Samples
 
popd >/dev/null || die
done



[gentoo-commits] repo/gentoo:master commit in: games-strategy/majesty-demo/

2021-04-11 Thread Sam James
commit: 0bdb67e2da958707f06e9da1ce815e1a55cb9a86
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:39:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdb67e2

games-strategy/majesty-demo: eutils->{desktop, wrapper}

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

 games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild 
b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
index 6f11eefbab8..1511d51ed93 100644
--- a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
+++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils unpacker
+
+inherit desktop unpacker wrapper
 
 DESCRIPTION="Control your own kingdom in this simulation"
 HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=8&";



[gentoo-commits] repo/gentoo:master commit in: games-strategy/colobot/

2021-04-11 Thread Sam James
commit: 29c86e0213787b219988ac7fb891c6d6d0fc7d34
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:38:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c86e02

games-strategy/colobot: desktop--

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

 games-strategy/colobot/colobot-0.1.12.ebuild | 4 ++--
 games-strategy/colobot/colobot-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-strategy/colobot/colobot-0.1.12.ebuild 
b/games-strategy/colobot/colobot-0.1.12.ebuild
index d44fe267282..56e82f5815b 100644
--- a/games-strategy/colobot/colobot-0.1.12.ebuild
+++ b/games-strategy/colobot/colobot-0.1.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake desktop xdg-utils
+inherit cmake xdg-utils
 
 DESCRIPTION="A real-time strategy game, where you can program your bots"
 HOMEPAGE="https://colobot.info/";

diff --git a/games-strategy/colobot/colobot-.ebuild 
b/games-strategy/colobot/colobot-.ebuild
index 441ad6386dc..c70b50c9fba 100644
--- a/games-strategy/colobot/colobot-.ebuild
+++ b/games-strategy/colobot/colobot-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake desktop git-r3 xdg-utils
+inherit cmake git-r3 xdg-utils
 
 DESCRIPTION="A real-time strategy game, where you can program your bots"
 HOMEPAGE="https://colobot.info/";



[gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/

2021-04-11 Thread Sam James
commit: a922e3c91b356f615a9a5f437a2a0e9ef6314f18
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:36:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a922e3c9

games-sports/trigger: eutils->desktop

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

 games-sports/trigger/trigger-0.6.1-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild 
b/games-sports/trigger/trigger-0.6.1-r1.ebuild
index 7cd4dd0382f..71a5f7d7bfd 100644
--- a/games-sports/trigger/trigger-0.6.1-r1.ebuild
+++ b/games-sports/trigger/trigger-0.6.1-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils toolchain-funcs
+
+inherit desktop toolchain-funcs
 
 MY_PN=${PN}-rally
 MY_P=${MY_PN}-${PV}



[gentoo-commits] repo/gentoo:master commit in: games-sports/ultimatestunts/

2021-04-11 Thread Sam James
commit: c76a5bc300587dc916bcece3b5d02f3639e16c55
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:40:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a5bc3

games-sports/ultimatestunts: eutils->desktop

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

 games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild 
b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
index 7870bc36b08..137e74c6554 100644
--- a/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
+++ b/games-sports/ultimatestunts/ultimatestunts-0.7.7-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils flag-o-matic vcs-clean versionator
+inherit desktop flag-o-matic vcs-clean versionator
 
 MY_P=${PN}-srcdata-$(replace_all_version_separators)1
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/

2021-04-11 Thread Sam James
commit: 2b48cb13ce8c505cdcca7939a86715bc56253771
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 02:05:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b48cb13

games-strategy/darwinia-demo: fix dodoc->doins

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

 .../{darwinia-demo-1.3.0-r2.ebuild => darwinia-demo-1.3.0-r3.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild 
b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
similarity index 98%
rename from games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
rename to games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
index 893170dc4e0..14ce93699bc 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r3.ebuild
@@ -38,7 +38,7 @@ src_install() {
doins lib/{sounds,main,language}.dat
 
insinto "${dir}"
-   dodoc README
+   doins README
 
exeinto "${dir}"
doexe bin/Linux/x86/darwinia



[gentoo-commits] repo/gentoo:master commit in: games-strategy/darwinia-demo/

2021-04-11 Thread Sam James
commit: 79608a4799f8e8ba57a4e83bd3867b08ee5d88af
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:38:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79608a47

games-strategy/darwinia-demo: eutils->{desktop, wrapper}

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

 games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild 
b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
index fbd30a5970a..893170dc4e0 100644
--- a/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
+++ b/games-strategy/darwinia-demo/darwinia-demo-1.3.0-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils unpacker
+
+inherit desktop unpacker wrapper
 
 DESCRIPTION="Darwinia, the hyped indie game of the year. By the Uplink 
creators"
 HOMEPAGE="http://www.darwinia.co.uk/downloads/demo_linux.html";



[gentoo-commits] repo/gentoo:master commit in: games-strategy/satellite-reign/

2021-04-11 Thread Sam James
commit: 47202e4f4f9029c7aa25a978b5959f8958425528
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:37:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47202e4f

games-strategy/satellite-reign: eutils->wrapper

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

 games-strategy/satellite-reign/satellite-reign-1.13.06.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-strategy/satellite-reign/satellite-reign-1.13.06.ebuild 
b/games-strategy/satellite-reign/satellite-reign-1.13.06.ebuild
index 0af09014bd7..a8fdb593abc 100644
--- a/games-strategy/satellite-reign/satellite-reign-1.13.06.ebuild
+++ b/games-strategy/satellite-reign/satellite-reign-1.13.06.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils desktop xdg-utils
+inherit desktop wrapper xdg-utils
 
 MY_PN="SatelliteReignLinux"
 MY_PV="${PV/.}"



[gentoo-commits] repo/gentoo:master commit in: games-sports/stormbaancoureur/

2021-04-11 Thread Sam James
commit: 1fe1898b0f9795f9cb2d92754c5f4489f4c38db7
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:40:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe1898b

games-sports/stormbaancoureur: eutils->desktop

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

 games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild 
b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild
index fd84d6d9c60..9fe138c0c52 100644
--- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild
+++ b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+
+inherit desktop
 
 DESCRIPTION="Simulated obstacle course for automobiles"
 HOMEPAGE="http://www.stolk.org/stormbaancoureur/";
@@ -20,7 +21,7 @@ DEPEND="
>=media-libs/plib-1.8.4
virtual/glu
virtual/opengl"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${P}/src-${PN}
 



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/epix/

2021-04-11 Thread Sam James
commit: 9013cbdfdbe403a057a4817f74ddfc0847368793
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 02:02:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9013cbdf

sci-visualization/epix: fix doins->dodoc

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

 .../epix/{epix-1.2.11-r2.ebuild => epix-1.2.11-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/epix/epix-1.2.11-r2.ebuild 
b/sci-visualization/epix/epix-1.2.11-r3.ebuild
similarity index 95%
rename from sci-visualization/epix/epix-1.2.11-r2.ebuild
rename to sci-visualization/epix/epix-1.2.11-r3.ebuild
index 7d479a0bc44..272dd46b948 100644
--- a/sci-visualization/epix/epix-1.2.11-r2.ebuild
+++ b/sci-visualization/epix/epix-1.2.11-r3.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=5
@@ -52,7 +52,7 @@ src_install() {
if use examples; then
cd samples || die
docinto examples
-   doins *.xp *.flx *c *h README
+   dodoc *.xp *.flx *c *h README
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/diveintopython/

2021-04-11 Thread Sam James
commit: b8419f7297a3ea019eefeb2a35bdba4a3d9df751
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 02:03:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8419f72

app-doc/diveintopython: fix dodoc->doins

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

 .../{diveintopython-3.ebuild => diveintopython-3-r1.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/diveintopython/diveintopython-3.ebuild 
b/app-doc/diveintopython/diveintopython-3-r1.ebuild
similarity index 87%
rename from app-doc/diveintopython/diveintopython-3.ebuild
rename to app-doc/diveintopython/diveintopython-3-r1.ebuild
index bc2f6bfcc2c..2fce9fa8d37 100644
--- a/app-doc/diveintopython/diveintopython-3.ebuild
+++ b/app-doc/diveintopython/diveintopython-3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,6 +18,6 @@ IUSE="pdf"
 
 src_install() {
insinto "/usr/share/doc/${PN}-${SLOT}"
-   use pdf && dodoc "${P}.pdf"
+   use pdf && doins "${P}.pdf"
doins -r *
 }



[gentoo-commits] repo/gentoo:master commit in: games-strategy/spaz/

2021-04-11 Thread Sam James
commit: 0ddf4150c7ac9d37f014a3521e12bf7f9f6494d6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:37:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddf4150

games-strategy/spaz: eutils->wrapper

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

 games-strategy/spaz/spaz-1.605-r1.ebuild | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-strategy/spaz/spaz-1.605-r1.ebuild 
b/games-strategy/spaz/spaz-1.605-r1.ebuild
index 98f1843747b..3f312216a85 100644
--- a/games-strategy/spaz/spaz-1.605-r1.ebuild
+++ b/games-strategy/spaz/spaz-1.605-r1.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit desktop eutils unpacker
+
+inherit desktop unpacker wrapper
 
 DESCRIPTION="Space Pirates and Zombies"
 HOMEPAGE="http://minmax-games.com/SpacePiratesAndZombies/";
 SRC_URI="${PN}-linux-humblebundle-09182012-bin"
+S="${WORKDIR}"/data
+
 LICENSE="LOKI-EULA"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="alsa pulseaudio"
 RESTRICT="bindist fetch strip"
 
-DEPEND=""
-BDEPEND="app-arch/unzip"
 RDEPEND="
>=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)]
>=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]
 "
-
-S="${WORKDIR}"/data
+BDEPEND="app-arch/unzip"
 
 QA_PREBUILT="opt/spaz/SPAZ"
 
@@ -29,10 +29,10 @@ src_unpack() {
 }
 
 src_install() {
-   local dir="/opt/${PN}"
+   local dir=/opt/${PN}
 
-   insinto "${dir}"
-   exeinto "${dir}"
+   insinto ${dir}
+   exeinto ${dir}
doexe SPAZ
doins -r common game mods
doins audio.so



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/pingus/

2021-04-11 Thread Sam James
commit: f7036fb376e6a96055760ffe4cd1ca0676c49118
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:42:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7036fb3

games-puzzle/pingus: toolchain-funcs--

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

 games-puzzle/pingus/pingus-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/pingus/pingus-.ebuild 
b/games-puzzle/pingus/pingus-.ebuild
index a69c1c22fc7..b0083c14fd5 100644
--- a/games-puzzle/pingus/pingus-.ebuild
+++ b/games-puzzle/pingus/pingus-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake toolchain-funcs flag-o-matic xdg
+inherit cmake flag-o-matic xdg
 
 DESCRIPTION="free Lemmings clone"
 HOMEPAGE="https://pingus.gitlab.io/";



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych/

2021-04-11 Thread Sam James
commit: 01ed0eba3cb1ab4e323d233cd94d83274a9ef66d
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:43:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 02:30:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ed0eba

games-puzzle/triptych: desktop--, eutils--, wrapper++

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

 games-puzzle/triptych/triptych-1.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/triptych/triptych-1.16.ebuild 
b/games-puzzle/triptych/triptych-1.16.ebuild
index c6c262733c4..a142a6c3e78 100644
--- a/games-puzzle/triptych/triptych-1.16.ebuild
+++ b/games-puzzle/triptych/triptych-1.16.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop eutils
+inherit wrapper
 
 DESCRIPTION="Fast-paced Tetris-like puzzler"
 HOMEPAGE="http://www.chroniclogic.com/triptych.htm";



[gentoo-commits] repo/gentoo:master commit in: dev-lang/python/

2021-04-11 Thread Sam James
commit: 6575d0a79e838fcba558329e7ee2b0ac638684fe
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:34:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:35:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6575d0a7

dev-lang/python: Stabilize 2.7.18_p8 amd64, #779844

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

 dev-lang/python/python-2.7.18_p8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/python/python-2.7.18_p8.ebuild 
b/dev-lang/python/python-2.7.18_p8.ebuild
index 486a7aaa61a..a74794af575 100644
--- a/dev-lang/python/python-2.7.18_p8.ebuild
+++ b/dev-lang/python/python-2.7.18_p8.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 IUSE="-berkdb bluetooth build elibc_uclibc examples gdbm hardened ipv6 
libressl +ncurses +readline +sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tet/

2021-04-11 Thread Sam James
commit: 33a7b8fc16dac39ecc9f45c2d72e70281a186981
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a7b8fc

app-dicts/aspell-tet: Stabilize 0.1.1 ppc64, #782247

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

 app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild 
b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
index 3e02297960e..755bddfc339 100644
--- a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
+++ b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-text/aspell/

2021-04-11 Thread Sam James
commit: ac9a4ac3b5bb4b51dd670f337ec2f790d884f55a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9a4ac3

app-text/aspell: Stabilize 0.60.8-r1 ppc64, #782247

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

 app-text/aspell/aspell-0.60.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/aspell/aspell-0.60.8-r1.ebuild 
b/app-text/aspell/aspell-0.60.8-r1.ebuild
index 2d05208ffe8..debd37cf231 100644
--- a/app-text/aspell/aspell-0.60.8-r1.ebuild
+++ b/app-text/aspell/aspell-0.60.8-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="nls unicode"
 
 # All available language app-dicts/aspell-* packages.



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-yi/

2021-04-11 Thread Sam James
commit: 8ef71d0eb611fdeaac3dfdb2d0ab972da1e4aefd
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef71d0e

app-dicts/aspell-yi: Stabilize 0.01.1.1 ppc64, #782247

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

 app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild 
b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
index d4e7c0a8ab2..100416bc85f 100644
--- a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
+++ b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tk/

2021-04-11 Thread Sam James
commit: f3be28eb01a9ab8097ac0ef018a36a278306de31
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be28eb

app-dicts/aspell-tk: Stabilize 0.01.0 ppc64, #782247

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

 app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild 
b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
index 3b82bd0ce00..2ceb413a3ce 100644
--- a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
+++ b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tl/

2021-04-11 Thread Sam James
commit: b2f2c23567c17741b15c82d0f11b4317b7c393a9
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f2c235

app-dicts/aspell-tl: Stabilize 0.4.0 ppc64, #782247

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

 app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild 
b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
index 38683399efd..3c16979e9f4 100644
--- a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
+++ b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
@@ -12,4 +12,4 @@ inherit aspell-dict-r1
 
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tagalog-wordlist/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-uz/

2021-04-11 Thread Sam James
commit: 578734047229cb767d05c6bd290787899dc3013f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57873404

app-dicts/aspell-uz: Stabilize 0.6.0 ppc64, #782247

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

 app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild 
b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
index c78bad8a008..778a2d72f57 100644
--- a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
+++ b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tr/

2021-04-11 Thread Sam James
commit: 8a8f87a858b7ed4f87b23c2272bcbd2402549ca6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8f87a8

app-dicts/aspell-tr: Stabilize 0.50.0 ppc64, #782247

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

 app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild 
b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
index d9dfff5c144..11f2b9f1f8e 100644
--- a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
+++ b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Turkish"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-wa/

2021-04-11 Thread Sam James
commit: b37bec8e2e02e6381b2d405b48b62fa10ee300c6
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37bec8e

app-dicts/aspell-wa: Stabilize 0.50.0 ppc64, #782247

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

 app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild 
b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
index d3222d6c6bf..e827e1ec0eb 100644
--- a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
+++ b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Walloon"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-te/

2021-04-11 Thread Sam James
commit: de38add099e013be4d4fdebec79aa97ed28eaf1a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de38add0

app-dicts/aspell-te: Stabilize 0.01.2 ppc64, #782247

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

 app-dicts/aspell-te/aspell-te-0.01.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild 
b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
index 630b99fccb1..3f36074a1b1 100644
--- a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
+++ b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tn/

2021-04-11 Thread Sam James
commit: 8637908f06ab0e2ce8aced703c633c653c1ea396
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8637908f

app-dicts/aspell-tn: Stabilize 1.0.1.0 ppc64, #782247

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

 app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild 
b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
index 1ac3d5e2f7f..c0e53b040ed 100644
--- a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
+++ b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-zu/

2021-04-11 Thread Sam James
commit: 04b0a05a1c0804bec98282a368aaad8f2eeba781
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b0a05a

app-dicts/aspell-zu: Stabilize 0.50.0 ppc64, #782247

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

 app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild 
b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
index 0c785f4f61a..63beb7acbf5 100644
--- a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
+++ b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Zulu"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ta/

2021-04-11 Thread Sam James
commit: 48cd2376358c6d16370f06c517becbb0cf84e1cc
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cd2376

app-dicts/aspell-ta: Stabilize 20040424.1 ppc64, #782247

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

 app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild 
b/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
index 8f06cf810df..76d2b660ce6 100644
--- a/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
+++ b/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sk/

2021-04-11 Thread Sam James
commit: 8bb5de62c2e719ea1b51a3669418f90adfb87607
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb5de62

app-dicts/aspell-sk: Stabilize 2.02.0 ppc64, #782247

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

 app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild 
b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
index 48e487947f5..faa5028ee92 100644
--- a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
+++ b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
@@ -14,4 +14,4 @@ 
SRC_URI="https://spell.linux.sk/file_download/103/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sw/

2021-04-11 Thread Sam James
commit: 68ccfc159e455e1401f536dd0950249188cc60ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ccfc15

app-dicts/aspell-sw: Stabilize 0.50.0 ppc64, #782247

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

 app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild 
b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
index 03bdac30444..6602bce6abb 100644
--- a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
+++ b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Swahili Kiswahili"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt/

2021-04-11 Thread Sam James
commit: 564a7dfc05db23269d87eee53a6e22c604db23fb
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564a7dfc

app-dicts/aspell-pt: Stabilize 20190329.1.0 ppc64, #782247

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

 app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild 
b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
index ba3c100ab66..a8f83196796 100644
--- a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
+++ b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
@@ -14,4 +14,4 @@ 
SRC_URI="mirror://gnu/${PN%-*}/dict/${MY_PN/aspell-/}/${MY_P}.tar.bz2"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt-br/

2021-04-11 Thread Sam James
commit: 9ed312d6db4d43f3732295a713a077d8596f257c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed312d6

app-dicts/aspell-pt-br: Stabilize 20131030.12.0 ppc64, #782247

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

 app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild 
b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
index 25a334dc5d6..c8cd39398de 100644
--- a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
+++ b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
@@ -15,4 +15,4 @@ 
SRC_URI="mirror://gnu/${PN%%-*}/dict/${MY_ASPELL_LANG/-${PN##*-}/_${MY_ASPELL_SU
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ro/

2021-04-11 Thread Sam James
commit: e299cfd0ebd086cd6ac657e5016ff29174a84704
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e299cfd0

app-dicts/aspell-ro: Stabilize 3.3.10 ppc64, #782247

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

 app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild 
b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
index 167b15df5f5..7fc4bd8bed4 100644
--- a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
+++ b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
@@ -17,4 +17,4 @@ SRC_URI="mirror://sourceforge/rospell/${MY_P}.tar.bz2"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-qu/

2021-04-11 Thread Sam James
commit: 7099b924834e146302435d1ac150d937f3e184f7
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7099b924

app-dicts/aspell-qu: Stabilize 0.02.0 ppc64, #782247

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

 app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild 
b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
index 93da6c4fa26..419524f8e00 100644
--- a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
+++ b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2021-04-11 Thread Sam James
commit: 689e2b11b6d880de7bf357560efb0f3e2162bb24
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689e2b11

app-dicts/aspell-pl: Stabilize 6.0.20210216.0 ppc64, #782247

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

 app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
index 74c1f510dbd..b7b13ab3bb7 100644
--- a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
+++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
@@ -15,4 +15,4 @@ SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P/sjp-/}"
 
 LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sc/

2021-04-11 Thread Sam James
commit: adc1a5dbe3a753e0156f919ab19c20a12bab1259
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc1a5db

app-dicts/aspell-sc: Stabilize 1.0 ppc64, #782247

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

 app-dicts/aspell-sc/aspell-sc-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild 
b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
index 2c8e485f80a..4655397aa86 100644
--- a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
+++ b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-rw/

2021-04-11 Thread Sam James
commit: f9d5851083ea5231cdbb64f3c47e423afef02a6d
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d58510

app-dicts/aspell-rw: Stabilize 0.50.0 ppc64, #782247

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

 app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild 
b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
index f60472fa50a..475f4a7358c 100644
--- a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
+++ b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Kinyarwanda"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ny/

2021-04-11 Thread Sam James
commit: 6b994bc7fc111315614b745430f9f680318273de
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b994bc7

app-dicts/aspell-ny: Stabilize 0.01.0 ppc64, #782247

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

 app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild 
b/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild
index 740f5a2963c..154ce4084a1 100644
--- a/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild
+++ b/app-dicts/aspell-ny/aspell-ny-0.01.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-nn/

2021-04-11 Thread Sam James
commit: c6b377ce63585d6c07375ee977027260f0a31941
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b377ce

app-dicts/aspell-nn: Stabilize 0.50.1.1 ppc64, #782247

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

 app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild 
b/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild
index 6e1bbaa035c..a4efd82cb68 100644
--- a/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild
+++ b/app-dicts/aspell-nn/aspell-nn-0.50.1.1.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Norwegian Nynorsk"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-or/

2021-04-11 Thread Sam James
commit: b5039de42dbed5124580d7b4f475008b2dd4343b
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5039de4

app-dicts/aspell-or: Stabilize 0.03.1 ppc64, #782247

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

 app-dicts/aspell-or/aspell-or-0.03.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-or/aspell-or-0.03.1.ebuild 
b/app-dicts/aspell-or/aspell-or-0.03.1.ebuild
index 1263675e7ea..983ae808483 100644
--- a/app-dicts/aspell-or/aspell-or-0.03.1.ebuild
+++ b/app-dicts/aspell-or/aspell-or-0.03.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pa/

2021-04-11 Thread Sam James
commit: 22192e33e9760dface6abc2700d9b0603ee283d4
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:29:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:31:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22192e33

app-dicts/aspell-pa: Stabilize 0.01.1 ppc64, #782247

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

 app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild 
b/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
index d351b490811..42a178f57b8 100644
--- a/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
+++ b/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tr/

2021-04-11 Thread Sam James
commit: c516b107a715160301dde05866911b57549d556d
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c516b107

app-dicts/aspell-tr: Stabilize 0.50.0 x86, #782247

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

 app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild 
b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
index be6fccb46da..29e7a8ae1cd 100644
--- a/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
+++ b/app-dicts/aspell-tr/aspell-tr-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Turkish"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-text/aspell/

2021-04-11 Thread Sam James
commit: 56dfca7142aa265973b9909a2e96b3418e3d776d
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dfca71

app-text/aspell: Stabilize 0.60.8-r1 x86, #782247

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

 app-text/aspell/aspell-0.60.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/aspell/aspell-0.60.8-r1.ebuild 
b/app-text/aspell/aspell-0.60.8-r1.ebuild
index 70e130e54c3..e699429fcf2 100644
--- a/app-text/aspell/aspell-0.60.8-r1.ebuild
+++ b/app-text/aspell/aspell-0.60.8-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="nls unicode"
 
 # All available language app-dicts/aspell-* packages.



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-zu/

2021-04-11 Thread Sam James
commit: 775c68db6747a5a459459af614e2c8134d338f11
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775c68db

app-dicts/aspell-zu: Stabilize 0.50.0 x86, #782247

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

 app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild 
b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
index bd61b3c8a12..5be0f575e78 100644
--- a/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
+++ b/app-dicts/aspell-zu/aspell-zu-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Zulu"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-wa/

2021-04-11 Thread Sam James
commit: d463e4346ead13d29672aee4a068d4cbe1420f3f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d463e434

app-dicts/aspell-wa: Stabilize 0.50.0 x86, #782247

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

 app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild 
b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
index f2f00d56a97..e27128e9ae1 100644
--- a/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
+++ b/app-dicts/aspell-wa/aspell-wa-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Walloon"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-uz/

2021-04-11 Thread Sam James
commit: 5a537e76e8fc85ef83907de4762bbf04e0a67869
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a537e76

app-dicts/aspell-uz: Stabilize 0.6.0 x86, #782247

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

 app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild 
b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
index 14e750cc578..7cc45b4fb4d 100644
--- a/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
+++ b/app-dicts/aspell-uz/aspell-uz-0.6.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tn/

2021-04-11 Thread Sam James
commit: 8979377a47d306305b0a6b070c545745987fd7da
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8979377a

app-dicts/aspell-tn: Stabilize 1.0.1.0 x86, #782247

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

 app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild 
b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
index df9a86e4d2b..d2e8840879a 100644
--- a/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
+++ b/app-dicts/aspell-tn/aspell-tn-1.0.1.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/php/

2021-04-11 Thread Sam James
commit: 44526fa7bf38902225e638148b457cf14ed4967c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:25:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44526fa7

dev-lang/php: Stabilize 7.4.16 arm, #779418

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

 dev-lang/php/php-7.4.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.4.16.ebuild b/dev-lang/php/php-7.4.16.ebuild
index a3157779229..60578248154 100644
--- a/dev-lang/php/php-7.4.16.ebuild
+++ b/dev-lang/php/php-7.4.16.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2021-04-11 Thread Sam James
commit: b617486f22ee22b19a1949a78fe6f99d1ad51a15
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:25:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b617486f

media-libs/taglib: Stabilize 1.12 arm, #779733

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

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

diff --git a/media-libs/taglib/taglib-1.12.ebuild 
b/media-libs/taglib/taglib-1.12.ebuild
index b493459ec43..5735acbbaab 100644
--- a/media-libs/taglib/taglib-1.12.ebuild
+++ b/media-libs/taglib/taglib-1.12.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://taglib.github.io/";
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 SLOT="0"
 IUSE="debug doc examples test"
 



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-te/

2021-04-11 Thread Sam James
commit: 9cd194a7b3a671c48f0a31b5d6aac063eaedfd01
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd194a7

app-dicts/aspell-te: Stabilize 0.01.2 x86, #782247

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

 app-dicts/aspell-te/aspell-te-0.01.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild 
b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
index e199059c099..b289f9bc5cd 100644
--- a/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
+++ b/app-dicts/aspell-te/aspell-te-0.01.2.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



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

2021-04-11 Thread Sam James
commit: b793d5263b4dadd93df993acd262762922a21a25
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b793d526

net-p2p/syncthing: Stabilize 1.15.1 amd64, #780678

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

 net-p2p/syncthing/syncthing-1.15.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syncthing/syncthing-1.15.1.ebuild 
b/net-p2p/syncthing/syncthing-1.15.1.ebuild
index 55d78c80a06..105e2d7775a 100644
--- a/net-p2p/syncthing/syncthing-1.15.1.ebuild
+++ b/net-p2p/syncthing/syncthing-1.15.1.ebuild
@@ -691,7 +691,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 IUSE="selinux tools"
 
 RDEPEND="acct-group/syncthing



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-yi/

2021-04-11 Thread Sam James
commit: f3e5ba7c1a9a9da89efaae2765801193a389929c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e5ba7c

app-dicts/aspell-yi: Stabilize 0.01.1.1 x86, #782247

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

 app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild 
b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
index 5c8061a13ff..00f6fc806bf 100644
--- a/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
+++ b/app-dicts/aspell-yi/aspell-yi-0.01.1.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ta/

2021-04-11 Thread Sam James
commit: 7fde9676e2d8a57a6f3775d278c17d27562cebd1
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fde9676

app-dicts/aspell-ta: Stabilize 20040424.1 x86, #782247

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

 app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild 
b/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
index 8a6a0e98455..03500ee6515 100644
--- a/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
+++ b/app-dicts/aspell-ta/aspell-ta-20040424.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-rw/

2021-04-11 Thread Sam James
commit: 0f9ccdc6bd35154b94088cee7bc0ba73b4ce2d04
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9ccdc6

app-dicts/aspell-rw: Stabilize 0.50.0 x86, #782247

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

 app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild 
b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
index 67a695141f4..67b5ad4c347 100644
--- a/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
+++ b/app-dicts/aspell-rw/aspell-rw-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Kinyarwanda"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sk/

2021-04-11 Thread Sam James
commit: 273e79087fa84741648c763eec128a9d31173033
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273e7908

app-dicts/aspell-sk: Stabilize 2.02.0 x86, #782247

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

 app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild 
b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
index c9ba850b8ab..7c69cb24594 100644
--- a/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
+++ b/app-dicts/aspell-sk/aspell-sk-2.02.0.ebuild
@@ -14,4 +14,4 @@ 
SRC_URI="https://spell.linux.sk/file_download/103/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tl/

2021-04-11 Thread Sam James
commit: 795a49e76cd74253a9a943650a83659d36ce69f7
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795a49e7

app-dicts/aspell-tl: Stabilize 0.4.0 x86, #782247

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

 app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild 
b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
index 133fae1724d..96368e82f7b 100644
--- a/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
+++ b/app-dicts/aspell-tl/aspell-tl-0.4.0.ebuild
@@ -12,4 +12,4 @@ inherit aspell-dict-r1
 
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tagalog-wordlist/${MY_P}.tar.bz2";
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-ro/

2021-04-11 Thread Sam James
commit: b42efb26ce87b54eb7ece0937b5d43d4a4850f88
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42efb26

app-dicts/aspell-ro: Stabilize 3.3.10 x86, #782247

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

 app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild 
b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
index d9f0a01db5c..fbb40791897 100644
--- a/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
+++ b/app-dicts/aspell-ro/aspell-ro-3.3.10.ebuild
@@ -17,4 +17,4 @@ SRC_URI="mirror://sourceforge/rospell/${MY_P}.tar.bz2"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pa/

2021-04-11 Thread Sam James
commit: 9328480c4906aaa6d15433a1ef1ec771d383721f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9328480c

app-dicts/aspell-pa: Stabilize 0.01.1 x86, #782247

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

 app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild 
b/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
index 834ae254345..9ccdbc3ced1 100644
--- a/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
+++ b/app-dicts/aspell-pa/aspell-pa-0.01.1.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tk/

2021-04-11 Thread Sam James
commit: 4e1964100f3ef096a4c28bea361f3ee4562158bf
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e196410

app-dicts/aspell-tk: Stabilize 0.01.0 x86, #782247

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

 app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild 
b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
index 8c90af16481..bd6c8623928 100644
--- a/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
+++ b/app-dicts/aspell-tk/aspell-tk-0.01.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=5
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-tet/

2021-04-11 Thread Sam James
commit: 7e965d17d0a9faa21091bb07ebec0f6fde004cbe
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e965d17

app-dicts/aspell-tet: Stabilize 0.1.1 x86, #782247

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

 app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild 
b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
index c1bc7dc3fcd..9480b81200f 100644
--- a/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
+++ b/app-dicts/aspell-tet/aspell-tet-0.1.1.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sc/

2021-04-11 Thread Sam James
commit: ef49cb09fd5934362b9a43edae9e96a7b0693db4
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef49cb09

app-dicts/aspell-sc: Stabilize 1.0 x86, #782247

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

 app-dicts/aspell-sc/aspell-sc-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild 
b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
index dec05d95f63..9c0cf7a5ed5 100644
--- a/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
+++ b/app-dicts/aspell-sc/aspell-sc-1.0.ebuild
@@ -13,4 +13,4 @@ 
SRC_URI="https://ftp.gnu.org/gnu/${PN%-*}/dict/${PN/aspell-/}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-sw/

2021-04-11 Thread Sam James
commit: c648207b7ecdd2d7fa94dfb78d8ead4d6016e837
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c648207b

app-dicts/aspell-sw: Stabilize 0.50.0 x86, #782247

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

 app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild 
b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
index b06b3aad934..82a502ef698 100644
--- a/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
+++ b/app-dicts/aspell-sw/aspell-sw-0.50.0.ebuild
@@ -8,4 +8,4 @@ ASPELL_LANG="Swahili Kiswahili"
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt/

2021-04-11 Thread Sam James
commit: 782b7ed770dad92a707bbceeaf5757cd90ee19fb
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782b7ed7

app-dicts/aspell-pt: Stabilize 20190329.1.0 x86, #782247

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

 app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild 
b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
index 7bc72985554..7e08981fac6 100644
--- a/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
+++ b/app-dicts/aspell-pt/aspell-pt-20190329.1.0.ebuild
@@ -14,4 +14,4 @@ 
SRC_URI="mirror://gnu/${PN%-*}/dict/${MY_PN/aspell-/}/${MY_P}.tar.bz2"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-qu/

2021-04-11 Thread Sam James
commit: f8f9e8da204d8fb8eb73df16d67be0533b444e38
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f9e8da

app-dicts/aspell-qu: Stabilize 0.02.0 x86, #782247

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

 app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild 
b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
index 9f93a20f2a7..3e78f3fa212 100644
--- a/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
+++ b/app-dicts/aspell-qu/aspell-qu-0.02.0.ebuild
@@ -9,4 +9,4 @@ ASPELL_VERSION=6
 inherit aspell-dict-r1
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2021-04-11 Thread Sam James
commit: 00a9eea93c352df04c6452e2c37dc543ade8732e
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a9eea9

app-dicts/aspell-pl: Stabilize 6.0.20210216.0 x86, #782247

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

 app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
index 349c0555486..e44e596de77 100644
--- a/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
+++ b/app-dicts/aspell-pl/aspell-pl-6.0.20210216.0.ebuild
@@ -15,4 +15,4 @@ SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P/sjp-/}"
 
 LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pt-br/

2021-04-11 Thread Sam James
commit: c3758bd4abc38a7271cc720850850a8e5b60f3a8
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:24:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:26:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3758bd4

app-dicts/aspell-pt-br: Stabilize 20131030.12.0 x86, #782247

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

 app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild 
b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
index 4ebbe16e5a7..91012caaa22 100644
--- a/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
+++ b/app-dicts/aspell-pt-br/aspell-pt-br-20131030.12.0.ebuild
@@ -15,4 +15,4 @@ 
SRC_URI="mirror://gnu/${PN%%-*}/dict/${MY_ASPELL_LANG/-${PN##*-}/_${MY_ASPELL_SU
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"



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

2021-04-11 Thread Sam James
commit: 171f5f3580800106362275e6f1d0cc13b03c2dff
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:54:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:14:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171f5f35

net-p2p/fms: eutils->edos2unix

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

 net-p2p/fms/fms-0.3.82.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/fms/fms-0.3.82.ebuild b/net-p2p/fms/fms-0.3.82.ebuild
index 574d26fb3ac..e01b2b22cd0 100644
--- a/net-p2p/fms/fms-0.3.82.ebuild
+++ b/net-p2p/fms/fms-0.3.82.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-inherit eutils cmake-utils user
+inherit edos2unix cmake-utils user
 
 DESCRIPTION="A spam-resistant message board application for Freenet"
 #FMS oly has a homepage within freenet, so the closest is a wiki linking to it



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

2021-04-11 Thread Sam James
commit: 164fbf77f37ced8173e527a1aa1d36b293b99d80
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:52:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164fbf77

net-misc/nxplayer: eutils->wrapper

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

 net-misc/nxplayer/nxplayer-5.1.24.1.ebuild | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild 
b/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild
index 67c1b633110..ea546bdea49 100644
--- a/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild
+++ b/net-misc/nxplayer/nxplayer-5.1.24.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils versionator
+
+inherit versionator wrapper
 
 MY_P="nomachine-enterprise-client_$(get_version_component_range 
1-3)_$(get_version_component_range 4)"
 
@@ -10,30 +11,29 @@ DESCRIPTION="Client for NoMachine remote servers"
 HOMEPAGE="https://www.nomachine.com";
 SRC_URI="amd64? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_x86_64.tar.gz )
x86? ( 
http://download.nomachine.com/download/$(get_version_component_range 
1-2)/Linux/${MY_P}_i686.tar.gz )"
+S="${WORKDIR}"/NX/etc/NX/player/packages
+
 LICENSE="nomachine"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
 RESTRICT="strip"
 
-DEPEND=""
-RDEPEND="dev-libs/glib:2
-   dev-libs/openssl:0"
-
-S=${WORKDIR}/NX/etc/NX/player/packages
+RDEPEND="
+   dev-libs/glib:2
+   dev-libs/openssl:0
+"
 
 QA_PREBUILT="*"
 
-src_install()
-{
+src_install() {
local NXROOT=/opt/NX
 
-#  dodir /etc/NX/localhost
-#  echo 'PlayerRoot = "'"${NXROOT}"'"' > ${D}/etc/NX/localhost/player.cfg
+   #dodir /etc/NX/localhost
+   #echo 'PlayerRoot = "'"${NXROOT}"'"' > ${D}/etc/NX/localhost/player.cfg
 
dodir /opt
-   tar xozf nxclient.tar.gz -C "${D}"/opt
-   tar xozf nxplayer.tar.gz -C "${D}"/opt
+   tar xozf nxclient.tar.gz -C "${ED}"/opt
+   tar xozf nxplayer.tar.gz -C "${ED}"/opt
 
make_wrapper nxplayer ${NXROOT}/bin/nxplayer ${NXROOT} ${NXROOT}/lib 
/opt/bin
 }



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

2021-04-11 Thread Sam James
commit: e1108b9a5bfdb0937259f24be2a11ec6fab1380e
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:39:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:14:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1108b9a

net-im/kouchat: eutils->desktop

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

 net-im/kouchat/kouchat-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/kouchat/kouchat-1.1.0.ebuild 
b/net-im/kouchat/kouchat-1.1.0.ebuild
index 3c7522dc9b9..b719616ecc0 100644
--- a/net-im/kouchat/kouchat-1.1.0.ebuild
+++ b/net-im/kouchat/kouchat-1.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 JAVA_PKG_IUSE=""
 
-inherit eutils java-pkg-2 java-ant-2
+inherit desktop java-pkg-2 java-ant-2
 
 DESCRIPTION="KouChat is a simple serverless chat client for local area 
networks"
 HOMEPAGE="https://kouchat.googlecode.com/";



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

2021-04-11 Thread Sam James
commit: 713ddc8ff5ac74304c85306465d9b2f7379e569f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 11 23:25:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:14:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713ddc8f

waf-utils.eclass: mark WAF_VERBOSE as @USER_VARIABLE

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

 eclass/waf-utils.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index f22460881ef..5218706a1ab 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: waf-utils.eclass
@@ -24,6 +24,7 @@ case ${EAPI:-0} in
 esac
 
 # @ECLASS-VARIABLE: WAF_VERBOSE
+# @USER_VARIABLE
 # @DESCRIPTION:
 # Set to OFF to disable verbose messages during compilation
 # this is _not_ meant to be set in ebuilds



[gentoo-commits] repo/proj/guru:dev commit in: app-crypt/tomb/files/, app-crypt/tomb/

2021-04-11 Thread Alessandro Barbieri
commit: f843cab8ddc1a6f21ca746a608caffc89989c4f9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Apr 12 01:13:08 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Apr 12 01:13:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f843cab8

app-crypt/tomb: new package

extras will be added later

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-crypt/tomb/Manifest  |  1 +
 app-crypt/tomb/files/gtomb.patch | 13 ++
 app-crypt/tomb/metadata.xml  | 20 +
 app-crypt/tomb/tomb-2.9.ebuild   | 88 
 4 files changed, 122 insertions(+)

diff --git a/app-crypt/tomb/Manifest b/app-crypt/tomb/Manifest
new file mode 100644
index 0..df2e537ae
--- /dev/null
+++ b/app-crypt/tomb/Manifest
@@ -0,0 +1 @@
+DIST Tomb-2.9.tar.gz 4742346 BLAKE2B 
16e287295c11f711a1fbe0f6658ed9b669de52d3766f633a1d94c3cb7d08472bbd2f03e2e3bffe1076b9c182e2441a906bebcd158f547146a94b9b96daf9b5e4
 SHA512 
425ee50130cf8b8c60488ec53aa17381f54371e624ae0211a079b7148741c28d5b7c9b6623eebe987079df890ef0fad0aa8c1daa1c7fbb79dbb502e511be20b6

diff --git a/app-crypt/tomb/files/gtomb.patch b/app-crypt/tomb/files/gtomb.patch
new file mode 100644
index 0..264d306e5
--- /dev/null
+++ b/app-crypt/tomb/files/gtomb.patch
@@ -0,0 +1,13 @@
+--- a/extras/gtomb/gtomb   2021-04-12 03:01:14.803394386 +0200
 b/extras/gtomb/gtomb   2021-04-12 03:02:19.277491170 +0200
+@@ -19,8 +19,8 @@
+ # along with this source code. If not, see .
+ 
+ ver="0.8"
+-TOMBPATH="/usr/local/bin/tomb" # Set this to your tomb executable's path
+-KDFPATH="/usr/local/bin/" # Set this to the path of your KDF binaries (if 
you're using them)
++TOMBPATH="/usr/bin/tomb" # Set this to your tomb executable's path
++KDFPATH="/usr/bin/" # Set this to the path of your KDF binaries (if you're 
using them)
+ # The ones below should not need changing
+ HEXENC="$KDFPATH/tomb-kdb-hexencode"
+ GENSALT="$KDFPATH/tomb-kdb-pbkdf2-gensalt"

diff --git a/app-crypt/tomb/metadata.xml b/app-crypt/tomb/metadata.xml
new file mode 100644
index 0..c5e7c824b
--- /dev/null
+++ b/app-crypt/tomb/metadata.xml
@@ -0,0 +1,20 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+
+  j...@dyne.org
+  Denis Roio
+
+  
+  
+Tomb is an 100% free and open source system for file encryption on GNU/Linux, 
facilitating the backup of secret files. Tomb is written in code that is easy 
to review and links commonly shared components.
+Tomb generates encrypted storage folders to be opened and closed using their 
associated keyfiles, which are also protected with a password chosen by the 
user.
+A tomb is like a locked folder that can be safely transported and hidden in a 
filesystem; its keys can be kept separate, for instance keeping the tomb file 
on your computer harddisk and the key files on a USB stick.
+Tomb is a simple tool to manage encrypted storage on GNU/Linux, from the 
hashes of the dyne:bolic nesting mechanism.
+  
+

diff --git a/app-crypt/tomb/tomb-2.9.ebuild b/app-crypt/tomb/tomb-2.9.ebuild
new file mode 100644
index 0..f38553c21
--- /dev/null
+++ b/app-crypt/tomb/tomb-2.9.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+MYP="${P^}"
+DESCRIPTION="Tomb :: File Encryption on GNU/Linux"
+HOMEPAGE="https://www.dyne.org/software/tomb";
+SRC_URI="https://files.dyne.org/tomb/releases/Tomb-${PV}.tar.gz";
+LICENSE="
+   GPL-3
+   gui? ( GPL-3+ )
+"
+SLOT="0"
+KEYWORDS="~amd64"
+#todo extras/desktop extras/qt-tray extras/kdf
+IUSE="gui test"
+#test require sudo, can't be done non interactively
+RESTRICT="test"
+PATCHES=( "${FILESDIR}/gtomb.patch" )
+DOCS=(
+   AUTHORS.txt
+   ChangeLog.txt
+   KNOWN_BUGS.txt
+   README.txt
+   doc/bertini_thesis.pdf
+   doc/HACKING.txt
+   doc/KEY_SPECIFICATIONS.txt
+   doc/LinuxHDEncSettings.txt
+   doc/Luks_on_disk_format.pdf
+   doc/New_methods_in_HD_encryption.pdf
+   doc/TKS1-draft.pdf
+   doc/tomb_manpage.pdf
+)
+S="${WORKDIR}/${MYP}"
+RDEPEND="
+   app-admin/sudo
+   app-crypt/gnupg
+   app-crypt/pinentry
+   app-shells/zsh
+   sys-fs/cryptsetup
+   gui? ( gnome-extra/zenity )
+"
+BDEPEND="
+   dev-python/pygments
+   sys-devel/gettext
+"
+src_compile() {
+   export PREFIX="${EPREFIX}/usr"
+   emake
+
+   #translations
+   pushd extras/translations || die
+   emake all
+   popd || die
+
+   #documentation
+   cd doc/literate || die
+   emake
+}
+
+src_install() {
+   default
+
+   #translations
+   export PREFIX="${ED}/usr"
+   pushd extras/translations || die
+   emake install
+   popd || die
+
+   #zenity gui
+   if use gui ; t

[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-lb/

2021-04-11 Thread Sam James
commit: 4e2bf558f3a0761257d0c9776bfd112015855f64
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:50:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:07:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2bf558

net-print/cndrvcups-lb: inherit multilib for get_abi_LIBDIR

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

 net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild 
b/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild
index 6c1206f26eb..565d211983c 100644
--- a/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild
+++ b/net-print/cndrvcups-lb/cndrvcups-lb-3.70.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools multilib
 
 MY_PV="$(ver_rs 1- '')"
 SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken"



[gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/

2021-04-11 Thread Sam James
commit: 693d313cd4d48989e681f7ffc66100f728e4cb17
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 01:01:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:07:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693d313c

net-print/cndrvcups-common-lb: inherit multilib for get_abi_LIBDIR

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

 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild 
b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
index 1f67e6eb580..ed940b40c22 100644
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools toolchain-funcs
+inherit autotools multilib toolchain-funcs
 
 MY_PV="$(ver_rs 1- '')"
 SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/pppconfig/

2021-04-11 Thread Sam James
commit: 3b195af460dee3ea79a17ea1616c718e8be014a3
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:37:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:07:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b195af4

net-dialup/pppconfig: explicitly inherit l10n

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

 net-dialup/pppconfig/pppconfig-2.3.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild 
b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
index aee64ac9fa4..31aecde1b0f 100644
--- a/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
+++ b/net-dialup/pppconfig/pppconfig-2.3.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils
+inherit l10n
 
 DESCRIPTION="A text menu based utility for configuring ppp"
 HOMEPAGE="https://packages.qa.debian.org/p/pppconfig.html";



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

2021-04-11 Thread Sam James
commit: 93b865ee82c79ba1e85385a32a1af50ebac31ada
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:30:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:07:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b865ee

media-libs/gmmlib: drop useless RDEPEND assignment

Makes greps for misuse a bit harder.

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

 media-libs/gmmlib/gmmlib-20.2.2.ebuild | 2 --
 media-libs/gmmlib/gmmlib-20.2.5.ebuild | 2 --
 media-libs/gmmlib/gmmlib-20.3.2.ebuild | 2 --
 media-libs/gmmlib/gmmlib-20.4.1.ebuild | 2 --
 media-libs/gmmlib/gmmlib-.ebuild   | 2 --
 5 files changed, 10 deletions(-)

diff --git a/media-libs/gmmlib/gmmlib-20.2.2.ebuild 
b/media-libs/gmmlib/gmmlib-20.2.2.ebuild
index 1c6172411ec..0360af62aaa 100644
--- a/media-libs/gmmlib/gmmlib-20.2.2.ebuild
+++ b/media-libs/gmmlib/gmmlib-20.2.2.ebuild
@@ -31,8 +31,6 @@ IUSE="test"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="${DEPEND}"
-
 PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
 )

diff --git a/media-libs/gmmlib/gmmlib-20.2.5.ebuild 
b/media-libs/gmmlib/gmmlib-20.2.5.ebuild
index 5dae8781fc4..c2ccec30bea 100644
--- a/media-libs/gmmlib/gmmlib-20.2.5.ebuild
+++ b/media-libs/gmmlib/gmmlib-20.2.5.ebuild
@@ -31,8 +31,6 @@ IUSE="test"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="${DEPEND}"
-
 PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
 )

diff --git a/media-libs/gmmlib/gmmlib-20.3.2.ebuild 
b/media-libs/gmmlib/gmmlib-20.3.2.ebuild
index 5dae8781fc4..c2ccec30bea 100644
--- a/media-libs/gmmlib/gmmlib-20.3.2.ebuild
+++ b/media-libs/gmmlib/gmmlib-20.3.2.ebuild
@@ -31,8 +31,6 @@ IUSE="test"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="${DEPEND}"
-
 PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
 )

diff --git a/media-libs/gmmlib/gmmlib-20.4.1.ebuild 
b/media-libs/gmmlib/gmmlib-20.4.1.ebuild
index daef825f99e..cd84eca98c8 100644
--- a/media-libs/gmmlib/gmmlib-20.4.1.ebuild
+++ b/media-libs/gmmlib/gmmlib-20.4.1.ebuild
@@ -31,8 +31,6 @@ IUSE="test +custom-cflags"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="${DEPEND}"
-
 PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
"${FILESDIR}"/${PN}-20.4.1_custom_cflags.patch

diff --git a/media-libs/gmmlib/gmmlib-.ebuild 
b/media-libs/gmmlib/gmmlib-.ebuild
index 4e796e2186d..eec88a3a218 100644
--- a/media-libs/gmmlib/gmmlib-.ebuild
+++ b/media-libs/gmmlib/gmmlib-.ebuild
@@ -31,8 +31,6 @@ IUSE="test +custom-cflags"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="${DEPEND}"
-
 PATCHES=(
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
"${FILESDIR}"/${PN}-20.4.1_custom_cflags.patch



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

2021-04-11 Thread Sam James
commit: 9ae470bf4e8b8c83b9008ff47ab2ecfa26b72b15
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 00:30:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 01:07:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae470bf

media-libs/libcddb: fix DEPEND typo

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

 media-libs/libcddb/libcddb-1.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild 
b/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
index 0ea67115077..18a3a1f4777 100644
--- a/media-libs/libcddb/libcddb-1.3.2-r1.ebuild
+++ b/media-libs/libcddb/libcddb-1.3.2-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,7 +15,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 
sparc x86 ~amd64-li
 IUSE="doc static-libs"
 
 RDEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen )"
 
 RESTRICT="test"



  1   2   3   4   5   6   >