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

2021-06-22 Thread Sam James
commit: e0f4cb490c9f0e0cc4a866547933097bf64589f5
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:51:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f4cb49

sys-apps/byld: add missing sys-libs/libtermcap-compat dep

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

 sys-apps/byld/{byld-1.0.3.ebuild => byld-1.0.3-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/byld/byld-1.0.3.ebuild 
b/sys-apps/byld/byld-1.0.3-r1.ebuild
similarity index 92%
rename from sys-apps/byld/byld-1.0.3.ebuild
rename to sys-apps/byld/byld-1.0.3-r1.ebuild
index 932d28c0c9f..2f2785f8330 100644
--- a/sys-apps/byld/byld-1.0.3.ebuild
+++ b/sys-apps/byld/byld-1.0.3-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="x86"
 # bug #252054
 RESTRICT="strip"
 
-RDEPEND="sys-apps/util-linux"
+RDEPEND="sys-apps/util-linux
+   sys-libs/libtermcap-compat"
 
 QA_PREBUILT="*"
 



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

2021-06-22 Thread Sam James
commit: ad88687fbf4b228c9f129dd200e32dc8ddf14040
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:46:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:46:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad88687f

dev-libs/libverto: drop static-libs in 0.3.2

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

 dev-libs/libverto/libverto-0.3.2.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index 8e7b931f663..d6bf244ff04 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/latchset/libverto/releases/download/${PV}/${P}.tar.g
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="glib +libev libevent +threads static-libs"
+IUSE="glib +libev libevent +threads"
 REQUIRED_USE="|| ( glib libev libevent )"
 
 DEPEND="glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
@@ -39,13 +39,11 @@ multilib_src_configure() {
$(use_with libev) \
$(use_with libevent) \
$(use_with threads pthread) \
-   $(use_enable static-libs static)
+   --disable-static
 }
 
 multilib_src_install_all() {
default
 
-   if ! use static-libs ; then
-   find "${ED}" -name '*.la' -delete
-   fi
+   find "${ED}" -name '*.la' -delete
 }



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

2021-06-22 Thread Sam James
commit: c010009af59f0a3453c3d6249f0eb56e2b113fb6
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:44:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:44:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c010009a

dev-libs/libverto: add || die on find

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

 dev-libs/libverto/libverto-0.3.2.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libverto/libverto-0.3.2.ebuild 
b/dev-libs/libverto/libverto-0.3.2.ebuild
index 6693f45a2c1..8e7b931f663 100644
--- a/dev-libs/libverto/libverto-0.3.2.ebuild
+++ b/dev-libs/libverto/libverto-0.3.2.ebuild
@@ -44,5 +44,8 @@ multilib_src_configure() {
 
 multilib_src_install_all() {
default
-   use static-libs || find "${ED}" -name '*.la' -delete
+
+   if ! use static-libs ; then
+   find "${ED}" -name '*.la' -delete
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/

2021-06-22 Thread Sam James
commit: 5354d9a558dd37c811f19de650e0dc644178e669
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:39:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:39:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5354d9a5

app-crypt/mit-krb5: fix MissingUseDepDefault

tevent support was buggy and dropped in libverto.

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

 .../mit-krb5/{mit-krb5-1.18.2-r3.ebuild => mit-krb5-1.18.2-r4.ebuild}| 1 -
 .../mit-krb5/{mit-krb5-1.18.3-r1.ebuild => mit-krb5-1.18.3-r2.ebuild}| 1 -
 app-crypt/mit-krb5/{mit-krb5-1.19.1.ebuild => mit-krb5-1.19.1-r1.ebuild} | 1 -
 3 files changed, 3 deletions(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.18.2-r4.ebuild
similarity index 98%
rename from app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
rename to app-crypt/mit-krb5/mit-krb5-1.18.2-r4.ebuild
index a80fe2ba685..228d7891ac6 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.18.2-r3.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.18.2-r4.ebuild
@@ -26,7 +26,6 @@ DEPEND="
|| (
>=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
>=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
-   >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}]
)
keyutils? ( >=sys-apps/keyutils-1.5.8:=[${MULTILIB_USEDEP}] )
lmdb? ( dev-db/lmdb )

diff --git a/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.18.3-r2.ebuild
similarity index 98%
rename from app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
rename to app-crypt/mit-krb5/mit-krb5-1.18.3-r2.ebuild
index a20eb9604cb..c987ff85d93 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.18.3-r1.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.18.3-r2.ebuild
@@ -26,7 +26,6 @@ DEPEND="
|| (
>=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
>=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
-   >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}]
)
keyutils? ( >=sys-apps/keyutils-1.5.8:=[${MULTILIB_USEDEP}] )
lmdb? ( dev-db/lmdb )

diff --git a/app-crypt/mit-krb5/mit-krb5-1.19.1.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.19.1-r1.ebuild
similarity index 98%
rename from app-crypt/mit-krb5/mit-krb5-1.19.1.ebuild
rename to app-crypt/mit-krb5/mit-krb5-1.19.1-r1.ebuild
index 614baa64fce..444709b6765 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.19.1.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.19.1-r1.ebuild
@@ -26,7 +26,6 @@ DEPEND="
|| (
>=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
>=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
-   >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}]
)
keyutils? ( >=sys-apps/keyutils-1.5.8:=[${MULTILIB_USEDEP}] )
lmdb? ( dev-db/lmdb )



[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2021-06-22 Thread Sam James
commit: e1745f18d6f5734e564dbecf9e21a991a9445afc
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:43:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:43:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1745f18

sys-process/parallel: Stabilize 20210522 arm64, #797670

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

 sys-process/parallel/parallel-20210522.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/parallel/parallel-20210522.ebuild 
b/sys-process/parallel/parallel-20210522.ebuild
index 8f1eb5f6da5..fc1b2c14693 100644
--- a/sys-process/parallel/parallel-20210522.ebuild
+++ b/sys-process/parallel/parallel-20210522.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig 
)"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



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

2021-06-22 Thread Sam James
commit: 5cc2c4f5c42076e4c42a1ab5f00f9f11c710fe25
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:41:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc2c4f5

dev-perl/JSON: Stabilize 4.30.0 amd64, #797565

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

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

diff --git a/dev-perl/JSON/JSON-4.30.0.ebuild b/dev-perl/JSON/JSON-4.30.0.ebuild
index d5e8e8684b6..f517fac5d3f 100644
--- a/dev-perl/JSON/JSON-4.30.0.ebuild
+++ b/dev-perl/JSON/JSON-4.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
 
 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 
~sparc64-solaris ~x64-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 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test +xs"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/opencl-icd-loader/

2021-06-22 Thread Sam James
commit: f0a4e2cfcc7dad321afe7a8e4dcbba14566e2659
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:41:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:41:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a4e2cf

dev-libs/opencl-icd-loader: Stabilize 2021.04.29 amd64, #797505

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

 dev-libs/opencl-icd-loader/opencl-icd-loader-2021.04.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/opencl-icd-loader/opencl-icd-loader-2021.04.29.ebuild 
b/dev-libs/opencl-icd-loader/opencl-icd-loader-2021.04.29.ebuild
index e52197a4787..d7a5934c045 100644
--- a/dev-libs/opencl-icd-loader/opencl-icd-loader-2021.04.29.ebuild
+++ b/dev-libs/opencl-icd-loader/opencl-icd-loader-2021.04.29.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2021-06-22 Thread Sam James
commit: 6089dd36387a6bdda0804a71eae90a6b394e7fc8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:41:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:41:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6089dd36

sys-process/parallel: Stabilize 20210522 amd64, #797670

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

 sys-process/parallel/parallel-20210522.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/parallel/parallel-20210522.ebuild 
b/sys-process/parallel/parallel-20210522.ebuild
index df4e4dc4a9d..8f1eb5f6da5 100644
--- a/sys-process/parallel/parallel-20210522.ebuild
+++ b/sys-process/parallel/parallel-20210522.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig 
)"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



[gentoo-commits] repo/gentoo:master commit in: dev-util/opencl-headers/

2021-06-22 Thread Sam James
commit: 0ba2e600b56dcdb516f9296c06c90f7974870da7
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:41:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:41:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba2e600

dev-util/opencl-headers: Stabilize 2021.04.29 amd64, #797505

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

 dev-util/opencl-headers/opencl-headers-2021.04.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/opencl-headers/opencl-headers-2021.04.29.ebuild 
b/dev-util/opencl-headers/opencl-headers-2021.04.29.ebuild
index 0808709a2f7..df9da8806de 100644
--- a/dev-util/opencl-headers/opencl-headers-2021.04.29.ebuild
+++ b/dev-util/opencl-headers/opencl-headers-2021.04.29.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 S="${WORKDIR}/${MY_P}"
 



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

2021-06-22 Thread Sam James
commit: 94287cc713edf7ca8fd7d889f8fa7866f914d0ac
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:41:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:41:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94287cc7

dev-python/cfgv: Stabilize 3.3.0 ALLARCHES, #797511

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

 dev-python/cfgv/cfgv-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cfgv/cfgv-3.3.0.ebuild 
b/dev-python/cfgv/cfgv-3.3.0.ebuild
index 82db9c8d45a..4c3adc6e854 100644
--- a/dev-python/cfgv/cfgv-3.3.0.ebuild
+++ b/dev-python/cfgv/cfgv-3.3.0.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="amd64 ~hppa"
 
 distutils_enable_tests pytest



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

2021-06-22 Thread Sam James
commit: 9235d174f4afc607612d851e4ad5fe15e7ee50ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:41:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9235d174

dev-python/vdf: Stabilize 3.4 ALLARCHES, #797502

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

 dev-python/vdf/vdf-3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/vdf/vdf-3.4.ebuild b/dev-python/vdf/vdf-3.4.ebuild
index c8883f86281..98c07a5e8ca 100644
--- a/dev-python/vdf/vdf-3.4.ebuild
+++ b/dev-python/vdf/vdf-3.4.ebuild
@@ -13,6 +13,6 @@ 
SRC_URI="https://codeload.github.com/ValvePython/${PN}/tar.gz/v${PV} -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-perl/URI-Fetch/files/

2021-06-22 Thread Sam James
commit: c19b1988f458e736261bfea7322d1b6210346357
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 04:18:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 04:19:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19b1988

dev-perl/URI-Fetch: apply upstream patch for Perl minimum version deux

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

 .../files/URI-Fetch-0.130.0-min-perl.patch | 51 +-
 1 file changed, 50 insertions(+), 1 deletion(-)

diff --git a/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch 
b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
index 3108055dd54..1d7009309d5 100644
--- a/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
+++ b/dev-perl/URI-Fetch/files/URI-Fetch-0.130.0-min-perl.patch
@@ -1,5 +1,54 @@
-https://github.com/neilb/URI-Fetch/commit/20eba82783a5c08adc88ff1cdc7ee9433d63ae4f.patch
 https://bugs.gentoo.org/794676
+diff --git a/META.json b/META.json
+index 974e2a1..7ac7ad1 100644
+--- a/META.json
 b/META.json
+@@ -28,7 +28,7 @@
+ "URI" : "0",
+ "base" : "0",
+ "constant" : "0",
+-"perl" : "5.008_001",
++"perl" : "5.008001",
+ "strict" : "0",
+ "warnings" : "0"
+  }
+diff --git a/META.yml b/META.yml
+index d8902d3..388f6f1 100644
+--- a/META.yml
 b/META.yml
+@@ -23,7 +23,7 @@ requires:
+   URI: '0'
+   base: '0'
+   constant: '0'
+-  perl: 5.008_001
++  perl: '5.008001'
+   strict: '0'
+   warnings: '0'
+ resources:
+diff --git a/Makefile.PL b/Makefile.PL
+index d30a364..96baeaa 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -2,7 +2,7 @@
+ use strict;
+ use warnings;
+ 
+-use 5.008_001;
++use 5.008001;
+ 
+ use ExtUtils::MakeMaker;
+ 
+@@ -15,7 +15,7 @@ my %WriteMakefileArgs = (
+   "DISTNAME" => "URI-Fetch",
+   "EXE_FILES" => [],
+   "LICENSE" => "perl",
+-  "MIN_PERL_VERSION" => "5.008_001",
++  "MIN_PERL_VERSION" => "5.008001",
+   "NAME" => "URI::Fetch",
+   "PREREQ_PM" => {
+ "Carp" => 0,
+diff --git a/lib/URI/Fetch.pm b/lib/URI/Fetch.pm
+index 136669f..7615b54 100644
 --- a/lib/URI/Fetch.pm
 +++ b/lib/URI/Fetch.pm
 @@ -1,6 +1,6 @@



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libverto/, dev-libs/libverto/files/

2021-06-22 Thread Sam James
commit: e0591ebe673c173f565343b12ea2701441a1f762
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 02:56:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 02:56:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0591ebe

dev-libs/libverto: add 0.3.2

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

 dev-libs/libverto/Manifest |   1 +
 .../libverto/files/libverto-0.3.2-non-bash.patch   | 117 +
 dev-libs/libverto/libverto-0.3.2.ebuild|  48 +
 3 files changed, 166 insertions(+)

diff --git a/dev-libs/libverto/Manifest b/dev-libs/libverto/Manifest
index 9aaab2bc48e..80b26d0e95f 100644
--- a/dev-libs/libverto/Manifest
+++ b/dev-libs/libverto/Manifest
@@ -1 +1,2 @@
 DIST libverto-0.3.1.tar.gz 383390 BLAKE2B 
2d8366d85c2a02becf8fa9224d195a8d85f64aab735a0101997a52dd99750537b181a6dd2fc494b435b949b4a9cb785acb7222ba3f2424b7a7ddcf5d3c832387
 SHA512 
baef4fd280e0cb30167743608fd5a950fb4340eeb89e3630a0f63f8eab4d56f0f894a2e3283583b7ed8774d5e896c44e2c68c25882d95a07350f980af36b8740
+DIST libverto-0.3.2.tar.gz 383181 BLAKE2B 
76d43397ecd6b7839be2a588c5b668eb6657138e48b786cde6fd82bb33aa071ce5f9efa19f06765d868033fa2ef4a03cf6d43bcd087c431909d2ca17562a5a48
 SHA512 
342f20f83b8f674230fefba013505e1339dab0022e5e232c39d6763e4307088fa290b5a8e83f588e97142f5c4d190b1430288750e45f37a5fe4174d84ef85fc1

diff --git a/dev-libs/libverto/files/libverto-0.3.2-non-bash.patch 
b/dev-libs/libverto/files/libverto-0.3.2-non-bash.patch
new file mode 100644
index 000..4d035a4617a
--- /dev/null
+++ b/dev-libs/libverto/files/libverto-0.3.2-non-bash.patch
@@ -0,0 +1,117 @@
+https://github.com/latchset/libverto/pull/31
+
+Strips bashisms from configure.ac causing breakage in net-nds/gssproxy
+https://bugs.gentoo.org/762823
+
+From bf5e1eac51cd8aa801c0125b892412bb73b97b08 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Wed, 23 Jun 2021 03:29:56 +0100
+Subject: [PATCH] Fix bashisms in configure.ac
+
+'==' is not supported in POSIX shells. = is equivalent for us, so let's
+use that instead.
+
+Bug: https://bugs.gentoo.org/762823
+---
+ configure.ac | 42 +-
+ 1 file changed, 21 insertions(+), 21 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1e510dc..30b7aa4 100644
+--- a/configure.ac
 b/configure.ac
+@@ -82,15 +82,15 @@ AC_ARG_WITH([libevent],
+ 
+ # Ensure that if a builtin is chosen only one is built
+ BUILTIN_MODULE=
+-if test x$WITH_GLIB == xbuiltin; then
++if test x$WITH_GLIB = xbuiltin; then
+   BUILTIN_MODULE=glib
+   WITH_LIBEV=no
+   WITH_LIBEVENT=no
+-elif test x$WITH_LIBEV == xbuiltin; then
++elif test x$WITH_LIBEV = xbuiltin; then
+   BUILTIN_MODULE=libev
+   WITH_LIBGLIB=no
+   WITH_LIBEVENT=no
+-elif test x$WITH_LIBEVENT == xbuiltin; then
++elif test x$WITH_LIBEVENT = xbuiltin; then
+   BUILTIN_MODULE=libevent
+   WITH_LIBGLIB=no
+   WITH_LIBEV=no
+@@ -101,20 +101,20 @@ if test x$BUILTIN_MODULE != x; then
+ fi
+ 
+ # Ensure that there is only one default (convert duplicate default to yes)
+-if test x$WITH_GLIB == xdefault; then
++if test x$WITH_GLIB = xdefault; then
+   AC_DEFINE([DEFUALT_MODULE], [glib])
+-  test x$WITH_LIBEV== xdefault && WITH_LIBEV=yes
+-  test x$WITH_LIBEVENT == xdefault && WITH_LIBEVENT=yes
++  test x$WITH_LIBEV= xdefault && WITH_LIBEV=yes
++  test x$WITH_LIBEVENT = xdefault && WITH_LIBEVENT=yes
+ fi
+-if test x$WITH_LIBEV == xdefault; then
++if test x$WITH_LIBEV = xdefault; then
+   AC_DEFINE([DEFUALT_MODULE], [libev])
+-  test x$WITH_LIBGLIB  == xdefault && WITH_GLIB=yes
+-  test x$WITH_LIBEVENT == xdefault && WITH_LIBEVENT=yes
++  test x$WITH_LIBGLIB  = xdefault && WITH_GLIB=yes
++  test x$WITH_LIBEVENT = xdefault && WITH_LIBEVENT=yes
+ fi
+-if test x$WITH_LIBEVENT == xdefault; then
++if test x$WITH_LIBEVENT = xdefault; then
+   AC_DEFINE([DEFUALT_MODULE], [libevent])
+-  test x$WITH_GLIB == xdefault && WITH_GLIB=yes
+-  test x$WITH_LIBEV== xdefault && WITH_LIBEV=yes
++  test x$WITH_GLIB = xdefault && WITH_GLIB=yes
++  test x$WITH_LIBEV= xdefault && WITH_LIBEV=yes
+ fi
+ 
+ BUILD_GLIB=no
+@@ -124,7 +124,7 @@ BUILD_LIBEVENT=no
+ if test x$WITH_GLIB != xno; then
+   PKG_CHECK_MODULES([glib], [glib-2.0], [BUILD_GLIB=$WITH_GLIB],
+ [test x$WITH_GLIB != xauto && AC_MSG_ERROR("glib not 
found")])
+-  if test x$BUILD_GLIB == xauto; then
++  if test x$BUILD_GLIB = xauto; then
+ BUILD_GLIB=yes
+   fi
+ fi
+@@ -138,7 +138,7 @@ if test x$WITH_LIBEV != xno; then
+ ),
+ [test x$WITH_LIBEV != xauto && AC_MSG_ERROR("ev.h not found")]
+   )
+-  if test x$BUILD_LIBEV == xauto; then
++  if test x$BUILD_LIBEV = xauto; then
+ BUILD_LIBEV=yes
+   fi
+ fi
+@@ -146,17 +146,17 @@ fi
+ if test x$WITH_LIBEVENT != xno; then
+   PKG_CHECK_MODULES([libevent], [libevent >= 2.0], 
[BUILD_LIBEVENT=$WITH_LIBEVENT],
+ [test x$WITH_LIBEVENT != xauto 

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

2021-06-22 Thread Georgy Yakovlev
commit: 6fd70112947eeb875ce9613a39eaa7d24b1b7922
Author: Daniel M. Weeks  danweeks  net>
AuthorDate: Wed Jun 23 02:59:18 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun 23 03:46:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd70112

dev-util/bear: add libfmt subslot dep

Closes: https://bugs.gentoo.org/797715
Closes: https://github.com/gentoo/gentoo/pull/21382
Signed-off-by: Daniel M. Weeks  danweeks.net>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/bear/{bear-3.0.11-r1.ebuild => bear-3.0.11-r2.ebuild} | 2 +-
 dev-util/bear/{bear-3.0.12.ebuild => bear-3.0.12-r1.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/bear/bear-3.0.11-r1.ebuild 
b/dev-util/bear/bear-3.0.11-r2.ebuild
similarity index 98%
rename from dev-util/bear/bear-3.0.11-r1.ebuild
rename to dev-util/bear/bear-3.0.11-r2.ebuild
index 9f97558920d..97791cb96b0 100644
--- a/dev-util/bear/bear-3.0.11-r1.ebuild
+++ b/dev-util/bear/bear-3.0.11-r2.ebuild
@@ -19,7 +19,7 @@ IUSE="test"
 RDEPEND="
>=dev-cpp/nlohmann_json-3.7:=
>=dev-db/sqlite-3.14:=
-   >=dev-libs/libfmt-6.2
+   >=dev-libs/libfmt-6.2:=
dev-libs/protobuf:=
>=dev-libs/spdlog-1.5
>=net-libs/grpc-1.26:=

diff --git a/dev-util/bear/bear-3.0.12.ebuild 
b/dev-util/bear/bear-3.0.12-r1.ebuild
similarity index 98%
rename from dev-util/bear/bear-3.0.12.ebuild
rename to dev-util/bear/bear-3.0.12-r1.ebuild
index 9f97558920d..97791cb96b0 100644
--- a/dev-util/bear/bear-3.0.12.ebuild
+++ b/dev-util/bear/bear-3.0.12-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="test"
 RDEPEND="
>=dev-cpp/nlohmann_json-3.7:=
>=dev-db/sqlite-3.14:=
-   >=dev-libs/libfmt-6.2
+   >=dev-libs/libfmt-6.2:=
dev-libs/protobuf:=
>=dev-libs/spdlog-1.5
>=net-libs/grpc-1.26:=



[gentoo-commits] repo/gentoo:master commit in: games-arcade/epiar/

2021-06-22 Thread Ionen Wolkens
commit: 54be0f79213bfbb565e2c52e519d067aa243dba8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 03:11:15 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 03:29:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be0f79

games-arcade/epiar: fix startup, update deps

Unsure when this last worked, but it tries to load a missing
font path and either fails on assert failure or segfaults if
-DNDEBUG.

For now just install the font.

Signed-off-by: Ionen Wolkens  gentoo.org>

 .../{epiar-0.5.1.ebuild => epiar-0.5.1-r1.ebuild}  | 32 +++---
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/games-arcade/epiar/epiar-0.5.1.ebuild 
b/games-arcade/epiar/epiar-0.5.1-r1.ebuild
similarity index 63%
rename from games-arcade/epiar/epiar-0.5.1.ebuild
rename to games-arcade/epiar/epiar-0.5.1-r1.ebuild
index 83ff1fd13f1..ba4c0b862a2 100644
--- a/games-arcade/epiar/epiar-0.5.1.ebuild
+++ b/games-arcade/epiar/epiar-0.5.1-r1.ebuild
@@ -6,34 +6,26 @@ EAPI=7
 LUA_COMPAT=( lua5-1 )
 inherit autotools lua-single
 
-DESCRIPTION="A space adventure/combat game"
+DESCRIPTION="Space adventure/combat game"
 HOMEPAGE="https://epiar.net/;
 SRC_URI="https://github.com/cthielen/Epiar/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="
+   ${LUA_DEPS}
dev-games/physfs
dev-libs/libxml2
media-libs/ftgl
-   media-libs/libsdl[video]
+   media-libs/libsdl[opengl,sound,video]
media-libs/sdl-image[png]
-   media-libs/sdl-mixer
-   ${LUA_DEPS}
-"
-DEPEND="
-   ${RDEPEND}
-   x11-libs/libX11
-   virtual/opengl
-"
-BDEPEND="
-   app-arch/unzip
-   virtual/pkgconfig
-"
+   media-libs/sdl-mixer[vorbis]
+   virtual/opengl"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.5.1-unbundle-lua5.1.patch
@@ -44,7 +36,15 @@ src_prepare() {
default
 
# Remove bundled Lua 5.1
-   rm -rf source/lua || die
+   rm -r source/lua || die
 
eautoreconf
 }
+
+src_install() {
+   default
+
+   # Game fails to start without this otherwise missing font.
+   insinto /usr/share/epiar/resources/Fonts
+   doins resources/Fonts/FreeSansBold.ttf
+}



[gentoo-commits] repo/gentoo:master commit in: games-util/ucon64/files/, games-util/ucon64/

2021-06-22 Thread Ionen Wolkens
commit: b385e934f1bb7beab4e1a1754adbd7caf699b547
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:40:34 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b385e934

games-util/ucon64: drop 2.0.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-util/ucon64/Manifest |  1 -
 games-util/ucon64/files/ucon64-2.0.0-ovflfix.patch | 20 ---
 games-util/ucon64/files/ucon64-2.0.0-zlib.patch| 45 ---
 games-util/ucon64/ucon64-2.0.0.ebuild  | 65 --
 4 files changed, 131 deletions(-)

diff --git a/games-util/ucon64/Manifest b/games-util/ucon64/Manifest
index 2ead28e44b3..190c02eda09 100644
--- a/games-util/ucon64/Manifest
+++ b/games-util/ucon64/Manifest
@@ -1,2 +1 @@
-DIST ucon64-2.0.0-src.tar.gz 1188488 BLAKE2B 
846ea6142eb50abc8165c9abb3cc05245f891b78d786798758e393032cc59c1f30fe0e70e256e308f709870bc1cc2754df30a8fababea30eda84fd1b2b64
 SHA512 
d021fe6db9530405773e1e209bdfafe41a2bd997f275ca7fb387f9b3d8639f4581c2761cbdce859a1831d6eba9dab4d5df1019605698c6cb6a4695ab091b001c
 DIST ucon64-2.2.1-src.tar.gz 1476080 BLAKE2B 
8f7010bde2c7306f6a76dec4ce5e31975c286801e6504bf8bc99287bd7adc4ab10331a8cab308fed83ece9e13bdb01327f6d3439eba776038dbb19eb2b72cf70
 SHA512 
34453399151e5ed256fdcf387b9d32a052718b264e51b99a2be251b90589337d13cd317f8d1aa7d3c8e39c8e407b22797d4608ec6d14b99c8673ec74f349f6c2

diff --git a/games-util/ucon64/files/ucon64-2.0.0-ovflfix.patch 
b/games-util/ucon64/files/ucon64-2.0.0-ovflfix.patch
deleted file mode 100644
index 22bb9a9795f..000
--- a/games-util/ucon64/files/ucon64-2.0.0-ovflfix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/backup/lynxit.c
-+++ b/backup/lynxit.c
-@@ -561,7 +561,7 @@
-   return FALSE;
- }
- 
--  if (strcmp (header.magic, "LYNX") != 0)
-+  if (memcmp (header.magic, "LYNX", sizeof(header.magic)) != 0)
- {
-   MESSAGE (("ERROR: %s is not a lynx image\n", filename));
-   fclose (fp);
-@@ -682,7 +682,7 @@
- #endif
- 
-   memset (, 0, sizeof (st_lnx_header_t));
--  strcpy (header.magic, MAGIC_STRING);
-+  memcpy (header.magic, MAGIC_STRING, sizeof(header.magic));
-   strcpy (header.cartname, cartname);
-   strcpy (header.manufname, manufname);
-   header.page_size_bank0 = cart_analyse (BANK0);

diff --git a/games-util/ucon64/files/ucon64-2.0.0-zlib.patch 
b/games-util/ucon64/files/ucon64-2.0.0-zlib.patch
deleted file mode 100644
index d7d3b21c833..000
--- a/games-util/ucon64/files/ucon64-2.0.0-zlib.patch
+++ /dev/null
@@ -1,45 +0,0 @@
 a/misc/unzip.h
-+++ b/misc/unzip.h
-@@ -49,6 +49,10 @@
- #include "zlib.h"
- #endif
- 
-+#ifndef OF
-+#define OF(x) x
-+#endif
-+
- #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
- /* like the STRICT of WIN32, we define a pointer that cannot be converted
- from (void*) without cast */
 a/libdiscmage/unzip.h
-+++ b/libdiscmage/unzip.h
-@@ -48,6 +48,9 @@
- #ifndef _ZLIB_H
- #include "zlib.h"
- #endif
-+#ifndef OF
-+#define OF(x) x
-+#endif
- 
- #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
- /* like the STRICT of WIN32, we define a pointer that cannot be converted
 a/libdiscmage/misc_z.c
-+++ b/libdiscmage/misc_z.c
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#define Z_SOLO
- #include 
- #include "misc_z.h"
- #include "misc.h"
 a/misc/archive.c
-+++ b/misc/archive.c
-@@ -27,6 +27,7 @@
- #include 
- #include 
- #include 
-+#define Z_SOLO
- #include 
- #ifdef  HAVE_BYTESWAP_H
- #include 

diff --git a/games-util/ucon64/ucon64-2.0.0.ebuild 
b/games-util/ucon64/ucon64-2.0.0.ebuild
deleted file mode 100644
index 64f8177f6f3..000
--- a/games-util/ucon64/ucon64-2.0.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program"
-HOMEPAGE="http://ucon64.sourceforge.net/;
-SRC_URI="mirror://sourceforge/ucon64/${P}-src.tar.gz"
-S="${WORKDIR}"/${P}-src/src
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-ovflfix.patch
-   "${FILESDIR}"/${P}-zlib.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "/^CFLAGS/s/-O3/${CFLAGS}/" \
-   -e "/^LDFLAGS/s/-s$/${LDFLAGS}/" \
-   {,libdiscmage/}Makefile.in || die
-}
-
-src_configure() {
-   local myconf
-
-   if [[ ! -e "${ESYSROOT}"/usr/include/sys/io.h ]] ; then
-   ewarn "Disabling support for parallel port"
-   myconf="${myconf} --disable-parallel"
-   fi
-
-   econf ${myconf}
-}
-
-src_install() {
-   dobin ucon64
-   dolib.so libdiscmage/discmage.so
-
-   cd .. || die
-
-   docinto html
-   dodoc *.html
-   docinto html/images
-   dodoc images/*
-}
-
-pkg_postinst() {
-   echo
-   elog "In 

[gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/

2021-06-22 Thread Ionen Wolkens
commit: d0f92fdd1b674973abe64e22829ffa539f1abecf
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:45:58 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f92fdd

gui-libs/egl-wayland: drop 1.1.6

Signed-off-by: Ionen Wolkens  gentoo.org>

 gui-libs/egl-wayland/Manifest |  1 -
 gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/gui-libs/egl-wayland/Manifest b/gui-libs/egl-wayland/Manifest
index c5ab0422ed1..9f822752379 100644
--- a/gui-libs/egl-wayland/Manifest
+++ b/gui-libs/egl-wayland/Manifest
@@ -1,2 +1 @@
-DIST egl-wayland-1.1.6.tar.gz 48674 BLAKE2B 
66f58d4b841ebaaec6c0711e0dae0b3c774a7b0206f9cfd4d9e94a2c05688d563fddbbf9a60247980df00c3c493147e292bc536e2eb56de962f3b34c6215e026
 SHA512 
81fd3be3f49ad012efd31189d85666e869653f1f4004de4103f4ad13b7fda036cef432d1e30e33664ae423092dc1b86cfd2773d6542bb09d7a74720ba14e0fa4
 DIST egl-wayland-1.1.7.tar.gz 48681 BLAKE2B 
eebbd0e36045c50b39ef70292156f5cd137a51af2169b56a35d318d90ade3d4a5b94206d86246d52fda0c6c093ff25e389b1a3ccbe60595dc9661d199e30f33b
 SHA512 
edc81d9f2c617587044d5f9d35b3e355db8544e8fa1d861c1b92a5a11bc1af7d994ca8abd49ce6f462a1971f20296b4c757bdf1df0d2bfc981cdafaa839f12af

diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild 
b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild
deleted file mode 100644
index 793b2d29418..000
--- a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic meson
-
-DESCRIPTION="EGLStream-based Wayland external platform (for NVIDIA)"
-HOMEPAGE="https://github.com/NVIDIA/egl-wayland;
-SRC_URI="https://github.com/NVIDIA/egl-wayland/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   dev-libs/wayland
-   !x11-drivers/nvidia-drivers[wayland(-)]"
-DEPEND="
-   ${RDEPEND}
-   gui-libs/eglexternalplatform
-   media-libs/libglvnd"
-BDEPEND="dev-util/wayland-scanner"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-remove-werror.patch
-)
-
-src_configure() {
-   # EGLStream is not intended for X11, always build without (bug #777558)
-   append-cppflags -DEGL_NO_X11
-
-   meson_src_configure
-}
-
-src_install() {
-   meson_src_install
-
-   insinto /usr/share/egl/egl_external_platform.d
-   doins "${FILESDIR}"/10_nvidia_wayland.json
-}
-
-pkg_postinst() {
-   if [[ ! ${REPLACING_VERSIONS} ]]; then
-   elog "To use EGLStream with x11-drivers/nvidia-drivers, it is 
necessary to"
-   elog "load the nvidia-drm module with experimental 
nvidia-drm.modeset=1."
-   elog
-   elog "Can be accomplished by:"
-   elog "  echo 'options nvidia-drm modeset=1' > 
${EROOT}/etc/modprobe.d/nvidia-drm.conf"
-   elog "...then reloading the module."
-   elog
-   elog "Note that EGLStream requires support from the wayland 
compositor and"
-   elog "is not currently supported by many popular options such 
as gui-wm/sway."
-   fi
-
-   if has_version "

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/

2021-06-22 Thread Ionen Wolkens
commit: ab2e317b8c224d015e945eea9dd79795df698a83
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:20:42 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2e317b

games-roguelike/angband: drop 4.2.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-roguelike/angband/angband-4.2.1.ebuild | 106 ---
 1 file changed, 106 deletions(-)

diff --git a/games-roguelike/angband/angband-4.2.1.ebuild 
b/games-roguelike/angband/angband-4.2.1.ebuild
deleted file mode 100644
index 2582bae9915..000
--- a/games-roguelike/angband/angband-4.2.1.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop xdg-utils
-
-MAJOR_PV=$(ver_cut 1-2)
-
-DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R. 
Tolkien"
-HOMEPAGE="https://rephial.org/;
-SRC_URI="https://rephial.org/downloads/${MAJOR_PV}/${P}.tar.gz
-   https://dev.gentoo.org/~steils/distfiles/${P}-man.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+ncurses sdl sound +X"
-
-REQUIRED_USE="sound? ( sdl )
-   || ( X ncurses )"
-
-RDEPEND="X? (
-   media-fonts/font-misc-misc
-   x11-libs/libX11
-   )
-   ncurses? ( sys-libs/ncurses:0=[unicode] )
-   sdl? (
-   media-libs/libsdl2[video,X]
-   media-libs/sdl2-image
-   media-libs/sdl2-ttf
-   sound? (
-   media-libs/libsdl2[sound]
-   media-libs/sdl2-mixer[mp3]
-   )
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   sed -i -e '/libpath/s#datarootdir#datadir#' configure.ac || die
-   sed -i -e "/^.SILENT/d" mk/buildsys.mk.in || die
-
-   if use !sound ; then
-   sed -i -e 's/sounds//' lib/Makefile || die
-   fi
-
-   # Game constant files are now system config files in Angband, but
-   # users will be hidden from applying updates by default
-   {
-   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/customize/\""
-   echo "CONFIG_PROTECT_MASK=\"/etc/${PN}/gamedata/\""
-   } > "${T}"/99${PN} || die
-
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   --bindir="${EPREFIX}"/usr/bin
-   --with-private-dirs
-   $(use_enable X x11)
-   $(use_enable ncurses curses)
-   )
-   if use sdl; then
-   myconf+=(
-   --enable-sdl2
-   $(use_enable sound sdl2-mixer)
-   )
-   fi
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   dodoc changes.txt README.md
-   doman "${WORKDIR}"/${PN}.1
-   doenvd "${T}"/99${PN}
-
-   if use X || use sdl; then
-   use X && make_desktop_entry "angband -mx11" "Angband (X11)" 
"${PN}"
-   use sdl && make_desktop_entry "angband -msdl2" "Angband (SDL2)" 
"${PN}"
-
-   local s
-   for s in 16 32 128 256 512; do
-   newicon -s ${s} lib/icons/att-${s}.png "${PN}.png"
-   done
-   newicon -s scalable lib/icons/att.svg "${PN}.svg"
-   fi
-}
-
-pkg_postinst() {
-   if use X || use sdl; then
-   xdg_icon_cache_update
-   fi
-}
-
-pkg_postrm() {
-   if use X || use sdl; then
-   xdg_icon_cache_update
-   fi
-}



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

2021-06-22 Thread Ionen Wolkens
commit: 26d4c62ebb971860925bcb11b288c8d65c61c920
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:37:39 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d4c62e

games-strategy/warzone2100: drop 3.3.0, 3.4.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-strategy/warzone2100/Manifest|   2 -
 .../warzone2100/warzone2100-3.3.0.ebuild   | 112 --
 .../warzone2100/warzone2100-3.4.1.ebuild   | 126 -
 3 files changed, 240 deletions(-)

diff --git a/games-strategy/warzone2100/Manifest 
b/games-strategy/warzone2100/Manifest
index 8b42460f100..3d821e5584b 100644
--- a/games-strategy/warzone2100/Manifest
+++ b/games-strategy/warzone2100/Manifest
@@ -1,4 +1,2 @@
-DIST warzone2100-3.3.0_src.tar.xz 86605304 BLAKE2B 
70bad66966e31009de7f16a039525b2bc3e84a9991e7d95227f8789ceca7313a219044f41c0ceec0ce357e8368a30833d7dc1cc35e9575d9b56efa20b9e35c03
 SHA512 
876e36578472d9de4c00651af9b26a79bbbc85161d03c58e381aac90be710999b9091524425332e950ed42b79d872ace6848798829e7d3d7bb6ae7dae0003559
-DIST warzone2100-3.4.1.tar.xz 89169752 BLAKE2B 
a0f379e357c315e083f8ac1542297262abb48aae1f8a3e0666898e047749a8a108924b0dea000df1731fc94ccdce9e2768bbebd063a730931f7fbf9192a2
 SHA512 
26c026400e418ed3da94d96e7bb443c765ede3e0b347785ff8a9e687a5ad87afe03012c830fd509b927634484687efac951b2ef3417e7fe027ce0e684561ca84
 DIST warzone2100-4.0.1.tar.xz 337713608 BLAKE2B 
4f1bf79e71c13cd507890f2fe4131687fd70bc3b302aea68c7f17314a0d596797a34d9ab46a6736e98d823122199fb0dfcfb62b1f6b702c6d8ba99eb3c338c9e
 SHA512 
820ab41ebc0ca3e81aff67f90eb3946f6a889776b243795c0cab8dbea44d4c5c3620c849cb70fa45c40af14b9a5667823373f9887078bb2b4feb30d2af007180
 DIST warzone2100-videos-2.2.wz 571937134 BLAKE2B 
60b70a71bd920e2d72ded5d519b17db2f3db4b0289edadeb58059a21aba7038b95219dc44cb807754461d1a9bdca60f0d7698be68622b8bd64a55efa949622d3
 SHA512 
ca1a1af51296afdaca137114821508c5783f077090e665eae0f6df895855f57c43f84434706309e819417f5f35d1c649bd14e96dc9fbbb1252d30a4f9a223cf6

diff --git a/games-strategy/warzone2100/warzone2100-3.3.0.ebuild 
b/games-strategy/warzone2100/warzone2100-3.3.0.ebuild
deleted file mode 100644
index 8f0f5308698..000
--- a/games-strategy/warzone2100/warzone2100-3.3.0.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools toolchain-funcs xdg
-
-MY_PV="$(ver_cut 1-2)"
-VIDEOS_PV=2.2
-VIDEOS_P="${PN}-videos-${VIDEOS_PV}.wz"
-DESCRIPTION="3D real-time strategy game"
-HOMEPAGE="https://wz2100.net/;
-SRC_URI="mirror://sourceforge/warzone2100/${P}_src.tar.xz
-   videos? ( 
mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz
 -> ${VIDEOS_P} )"
-
-LICENSE="GPL-2+ CC-BY-SA-3.0 public-domain"
-SLOT="0"
-[[ "${PV}" == *_beta* ]] || \
-KEYWORDS="~amd64 ~x86"
-# upstream requested debug support
-IUSE="debug nls videos"
-
-# TODO: unbundle miniupnpc and quesoglc
-# quesoglc-0.7.2 is buggy: http://developer.wz2100.net/ticket/2828
-CDEPEND="
-   >=dev-games/physfs-2[zip]
-   dev-libs/openssl:0=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-libs/freetype:2
-   media-libs/glew:=
-   media-libs/harfbuzz
-   media-libs/libogg
-   media-libs/libpng:0
-   media-libs/libsdl2[opengl,video,X]
-   media-libs/libtheora
-   media-libs/libvorbis
-   media-libs/openal
-   sys-libs/zlib
-   virtual/glu
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libXrandr
-   nls? ( virtual/libintl )
-"
-DEPEND="
-   ${CDEPEND}
-   app-text/asciidoc
-   dev-libs/fribidi
-   media-libs/fontconfig
-"
-RDEPEND="
-   ${CDEPEND}
-   media-fonts/dejavu
-"
-BDEPEND="
-   app-arch/zip
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   default
-
-   sed -i -e 's/#top_builddir/top_builddir/' po/Makevars || die
-   sed '/appdata\.xml/d' -i icons/Makefile.am || die
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --localedir="${EPREFIX}"/usr/share/locale
-   --with-distributor="Gentoo ${PF}"
-   --with-icondir="${EPREFIX}"/usr/share/icons/hicolor/128x128/apps
-   --with-applicationdir="${EPREFIX}"/usr/share/applications
-   $(use_enable debug debug relaxed)
-   $(use_enable nls)
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   local HTML_DOCS=( doc/quickstartguide.html )
-   default
-   rm "${ED}"/usr/share/doc/${PF}/COPYING* || die
-   if use videos ; then
-   

[gentoo-commits] repo/gentoo:master commit in: games-strategy/uqm/, games-strategy/uqm/files/

2021-06-22 Thread Ionen Wolkens
commit: 2484bfe40619649111cc3b90c6fe62fd02fc40c1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:43:57 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2484bfe4

games-strategy/uqm: drop 0.7.0.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-strategy/uqm/Manifest  |   5 -
 games-strategy/uqm/files/uqm-0.7.0-tempdir.patch |  14 ---
 games-strategy/uqm/files/uqm-0.7.0-warning.patch |  29 --
 games-strategy/uqm/uqm-0.7.0.1.ebuild| 119 ---
 4 files changed, 167 deletions(-)

diff --git a/games-strategy/uqm/Manifest b/games-strategy/uqm/Manifest
index 4d1d520099b..0de656b099a 100644
--- a/games-strategy/uqm/Manifest
+++ b/games-strategy/uqm/Manifest
@@ -1,7 +1,3 @@
-DIST uqm-0.7.0-1-source.tgz 1591613 BLAKE2B 
400309aced671a23bf325b95bb471db2e5b9aa59a0c868bc1cf971e71ad22a7a555c68fc15be1c574e4b4a8f58b0c18c4a5f85c188b494e20b36bd09ba6de02b
 SHA512 
77255e7e4cc195d4db7f02bb95e76d41c0d72cb179b30a8cd944c4c78560485d76ad89b0bbd03102e5718d66f3b16050ef73a30b6bc8d31e1c0bfa46758badaa
-DIST uqm-0.7.0-3domusic.uqm 18980671 BLAKE2B 
e86828b8a4a2ae7aee7469a9792c3ba7f472208fe33de46f2797024331a290c1092fcae4a1d599fa002d9cd9ef0248df6cb6cda673d3c0ef90c55ae4a38afd56
 SHA512 
e7d723194685388813d72e1add9a710ecd3de9b33381dfe66acee6c31a31634ee9031ecc83c2003a5222b9381efe150a2f2a9289f8505d842182ca03b012183b
-DIST uqm-0.7.0-content.uqm 11538533 BLAKE2B 
8b654f47d8d2e66dac197b10b96fdfc62907cafc6b5b9046a84588d539349263012c5cb235a428e2cb9a8840b1ff7565035f810a8445892b3c272bb629769348
 SHA512 
c80aa9f1158d07534abc1ef625662dfcd5021cb5e8091d46b3e9a2d96a0fffbe7e9e6cc88680b43d810c8e68a580f7a0d4b62c08e9f7b948ae7f017e4ad20dd2
-DIST uqm-0.7.0-voice.uqm 115143439 BLAKE2B 
397bf018e128fc3ac95f40e087b809af58d935549489a1f317495d13be166317f2108eee9d1d5dc2283ef486df70d90aeb1808c29fd78d016fae504189a78625
 SHA512 
693a4869f8567637b112138f8a074b65919776175addbd353e3601085ee4e4bb4758daca64921c902463f5dc38baa6f7fda4ad32f3cf1786646ef48f15cdeb80
 DIST uqm-0.8.0-3domusic.uqm 18980671 BLAKE2B 
56e2eb59026fb039e068206d0490e2449e95500c78b7aad6bf2f0e639332bbc207eea6942d89b841f5cd96b506936fbd9070fb52f00bc7034a5eeddac07da235
 SHA512 
23704a1f2ee5818aed2fa6e7e69252d0f101b2e9ce03ce1f2904d3d3bd28397287e983baebffacec34d149b7e0427294c9e42fc003f3e32d2e760de67b557ab7
 DIST uqm-0.8.0-content.uqm 11547353 BLAKE2B 
f68f880e194390770dcec230c00053422cd9968486cd8918012c348e49ef925dca1cd4487fb426003d4be8e30966467603e8d57bf7e0c2269e1400e909e7e1c5
 SHA512 
52219d00cae79f0184119f6c1ec66c1e41539b40540b7e59baf225d42708a8b54b56368497129e5dbf20a77379fd36aa7d4f019cace90b40f3029e98b03eccd3
 DIST uqm-0.8.0-src.tgz 1611401 BLAKE2B 
aa7363e42c0d4cf0d3ed09e1fdb47b417dc440e22bffbb208d815f096975c95c7284aa222b3f55464b35df90894d59d5c571bbb4d3b9258c68b6043dbac22305
 SHA512 
7e964aaccd69e2d775f9e5f42a01b40b2b6d9188741330e56ecaf3888a664b33aa4271418081b7a9193a093e9fa466c947e08a6931c6b91797005a0093f19217
@@ -10,4 +6,3 @@ DIST uqm-remix-disc1.uqm 50188876 BLAKE2B 
02bf183aa9ef5460831d4bbcfa90ce4745814d
 DIST uqm-remix-disc2.uqm 60282662 BLAKE2B 
c556a99adfb11c8b90cf1de272ce5d42aaf7ec16d246572286646328ddd24b0928f013c8de7806e6545b436c2fa152e0cfd7f4851769992848d6aecb0379a433
 SHA512 
3053693417facef6d01cdb366a15c1bd2a6272961df5870c4151a928845dd76e4ac5fc59f232da5034d56fd9476d3074840a2e9f16d63dba341aeffd92827c4e
 DIST uqm-remix-disc3.uqm 39924875 BLAKE2B 
f5f495f2c3aca9d6a9a95df51379398a823cb795d85d0ccaa719676d54d7b1dbe9d1b41724eb13fabf62359d6aa72d90615de1f437e2ffde7066436fdebeb13b
 SHA512 
2337752e3a2447ab048cc6782153bbb120d2d6b890c5bfae9cbef60a46d12abf716917863286b0196bf6f5e8ef301b5f84338237520880b10cbf75e450076951
 DIST uqm-remix-disc4-1.uqm 87927958 BLAKE2B 
e1a603b07bb4d0535ff69fd7ef5f85f71cacf4fe4c95d559228ecac0a925ff4fa5f2117955e3477fd14facbfd0881994929a3f3cfdd8f62eb70d9e4314728fa6
 SHA512 
93030505d7dfc0f9de1f5d8c2a26c07b67540d67202ccfb71f6223730fbe92285011bd76dba8ff751d3e28025489a51d4804947164f9118a8e0bb742fd7803e3
-DIST uqm-remix-disc4.uqm 86545760 BLAKE2B 
d644e537ccf234ff846525d70ebe9bd910f68db78f9c7e8dc72b768f24acd98e8db587592352d575bb919561ef5c7dcf09a7e414d31d519475915c65cf65f9b7
 SHA512 
07f0fbe0b9889602eab43f376577c8e0a19c6db50bbb3f01f57836c7caab1eb18813e94d8d9f2d3098a6b6c9dc336290b7f5262c586f2fb41ffab0e2b0ba7f65

diff --git a/games-strategy/uqm/files/uqm-0.7.0-tempdir.patch 
b/games-strategy/uqm/files/uqm-0.7.0-tempdir.patch
deleted file mode 100644
index dbb693c660a..000
--- a/games-strategy/uqm/files/uqm-0.7.0-tempdir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# leaves files lying around bug #576098
-
-diff -ru uqm-0.7.0.orig/build/unix/config_functions 
uqm-0.7.0/build/unix/config_functions
 uqm-0.7.0.orig/build/unix/config_functions 2011-05-20 15:25:22.0 
-0400
-+++ uqm-0.7.0/build/unix/config_functions  2016-03-09 02:46:41.512465876 
-0500
-@@ -16,7 +16,7 @@
- #  Foundation, Inc., 

[gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink-data/

2021-06-22 Thread Ionen Wolkens
commit: 5f989e2c30bba9d6065eb2b657ebd775b593c2ca
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:33:12 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f989e2c

games-rpg/freedink-data: drop 1.08.20140901-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-rpg/freedink-data/Manifest   |  1 -
 .../freedink-data-1.08.20140901-r1.ebuild  | 26 --
 2 files changed, 27 deletions(-)

diff --git a/games-rpg/freedink-data/Manifest b/games-rpg/freedink-data/Manifest
index 963635f07a0..1afe075e64d 100644
--- a/games-rpg/freedink-data/Manifest
+++ b/games-rpg/freedink-data/Manifest
@@ -1,2 +1 @@
-DIST freedink-data-1.08.20140901.tar.gz 51303165 BLAKE2B 
28c225cf12b2bdcf0cf4cccb773e39055c756f0d031d851e697b2a47b8d82781b43ac31ae88245e67582be74fed8a67b20498d8e61231bb4106cc1a679b9ac18
 SHA512 
cdaa50610ed7e365967f6a84f6d540295ccc85bf4d11b882b49c6b97abe2b375be9880afc1e8ea31cdf22a24365d09861b9f4d1d522cc1ae685f7a8b6b4cad82
 DIST freedink-data-1.08.20170409.tar.gz 53030350 BLAKE2B 
cf7eb210ed908aed185b2c3d450492ef4265600ee8a058a4d13396de21ec543b619bca4d1a684edec69c913459489db2f1fe868b51306e52ffdf081d7245cd7d
 SHA512 
8ce6bd0de33da0edd42722c2a7d02aae54a3e8e81fc8e0a4c97d9b2b696e58eb41e05e12b3fc1cd4be72be7bcf799988d50affb3689f3fec8e2e78c878cd4afc

diff --git a/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild 
b/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild
deleted file mode 100644
index 4d58cc6494f..000
--- a/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Freedink game data"
-HOMEPAGE="http://www.freedink.org/;
-SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
-
-LICENSE="ZLIB
-   CC-BY-SA-3.0
-   CC-BY-3.0
-   Free-Art-1.3
-   GPL-2+
-   GPL-3+
-   WTFPL-2
-   OAL-1.0.1
-   public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
-   emake DESTDIR="${D}" DATADIR="/usr/share" install
-   dodoc README.txt README-REPLACEMENTS.txt
-}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/singularity/

2021-06-22 Thread Ionen Wolkens
commit: 99833cb6e8276113e32a31f3474042c8d3a0001a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:34:56 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99833cb6

games-simulation/singularity: drop 1.0_alpha1-r2

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-simulation/singularity/Manifest  |  1 -
 .../singularity/singularity-1.0_alpha1-r2.ebuild   | 52 --
 2 files changed, 53 deletions(-)

diff --git a/games-simulation/singularity/Manifest 
b/games-simulation/singularity/Manifest
index b6a2bca0922..e1c83f6ea1e 100644
--- a/games-simulation/singularity/Manifest
+++ b/games-simulation/singularity/Manifest
@@ -1,3 +1,2 @@
 DIST endgame-singularity-music-007.zip 51774799 BLAKE2B 
78595b16e422d2312be860686aca9401f6f1eed35fe40dbbc3a3999b1feb5e32aa6d51a66d94c9241aca2b6606bb7135491298b94c8033a1437c2cd7b23f9120
 SHA512 
ab46e77c833085f0c5b1b46fef72ab807e79ca422ad043ef67a4bf4384cb0177319f21b4bd01496e6c3fc6fe9a2f36ec256e19f0e829ad7bf9f0c5bd38bf0fe5
 DIST singularity-1.00.tar.gz 1944972 BLAKE2B 
1ca2b120311a19f175014835930610583e8f605dbda3ca3ca96d7e0da86bddeb4b0a264f50a003aa51e05b86ce971255ffda5f498598dde6be370b9a953eb1d0
 SHA512 
f3581048c5a535fdbd28d2af1ac596f5396fd712b716931f17de75f8b170f0e226deb2c113023357e21e7de1294e4a632515962df9ee43768baf0fb4bbaa08da
-DIST singularity-1.0a1.tar.gz 1927083 BLAKE2B 
aeed099dd33c135f5b2e21f5e907646f32aaa0879a1b2e1f09c19045499ae52b004a8f52fee72bfe0977805899e4c7cdff6abf36e9fd3604f73cba7e395c265e
 SHA512 
8ce624a50819e0abc04fd81a1d7658eab64ea8325de0a5790ec2a92e5fa6b62cfef8fe705fe8b209194c05927e3cf5adfc6f48934e0a70edf8b251c24084fc25

diff --git a/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild 
b/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
deleted file mode 100644
index f9ce06c85c2..000
--- a/games-simulation/singularity/singularity-1.0_alpha1-r2.ebuild
+++ /dev/null
@@ -1,52 +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} )
-
-inherit desktop python-single-r1 wrapper
-
-MUSIC="endgame-${PN}-music-007"
-DESCRIPTION="Simulation of a true AI. Go from computer to computer, chased by 
the whole world"
-HOMEPAGE="http://www.emhsoft.com/singularity/ 
https://github.com/singularity/singularity;
-SRC_URI="https://github.com/singularity/singularity/releases/download/${P/_alpha/a}/${P/_alpha/a}.tar.gz
-   http://emhsoft.com/singularity/${MUSIC}.zip;
-S="${WORKDIR}"/${P/_alpha/a}
-
-LICENSE="GPL-2 CC-BY-SA-2.5"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/numpy[${PYTHON_MULTI_USEDEP}]
-   dev-python/pygame[${PYTHON_MULTI_USEDEP}]
-   dev-python/polib[${PYTHON_MULTI_USEDEP}]
-   ')
-"
-# sdl-mixer is used at runtime (through pygame)
-# bug #731702
-RDEPEND="
-   ${DEPEND}
-   media-libs/sdl-mixer[vorbis,wav]
-   !sys-cluster/singularity
-"
-BDEPEND="app-arch/unzip"
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r "${PN}" "${PN}.py"
-
-   python_optimize "${ED}/usr/share/${PN}"
-
-   insinto /usr/share/${PN}/${PN}/music
-   doins "${WORKDIR}"/${MUSIC}/*
-
-   make_wrapper ${PN} "${EPYTHON} ${PN}.py" /usr/share/${PN}
-   dodoc README.txt TODO Changelog AUTHORS
-
-   domenu "${PN}.desktop"
-   newicon "${PN}"/data/themes/default/images/icon.png "${PN}.png"
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/braincurses/files/, games-puzzle/braincurses/

2021-06-22 Thread Ionen Wolkens
commit: f22e1df86e616bdccabf8f68a3384166ffef3c3a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:18:58 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22e1df8

games-puzzle/braincurses: drop 0.5b-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-puzzle/braincurses/Manifest  |  1 -
 .../braincurses/braincurses-0.5b-r1.ebuild | 34 --
 .../files/braincurses-0.5b-as-needed.patch | 27 -
 .../braincurses/files/braincurses-0.5b-gcc43.patch | 10 ---
 4 files changed, 72 deletions(-)

diff --git a/games-puzzle/braincurses/Manifest 
b/games-puzzle/braincurses/Manifest
index 2e86dc43c6b..4f6f15740e7 100644
--- a/games-puzzle/braincurses/Manifest
+++ b/games-puzzle/braincurses/Manifest
@@ -1,2 +1 @@
-DIST braincurses-0.5b.tar.gz 18487 BLAKE2B 
4d3874eb6625781e866ba2250da45ff165d662abaeabda2c4525bb300479b33e1efb91f997165310b7a4edc61f81ac841b00b940d319ef0c18b8684dd5355d60
 SHA512 
7f90da3a5c480e0bf736dd4a53efc08abeb85969e727882e3d06f888b2a4b6002f9fd9bc1554ac2256c9821dea5fabf2638eba4a672046a09c1adb8690803a0e
 DIST braincurses-1.1.0.tar.gz 12996 BLAKE2B 
3f0c5edabd65175e581280413f7fea841d4d4b7ff9f4b39c4c3a0084e0e4c0a159605fe9ed320769a9bc85d671845af115456df33305e20f1eef6c53626c01a4
 SHA512 
7f27512c321ca2f2c3b38a891fc4e1ab0e2371412ada827f69dc262e27abbf750861b7ab859d0d8407ba25e4814ea6c33bc36a2c8ccdeda4977fa4bebb5457cd

diff --git a/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild 
b/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild
deleted file mode 100644
index 37bd4eef30f..000
--- a/games-puzzle/braincurses/braincurses-0.5b-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="An ncurses-based mastermind clone"
-HOMEPAGE="https://github.com/bderrly/braincurses;
-SRC_URI="mirror://sourceforge/braincurses/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   default
-
-   eapply "${FILESDIR}"/${P}-gcc43.patch \
-   "${FILESDIR}"/${P}-as-needed.patch
-
-   # fix buffer overflow (bug #301033)
-   sed -i \
-   -e 's/guessLabel\[2/guessLabel[3/' \
-   curses/windows.cpp \
-   || die 'sed failed'
-}
-
-src_install() {
-   dobin braincurses
-   einstalldocs
-}

diff --git a/games-puzzle/braincurses/files/braincurses-0.5b-as-needed.patch 
b/games-puzzle/braincurses/files/braincurses-0.5b-as-needed.patch
deleted file mode 100644
index 2101602c637..000
--- a/games-puzzle/braincurses/files/braincurses-0.5b-as-needed.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 a/Makefile.old 2009-02-09 16:04:47.0 +0100
-+++ b/Makefile 2009-02-09 16:14:41.0 +0100
-@@ -1,22 +1,9 @@
- # Makefile for braincurses game
- # written by Brian Derr
- 
--CC=g++
--CFLAGS=-Wall
--CURSES_LIBS=-lncurses
-+LDLIBS=-lncurses
- 
--ncurses: curses/windows.o braincurses.o 
--  ${CC} ${CURSES_LIBS} ${CFLAGS} -o braincurses curses/windows.o \
--  braincurses.o
--
--windows.o: windows.cpp
--  ${CC} ${CFLAGS} -c curses/windows.cpp
--
--braincurses.o: braincurses.cpp
--  ${CC} ${CFLAGS} -c braincurses.cpp
--
--#top_scores.o: top_scores.cpp
--# ${CC} ${CFLAGS} -c top_scores.cpp
-+braincurses: curses/windows.cpp braincurses.cpp 
- 
- install:
-   install -o root -g root braincurses /usr/local/bin/

diff --git a/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch 
b/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch
deleted file mode 100644
index 6fa5509a778..000
--- a/games-puzzle/braincurses/files/braincurses-0.5b-gcc43.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/braincurses.h
-+++ b/braincurses.h
-@@ -12,6 +12,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mednafen/

2021-06-22 Thread Ionen Wolkens
commit: 6c42beb1ae42791f3f752ea6d96787ea6b7ea1b0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:45:29 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c42beb1

games-emulation/mednafen: drop 1.26.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-emulation/mednafen/Manifest   |  1 -
 games-emulation/mednafen/mednafen-1.26.1.ebuild | 74 -
 2 files changed, 75 deletions(-)

diff --git a/games-emulation/mednafen/Manifest 
b/games-emulation/mednafen/Manifest
index 3aabde11efd..5ef17b7c8d8 100644
--- a/games-emulation/mednafen/Manifest
+++ b/games-emulation/mednafen/Manifest
@@ -1,2 +1 @@
-DIST mednafen-1.26.1.tar.xz 3319756 BLAKE2B 
d306a0754ed0c64a99cee4eacfa47f5f46ca059026bfc2ef6bfff4be82e914a2882a864538c8cb6bb948cdb9bd53651d931b033446015ad06be309893a2bfef7
 SHA512 
c91db3967c09a475fcd3410eb6892a99f3cf2ca2c5a78173669aa52c2e588819595d1d140e0c1888f48885327a9381c64cfb8f2074be8067984a4414c6f282bf
 DIST mednafen-1.27.1.tar.xz 3363540 BLAKE2B 
f74c251300af2348db00d68ef2cd998bdf4d6fb06873e03e0027d836b5b1217901b1e2cf922877b1db4c278ba4cc2674e4875a17fff52a3b8be5a447670a6385
 SHA512 
f55d86baa8c77fc98aae63a38235eb64f64131f180c40ed1ac7cd2ad845230348fbba05643eb5e6af203e56c39c8011b632d2bcecbd2c9f2c19b2447f6b99e83

diff --git a/games-emulation/mednafen/mednafen-1.26.1.ebuild 
b/games-emulation/mednafen/mednafen-1.26.1.ebuild
deleted file mode 100644
index 1fb74cdae5e..000
--- a/games-emulation/mednafen/mednafen-1.26.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic pax-utils toolchain-funcs
-
-DESCRIPTION="Argument-driven multi-system emulator utilizing OpenGL and SDL"
-HOMEPAGE="https://mednafen.github.io/;
-SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz;
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa cpu_flags_ppc_altivec jack +sndfile"
-
-RDEPEND="
-   dev-libs/lzo:2
-   dev-libs/trio
-   media-libs/libsdl2[joystick,opengl,video]
-   media-libs/tremor
-   media-sound/musepack-tools
-   sys-libs/zlib:=[minizip]
-   virtual/libintl
-   alsa? ( media-libs/alsa-lib )
-   jack? ( virtual/jack )
-   sndfile? ( media-libs/libsndfile )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   # don't let the build system mess with CFLAGS more than necessary,
-   # most are questionable (see README.PORTING/configure.ac comments)
-   # -fwrapv: kept for bug #539992
-   sed -e '/CC_OPT.*CODEGEN_FLAGS/{/-fwrapv/!d}' \
-   -e '/CC_OPT.*NO_STACK_PROTECTOR_FLAGS/d' \
-   -e '/CC_OPT.*OPTIMIZER_FLAGS/c\:' \
-   -e '/CC_OPT.*-mtune.*SS_EXTRA_FLAGS/d' \
-   -i configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   # disable unnecessary warnings not to confuse users (see src/types.h)
-   append-cppflags -DMDFN_DISABLE_{NO_OPT,PICPIE}_ERRWARN
-
-   local myeconfargs=(
-   $(use_enable alsa)
-   $(use_enable cpu_flags_ppc_altivec altivec)
-   $(use_enable jack)
-   $(use_with sndfile libsndfile)
-   --with-external-{lzo,mpcdec,tremor,trio}
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   local DOCS=(
-   ChangeLog
-   
Documentation/{cheats.txt,fname_format.txt,modules.def,settings.def}
-   )
-   local HTML_DOCS=( Documentation/*.{css,html,png} )
-   default
-   pax-mark m "${ED}"/usr/bin/mednafen
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/epiar/files/, games-arcade/epiar/

2021-06-22 Thread Ionen Wolkens
commit: ff443e5c584aeb3212348ed4c5d6f6c3509861c3
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:03:45 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff443e5c

games-arcade/epiar: drop 0.5-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/epiar/Manifest|   1 -
 games-arcade/epiar/epiar-0.5-r1.ebuild |  66 ---
 .../epiar/files/epiar-0.5-Makefile.linux.patch |  20 -
 games-arcade/epiar/files/epiar-0.5-gcc41.patch |  10 -
 games-arcade/epiar/files/epiar-0.5-paths.patch |  86 
 .../epiar/files/epiar-0.5-respect-CC.patch |  37 --
 games-arcade/epiar/files/epiar-0.5-underlink.patch |  10 -
 .../epiar/files/epiar-0.5-unsilence-build.patch| 445 -
 8 files changed, 675 deletions(-)

diff --git a/games-arcade/epiar/Manifest b/games-arcade/epiar/Manifest
index 2c4d09e0caa..269567abfb5 100644
--- a/games-arcade/epiar/Manifest
+++ b/games-arcade/epiar/Manifest
@@ -1,2 +1 @@
-DIST epiar-0.5.0-src.zip 8809392 BLAKE2B 
c29c541f5841da91d13f7ccddfa2d2175265a434ae03e2ed87a64cd5c177d7139ff2cf44ec679ec023fe783427868f0f234c6f5f49d0d52ab08be852d424ba59
 SHA512 
22d8655aefd3aa071de064aeeed40d8780fb32ee702e657c8b8a723c381b6825ae9b5820cf5b29991e14bc264c443d0b24f88656b4997a6270383aa080c15f3e
 DIST epiar-0.5.1.tar.gz 35576547 BLAKE2B 
6648eeccbe86e6935f53d83e5a58aa5839dbec2f5a8c408fd4d8a95e303daa8877c001f5dd4e37a2b72b3c24df646236c850c57c1a1d000fca63177cf075c729
 SHA512 
ce09aaafc455f3f9721d46a1703bf110ae00041234627b2b5fb4a9489f38672d0d0600b01a65d210728a50b596a51aacddc525d50d1138a6959db421b9384c40

diff --git a/games-arcade/epiar/epiar-0.5-r1.ebuild 
b/games-arcade/epiar/epiar-0.5-r1.ebuild
deleted file mode 100644
index ba57731041d..000
--- a/games-arcade/epiar/epiar-0.5-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="A space adventure/combat game"
-HOMEPAGE="https://sourceforge.net/projects/epiar/;
-SRC_URI="mirror://sourceforge/epiar/${P}.0-src.zip"
-S="${WORKDIR}"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-
-RDEPEND="
-   media-libs/libsdl[video]
-   media-libs/sdl-image[png]
-"
-DEPEND="
-   ${RDEPEND}
-   x11-libs/libX11
-   virtual/opengl
-"
-BDEPEND="app-arch/unzip"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-paths.patch
-   "${FILESDIR}"/${P}-gcc41.patch
-   "${FILESDIR}"/${P}-Makefile.linux.patch
-   "${FILESDIR}"/${P}-underlink.patch
-   "${FILESDIR}"/${P}-unsilence-build.patch
-   "${FILESDIR}"/${P}-respect-CC.patch
-)
-
-src_prepare() {
-   default
-
-   append-cflags -fcommon
-
-   sed -i \
-   -e "/^CFLAGS/s:-pg -g:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:" \
-   Makefile.linux || die
-
-   sed -i \
-   -e "s:GENTOO_DATADIR:/usr/share/${PN}/:" \
-   src/main.c || die
-}
-
-src_compile() {
-   emake \
-   -j1 \
-   -f Makefile.linux \
-   CC="$(tc-getCC)"
-}
-
-src_install() {
-   dobin epiar
-
-   insinto /usr/share/${PN}
-   doins -r missions *.eaf
-
-   keepdir /usr/share/${PN}/plugins
-   dodoc AUTHORS ChangeLog README
-}

diff --git a/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch 
b/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch
deleted file mode 100644
index baf89abc3f9..000
--- a/games-arcade/epiar/files/epiar-0.5-Makefile.linux.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/Makefile.linux
-+++ b/Makefile.linux
-@@ -24,7 +24,7 @@
-   @echo Building Epiar 0.5.0 ...
-   @$(CC) $(CFLAGS) -I/usr/X11R6/lib/ $(OBJS) -o epiar $(LIBS)
-   @echo Building plugins ...
--  @make -f Makefile.linux plugin
-+  @$(MAKE) -f Makefile.linux plugin
-   @echo Epiar 0.5.0 build complete.
-   @echo
-   @echo Type './epiar' to play.
-@@ -33,7 +33,7 @@
-   @echo Building Epiar 0.5.0 and linking statically ...
-   @$(CC) $(CFLAGS) -L/usr/X11R6/lib -L/opt/gnome-2.1/lib $(OBJS) -o epiar 
$(STATIC_LIBS)
-   @echo Building plugins ...
--  @make plugin
-+  @$(MAKE) plugin
-   @echo Epiar 0.5.0 build complete.
-   @echo
-   @echo Type './epiar' to play.

diff --git a/games-arcade/epiar/files/epiar-0.5-gcc41.patch 
b/games-arcade/epiar/files/epiar-0.5-gcc41.patch
deleted file mode 100644
index 7bc0e28d99c..000
--- a/games-arcade/epiar/files/epiar-0.5-gcc41.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/game/game.h
-+++ b/src/game/game.h
-@@ -2,7 +2,6 @@
- #include "includes.h"
- 
- extern Uint32 average_loop_time;
--extern Uint32 game_start_time;
- extern Uint32 total_play_time, total_frames_drawn;
- extern float average_session_fps, current_fps;
- 

diff --git 

[gentoo-commits] repo/gentoo:master commit in: games-arcade/sdb/

2021-06-22 Thread Ionen Wolkens
commit: 8bcb1024a1ded07b09bbaaebdf3c707c3fb8dcfd
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:06:33 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bcb1024

games-arcade/sdb: drop 1.0.2-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/sdb/sdb-1.0.2-r1.ebuild | 54 
 1 file changed, 54 deletions(-)

diff --git a/games-arcade/sdb/sdb-1.0.2-r1.ebuild 
b/games-arcade/sdb/sdb-1.0.2-r1.ebuild
deleted file mode 100644
index 6456cfc460c..000
--- a/games-arcade/sdb/sdb-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit desktop toolchain-funcs
-
-DESCRIPTION="A 2D top-down action game; escape a facility full of walking 
death machines"
-HOMEPAGE="http://sdb.gamecreation.org/;
-SRC_URI="http://gcsociety.sp.cs.cmu.edu/~frenzy/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
-   media-libs/libsdl
-   media-libs/sdl-image[png]
-   media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-endian.patch
-   "${FILESDIR}"/${P}-gcc43.patch
-   "${FILESDIR}"/${P}-ldflags.patch
-   "${FILESDIR}"/${P}-gcc-11.patch
-)
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:models/:/usr/share/${PN}/models/:" \
-   -e "s:snd/:/usr/share/${PN}/snd/:" \
-   -e "s:sprites/:/usr/share/${PN}/sprites/:" \
-   -e "s:levels/:/usr/share/${PN}/levels/:" \
-   src/sdb.h src/game.cpp || die "setting game paths"
-}
-
-src_compile() {
-   emake \
-   -C src \
-   CXXFLAGS="${CXXFLAGS} $(sdl-config --cflags)" \
-   CC=$(tc-getCC) \
-   CPP=$(tc-getCXX)
-}
-
-src_install() {
-   dobin src/sdb
-   insinto /usr/share/${PN}
-   doins -r levels models snd sprites
-   newicon sprites/barrel.png ${PN}.png
-   make_desktop_entry sdb "Shotgun Debugger"
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: games-action/bzflag/

2021-06-22 Thread Ionen Wolkens
commit: 3439118ee68f40cfbe2cb415ff7222d00ce5ff8f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:56:59 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3439118e

games-action/bzflag: drop 2.4.20

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/bzflag/Manifest |  1 -
 games-action/bzflag/bzflag-2.4.20.ebuild | 73 
 2 files changed, 74 deletions(-)

diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index 878f716476d..376b5c67689 100644
--- a/games-action/bzflag/Manifest
+++ b/games-action/bzflag/Manifest
@@ -1,2 +1 @@
-DIST bzflag-2.4.20.tar.bz2 14032356 BLAKE2B 
278b0f0d970f103a7b00953e60bda6962706dea27a8695bae8e902bdbb1364158ace03dafc778871e89444fe44f16e7d2fceec36b67982ad7f18fc916484260d
 SHA512 
6140123d37065bead3021ef9c36db1210ad2c71a4a7deb6894bb3f856a571197a7eac37d16b8e3b587549dc201c4ac8d7bbe03d1a05d067dc452861924005169
 DIST bzflag-2.4.22.tar.bz2 14169079 BLAKE2B 
e3020d161326215b721e142198295314fce60212322d787389ee47519a8f20a64065ec2744799b8dc282fb343af1b2c5ae54bdab93827a5716ad5ac2363f8978
 SHA512 
c78ad0e9e861d0c922ef73dd1e040d998836efaab3a48d5a3cd8392835ce37392b1b9438aed7483ea48c6bce672bb937aeba40553553dce0c0fd3cce38bf10cf

diff --git a/games-action/bzflag/bzflag-2.4.20.ebuild 
b/games-action/bzflag/bzflag-2.4.20.ebuild
deleted file mode 100644
index 0639921ed52..000
--- a/games-action/bzflag/bzflag-2.4.20.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-DESCRIPTION="3D tank combat simulator game"
-HOMEPAGE="https://www.bzflag.org/;
-SRC_URI="https://download.bzflag.org/bzflag/source/${PV}/${P}.tar.bz2;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated upnp"
-
-RDEPEND="
-   net-dns/c-ares
-   >=net-misc/curl-7.15.0
-   sys-libs/ncurses:0
-   sys-libs/zlib
-   !dedicated? (
-   media-libs/libsdl2[joystick,sound,video]
-   media-libs/glew:=
-   virtual/glu
-   virtual/opengl )
-   upnp? ( net-libs/miniupnpc )
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.4.12-configure.patch
-   "${FILESDIR}"/${PN}-2.4.12-tinfo.patch
-   "${FILESDIR}"/${PN}-2.4.12-sdl2-cppflags.patch
-)
-
-DOCS=( AUTHORS ChangeLog DEVINFO PORTING README README.Linux )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable upnp UPnP)
-   --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN}
-   )
-
-   if use dedicated ; then
-   ewarn
-   ewarn "You are building a server-only copy of BZFlag"
-   ewarn
-   myconf+=( --disable-client --without-SDL )
-   else
-   myconf=( --with-SDL=2 )
-   fi
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   if ! use dedicated ; then
-   newicon data/bzflag-48x48.png ${PN}.png
-   make_desktop_entry ${PN} "BZFlag"
-   fi
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/cosmosmash/

2021-06-22 Thread Ionen Wolkens
commit: 42daa46392d3bd420ae6b1da38ffea15011c975f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:00:54 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42daa463

games-arcade/cosmosmash: drop 1.4.7-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/cosmosmash/Manifest   |  1 -
 games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/games-arcade/cosmosmash/Manifest b/games-arcade/cosmosmash/Manifest
index 9f94f69f939..1ebc55d1d25 100644
--- a/games-arcade/cosmosmash/Manifest
+++ b/games-arcade/cosmosmash/Manifest
@@ -1,2 +1 @@
-DIST cosmosmash-1.4.7.tar.gz 906213 BLAKE2B 
58117881e8f705d85c40cf5d0c56a734b80ebf7a84909c98a085aa5d880247c72af8a84d54fe11a4f02c8af226005c561802d93e7a747ff4a836feefde1cafde
 SHA512 
1eaf8b05550c6f96e6392f6ba4565700cd4a9cac66dd57d634569caf9b4dfaf4917b3b9973153d4e6e0ddcd65c68d5242faae7c4f516c07c2e07d1b2f3b838b9
 DIST cosmosmash-1.4.8.tar.gz 921859 BLAKE2B 
601ccf0eaf429bee240a6a07534afc44cb5bac390bedfc2548668048b8a5d93229e36de1c0e73856e3588d35cf7cfc6dbb00ac428fcc42612676281dcfaf0896
 SHA512 
4b78cac18035ef4bdbdebd2a206ceb3c80646fa030f568e171208af7510a6b1da9ef3fd817f3ebae83fbb42b1ce2900e8f1ff33ec23a8fe735022409ab1120af

diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild 
b/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild
deleted file mode 100644
index 82f3d9518a7..000
--- a/games-arcade/cosmosmash/cosmosmash-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A space rock shooting video game"
-HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html;
-SRC_URI="https://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test" # uses the sound card which portage user might not be 
available.
-
-RDEPEND=">=dev-games/flatzebra-0.1.6"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   sed -i \
-   -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
-   -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
-   -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
-   src/Makefile.am \
-   || die
-   eautoreconf
-}
-
-src_install() {
-   emake -C src DESTDIR="${D}" install
-   einstalldocs
-   doman doc/${PN}.6
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/rocksndiamonds/

2021-06-22 Thread Ionen Wolkens
commit: aec9f6b403a039d8bad6b7bf9c85cab7e5159d37
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 23 00:04:28 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec9f6b4

games-arcade/rocksndiamonds: drop 4.1.0.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-arcade/rocksndiamonds/Manifest   |  1 -
 .../rocksndiamonds/rocksndiamonds-4.1.0.0.ebuild   | 91 --
 2 files changed, 92 deletions(-)

diff --git a/games-arcade/rocksndiamonds/Manifest 
b/games-arcade/rocksndiamonds/Manifest
index 986c5800f4c..6da36b51938 100644
--- a/games-arcade/rocksndiamonds/Manifest
+++ b/games-arcade/rocksndiamonds/Manifest
@@ -13,6 +13,5 @@ DIST rnd_jue-v8.tar.bz2 17244645 BLAKE2B 
92d0cf646296b065c9ebe54d8d5ecb831eeb497
 DIST rockslevels-dx-1.0.tar.gz 211151 BLAKE2B 
637a600f9197925d82e7ef344c90f04e8508c6b114fd07ad00977d91a856ff85dc29207e5f22c659382ee0759f8607e9dc8ad0c0de3826d57b74d494320b57ad
 SHA512 
2e1bc4484a76bf638e8ce285972b20b6377e0483abb2475e2343d48de1f84ee102f430049d685b89bc1087e0f20b9b6e29370f8e6cae66b480d3650be9991f44
 DIST rockslevels-emc-1.0.tar.gz 3824268 BLAKE2B 
0feadd5d9c6225c8574576281d07e14ff98fc9a33c67d3fa5083219ce39daaa1902a5ed652b5379fa4e58ee2428a8a452d66520571206143fd0fcd54f71b977a
 SHA512 
9abad888fa00bc305444367c5ab8ffdad95eaca22613573e44d5ecd93b1a9a1cbc931497c064002d90fd3174c4661d0b009ede7746b2fe8da0a00072303a1301
 DIST rockslevels-sp-1.0.tar.gz 373564 BLAKE2B 
3f724ea55bbdaae80a35d6a9f5d8751a9228862fbe1ba45419343b1968510e10d3c82cc01844e35bc35561e65df3bc7e5ec2a0b807e1f56359dc7dccc16e3cb0
 SHA512 
2d44e9238a72846b9d4fbab90288aa3b23af4957ffe0d42d95c523fd22f3587572864b3fc0b277894d2f3f56d6eff52ea009e5b2d59aebc34163a1067662d729
-DIST rocksndiamonds-4.1.0.0.tar.gz 3850621 BLAKE2B 
9c85aced223b855eec0300634d2fb30513d8b2d1856d8e134594f7de1669cf64f487a87335e28f7b8abb0c13492573ac5bd3261cfc5274287e75d0ace258ab93
 SHA512 
4949c2e9a601c8e005b006b13b82e36f7f001321051d392bc34aa4c234c6cddfa9fae16e58d83070072cac1429e13f1fb96d2c4b2ecd35a309065ca3c1c869c2
 DIST rocksndiamonds-4.1.4.1.tar.gz 3982860 BLAKE2B 
c19baf38f77c9b9eaaf7c57e9b43d4862a0ff677d99753d6520b9e4746f6340d7f3a2cf8d3e6b692230bf49289cc2aef29d7a846d2d1e0ad162e55f6433634a2
 SHA512 
eb66dd0fcc162c522384b1c2fb7b380a6a460a4078dd0ffb5f16a63c3faa4a502d9a9a6e3505becd8ab4c188c0eb5edd32db45412c881ab90d6a9d05e5ed6d4b
 DIST rocksndiamonds.png 2021 BLAKE2B 
795be09e6d60aaa66dd457f6ce7dcb0069a82e395cb54578b83ad49ba70b669aa5bd52a4da34979d1e0ba95413a499c13355ce6816c4e364d9d88d1988c88060
 SHA512 
026abfef17bfc8621d036b83a8a4a878b1d68615e69975ea37589e8d29d864dc42dbabc5a381e579c66be1053175df02209f2c1c1feff3bd9e29db3e09c40346

diff --git a/games-arcade/rocksndiamonds/rocksndiamonds-4.1.0.0.ebuild 
b/games-arcade/rocksndiamonds/rocksndiamonds-4.1.0.0.ebuild
deleted file mode 100644
index 1771c1ba6f1..000
--- a/games-arcade/rocksndiamonds/rocksndiamonds-4.1.0.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop flag-o-matic
-
-DESCRIPTION="A Boulderdash clone"
-HOMEPAGE="https://www.artsoft.org/rocksndiamonds/;
-SRC_URI="https://www.artsoft.org/RELEASES/unix/rocksndiamonds/${P}.tar.gz
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Contributions-1.2.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/BD2K3-1.0.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Boulder_Dash_Dream-1.0.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/rnd-contrib-1.0.0.tar.gz
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Snake_Bite-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Sokoban-1.0.0.zip
-   
https://www.artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-emc-1.0.tar.gz
-   
https://www.artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-sp-1.0.tar.gz
-   
https://www.artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-dx-1.0.tar.gz
-   mirror://gentoo/rnd_jue-v8.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/libsdl2[joystick,video]
-   media-libs/sdl2-mixer[mod,mp3,timidity]
-   media-libs/sdl2-net
-   media-libs/sdl2-image[gif]
-   media-libs/smpeg
-"
-DEPEND="${RDEPEND}
-   app-arch/unzip
-"
-
-PATCHES=(
-   # From Fedora:
-   "${FILESDIR}"/${PN}-4.1.0.0-YN.patch
-   "${FILESDIR}"/${PN}-4.1.0.0-music-info-url.patch
-   "${FILESDIR}"/${PN}-4.1.0.0-CVE-2011-4606.patch
-)
-
-src_unpack() {
-   unpack ${P}.tar.gz
-   cd "${S}"
-   unpack \
-   rockslevels-emc-1.0.tar.gz \
-   rockslevels-sp-1.0.tar.gz \
-   rockslevels-dx-1.0.tar.gz
-   cd levels
-   unpack \
-   rnd_jue-v8.tar.bz2 \
-   

[gentoo-commits] repo/gentoo:master commit in: games-action/extreme-tuxracer/

2021-06-22 Thread Ionen Wolkens
commit: f30f80720b195921746acc847069c32678271cab
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:58:37 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30f8072

games-action/extreme-tuxracer: drop 0.7.5

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/extreme-tuxracer/Manifest |  1 -
 .../extreme-tuxracer/extreme-tuxracer-0.7.5.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/games-action/extreme-tuxracer/Manifest 
b/games-action/extreme-tuxracer/Manifest
index cb47fbf6d6c..e7f0549ece5 100644
--- a/games-action/extreme-tuxracer/Manifest
+++ b/games-action/extreme-tuxracer/Manifest
@@ -1,2 +1 @@
-DIST extreme-tuxracer-0.7.5.tar.xz 44180024 BLAKE2B 
6c4cb4cdfe19e376a6bc5fa164ea17592f0aa46b5d297957219a501e8b294e3a071909b2ce168424e734e1d06a5ef81647d5a392e6943b71a6bafd50890206e3
 SHA512 
62ea5ccdacb3e793760fe793133f1866179dffd938fd4b8e5c369371d847320a247bf85a89648b7c01078dc18a65ac6eac30a59bfe710032c79c16ab93f9e4aa
 DIST extreme-tuxracer-0.8.0.tar.xz 40817900 BLAKE2B 
79462dddfc531d1c17f2b9ce8e5bc4a250cb7ea48ff6f37ceb9eb7f0bcbf97f3a0ae9b09a8c09fa36bc71f8982dbeb2b1e67cddd967252fe0c9af013781546c7
 SHA512 
ff1e4dab4d2e72960eb8dd9643f0150255fe4196c2b25e67dd0d266a89f0b247ce76f818927cda35bbd669972f31f79b1461ccb1b2c7aeeb8d70aa39ed7bfd6d

diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.7.5.ebuild 
b/games-action/extreme-tuxracer/extreme-tuxracer-0.7.5.ebuild
deleted file mode 100644
index cb3423c92a6..000
--- a/games-action/extreme-tuxracer/extreme-tuxracer-0.7.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop xdg-utils
-
-DESCRIPTION="High speed arctic racing game based on Tux Racer"
-HOMEPAGE="https://sourceforge.net/p/extremetuxracer/wiki/Home/;
-SRC_URI="https://download.sourceforge.net/extremetuxracer/etr-${PV}.tar.xz -> 
${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   media-libs/libsfml:0=
-   virtual/glu
-   virtual/opengl
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}/etr-${PV/_/}"
-
-src_prepare() {
-   default
-   # kind of ugly in there so we'll do it ourselves
-   sed -i -e '/SUBDIRS/s/resources doc//' Makefile.am || die
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodoc doc/{code,courses_events,guide,score_algorithm}
-   doicon -s 48 resources/etr.png
-   doicon -s scalable resources/etr.svg
-   domenu resources/etr.desktop
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-action/barrage/

2021-06-22 Thread Ionen Wolkens
commit: 38cb5952446c39a670bc7ce932122e9251af9c2e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Jun 22 23:46:17 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 23 02:22:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cb5952

games-action/barrage: drop 1.0.4-r1

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/barrage/Manifest|  1 -
 games-action/barrage/barrage-1.0.4-r1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/games-action/barrage/Manifest b/games-action/barrage/Manifest
index 3b34a09..e99c151b6aa 100644
--- a/games-action/barrage/Manifest
+++ b/games-action/barrage/Manifest
@@ -1,2 +1 @@
-DIST barrage-1.0.4.tar.gz 484641 BLAKE2B 
84a3747245c2e475c7685cc49259eb8e345fe639e9b345a9b8cb59f36ec04a31f639169a4498a50369e86a3355414e84c7326addcdc519e8bf869734ffd2ae30
 SHA512 
c866c0b98541c0c878ff015d99a2ae62e123c8095e94f64ef5aed26d68b734432110181c11a5b429d4feb808b2b276ac94295ff2b23ddfc64a8790d04a89a966
 DIST barrage-1.0.5.tar.gz 510221 BLAKE2B 
31d0cc322bcd3d896fc11bc0df5246948493e0e3c9c47ddfea598d1f1e3751e1c3bf06123535f88812e6c5e5a2da92c6c7a1c39deedeb6b93938c615de143629
 SHA512 
a57a46ba1fa8719c6e115522c940edc58027baf8ea11858ca6ac45603f59e373a9ef4ce825a49d6bb05f8935bfbd81e5587c69ce153e64494f7dc1bb9e35f13d

diff --git a/games-action/barrage/barrage-1.0.4-r1.ebuild 
b/games-action/barrage/barrage-1.0.4-r1.ebuild
deleted file mode 100644
index 3f7e63b9a76..000
--- a/games-action/barrage/barrage-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop gnome2-utils
-
-DESCRIPTION="A violent point-and-click shooting game"
-HOMEPAGE="http://lgames.sourceforge.net/Barrage/;
-SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=media-libs/libsdl-1.2[sound,video]
-   >=media-libs/sdl-mixer-1.2.4"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   default
-
-   newicon barrage48.png ${PN}.png
-   make_desktop_entry ${PN} Barrage
-   rm "${ED%/}"/usr/share/applications/${PN}.desktop || die
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2021-06-22 Thread Thomas Deutschmann
commit: c1353aad8ee66588b2462e6831177d8396690e10
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jun 23 01:18:53 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jun 23 01:19:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1353aad

net-misc/teamviewer: bump to v15.19.3

Bug: https://bugs.gentoo.org/750899
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-misc/teamviewer/Manifest  |   2 +
 net-misc/teamviewer/teamviewer-15.19.3.ebuild | 156 ++
 2 files changed, 158 insertions(+)

diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
index 346dd5edd02..188d1696957 100644
--- a/net-misc/teamviewer/Manifest
+++ b/net-misc/teamviewer/Manifest
@@ -4,3 +4,5 @@ DIST teamviewer_15.17.6_amd64.tar.xz 13763464 BLAKE2B 
5dde0947470611bd67bd891335
 DIST teamviewer_15.17.6_i386.tar.xz 14394028 BLAKE2B 
4a5f7f72887c4ba391ae444eaba2c7c474b40fc0bfbe0c7745b4c925fbf7626862de162f49f115e41ccc0858cf7d6d813eadf0940d64217a6964b4d83526b0ad
 SHA512 
f7b7a999069cb036b2b528651fb0737ca0dbcbe3b8283ca8281dd9c08f33b1aa44b7689c63816686538213cd10939dcc69510512ab61829ba7d4d7c6789709ba
 DIST teamviewer_15.18.5_amd64.tar.xz 14049816 BLAKE2B 
f3f32685f32c7cf10e6dacb9b11333fc5fd69a6039bfae4e872aaba2f71451873f5a6648056fb07a69fc44f83bb3067b6c72a5239eb0ce51f33b34ee595fd323
 SHA512 
5c60737a69c2777d555bc3ce76f43d38171fa4e8e0adf99c4ddece0b8852778c1ea630fe7d938cc6271aded4a6b0bbafec6cd3ccb79db304d0f7b9263bd93c5e
 DIST teamviewer_15.18.5_i386.tar.xz 14697088 BLAKE2B 
85992ccfd946fdad245397b8ff9e9340bc608106bc2a8a5290f9e85c5aa012600f6b9c2fa42908d7c7228c089c6f941c25bf48f1424ff17cc87a97eadbb0073c
 SHA512 
bf43108b919acc003384fa7ea342805ce7e6cd1016cf982f066e8e80756dc031d7ae9449ec18cd63e40c928a12dfd9a7138dc7d18943e68e93e72927dd651ab0
+DIST teamviewer_15.19.3_amd64.tar.xz 59343000 BLAKE2B 
8f5e39d87d8badfda16f6fbb0cdc9b5c6e4a26e38a62612dd2bb12ba1c997f4210308dc6746795f771b486be6467ab0044d6c0a6e3d301bf3ce1f1dd8025c01e
 SHA512 
88cbc0c7c5bef0813b4d8cd99e12e5fc6bcfc44ca43302439182d3eb4e01e85b03a2edc1135613b9b878ad61a0dff5df8efcd8b276b6f2b7ab255d72d754e396
+DIST teamviewer_15.19.3_i386.tar.xz 62513708 BLAKE2B 
959286f2e265204f703c9e6efcb8ca0fecc039763da22506330fabe3e449e076d21922d443670f02429cf07d74869431f2fe521e88822b266ce4ef78800114fe
 SHA512 
9bdad9c2c2aba500ad29a6eb84ad104cd4d621f63be47e6a7755c3907e25c0c19404afa2489c83779977d54ff93568433affa4267d715ae142ba946efe7ae5dd

diff --git a/net-misc/teamviewer/teamviewer-15.19.3.ebuild 
b/net-misc/teamviewer/teamviewer-15.19.3.ebuild
new file mode 100644
index 000..f1fe7d9f1f2
--- /dev/null
+++ b/net-misc/teamviewer/teamviewer-15.19.3.ebuild
@@ -0,0 +1,156 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_MAJOR="$(ver_cut 1)"
+MY_P="${PN}${MY_MAJOR}"
+inherit desktop systemd xdg
+
+DESCRIPTION="All-In-One Solution for Remote Access and Support over the 
Internet"
+HOMEPAGE="https://www.teamviewer.com;
+SRC_URI="amd64? ( 
https://dl.tvcdn.de/download/linux/version_${MY_MAJOR}x/${PN}_${PV}_amd64.tar.xz
 )
+   x86? ( 
https://dl.tvcdn.de/download/linux/version_${MY_MAJOR}x/${PN}_${PV}_i386.tar.xz 
)"
+
+LICENSE="TeamViewer MIT"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/nss
+   dev-libs/nspr
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/libglvnd
+   sys-apps/dbus
+   sys-apps/util-linux
+   sys-libs/zlib:0/1
+   !sys-auth/consolekit
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXi
+   x11-libs/libXtst
+   x11-libs/libX11
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+"
+
+# For consolekit incompatibility see 
https://forums.gentoo.org/viewtopic-p-8332956.html#8332956
+
+RESTRICT="bindist mirror"
+
+# Silence QA messages
+QA_PREBUILT="opt/${MY_P}/*"
+
+S="${WORKDIR}"/teamviewer
+
+src_prepare() {
+   default
+
+   # Switch operation mode from 'portable' to 'installed'
+   sed -e "s/TAR_NI/TAR_IN/g" -i tv_bin/script/tvw_config || die
+
+   sed -i \
+   -e "/^ExecStart/s/${PN}/${MY_P}/" \
+   tv_bin/script/teamviewerd.service || die
+}
+
+src_install() {
+   local dst="/opt/${MY_P}" # install destination
+
+   # Quirk:
+   # Remove Intel 80386 32-bit ELF binary 'libdepend' present in all
+   # archives. It will trip the 'emerge @preserved-libs' logic on amd64
+   # when changing the ABI of one of its dependencies. According to the
+   

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

2021-06-22 Thread Sam James
commit: d18aba452b5c89d94a5ce3e78b29ea2da84e293c
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 01:14:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 01:14:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d18aba45

dev-libs/libsodium: add 1.0.18_p20210617

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

 dev-libs/libsodium/Manifest|  2 +
 .../libsodium/libsodium-1.0.18_p20210617.ebuild| 98 ++
 2 files changed, 100 insertions(+)

diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index a6b72a2ae01..ba4f46480c6 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -2,3 +2,5 @@ DIST libsodium-1.0.18.tar.gz 1919817 BLAKE2B 
a42d898fe77f232dcbb75728e776b88f006
 DIST libsodium-1.0.18.tar.gz.sig 566 BLAKE2B 
bb892901e2228c93018d79a5c8e70e0ea458513b0fdf99e8f6c015132b618fd0fefbe6a18ed514c20fbe1e56719dd6dd3762bc4bb6348a439146fdaa951090c0
 SHA512 
ba69d372263e63126d6ce24f67fe85d83f74e558db81391ddcd7eacb6787dcdd5209a149eebca897e9806f295e78f5a8ababa0ab884b85d9a8dd1a54507a8b0c
 DIST libsodium-1.0.18_p20210421.tar.gz 1855069 BLAKE2B 
f9b5843998b0045f97a303589de42b38a7586b4a35571eec9a0b0afd1df101467cb8f82e9a32dbdb9a25058d827a5565ad8d49ad2216d2b6af5b101612a94080
 SHA512 
ddb77c0608a7e6cacf1923a3d0f5950975511c46d53f6f9c23f80dd99eab84dde2a1292c1e3f7f1659f25a1b80668516558b83c42effb921fff06c0fb559
 DIST libsodium-1.0.18_p20210421.tar.gz.minisig 311 BLAKE2B 
12d00384a2acd9c9ac5cfc2ce984c2254a69be93f9cb891513c2f575fbc0cd2c03c2f323aa4b363f54fd7e1bf6b73887c0919e919142f759f0f7baa8680cdba5
 SHA512 
80fe3a5d41a5550b310e1fce86eed142288c70bab46c761a21206cd0c441b9355d455df49916b3eca134af60444307baa8c5566f1ea369e79f7326a6fac822bf
+DIST libsodium-1.0.18_p20210617.tar.gz 1854880 BLAKE2B 
5b421c7efacca5b2a2b5a99a04719d708c217bc6f0b344f08d566bde85c4f758862c0ad61924346eac508542c2d9c6313cb1e3e421743e424f396dd1972e8195
 SHA512 
d7cd64101fed11ce33c4865dec253f1058acab376c3a6097422508087f4449b2f7fd1b38835915843106f620bf86694d846695e0c8a35f921e4f190dea3164bc
+DIST libsodium-1.0.18_p20210617.tar.gz.minisig 311 BLAKE2B 
c54b76a9e29f49bccca80466a5aaa77fb8341e8164041331003710de8f9b173fd25de4812157377645d97ba8a97470076a7f5e037501ba8376b285a06461efa9
 SHA512 
2180beb872716ad6b728a455981b548003b18594c3f28435c5ddc9803ab2a0f8f1945b6c77de5928b948bbb803b4fa7527cc2e72059931364343a2fdf51ca1be

diff --git a/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild 
b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild
new file mode 100644
index 000..3d4e4edcb0e
--- /dev/null
+++ b/dev-libs/libsodium/libsodium-1.0.18_p20210617.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
+HOMEPAGE="https://libsodium.org;
+
+if [[ ${PV} == *_p* ]] ; then
+   MY_P=${PN}-$(ver_cut 1-3)-stable-$(ver_cut 5-)
+   MINISIGN_KEY="RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3"
+
+   # We use _pN to represent 'stable releases'
+   # These are backports from upstream to the last release branch
+   # See https://download.libsodium.org/libsodium/releases/README.html
+   
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_P}.tar.gz 
-> ${P}.tar.gz"
+
+   # TODO: Could verify-sig.eclass support minisig? bug #783066
+   SRC_URI+=" verify-sig? ( 
https://dev.gentoo.org/~sam/distfiles/dev-libs/libsodium/${MY_P}.tar.gz.minisig 
-> ${P}.tar.gz.minisig )"
+
+   S="${WORKDIR}/${PN}-stable"
+else
+   VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jedisct1.asc
+   inherit verify-sig
+
+   SRC_URI="https://download.libsodium.org/${PN}/releases/${P}.tar.gz;
+   SRC_URI+=" verify-sig? ( 
https://download.libsodium.org/${PN}/releases/${P}.tar.gz.sig )"
+fi
+
+LICENSE="ISC"
+SLOT="0/23"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+asm minimal static-libs +urandom"
+
+CPU_USE=( cpu_flags_x86_{aes,sse4_1} )
+IUSE+=" ${CPU_USE[@]}"
+
+if [[ ${PV} == *_p* ]] ; then
+   IUSE+=" verify-sig"
+
+   BDEPEND+=" verify-sig? ( app-crypt/minisign )"
+fi
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch
+)
+
+src_unpack() {
+   if [[ ${PV} == *_p* ]] ; then
+   if use verify-sig ; then
+   elog "Verifying signature using app-crypt/minisign"
+   minisign -V \
+   -P ${MINISIGN_KEY} \
+   -x "${DISTDIR}"/${P}.tar.gz.minisig \
+   -m "${DISTDIR}"/${P}.tar.gz || die "Failed to 
verify distfile using minisign!"
+   fi
+
+   default
+   else
+   verify-sig_src_unpack
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+

[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/

2021-06-22 Thread Sam James
commit: e9053729cf3bbc30c1728a295294eb514f84971d
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 00:21:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:21:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9053729

sys-process/parallel: add 20210622

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

 sys-process/parallel/Manifest |  2 ++
 sys-process/parallel/parallel-20210622.ebuild | 29 +++
 2 files changed, 31 insertions(+)

diff --git a/sys-process/parallel/Manifest b/sys-process/parallel/Manifest
index e9f80355ec9..1bc9fb3ae0c 100644
--- a/sys-process/parallel/Manifest
+++ b/sys-process/parallel/Manifest
@@ -3,3 +3,5 @@ DIST parallel-20210422.tar.bz2 2239130 BLAKE2B 
690d09b6447f5c166fd74f44bf231e4c9
 DIST parallel-20210422.tar.bz2.sig 2080 BLAKE2B 
327848716c2da14f39975471d9943f37ad5bfcf86dddcde6f47d55f6081b79a9dbb5aa4d96014678479baa8c5f6c88d180150b5f24685bb2164f5f33c36175d4
 SHA512 
2c47803d494e86bfaa83d2bd6f574b243494435a3240ce0fd390171ec0ae2d06436bfd3b02317c96b640e04736742bc2781a2f1edf34b683a3fa1f73c75cb9ae
 DIST parallel-20210522.tar.bz2 2246330 BLAKE2B 
cf3dc65526522cedb22b85fabd364dc89837d19675eb08669c055addb7405a476b97031783f46529337f786a2328ef18762f5dbfb3f1c09bac2ba4bc305d7abc
 SHA512 
0f9a633376971c675727ccaf2984aeebcda0e66f43bf7e287e2bf08881168a4042961e49b2eac731b95487b7dd5ca862dadc4b79e497cbd055cc6bf65e957174
 DIST parallel-20210522.tar.bz2.sig 2080 BLAKE2B 
8053520c93ee1dae0d158adb6d6867efda6496b2874578e70b640673dba5813898ba4fad2156f3f00a7f87ef551c41ecc8d4d61e0573752abe505d4eea6c2a86
 SHA512 
536309731b87ac6a523dda91d23b88b60aca7f4516a5dbba9efe08085f9a7590c7e797bd3a39afd52fdccfe1f3a776f1df66751817943f06adc17695bf14f1e2
+DIST parallel-20210622.tar.bz2 2251075 BLAKE2B 
4855ee0e581bf1d3ebb7dd16e4126873f0bf4294ebfc8260ec75901b3a80126a2a7c4d11c1a997557cf37e8077be24b9f1a1e97e92629347f1a55e23e8fbd9df
 SHA512 
084537fb2b86f284f8b09dd506a79e07856612a1bb03914deec6baefd08df4c9878ad0247a527b4bc5a6d42e1a9a11d13a4a6e304ea1c3c8083b5faaf7530937
+DIST parallel-20210622.tar.bz2.sig 2080 BLAKE2B 
f21c6dc3b90757e56547b88ea429e33cb04b7853cc3493a19bd3352a9e2c14f8d293ee1180cacd1449a37047e3084fa4d12dccc5767a28e2daf40d086c9f5404
 SHA512 
50fa1de3b40f8447c9adf5e52c23e8cf932dca0565ac663bab128f44db5e8159a399208d1a23ed6d5eff78b9cb0d6eb4ada92d642279e41d40b0c429ef4c825e

diff --git a/sys-process/parallel/parallel-20210622.ebuild 
b/sys-process/parallel/parallel-20210622.ebuild
new file mode 100644
index 000..df4e4dc4a9d
--- /dev/null
+++ b/sys-process/parallel/parallel-20210622.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/oletange.asc
+inherit verify-sig
+
+DESCRIPTION="A shell tool for executing jobs in parallel locally or on remote 
machines"
+HOMEPAGE="https://www.gnu.org/software/parallel/ 
https://git.savannah.gnu.org/cgit/parallel.git/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="dev-lang/perl:=
+   dev-perl/Devel-Size
+   dev-perl/Text-CSV
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-IO"
+DEPEND="${RDEPEND}"
+BDEPEND="verify-sig? ( >=app-crypt/openpgp-keys-oletange-20210423 )"
+
+src_configure() {
+   econf --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+}



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/

2021-06-22 Thread Sam James
commit: 157382f0ef0dd37700c7d7c840c628b7eda69e8b
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 00:17:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:17:56 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=157382f0

kde-plasma/plasma-desktop: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.
See e34c822345879ea616d762d8035b47d5e3a1ca24 in ::gentoo.

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

 kde-plasma/plasma-desktop/plasma-desktop-5.22.49..ebuild | 1 +
 kde-plasma/plasma-desktop/plasma-desktop-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.22.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.22.49..ebuild
index 75d05943fe..9c98359d62 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.22.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.22.49..ebuild
@@ -74,6 +74,7 @@ COMMON_DEPEND="
>=kde-plasma/libkworkspace-${PVCUT}:5
>=kde-plasma/plasma-workspace-${PVCUT}:5
>=media-libs/phonon-4.11.0
+   virtual/libcrypt:=
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXi

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
index 46bf52dae1..ea00d3d027 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-.ebuild
@@ -74,6 +74,7 @@ COMMON_DEPEND="
>=kde-plasma/libkworkspace-${PVCUT}:5
>=kde-plasma/plasma-workspace-${PVCUT}:5
>=media-libs/phonon-4.11.0
+   virtual/libcrypt:=
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXi



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

2021-06-22 Thread Sam James
commit: 8e4ba1023978c809d631334a8e2d0299013972c0
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 00:15:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:15:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4ba102

dev-python/oslo-utils: guard test dependencies behind test? ( ... )

Revbumping to allow people to depclean these without relying on
dynamic deps.

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

 .../{oslo-utils-4.6.0.ebuild => oslo-utils-4.6.0-r1.ebuild}  | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild 
b/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
similarity index 80%
rename from dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
rename to dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
index 7fb0bb88bbd..5b435db9855 100644
--- a/dev-python/oslo-utils/oslo-utils-4.6.0.ebuild
+++ b/dev-python/oslo-utils/oslo-utils-4.6.0-r1.ebuild
@@ -33,11 +33,13 @@ RDEPEND="
 BDEPEND="
${CDEPEND}
>dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   )
 "
 
 distutils_enable_tests unittest



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

2021-06-22 Thread Sam James
commit: 67b2356796361b63789d4c5f16fad7b67eec2412
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 00:02:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:02:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b23567

net-im/webex: fix MissingUseDepDefault for glibc[crypt]

In the past, libcrypt was alawys available in glibc.

Fixes: 16c0969fe3e157fc5af3cb343f239e8efd871abd
Signed-off-by: Sam James  gentoo.org>

 .../{webex-41.5.0.18815.1-r1.ebuild => webex-41.5.0.18815.1-r2.ebuild}  | 2 +-
 .../{webex-41.5.0.18911.1-r1.ebuild => webex-41.5.0.18911.1-r2.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild 
b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild
similarity index 98%
rename from net-im/webex/webex-41.5.0.18815.1-r1.ebuild
rename to net-im/webex/webex-41.5.0.18815.1-r2.ebuild
index f44b90dd6a9..7e2ebf18645 100644
--- a/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
+++ b/net-im/webex/webex-41.5.0.18815.1-r2.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
|| (
-   sys-libs/glibc[crypt]
+   sys-libs/glibc[crypt(+)]
sys-libs/libxcrypt[compat]
)
 "

diff --git a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild 
b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild
similarity index 98%
rename from net-im/webex/webex-41.5.0.18911.1-r1.ebuild
rename to net-im/webex/webex-41.5.0.18911.1-r2.ebuild
index f44b90dd6a9..7e2ebf18645 100644
--- a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r2.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
|| (
-   sys-libs/glibc[crypt]
+   sys-libs/glibc[crypt(+)]
sys-libs/libxcrypt[compat]
)
 "



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

2021-06-22 Thread Sam James
commit: a676f4e607ebe6ccb6f98671b910ef8aa471d084
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Jun 22 00:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a676f4e6

net-misc/whois: Add dependency on virtual/libcrypt.

Same change as before, just committing again with the acked-by tag
for posterity.

See: 0b0a692ba24b9ebf999e2747db255ab93590b871
Acked-by: David Seifert  gentoo.org>
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/{whois-5.5.10.ebuild => whois-5.5.10-r1.ebuild} | 3 ++-
 net-misc/whois/{whois-5.5.9.ebuild => whois-5.5.9-r1.ebuild}   | 3 ++-
 net-misc/whois/whois-.ebuild   | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-misc/whois/whois-5.5.10.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.10.ebuild
rename to net-misc/whois/whois-5.5.10-r1.ebuild
index 4420819a3d8..350b7b60b37 100644
--- a/net-misc/whois/whois-5.5.10.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.9.ebuild
rename to net-misc/whois/whois-5.5.9-r1.ebuild
index e2d9d7e38ae..633807559d4 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 8aecce2f764..350b7b60b37 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.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
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



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

2021-06-22 Thread Sam James
commit: 0b0a692ba24b9ebf999e2747db255ab93590b871
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 23 00:00:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 23 00:00:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0a692b

net-misc/whois: Revert "Add dependency on virtual/libcrypt."

Instantaneous revert just to fix a git tag.
This reverts commit e3472c9cbb9222469bf9cdbbd761f16a3d043923.

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

 net-misc/whois/{whois-5.5.10-r1.ebuild => whois-5.5.10.ebuild} | 3 +--
 net-misc/whois/{whois-5.5.9-r1.ebuild => whois-5.5.9.ebuild}   | 3 +--
 net-misc/whois/whois-.ebuild   | 5 ++---
 3 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/net-misc/whois/whois-5.5.10-r1.ebuild 
b/net-misc/whois/whois-5.5.10.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.10-r1.ebuild
rename to net-misc/whois/whois-5.5.10.ebuild
index 350b7b60b37..4420819a3d8 100644
--- a/net-misc/whois/whois-5.5.10-r1.ebuild
+++ b/net-misc/whois/whois-5.5.10.ebuild
@@ -25,8 +25,7 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-5.5.9-r1.ebuild 
b/net-misc/whois/whois-5.5.9.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.9-r1.ebuild
rename to net-misc/whois/whois-5.5.9.ebuild
index 633807559d4..e2d9d7e38ae 100644
--- a/net-misc/whois/whois-5.5.9-r1.ebuild
+++ b/net-misc/whois/whois-5.5.9.ebuild
@@ -25,8 +25,7 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 350b7b60b37..8aecce2f764 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -25,8 +25,7 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
-   !xcrypt? ( virtual/libcrypt:= )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



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

2021-06-22 Thread Sam James
commit: b0dd6e52e87c009e32b709683399faf903354513
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 23:58:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:59:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dd6e52

www-servers/apache: revbump to propagate eclass change for libcrypt

See: ce8c92d8a1cf8363e131f601eb23cac1fb8e7480
Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 www-servers/apache/{apache-2.4.46.ebuild => apache-2.4.46-r7.ebuild}| 0
 www-servers/apache/{apache-2.4.46-r6.ebuild => apache-2.4.46-r8.ebuild} | 0
 www-servers/apache/{apache-2.4.47.ebuild => apache-2.4.47-r1.ebuild}| 0
 www-servers/apache/{apache-2.4.48.ebuild => apache-2.4.48-r1.ebuild}| 0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46-r7.ebuild
similarity index 100%
rename from www-servers/apache/apache-2.4.46.ebuild
rename to www-servers/apache/apache-2.4.46-r7.ebuild

diff --git a/www-servers/apache/apache-2.4.46-r6.ebuild 
b/www-servers/apache/apache-2.4.46-r8.ebuild
similarity index 100%
rename from www-servers/apache/apache-2.4.46-r6.ebuild
rename to www-servers/apache/apache-2.4.46-r8.ebuild

diff --git a/www-servers/apache/apache-2.4.47.ebuild 
b/www-servers/apache/apache-2.4.47-r1.ebuild
similarity index 100%
rename from www-servers/apache/apache-2.4.47.ebuild
rename to www-servers/apache/apache-2.4.47-r1.ebuild

diff --git a/www-servers/apache/apache-2.4.48.ebuild 
b/www-servers/apache/apache-2.4.48-r1.ebuild
similarity index 100%
rename from www-servers/apache/apache-2.4.48.ebuild
rename to www-servers/apache/apache-2.4.48-r1.ebuild



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

2021-06-22 Thread Sam James
commit: 153ba1f09f01066113a5eb26b2a39aed9dbe189d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 23:58:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:58:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153ba1f0

net-im/webex: fix WhitespaceFound

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

 net-im/webex/webex-41.5.0.18911.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild 
b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
index d8d971985c4..f44b90dd6a9 100644
--- a/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
@@ -43,10 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
-|| (
+   || (
sys-libs/glibc[crypt]
sys-libs/libxcrypt[compat]
-)
+   )
 "
 
 S=${WORKDIR}



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

2021-06-22 Thread Sam James
commit: e3472c9cbb9222469bf9cdbbd761f16a3d043923
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Jun 22 00:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:50:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3472c9c

net-misc/whois: Add dependency on virtual/libcrypt.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Sam James  gentoo.org>

 net-misc/whois/{whois-5.5.10.ebuild => whois-5.5.10-r1.ebuild} | 3 ++-
 net-misc/whois/{whois-5.5.9.ebuild => whois-5.5.9-r1.ebuild}   | 3 ++-
 net-misc/whois/whois-.ebuild   | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-misc/whois/whois-5.5.10.ebuild 
b/net-misc/whois/whois-5.5.10-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.10.ebuild
rename to net-misc/whois/whois-5.5.10-r1.ebuild
index 4420819a3d8..350b7b60b37 100644
--- a/net-misc/whois/whois-5.5.10.ebuild
+++ b/net-misc/whois/whois-5.5.10-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-5.5.9.ebuild 
b/net-misc/whois/whois-5.5.9-r1.ebuild
similarity index 96%
rename from net-misc/whois/whois-5.5.9.ebuild
rename to net-misc/whois/whois-5.5.9-r1.ebuild
index e2d9d7e38ae..633807559d4 100644
--- a/net-misc/whois/whois-5.5.9.ebuild
+++ b/net-misc/whois/whois-5.5.9-r1.ebuild
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="

diff --git a/net-misc/whois/whois-.ebuild b/net-misc/whois/whois-.ebuild
index 8aecce2f764..350b7b60b37 100644
--- a/net-misc/whois/whois-.ebuild
+++ b/net-misc/whois/whois-.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
@@ -25,7 +25,8 @@ RDEPEND="
iconv? ( virtual/libiconv )
idn? ( net-dns/libidn2:= )
nls? ( virtual/libintl )
-   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1:= )
+   !xcrypt? ( virtual/libcrypt:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="



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

2021-06-22 Thread Sam James
commit: 16c0969fe3e157fc5af3cb343f239e8efd871abd
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 23:53:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:55:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c0969f

net-im/webex: add libxcrypt[compat] dependency

Needed for upcoming libcrypt migration. This is a binary package
so we can't rebuild it, obviously.

Reported-by: Andreas K. Hüttel  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{webex-41.5.0.18815.1.ebuild => webex-41.5.0.18815.1-r1.ebuild}   | 4 
 .../{webex-41.5.0.18911.1.ebuild => webex-41.5.0.18911.1-r1.ebuild}   | 4 
 2 files changed, 8 insertions(+)

diff --git a/net-im/webex/webex-41.5.0.18815.1.ebuild 
b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
similarity index 95%
rename from net-im/webex/webex-41.5.0.18815.1.ebuild
rename to net-im/webex/webex-41.5.0.18815.1-r1.ebuild
index 81b65db210d..f44b90dd6a9 100644
--- a/net-im/webex/webex-41.5.0.18815.1.ebuild
+++ b/net-im/webex/webex-41.5.0.18815.1-r1.ebuild
@@ -43,6 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
+   || (
+   sys-libs/glibc[crypt]
+   sys-libs/libxcrypt[compat]
+   )
 "
 
 S=${WORKDIR}

diff --git a/net-im/webex/webex-41.5.0.18911.1.ebuild 
b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
similarity index 95%
rename from net-im/webex/webex-41.5.0.18911.1.ebuild
rename to net-im/webex/webex-41.5.0.18911.1-r1.ebuild
index 81b65db210d..d8d971985c4 100644
--- a/net-im/webex/webex-41.5.0.18911.1.ebuild
+++ b/net-im/webex/webex-41.5.0.18911.1-r1.ebuild
@@ -43,6 +43,10 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
+|| (
+   sys-libs/glibc[crypt]
+   sys-libs/libxcrypt[compat]
+)
 "
 
 S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ldap/

2021-06-22 Thread Sam James
commit: 7260fb2228d8334e0304f69c86233c2792fb11bc
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 23:26:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:50:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7260fb22

sys-auth/pam_ldap: add missing ${MULTILIB_USEDEP} for libcrypt dep

Fixes: 7015699fb099417b7331413afc6942bb7f2e0ace
Signed-off-by: Sam James  gentoo.org>

 sys-auth/pam_ldap/{pam_ldap-186-r2.ebuild => pam_ldap-186-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild 
b/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
similarity index 96%
rename from sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
rename to sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
index 265ea06539f..4b2623eb820 100644
--- a/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-186-r3.ebuild
@@ -16,7 +16,7 @@ IUSE="ssl sasl"
 
 DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
>=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
-   virtual/libcrypt:=
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
 
 RDEPEND="${DEPEND}"



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

2021-06-22 Thread Ben Kohler
commit: 419fb3386c724da91004543a5b0494c16a375c2d
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Jun 22 23:50:21 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Jun 22 23:50:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419fb338

net-misc/connman: drop old

Bug: https://bugs.gentoo.org/795084
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest   |   1 -
 net-misc/connman/connman-1.39-r1.ebuild | 101 
 2 files changed, 102 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index f2c60eaeeaf..1b9d3242e46 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,2 +1 @@
-DIST connman-1.39.tar.xz 755688 BLAKE2B 
f18018a0c2b58a89e613dba70672c27631ecbb0c0e44c84fe4c9097753aaeb7b278cd3ab0bef9b5e1928c34ee90b287754356e525cc318ecb6347370ee3043b4
 SHA512 
5bec2830971e34966a7a3a40c505b8a14cf6fa639262d4f1eaeb38f5e602d7a234f7d4f2c4919517b0832664382389e20a59fdb027753cd20059a23589de1764
 DIST connman-1.40.tar.xz 758516 BLAKE2B 
66834032f82e80a6f950d7ff823dc5f1f45090f3444b5a0241cabd0346cf9749b8780b624ce6a8e505305cc1a75423e5a95a7b1f77a282d231845bc33389924a
 SHA512 
33df90814b7499aeafcd51fca4f8ffbc07efacfa29dda46d3b9bcd3ff26264dc53c3991e7e53a8563ca403015c345e59c7ad29427c38ee3d88dd282479db7a0f

diff --git a/net-misc/connman/connman-1.39-r1.ebuild 
b/net-misc/connman/connman-1.39-r1.ebuild
deleted file mode 100644
index 86e7435576a..000
--- a/net-misc/connman/connman-1.39-r1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools systemd tmpfiles
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
-else
-   SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz;
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-fi
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
-+nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
-wispr"
-
-REQUIRED_USE="^^ ( iptables nftables )"
-BDEPEND="virtual/pkgconfig"
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   sys-libs/readline:0=
-   bluetooth? ( net-wireless/bluez )
-   iptables? ( >=net-firewall/iptables-1.4.8 )
-   iwd? ( net-wireless/iwd )
-   l2tp? ( net-dialup/xl2tpd )
-   nftables? (
-   >=net-libs/libnftnl-1.0.4:0=
-   >=net-libs/libmnl-1.0.0:0= )
-   ofono? ( net-misc/ofono )
-   openconnect? ( net-vpn/openconnect )
-   openvpn? ( net-vpn/openvpn )
-   policykit? ( sys-auth/polkit )
-   pptp? ( net-dialup/pptpclient )
-   vpnc? ( net-vpn/vpnc )
-   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
-   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
-   wispr? ( net-libs/gnutls )"
-
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.39"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --localstatedir=/var \
-   --runstatedir=/run \
-   --with-systemdunitdir=$(systemd_get_systemunitdir) \
-   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
-   --enable-client \
-   --enable-datafiles \
-   --enable-loopback=builtin \
-   $(use_enable bluetooth bluetooth builtin) \
-   $(use_enable debug) \
-   $(use_enable ethernet ethernet builtin) \
-   $(use_enable examples test) \
-   $(use_enable iwd) \
-   $(use_enable l2tp l2tp builtin) \
-   $(use_enable networkmanager nmcompat) \
-   $(use_enable ofono ofono builtin) \
-   $(use_enable openconnect openconnect builtin) \
-   $(use_enable openvpn openvpn builtin) \
-   $(use_enable policykit polkit builtin) \
-   $(use_enable pptp pptp builtin) \
-   $(use_enable tools) \
-   $(use_enable vpnc vpnc builtin) \
-   $(use_enable wifi wifi builtin) \
-   $(use_enable wireguard) \
-   $(use_enable wispr wispr builtin) \
-   --with-firewall=$(usex iptables "iptables" "nftables" ) \
-   --disable-iospm \
-   --disable-hh2serial-gps
-}
-
-src_install() {
-   default
-   dobin client/connmanctl
-
-   if use doc; then
-   dodoc doc/*.txt
-   fi
-   keepdir /usr/lib/${PN}/scripts
-   keepdir /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
-   newconfd 

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

2021-06-22 Thread Thomas Deutschmann
commit: 700b729873e986802aa8ab6da9901c02ce7961c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 22 23:38:53 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 22 23:44:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700b7298

dev-db/mysql: add OpenSSL 3.0.0 support

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

 dev-db/mysql/Manifest   |2 +
 dev-db/mysql/mysql-5.7.34-r1.ebuild | 1262 +++
 dev-db/mysql/mysql-8.0.25-r1.ebuild | 1192 +
 3 files changed, 2456 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 6abf9ac439c..03aa6353eda 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -3,11 +3,13 @@ DIST mysql-5.7.31-patches-01.tar.xz 6664 BLAKE2B 
8225f286f0090653f9714545daa95cc
 DIST mysql-5.7.32-patches-01.tar.xz 6660 BLAKE2B 
5c63158615398bdcc4480a0e1b058f491b39ffc7ee33767b425f3b254555411031f64d865e1924afe8aa3926e4cba18049f1219a0a8acc702bc5e011c94fa947
 SHA512 
bf5e0d27af81e599005268ee243af4cd93f6df95c32cccb268a749322b4e5f73a2ce5d51f0ad1b0e1f2cf4702b8a05e4b2e0b73110fd4aac61f2a0f51bf4952e
 DIST mysql-5.7.33-patches-01.tar.xz 6672 BLAKE2B 
cfa410f9ba5a4ba7e43923e7b5940c2dc6a9356b49230ebaea24bd7eef8a9639fc746e917c22241e19c830b81252e95f38e2c9d6054494de700bae46011fb2f4
 SHA512 
b16bb9531c44f1c5ec9c08aee6c1f5f5d2e3fe59a0039a54f6c050660a18f7c78b955e7eea7bef4e7dccfcdaa81464e0d8e47ac7d0e40ecb90187865a8a0412e
 DIST mysql-5.7.34-patches-01.tar.xz 6676 BLAKE2B 
b925880bfbb991fcba81964ff658a2ecab38da637a6093270a724ab8e405ab092d5fb9684f53f44d001e34287366df234b841d9ebcae62d49becdb93a3c3e324
 SHA512 
80a89f4b4a7ecc04f3115c6aaa0b0013e38c2813fa6dea095e826ef3944298715a48e0deacb691d23526b1524b207c83176290faea2461d3fcd94edabe3d8943
+DIST mysql-5.7.34-patches-02.tar.xz 6408 BLAKE2B 
fdb36247832b6282af94ce2f61b5dd77f6b45f9efca4b438ecd5fed8d810d9d51547d0ae3de085e7f5dcc8795b4bc4f1210902495b92859e1d5aec3048256ef3
 SHA512 
f0513eb7f0c9e415aa972a53af668939934ea4f4fa438f468f32a46ccc2aa3b84ba8edd999e4786256ada34851ad64c81e9dd0e36c2a21da641987dfd18635c3
 DIST mysql-8.0.20-patches-01.tar.xz 7176 BLAKE2B 
2fc51986c0a4da60521d0e64b9f8705caf8ec3869af930c9729359c3710059fc78aae176523fdf17d10173b404431f31f9bb23ee5c82fba7cbbb4cb39881c005
 SHA512 
bf8211cf3873f8672b9d3d1dc42b68a1c635690ffdc2d3393eafa83f060ada9f2eaa63f859bf8eecc24976a733d8c7c3b9632ac70f28b5facf48eae921c7ceeb
 DIST mysql-8.0.21-patches-01.tar.xz 7212 BLAKE2B 
2f1b38b3f84a124e3636cb726f3fcef82d71d933e90429dc78be44afeb4f456a37104359c5fd58ab50f0c03c1698e6c79f9b1e07640f0411c0024f558b4e9595
 SHA512 
3edcbb529b0623adaed30150d88c9b54d1a3e402faf5c7cff4ed626bbf4e5f50838d8f3c79bd2173439d748ded13412ff7fe37e3742c55879ff28907b9eb5660
 DIST mysql-8.0.22-patches-02.tar.xz 7580 BLAKE2B 
a50704c3c58b1f67ca86edb233544137927b0ae5fdf302687b48f6fd30fbbd26798e8ef8282662586b25a7240b47278b44f944a8ca59f1a198bc228dd74459c9
 SHA512 
59f864452e9fdebe4d3990eff8b756e9bbfad58da216b74fa8b7e8391cb0d9d543ca2828591b9ed1ee276c1dec9e1851a8c2683507f0a326c85054e31cc3f950
 DIST mysql-8.0.23-patches-01.tar.xz 7568 BLAKE2B 
222120dcb5556457f382eefbb10f66f46fe1673c64730c8c8a5566942031bc98bab1f1182f747e79e23fccfb6b09197d5c2874aa2087104b6f1eaa25ea9fd60c
 SHA512 
54222c420d57c1b206d920f22738746925ed1e0d78683f01c97cac5bd1d3450f70f784a7f603304b8595fb58120e691f94e28fa1d1884a7cc8bea1d7b177470f
 DIST mysql-8.0.25-patches-01.tar.xz 3604 BLAKE2B 
09cccab204c30d16bdc374bcd01d4a8e6298955f86f479b8e287aab74fb6bd9857547e360be725dfc66acb56e1bb5665277d340761d0110a8823763ad4d2d1f4
 SHA512 
6d90a34a20e9cbc7e7a9b5b63a1408f33ac8523f2be6c9ab6d9ad7589c3ded83c87e460d782d4d8c33f11b337151fd8db994099e371260ecf204933e844eb50e
+DIST mysql-8.0.25-patches-02.tar.xz 6456 BLAKE2B 
c9c1020a505ebcee836f8dc3bbe540ff924a0174daf36c37b852df267a81919d37581d1c9be037d52cdcd34c27c5c34d3f0af6160857b22d8ab4d8ece37798e0
 SHA512 
3c3726b397f3a6fb1d84396bb571b4903a167c9a47273b9d5996949e1d3febc96d3528bfa8dfaeea073a245051ae10c983f2ad258268babc91649563ce3cfc00
 DIST mysql-boost-5.7.27.tar.gz 51436383 BLAKE2B 
6db64ab5fa659aae9baa3725a0de9465e48c37618ffd69f34809880c06a00ce55dce77f507810c6fa52d86901facfa42d3d1bd8db1914a779fbc88a69be82497
 SHA512 
573f4555f3d62bcd3dc2228bcfba023518d462bb6689114a3505ccf7c7c3061d2775a8e7a37ec3c8b9dea6e8fbc56ba599610f237abc38cedff58e75799bdc52
 DIST mysql-boost-5.7.29.tar.gz 51417554 BLAKE2B 
652ce9f99419387e9bcc37afeb1b46438784752e963c3aa1877f17650c31d8b058b4052da97c3a7e9454e758c259d6c311e0518f9a75909fce9741150b82164c
 SHA512 
38acf7c2a10b20c59230ad05cd2cd6996c4c582233c1be573ead08e5c6684275790da07a036570363f89b4d61547b306589b0b98ed5fca70723a3f2cbc21fe11
 DIST mysql-boost-5.7.30.tar.gz 51363998 BLAKE2B 
7897ad74b685c3b30e7ecdf132fdfa72f3416c05e8d0086cb8f7674b6c4f377fff9abc51ed258cc4dfeab50a2cb393af9076d9c1f9a83a26521facbaf223afa1
 SHA512 

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

2021-06-22 Thread Thomas Deutschmann
commit: 9fe37b7d08adc988e4cbd838335cafaf6fd5c4a6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 22 23:48:04 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 22 23:48:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe37b7d

media-sound/pulseaudio: fix USE=daemon automagic on sys-libs/libcap

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

 .../{pulseaudio-14.99.2_pre.ebuild => pulseaudio-14.99.2_pre1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/pulseaudio/pulseaudio-14.99.2_pre.ebuild 
b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
similarity index 99%
rename from media-sound/pulseaudio/pulseaudio-14.99.2_pre.ebuild
rename to media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
index 5e4d232b4c4..00a444fc3ad 100644
--- a/media-sound/pulseaudio/pulseaudio-14.99.2_pre.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-14.99.2_pre1.ebuild
@@ -99,6 +99,7 @@ COMMON_DEPEND="
daemon? (
dev-libs/libltdl
sys-kernel/linux-headers
+   >=sys-libs/libcap-2.22-r2
)
dbus? ( >=sys-apps/dbus-1.4.12[${MULTILIB_USEDEP}] )
elogind? ( sys-auth/elogind )



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/files/, dev-db/mysql-connector-c/

2021-06-22 Thread Thomas Deutschmann
commit: c13941a25b42ec73772e396915b96294a51fd778
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun 22 23:44:33 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun 22 23:44:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13941a2

dev-db/mysql-connector-c: add OpenSSL 3.0.0 support

Closes: https://bugs.gentoo.org/797331
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 ...nector-c-8.0.25-add-OpenSSL-3.0.0-support.patch | 294 +
 .../mysql-connector-c-8.0.25-r1.ebuild | 122 +
 2 files changed, 416 insertions(+)

diff --git 
a/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.25-add-OpenSSL-3.0.0-support.patch
 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.25-add-OpenSSL-3.0.0-support.patch
new file mode 100644
index 000..f566e0fba5b
--- /dev/null
+++ 
b/dev-db/mysql-connector-c/files/mysql-connector-c-8.0.25-add-OpenSSL-3.0.0-support.patch
@@ -0,0 +1,294 @@
+From 3bf91fabf641f3f5114bf3893de40a31aae36e13 Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Tue, 22 Jun 2021 23:56:54 +0200
+Subject: [PATCH 5/5] Add OpenSSL 3.0.0 support
+
+Signed-off-by: Thomas Deutschmann 
+---
+ cmake/ssl.cmake   | 59 +--
+ mysys/my_md5.cc   |  2 +
+ .../bindings/xcom/xcom/xcom_ssl_transport.cc  |  4 ++
+ plugin/x/client/xconnection_impl.cc   |  4 ++
+ sql-common/client.cc  |  2 +
+ sql/mysqld.cc |  2 +
+ sql/sys_vars.cc   | 18 +-
+ vio/viosslfactories.cc|  2 +
+ 8 files changed, 74 insertions(+), 19 deletions(-)
+
+diff --git a/cmake/ssl.cmake b/cmake/ssl.cmake
+index 18c95dfac..dd2f7e657 100644
+--- a/cmake/ssl.cmake
 b/cmake/ssl.cmake
+@@ -201,34 +201,59 @@ MACRO (MYSQL_CHECK_SSL)
+  NAMES crypto libcrypto libeay32
+  HINTS ${OPENSSL_ROOT_DIR}/lib)
+ 
+-IF(OPENSSL_INCLUDE_DIR)
++IF(OPENSSL_INCLUDE_DIR AND EXISTS 
"${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h")
+   # Verify version number. Version information looks like:
+   #   #define OPENSSL_VERSION_NUMBER 0x1000103fL
+   # Encoded as MNNFFPPS: major minor fix patch status
+   FILE(STRINGS "${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h"
+ OPENSSL_VERSION_NUMBER
+-REGEX "^#[ ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*"
+-)
+-  STRING(REGEX REPLACE
+-"^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9]).*$" "\\1"
+-OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_NUMBER}"
+-)
+-  STRING(REGEX REPLACE
+-"^.*OPENSSL_VERSION_NUMBER[\t ]+0x[0-9]([0-9][0-9]).*$" "\\1"
+-OPENSSL_MINOR_VERSION "${OPENSSL_VERSION_NUMBER}"
+-)
+-  STRING(REGEX REPLACE
+-"^.*OPENSSL_VERSION_NUMBER[\t ]+0x[0-9][0-9][0-9]([0-9][0-9]).*$" 
"\\1"
+-OPENSSL_FIX_VERSION "${OPENSSL_VERSION_NUMBER}"
++REGEX "^#[\t ]*define[\t ]+OPENSSL_VERSION_NUMBER[\t ]+0x[0-9].*"
+ )
++
++  IF(OPENSSL_VERSION_NUMBER)
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_NUMBER[\t ]+0x([0-9]).*$" "\\1"
++  OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_NUMBER}"
++  )
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_NUMBER[\t ]+0x[0-9]([0-9][0-9]).*$" "\\1"
++  OPENSSL_MINOR_VERSION "${OPENSSL_VERSION_NUMBER}"
++  )
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_NUMBER[\t ]+0x[0-9][0-9][0-9]([0-9][0-9]).*$" 
"\\1"
++  OPENSSL_FIX_VERSION "${OPENSSL_VERSION_NUMBER}"
++  )
++  ELSE()
++FILE(STRINGS "${OPENSSL_INCLUDE_DIR}/openssl/opensslv.h"
++  OPENSSL_VERSION_STR
++  REGEX "^#[\t ]*define[\t ]+OPENSSL_VERSION_STR[\t 
]+\"([0-9])+\\.([0-9])+\\.([0-9])+\".*"
++  )
++
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_STR[\t ]+\"([0-9]+)\\.[0-9]+\\.[0-9]+\".*$" 
"\\1"
++  OPENSSL_MAJOR_VERSION "${OPENSSL_VERSION_STR}"
++  )
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_STR[\t ]+\"[0-9]+\\.([0-9]+)\\.[0-9]+\".*$" 
"\\1"
++  OPENSSL_MINOR_VERSION "${OPENSSL_VERSION_STR}"
++  )
++STRING(REGEX REPLACE
++  "^.*OPENSSL_VERSION_STR[\t ]+\"[0-9]+\\.[0-9]+\\.([0-9]+)\".*$" 
"\\1"
++  OPENSSL_FIX_VERSION "${OPENSSL_VERSION_STR}"
++  )
++  ENDIF()
+ ENDIF()
+-
IF("${OPENSSL_MAJOR_VERSION}.${OPENSSL_MINOR_VERSION}.${OPENSSL_FIX_VERSION}" 
VERSION_GREATER "1.1.0")
++
++INCLUDE(CheckSymbolExists)
++
++CHECK_SYMBOL_EXISTS(TLS1_3_VERSION "openssl/tls1.h" HAVE_TLS1_3_VERSION)
++IF(HAVE_TLS1_3_VERSION)
+ADD_DEFINITIONS(-DHAVE_TLSv13)
+ ENDIF()
+ IF(OPENSSL_INCLUDE_DIR AND
+OPENSSL_LIBRARY   AND
+CRYPTO_LIBRARY  AND
+-   OPENSSL_MAJOR_VERSION 

[gentoo-commits] proj/sci:master commit in: sci-libs/ciftilib/, sci-libs/ciftilib/files/

2021-06-22 Thread Horea Christian
commit: b8407e77728489cb3da158b77f0afb01291371f2
Author: Horea Christian  chymera  eu>
AuthorDate: Tue Jun 22 23:44:08 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Jun 22 23:44:08 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8407e77

sci-libs/ciftilib: fixed boost version checking

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/ciftilib/ciftilib-1.6.0.ebuild|  6 +
 .../ciftilib/files/ciftilib-1.6.0-version.patch| 27 ++
 2 files changed, 33 insertions(+)

diff --git a/sci-libs/ciftilib/ciftilib-1.6.0.ebuild 
b/sci-libs/ciftilib/ciftilib-1.6.0.ebuild
index 062fa44ef..fffd4f9c1 100644
--- a/sci-libs/ciftilib/ciftilib-1.6.0.ebuild
+++ b/sci-libs/ciftilib/ciftilib-1.6.0.ebuild
@@ -24,6 +24,12 @@ RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/CiftiLib-${PV}"
 
+# fix submitted upstream
+# https://github.com/Washington-University/CiftiLib/pull/23
+PATCHES=(
+   "${FILESDIR}/${P}-version.patch"
+)
+
 #TODO: Enable doc building and installation
 
 src_prepare(){

diff --git a/sci-libs/ciftilib/files/ciftilib-1.6.0-version.patch 
b/sci-libs/ciftilib/files/ciftilib-1.6.0-version.patch
new file mode 100644
index 0..e64a55f2f
--- /dev/null
+++ b/sci-libs/ciftilib/files/ciftilib-1.6.0-version.patch
@@ -0,0 +1,27 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -83,18 +83,18 @@ ENDIF (NOT QT_FOUND)
+ INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
+ SET(LIBS ${LIBS} ${Boost_LIBRARIES})
+ #boost quirks
+-IF (Boost_VERSION LESS 104400)
++IF (Boost_VERSION VERSION_LESS 1.44.00)
+ #absolute() was added in 1.44.0, with filesystem v3
+ ADD_DEFINITIONS(-DCIFTILIB_BOOST_NO_FSV3)
+-ENDIF (Boost_VERSION LESS 104400)
+-IF (Boost_VERSION LESS 104800)
++ENDIF (Boost_VERSION VERSION_LESS 1.44.00)
++IF (Boost_VERSION VERSION_LESS 1.48.00)
+ #canonical() was added in 1.48.0
+ ADD_DEFINITIONS(-DCIFTILIB_BOOST_NO_CANONICAL)
+-ENDIF (Boost_VERSION LESS 104800)
+-IF (Boost_VERSION LESS 105600)
++ENDIF (Boost_VERSION VERSION_LESS 1.48.00)
++IF (Boost_VERSION VERSION_LESS 1.56.00)
+ #try_lexical_cast was added in 1.56.0
+ ADD_DEFINITIONS(-DCIFTILIB_BOOST_NO_TRY_LEXICAL)
+-ENDIF (Boost_VERSION LESS 105600)
++ENDIF (Boost_VERSION VERSION_LESS 1.56.00)
+
+ #zlib, useful for volume reading
+ FIND_PACKAGE(ZLIB)



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libofono/files/, dev-libs/libofono/

2021-06-22 Thread Marco Scardovi
commit: fa8e471b739bc4e0afb77a2ef3ee80b9b4de6534
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 23:31:33 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 23:31:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa8e471b

dev-libs/libofono: add package

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

 dev-libs/libofono/Manifest   |  1 +
 dev-libs/libofono/files/fix_lib64_path.patch | 13 ++
 dev-libs/libofono/libofono-1.30.ebuild   | 38 
 dev-libs/libofono/metadata.xml   |  8 ++
 4 files changed, 60 insertions(+)

diff --git a/dev-libs/libofono/Manifest b/dev-libs/libofono/Manifest
new file mode 100644
index 0..91afe3142
--- /dev/null
+++ b/dev-libs/libofono/Manifest
@@ -0,0 +1 @@
+DIST libofono-1.30.tar.gz 70561 BLAKE2B 
dd920c19973c324eb30c0be73877a8db369a8f1266bde9628c73c4406584ce1c916335a0836ccbefdbce1a97fc97884ef68966368d7ed467bfb93c8a6d6322a0
 SHA512 
496257e9c4512e9333e2dc7b8960e625c4a9bead7b85eccdfa57b58dd9644f227e3b49f890debdf6215e991adc125a35303f2d2162cb9628be15c2319c43e7b9

diff --git a/dev-libs/libofono/files/fix_lib64_path.patch 
b/dev-libs/libofono/files/fix_lib64_path.patch
new file mode 100644
index 0..36e25a406
--- /dev/null
+++ b/dev-libs/libofono/files/fix_lib64_path.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/lib.pro b/lib/lib.pro
+index c1f8c5a..8718e85 100644
+--- a/lib/lib.pro
 b/lib/lib.pro
+@@ -62,7 +62,7 @@ SOURCES += ofonointerface.cpp \
+ ofonoconnmancontext.cpp \
+ ofonocellbroadcast.cpp
+ 
+-target.path = $$[QT_INSTALL_PREFIX]/lib
++target.path = $$[QT_INSTALL_PREFIX]/lib64
+ headers.files = $$PUBLIC_HEADERS
+ headers.path = $$[QT_INSTALL_PREFIX]/include/ofono-qt
+ 

diff --git a/dev-libs/libofono/libofono-1.30.ebuild 
b/dev-libs/libofono/libofono-1.30.ebuild
new file mode 100644
index 0..1ef78daf3
--- /dev/null
+++ b/dev-libs/libofono/libofono-1.30.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+DESCRIPTION="A Qt-based library that provides bindings to oFono"
+HOMEPAGE="https://github.com/Kaffeine/libofono-qt;
+SRC_URI="https://github.com/Kaffeine/libofono-qt/archive/refs/tags/1.30.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+   dev-qt/qtcore
+   dev-texlive/texlive-fontutils
+"
+RDEPEND="${DEPEND}"
+BDEPEND="app-doc/doxygen"
+
+PATCHES=( "${FILESDIR}"/fix_lib64_path.patch )
+
+S="${WORKDIR}/${PN}-qt-${PV}"
+
+src_prepare() {
+   default
+   sed -i -e 's|/share/doc/ofono-qt|/share/doc/libofono-1.30|' 
ofono-qt.pro || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   INSTALL_ROOT="${D}" emake install
+}

diff --git a/dev-libs/libofono/metadata.xml b/dev-libs/libofono/metadata.xml
new file mode 100644
index 0..144c8091c
--- /dev/null
+++ b/dev-libs/libofono/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+



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

2021-06-22 Thread Sam James
commit: 9bdd7772d88c344744692e16c0be8e1a6d5bbdf1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 23:21:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 23:23:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd7772

dev-python/oslo-i18n: guard test dependencies behind test? ( ... )

Revbumping to allow people to depclean these without relying on
dynamic deps.

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

 .../{oslo-i18n-5.0.1.ebuild => oslo-i18n-5.0.1-r1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild 
b/dev-python/oslo-i18n/oslo-i18n-5.0.1-r1.ebuild
similarity index 82%
rename from dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild
rename to dev-python/oslo-i18n/oslo-i18n-5.0.1-r1.ebuild
index 818c78cd180..29cb1ee5c79 100644
--- a/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-5.0.1-r1.ebuild
@@ -12,7 +12,7 @@ MY_P=${MY_PN}-${PV}
 DESCRIPTION="Oslo i18n library"
 HOMEPAGE="https://launchpad.net/oslo;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -26,8 +26,10 @@ RDEPEND="
 "
 BDEPEND="
${CDEPEND}
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   )
 "
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-effects/

2021-06-22 Thread Patrick McLean
commit: 70a9cf0e2898f8690132155a8bfe34bdef564231
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:17:41 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a9cf0e

app-misc/openrgb-plugin-effects: new package

https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21379
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb-plugin-effects/Manifest   |  1 +
 app-misc/openrgb-plugin-effects/metadata.xml   | 15 +++
 .../openrgb-plugin-effects-0_p20210619.ebuild  | 47 ++
 3 files changed, 63 insertions(+)

diff --git a/app-misc/openrgb-plugin-effects/Manifest 
b/app-misc/openrgb-plugin-effects/Manifest
new file mode 100644
index 000..b88ac276fe9
--- /dev/null
+++ b/app-misc/openrgb-plugin-effects/Manifest
@@ -0,0 +1 @@
+DIST OpenRGBEffectsPlugin-a8ea7eef586d9dc341fbe67f60cb8cb4d69a9504.tar.bz2 
345726 BLAKE2B 
e8cf741ba935521c449d3b2a326a44b709c919cb3e3694cbd07939205b8f589dcc00b46cdb1f08684e4e4d3d0a798aade7c051ebc16c3c82368fbeb94ec84fb5
 SHA512 
134b46090386f94fcf77c4a0a1807ac94ecb8323f318e01098a1edf9b3cf555dbc7f1c5abce484dd4aba9cea32ae7aac5abc0f5f1d26e8edee4afe197f5a254f

diff --git a/app-misc/openrgb-plugin-effects/metadata.xml 
b/app-misc/openrgb-plugin-effects/metadata.xml
new file mode 100644
index 000..6a2173ad187
--- /dev/null
+++ b/app-misc/openrgb-plugin-effects/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   OpenRGBDevelopers/OpenRGBEffectsPlugin
+   
+

diff --git 
a/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20210619.ebuild 
b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20210619.ebuild
new file mode 100644
index 000..3bf56003dd4
--- /dev/null
+++ b/app-misc/openrgb-plugin-effects/openrgb-plugin-effects-0_p20210619.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+MY_GIT_COMMIT="a8ea7eef586d9dc341fbe67f60cb8cb4d69a9504"
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBEffectsPlugin-${MY_GIT_COMMIT}.tar.bz2;
+S="${WORKDIR}/OpenRGBEffectsPlugin-${MY_GIT_COMMIT}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across 
devices"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.6-r1:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-libs/openal
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/RGBController" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/i2c_smbus" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/net_port"
+}
+
+src_install() {
+   exeinto /usr/$(get_libdir)/OpenRGB/plugins
+   doexe libOpenRGBEffectsPlugin.so.1.0
+}



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

2021-06-22 Thread Patrick McLean
commit: 896d2c7a06b64854f45511d78088b8b660989b6b
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:19:12 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896d2c7a

app-misc/openrgb: update website

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb/openrgb-0.6-r1.ebuild | 2 +-
 app-misc/openrgb/openrgb-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/openrgb/openrgb-0.6-r1.ebuild 
b/app-misc/openrgb/openrgb-0.6-r1.ebuild
index 9384eedb4eb..b53579dca20 100644
--- a/app-misc/openrgb/openrgb-0.6-r1.ebuild
+++ b/app-misc/openrgb/openrgb-0.6-r1.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
-HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
+HOMEPAGE="https://openrgb.org https://gitlab.com/CalcProgrammer1/OpenRGB/;
 LICENSE="GPL-2"
 SLOT="0/1"
 

diff --git a/app-misc/openrgb/openrgb-.ebuild 
b/app-misc/openrgb/openrgb-.ebuild
index 853ad8e0414..9ea0dfa538f 100644
--- a/app-misc/openrgb/openrgb-.ebuild
+++ b/app-misc/openrgb/openrgb-.ebuild
@@ -18,7 +18,7 @@ else
 fi
 
 DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
-HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
+HOMEPAGE="https://openrgb.org https://gitlab.com/CalcProgrammer1/OpenRGB/;
 LICENSE="GPL-2"
 SLOT="0/1"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/files/, profiles/updates/, app-misc/openrgb/, app-misc/OpenRGB/, ...

2021-06-22 Thread Patrick McLean
commit: 216d3f17236a9ea06d9b3f6e8954629315717459
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:06:28 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 22:59:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216d3f17

app-misc/openrgb: rename from OpenRGB

For consistency with multiple other packages. Even the binary itself is
named with small letters now.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/{OpenRGB => openrgb}/Manifest| 0
 app-misc/{OpenRGB => openrgb}/files/OpenRGB-0.5-build-system.patch| 0
 app-misc/{OpenRGB => openrgb}/files/OpenRGB-0.6-pkgconf.patch | 0
 app-misc/{OpenRGB => openrgb}/metadata.xml| 0
 app-misc/{OpenRGB/OpenRGB-0.5.ebuild => openrgb/openrgb-0.5.ebuild}   | 2 +-
 app-misc/{OpenRGB/OpenRGB-0.6.ebuild => openrgb/openrgb-0.6.ebuild}   | 0
 app-misc/{OpenRGB/OpenRGB-.ebuild => openrgb/openrgb-.ebuild} | 0
 profiles/updates/2Q-2021  | 1 +
 8 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/OpenRGB/Manifest b/app-misc/openrgb/Manifest
similarity index 100%
rename from app-misc/OpenRGB/Manifest
rename to app-misc/openrgb/Manifest

diff --git a/app-misc/OpenRGB/files/OpenRGB-0.5-build-system.patch 
b/app-misc/openrgb/files/OpenRGB-0.5-build-system.patch
similarity index 100%
rename from app-misc/OpenRGB/files/OpenRGB-0.5-build-system.patch
rename to app-misc/openrgb/files/OpenRGB-0.5-build-system.patch

diff --git a/app-misc/OpenRGB/files/OpenRGB-0.6-pkgconf.patch 
b/app-misc/openrgb/files/OpenRGB-0.6-pkgconf.patch
similarity index 100%
rename from app-misc/OpenRGB/files/OpenRGB-0.6-pkgconf.patch
rename to app-misc/openrgb/files/OpenRGB-0.6-pkgconf.patch

diff --git a/app-misc/OpenRGB/metadata.xml b/app-misc/openrgb/metadata.xml
similarity index 100%
rename from app-misc/OpenRGB/metadata.xml
rename to app-misc/openrgb/metadata.xml

diff --git a/app-misc/OpenRGB/OpenRGB-0.5.ebuild 
b/app-misc/openrgb/openrgb-0.5.ebuild
similarity index 96%
rename from app-misc/OpenRGB/OpenRGB-0.5.ebuild
rename to app-misc/openrgb/openrgb-0.5.ebuild
index 6c5d8e23cd0..c96e46374ac 100644
--- a/app-misc/OpenRGB/OpenRGB-0.5.ebuild
+++ b/app-misc/openrgb/openrgb-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/app-misc/OpenRGB/OpenRGB-0.6.ebuild 
b/app-misc/openrgb/openrgb-0.6.ebuild
similarity index 100%
rename from app-misc/OpenRGB/OpenRGB-0.6.ebuild
rename to app-misc/openrgb/openrgb-0.6.ebuild

diff --git a/app-misc/OpenRGB/OpenRGB-.ebuild 
b/app-misc/openrgb/openrgb-.ebuild
similarity index 100%
rename from app-misc/OpenRGB/OpenRGB-.ebuild
rename to app-misc/openrgb/openrgb-.ebuild

diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021
index a37b7d1d620..d47fc803402 100644
--- a/profiles/updates/2Q-2021
+++ b/profiles/updates/2Q-2021
@@ -5,3 +5,4 @@ move dev-util/robin-hood-hashing dev-cpp/robin-hood-hashing
 move dev-python/awscli app-admin/awscli
 move dev-util/dwarves dev-util/pahole
 move net-irc/oragono net-irc/ergo
+move app-misc/OpenRGB app-misc/openrgb



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-skin/

2021-06-22 Thread Patrick McLean
commit: 8cad25395e919a3905450e081e6c3e0f900c6858
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:16:04 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cad2539

app-misc/openrgb-plugin-skin: new package

https://gitlab.com/OpenRGBDevelopers/openrgbskinplugin

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb-plugin-skin/Manifest  |  1 +
 app-misc/openrgb-plugin-skin/metadata.xml  | 15 +++
 .../openrgb-plugin-skin-0_p20210601.ebuild | 46 ++
 3 files changed, 62 insertions(+)

diff --git a/app-misc/openrgb-plugin-skin/Manifest 
b/app-misc/openrgb-plugin-skin/Manifest
new file mode 100644
index 000..7e97f83b58c
--- /dev/null
+++ b/app-misc/openrgb-plugin-skin/Manifest
@@ -0,0 +1 @@
+DIST openrgbskinplugin-3d937cf5112a98052f98a106dc0f5de1eafc20ea.tar.bz2 14673 
BLAKE2B 
e9ba7e072882a995d9d37274e612f0ad404c369bafb4e59db379f43242873f08f36adc5521277c2bac4e730c35cde561e535e30e5a37155bfe0fa408d5ba3b45
 SHA512 
1a23b843230da6778079873949e72280efe46c6c015eb27456283bae5d88b539d8a5f69e6f1580400e1cfa746bcd36b6a1ae597f510b0c331d16f56b6ae28670

diff --git a/app-misc/openrgb-plugin-skin/metadata.xml 
b/app-misc/openrgb-plugin-skin/metadata.xml
new file mode 100644
index 000..33a23a62059
--- /dev/null
+++ b/app-misc/openrgb-plugin-skin/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   OpenRGBDevelopers/openrgbskinplugin
+   
+

diff --git 
a/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0_p20210601.ebuild 
b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0_p20210601.ebuild
new file mode 100644
index 000..82292356f05
--- /dev/null
+++ b/app-misc/openrgb-plugin-skin/openrgb-plugin-skin-0_p20210601.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+MY_GIT_COMMIT="3d937cf5112a98052f98a106dc0f5de1eafc20ea"
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/openrgbskinplugin/-/archive/${MY_GIT_COMMIT}/openrgbskinplugin-${MY_GIT_COMMIT}.tar.bz2;
+S="${WORKDIR}/openrgbskinplugin-${MY_GIT_COMMIT}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB that allows you to customize the look and feel 
of OpenRGB"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/openrgbskinplugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.6-r1:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/RGBController" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/i2c_smbus" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/net_port"
+}
+
+src_install() {
+   exeinto /usr/$(get_libdir)/OpenRGB/plugins
+   doexe libOpenRGBSkinPlugin.so.1.0.0
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb-plugin-visualmap/

2021-06-22 Thread Patrick McLean
commit: efce5c2a024c846814fcff506088ef6a43b06ee8
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:17:01 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efce5c2a

app-misc/openrgb-plugin-visualmap: new package

https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb-plugin-visualmap/Manifest |  1 +
 app-misc/openrgb-plugin-visualmap/metadata.xml | 15 +++
 .../openrgb-plugin-visualmap-0_p20210614.ebuild| 47 ++
 3 files changed, 63 insertions(+)

diff --git a/app-misc/openrgb-plugin-visualmap/Manifest 
b/app-misc/openrgb-plugin-visualmap/Manifest
new file mode 100644
index 000..1f301c65ac4
--- /dev/null
+++ b/app-misc/openrgb-plugin-visualmap/Manifest
@@ -0,0 +1 @@
+DIST OpenRGBVisualMapPlugin-b603bb994719c765cc52c116c6f9f3983fc2a7b2.tar.bz2 
45381 BLAKE2B 
e289f952a8f6553ff81a557753cbb94fb56111a6724f3141fc44a2f1abe9fa3d8e8b4eb769b54adfcb8ee6580d26378ca0b15fd83c14eb669e4682dad07729b8
 SHA512 
aab553dff55bc4d6990657ad9f29dbbe5ab78dfb532dba50923b32c2bb86ced8d37fc1190dca1b59f420aba7f0db81fbd0d35d49e499e19b9efa4638269a784d

diff --git a/app-misc/openrgb-plugin-visualmap/metadata.xml 
b/app-misc/openrgb-plugin-visualmap/metadata.xml
new file mode 100644
index 000..6a2173ad187
--- /dev/null
+++ b/app-misc/openrgb-plugin-visualmap/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   alexey+gen...@asokolov.org
+   Alexey Sokolov
+   
+   
+   OpenRGBDevelopers/OpenRGBEffectsPlugin
+   
+

diff --git 
a/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild
new file mode 100644
index 000..c7569869352
--- /dev/null
+++ 
b/app-misc/openrgb-plugin-visualmap/openrgb-plugin-visualmap-0_p20210614.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+MY_GIT_COMMIT="b603bb994719c765cc52c116c6f9f3983fc2a7b2"
+SRC_URI="https://gitlab.com/OpenRGBDevelopers/OpenRGBVisualMapPlugin/-/archive/${MY_GIT_COMMIT}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}.tar.bz2;
+S="${WORKDIR}/OpenRGBVisualMapPlugin-${MY_GIT_COMMIT}"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Plugin for OpenRGB to create virtual devices out of multiple real 
ones"
+HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=app-misc/openrgb-0.6-r1:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+
+src_prepare() {
+   default
+   rm -r OpenRGB || die
+   sed -i -e '/RGBController.cpp/d' OpenRGBVisualMapPlugin.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/RGBController" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/i2c_smbus" \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/OpenRGB/net_port"
+}
+
+src_install() {
+   exeinto /usr/$(get_libdir)/OpenRGB/plugins
+   doexe libOpenRGBVisualMapPlugin.so.1.0.0
+}



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

2021-06-22 Thread Patrick McLean
commit: 5a4647ab24f713d205193b5b98daea185623e6d9
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:08:47 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4647ab

app-misc/openrgb: drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb/Manifest   |  1 -
 app-misc/openrgb/openrgb-0.5.ebuild | 53 -
 2 files changed, 54 deletions(-)

diff --git a/app-misc/openrgb/Manifest b/app-misc/openrgb/Manifest
index dc65a0e68b1..319d0a7ed28 100644
--- a/app-misc/openrgb/Manifest
+++ b/app-misc/openrgb/Manifest
@@ -1,2 +1 @@
-DIST OpenRGB-release_0.5.tar.bz2 24183948 BLAKE2B 
c3e6eaab2224f97287a454375486cdacc6814f35fe6752271293d30110d066998d95a901224929cdec7f57a3983fa9d8f5dc488a2ccb6d128df36fac6bc4582a
 SHA512 
d0bd69de94e7e94b9972c07851602d8437b4485d02e83e2fe84f21292acbeef32624ec82d5cb79de85a4dfec35431c469b124b0cc41cf1f741e6e52803dd82eb
 DIST OpenRGB-release_0.6.tar.bz2 24301305 BLAKE2B 
20d8f8f7a3189fd5f94b008b11c869d2a8584dc038322e4ac8649c7b57172637133dd18c05ed8eaa6907ba7c097280727a9e7ce2e676250146044bbc2d66921e
 SHA512 
9eb090e1cab121308f3adea8c50feb819a19cb52feff29e45ec24dfbb37013421f53d2ac614496781af1ef4e612dd41c1abafec509430df7d0715aba59ee5a32

diff --git a/app-misc/openrgb/openrgb-0.5.ebuild 
b/app-misc/openrgb/openrgb-0.5.ebuild
deleted file mode 100644
index c96e46374ac..000
--- a/app-misc/openrgb/openrgb-0.5.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://gitlab.com/CalcProgrammer1/OpenRGB"}
-else
-   
SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2;
-   S="${WORKDIR}/OpenRGB-release_${PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
-HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND="
-   dev-libs/hidapi:=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   virtual/libusb:1
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/nlohmann_json
-"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   rm -r dependencies/{hidapi,libusb,json}* || die
-   if [[ ${PV} != ** ]]; then
-   eapply "${FILESDIR}/OpenRGB-0.5-build-system.patch"
-   fi
-}
-
-src_configure() {
-   eqmake5 INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${ED}" install
-
-   dodoc README.md OpenRGB.patch
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openrgb/files/, app-misc/openrgb/

2021-06-22 Thread Patrick McLean
commit: 65aef5dafc07f7cadbf8d2a9817b9aa4425c294b
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Jun 22 21:14:47 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun 22 23:00:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65aef5da

app-misc/openrgb: allow installing plugins

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/openrgb/files/OpenRGB-0.6-plugins.patch   | 24 +++
 .../{openrgb-.ebuild => openrgb-0.6-r1.ebuild} | 27 ++
 app-misc/openrgb/openrgb-.ebuild   | 24 ---
 3 files changed, 67 insertions(+), 8 deletions(-)

diff --git a/app-misc/openrgb/files/OpenRGB-0.6-plugins.patch 
b/app-misc/openrgb/files/OpenRGB-0.6-plugins.patch
new file mode 100644
index 000..ccc83de27eb
--- /dev/null
+++ b/app-misc/openrgb/files/OpenRGB-0.6-plugins.patch
@@ -0,0 +1,24 @@
+Allow installation of plugins not only in ~/.config
+
+Used by app-misc/openrgb-plugin-* packages
+
+diff --git a/PluginManager.cpp b/PluginManager.cpp
+index b424b8b..991fb75 100644
+--- a/PluginManager.cpp
 b/PluginManager.cpp
+@@ -15,7 +15,8 @@ void PluginManager::ScanAndLoadPlugins(bool dark_theme)
+ 
\*--*/
+ OpenRGBPluginInterface *OpenRGBPlugin = nullptr;
+ 
+-const QDir pluginsDir = 
QString().fromStdString(ResourceManager::get()->GetConfigurationDirectory()) + 
"plugins/";
++for (const QDir pluginsDir : 
{QString().fromStdString(ResourceManager::get()->GetConfigurationDirectory()) + 
"plugins/",
++  
QString().fromStdString(GENTOO_PLUGINS_DIR)}) {
+ 
+ std::vector FileList;
+ 
+@@ -54,4 +56,5 @@ void PluginManager::ScanAndLoadPlugins(bool dark_theme)
+ std::cout << loader.errorString().toStdString() << std::endl;
+ }
+ }
++}
+ }

diff --git a/app-misc/openrgb/openrgb-.ebuild 
b/app-misc/openrgb/openrgb-0.6-r1.ebuild
similarity index 55%
copy from app-misc/openrgb/openrgb-.ebuild
copy to app-misc/openrgb/openrgb-0.6-r1.ebuild
index c1f1eb4bbcb..9384eedb4eb 100644
--- a/app-misc/openrgb/openrgb-.ebuild
+++ b/app-misc/openrgb/openrgb-0.6-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils
+inherit flag-o-matic qmake-utils
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
@@ -20,14 +20,13 @@ fi
 DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
 HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="0/1"
 
 RDEPEND="
dev-libs/hidapi:=
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
-   net-libs/mbedtls:=
virtual/libusb:1
 "
 DEPEND="
@@ -40,19 +39,37 @@ BDEPEND="
 
 PATCHES+=(
"${FILESDIR}"/OpenRGB-0.6-pkgconf.patch
+   "${FILESDIR}"/OpenRGB-0.6-plugins.patch
 )
 
 src_prepare() {
default
-   rm -r dependencies/{hidapi,libusb,json,mbedtls}* || die
+   rm -r dependencies/{hidapi,libusb,json}* || die
 }
 
 src_configure() {
-   eqmake5 INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
+   # Some plugins require symbols defined in the main binary.
+   # The official build system bundles OpenRGB as a submodule instead, and
+   # compiles the .cpp file again.
+   append-ldflags -Wl,--export-dynamic
+
+   eqmake5 \
+   INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann" \
+   
DEFINES+="GENTOO_PLUGINS_DIR=\"\\\"${EPREFIX}/usr/$(get_libdir)/OpenRGB/plugins\"\\\""
 }
 
 src_install() {
emake INSTALL_ROOT="${ED}" install
 
dodoc README.md OpenRGB.patch
+
+   # This is for plugins. Upstream doesn't install any headers at all.
+   insinto /usr/include/OpenRGB
+   doins *.h
+   insinto /usr/include/OpenRGB/RGBController
+   doins RGBController/*.h
+   insinto /usr/include/OpenRGB/i2c_smbus
+   doins i2c_smbus/*.h
+   insinto /usr/include/OpenRGB/net_port
+   doins net_port/*.h
 }

diff --git a/app-misc/openrgb/openrgb-.ebuild 
b/app-misc/openrgb/openrgb-.ebuild
index c1f1eb4bbcb..853ad8e0414 100644
--- a/app-misc/openrgb/openrgb-.ebuild
+++ b/app-misc/openrgb/openrgb-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit qmake-utils
+inherit flag-o-matic qmake-utils
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
@@ -20,7 +20,7 @@ fi
 DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
 HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="0/1"
 
 RDEPEND="
dev-libs/hidapi:=
@@ -40,6 +40,7 @@ BDEPEND="
 
 PATCHES+=(
"${FILESDIR}"/OpenRGB-0.6-pkgconf.patch
+   "${FILESDIR}"/OpenRGB-0.6-plugins.patch
 )
 
 src_prepare() {
@@ -48,11 +49,28 @@ src_prepare() {
 }
 
 

[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libphonenumber/, x11-misc/squeekboard/, media-sound/callaudiod/, ...

2021-06-22 Thread Marco Scardovi
commit: c5820868375c6996faa19d278f09219b93e1d270
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 22:34:19 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 22:43:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5820868

fix metadatas

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

 app-mobilephone/flashlight/metadata.xml| 3 ---
 app-mobilephone/mobile-config-firefox/metadata.xml | 3 ---
 dev-libs/feedbackd/metadata.xml| 3 ---
 dev-libs/libphonenumber/metadata.xml   | 3 ---
 gui-wm/phosh/metadata.xml  | 3 ---
 media-sound/callaudiod/metadata.xml| 3 ---
 media-video/megapixels/metadata.xml| 3 ---
 net-im/chatty/metadata.xml | 3 ---
 net-voip/calls/metadata.xml| 3 ---
 x11-misc/squeekboard/metadata.xml  | 3 ---
 x11-plugins/purple-mm-sms/metadata.xml | 3 ---
 x11-themes/sound-theme-librem5/metadata.xml| 3 ---
 12 files changed, 36 deletions(-)

diff --git a/app-mobilephone/flashlight/metadata.xml 
b/app-mobilephone/flashlight/metadata.xml
index a0b29038e..144c8091c 100644
--- a/app-mobilephone/flashlight/metadata.xml
+++ b/app-mobilephone/flashlight/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/app-mobilephone/mobile-config-firefox/metadata.xml 
b/app-mobilephone/mobile-config-firefox/metadata.xml
index a0b29038e..144c8091c 100644
--- a/app-mobilephone/mobile-config-firefox/metadata.xml
+++ b/app-mobilephone/mobile-config-firefox/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/dev-libs/feedbackd/metadata.xml b/dev-libs/feedbackd/metadata.xml
index a0b29038e..144c8091c 100644
--- a/dev-libs/feedbackd/metadata.xml
+++ b/dev-libs/feedbackd/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/dev-libs/libphonenumber/metadata.xml 
b/dev-libs/libphonenumber/metadata.xml
index a0b29038e..144c8091c 100644
--- a/dev-libs/libphonenumber/metadata.xml
+++ b/dev-libs/libphonenumber/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/gui-wm/phosh/metadata.xml b/gui-wm/phosh/metadata.xml
index a0b29038e..144c8091c 100644
--- a/gui-wm/phosh/metadata.xml
+++ b/gui-wm/phosh/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/media-sound/callaudiod/metadata.xml 
b/media-sound/callaudiod/metadata.xml
index a0b29038e..144c8091c 100644
--- a/media-sound/callaudiod/metadata.xml
+++ b/media-sound/callaudiod/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/media-video/megapixels/metadata.xml 
b/media-video/megapixels/metadata.xml
index a0b29038e..144c8091c 100644
--- a/media-video/megapixels/metadata.xml
+++ b/media-video/megapixels/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/net-im/chatty/metadata.xml b/net-im/chatty/metadata.xml
index a0b29038e..144c8091c 100644
--- a/net-im/chatty/metadata.xml
+++ b/net-im/chatty/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/net-voip/calls/metadata.xml b/net-voip/calls/metadata.xml
index a0b29038e..144c8091c 100644
--- a/net-voip/calls/metadata.xml
+++ b/net-voip/calls/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/x11-misc/squeekboard/metadata.xml 
b/x11-misc/squeekboard/metadata.xml
index a0b29038e..144c8091c 100644
--- a/x11-misc/squeekboard/metadata.xml
+++ b/x11-misc/squeekboard/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/x11-plugins/purple-mm-sms/metadata.xml 
b/x11-plugins/purple-mm-sms/metadata.xml
index a0b29038e..144c8091c 100644
--- a/x11-plugins/purple-mm-sms/metadata.xml
+++ b/x11-plugins/purple-mm-sms/metadata.xml
@@ -5,7 +5,4 @@
ma...@scardovi.com
Marco Scardovi

-   
-   atom/atom
-   
 

diff --git a/x11-themes/sound-theme-librem5/metadata.xml 

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

2021-06-22 Thread Marco Scardovi
commit: 7f2b4d1b90b4dc22eac4f7125ed9db3910339210
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 22:36:39 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 22:43:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f2b4d1b

dev-libs/olm: add myself as co-maintainer

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

 dev-libs/olm/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/olm/metadata.xml b/dev-libs/olm/metadata.xml
index 001398bcd..4db77a8b9 100644
--- a/dev-libs/olm/metadata.xml
+++ b/dev-libs/olm/metadata.xml
@@ -5,6 +5,10 @@
gen...@tastytea.de
Ronny (tastytea) Gutbrod

+   
+   ma...@scardovi.com
+   Marco Scardovi
+   

An implementation of the Double Ratchet cryptographic ratchet 
written in
C and C++11 and exposed as a C API.



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/

2021-06-22 Thread Sam James
commit: 4973888a64c9e7ff608c4e0a0d4c0f842a3a0d30
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:22:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4973888a

sci-mathematics/maxima: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Michał Górny  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../maxima/{maxima-5.42.1.ebuild => maxima-5.42.1-r1.ebuild}   | 3 ++-
 .../maxima/{maxima-5.44.0-r8.ebuild => maxima-5.44.0-r10.ebuild}   | 1 +
 .../maxima/{maxima-5.44.0-r4.ebuild => maxima-5.44.0-r9.ebuild}| 1 +
 .../maxima/{maxima-5.45.1.ebuild => maxima-5.45.1-r1.ebuild}   | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/maxima/maxima-5.42.1.ebuild 
b/sci-mathematics/maxima/maxima-5.42.1-r1.ebuild
similarity index 98%
rename from sci-mathematics/maxima/maxima-5.42.1.ebuild
rename to sci-mathematics/maxima/maxima-5.42.1-r1.ebuild
index fa012edc92b..087518553d5 100644
--- a/sci-mathematics/maxima/maxima-5.42.1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.42.1-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=6
@@ -32,6 +32,7 @@ done
 
 # texlive-latexrecommended needed by imaxima for breqn.sty
 RDEPEND="!app-emacs/imaxima
+   virtual/libcrypt:=
X? ( x11-misc/xdg-utils
 sci-visualization/gnuplot[gd]
 tk? ( dev-lang/tk:0 ) )

diff --git a/sci-mathematics/maxima/maxima-5.44.0-r8.ebuild 
b/sci-mathematics/maxima/maxima-5.44.0-r10.ebuild
similarity index 99%
rename from sci-mathematics/maxima/maxima-5.44.0-r8.ebuild
rename to sci-mathematics/maxima/maxima-5.44.0-r10.ebuild
index 1ef1c4f672a..7b3910f7106 100644
--- a/sci-mathematics/maxima/maxima-5.44.0-r8.ebuild
+++ b/sci-mathematics/maxima/maxima-5.44.0-r10.ebuild
@@ -47,6 +47,7 @@ BDEPEND="
 
 DEPEND="
${LISP_DEPEND}
+   virtual/libcrypt:=
emacs? ( >=app-editors/emacs-23.1:* )
gui? ( dev-lang/tk:0 )
 "

diff --git a/sci-mathematics/maxima/maxima-5.44.0-r4.ebuild 
b/sci-mathematics/maxima/maxima-5.44.0-r9.ebuild
similarity index 99%
rename from sci-mathematics/maxima/maxima-5.44.0-r4.ebuild
rename to sci-mathematics/maxima/maxima-5.44.0-r9.ebuild
index 3babe7349ba..4f4ea7fe41d 100644
--- a/sci-mathematics/maxima/maxima-5.44.0-r4.ebuild
+++ b/sci-mathematics/maxima/maxima-5.44.0-r9.ebuild
@@ -42,6 +42,7 @@ done
 # currently useless since Tcl/Tk support was dropped in sci-libs/vtk.
 # Thus we include VTK only as an optional dependency.
 RDEPEND="
+   virtual/libcrypt:=
X? (
x11-misc/xdg-utils
sci-visualization/gnuplot[gd]

diff --git a/sci-mathematics/maxima/maxima-5.45.1.ebuild 
b/sci-mathematics/maxima/maxima-5.45.1-r1.ebuild
similarity index 99%
rename from sci-mathematics/maxima/maxima-5.45.1.ebuild
rename to sci-mathematics/maxima/maxima-5.45.1-r1.ebuild
index 02d33fe5db6..43eddc8c8b5 100644
--- a/sci-mathematics/maxima/maxima-5.45.1.ebuild
+++ b/sci-mathematics/maxima/maxima-5.45.1-r1.ebuild
@@ -47,6 +47,7 @@ BDEPEND="
 
 DEPEND="
${LISP_DEPEND}
+   virtual/libcrypt:=
emacs? ( >=app-editors/emacs-26:* )
gui? ( dev-lang/tk:0 )
 "



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2021-06-22 Thread Sam James
commit: 63065a50e89701d25d9ff833ced99d6204e4dcde
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:09:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63065a50

app-benchmarks/stress-ng: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../stress-ng/{stress-ng-0.12.09.ebuild => stress-ng-0.12.09-r1.ebuild}  | 1 +
 .../stress-ng/{stress-ng-0.12.10.ebuild => stress-ng-0.12.10-r1.ebuild}  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild
similarity index 97%
rename from app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild
rename to app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild
index a29434661e6..d0f6f93df40 100644
--- a/app-benchmarks/stress-ng/stress-ng-0.12.09.ebuild
+++ b/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild
@@ -21,6 +21,7 @@ DEPEND="
sys-apps/keyutils:=
sys-libs/libcap
sys-libs/zlib
+   virtual/libcrypt:=
 "
 
 RDEPEND="${DEPEND}"

diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild
similarity index 97%
rename from app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild
rename to app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild
index 670270f6cec..309cd350a1c 100644
--- a/app-benchmarks/stress-ng/stress-ng-0.12.10.ebuild
+++ b/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild
@@ -21,6 +21,7 @@ DEPEND="
sys-apps/keyutils:=
sys-libs/libcap
sys-libs/zlib
+   virtual/libcrypt:=
 "
 
 RDEPEND="${DEPEND}"



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

2021-06-22 Thread Sam James
commit: 7535890dfe52924697c435fbbd56e168ea4dde07
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:17:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7535890d

mail-mta/opensmtpd: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Georgy Yakovlev  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{opensmtpd-6.8.0_p2.ebuild => opensmtpd-6.8.0_p2-r1.ebuild}| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild 
b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild
similarity index 97%
rename from mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild
rename to mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild
index 9adcaa46b33..67c2b0cada9 100644
--- a/mail-mta/opensmtpd/opensmtpd-6.8.0_p2.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-6.8.0_p2-r1.ebuild
@@ -22,10 +22,11 @@ DEPEND="
sys-libs/zlib
pam? ( sys-libs/pam )
berkdb? ( sys-libs/db:= )
-   dev-libs/libevent
+   dev-libs/libevent:=
app-misc/ca-certificates
net-mail/mailbase
net-libs/libasr
+   virtual/libcrypt:=
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim



[gentoo-commits] repo/gentoo:master commit in: sci-physics/root/

2021-06-22 Thread Sam James
commit: 841fd9c87329a1ecf4df681cf1a340ed5ee44882
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:07:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=841fd9c8

sci-physics/root: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 sci-physics/root/{root-6.22.08.ebuild => root-6.22.06-r1.ebuild} | 1 +
 sci-physics/root/{root-6.22.06.ebuild => root-6.22.08-r1.ebuild} | 3 ++-
 sci-physics/root/{root-6.24.00.ebuild => root-6.24.00-r1.ebuild} | 1 +
 sci-physics/root/root-6.24..ebuild   | 1 +
 sci-physics/root/root-.ebuild| 1 +
 5 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-physics/root/root-6.22.08.ebuild 
b/sci-physics/root/root-6.22.06-r1.ebuild
similarity index 99%
rename from sci-physics/root/root-6.22.08.ebuild
rename to sci-physics/root/root-6.22.06-r1.ebuild
index a29242ff0a8..905c8eea79f 100644
--- a/sci-physics/root/root-6.22.08.ebuild
+++ b/sci-physics/root/root-6.22.06-r1.ebuild
@@ -47,6 +47,7 @@ CDEPEND="
media-fonts/dejavu
media-libs/freetype:2
media-libs/libpng:0=
+   virtual/libcrypt:=
sys-libs/ncurses:=
sys-libs/zlib
X? (

diff --git a/sci-physics/root/root-6.22.06.ebuild 
b/sci-physics/root/root-6.22.08-r1.ebuild
similarity index 99%
rename from sci-physics/root/root-6.22.06.ebuild
rename to sci-physics/root/root-6.22.08-r1.ebuild
index 9828e1e27d7..905c8eea79f 100644
--- a/sci-physics/root/root-6.22.06.ebuild
+++ b/sci-physics/root/root-6.22.08-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
@@ -47,6 +47,7 @@ CDEPEND="
media-fonts/dejavu
media-libs/freetype:2
media-libs/libpng:0=
+   virtual/libcrypt:=
sys-libs/ncurses:=
sys-libs/zlib
X? (

diff --git a/sci-physics/root/root-6.24.00.ebuild 
b/sci-physics/root/root-6.24.00-r1.ebuild
similarity index 99%
rename from sci-physics/root/root-6.24.00.ebuild
rename to sci-physics/root/root-6.24.00-r1.ebuild
index 9357a155802..176a2987b02 100644
--- a/sci-physics/root/root-6.24.00.ebuild
+++ b/sci-physics/root/root-6.24.00-r1.ebuild
@@ -49,6 +49,7 @@ CDEPEND="
media-fonts/dejavu
media-libs/freetype:2
media-libs/libpng:0=
+   virtual/libcrypt:=
sys-libs/ncurses:=
sys-libs/zlib
X? (

diff --git a/sci-physics/root/root-6.24..ebuild 
b/sci-physics/root/root-6.24..ebuild
index dabb6bbd617..b9d938a4ba8 100644
--- a/sci-physics/root/root-6.24..ebuild
+++ b/sci-physics/root/root-6.24..ebuild
@@ -60,6 +60,7 @@ CDEPEND="
media-fonts/dejavu
media-libs/freetype:2
media-libs/libpng:0=
+   virtual/libcrypt:=
sys-libs/ncurses:=
sys-libs/zlib
X? (

diff --git a/sci-physics/root/root-.ebuild 
b/sci-physics/root/root-.ebuild
index dabb6bbd617..b9d938a4ba8 100644
--- a/sci-physics/root/root-.ebuild
+++ b/sci-physics/root/root-.ebuild
@@ -60,6 +60,7 @@ CDEPEND="
media-fonts/dejavu
media-libs/freetype:2
media-libs/libpng:0=
+   virtual/libcrypt:=
sys-libs/ncurses:=
sys-libs/zlib
X? (



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/

2021-06-22 Thread Sam James
commit: e34c822345879ea616d762d8035b47d5e3a1ca24
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:28:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34c8223

kde-plasma/plasma-desktop: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Georgy Yakovlev  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{plasma-desktop-5.21.5.ebuild => plasma-desktop-5.21.5-r1.ebuild}| 1 +
 .../{plasma-desktop-5.22.1.ebuild => plasma-desktop-5.22.1-r1.ebuild}| 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.21.5.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.21.5-r1.ebuild
similarity index 99%
rename from kde-plasma/plasma-desktop/plasma-desktop-5.21.5.ebuild
rename to kde-plasma/plasma-desktop/plasma-desktop-5.21.5-r1.ebuild
index 0e6950fd4a0..a88091b43e1 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.21.5.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.21.5-r1.ebuild
@@ -73,6 +73,7 @@ COMMON_DEPEND="
>=kde-plasma/libkworkspace-${PVCUT}:5
>=kde-plasma/plasma-workspace-${PVCUT}:5
>=media-libs/phonon-4.11.0
+   virtual/libcrypt:=
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXi

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.22.1.ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.22.1-r1.ebuild
similarity index 99%
rename from kde-plasma/plasma-desktop/plasma-desktop-5.22.1.ebuild
rename to kde-plasma/plasma-desktop/plasma-desktop-5.22.1-r1.ebuild
index 25ff57464ff..e3ac5f790ba 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.22.1.ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.22.1-r1.ebuild
@@ -74,6 +74,7 @@ COMMON_DEPEND="
>=kde-plasma/libkworkspace-${PVCUT}:5
>=kde-plasma/plasma-workspace-${PVCUT}:5
>=media-libs/phonon-4.11.0
+   virtual/libcrypt:=
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libXi



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_ldap/

2021-06-22 Thread Sam James
commit: 7015699fb099417b7331413afc6942bb7f2e0ace
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:10:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7015699f

sys-auth/pam_ldap: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 sys-auth/pam_ldap/{pam_ldap-186-r1.ebuild => pam_ldap-186-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild 
b/sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
similarity index 94%
rename from sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
rename to sys-auth/pam_ldap/pam_ldap-186-r2.ebuild
index a1a5e14b6b1..265ea06539f 100644
--- a/sys-auth/pam_ldap/pam_ldap-186-r1.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-186-r2.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
@@ -16,6 +16,7 @@ IUSE="ssl sasl"
 
 DEPEND="sys-libs/pam[${MULTILIB_USEDEP}]
>=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=
sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r3[${MULTILIB_USEDEP}] )"
 
 RDEPEND="${DEPEND}"



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

2021-06-22 Thread Sam James
commit: 499876bdc9b62c73581bd7402aceee65848785f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:03:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:29:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499876bd

x11-misc/x11vnc: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 x11-misc/x11vnc/{x11vnc-0.9.16-r4.ebuild => x11vnc-0.9.16-r6.ebuild} | 1 +
 x11-misc/x11vnc/{x11vnc-0.9.16-r5.ebuild => x11vnc-0.9.16-r7.ebuild} | 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r6.ebuild
similarity index 98%
rename from x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
rename to x11-misc/x11vnc/x11vnc-0.9.16-r6.ebuild
index 747abaec59d..74df787e2dd 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r6.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
x11-libs/libXcursor
x11-libs/libXext
>=x11-libs/libXtst-1.1.0
+   virtual/libcrypt:=
ssl? ( dev-libs/openssl:0= )
xcomposite? ( x11-libs/libXcomposite )
xdamage? ( x11-libs/libXdamage )

diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.16-r7.ebuild
similarity index 98%
rename from x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
rename to x11-misc/x11vnc/x11vnc-0.9.16-r7.ebuild
index 0980e502c5f..97a1cb224ec 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.16-r7.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
x11-libs/libXcursor
x11-libs/libXext
>=x11-libs/libXtst-1.1.0
+   virtual/libcrypt:=
ssl? ( dev-libs/openssl:0= )
xcomposite? ( x11-libs/libXcomposite )
xdamage? ( x11-libs/libXdamage )



[gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/

2021-06-22 Thread Sam James
commit: 5219985efb5d1a676a228c3d4c65dd25e6dc7bb9
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:01:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:29:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5219985e

mail-client/alpine: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 mail-client/alpine/{alpine-2.24.ebuild => alpine-2.24-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-client/alpine/alpine-2.24.ebuild 
b/mail-client/alpine/alpine-2.24-r1.ebuild
similarity index 97%
rename from mail-client/alpine/alpine-2.24.ebuild
rename to mail-client/alpine/alpine-2.24-r1.ebuild
index cab52c028be..16d284d558d 100644
--- a/mail-client/alpine/alpine-2.24.ebuild
+++ b/mail-client/alpine/alpine-2.24-r1.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl 
threads"
 
-DEPEND="sys-libs/ncurses
+DEPEND="sys-libs/ncurses:=
+   virtual/libcrypt:=
kerberos? ( app-crypt/mit-krb5 )
ldap? ( net-nds/openldap )
spell? ( app-text/aspell )



[gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/

2021-06-22 Thread Sam James
commit: 136c8e2c484fc372112be7dbdc5619bbc20b8b49
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 21:58:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:29:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=136c8e2c

app-shells/tcsh: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 app-shells/tcsh/{tcsh-6.22.02.ebuild => tcsh-6.22.02-r1.ebuild} | 1 +
 app-shells/tcsh/{tcsh-6.22.04.ebuild => tcsh-6.22.04-r1.ebuild} | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-shells/tcsh/tcsh-6.22.02.ebuild 
b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
similarity index 99%
rename from app-shells/tcsh/tcsh-6.22.02.ebuild
rename to app-shells/tcsh/tcsh-6.22.02-r1.ebuild
index b5d2662737f..962d72644d4 100644
--- a/app-shells/tcsh/tcsh-6.22.02.ebuild
+++ b/app-shells/tcsh/tcsh-6.22.02-r1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 # we need gettext because we run autoconf (AM_ICONV)
 RDEPEND="
>=sys-libs/ncurses-5.1:0=
+   virtual/libcrypt:=
virtual/libiconv"
 DEPEND="${RDEPEND}
sys-devel/gettext

diff --git a/app-shells/tcsh/tcsh-6.22.04.ebuild 
b/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
similarity index 99%
rename from app-shells/tcsh/tcsh-6.22.04.ebuild
rename to app-shells/tcsh/tcsh-6.22.04-r1.ebuild
index 41835e196fe..da1bb0b9c52 100644
--- a/app-shells/tcsh/tcsh-6.22.04.ebuild
+++ b/app-shells/tcsh/tcsh-6.22.04-r1.ebuild
@@ -22,6 +22,7 @@ RESTRICT="test"
 # we need gettext because we run autoconf (AM_ICONV)
 RDEPEND="
>=sys-libs/ncurses-5.1:0=
+   virtual/libcrypt:=
virtual/libiconv"
 DEPEND="${RDEPEND}
sys-devel/gettext



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ganglia/

2021-06-22 Thread Sam James
commit: b6dda9857f0f59ae7ee198b8028cbc0027bf9ec1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:06:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dda985

sys-cluster/ganglia: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../ganglia/{ganglia-3.7.1-r2.ebuild => ganglia-3.7.1-r3.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild 
b/sys-cluster/ganglia/ganglia-3.7.1-r3.ebuild
similarity index 96%
rename from sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild
rename to sys-cluster/ganglia/ganglia-3.7.1-r3.ebuild
index 1154eb27599..bb07730b6dd 100644
--- a/sys-cluster/ganglia/ganglia-3.7.1-r2.ebuild
+++ b/sys-cluster/ganglia/ganglia-3.7.1-r3.ebuild
@@ -14,11 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE="minimal pcre examples"
 
-DEPEND="dev-libs/confuse
+DEPEND="dev-libs/confuse:=
dev-libs/expat
-   >=dev-libs/apr-1.0
+   >=dev-libs/apr-1.0:=
net-libs/libnsl:0=
net-libs/libtirpc:0=
+   virtual/libcrypt:=
!dev-db/firebird
pcre? ( dev-libs/libpcre )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xdm/

2021-06-22 Thread Sam James
commit: 4113c738a80e90d854135f950e7db794153e211e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:04:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:34:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4113c738

x11-apps/xdm: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 x11-apps/xdm/{xdm-1.1.12.ebuild => xdm-1.1.12-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-apps/xdm/xdm-1.1.12.ebuild b/x11-apps/xdm/xdm-1.1.12-r1.ebuild
similarity index 98%
rename from x11-apps/xdm/xdm-1.1.12.ebuild
rename to x11-apps/xdm/xdm-1.1.12-r1.ebuild
index 1199ae27622..710112c9b7e 100644
--- a/x11-apps/xdm/xdm-1.1.12.ebuild
+++ b/x11-apps/xdm/xdm-1.1.12-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
x11-libs/libXdmcp
x11-libs/libXmu
x11-libs/libXt
+   virtual/libcrypt:=
pam? ( sys-libs/pam )
systemd? ( >=sys-apps/systemd-209 )
truetype? (



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

2021-06-22 Thread Sam James
commit: 60ea14306ece38a147a7037e47f653b218cf967b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 21:57:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:29:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ea1430

dev-libs/librep: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/librep/{librep-0.92.7.ebuild => librep-0.92.7-r1.ebuild} | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/librep/librep-0.92.7.ebuild 
b/dev-libs/librep/librep-0.92.7-r1.ebuild
similarity index 95%
rename from dev-libs/librep/librep-0.92.7.ebuild
rename to dev-libs/librep/librep-0.92.7-r1.ebuild
index b5b9249eb9f..fd71bdbfeaa 100644
--- a/dev-libs/librep/librep-0.92.7.ebuild
+++ b/dev-libs/librep/librep-0.92.7-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit autotools elisp-common flag-o-matic
 
 DESCRIPTION="Shared library implementing a Lisp dialect"
@@ -14,13 +15,14 @@ KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
 IUSE="emacs gmp readline"
 
 RDEPEND="
-   >=sys-libs/gdbm-1.8.0
+   >=sys-libs/gdbm-1.8.0:=
+   virtual/libcrypt:=
emacs? ( >=app-editors/emacs-23.1:* )
gmp? ( dev-libs/gmp:= )
readline? ( sys-libs/readline:0= )
 "
+DEPEND="${RDEPEND}"
 BDEPEND="
-   ${RDEPEND}
sys-apps/texinfo
 "
 



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

2021-06-22 Thread Sam James
commit: e4689ae7a447c89260df2da4405f5553badb6449
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 22:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 22:29:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4689ae7

x11-misc/xscreensaver: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Reported-by: Ulrich Müller  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{xscreensaver-5.45-r1.ebuild => xscreensaver-5.45-r4.ebuild} | 1 +
 .../{xscreensaver-5.45-r2.ebuild => xscreensaver-5.45-r5.ebuild} | 1 +
 .../{xscreensaver-5.45-r3.ebuild => xscreensaver-5.45-r6.ebuild} | 1 +
 .../{xscreensaver-6.01.ebuild => xscreensaver-6.01-r1.ebuild}| 1 +
 4 files changed, 4 insertions(+)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild
similarity index 99%
rename from x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild
rename to x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild
index 661463a8b2b..24e8b6708e0 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r1.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r4.ebuild
@@ -20,6 +20,7 @@ COMMON_DEPEND="
>=gnome-base/libglade-2
dev-libs/libxml2
media-libs/netpbm
+   virtual/libcrypt:=
x11-apps/appres
x11-apps/xwininfo
x11-libs/libX11

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild
similarity index 99%
rename from x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild
rename to x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild
index 06ba699be3f..f1c8ce5b5ec 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r2.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r5.ebuild
@@ -19,6 +19,7 @@ REQUIRED_USE="
 COMMON_DEPEND="
dev-libs/libxml2
media-libs/netpbm
+   virtual/libcrypt:=
x11-apps/appres
x11-apps/xwininfo
x11-libs/libX11

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
similarity index 99%
rename from x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild
rename to x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
index 1f4dbf6c5ac..a5261c59d14 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45-r3.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45-r6.ebuild
@@ -19,6 +19,7 @@ REQUIRED_USE="
 COMMON_DEPEND="
dev-libs/libxml2
media-libs/netpbm
+   virtual/libcrypt:=
x11-apps/appres
x11-apps/xwininfo
x11-libs/libX11

diff --git a/x11-misc/xscreensaver/xscreensaver-6.01.ebuild 
b/x11-misc/xscreensaver/xscreensaver-6.01-r1.ebuild
similarity index 99%
rename from x11-misc/xscreensaver/xscreensaver-6.01.ebuild
rename to x11-misc/xscreensaver/xscreensaver-6.01-r1.ebuild
index cd553c08d17..dc3965228e8 100644
--- a/x11-misc/xscreensaver/xscreensaver-6.01.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-6.01-r1.ebuild
@@ -26,6 +26,7 @@ REQUIRED_USE="
 COMMON_DEPEND="
dev-libs/libxml2
media-libs/netpbm
+   virtual/libcrypt:=
x11-apps/appres
x11-apps/xwininfo
x11-libs/libX11



[gentoo-commits] repo/proj/guru:dev commit in: net-voip/calls/, net-voip/calls/files/

2021-06-22 Thread Marco Scardovi
commit: 49ec79b7886deb031a8488d6a51f07dc2af34f6b
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 22:29:50 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 22:31:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=49ec79b7

net-voip/calls: add package

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

 net-voip/calls/Manifest|  1 +
 net-voip/calls/calls-0.3.4.ebuild  | 60 ++
 .../calls/files/0001-use-at-cmds-to-mute.patch | 36 +
 net-voip/calls/metadata.xml| 11 
 4 files changed, 108 insertions(+)

diff --git a/net-voip/calls/Manifest b/net-voip/calls/Manifest
new file mode 100644
index 0..136631864
--- /dev/null
+++ b/net-voip/calls/Manifest
@@ -0,0 +1 @@
+DIST calls-0.3.4.tar.gz 203835 BLAKE2B 
dddafde2c5c1b247a603947679ed9335331ecfacbcdf73dbacc2f8542de783d8acdd398b0ab589680a24097d723dca731600a1886ed923be3889b00a60391ad5
 SHA512 
39463fcf493c8aeb428d4adc957203dbcb57c033b2025c4932e52c8e158d17687df0ec13ffe4bf704b4c3ec75cdf3bfbacc6f839fd7193290d239df0df72

diff --git a/net-voip/calls/calls-0.3.4.ebuild 
b/net-voip/calls/calls-0.3.4.ebuild
new file mode 100644
index 0..47325b647
--- /dev/null
+++ b/net-voip/calls/calls-0.3.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VALA_USE_DEPEND="vapigen"
+
+inherit vala meson gnome2-utils xdg
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="Phone dialer and call handler"
+HOMEPAGE="https://source.puri.sm/Librem5/calls;
+SRC_URI="https://source.puri.sm/Librem5/calls/-/archive/v0.3.4/calls-v0.3.4.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+IUSE="+introspection +vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   dev-libs/feedbackd
+   dev-libs/folks
+   dev-libs/gom
+   dev-libs/libpeas
+   gnome-extra/evolution-data-server
+   >=gui-libs/libhandy-1.1.90
+   >=media-sound/callaudiod-0.0.5
+   >=net-misc/modemmanager-1.12.0
+   net-libs/sofia-sip
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-libs/gobject-introspection
+   dev-util/meson
+   dev-util/wayland-scanner
+   vala? ( $(vala_depend) )
+"
+
+PATCHES=( "${FILESDIR}/0001-use-at-cmds-to-mute.patch" )
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   eapply_user
+   use vala && vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/net-voip/calls/files/0001-use-at-cmds-to-mute.patch 
b/net-voip/calls/files/0001-use-at-cmds-to-mute.patch
new file mode 100644
index 0..cb1aa14c2
--- /dev/null
+++ b/net-voip/calls/files/0001-use-at-cmds-to-mute.patch
@@ -0,0 +1,36 @@
+diff --git a/src/calls-call-display.c b/src/calls-call-display.c
+index bf98958..c8b1bc4 100644
+--- a/src/calls-call-display.c
 b/src/calls-call-display.c
+@@ -34,6 +34,8 @@
+ 
+ #include 
+ 
++#include 
++
+ struct _CallsCallDisplay
+ {
+   GtkOverlay parent_instance;
+@@ -103,11 +105,17 @@ mute_toggled_cb (GtkToggleButton  *togglebutton,
+   g_autoptr (GError) error = NULL;
+ 
+   want_mute = gtk_toggle_button_get_active (togglebutton);
+-  ret = call_audio_mute_mic (want_mute, );
+-  if (!ret && error)
+-g_warning ("Failed to %smute microphone: %s",
+-   want_mute ? "" : "un",
+-   error->message);
++
++  gchar* command = g_strdup_printf("/usr/bin/mmcli -m 0 
--command=AT+CMUT=%d",want_mute?1:0);
++
++  int exit_code;
++
++  ret = g_spawn_command_line_sync(command, NULL,NULL,_code, );
++
++  if(!ret || error || exit_code != 0){
++  g_warning ("Failed to %smute microphone (mmcli exit code: %d)",
++   want_mute ? "" : "un", exit_code);
++  }
+ }
+ 
+ 

diff --git a/net-voip/calls/metadata.xml b/net-voip/calls/metadata.xml
new file mode 100644
index 0..a0b29038e
--- /dev/null
+++ b/net-voip/calls/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   atom/atom
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/callaudiod/

2021-06-22 Thread Marco Scardovi
commit: da0c239265ea0249510259ded6179ce08e5c066e
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 22:27:50 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 22:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da0c2392

media-sound/callaudiod: add package

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

 media-sound/callaudiod/Manifest   |  1 +
 media-sound/callaudiod/callaudiod-0.1.0-r2.ebuild | 31 +++
 media-sound/callaudiod/metadata.xml   | 11 
 3 files changed, 43 insertions(+)

diff --git a/media-sound/callaudiod/Manifest b/media-sound/callaudiod/Manifest
new file mode 100644
index 0..6c6c4faa6
--- /dev/null
+++ b/media-sound/callaudiod/Manifest
@@ -0,0 +1 @@
+DIST callaudiod-0.1.0.tar.gz 26764 BLAKE2B 
c65391e8c45f44e73bea4d15258e486f5b172f91eb6f0ad4f1116d0659b4cd8711c47263654698f13c465035480cf5d28870e34294f888f32a06e6215cf78f92
 SHA512 
9fffd416409ff67ba1eaea8c8273219c8fe069dac14b72750cde7ccd050a570cc670a343435006200a1eccde27112e160ad7030ac68c0746f2fc6d3829e693d5

diff --git a/media-sound/callaudiod/callaudiod-0.1.0-r2.ebuild 
b/media-sound/callaudiod/callaudiod-0.1.0-r2.ebuild
new file mode 100644
index 0..5dcc549fe
--- /dev/null
+++ b/media-sound/callaudiod/callaudiod-0.1.0-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson systemd
+
+COMMIT="84ed2eb164711e73d30a88d540f59ddd8bc88b45"
+
+DESCRIPTION="Call audio routing daemon"
+HOMEPAGE="https://gitlab.com/mobian1/callaudiod;
+SRC_URI="https://gitlab.com/mobian1/callaudiod/-/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+DEPEND="
+   media-libs/alsa-lib
+   dev-libs/glib
+   || (
+   media-sound/pulseaudio
+   >=media-sound/apulse-0.1.12-r4[sdk]
+   )
+"
+RDEPEND="${DEPEND}"
+
+BUILD_DIR="${S}"/build

diff --git a/media-sound/callaudiod/metadata.xml 
b/media-sound/callaudiod/metadata.xml
new file mode 100644
index 0..a0b29038e
--- /dev/null
+++ b/media-sound/callaudiod/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   atom/atom
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: media-video/megapixels/files/, media-video/megapixels/

2021-06-22 Thread Marco Scardovi
commit: 65654e7af26498d96f478eebb6cf9e1f5cedeea8
Author: Marco Scardovi  scardovi  com>
AuthorDate: Tue Jun 22 22:13:16 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Tue Jun 22 22:13:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65654e7a

media-video/megapixels: add package

megapixels is the camera app for smarphones. Created by
postmarketOS's dev Martijn Braam specifically for PinePhone

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

 media-video/megapixels/Manifest|  1 +
 .../megapixels/files/fix-preview-color.patch   | 25 
 media-video/megapixels/megapixels-1.0.1.ebuild | 34 ++
 media-video/megapixels/metadata.xml| 11 +++
 4 files changed, 71 insertions(+)

diff --git a/media-video/megapixels/Manifest b/media-video/megapixels/Manifest
new file mode 100644
index 0..edc3ea347
--- /dev/null
+++ b/media-video/megapixels/Manifest
@@ -0,0 +1 @@
+DIST megapixels-1.0.1.tar.gz 80358 BLAKE2B 
27ea71cb0d2dc044b3c870a87fd0920c3bd319c5561417a736790159887e7d16f158807163a5132c3a7bc1590a39762c1bfaa2c0dd8fa89cb42bb8a75d1a2123
 SHA512 
4d7e7f80405c6c1265855708f1ede0f7ddc3044a7afc3a8083e1c308ba4104a78fc98da1facb1ab3882182d7e30d32bef8bbb22a703e71b1e63a7660387896d4

diff --git a/media-video/megapixels/files/fix-preview-color.patch 
b/media-video/megapixels/files/fix-preview-color.patch
new file mode 100644
index 0..91c9c3019
--- /dev/null
+++ b/media-video/megapixels/files/fix-preview-color.patch
@@ -0,0 +1,25 @@
+From 055ff6e2669715550552206b4614832dc66eeb25 Mon Sep 17 00:00:00 2001
+From: Benjamin Schaaf 
+Date: Tue, 4 May 2021 23:40:45 +1000
+Subject: [PATCH] Fix preview color
+
+---
+ data/debayer.frag | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/debayer.frag b/data/debayer.frag
+index 9a98c10..4244c2f 100644
+--- a/data/debayer.frag
 b/data/debayer.frag
+@@ -22,7 +22,7 @@ void main() {
+ 
+   // Assume BGGR for now. Currently this just takes 3 of the four samples
+   // for each pixel, there's room here to do some better debayering.
+-  vec3 color = vec3(samples.w, (samples.y + samples.w) / 2.0, samples.x);
++  vec3 color = vec3(samples.w, (samples.y + samples.z) / 2.0, samples.x);
+ 
+   // Fast SRGB estimate. See https://mimosa-pudica.net/fast-gamma/
+   vec3 srgb_color = (vec3(1.138) * inversesqrt(color) - vec3(0.138)) * 
color;
+-- 
+2.30.2
+

diff --git a/media-video/megapixels/megapixels-1.0.1.ebuild 
b/media-video/megapixels/megapixels-1.0.1.ebuild
new file mode 100644
index 0..ddd1dfede
--- /dev/null
+++ b/media-video/megapixels/megapixels-1.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="A GTK3 camera application that knows how to deal with the media 
request api"
+HOMEPAGE="https://git.sr.ht/~martijnbraam/megapixels;
+SRC_URI="https://git.sr.ht/~martijnbraam/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+   gui-libs/gtk
+   media-gfx/imagemagick
+   media-gfx/zbar
+   media-libs/libraw
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/fix-preview-color.patch )
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/media-video/megapixels/metadata.xml 
b/media-video/megapixels/metadata.xml
new file mode 100644
index 0..a0b29038e
--- /dev/null
+++ b/media-video/megapixels/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ma...@scardovi.com
+   Marco Scardovi
+   
+   
+   atom/atom
+   
+



[gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/

2021-06-22 Thread Ulrich Müller
commit: 0cf52b6a5e05bfc11eeca9ad1621c8cbbbc3eadf
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Jun 22 21:48:52 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Jun 22 21:50:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf52b6a

sys-auth/skey: Update dependencies

Suggested-by: Sam James  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/skey/{skey-1.1.5-r11.ebuild => skey-1.1.5-r12.ebuild} | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-auth/skey/skey-1.1.5-r11.ebuild 
b/sys-auth/skey/skey-1.1.5-r12.ebuild
similarity index 94%
rename from sys-auth/skey/skey-1.1.5-r11.ebuild
rename to sys-auth/skey/skey-1.1.5-r12.ebuild
index 835cde8edc6..1db9f6f4afd 100644
--- a/sys-auth/skey/skey-1.1.5-r11.ebuild
+++ b/sys-auth/skey/skey-1.1.5-r12.ebuild
@@ -16,10 +16,14 @@ KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips 
ppc ppc64 ~riscv ~s390
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl
+   sys-libs/cracklib
+   virtual/libcrypt:="
+
+RDEPEND="${DEPEND}
+   virtual/perl-Time-Local"
+
+DEPEND="${DEPEND}
app-arch/xz-utils"
-RDEPEND="dev-lang/perl
-   virtual/perl-Time-Local
-   sys-libs/cracklib"
 
 PATCHES=("${WORKDIR}/patch")
 



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

2021-06-22 Thread Andreas K. Hüttel
commit: 34a8d751e7020bf03f6d1197e662a81441a0b37d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jun 22 21:42:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jun 22 21:42:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a8d751

dev-perl/Lchown: Stable for all

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Lchown/Lchown-1.10.0-r3.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild 
b/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
index 4dea86353d7..84cda5d2c32 100644
--- a/dev-perl/Lchown/Lchown-1.10.0-r3.ebuild
+++ b/dev-perl/Lchown/Lchown-1.10.0-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=7
@@ -10,21 +10,23 @@ inherit perl-module
 DESCRIPTION="Use the lchown(2) system call from Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
 
-DEPEND="dev-perl/Module-Build"
 BDEPEND="${RDEPEND}
dev-perl/Module-Build
 "
+
 PERL_RM_FILES=(
t/pod-coverage.t
t/pod.t
 )
+
 src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
perl-module_src_configure
 }
+
 src_compile() {
./Build --config optimize="${CFLAGS}" build || die
 }



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

2021-06-22 Thread Andreas K. Hüttel
commit: 12bc52cec9f266d09b5a2de32e535dc9de3d2538
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jun 22 21:42:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jun 22 21:42:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bc52ce

dev-perl/Lchown: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Lchown/Lchown-1.10.0-r2.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild 
b/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
deleted file mode 100644
index f3a84ba6380..000
--- a/dev-perl/Lchown/Lchown-1.10.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NCLEATON
-DIST_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="Use the lchown(2) system call from Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-   ${RDEPEND}
-   dev-perl/Module-Build"
-src_test() {
-   perl_rm_files t/pod-coverage.t t/pod.t
-   perl-module_src_test
-}



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

2021-06-22 Thread Andreas K. Hüttel
commit: 79d43d904921e7ad765a6575b2ee656d9e3105b1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jun 22 21:37:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jun 22 21:38:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d43d90

dev-perl/LaTeX-Driver: Version bump 1.2.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/LaTeX-Driver/LaTeX-Driver-1.2.0.ebuild | 45 +
 dev-perl/LaTeX-Driver/Manifest  |  1 +
 2 files changed, 46 insertions(+)

diff --git a/dev-perl/LaTeX-Driver/LaTeX-Driver-1.2.0.ebuild 
b/dev-perl/LaTeX-Driver/LaTeX-Driver-1.2.0.ebuild
new file mode 100644
index 000..f87c7e7142d
--- /dev/null
+++ b/dev-perl/LaTeX-Driver/LaTeX-Driver-1.2.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EHUELS
+inherit perl-module
+
+DESCRIPTION="Perl encapsulation of invoking the Latex programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-perl/Capture-Tiny
+   dev-perl/Class-Accessor
+   dev-perl/Exception-Class
+   dev-perl/File-Slurp
+   virtual/perl-File-Spec
+   >=virtual/perl-File-Temp-0.230.0
+   dev-perl/File-pushd
+   virtual/perl-Getopt-Long
+   dev-perl/Log-Any
+   dev-perl/Readonly
+   virtual/perl-parent
+   virtual/latex-base
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+   test? (
+   >=virtual/perl-Test-Simple-0.880.0
+   dev-perl/Test-Exception
+   app-text/texlive-core
+   dev-texlive/texlive-latexextra
+   )
+"
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install/use lib q[.]; use 
inc::Module::Install/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+
+   use test && perl_rm_files 
t/{90-kwalitee,91-pod,92-pod-coverage,93-perl-critic}.t
+
+   perl-module_src_prepare
+}

diff --git a/dev-perl/LaTeX-Driver/Manifest b/dev-perl/LaTeX-Driver/Manifest
index ab337ae22be..0fe6fc85128 100644
--- a/dev-perl/LaTeX-Driver/Manifest
+++ b/dev-perl/LaTeX-Driver/Manifest
@@ -1 +1,2 @@
 DIST LaTeX-Driver-0.300.2.tar.gz 54084 BLAKE2B 
ea26e2fd065cbd79304116ca10ac5f1cfe77247aa615c2ca635cf5eaa9701276ee94e66be0efccf2bb560c6271cdfee55f56a0a00f7a77086bf5e641cba1c1ff
 SHA512 
09f485071004d151c2d3ced576ac7b5423fd2d014a3950e0bc8bc2bb1e507b4aa6f041a7d54ad085632a0988d48d69ad726439adcabb8d8a81e10fb613e78271
+DIST LaTeX-Driver-1.2.0.tar.gz 55293 BLAKE2B 
b997150eca6c563e0901507b2f50cca91fe9c93e5facd0b680576d1b68be3055f318459f2b884fe87830be4ac4222e46d71060dcfae0131e02a6cc38f65ec1ad
 SHA512 
013e64f74dc4d0b833c25c545281d7453a0dbdedc74c0e3af54fd1e4cdf6b4389c6c248d19e338cee3ca7af70344ec0ba1a3920c02bb11aed43d03135a1bdc42



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

2021-06-22 Thread Stefan Strogin
commit: 2989652366b2239e827f4279426b4cdffb75092c
Author: Stefan Strogin  gentoo  org>
AuthorDate: Tue Jun 22 21:05:23 2021 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Tue Jun 22 21:34:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29896523

dev-python/adblock: add new package

Closes: https://bugs.gentoo.org/761849
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Stefan Strogin  gentoo.org>

 dev-python/adblock/Manifest |  66 +++
 dev-python/adblock/adblock-0.4.4.ebuild | 112 
 dev-python/adblock/metadata.xml |   8 +++
 3 files changed, 186 insertions(+)

diff --git a/dev-python/adblock/Manifest b/dev-python/adblock/Manifest
new file mode 100644
index 000..a0ac309e0fe
--- /dev/null
+++ b/dev-python/adblock/Manifest
@@ -0,0 +1,66 @@
+DIST adblock-0.3.10.crate 7678458 BLAKE2B 
f15dfe6ecaf1146ab0058afae6bcdc179a9c870c0bb00ea0061ac7726a77c89a44ccabb50eb29a77dcd72eeae6533e505ad34e0d9a75cc4bf9fa3d304e16a1a8
 SHA512 
fea38d9204d2ac7f8a289d3affad18bf814e9054c2955f8e259454913371d30751c6a090a0a09b844bda46083815c8a9a4326c8f9fa210ce71b5f9adef7b338a
+DIST adblock-0.4.4.tar.gz 22207 BLAKE2B 
8337b41627af07a83586c174c0ac446dc43d8a3031d7cc758dbd987685218983f355155b812c746f3b736a31fd5ab835ab59c37234bf04dad1ab2d3c48b13b2e
 SHA512 
19d24fe79d798825bbe00efc552d7c7357073791e3b4cb591aa040bb44543a9fba3c872cbd5e77e1d7a07e459e2d3c33605cc0fe47466ba210b18dc0aafef395
+DIST addr-0.11.8.crate 89500 BLAKE2B 
365d96ae27f6e62e09c23362d667d7818b62e2c878ee6e4cde59016e19ee31ba320dca289c02aa0d542e0aab3e828c18d5e78c7f2c9b101ff86a8c370f91e5da
 SHA512 
4ed5cfdd88e9a31b64a950824e2ebcbec8ad33612fbc815e9eb5225af38bd8dd4250b506fd089e8d32cd6e6003b60172b2c06e20228b993d0d11856fa4340fb5
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
+DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST crc32fast-1.2.1.crate 38172 BLAKE2B 
80801a345f4c5ed8a5fd335bbf672eac1733a1c2b333dc8a8e0254338148ce7b34402201a8d2d7434dd1b057f33d99d3a8f02610ea50b54115d80bb8da28b2b0
 SHA512 
4c04236bb15a5c63b712c62652777917e947823abb20a0d0b372c850ec1c8695faa414e8de73904f1f1a296d7b00a6206cde8da404cf4cdaa2e8408e64b62b5e
+DIST ctor-0.1.20.crate 9328 BLAKE2B 
bc2f4ce53f6b7d6a2fb441317a3f91b8852c541261f95f0b7d12adb35ec1c943810242ce71e514445479c5d225b735cd50fa4dfb514e6b121be753555ab3c30c
 SHA512 
877f4663f8079a368d198a3351e98551c6d8123dd5e53b812529b77b09f1c08296e6df817d7429e4c70a73a6203fd98bce5ec2ce7b09baabe4f348bd54a9c0dd
+DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70f3932dce72f6f6e91f75f24d17d82bc447507def4dad4345ffc9dd9162dde778afb253bdb1218e91887949
 SHA512 
4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf
+DIST flate2-1.0.20.crate 74036 BLAKE2B 

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

2021-06-22 Thread Michał Górny
commit: 8d07752ad225cc8e23fd7295c74d7b5f08bbfb37
Author: Jernej Jakob  gmail  com>
AuthorDate: Tue Jun 22 17:27:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 22 21:30:57 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=8d07752a

repositories: Add jjakob/gentoo-overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/406
Signed-off-by: Michał Górny  gentoo.org>

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 910e76e..6381d00 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2048,6 +2048,18 @@
 
 https://github.com/JBoro/portage.git
   
+  
+jjakob
+Jernej Jakob's unofficial ebuilds
+https://github.com/jjakob/gentoo-overlay
+
+  jernej.jakob+gen...@gmail.com
+  Jernej Jakob
+
+https://github.com/jjakob/gentoo-overlay.git
+git+ssh://g...@github.com/jjakob/gentoo-overlay.git
+https://github.com/jjakob/gentoo-overlay/commits/master.atom
+  
   
 jkolo
 Jerzy Kolosowski's Gentoo overlay



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

2021-06-22 Thread Michał Górny
commit: 9d4f1f22e446e28faf296873be0efc0ee5c53425
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 22 21:27:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 22 21:28:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4f1f22

dev-python/sphinxcontrib-blockdiag: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild 
b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
index bcb93877400..38232e161d5 100644
--- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
+++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
 
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"



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

2021-06-22 Thread Michał Górny
commit: 994efa2fa3fac78eb564498508da817f0deb543b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 22 21:22:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 22 21:28:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994efa2f

dev-python/blockdiag: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/blockdiag/blockdiag-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/blockdiag/blockdiag-2.0.1.ebuild 
b/dev-python/blockdiag/blockdiag-2.0.1.ebuild
index 10add2977ae..54741481055 100644
--- a/dev-python/blockdiag/blockdiag-2.0.1.ebuild
+++ b/dev-python/blockdiag/blockdiag-2.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 
 inherit distutils-r1 optfeature



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

2021-06-22 Thread Michał Górny
commit: 80c9e6e051408089b7ad5c6894e6ad0aa027
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 22 21:27:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 22 21:28:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c9

dev-python/sphinx-testing: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 .../sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 19 ---
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild 
b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
index dfd06d45edc..e951c6617be 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -13,20 +13,9 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
 
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"
-
-python_test() {
-   # NB: while tests don't stricly use nose, they rely on some side
-   # effects of using it
-   nosetests -v || die "Tests fail with ${EPYTHON}"
-}
+distutils_enable_tests nose



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2021-06-22 Thread Piotr Karbowski
commit: 0386173ffca23490f853383c84c0391d524eebca
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Jun 22 21:27:19 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Jun 22 21:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0386173f

x11-base/xorg-server: 1.20.11-r1 revbump with split of xwayland

Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xorg-server/xorg-server-1.20.11-r1.ebuild | 216 +
 1 file changed, 216 insertions(+)

diff --git a/x11-base/xorg-server/xorg-server-1.20.11-r1.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.11-r1.ebuild
new file mode 100644
index 000..d7a28ea7080
--- /dev/null
+++ b/x11-base/xorg-server/xorg-server-1.20.11-r1.ebuild
@@ -0,0 +1,216 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_DOC=doc
+inherit xorg-3 multilib flag-o-matic toolchain-funcs
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
+
+DESCRIPTION="X.Org X servers"
+SLOT="0/${PV}"
+if [[ ${PV} != * ]]; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"
+IUSE="${IUSE_SERVERS} debug +elogind ipv6 minimal selinux suid systemd test 
+udev unwind xcsecurity"
+RESTRICT="!test? ( test )"
+
+CDEPEND="
+   media-libs/libglvnd[X]
+   dev-libs/openssl:0=
+   >=x11-apps/iceauth-1.0.2
+   >=x11-apps/rgb-1.0.3
+   >=x11-apps/xauth-1.0.3
+   x11-apps/xkbcomp
+   >=x11-libs/libdrm-2.4.89
+   >=x11-libs/libpciaccess-0.12.901
+   >=x11-libs/libXau-1.0.4
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libxkbfile-1.0.4
+   >=x11-libs/libxshmfence-1.1
+   >=x11-libs/pixman-0.27.2
+   >=x11-misc/xbitmaps-1.0.1
+   >=x11-misc/xkeyboard-config-2.4.1-r3
+   dmx? (
+   x11-libs/libXt
+   >=x11-libs/libdmx-1.0.99.1
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXaw-1.0.4
+   >=x11-libs/libXext-1.0.99.4
+   >=x11-libs/libXfixes-5.0
+   >=x11-libs/libXi-1.2.99.1
+   >=x11-libs/libXmu-1.0.3
+   x11-libs/libXrender
+   >=x11-libs/libXres-1.0.3
+   >=x11-libs/libXtst-1.0.99.2
+   )
+   kdrive? (
+   >=x11-libs/libXext-1.0.5
+   x11-libs/libXv
+   )
+   xephyr? (
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-renderutil
+   x11-libs/xcb-util-wm
+   )
+   !minimal? (
+   >=x11-libs/libX11-1.1.5
+   >=x11-libs/libXext-1.0.5
+   >=media-libs/mesa-18[X(+),egl,gbm]
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   )
+   udev? ( virtual/libudev:= )
+   unwind? ( sys-libs/libunwind )
+   >=x11-apps/xinit-1.3.3-r1
+   systemd? (
+   sys-apps/dbus
+   sys-apps/systemd
+   )
+   elogind? (
+   sys-apps/dbus
+   sys-auth/elogind[pam]
+   sys-auth/pambase[elogind]
+   )
+   !!x11-drivers/nvidia-drivers[-libglvnd(+)]
+"
+DEPEND="${CDEPEND}
+   >=x11-base/xorg-proto-2018.4
+   >=x11-libs/xtrans-1.3.5
+   dmx? (
+   doc? (
+   || (
+   www-client/links
+   www-client/lynx
+   www-client/w3m
+   )
+   )
+   )
+   wayland? ( x11-base/xwayland )
+"
+RDEPEND="${CDEPEND}
+   !systemd? ( gui-libs/display-manager-init )
+   selinux? ( sec-policy/selinux-xserver )
+"
+BDEPEND="
+   sys-devel/flex
+"
+PDEPEND="
+   xorg? ( >=x11-base/xorg-drivers-$(ver_cut 1-2) )"
+
+REQUIRED_USE="!minimal? (
+   || ( ${IUSE_SERVERS} )
+   )
+   elogind? ( udev )
+   ?? ( elogind systemd )
+   minimal? ( !wayland )
+   xephyr? ( kdrive )"
+
+UPSTREAMED_PATCHES=(
+)
+
+PATCHES=(
+   "${UPSTREAMED_PATCHES[@]}"
+   "${FILESDIR}"/${PN}-1.12-unloadsubmodule.patch
+   # needed for new eselect-opengl, bug #541232
+   "${FILESDIR}"/${PN}-1.18-support-multiple-Files-sections.patch
+)
+
+src_configure() {
+   # localstatedir is used for the log location; we need to override the 
default
+   #   from ebuild.sh
+   # sysconfdir is used for the xorg.conf location; same applies
+   # NOTE: fop is used for doc generating; and I have no idea if Gentoo
+   #   package it somewhere
+   local XORG_CONFIGURE_OPTIONS=(
+   $(use_enable ipv6)
+   $(use_enable debug)
+   $(use_enable dmx)
+   $(use_enable 

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

2021-06-22 Thread Piotr Karbowski
commit: 92c691506016d8bb0b0054718955eb0c32262284
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Jun 22 21:27:25 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Jun 22 21:27:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c69150

profiles/arch/riscv: mask unwind USE flag on x11-base/xwayland

Signed-off-by: Piotr Karbowski  gentoo.org>

 profiles/arch/riscv/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index b6b08092a1a..d783fb8e7af 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -204,4 +204,5 @@ sys-fs/squashfs-tools lzma
 sys-libs/libcap-ng python
 sys-process/audit gssapi
 x11-base/xorg-server  unwind
+x11-base/xwayland unwind
 x11-libs/libvdpau doc



[gentoo-commits] repo/gentoo:master commit in: x11-base/xwayland/files/, x11-base/xwayland/

2021-06-22 Thread Piotr Karbowski
commit: c5f13f25c3bc678b9a619a1757885d207c3a3277
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Tue Jun 22 21:22:30 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Tue Jun 22 21:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f13f25

x11-base/xwayland: new package.

Closes: https://bugs.gentoo.org/785430
Signed-off-by: Piotr Karbowski  gentoo.org>

 x11-base/xwayland/Manifest |  1 +
 ...xwayland-drop-redundantly-installed-files.patch | 27 
 x11-base/xwayland/metadata.xml | 16 +
 x11-base/xwayland/xwayland-21.1.1.ebuild   | 77 ++
 4 files changed, 121 insertions(+)

diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest
new file mode 100644
index 000..2f2adffe714
--- /dev/null
+++ b/x11-base/xwayland/Manifest
@@ -0,0 +1 @@
+DIST xwayland-21.1.1.tar.xz 1257776 BLAKE2B 
181aca3d3fad3759eb726c6f6141912d588a85bae214f9d395450b6945ee845d28c7a8580e6aaa5f3538d06083312391d24267e6b239bfc533526a1bd7a56f0a
 SHA512 
0cb03d796af183f9fde14c30ef45d94ef466ac4ba3d85dda34e74f91dd94bb75d0c8a867ecb7bda7ea61d98c70a4f73bc98c5a205ea5f69a0e222cd780d263d8

diff --git 
a/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files.patch 
b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files.patch
new file mode 100644
index 000..39e0548eaaa
--- /dev/null
+++ b/x11-base/xwayland/files/xwayland-drop-redundantly-installed-files.patch
@@ -0,0 +1,27 @@
+diff --git a/dix/meson.build b/dix/meson.build
+index ddc5cc3..bf5bfa3 100644
+--- a/dix/meson.build
 b/dix/meson.build
+@@ -56,8 +56,3 @@ libxserver_main = static_library('libxserver_main',
+ include_directories: inc,
+ dependencies: common_dep,
+ )
+-
+-install_data(
+-'protocol.txt',
+-install_dir: serverconfigdir,
+-)
+diff --git a/meson.build b/meson.build
+index 4af03ef..791465d 100644
+--- a/meson.build
 b/meson.build
+@@ -520,9 +520,3 @@ subdir('hw')
+ if host_machine.system() != 'windows'
+ subdir('test')
+ endif
+-
+-install_man(configure_file(
+-input: 'man/Xserver.man',
+-output: 'Xserver.1',
+-configuration: manpage_config,
+-))

diff --git a/x11-base/xwayland/metadata.xml b/x11-base/xwayland/metadata.xml
new file mode 100644
index 000..db66c9cee4d
--- /dev/null
+++ b/x11-base/xwayland/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   x...@gentoo.org
+   X11
+
+
+   Enable libunwind usage for backtraces
+   Build Security extension
+   Enable secure rpc
+
+
+   cpe:/a:x.org:xorg-server
+
+

diff --git a/x11-base/xwayland/xwayland-21.1.1.ebuild 
b/x11-base/xwayland/xwayland-21.1.1.ebuild
new file mode 100644
index 000..52954bdff07
--- /dev/null
+++ b/x11-base/xwayland/xwayland-21.1.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Standalone X server running under Wayland"
+HOMEPAGE="https://wayland.freedesktop.org/xserver.html;
+SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz;
+
+IUSE="rpc unwind ipv6 xcsecurity selinux"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+CDEPEND="
+   >=x11-libs/pixman-0.27.2
+   dev-libs/libbsd
+   >=x11-libs/libXfont2-2.0.1
+   >=x11-libs/libXdmcp-1.0.2
+   dev-libs/wayland
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libdrm-2.4.89
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   >=media-libs/mesa-18[X(+),egl,gbm]
+   >=x11-libs/libxshmfence-1.1
+   rpc? ( net-libs/libtirpc )
+   >=x11-libs/libXau-1.0.4
+   media-libs/libglvnd[X]
+   unwind? ( sys-libs/libunwind )
+   >=dev-libs/wayland-protocols-1.18
+"
+
+DEPEND="
+   ${CDEPEND}
+   !<=x11-base/xorg-server-1.20.11
+"
+
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-xserver )
+"
+BDEPEND="
+   sys-devel/flex
+   dev-util/wayland-scanner
+"
+
+PATCHES=(
+   "${FILESDIR}"/xwayland-drop-redundantly-installed-files.patch
+)
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use rpc secure-rpc)
+   $(meson_use unwind libunwind)
+   $(meson_use ipv6)
+   $(meson_use xcsecurity)
+   $(meson_use selinux xselinux)
+   -Dsha1=libcrypto
+   -Ddpms=true
+   -Ddri3=true
+   -Dglamor=true
+   -Dglx=true
+   -Dscreensaver=true
+   -Dxace=true
+   -Dxdmcp=true
+   -Dxinerama=true
+   -Dxv=true
+   -Dxvfb=true
+   -Dxwayland-path=/usr/libexec
+   -Ddtrace=false
+   )
+
+   meson_src_configure
+}



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

2021-06-22 Thread Stephan Hartmann
commit: a6d77c131310459f6ba178f52b03d51077399088
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun 22 21:09:21 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun 22 21:09:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d77c13

net-misc/croc: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 net-misc/croc/Manifest  |   6 --
 net-misc/croc/croc-9.1.5.ebuild | 144 
 2 files changed, 150 deletions(-)

diff --git a/net-misc/croc/Manifest b/net-misc/croc/Manifest
index 887d263514a..96b76f70cd9 100644
--- a/net-misc/croc/Manifest
+++ b/net-misc/croc/Manifest
@@ -1,4 +1,3 @@
-DIST croc-9.1.5.tar.gz 2790786 BLAKE2B 
b4b0450584f1291fb6366379c9dea59b6c2f902f4edbe10abdade8081c59ee649fcf9a6dee011d644f6609d2b2ddd8ed6f5b5a57df01de92f57d8024a1cc4b72
 SHA512 
fa50ab5500c01ad8547754af95433a1b13e63f0f10a51ac62e4b29c38174b9c7896804402466becb5b1b51420d03a78a88d74a0b429590ff1e43b5819ebf108f
 DIST croc-9.1.6.tar.gz 2791224 BLAKE2B 
0419cffdc02f63d064006cbe96e0c489f742077922a52b15cb7c95f22a730ada4002a260d4917cc3f9601cbda27f2db1d22d0bf6498ac863ce171afb4b7e4cd3
 SHA512 
6bd9fa52ae7840d799d5f77cce38fbe8a02f74d618828ef32e3747bdf3060da5da4d40cc4565f42e1be126d5da4c9b88a300269954d3c3aeb490f86151536eb4
 DIST croc-9.2.0.tar.gz 2792941 BLAKE2B 
f54050ee350ce7b3a095d9a722b66c72c6baebc409a294f74f35e9402d89db4db22fd9b6c332de36266b16f38c970d1a8000cd51c953b9992fef8dc53a3f56ae
 SHA512 
2f11bd2b911a19855ebca7ffb1a14ea18efac7f703eca7303bd828d03a0dc7731ee26720eb9f7ce9313b0c541a445b4e219a934bb44e5968e043dcc696bc1b3c
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
@@ -71,23 +70,18 @@ DIST 
golang.org%2Fx%2Fcrypto%2F@v%2Fv0.0.0-20210616213533-5ff15b29337e.mod 247 B
 DIST golang.org%2Fx%2Fcrypto%2F@v%2Fv0.0.0-20210616213533-5ff15b29337e.zip 
1874722 BLAKE2B 
bf7accca99c66208a9fed48a6cd003a5e29ba78bd28c836b5eeb0821c03a0729bc3b72177f249129f01292a4081731716b321e87dd577b9224aef22f081de179
 SHA512 
0f8c0643a716a7a84ed55906d7e5036ac99cfb0e3130486bd300e22fe942b825be6a46b6d217129232a0bd9f9fab98f5eca423feb0573ede7c23aa708b64aeec
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210226172049-e18ecbb05110.mod 179 
BLAKE2B 
509f289757a1f923d7b423a77cc3f1ddb08a2ee3eedb8f5f3869c2011a86121e79f02a34fb73076255e6973c8d66ca47b4690c34d7d3a5d33e1dbd04c4ea092c
 SHA512 
f8ad754f922057fe78b5497cc77089a5eedc774800b2728a3ccd74cc82d83ba1ff00cc2d28110d5535623b733af7e34616f2fe127e68a936b9551395487ec146
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210510120150-4163338589ed.mod 179 
BLAKE2B 
a505fef7e073e6305a5a8b8c3494942da61a944af095abe6caa2774152b7427437d74405967eeb6b38b114a14f0e09e72d00de2a6eba1f4694293a08daaa826b
 SHA512 
a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5
-DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210610132358-84b48f89b13b.mod 179 
BLAKE2B 
a505fef7e073e6305a5a8b8c3494942da61a944af095abe6caa2774152b7427437d74405967eeb6b38b114a14f0e09e72d00de2a6eba1f4694293a08daaa826b
 SHA512 
a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5
-DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210610132358-84b48f89b13b.zip 
1566855 BLAKE2B 
fd52fe25284121bed79d1ebd005a9ca4b2311414a34abb51b91873a6538fc30a64491e82a0b383a81010dcf64490d1cf3dc34461ebd8fa55e36d43b71d2e7cc0
 SHA512 
0029833e5edcbcd923efb82021f51c0074085e9a20ffd7678f3dfb6661144df1ca29393df45a2fabdc079f599e2a49de70eaf697a1c83b4858cfa8db9147d20e
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210614182718-04defd469f4e.mod 179 
BLAKE2B 
a505fef7e073e6305a5a8b8c3494942da61a944af095abe6caa2774152b7427437d74405967eeb6b38b114a14f0e09e72d00de2a6eba1f4694293a08daaa826b
 SHA512 
a1c24164598eb8a5e5005b0df0cf9b3efd285c90efe6472a0474907f368166c243942765f182d8cc65f23159cd0a8b52c547ab14ee67c4261f768e31d05ed5e5
 DIST golang.org%2Fx%2Fnet%2F@v%2Fv0.0.0-20210614182718-04defd469f4e.zip 
1566909 BLAKE2B 
f1871b07e4d6376e257d1308dd2b2a27541cddf0b0f446b324eade87f5c47d2a3f7fb5672fbf6765f1c7804a2ac5964a7a62b09ebe2b0409d08bcafcb1cf363d
 SHA512 
acea0db53572e8a5fb06af5a06c7cbf0f7ce91733275a8676595b0b03fd1ebd6ed6cd9f86dbdbbeae0cd7ce20599f2f954e6ef62a791354887da3ddef5b1d023
 DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20200116001909-b77594299b42.mod 33 
BLAKE2B 
8be160de26713fd50f15adfb6fd7fff2643ee587aa17de9385b1e315869d0ecf102fc567294666bf232aa677d1ab04ba8341157f3d9b66a0f53543a7a47cf148
 SHA512 
0c7b940d567c7685dcb55c76c69aedeaab2170f4f3bde458994c879bf344169f34fb3f3ca899b0f138a8b0b8be5031217b57a6edf5980e6066ff5cb92d1ff9ab
 DIST 

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

2021-06-22 Thread Stephan Hartmann
commit: ffae5c4d20f23ba3c97030f8d4624b8c446bf723
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun 22 21:08:48 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun 22 21:08:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffae5c4d

net-misc/croc: bump to 9.2.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 net-misc/croc/Manifest  |   8 +++
 net-misc/croc/croc-9.2.0.ebuild | 142 
 2 files changed, 150 insertions(+)

diff --git a/net-misc/croc/Manifest b/net-misc/croc/Manifest
index d417aa2e401..887d263514a 100644
--- a/net-misc/croc/Manifest
+++ b/net-misc/croc/Manifest
@@ -1,5 +1,6 @@
 DIST croc-9.1.5.tar.gz 2790786 BLAKE2B 
b4b0450584f1291fb6366379c9dea59b6c2f902f4edbe10abdade8081c59ee649fcf9a6dee011d644f6609d2b2ddd8ed6f5b5a57df01de92f57d8024a1cc4b72
 SHA512 
fa50ab5500c01ad8547754af95433a1b13e63f0f10a51ac62e4b29c38174b9c7896804402466becb5b1b51420d03a78a88d74a0b429590ff1e43b5819ebf108f
 DIST croc-9.1.6.tar.gz 2791224 BLAKE2B 
0419cffdc02f63d064006cbe96e0c489f742077922a52b15cb7c95f22a730ada4002a260d4917cc3f9601cbda27f2db1d22d0bf6498ac863ce171afb4b7e4cd3
 SHA512 
6bd9fa52ae7840d799d5f77cce38fbe8a02f74d618828ef32e3747bdf3060da5da4d40cc4565f42e1be126d5da4c9b88a300269954d3c3aeb490f86151536eb4
+DIST croc-9.2.0.tar.gz 2792941 BLAKE2B 
f54050ee350ce7b3a095d9a722b66c72c6baebc409a294f74f35e9402d89db4db22fd9b6c332de36266b16f38c970d1a8000cd51c953b9992fef8dc53a3f56ae
 SHA512 
2f11bd2b911a19855ebca7ffb1a14ea18efac7f703eca7303bd828d03a0dc7731ee26720eb9f7ce9313b0c541a445b4e219a934bb44e5968e043dcc696bc1b3c
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.2.mod 34 BLAKE2B 
83966cb7de9bb687f99f17c5c89c03718258d2df34e3dda01b96a2fcb1273a0ba0e3253ba5950d5458193d3e54962371317a8fe85020ae338b44e864bd96667f
 SHA512 
9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
 DIST github.com%2F!one!of!one%2Fxxhash%2F@v%2Fv1.2.5.mod 43 BLAKE2B 
60ec6257dc0098e3dabfb32b6c668db9159d69dfc7daa06b9d7f9089f4a6dfc11d2b6d39393e1b990f6ca126019baa1b3d99364fe8a6df9ae323626c8d82494c
 SHA512 
beb482157b8c8dda0f45a71e587b51ef78cc9676db4cb560bf0e71c112f45bd048bab7f1b0a64651777bb395c0ce210cf3df20a4afe08e66a42b6da89765
@@ -23,6 +24,7 @@ DIST github.com%2Fkr%2Fpty%2F@v%2Fv1.1.1.mod 25 BLAKE2B 
63db8520df2f699bca5a7cce
 DIST github.com%2Fkr%2Ftext%2F@v%2Fv0.1.0.mod 64 BLAKE2B 
475c51201a379df2cc4ff8c5681b6a7a1524f60d0b8fd0853fef569dea754efabf3425cd4b84e8427db8a6cf3e9b1141d5050d48d5d429cc1ce82162aa70050c
 SHA512 
11d2502a7d241a0edf4e67bcb651a890a12f49d00f8b944cc9eb8f6e9cf5fbb2b2827e696021649bc795ffa275e95ee700e4a1706e03e88fa9ae079f5b9f48ce
 DIST github.com%2Fkr%2Ftext%2F@v%2Fv0.1.0.zip 12591 BLAKE2B 
944b0b9a802757e78e3dfb11d6c4d79e0e0d90489d49262b7079e6ea4728328457f8773b392c8a618aacb5fdec78948a16cc852eff71ca6f4fb9eb422c03890b
 SHA512 
3f0d00b0545769ad882e25a9a6f30b96ce4b72a8a46bb3c064907c94e2dda4e499eb32354c149f89752f9bc5d1ee5cb2ee5cafa46e2f65ea329fb432d0c0029f
 DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.12.mod 104 BLAKE2B 
a8f54d5566d54ac27763dd535705d64862f32d23f234b1ffbf759cbf4aa16886c90a96198ae2f4c0d0bc892932f1b8244e8ff0f8150bb87123947d734016
 SHA512 
7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503
+DIST github.com%2Fmattn%2Fgo-isatty%2F@v%2Fv0.0.13.mod 104 BLAKE2B 
a8f54d5566d54ac27763dd535705d64862f32d23f234b1ffbf759cbf4aa16886c90a96198ae2f4c0d0bc892932f1b8244e8ff0f8150bb87123947d734016
 SHA512 
7bd9f6a38aa9a16c3569142164389d1c4046170f66b5e9044f7aaa3192e9d2e2ccec486e3bc7fbac868c9693b6d333068c1a34ccd9e79dec1746a86348951503
 DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.12.mod 84 BLAKE2B 
9eb09ef8bbaf550ee520bdc9e35c7c221f85842959082d661425c15073001853e3b9bcf1ca1b552626f418de752f0a5542bbd76dd7f1d23ef131f4a169606e30
 SHA512 
939623ea34e482faf1cb055cd861471367cd69257abb28bd348efb4572ac95428330947ca0a1cac2820cc2cf7bbc6cada12623ff873d9ebc8c4af490d8237fbe
 DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.13.mod 84 BLAKE2B 
d78cb89b5321a10aed4ad5abd88952a190c5051dedea0c9f43f06881be807892152edb9be4ecc9eddfc3cd7b75a441ab85559e25c60feeaf560baf829af373ff
 SHA512 
b96cca212a7024f0039ddd3a744fe818ab2e028b8ac2fd4472ce76ee9b496de3abb0960718c1106a98cf7e6df652dcf2884fe5ed95979bd9016399ea4abd324d
 DIST github.com%2Fmattn%2Fgo-runewidth%2F@v%2Fv0.0.13.zip 20978 BLAKE2B 
1114ba9e7289e1a1423e81c4e0ff52860d9232f7e55a626e32282dfbf7a45ef53c21b843f4b6870be92e710db9c619d96f9c197eda0d8c28dac3764160e92105
 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2021-06-22 Thread Stephan Hartmann
commit: f5c030e364821502aeb01749ff1a519cdf226c0c
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun 22 21:02:51 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun 22 21:02:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c030e3

www-client/opera-developer: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-78.0.4072.0.ebuild | 133 -
 2 files changed, 134 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 85873c9705d..c45286524b6 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,3 @@
-DIST opera-developer_78.0.4072.0_amd64.deb 75160588 BLAKE2B 
3aea37a1ffa718e406907f76b2273239d53c1ae7108cc752ddb4858f220eaec7a4c8530aea210bed75f4f3cd69d47e4653447cd9cbbb33a6e7284810b427a19d
 SHA512 
e6ac67ee7526cf7451e585a0e22cc0dc297b8cabbf12be5f8440462014067bd5940fb5cc657f6dae89ab3a36ca5894ceaca38af0d565d45862b4b7134baa7765
 DIST opera-developer_78.0.4079.0_amd64.deb 75593860 BLAKE2B 
2e3ac010e6963411c662e9766a4d44490404521c2e211d959d96c78335628ad832e709e3358ec9374c0c9cd6e6bc11822644d0f374ba160df66b015c41c1d690
 SHA512 
5e9044c1755895a5c5a8acb8ced92eee2d6047714f7faa4b163cd23b9fba4414586f058d1e165945ee150106c30ec0a6662c4124e2f76dd910f2f67576894166
 DIST opera-developer_78.0.4086.0_amd64.deb 75539676 BLAKE2B 
2686d000c351fced3fda6ca2024bc64e8087113646b683933d32bba60b36c6bfdcf2485161bb15f8221c7f25f9e7379060bb570f9e3917fd8c9347af8ea3b64d
 SHA512 
8a16e68e31f10a7579722caa11228aa740b247a8f5db74057a97d16a9c2b10bbd0b1b0a6b3efcb06bf56da6117eb799f41b277ab2fc705c87c51634c00ab46a3
 DIST opera-developer_78.0.4093.0_amd64.deb 75190012 BLAKE2B 
342eebc815364866eb93dbe231b7a24a09f130809de8266c0ec0d9808aa2e433200fa4cf51d823564020e56973d831c10fe54e72a8f34822be4eb917145b83ec
 SHA512 
e470122a7490c9009a28469b21108cafba232ef040027e8faea190551a97b1dfe60a7e2caa092d6d4459cf67b3cb22aa5d0da73384fb4528c24a6d925f840691

diff --git a/www-client/opera-developer/opera-developer-78.0.4072.0.ebuild 
b/www-client/opera-developer/opera-developer-78.0.4072.0.ebuild
deleted file mode 100644
index 9d5d1cbbfda..000
--- a/www-client/opera-developer/opera-developer-78.0.4072.0.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib pax-utils unpacker xdg
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="92.0.4484.7"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
-   proprietary-codecs? (
-   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
-   rm -r "usr/lib" || die
-
-   # disable 

[gentoo-commits] repo/gentoo:master commit in: www-client/opera-developer/

2021-06-22 Thread Stephan Hartmann
commit: 11fb556cb461a47ef5b080935f1e955570194718
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun 22 21:02:00 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun 22 21:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11fb556c

www-client/opera-developer: bump to 78.0.4093.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/opera-developer/Manifest|   2 +
 .../opera-developer-78.0.4093.0.ebuild | 133 +
 2 files changed, 135 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index b04320425da..85873c9705d 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,6 @@
 DIST opera-developer_78.0.4072.0_amd64.deb 75160588 BLAKE2B 
3aea37a1ffa718e406907f76b2273239d53c1ae7108cc752ddb4858f220eaec7a4c8530aea210bed75f4f3cd69d47e4653447cd9cbbb33a6e7284810b427a19d
 SHA512 
e6ac67ee7526cf7451e585a0e22cc0dc297b8cabbf12be5f8440462014067bd5940fb5cc657f6dae89ab3a36ca5894ceaca38af0d565d45862b4b7134baa7765
 DIST opera-developer_78.0.4079.0_amd64.deb 75593860 BLAKE2B 
2e3ac010e6963411c662e9766a4d44490404521c2e211d959d96c78335628ad832e709e3358ec9374c0c9cd6e6bc11822644d0f374ba160df66b015c41c1d690
 SHA512 
5e9044c1755895a5c5a8acb8ced92eee2d6047714f7faa4b163cd23b9fba4414586f058d1e165945ee150106c30ec0a6662c4124e2f76dd910f2f67576894166
 DIST opera-developer_78.0.4086.0_amd64.deb 75539676 BLAKE2B 
2686d000c351fced3fda6ca2024bc64e8087113646b683933d32bba60b36c6bfdcf2485161bb15f8221c7f25f9e7379060bb570f9e3917fd8c9347af8ea3b64d
 SHA512 
8a16e68e31f10a7579722caa11228aa740b247a8f5db74057a97d16a9c2b10bbd0b1b0a6b3efcb06bf56da6117eb799f41b277ab2fc705c87c51634c00ab46a3
+DIST opera-developer_78.0.4093.0_amd64.deb 75190012 BLAKE2B 
342eebc815364866eb93dbe231b7a24a09f130809de8266c0ec0d9808aa2e433200fa4cf51d823564020e56973d831c10fe54e72a8f34822be4eb917145b83ec
 SHA512 
e470122a7490c9009a28469b21108cafba232ef040027e8faea190551a97b1dfe60a7e2caa092d6d4459cf67b3cb22aa5d0da73384fb4528c24a6d925f840691
 DIST opera-ffmpeg-codecs-92.0.4484.7.tar.xz 1384356 BLAKE2B 
6032d1f1641e5c5e83ea2315e3774b97a1aa2c5740095d5716b3d6b31ac31d4315a32195273ac5a944578b8c28128802d21e226393f60bdcf6c3a6e73e9b91de
 SHA512 
b152d0a19151b51a1eb9c28946ca7cbb9e6b389fd440554853de0e7c8cf149e805214b051aca9c579988ec1000368208a42afe88cdd47b6290c5da3d5122d1f0
+DIST opera-ffmpeg-codecs-92.0.4515.20.tar.xz 1382256 BLAKE2B 
1e00bb4ee655573ac7b6c2f04ae2ae9a073f839ff6deeba3e3c4c2c58a10b1152068f0549fb3c6de758628317ad7c568cf5d3031294208800b470e3ed00c938b
 SHA512 
6aeec66a9fcea1fcf5ecfd23b56589598f5e612e788b4e417037250470b83f91e461e3b0c20caf7853677d314053ca9d489983736708f15d21a82d68d2cdd5c2

diff --git a/www-client/opera-developer/opera-developer-78.0.4093.0.ebuild 
b/www-client/opera-developer/opera-developer-78.0.4093.0.ebuild
new file mode 100644
index 000..5f5790fcf46
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-78.0.4093.0.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib pax-utils unpacker xdg
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="92.0.4515.20"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
+   proprietary-codecs? (
+   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+ 

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

2021-06-22 Thread Sam James
commit: ce8c92d8a1cf8363e131f601eb23cac1fb8e7480
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 20:46:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 20:54:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8c92d8

apache-2.eclass: [QA] add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index bd84548f6de..a67597447ba 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -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
 
 # @ECLASS: apache-2.eclass
@@ -140,6 +140,7 @@ RDEPEND="
>=dev-libs/apr-1.5.1:=
=dev-libs/apr-util-1*:=[gdbm=,ldap?]
dev-libs/libpcre
+   virtual/libcrypt:=
apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= )
apache2_modules_deflate? ( sys-libs/zlib )
apache2_modules_http2? (



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

2021-06-22 Thread Sam James
commit: 9d14aac93fabe41f7015abdf3267416b22744a14
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 20:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 20:54:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d14aac9

sys-apps/systemd: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/systemd/{systemd-248.3.ebuild => systemd-248.3-r1.ebuild} | 1 +
 sys-apps/systemd/{systemd-249_rc1.ebuild => systemd-249_rc1-r1.ebuild} | 1 +
 sys-apps/systemd/systemd-.ebuild   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-apps/systemd/systemd-248.3.ebuild 
b/sys-apps/systemd/systemd-248.3-r1.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-248.3.ebuild
rename to sys-apps/systemd/systemd-248.3-r1.ebuild
index c05f93040c9..190f25f5a2f 100644
--- a/sys-apps/systemd/systemd-248.3.ebuild
+++ b/sys-apps/systemd/systemd-248.3-r1.ebuild
@@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0="
 
 COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
acl? ( sys-apps/acl:0= )
apparmor? ( sys-libs/libapparmor:0= )
audit? ( >=sys-process/audit-2:0= )

diff --git a/sys-apps/systemd/systemd-249_rc1.ebuild 
b/sys-apps/systemd/systemd-249_rc1-r1.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-249_rc1.ebuild
rename to sys-apps/systemd/systemd-249_rc1-r1.ebuild
index 6524db4486d..a9e94af56ef 100644
--- a/sys-apps/systemd/systemd-249_rc1.ebuild
+++ b/sys-apps/systemd/systemd-249_rc1-r1.ebuild
@@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0="
 
 COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
acl? ( sys-apps/acl:0= )
apparmor? ( sys-libs/libapparmor:0= )
audit? ( >=sys-process/audit-2:0= )

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 3ff4f01859d..a8e7949b207 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -43,6 +43,7 @@ OPENSSL_DEP=">=dev-libs/openssl-1.1.0:0="
 
 COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
acl? ( sys-apps/acl:0= )
apparmor? ( sys-libs/libapparmor:0= )
audit? ( >=sys-process/audit-2:0= )



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/

2021-06-22 Thread Sam James
commit: 53efd343cb40ea055c644b2e3a16c04d0b4e8c47
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 20:34:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 20:54:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53efd343

net-mail/mailutils: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{mailutils-3.12-r1.ebuild => mailutils-3.12-r2.ebuild}| 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-mail/mailutils/mailutils-3.12-r1.ebuild 
b/net-mail/mailutils/mailutils-3.12-r2.ebuild
similarity index 97%
rename from net-mail/mailutils/mailutils-3.12-r1.ebuild
rename to net-mail/mailutils/mailutils-3.12-r2.ebuild
index 15589bb7499..dd4838682aa 100644
--- a/net-mail/mailutils/mailutils-3.12-r1.ebuild
+++ b/net-mail/mailutils/mailutils-3.12-r2.ebuild
@@ -24,6 +24,7 @@ RDEPEND="!mail-client/nmh
sys-libs/ncurses:=
sys-libs/readline:=
dev-libs/libltdl:0
+   virtual/libcrypt:=
virtual/mta
berkdb? ( sys-libs/db:= )
bidi? ( dev-libs/fribidi )
@@ -35,7 +36,7 @@ RDEPEND="!mail-client/nmh
ldap? ( net-nds/openldap )
mysql? ( dev-db/mysql-connector-c )
nls? ( sys-devel/gettext )
-   pam? ( sys-libs/pam )
+   pam? ( sys-libs/pam:= )
postgres? ( dev-db/postgresql:= )
python? ( ${PYTHON_DEPS} )
sasl? ( virtual/gsasl )
@@ -44,8 +45,9 @@ RDEPEND="!mail-client/nmh
tcpd? ( sys-apps/tcp-wrappers )
tokyocabinet? ( dev-db/tokyocabinet )"
 
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
servers? ( tcpd ldap )"



[gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/

2021-06-22 Thread Sam James
commit: 87b1b7445c4aea8c58bf02414c17147a92b3f1e6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 20:32:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 20:54:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b1b744

net-mail/dovecot: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 ...ovecot-2.3.13-r100.ebuild => dovecot-2.3.13-r101.ebuild} | 13 +++--
 .../{dovecot-2.3.14.ebuild => dovecot-2.3.14-r1.ebuild} |  9 +
 .../{dovecot-2.3.14.1.ebuild => dovecot-2.3.14.1-r1.ebuild} | 13 +++--
 .../{dovecot-2.3.15.ebuild => dovecot-2.3.15-r1.ebuild} | 13 +++--
 4 files changed, 26 insertions(+), 22 deletions(-)

diff --git a/net-mail/dovecot/dovecot-2.3.13-r100.ebuild 
b/net-mail/dovecot/dovecot-2.3.13-r101.ebuild
similarity index 97%
rename from net-mail/dovecot/dovecot-2.3.13-r100.ebuild
rename to net-mail/dovecot/dovecot-2.3.13-r101.ebuild
index 845bef06aaa..f13784a01b2 100644
--- a/net-mail/dovecot/dovecot-2.3.13-r100.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.13-r101.ebuild
@@ -40,7 +40,7 @@ IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_COMPRESS} 
${IUSE_DOVECOT_OTHER}"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 
-DEPEND="argon2? ( dev-libs/libsodium )
+DEPEND="argon2? ( dev-libs/libsodium:= )
bzip2? ( app-arch/bzip2 )
caps? ( sys-libs/libcap )
kerberos? ( virtual/krb5 )
@@ -50,9 +50,9 @@ DEPEND="argon2? ( dev-libs/libsodium )
lzma? ( app-arch/xz-utils )
lz4? ( app-arch/lz4 )
mysql? ( dev-db/mysql-connector-c:0= )
-   pam? ( sys-libs/pam )
+   pam? ( sys-libs/pam:= )
postgres? ( dev-db/postgresql:* !dev-db/postgresql[ldap,threads] )
-   rpc? ( net-libs/libtirpc net-libs/rpcsvc-proto )
+   rpc? ( net-libs/libtirpc:= net-libs/rpcsvc-proto )
selinux? ( sec-policy/selinux-dovecot )
solr? ( net-misc/curl dev-libs/expat )
sqlite? ( dev-db/sqlite:* )
@@ -60,9 +60,10 @@ DEPEND="argon2? ( dev-libs/libsodium )
suid? ( acct-group/mail )
tcpd? ( sys-apps/tcp-wrappers )
textcat? ( app-text/libexttextcat )
-   unwind? ( sys-libs/libunwind )
-   zlib? ( sys-libs/zlib )
-   zstd? ( app-arch/zstd )
+   unwind? ( sys-libs/libunwind:= )
+   zlib? ( sys-libs/zlib:= )
+   zstd? ( app-arch/zstd:= )
+   virtual/libcrypt:=
virtual/libiconv
dev-libs/icu:="
 

diff --git a/net-mail/dovecot/dovecot-2.3.14.ebuild 
b/net-mail/dovecot/dovecot-2.3.14-r1.ebuild
similarity index 98%
rename from net-mail/dovecot/dovecot-2.3.14.ebuild
rename to net-mail/dovecot/dovecot-2.3.14-r1.ebuild
index fee3938bac7..450c88e67af 100644
--- a/net-mail/dovecot/dovecot-2.3.14.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.14-r1.ebuild
@@ -40,7 +40,7 @@ IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_COMPRESS} 
${IUSE_DOVECOT_OTHER}"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 
-DEPEND="argon2? ( dev-libs/libsodium )
+DEPEND="argon2? ( dev-libs/libsodium:= )
bzip2? ( app-arch/bzip2 )
caps? ( sys-libs/libcap )
kerberos? ( virtual/krb5 )
@@ -50,9 +50,9 @@ DEPEND="argon2? ( dev-libs/libsodium )
lzma? ( app-arch/xz-utils )
lz4? ( app-arch/lz4 )
mysql? ( dev-db/mysql-connector-c:0= )
-   pam? ( sys-libs/pam )
+   pam? ( sys-libs/pam:= )
postgres? ( dev-db/postgresql:* !dev-db/postgresql[ldap,threads] )
-   rpc? ( net-libs/libtirpc net-libs/rpcsvc-proto )
+   rpc? ( net-libs/libtirpc:= net-libs/rpcsvc-proto )
selinux? ( sec-policy/selinux-dovecot )
solr? ( net-misc/curl dev-libs/expat )
sqlite? ( dev-db/sqlite:* )
@@ -60,9 +60,10 @@ DEPEND="argon2? ( dev-libs/libsodium )
suid? ( acct-group/mail )
tcpd? ( sys-apps/tcp-wrappers )
textcat? ( app-text/libexttextcat )
-   unwind? ( sys-libs/libunwind )
+   unwind? ( sys-libs/libunwind:= )
zlib? ( sys-libs/zlib )
zstd? ( app-arch/zstd )
+   virtual/libcrypt:=
virtual/libiconv
dev-libs/icu:="
 

diff --git a/net-mail/dovecot/dovecot-2.3.14.1.ebuild 
b/net-mail/dovecot/dovecot-2.3.14.1-r1.ebuild
similarity index 97%
rename from net-mail/dovecot/dovecot-2.3.14.1.ebuild
rename to net-mail/dovecot/dovecot-2.3.14.1-r1.ebuild
index 52c47222175..fb2c91d5457 100644
--- a/net-mail/dovecot/dovecot-2.3.14.1.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.14.1-r1.ebuild
@@ -40,7 +40,7 @@ IUSE="${IUSE_DOVECOT_AUTH} ${IUSE_DOVECOT_COMPRESS} 
${IUSE_DOVECOT_OTHER}"
 
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
 
-DEPEND="argon2? ( dev-libs/libsodium )
+DEPEND="argon2? ( dev-libs/libsodium:= )
bzip2? ( app-arch/bzip2 )
caps? ( sys-libs/libcap )
kerberos? ( virtual/krb5 )
@@ -50,9 +50,9 @@ DEPEND="argon2? ( dev-libs/libsodium )
lzma? ( app-arch/xz-utils )
lz4? ( app-arch/lz4 )
  

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

2021-06-22 Thread Sam James
commit: 768cb1fce2fb16c03aaf36cc03bd1fff6763c54b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 20:26:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 20:53:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768cb1fc

app-admin/apache-tools: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../{apache-tools-2.4.46.ebuild => apache-tools-2.4.46-r1.ebuild}   | 2 +-
 .../{apache-tools-2.4.47.ebuild => apache-tools-2.4.47-r1.ebuild}   | 2 +-
 .../{apache-tools-2.4.48.ebuild => apache-tools-2.4.48-r1.ebuild}   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46-r1.ebuild
similarity index 99%
rename from app-admin/apache-tools/apache-tools-2.4.46.ebuild
rename to app-admin/apache-tools/apache-tools-2.4.46-r1.ebuild
index 216e596f188..4c8dbb3e437 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46-r1.ebuild
@@ -18,9 +18,9 @@ RDEPEND=">=dev-libs/apr-1.5.0:1=
dev-libs/apr-util:1=
dev-libs/expat
dev-libs/libpcre
+   virtual/libcrypt:=
kernel_linux? ( sys-apps/util-linux )
ssl? ( dev-libs/openssl:0= )"
-
 DEPEND="${RDEPEND}
sys-devel/libtool"
 BDEPEND="virtual/pkgconfig"

diff --git a/app-admin/apache-tools/apache-tools-2.4.47.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.47-r1.ebuild
similarity index 99%
rename from app-admin/apache-tools/apache-tools-2.4.47.ebuild
rename to app-admin/apache-tools/apache-tools-2.4.47-r1.ebuild
index da529f9a8bd..26baef954af 100644
--- a/app-admin/apache-tools/apache-tools-2.4.47.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.47-r1.ebuild
@@ -18,9 +18,9 @@ RDEPEND=">=dev-libs/apr-1.5.0:1=
dev-libs/apr-util:1=
dev-libs/expat
dev-libs/libpcre
+   virtual/libcrypt:=
kernel_linux? ( sys-apps/util-linux )
ssl? ( dev-libs/openssl:0= )"
-
 DEPEND="${RDEPEND}
sys-devel/libtool"
 BDEPEND="virtual/pkgconfig"

diff --git a/app-admin/apache-tools/apache-tools-2.4.48.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
similarity index 99%
rename from app-admin/apache-tools/apache-tools-2.4.48.ebuild
rename to app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
index 710c62ffc01..9c515ffb38a 100644
--- a/app-admin/apache-tools/apache-tools-2.4.48.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.48-r1.ebuild
@@ -18,9 +18,9 @@ RDEPEND=">=dev-libs/apr-1.5.0:1=
dev-libs/apr-util:1=
dev-libs/expat
dev-libs/libpcre
+   virtual/libcrypt:=
kernel_linux? ( sys-apps/util-linux )
ssl? ( dev-libs/openssl:0= )"
-
 DEPEND="${RDEPEND}
sys-devel/libtool"
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2021-06-22 Thread Sam James
commit: e5e03329dbee3b7569ade9621661758a7a66376d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 22 20:42:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 22 20:54:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e03329

net-fs/samba: add virtual/libcrypt dependency

Needed for upcoming libcrypt migration.

Acked-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 net-fs/samba/{samba-4.13.9.ebuild => samba-4.13.9-r1.ebuild} | 1 +
 net-fs/samba/{samba-4.14.4.ebuild => samba-4.14.4-r1.ebuild} | 1 +
 net-fs/samba/{samba-4.14.5.ebuild => samba-4.14.5-r1.ebuild} | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-fs/samba/samba-4.13.9.ebuild 
b/net-fs/samba/samba-4.13.9-r1.ebuild
similarity index 99%
rename from net-fs/samba/samba-4.13.9.ebuild
rename to net-fs/samba/samba-4.13.9-r1.ebuild
index 7bec5a69c4a..b63fcec649a 100644
--- a/net-fs/samba/samba-4.13.9.ebuild
+++ b/net-fs/samba/samba-4.13.9-r1.ebuild
@@ -78,6 +78,7 @@ COMMON_DEPEND="
>=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
virtual/libiconv
$(python_gen_cond_dep "
dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]

diff --git a/net-fs/samba/samba-4.14.4.ebuild 
b/net-fs/samba/samba-4.14.4-r1.ebuild
similarity index 99%
rename from net-fs/samba/samba-4.14.4.ebuild
rename to net-fs/samba/samba-4.14.4-r1.ebuild
index d21397f5844..64232a3a2cd 100644
--- a/net-fs/samba/samba-4.14.4.ebuild
+++ b/net-fs/samba/samba-4.14.4-r1.ebuild
@@ -78,6 +78,7 @@ COMMON_DEPEND="
>=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
virtual/libiconv
$(python_gen_cond_dep "
dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]

diff --git a/net-fs/samba/samba-4.14.5.ebuild 
b/net-fs/samba/samba-4.14.5-r1.ebuild
similarity index 99%
rename from net-fs/samba/samba-4.14.5.ebuild
rename to net-fs/samba/samba-4.14.5-r1.ebuild
index d21397f5844..64232a3a2cd 100644
--- a/net-fs/samba/samba-4.14.5.ebuild
+++ b/net-fs/samba/samba-4.14.5-r1.ebuild
@@ -78,6 +78,7 @@ COMMON_DEPEND="
>=sys-libs/tdb-1.4.3[${MULTILIB_USEDEP}]
>=sys-libs/tevent-0.10.2[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
+   virtual/libcrypt:=[${MULTILIB_USEDEP}]
virtual/libiconv
$(python_gen_cond_dep "
dev-python/subunit[\${PYTHON_MULTI_USEDEP},${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2021-06-22 Thread Stephan Hartmann
commit: bbd5516a470f64ecee20d5d6b4a77c6cdf3d74cc
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun 22 20:52:47 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun 22 20:52:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd5516a

www-client/microsoft-edge-beta: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   1 -
 .../microsoft-edge-beta-91.0.864.41.ebuild | 105 -
 2 files changed, 106 deletions(-)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 75a3a38af07..5feaf3a4941 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-beta_91.0.864.41-1_amd64.deb 99832786 BLAKE2B 
a7f26c9a92adc4deba1c04d6ee26bedb5360824aed48b397dfaf66cd3f524b9efbbc77c0191f52ae40d70e0ea9f1ca4943e58dc20f8ad7e40bcabb1636a02a8a
 SHA512 
119a5c3cd2065b578705a76983e4d670427f2de356b529a22186c6e77b159f6d35e2e4195ea93f84d17b4469a1da5744b6957cbde0748e9421422b3fcc02a22a
 DIST microsoft-edge-beta_92.0.902.15-1_amd64.deb 101256948 BLAKE2B 
6fea611d12041d3d575b1b86c70ee693330dd6e4f6b2b476228aabffe6fba62140d373b4c7d9654e75f3cb86343f712413d4374e88a2310b30270f87f78db2bc
 SHA512 
64d36b08a68abee0126128ec7595f31c8ecbd5200a2fc86c83c3ecd2f1dc2bb870feda66018b512d5f7a7c2a3b8e29a1b22ea1f90d5ae591baae96d4f9923ca0
 DIST microsoft-edge-beta_92.0.902.22-1_amd64.deb 101892898 BLAKE2B 
706b1dcc4b2f419f62fa578672bce71fb75809f06ff36938d33f1434697b8f72c9eb07d3b9dcf99a84a9739566a35ba8a921cef1dbee64e3a4509f4290dd1321
 SHA512 
fc4cbf6ec062acca48efef3cbbc1ceec4bfcc92bcc79d243e4ede658e394660b514687f5d73d1940fbc962c59e9d9bf271e6226bfd164978e54dc9974341d980
 DIST microsoft-edge-beta_92.0.902.9-1_amd64.deb 101093516 BLAKE2B 
061de15a6357696de55b5f56ae5d0e5c4aa2b9825184d25d8f7ca994315ed02a5ecb6b7b34a1a470348724d45e8eabbf1efa3d67defed1dd869d81de16b82a8e
 SHA512 
48bc0ba4cb87c6eba4b4923e4f26cc54fc74051252b0f682719e5af7eb124bcfed4c6e99b5a5df110523de29681f74aee2530dd3e19bc740b8669cc9a5d7d023

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-91.0.864.41.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-91.0.864.41.ebuild
deleted file mode 100644
index 6887ef49a3a..000
--- a/www-client/microsoft-edge-beta/microsoft-edge-beta-91.0.864.41.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-misc/ca-certificates
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-beta/

2021-06-22 Thread Stephan Hartmann
commit: 6d7bb0e8f265c0529d8ebb6af06e9205ee13685a
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun 22 20:50:53 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun 22 20:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7bb0e8

www-client/microsoft-edge-beta: bump to 92.0.902.22

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/microsoft-edge-beta/Manifest|   1 +
 .../microsoft-edge-beta-92.0.902.22.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/microsoft-edge-beta/Manifest 
b/www-client/microsoft-edge-beta/Manifest
index 09d34600888..75a3a38af07 100644
--- a/www-client/microsoft-edge-beta/Manifest
+++ b/www-client/microsoft-edge-beta/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-beta_91.0.864.41-1_amd64.deb 99832786 BLAKE2B 
a7f26c9a92adc4deba1c04d6ee26bedb5360824aed48b397dfaf66cd3f524b9efbbc77c0191f52ae40d70e0ea9f1ca4943e58dc20f8ad7e40bcabb1636a02a8a
 SHA512 
119a5c3cd2065b578705a76983e4d670427f2de356b529a22186c6e77b159f6d35e2e4195ea93f84d17b4469a1da5744b6957cbde0748e9421422b3fcc02a22a
 DIST microsoft-edge-beta_92.0.902.15-1_amd64.deb 101256948 BLAKE2B 
6fea611d12041d3d575b1b86c70ee693330dd6e4f6b2b476228aabffe6fba62140d373b4c7d9654e75f3cb86343f712413d4374e88a2310b30270f87f78db2bc
 SHA512 
64d36b08a68abee0126128ec7595f31c8ecbd5200a2fc86c83c3ecd2f1dc2bb870feda66018b512d5f7a7c2a3b8e29a1b22ea1f90d5ae591baae96d4f9923ca0
+DIST microsoft-edge-beta_92.0.902.22-1_amd64.deb 101892898 BLAKE2B 
706b1dcc4b2f419f62fa578672bce71fb75809f06ff36938d33f1434697b8f72c9eb07d3b9dcf99a84a9739566a35ba8a921cef1dbee64e3a4509f4290dd1321
 SHA512 
fc4cbf6ec062acca48efef3cbbc1ceec4bfcc92bcc79d243e4ede658e394660b514687f5d73d1940fbc962c59e9d9bf271e6226bfd164978e54dc9974341d980
 DIST microsoft-edge-beta_92.0.902.9-1_amd64.deb 101093516 BLAKE2B 
061de15a6357696de55b5f56ae5d0e5c4aa2b9825184d25d8f7ca994315ed02a5ecb6b7b34a1a470348724d45e8eabbf1efa3d67defed1dd869d81de16b82a8e
 SHA512 
48bc0ba4cb87c6eba4b4923e4f26cc54fc74051252b0f682719e5af7eb124bcfed4c6e99b5a5df110523de29681f74aee2530dd3e19bc740b8669cc9a5d7d023

diff --git 
a/www-client/microsoft-edge-beta/microsoft-edge-beta-92.0.902.22.ebuild 
b/www-client/microsoft-edge-beta/microsoft-edge-beta-92.0.902.22.ebuild
new file mode 100644
index 000..6887ef49a3a
--- /dev/null
+++ b/www-client/microsoft-edge-beta/microsoft-edge-beta-92.0.902.22.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 

  1   2   3   4   >