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

2022-08-17 Thread Joonas Niilola
commit: 65205c97fd154a3ef62ed9d5f1aaa4e54acec7e1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Aug 18 05:21:31 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Aug 18 05:21:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65205c97

dev-python/confuse: Stabilize 2.0.0 amd64, #865613

Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/dev-python/confuse/confuse-2.0.0.ebuild 
b/dev-python/confuse/confuse-2.0.0.ebuild
index 2a48b8b1241c..e95924189613 100644
--- a/dev-python/confuse/confuse-2.0.0.ebuild
+++ b/dev-python/confuse/confuse-2.0.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-libs/HDF5Plugin-Zstandard/

2022-08-17 Thread Benda XU
commit: ed891d3398c5cea28d967231f1216e31d7419fb2
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Aug 18 04:19:39 2022 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Aug 18 04:19:39 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed891d33

sci-libs/HDF5Plugin-Zstandard: depend on >=1.12.2-r5.

1.12.2-r3 and r4 lost the standard Gentoo plugin directory of hdf5. r5
re-enables it.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu  gentoo.org>

 ...re20201121.ebuild => HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild 
b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild
similarity index 86%
rename from 
sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
rename to 
sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild
index a74996b46..d1257f0ee 100644
--- a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild
+++ b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="app-arch/zstd >=sci-libs/hdf5-1.12.2-r2"
+DEPEND="app-arch/zstd >=sci-libs/hdf5-1.12.2-r5"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${PN}-${COMMIT}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/

2022-08-17 Thread Benda XU
commit: 0bb35865c3e8124957bb6919e22abf792ebc9253
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Aug 18 04:16:23 2022 +
Commit: Benda XU  gentoo  org>
CommitDate: Thu Aug 18 04:17:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb35865

sci-libs/hdf5: reapply 1.12.2-r2 fix to autotools based ebuild.

Commit 8e16e7412dd38185db203d70732a06fd81b5fe95 introduced standard
hdf5 plugins directory for Gentoo.  This commit reapplies it after
switching back from cmake to autotools.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Benda Xu  gentoo.org>

 sci-libs/hdf5/hdf5-1.12.2-r5.ebuild | 118 
 1 file changed, 118 insertions(+)

diff --git a/sci-libs/hdf5/hdf5-1.12.2-r5.ebuild 
b/sci-libs/hdf5/hdf5-1.12.2-r5.ebuild
new file mode 100644
index ..9e9c9c1af629
--- /dev/null
+++ b/sci-libs/hdf5/hdf5-1.12.2-r5.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+FORTRAN_NEEDED=fortran
+
+# We've reverted *back* to autotools from CMake because of
+# https://github.com/HDFGroup/hdf5/issues/1814.
+inherit autotools fortran-2 flag-o-matic toolchain-funcs prefix
+
+MY_P=${PN}-${PV/_p/-patch}
+MAJOR_P=${PN}-$(ver_cut 1-2)
+
+DESCRIPTION="General purpose library and file format for storing scientific 
data"
+HOMEPAGE="https://www.hdfgroup.org/HDF5/;
+SRC_URI="https://www.hdfgroup.org/ftp/HDF5/releases/${MAJOR_P}/${MY_P}/src/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="NCSA-HDF"
+SLOT="0/${PV%%_p*}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="cxx debug examples fortran +hl mpi szip threads unsupported zlib"
+REQUIRED_USE="
+   !unsupported? (
+   cxx? ( !mpi ) mpi? ( !cxx )
+   threads? ( !cxx !mpi !fortran !hl )
+   )
+"
+
+RDEPEND="
+   mpi? ( virtual/mpi[romio] )
+   szip? ( virtual/szip )
+   zlib? ( sys-libs/zlib:0= )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch
+   "${FILESDIR}"/${PN}-1.12.2-no-messing-ldpath.patch
+   "${FILESDIR}"/${PN}-1.12.2-no-strip-symbols.patch
+)
+
+pkg_setup() {
+   # Workaround for bug 285148
+   tc-export CXX CC AR
+
+   use fortran && fortran-2_pkg_setup
+
+   if use mpi; then
+   if has_version 'sci-libs/hdf5[-mpi]'; then
+   ewarn "Installing hdf5 with mpi enabled with a previous 
hdf5 with mpi disabled may fail."
+   ewarn "Try to uninstall the current hdf5 prior to 
enabling mpi support."
+   fi
+
+   export CC=mpicc
+   use fortran && export FC=mpif90
+   elif has_version 'sci-libs/hdf5[mpi]'; then
+   ewarn "Installing hdf5 with mpi disabled while having hdf5 
installed with mpi enabled may fail."
+   ewarn "Try to uninstall the current hdf5 prior to disabling mpi 
support."
+   fi
+}
+
+src_prepare() {
+   default
+
+   # Respect Gentoo examples directory
+   sed \
+   -e "s:hdf5_examples:doc/${PF}/examples:g" \
+   -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || 
die
+   sed \
+   -e '/docdir/d' \
+   -i config/commence.am || die
+
+   if ! use examples; then
+   # bug #409091
+   sed -e '/^install:/ s/install-examples//' \
+   -i Makefile.am || die
+   fi
+
+   # Enable shared libs by default for h5cc config utility
+   sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" bin/h5cc.in || die
+   hprefixify m4/libtool.m4
+
+   eautoreconf
+}
+
+src_configure() {
+   # bug #686620
+   use sparc && tc-is-gcc && append-flags -fno-tree-ccp
+
+   econf \
+   --disable-static \
+   --enable-deprecated-symbols \
+   --enable-build-mode=$(usex debug debug production) \
+   
--with-default-plugindir="${EPREFIX}/usr/$(get_libdir)/${PN}/plugin" \
+   $(use_enable cxx) \
+   $(use_enable debug codestack) \
+   $(use_enable fortran) \
+   $(use_enable hl) \
+   $(use_enable mpi parallel) \
+   $(use_enable threads threadsafe) \
+   $(use_enable unsupported) \
+   $(use_with szip szlib) \
+   $(use_with threads pthread) \
+   $(use_with zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" EPREFIX="${EPREFIX}" install
+
+   # No static archives
+   find "${ED}" -name '*.la' -delete || die
+
+   # Remove "perf" executable due to file collisions with dev-util/perf.
+   # Previously with the CMake build system we only installed h5perf, so
+   # let's simply remove the file for now.
+   use mpi && { rm "${ED}"/usr/bin/perf || die "rm failed" ; }
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/

2022-08-17 Thread Sam James
commit: bf006a3ff0c3c58adf4ab9697c9e73b66152c64e
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 03:33:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:33:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf006a3f

net-analyzer/wireshark: add 4.0.0_rc1 (unkeyworded)

Still need to polish off the wifidump/libssh bit (need to
decide really what to do about the huge number of USE flags here)
but may as well commit what got so far given it works fine.

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

 net-analyzer/wireshark/Manifest|  1 +
 ...hark-.ebuild => wireshark-4.0.0_rc1.ebuild} | 22 ++
 net-analyzer/wireshark/wireshark-.ebuild   | 22 ++
 3 files changed, 29 insertions(+), 16 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 816d4f92d449..c9f0a82a4ac0 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -4,3 +4,4 @@ DIST wireshark-3.6.3.tar.xz 39935892 BLAKE2B 
3b636867d946f0cf748eb719874e815c919
 DIST wireshark-3.6.5.tar.xz 39939340 BLAKE2B 
4df1abce2563f20e91fac169ef1ab65851a5f63423aceba487db8cd4b954c4a2ba5673e032878b33a43992cb2ee4628899eee8b0065220cd0c79a8c98a589ef0
 SHA512 
9aa60721401fbd1f3c6b912312792433c9f8a09583cf684a4f1a24c839f4786a54a0abbfd88c04ba222e5a7af09f7bc67c292a0f944c9b717a71509655fe2fe5
 DIST wireshark-3.6.6.tar.xz 39950276 BLAKE2B 
cb74c4ed307b83ba509fa3b56356a33df11d9d1effb29054f73f248ca1c7107806676539d0802cc71e07687831a838145194104183afa4ae1825eb1fb85062b1
 SHA512 
c32d5aafb3091dc1475896a3c4cfcb5a47af002e53f011a65697271c611e690743153841f5db1021a6cbea6d427dc661dce7b85208832251200258fb46aad84b
 DIST wireshark-3.6.7.tar.xz 39967312 BLAKE2B 
0539130aec2c7d8fdfec536114144a0b761addb8006d146a5e08d0a58e95d5d6b0db67ef32ceae4143de9836f25a3497802706f0a0eb633f29e1f24a47819e4b
 SHA512 
caf087ee467bf934f28d096869ea3d9d7c5a3c83e51c4df447700096943a92abf5cf29f4956b9a549e0708bcb3515b55c4660a7ced2cb9dbc582b87550026fac
+DIST wireshark-4.0.0rc1.tar.xz 41291340 BLAKE2B 
96dc9616702c67f47517cf5fc575bf555d5f7e83cc90284301e3ef26476ca6292f8aba3c7230c3ca7e6404a9b953861247a448826b339fa586d5a8206c787989
 SHA512 
16d4f3d39198bb208d4ad58059c38a40f21352186abf2cafb4140674d048e5bd29e5dbc079ed50f28f1dde150733bba6a26c6fc7d10e524e4556bd20c6ae2856

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-4.0.0_rc1.ebuild
similarity index 92%
copy from net-analyzer/wireshark/wireshark-.ebuild
copy to net-analyzer/wireshark/wireshark-4.0.0_rc1.ebuild
index 68dc99e8c15c..0bdf2a0c919a 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-4.0.0_rc1.ebuild
@@ -18,7 +18,9 @@ else

SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
S="${WORKDIR}/${P/_/}"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~x86"
+   if [[ ${PV} != *_rc* ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv 
~x86"
+   fi
 fi
 
 LICENSE="GPL-2"
@@ -34,17 +36,19 @@ REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
 
 RESTRICT="!test? ( test )"
 
+# TODO: wifidump/libssh automagic?
 # bug #753062 for speexdsp
 RDEPEND="acct-group/pcap
-   >=dev-libs/glib-2.38:2
-   >=net-dns/c-ares-1.5:=
-   dev-libs/libgcrypt:=
+   >=dev-libs/glib-2.50.0:2
+   dev-libs/libpcre2
+   >=net-dns/c-ares-1.14.0:=
+   >=dev-libs/libgcrypt-1.8.0:=
media-libs/speexdsp
bcg729? ( media-libs/bcg729 )
brotli? ( app-arch/brotli:= )
ciscodump? ( >=net-libs/libssh-0.6 )
filecaps? ( sys-libs/libcap )
-   http2? ( net-libs/nghttp2:= )
+   http2? ( >=net-libs/nghttp2-1.11.0:= )
ilbc? ( media-libs/libilbc )
kerberos? ( virtual/krb5 )
libxml2? ( dev-libs/libxml2 )
@@ -69,10 +73,12 @@ RDEPEND="acct-group/pcap
snappy? ( app-arch/snappy )
spandsp? ( media-libs/spandsp )
sshdump? ( >=net-libs/libssh-0.6 )
-   ssl? ( net-libs/gnutls:= )
+   ssl? ( >=net-libs/gnutls-3.5.8:= )
zlib? ( sys-libs/zlib )
zstd? ( app-arch/zstd:= )"
 DEPEND="${RDEPEND}"
+# TODO: 4.0.0_rc1 release notes say:
+# "Perl is no longer required to build Wireshark, but may be required to build 
some source code files and run code analysis checks."
 BDEPEND="${PYTHON_DEPS}
dev-lang/perl
sys-devel/flex
@@ -130,7 +136,7 @@ src_configure() {
fi
 
if use qt5 ; then
-   export QT_MIN_VERSION=5.3.0
+   #export QT_MIN_VERSION=5.3.0
append-cxxflags -fPIC -DPIC
fi
 
@@ -164,7 +170,7 @@ src_configure() {
-DBUILD_tshark=$(usex tshark)
-DBUILD_udpdump=$(usex udpdump)
-DBUILD_wireshark=$(usex qt5)
-   -DDISABLE_WERROR=ON
+   -DENABLE_WERROR=OFF
 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glog/, dev-cpp/glog/files/

2022-08-17 Thread Matt Turner
commit: 475dab847fb2e961d0ef35173cd1295d17bf966b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 03:15:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 03:16:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475dab84

Revert "dev-cpp/glog: Drop old versions"

Still needed by sci-libs/caffe2.

This reverts commit 3817d0904d1cd868a656cf05c50f431bd6a6ccb7.

Signed-off-by: Matt Turner  gentoo.org>

 dev-cpp/glog/Manifest  |  1 +
 dev-cpp/glog/files/glog-0.4.0-errnos.patch | 99 ++
 .../glog/files/glog-0.4.0-fix-test-on-ports.patch  | 19 +
 dev-cpp/glog/files/glog-0.4.0-fix-x32-build.patch  | 35 
 dev-cpp/glog/glog-0.4.0.ebuild | 46 ++
 5 files changed, 200 insertions(+)

diff --git a/dev-cpp/glog/Manifest b/dev-cpp/glog/Manifest
index 27d44dcf6c41..30b5047877a8 100644
--- a/dev-cpp/glog/Manifest
+++ b/dev-cpp/glog/Manifest
@@ -1,2 +1,3 @@
+DIST glog-0.4.0.tar.gz 200955 BLAKE2B 
083da6117af3e85697724942bfcb5a7831d447666945b06b149d8d324231b10923887bd8c507e8027136d12bffd30a657cb225df8c449f234381e3876f132953
 SHA512 
b585f1819ade2075f6b61dc5aaca5c3f9d25601dba2bd08b6c49b96ac5f79db23c6b7f2042df003f7130497dd7241fcaa8b107d1f97385cb66ce52d3c554b176
 DIST glog-0.5.0.tar.gz 183346 BLAKE2B 
9109a9a4bd3c74ba5d4c1d9ed44ffe0e16d5d3b9b12bf9dd5d31c6e728292ea50f39b4e1b96d55fbb35653a448af4dc8a978e266a2b0f34261c5108099e90845
 SHA512 
445e4338f3d81cd0b065f2da9c6ce343c243263ca144cea424ef97531a4e9e09c06ffd6942ac01c5213a8003c75cfbbede3c4028d12f0134f23ff29314769c1a
 DIST glog-0.6.0.tar.gz 193267 BLAKE2B 
b42112cdfd54280ce7a9592c3af6b6e10dcb854fe9dbe0db7445c60801d1c12a240c4b3709b45e41aedeb8876d2e08fc3368296e088be6a6612685cc274e
 SHA512 
fd2c42583d0dd72c790a8cf888f328a64447c5fb9d99b2e2a3833d70c102cb0eb9ae874632c2732424cc86216c8a076a3e24b23a793eaddb5da8a1dc52ba9226

diff --git a/dev-cpp/glog/files/glog-0.4.0-errnos.patch 
b/dev-cpp/glog/files/glog-0.4.0-errnos.patch
new file mode 100644
index ..c55716db1ba2
--- /dev/null
+++ b/dev-cpp/glog/files/glog-0.4.0-errnos.patch
@@ -0,0 +1,99 @@
+Index: b/src/googletest.h
+===
+--- a/src/googletest.h
 b/src/googletest.h
+@@ -437,6 +437,18 @@ static inline void StringReplace(string*
+   }
+ }
+ 
++static inline void IntReplace(string* str,
++  const string& oldsub,
++  int newsub) {
++  size_t pos = str->find(oldsub);
++  if (pos != string::npos) {
++std::ostringstream ss;
++ss << newsub;
++const std::string x = ss.str();
++str->replace(pos, oldsub.size(), x.c_str());
++  }
++}
++
+ static inline string Munge(const string& filename) {
+   FILE* fp = fopen(filename.c_str(), "rb");
+   CHECK(fp != NULL) << filename << ": couldn't open";
+@@ -452,9 +464,13 @@ static inline string Munge(const string&
+ 
+ StringReplace(, "__SUCCESS__", StrError(0));
+ StringReplace(, "__ENOENT__", StrError(ENOENT));
++IntReplace(, "__ENOENT_NUM__", ENOENT);
+ StringReplace(, "__EINTR__", StrError(EINTR));
++IntReplace(, "__EINTR_NUM__", EINTR);
+ StringReplace(, "__ENXIO__", StrError(ENXIO));
++IntReplace(, "__ENXIO_NUM__", ENXIO);
+ StringReplace(, "__ENOEXEC__", StrError(ENOEXEC));
++IntReplace(, "__ENOEXEC_NUM__", ENOEXEC);
+ result += line + "\n";
+   }
+   fclose(fp);
+Index: b/src/logging_unittest.cc
+===
+--- a/src/logging_unittest.cc
 b/src/logging_unittest.cc
+@@ -238,6 +238,17 @@ int main(int argc, char **argv) {
+   return 0;
+ }
+ 
++static int errnoForIteration(int i) {
++  switch (i) {
++case 0: return 0;
++case 2: return ENOENT;
++case 4: return EINTR;
++case 6: return ENXIO;
++case 8: return ENOEXEC;
++  }
++  return -1;
++}
++
+ void TestLogging(bool check_counts) {
+   int64 base_num_infos   = LogMessage::num_messages(GLOG_INFO);
+   int64 base_num_warning = LogMessage::num_messages(GLOG_WARNING);
+@@ -246,7 +257,7 @@ void TestLogging(bool check_counts) {
+   LOG(INFO) << string("foo ") << "bar " << 10 << ' ' << 3.4;
+   for ( int i = 0; i < 10; ++i ) {
+ int old_errno = errno;
+-errno = i;
++errno = errnoForIteration(i);
+ PLOG_EVERY_N(ERROR, 2) << "Plog every 2, iteration " << COUNTER;
+ errno = old_errno;
+ 
+Index: b/src/logging_unittest.err
+===
+--- a/src/logging_unittest.err
 b/src/logging_unittest.err
+@@ -51,21 +51,21 @@ WDATE TIME__ THREADID logging_unittest.c
+ IDATE TIME__ THREADID logging_unittest.cc:LINE] Log if every 1, iteration 1
+ EDATE TIME__ THREADID logging_unittest.cc:LINE] Log if less than 3 every 2, 
iteration 1
+ IDATE TIME__ THREADID logging_unittest.cc:LINE] Log if every 1, iteration 2
+-EDATE TIME__ THREADID logging_unittest.cc:LINE] Plog every 2, 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/

2022-08-17 Thread Sam James
commit: 3deed26b3259a962305414e179bc34f357f35d0b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 03:15:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:15:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deed26b

sys-libs/libunwind: fix docs override

No functional change, just useful for building doc tarball.

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

 sys-libs/libunwind/libunwind-1.6.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild 
b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
index 144c3e79cac5..007df2e2a734 100644
--- a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
+++ b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-libunwind-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-LIBUNWIND_DOCS_PREBUILT=${LIBUNWIND_DOCS_PREBUILT:-1}
+: ${LIBUNWIND_DOCS_PREBUILT:=1}
+
 LIBUNWIND_DOCS_PREBUILT_DEV=sam
 LIBUNWIND_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/

2022-08-17 Thread Sam James
commit: 6bbfad4d700c823bc9bc8e3d59bfdecd654f1943
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 03:14:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:14:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbfad4d

app-emulation/qemu: fix docs override

No functional change, just useful for building doc tarball.

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

 app-emulation/qemu/qemu-7.0.0-r3.ebuild | 3 ++-
 app-emulation/qemu/qemu-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emulation/qemu/qemu-7.0.0-r3.ebuild 
b/app-emulation/qemu/qemu-7.0.0-r3.ebuild
index e0be1218e152..5136fb92084e 100644
--- a/app-emulation/qemu/qemu-7.0.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-7.0.0-r3.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1}
+: ${QEMU_DOCS_PREBUILT:=1}
+
 QEMU_DOCS_PREBUILT_DEV=sam
 QEMU_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later

diff --git a/app-emulation/qemu/qemu-.ebuild 
b/app-emulation/qemu/qemu-.ebuild
index f10fc57e1950..e4f37bb04fdd 100644
--- a/app-emulation/qemu/qemu-.ebuild
+++ b/app-emulation/qemu/qemu-.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-qemu-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-QEMU_DOCS_PREBUILT=${QEMU_DOCS_PREBUILT:-1}
+: ${QEMU_DOCS_PREBUILT:=1}
+
 QEMU_DOCS_PREBUILT_DEV=sam
 QEMU_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later



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

2022-08-17 Thread Sam James
commit: 999c26dc8b0a80fcc6e902d282b42fc198397e71
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 03:14:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:14:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999c26dc

dev-util/pkgdev: fix docs override

No functional change, just useful for building doc tarball.

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

 dev-util/pkgdev/pkgdev-0.2.1-r3.ebuild | 3 ++-
 dev-util/pkgdev/pkgdev-.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgdev/pkgdev-0.2.1-r3.ebuild 
b/dev-util/pkgdev/pkgdev-0.2.1-r3.ebuild
index 5758209ab661..080ce3e061e9 100644
--- a/dev-util/pkgdev/pkgdev-0.2.1-r3.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.1-r3.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-pkgdev-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-PKGDEV_DOCS_PREBUILT=${PKGDEV_DOCS_PREBUILT:-1}
+: ${PKGDEV_DOCS_PREBUILT:=1}
+
 PKGDEV_DOCS_PREBUILT_DEV=sam
 PKGDEV_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later

diff --git a/dev-util/pkgdev/pkgdev-.ebuild 
b/dev-util/pkgdev/pkgdev-.ebuild
index 4d8a1fd72641..5172a308d581 100644
--- a/dev-util/pkgdev/pkgdev-.ebuild
+++ b/dev-util/pkgdev/pkgdev-.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-pkgdev-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-PKGDEV_DOCS_PREBUILT=${PKGDEV_DOCS_PREBUILT:-1}
+: ${PKGDEV_DOCS_PREBUILT:=1}
+
 PKGDEV_DOCS_PREBUILT_DEV=sam
 PKGDEV_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/

2022-08-17 Thread Sam James
commit: 0a3cb6d7f6c84e99631cbefd1a681987c892a625
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 03:09:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3cb6d7

net-dns/bind-tools: add 9.16.32

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

 net-dns/bind-tools/Manifest  |   1 +
 net-dns/bind-tools/bind-tools-9.16.32.ebuild | 157 +++
 2 files changed, 158 insertions(+)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index f013801f067d..ae95d72bfb36 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -2,3 +2,4 @@ DIST bind-9.16.27.tar.xz 5084340 BLAKE2B 
37b49ce81aa5122493a4feb2bb7be53c5d46ff2
 DIST bind-9.16.29.tar.xz 5088348 BLAKE2B 
17ee1443926327c30f1d5820110b01a193c53eb24e23385b713217a4e49d9c2b5ddb6e1c49cb80d2c9083c71ce7872a26fe3597209f2e3215e6cc7e930e68004
 SHA512 
b4acbafed370438ac53e73468ccb5ea5745a1c8f764dd96f9c9a027594a3b7ce0d486e7f01138b39795b456265e0e6116cd76e44f5a3329687cd718550ca79fb
 DIST bind-9.16.30.tar.xz 5086288 BLAKE2B 
35fe14b58a018df25563e58a9632b4431f740bc7a708eb823117541548d23b1855e43058cf7323361ca904d5e59d687e282abb73dc8b617e4eb25ef113168e93
 SHA512 
cc9bcbedf63c2efe0a23f14db3e57fdae46f0509aac58e5840a6805ce4fbd76cad5bfde4d461442adb88c4d947f8d79bf979aeb24aeb9303b6adc8d169b7118c
 DIST bind-9.16.31.tar.xz 5087424 BLAKE2B 
75c9038c00fe289161a15a8e4fdadaef5a6a7f3ca03068ec24e82aa9f30ac82d0ded9cf73df83219058cd81b198ea8f561211a323e31b41407294f6932dc61d3
 SHA512 
8577b4d021a5a763b8669d59ef6c3499238e87657ca94ccfc530cb9a7a215ee3682002aa6141f5731154cbc43e0e6094372961468811a68bbd2a37e20e287c7e
+DIST bind-9.16.32.tar.xz 5091860 BLAKE2B 
df6f2c878138015da580dfaf0e16b5a97b11ead9f99c1425a09da8484954196ea3dafb828ac3ab386200ce2b180646c7eb1e0e62a84c153162270a4a1e19a5fc
 SHA512 
99abedf055901b43e1a85c448ee4c2dd731b7ab77de1454b73c8f9df816aa32262e70e23a8112959d94be990fd4f1c48c36611657ba745670141a7447fd53316

diff --git a/net-dns/bind-tools/bind-tools-9.16.32.ebuild 
b/net-dns/bind-tools/bind-tools-9.16.32.ebuild
new file mode 100644
index ..4a9cc94b8e64
--- /dev/null
+++ b/net-dns/bind-tools/bind-tools-9.16.32.ebuild
@@ -0,0 +1,157 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic multiprocessing toolchain-funcs
+
+MY_PN=${PN//-tools}
+MY_PV=${PV/_p/-P}
+MY_PV=${MY_PV/_rc/rc}
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
+HOMEPAGE="https://www.isc.org/software/bind 
https://gitlab.isc.org/isc-projects/bind9;
+SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${MY_P}.tar.xz;
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
+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"
+IUSE="+caps doc gssapi idn libedit readline test xml"
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 
#409687
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/libuv:=
+   dev-libs/openssl:=
+   caps? ( sys-libs/libcap )
+   xml? ( dev-libs/libxml2 )
+   idn? ( net-dns/libidn2:= )
+   gssapi? ( virtual/krb5 )
+   libedit? ( dev-libs/libedit )
+   !libedit? (
+   readline? ( sys-libs/readline:= )
+   )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+# sphinx required for man-page and html creation
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( dev-python/sphinx )
+   test? (
+   dev-util/cmocka
+   dev-util/kyua
+   )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   append-ldflags "-L${ESYSROOT}/usr/$(get_libdir)"
+
+   # Do not disable thread local storage on Solaris, it works with our
+   # toolchain, and it breaks further configure checks
+   sed -i -e '/LDFLAGS=/s/-zrelax=transtls//' configure.ac configure || die
+
+   # bug #220361
+   rm aclocal.m4 || die
+   rm -rf libtool.m4/ || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --localstatedir="${EPREFIX}"/var
+   --without-python
+   --without-libjson
+   --without-zlib
+   --without-lmdb
+   --without-maxminddb
+   --disable-geoip
+   --with-openssl="${ESYSROOT}"/usr
+   $(use_with idn libidn2 "${ESYSROOT}"/usr)
+   $(use_with xml libxml2)
+   $(use_with gssapi)
+   $(use_with readline)
+   $(use_enable caps linux-caps)
+   AR="$(type -P $(tc-getAR))"
+   )
+
+   # bug 607400
+   if use libedit ; then
+   myeconfargs+=( 

[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-bradking/

2022-08-17 Thread Sam James
commit: 7978cb1f3a10499ef7482c5940e8f48198ab81fb
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 02:40:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7978cb1f

sec-keys/openpgp-keys-bradking: add 20220818

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

 sec-keys/openpgp-keys-bradking/Manifest  |  1 +
 .../openpgp-keys-bradking-20220818.ebuild| 20 
 2 files changed, 21 insertions(+)

diff --git a/sec-keys/openpgp-keys-bradking/Manifest 
b/sec-keys/openpgp-keys-bradking/Manifest
index 8c11bd0add84..1be54b9ab2bf 100644
--- a/sec-keys/openpgp-keys-bradking/Manifest
+++ b/sec-keys/openpgp-keys-bradking/Manifest
@@ -1 +1,2 @@
 DIST openpgp-keys-bradking-20220407-2D2CEF1034921684.asc 42061 BLAKE2B 
657ae2501acaf0e6db039a32417291dcf9f7d0003f63bf4d2eee0ad6379c45c8c3b78e4c7f5af14607a01e4862442d3fe4124c59355f7247434142e42a2b
 SHA512 
39882aebd86d2bc006e25929957c6932578764baea10ca4eefaa5aa81c9b326172ac81db17d992103ebd8b8bd0755d3e35b3b8e595ad669e05b87dfaf593ab19
+DIST openpgp-keys-bradking-20220818-2D2CEF1034921684.asc 44364 BLAKE2B 
57a1568cc6a219ad1f84fcde53154f81d3c86b07ac3297754163ec87bff2114a6c71dc3a9771815b1c0856e2514f41126a4615437ff81ecddca2b26426ae1c53
 SHA512 
496728a608ce1f6b2b2f255ee87e59990ca2c1f8e3fb502ab7a34fe1bad7224dfb7bc0de78c2bb14385a34cbd09c0c2f1ed214ab9441c3254bb76efab8f8f0d1

diff --git 
a/sec-keys/openpgp-keys-bradking/openpgp-keys-bradking-20220818.ebuild 
b/sec-keys/openpgp-keys-bradking/openpgp-keys-bradking-20220818.ebuild
new file mode 100644
index ..bd4b15526f30
--- /dev/null
+++ b/sec-keys/openpgp-keys-bradking/openpgp-keys-bradking-20220818.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used by Brad King"
+HOMEPAGE="https://cmake.org/download/;
+# Mirrored from 
https://keyserver.ubuntu.com/pks/lookup?op=get=0xcba23971357c2e6590d9efd3ec8fef3a7bfb4eda
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-2D2CEF1034921684.asc;
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - bradking.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}



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

2022-08-17 Thread Sam James
commit: bd5a0b95ae41eb02bc2e3b27b358e96b75f98822
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 01:43:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5a0b95

dev-libs/libxml2: add 2.10.0

Bug: https://bugs.gentoo.org/582130
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libxml2/Manifest |  1 +
 .../{libxml2-.ebuild => libxml2-2.10.0.ebuild}| 15 ++-
 dev-libs/libxml2/libxml2-.ebuild  |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest
index a349aea4e127..8a1b41309525 100644
--- a/dev-libs/libxml2/Manifest
+++ b/dev-libs/libxml2/Manifest
@@ -1,3 +1,4 @@
+DIST libxml2-2.10.0.tar.xz 2698684 BLAKE2B 
655b9241db06b98f5d33f6d02f2dbf5f998ae9a125f2c16e4d8ce3ee902d53ec14e728e7f3de2aea47b45e825b9ed78f17caffd9e4e9afbde40e1d7b1e047e7f
 SHA512 
0a7a58414c3a4f21e9b052cc18f18032bc646f2690483bb95e37e132a3fc5789f0ec7bbc91b58497df59dbccf0e52f6e6280947762f47a035e85a316e96b1623
 DIST libxml2-2.9.14-patches-r0.tar.bz2 8304 BLAKE2B 
067faba5bfcbf81e2ef356925c0d3b4ef0aff7604db049366180b8217b781c60c2746be348c5e1a09de925e54fc69e3e431f7e2199ce326b6ff88ea9352ca45c
 SHA512 
e97bada92a14ef0501a5f7be312d35d26eb52b648102d028dc11b3eef62ee0597540d0b474f54bd015a914a9cb7600d4dc34912b0ead5230136e945d80ae8428
 DIST libxml2-2.9.14.tar.xz 3129968 BLAKE2B 
ab584503d5209e4aaf41ae6f44aed5e94c0ae29e28cfba39a9012568aa97515af861b47891b84d2a352a07357626ba50ddb1e344e911fa14ff2ce93c5beff1f1
 SHA512 
d08e6cafb289c499fdc5b3a12181e032a34f7a249bc66758859f964d3e71e19fd69be79921e1a9d8ab1e692d15b13f5fae95eeb10c3236974d89e218f5107606
 DIST xmlts20130923.tar.gz 641522 BLAKE2B 
63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be
 SHA512 
d5c4d26b324ed21f4e0641cd7f8b76dbf9de80df8b519982e44d41c960df29fd03618e02e9693b2d11ad06d19c4a965274c95a048ec3b9653eacb919a7f8b733

diff --git a/dev-libs/libxml2/libxml2-.ebuild 
b/dev-libs/libxml2/libxml2-2.10.0.ebuild
similarity index 93%
copy from dev-libs/libxml2/libxml2-.ebuild
copy to dev-libs/libxml2/libxml2-2.10.0.ebuild
index d651157658dc..d9eb0d19172a 100644
--- a/dev-libs/libxml2/libxml2-.ebuild
+++ b/dev-libs/libxml2/libxml2-2.10.0.ebuild
@@ -7,7 +7,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="xml(+)"
-inherit flag-o-matic python-r1 multilib-minimal
+inherit autotools flag-o-matic python-r1 multilib-minimal
 
 XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite;
 XSTS_NAME_1="xmlschema2002-01-16"
@@ -20,9 +20,9 @@ DESCRIPTION="XML C parser and toolkit"
 HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxml2;
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libxml2;
-   inherit autotools git-r3
+   inherit git-r3 #autotools
 else
-   inherit gnome.org libtool
+   inherit gnome.org #libtool
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
@@ -92,7 +92,12 @@ src_prepare() {
else
# Please do not remove, as else we get references to 
PORTAGE_TMPDIR
# in /usr/lib/python?.?/site-packages/libxml2mod.la among 
things.
-   elibtoolize
+   #elibtoolize
+
+   # Temporarily for Python 3.10 fix (version used for
+   # dist tarballs fails w/ "3.1" error)
+   # See https://gitlab.gnome.org/GNOME/libxml2/-/issues/392.
+   eautoreconf
fi
 }
 
@@ -145,7 +150,7 @@ multilib_src_test() {
emake check
 
multilib_is_native_abi && use python &&
-   python_foreach_impl run_in_build_dir libxml2_py_emake test
+   python_foreach_impl run_in_build_dir libxml2_py_emake check
 }
 
 multilib_src_install() {

diff --git a/dev-libs/libxml2/libxml2-.ebuild 
b/dev-libs/libxml2/libxml2-.ebuild
index d651157658dc..0fe269e46054 100644
--- a/dev-libs/libxml2/libxml2-.ebuild
+++ b/dev-libs/libxml2/libxml2-.ebuild
@@ -145,7 +145,7 @@ multilib_src_test() {
emake check
 
multilib_is_native_abi && use python &&
-   python_foreach_impl run_in_build_dir libxml2_py_emake test
+   python_foreach_impl run_in_build_dir libxml2_py_emake check
 }
 
 multilib_src_install() {



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

2022-08-17 Thread Sam James
commit: 75b7bbf9ba0917cb07bd37cca820a9c2fe3654fe
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 02:42:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b7bbf9

dev-util/cmake: add 3.24.1

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

 dev-util/cmake/Manifest   | 4 
 dev-util/cmake/{cmake-.ebuild => cmake-3.24.1.ebuild} | 3 ++-
 dev-util/cmake/cmake-.ebuild  | 3 ++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-util/cmake/Manifest b/dev-util/cmake/Manifest
index 40cd2fe7e71e..2dbddc8ade2c 100644
--- a/dev-util/cmake/Manifest
+++ b/dev-util/cmake/Manifest
@@ -14,3 +14,7 @@ DIST cmake-3.24.0-SHA-256.txt 1646 BLAKE2B 
f41c0e2f280258c79c0d269a8249dc2a5e661
 DIST cmake-3.24.0-SHA-256.txt.asc 833 BLAKE2B 
828f1130930635ad78b6829d8cb1780d9fb9a45edf1650e19a2869d18fd3225d869c664d28775a9b29934f1e3958dae542de3a37e5e3aa965b1704c512b2ee86
 SHA512 
dc0c495892716643f6ce1015240c373c6145ef070b35f7229d8f109a9bf4c771b49da6672ba765f69c293ed438e26afcab4bb6fa8a3c36f8b4ac91b49b6782bb
 DIST cmake-3.24.0-docs.tar.xz 490472 BLAKE2B 
f7dcbee55473add99406d8956657098f78e49eb30df96d73dfc8affc2ee4aca19159956189511e1cea821974e4741fd7b1c5d28f6e8f9cc31ace80c6c504b27d
 SHA512 
dc69388e8ab20eae3c447e95f7d1b0c153a537ae81d18ac4dc4117a7df5348a2a9f35ce8c6c18c3fabe34f7d9ce3dc3f90f2323789c65c089679abe9e359f1f6
 DIST cmake-3.24.0.tar.gz 10395167 BLAKE2B 
72b75e3fa4ae1710f5e5d1ac4e356a723ec1b197c9121cd73273f079f7eb31e61fbd5acab228e9b5696c4f8ab85213da4a6cf8e35068f3ca776082742084ae6d
 SHA512 
91507fc0643f2de20e37cd8d6a539d8cb38a80b604bf77de8e88c8446b6d7b6d02b7329d58966dc2412c6c75edcb9dfbdae02fe84965fefeb7ca47f87631fe17
+DIST cmake-3.24.1-SHA-256.txt 1646 BLAKE2B 
0b72b78803e6b6e8055f68895203bcf8e4dfd0fdac43113bcece89d022ae38428c8363e12182f23954ae529a3e98d64c16770ad53f597a6d4100a72053ce10f5
 SHA512 
6302a8f3370f94415af6a2a1852b15f56fb58a67f895b3d99c6f2a084dd99437a94cf48bccdebed5b96e20aa9f52daff87e1037f1c62aff21b7a138f051375cc
+DIST cmake-3.24.1-SHA-256.txt.asc 833 BLAKE2B 
2e77922c732e654b40a40043b85ec4794886107cc09765d0a80ea05efad08711046bafd5ae341fb16904129cc7af75e6f4d2d1103e767a9147cca6a6a975b1fd
 SHA512 
b04a73cc483d51d5eafab7153b53e366220db2bad4b1d78fea9aec82e667434b8a27ae522be96b5f6a38e43c84aa3475f86c55c088a6149b03ec98c682b3cc4a
+DIST cmake-3.24.1-docs.tar.xz 491808 BLAKE2B 
5bafdcb5b705581fbb63e9733d37ca10b8fa1803ea471afb723e26421989cb3b204952640438db11425e3bb536267bbb3e0bb6e618bee2cd4662517201aa1196
 SHA512 
8181dd4cbf066d42af620ee265cbd6eac0d2edf744706ec63909ac819458c1dd3f118129f54255e1f27a61af6a0ae4d72a2dc066ca5fd3e747962b9a8b3f9bee
+DIST cmake-3.24.1.tar.gz 10392868 BLAKE2B 
628e2610c01af8e03eb7a201ae56a6e909c63314a993d2066f363d6181cfd2d0a0e5c09e9f74ad5ae3d226e15c2b04be250dc9bf1a273158fa3073bcc05c3a8e
 SHA512 
67bfafcf9ceba617d7ebbb0ac88b689a2d90ab51fea4a83bd073ee082fb55de8962ce7fb283f3db5f455d286f2199843ffa595a1de207d4fa3e4472d951eb289

diff --git a/dev-util/cmake/cmake-.ebuild 
b/dev-util/cmake/cmake-3.24.1.ebuild
similarity index 99%
copy from dev-util/cmake/cmake-.ebuild
copy to dev-util/cmake/cmake-3.24.1.ebuild
index 3b075816e4cf..9491df325a39 100644
--- a/dev-util/cmake/cmake-.ebuild
+++ b/dev-util/cmake/cmake-3.24.1.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-CMAKE_DOCS_PREBUILT=${CMAKE_DOCS_PREBUILT:-1}
+: ${CMAKE_DOCS_PREBUILT:=1}
+
 CMAKE_DOCS_PREBUILT_DEV=sam
 CMAKE_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later

diff --git a/dev-util/cmake/cmake-.ebuild b/dev-util/cmake/cmake-.ebuild
index 3b075816e4cf..9491df325a39 100644
--- a/dev-util/cmake/cmake-.ebuild
+++ b/dev-util/cmake/cmake-.ebuild
@@ -6,7 +6,8 @@ EAPI=8
 # Generate using 
https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-cmake-docs
 # Set to 1 if prebuilt, 0 if not
 # (the construct below is to allow overriding from env for script)
-CMAKE_DOCS_PREBUILT=${CMAKE_DOCS_PREBUILT:-1}
+: ${CMAKE_DOCS_PREBUILT:=1}
+
 CMAKE_DOCS_PREBUILT_DEV=sam
 CMAKE_DOCS_VERSION=$(ver_cut 1-3)
 # Default to generating docs (inc. man pages) if no prebuilt; overridden later



[gentoo-commits] repo/gentoo:master commit in: net-dns/bind/

2022-08-17 Thread Sam James
commit: 39f09b2a99cbc163d350a580fd833549be9f6462
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 03:04:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f09b2a

net-dns/bind: add 9.16.32

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

 net-dns/bind/Manifest|   1 +
 net-dns/bind/bind-9.16.32.ebuild | 382 +++
 2 files changed, 383 insertions(+)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index 5f6d74ad9fac..dd3dac899b24 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -2,4 +2,5 @@ DIST bind-9.16.27.tar.xz 5084340 BLAKE2B 
37b49ce81aa5122493a4feb2bb7be53c5d46ff2
 DIST bind-9.16.29.tar.xz 5088348 BLAKE2B 
17ee1443926327c30f1d5820110b01a193c53eb24e23385b713217a4e49d9c2b5ddb6e1c49cb80d2c9083c71ce7872a26fe3597209f2e3215e6cc7e930e68004
 SHA512 
b4acbafed370438ac53e73468ccb5ea5745a1c8f764dd96f9c9a027594a3b7ce0d486e7f01138b39795b456265e0e6116cd76e44f5a3329687cd718550ca79fb
 DIST bind-9.16.30.tar.xz 5086288 BLAKE2B 
35fe14b58a018df25563e58a9632b4431f740bc7a708eb823117541548d23b1855e43058cf7323361ca904d5e59d687e282abb73dc8b617e4eb25ef113168e93
 SHA512 
cc9bcbedf63c2efe0a23f14db3e57fdae46f0509aac58e5840a6805ce4fbd76cad5bfde4d461442adb88c4d947f8d79bf979aeb24aeb9303b6adc8d169b7118c
 DIST bind-9.16.31.tar.xz 5087424 BLAKE2B 
75c9038c00fe289161a15a8e4fdadaef5a6a7f3ca03068ec24e82aa9f30ac82d0ded9cf73df83219058cd81b198ea8f561211a323e31b41407294f6932dc61d3
 SHA512 
8577b4d021a5a763b8669d59ef6c3499238e87657ca94ccfc530cb9a7a215ee3682002aa6141f5731154cbc43e0e6094372961468811a68bbd2a37e20e287c7e
+DIST bind-9.16.32.tar.xz 5091860 BLAKE2B 
df6f2c878138015da580dfaf0e16b5a97b11ead9f99c1425a09da8484954196ea3dafb828ac3ab386200ce2b180646c7eb1e0e62a84c153162270a4a1e19a5fc
 SHA512 
99abedf055901b43e1a85c448ee4c2dd731b7ab77de1454b73c8f9df816aa32262e70e23a8112959d94be990fd4f1c48c36611657ba745670141a7447fd53316
 DIST dyndns-samples.tbz2 22866 BLAKE2B 
409890653c6536cb9c0e3ba809d2bfde0e0ae73a2a101b4f229b46c01568466bc022bbbc37712171adbd08c572733e93630feab95a0fcd1ac50a7d37da1d1108
 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac

diff --git a/net-dns/bind/bind-9.16.32.ebuild b/net-dns/bind/bind-9.16.32.ebuild
new file mode 100644
index ..010d5b56b5d2
--- /dev/null
+++ b/net-dns/bind/bind-9.16.32.ebuild
@@ -0,0 +1,382 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Re dlz/mysql and threads, needs to be verified..
+# MySQL uses thread local storage in its C api. Thus MySQL
+# requires that each thread of an application execute a MySQL
+# thread initialization to setup the thread local storage.
+# This is impossible to do safely while staying within the DLZ
+# driver API. This is a limitation caused by MySQL, and not the DLZ API.
+# Because of this BIND MUST only run with a single thread when
+# using the MySQL driver.
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit python-r1 autotools multiprocessing toolchain-funcs flag-o-matic 
db-use systemd tmpfiles
+
+MY_PV="${PV/_p/-P}"
+MY_PV="${MY_PV/_rc/rc}"
+MY_P="${PN}-${MY_PV}"
+
+SDB_LDAP_VER="1.1.0-fc14"
+
+RRL_PV="${MY_PV}"
+
+# SDB-LDAP: http://bind9-ldap.bayour.com/
+
+DESCRIPTION="Berkeley Internet Name Domain - Name Server"
+HOMEPAGE="https://www.isc.org/software/bind 
https://gitlab.isc.org/isc-projects/bind9;
+SRC_URI="https://downloads.isc.org/isc/bind9/${PV}/${P}.tar.xz
+   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+# -berkdb by default re bug #602682
+IUSE="berkdb +caps +dlz dnstap doc dnsrps fixed-rrset geoip geoip2 gssapi
+json ldap lmdb mysql odbc postgres python selinux static-libs test xml +zlib"
+# sdb-ldap - patch broken
+# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
+RESTRICT="!test? ( test )"
+
+# Upstream dropped the old geoip library, but the BIND configuration for using
+# GeoIP remained the same.
+REQUIRED_USE="
+   postgres? ( dlz )
+   berkdb? ( dlz )
+   mysql? ( dlz )
+   odbc? ( dlz )
+   ldap? ( dlz )
+   dnsrps? ( dlz )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+DEPEND="
+   acct-group/named
+   acct-user/named
+   berkdb? ( sys-libs/db:= )
+   dev-libs/openssl:=[-bindist(-)]
+   mysql? ( dev-db/mysql-connector-c:0= )
+   odbc? ( >=dev-db/unixODBC-2.2.6 )
+   ldap? ( net-nds/openldap:= )
+   postgres? ( dev-db/postgresql:= )
+   caps? ( >=sys-libs/libcap-2.1.0 )
+   xml? ( dev-libs/libxml2 )
+   geoip? ( dev-libs/libmaxminddb:= )
+   geoip2? ( dev-libs/libmaxminddb:= )
+   gssapi? ( virtual/krb5 )
+ 

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

2022-08-17 Thread Sam James
commit: bb2641741479ad64a0959c6eb3b80c4b6106e056
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 02:58:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb264174

app-text/lesspipe: add 2.06

Bug: https://bugs.gentoo.org/865631
Signed-off-by: Sam James  gentoo.org>

 app-text/lesspipe/Manifest |  1 +
 app-text/lesspipe/lesspipe-2.06.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/app-text/lesspipe/Manifest b/app-text/lesspipe/Manifest
index ffb4af808828..8cfe33b34fa5 100644
--- a/app-text/lesspipe/Manifest
+++ b/app-text/lesspipe/Manifest
@@ -1 +1,2 @@
 DIST lesspipe-2.05.tar.gz 167135 BLAKE2B 
6f54a68a3857fcafa19148ba798d6ac49b2693e547e88a4a4fb6a178768d75ba8ae08e808a9e08aabfe903538bd401e3bd25e22ec240bf3a52365df729d87b9e
 SHA512 
b4220b28fb609060735663067f5a738cae32d12e90efc397db3749e4dcfa7bfc063a4458c1f39b8a43be3b04effdc00a25c4feebd6e9a3b23f0064b879bbb698
+DIST lesspipe-2.06.tar.gz 168100 BLAKE2B 
a7447efa85cd422343f9dbb06001e85fa7b33c92db752f8248e4b4a0d9ecce4ef0241240d6993c5a71157c44da2f4ffc3efd41ac5e0a31e89ed5b80ac99f71fe
 SHA512 
b2411c5e6b287fb67e1ea9b6d10377fe19b58e8c0f54587f825d1ee4c1a85f9a8ed3244a7cf339bcba960094e95821d9a56929951d862eb697f1d12fe55ef20d

diff --git a/app-text/lesspipe/lesspipe-2.06.ebuild 
b/app-text/lesspipe/lesspipe-2.06.ebuild
new file mode 100644
index ..b16b5f900cda
--- /dev/null
+++ b/app-text/lesspipe/lesspipe-2.06.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="A preprocessor for less"
+HOMEPAGE="https://github.com/wofr06/lesspipe;
+SRC_URI="https://github.com/wofr06/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+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"
+IUSE="test"
+
+# Please check again on bumps!
+# bug #734896
+RESTRICT="!test? ( test ) test"
+
+RDEPEND="dev-lang/perl"
+BDEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+   test? ( app-editors/vim )
+"
+
+src_configure() {
+   # Not an autoconf script.
+   ./configure --fixed || die
+}
+
+src_compile() {
+   # Nothing to build (avoids the "all" target)
+   :
+}
+
+src_install() {
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+   einstalldocs
+
+   rm -r "${ED}"/etc/bashcompletion.d || die
+   newbashcomp less_completion less
+}
+
+pkg_preinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "This package installs 'lesspipe.sh' which is distinct 
from 'lesspipe'."
+   elog "The latter is the Gentoo-specific version.  Make sure to 
update your"
+   elog "LESSOPEN environment variable if you wish to use this 
copy."
+   fi
+}



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

2022-08-17 Thread Sam James
commit: 72624c0b32f705f9defb684f98645d63cb39d5a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 01:58:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72624c0b

dev-libs/libxslt: add 1.1.36

Bug: https://bugs.gentoo.org/582130
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libxslt/Manifest |  1 +
 .../{libxslt-.ebuild => libxslt-1.1.36.ebuild}| 15 ++-
 dev-libs/libxslt/libxslt-.ebuild  |  8 
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/dev-libs/libxslt/Manifest b/dev-libs/libxslt/Manifest
index e925f79f8190..39f5cab84cc4 100644
--- a/dev-libs/libxslt/Manifest
+++ b/dev-libs/libxslt/Manifest
@@ -1 +1,2 @@
 DIST libxslt-1.1.35.tar.xz 1827548 BLAKE2B 
9667a93e61f50098a512c1351bce2ee937fc5d29488d010b525122d28ffedc73e0930402f3df2d378161a031dc016a15f0f03bdc343f0c4aa5d0b5c454f8002d
 SHA512 
9dd4a699235f50ae9b75b25137e387471635b4b2da0a4e4380879cd49f1513470fcfbfd775269b066eac513a1ffa6860c77ec42747168e2348248f09f60c8c96
+DIST libxslt-1.1.36.tar.xz 1591356 BLAKE2B 
7cdb38b52295477dcf4c9fdecfb64bc8e770b37787b3f4522d6156838725f4ee506b6d58ec18d17adeb22c78aa62d0685e77ad23e72901d1083de4efef1ae0df
 SHA512 
8a524d32fca18e8b108c1b300d1381c01a71a87dc72a09bc13613772c2836b1350d8caa0625782c6cadf953f7a15ce805718a754cef894ee77b20442fc10f5c8

diff --git a/dev-libs/libxslt/libxslt-.ebuild 
b/dev-libs/libxslt/libxslt-1.1.36.ebuild
similarity index 83%
copy from dev-libs/libxslt/libxslt-.ebuild
copy to dev-libs/libxslt/libxslt-1.1.36.ebuild
index bd5015b66924..6f198ac22606 100644
--- a/dev-libs/libxslt/libxslt-.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.36.ebuild
@@ -1,21 +1,21 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 # Note: Please bump this in sync with dev-libs/libxml2.
 
 PYTHON_COMPAT=( python3_{8..11} )
-inherit libtool python-r1 multilib-minimal
+inherit autotools python-r1 multilib-minimal
 
 DESCRIPTION="XSLT libraries and tools"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt;
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libxslt;
-   inherit autotools git-r3
+   inherit git-r3
 else
inherit gnome.org
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"
@@ -48,7 +48,12 @@ src_prepare() {
eautoreconf
else
# Prefix always needs elibtoolize if not eautoreconf'd.
-   elibtoolize
+   #elibtoolize
+
+   # Temporarily for Python 3.10 fix (version used for
+   # dist tarballs fails w/ "3.1" error)
+   # See https://gitlab.gnome.org/GNOME/libxslt/-/issues/72.
+   eautoreconf
fi
 }
 

diff --git a/dev-libs/libxslt/libxslt-.ebuild 
b/dev-libs/libxslt/libxslt-.ebuild
index bd5015b66924..f76f9910fa95 100644
--- a/dev-libs/libxslt/libxslt-.ebuild
+++ b/dev-libs/libxslt/libxslt-.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 # Note: Please bump this in sync with dev-libs/libxml2.
 
 PYTHON_COMPAT=( python3_{8..11} )
-inherit libtool python-r1 multilib-minimal
+inherit python-r1 multilib-minimal
 
 DESCRIPTION="XSLT libraries and tools"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt;
@@ -14,8 +14,8 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/libxslt;
inherit autotools git-r3
 else
-   inherit gnome.org
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   inherit libtool gnome.org
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak/

2022-08-17 Thread Sam James
commit: 09b3a728f077679df68431188a5bf7f35d595b1b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 01:31:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b3a728

app-accessibility/emacspeak: add 56.0

Bug: https://bugs.gentoo.org/622166
Closes: https://bugs.gentoo.org/835097
Closes: https://bugs.gentoo.org/832135
Signed-off-by: Sam James  gentoo.org>

 app-accessibility/emacspeak/Manifest   |  1 +
 ...emacspeak-.ebuild => emacspeak-56.0.ebuild} | 71 ++
 app-accessibility/emacspeak/emacspeak-.ebuild  | 71 ++
 3 files changed, 89 insertions(+), 54 deletions(-)

diff --git a/app-accessibility/emacspeak/Manifest 
b/app-accessibility/emacspeak/Manifest
index 1a147ca5f1d9..9245ede94a48 100644
--- a/app-accessibility/emacspeak/Manifest
+++ b/app-accessibility/emacspeak/Manifest
@@ -1 +1,2 @@
 DIST emacspeak-39.0.tar.bz2 4989631 BLAKE2B 
ea58436fd3d7450938de04b74dcefdd9b9c5bee5c8c3bf48dbd2ca5bd5ce5c795a0d4c60ec05ca83c0020ca650b717e378717dc2d68eb56e80653b5045d5b132
 SHA512 
c0a0c503d6ccc2abb53a8be580997b44e0449c2225e8a64cee73c24d69a28c3f47c0e660a95a6e77dd4d660272ad562ff747ce3c0a989f8fe7c8171f60349173
+DIST emacspeak-56.0.tar.bz2 7158646 BLAKE2B 
484b98e5fac51d30bd9b2705308042ed9e0a49a4684ca777cbc60368fdadd8206ef212af514a5940509c84fee3fdcad12486a31a47cac658c912d7573a484fb7
 SHA512 
9b18fada991b914ddd3ed30950e685c1c164434536c3dd119b9ed52db80e7e31b7399c72a584938bfb63daa7e1aa76a1f377d664cc1118ffa7f0a4cbdddf0818

diff --git a/app-accessibility/emacspeak/emacspeak-.ebuild 
b/app-accessibility/emacspeak/emacspeak-56.0.ebuild
similarity index 50%
copy from app-accessibility/emacspeak/emacspeak-.ebuild
copy to app-accessibility/emacspeak/emacspeak-56.0.ebuild
index 67a6062698b4..e9ce5050771c 100644
--- a/app-accessibility/emacspeak/emacspeak-.ebuild
+++ b/app-accessibility/emacspeak/emacspeak-56.0.ebuild
@@ -1,31 +1,38 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-NEED_EMACS=24
+NEED_EMACS=26.1
 FORCE_PRINT_ELOG=1
 DISABLE_AUTOFORMATTING=1
-inherit elisp readme.gentoo-r1
+inherit elisp toolchain-funcs readme.gentoo-r1
 
-if [[ ${PV} == "" ]] ; then
+DESCRIPTION="The emacspeak audio desktop"
+HOMEPAGE="http://emacspeak.sourceforge.net/;
+
+if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/tvraman/emacspeak.git;
inherit git-r3
 else
-   SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2;
+   
SRC_URI="https://github.com/tvraman/emacspeak/releases/download/${PV}/${P}.tar.bz2;
KEYWORDS="~amd64 ~ppc ~x86"
 fi
 
-DESCRIPTION="the emacspeak audio desktop"
-HOMEPAGE="http://emacspeak.sourceforge.net/;
 LICENSE="BSD GPL-2"
 SLOT="0"
 IUSE="+espeak"
 
-DEPEND="espeak? ( app-accessibility/espeak )"
-
-RDEPEND="${DEPEND}
-   >=dev-tcltk/tclx-8.4"
+# Usually need := dep with tcl anyway but in particular, it's needed
+# here as we do a version check in src_compile and bake in the results.
+DEPEND="
+   dev-lang/tcl:=
+   espeak? ( app-accessibility/espeak-ng )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-tcltk/tclx-8.4
+"
 
 DOC_CONTENTS='
 As of version 39.0 and later, the /usr/bin/emacspeak
@@ -35,9 +42,13 @@ by adding the following to your ~/.emacs file:
 (load "/usr/share/emacs/site-lisp/emacspeak/lisp/emacspeak-setup.el")
 '
 
-HTML_DOCS=( install-guide user-guide )
+HTML_DOCS=( info/ )
 
 src_configure() {
+   MAKEOPTS+=" -j1"
+
+   tc-export CXX
+
emake config
 }
 
@@ -45,33 +56,39 @@ src_compile() {
emake emacspeak
if use espeak; then
local tcl_version="$(echo 'puts $tcl_version;exit 0' |tclsh)"
-   if [[ -z $tcl_version ]]; then
+   if [[ -z ${tcl_version} ]]; then
die 'Unable to detect the installed version of 
dev-lang/tcl.'
fi
-   cd servers/linux-espeak || die
+
+   cd servers/native-espeak || die
emake TCL_VERSION="${tcl_version}"
fi
 }
 
 src_install() {
emake DESTDIR="${D}" install
-   rm "${D}/usr/bin/emacspeak"
+
if use espeak; then
-   pushd servers/linux-espeak > /dev/null || die
+   pushd servers/native-espeak > /dev/null || die
+
emake DESTDIR="${D}" install
-   local 
orig_serverdir="/usr/share/emacs/site-lisp/emacspeak/servers/linux-espeak"
-   local serverfile="${D}${orig_serverdir}/tclespeak.so"
-   install -Dm755  "$serverfile" \
-   "${D}/usr/$(get_libdir)/emacspeak/tclespeak.so" || die
-   rm -f "$serverfile" || die
-   dosym "/usr/$(get_libdir)/emacspeak/tclespeak.so" \
-   "$orig_serverdir/tclespeak.so"
+  

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/emacspeak/

2022-08-17 Thread Sam James
commit: 7b4b620c56450bbbc7e4a1b4e9ad978b871c51cb
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 01:02:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 03:09:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4b620c

app-accessibility/emacspeak: add github upstream metadata

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

 app-accessibility/emacspeak/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-accessibility/emacspeak/metadata.xml 
b/app-accessibility/emacspeak/metadata.xml
index 85a649a04b8e..b4f85db5b90c 100644
--- a/app-accessibility/emacspeak/metadata.xml
+++ b/app-accessibility/emacspeak/metadata.xml
@@ -17,6 +17,7 @@
Adds support for the espeak tts 
engine


+   tvraman/emacspeak
emacspeak
emacspeak




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

2022-08-17 Thread Matt Turner
commit: 9682e84f6467785aa1686154efcdb2bececb1201
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9682e84f

media-fonts/sil-padauk: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/sil-padauk/Manifest |  1 -
 media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/media-fonts/sil-padauk/Manifest b/media-fonts/sil-padauk/Manifest
index 3d7327f54cb3..e0c566404828 100644
--- a/media-fonts/sil-padauk/Manifest
+++ b/media-fonts/sil-padauk/Manifest
@@ -1,2 +1 @@
 DIST Padauk-4.000.zip 1316567 BLAKE2B 
466d9aedad691afa7ae94a24652b156888cda2a926846fe705c953e711b00bff7c053b1f6d4e4ae4989a6fc91d87e984539315b84c0fff10815b8cfd18b80da1
 SHA512 
3ed97d5e8b47f8883bcab980aeb4247f4878ef8306773abdc4d1387817a3bdd5d8981c01cebbcd6b1c8dd7507d30a3b2879d607df66fcf7bc33d3db5d029016c
-DIST padauk-2.8.zip 556033 BLAKE2B 
c957dc2b65802010fc4f888ed2e900441030ae161b1f8fa3e0ea9c5d6ff403127a84ff4eebb00efa48968699392a9a8d242657e68cccf08daf8a76fa17ed8898
 SHA512 
7f9c4f89bf1c2ee097e0beaada6853b2b40d8e1cd557a94286382a412af2e8fefd30b54b302ba569fe75f281ac9c3b9e8b2210102adde9578bc4bae0114929dc

diff --git a/media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild 
b/media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild
deleted file mode 100644
index a8facac41705..
--- a/media-fonts/sil-padauk/sil-padauk-2.8-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="padauk"
-inherit font
-
-DESCRIPTION="SIL fonts for Myanmar script"
-HOMEPAGE="http://scripts.sil.org/padauk;
-SRC_URI="mirror://gentoo/${MY_PN}-${PV}.zip"
-S="${WORKDIR}/${MY_PN}-2.80"
-
-LICENSE="OFL"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-BDEPEND="app-arch/unzip"
-
-FONT_SUFFIX="ttf"



[gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/files/, media-libs/fontconfig/

2022-08-17 Thread Matt Turner
commit: 08eb7f258111a6fbe509078306fec729e92d37be
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08eb7f25

media-libs/fontconfig: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/fontconfig/Manifest |   1 -
 .../files/fontconfig-2.12.3-latin-update.patch |  68 -
 .../files/fontconfig-2.13.1-proper_homedir.patch   | 313 -
 ...1-revert_delete_.uuid_for_empty_directory.patch |  43 ---
 .../files/fontconfig-2.13.1-static_build.patch |  91 --
 media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild  | 182 
 6 files changed, 698 deletions(-)

diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest
index a42cf3ac9874..24cff4b4b53f 100644
--- a/media-libs/fontconfig/Manifest
+++ b/media-libs/fontconfig/Manifest
@@ -1,3 +1,2 @@
-DIST fontconfig-2.13.1.tar.bz2 1723639 BLAKE2B 
08b9a522a9d89bc5e5ed0f0898182359efb110f22b6b7010f6bdda0d6d516957ea74ebe0703d684d4724fd9f44a2eaf50d8329d4e0f4e45e79f50466d808b9e1
 SHA512 
f97f2a9db294fd72d416a7d76dd7db5934ade2cf76903764b09e7decc33e0e2eed1a1d35c5f1c7fd9ea39e2c7653b9e65365f0c6205e047e95e38ba5000dd100
 DIST fontconfig-2.13.93.tar.xz 1418288 BLAKE2B 
2be273c21c16f9bb2dfe618177eaf2de48610a145d402ba53becc1c4c2d0417a9cd0ce969d4521ff00c8c71e4b1d65e4bf945da56e140434244b81e7e24ecb7a
 SHA512 
1ba119ea3faba662e108df6fce22f242eb2b7c5ec087159ca0cb76944991b19563f744c181263343941c50547bc0c73c6437d5380df09b5029facaab80465b58
 DIST fontconfig-2.14.0.tar.xz 1431056 BLAKE2B 
880f34d33ac30158ea61e922f6635900c5b244c2eb5d259f7947a364df86ee13f6190f651471b0a28bcd3c13f19c970783517903df374839e474921611dff1ff
 SHA512 
a5257249d031b3cd1a7b1521cd58f48d235a970020da4136a727db5407ec98e74a3776bc467d7e39f30ec664f56ff9fe39068317744a5e737a65109f7a005bfc

diff --git a/media-libs/fontconfig/files/fontconfig-2.12.3-latin-update.patch 
b/media-libs/fontconfig/files/fontconfig-2.12.3-latin-update.patch
deleted file mode 100644
index 397781e87acd..
--- a/media-libs/fontconfig/files/fontconfig-2.12.3-latin-update.patch
+++ /dev/null
@@ -1,68 +0,0 @@
 fontconfig-2.12.3/conf.d/60-latin.conf
-+++ fontconfig-2.12.3/conf.d/60-latin.conf
-@@ -4,47 +4,50 @@
-   
-   serif
-   
--  Bitstream Vera Serif
-+  Liberation Serif
-   DejaVu Serif
-   Times New Roman
--  Thorndale AMT
-   Luxi Serif
-   Nimbus Roman No9 L
-   Nimbus Roman
-   Times
-+  Thorndale AMT
-+  Bitstream Vera Serif
-   
-   
-   
-   sans-serif
-   
--  Bitstream Vera Sans
-+  Liberation Sans
-   DejaVu Sans
--  Verdana
-   Arial
--  Albany AMT
-   Luxi Sans
-   Nimbus Sans L
-   Nimbus Sans
-   Helvetica
-   Lucida Sans Unicode
-   BPG Glaho International 
-+  Verdana
-   Tahoma 
-+  Albany AMT
-+  Bitstream Vera Sans
-   
-   
-   
-   monospace
-   
--  Bitstream Vera Sans Mono
-+  Liberation Mono
-   DejaVu Sans Mono
-   Inconsolata
-   Andale Mono
-   Courier New
--  Cumberland AMT
-   Luxi Mono
-   Nimbus Mono L
-   Nimbus Mono
-   Nimbus Mono PS
-   Courier
-+  Cumberland AMT
-+  Bitstream Vera Sans Mono
-   
-   
- 

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

2022-08-17 Thread Matt Turner
commit: e97dd143fcf9c6eeaacfc514977cac277a760cd4
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:05 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97dd143

media-fonts/intlfonts: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/intlfonts/Manifest  |  1 -
 media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild | 41 -
 media-fonts/intlfonts/metadata.xml  |  1 -
 3 files changed, 43 deletions(-)

diff --git a/media-fonts/intlfonts/Manifest b/media-fonts/intlfonts/Manifest
index 1ec0361523ce..30340223fbc5 100644
--- a/media-fonts/intlfonts/Manifest
+++ b/media-fonts/intlfonts/Manifest
@@ -1,2 +1 @@
-DIST intlfonts-1.2.1.tar.gz 24360787 BLAKE2B 
bf75f895832310719d470e49ca206a6b888720c44927ac967ad6dabc19288d4220afc70bf38358899229315e25b5c473786838a2207c41c48e35765cd3a4d621
 SHA512 
c11508335cf0f819e7907a6b16c305fbfbf1182dbdea939773482bda3c0f27d70ba427ca3d22c62f4190c24f35bb2bcde4e4fa185aff7f4964293263f7b4304e
 DIST intlfonts-1.4.1.tar.gz 26437950 BLAKE2B 
57bdb2acb6d90362e6b2ab83d509638170c751aa26c803907dfb8f8db73a0190d112175815deab92866eb0af97cd4da11edf9cebdf6733e01bd32e93ed863b0e
 SHA512 
6d070de3103c655065a904fce9a8c883f7c4fc12f42e039984cf40884853f57c88fb6c13221dc367c371e0e8585ed54650cfa69ae886cfae2a74df22ead95c06

diff --git a/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild 
b/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild
deleted file mode 100644
index 93ee81bfb5c2..
--- a/media-fonts/intlfonts/intlfonts-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="International X11 fixed fonts"
-HOMEPAGE="https://www.gnu.org/directory/intlfonts.html;
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain HPND non-free? ( free-noncomm )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="bdf non-free"
-
-DEPEND="x11-apps/bdftopcf
-   >=x11-apps/mkfontscale-1.2.0"
-
-DOCS=( ChangeLog NEWS README Emacs.ap )
-
-src_prepare() {
-   default
-   # Tibetan fonts have a non-commercial restriction
-   use non-free || rm Asian/tib*.bdf || die
-}
-
-src_configure() {
-   local myconf=(
-   --with-fontdir=/usr/share/fonts/${PN}
-   --enable-compress='gzip -9'
-   $(use_with bdf)
-   )
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   emake install fontdir="${ED}/usr/share/fonts/${PN}"
-   einstalldocs
-   font_xfont_config
-}

diff --git a/media-fonts/intlfonts/metadata.xml 
b/media-fonts/intlfonts/metadata.xml
index f76a750d6ffe..609293a1639b 100644
--- a/media-fonts/intlfonts/metadata.xml
+++ b/media-fonts/intlfonts/metadata.xml
@@ -7,6 +7,5 @@
 
 
Install BDF fonts in addition to PCF
-   Install non-free Tibetan fonts
 
 



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

2022-08-17 Thread Matt Turner
commit: 7e75fe927e7cc98e515fde9e6c481cb01fabf6f3
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e75fe92

media-fonts/vollkorn: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/vollkorn/Manifest|  1 -
 media-fonts/vollkorn/vollkorn-2.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/media-fonts/vollkorn/Manifest b/media-fonts/vollkorn/Manifest
index 8a5b08c3ec09..095980ad91c0 100644
--- a/media-fonts/vollkorn/Manifest
+++ b/media-fonts/vollkorn/Manifest
@@ -1,2 +1 @@
-DIST Vollkorn-2.1.zip 139737 BLAKE2B 
5aa31eb1b7e493b273e7623eb22d99b629f5c044ae1ff594cb48d488cf800114a4fc4884c02e7e9400bcaa4d6b6d344283e7a2de885f9c95dd33beba690ae7d9
 SHA512 
f6d3283a06204491119ce3a3796dace7db640469192b9d44fd44471a185dc580a2ba8160f2983371b6160cb782adaabcd02872cfc2b1d05b10f3d6e73c60cded
 DIST vollkorn-4-105.zip 11046213 BLAKE2B 
bfa8515335ab6f7eaa57ad03642b7694b41047b228e9c1c51285ac70f8d799a9d61ba0414bc91ec1fdb5e579597a8a3d5c901c1d77d1de1c425ba1822a29ced9
 SHA512 
847196951f842481d11d76304435f88190608cabd7ccb47ca19a10b7215b69e19c19dc85e628e6b2730dd9b8cf1850c6b30470103724dd40fcf9b5eadb88a3f8

diff --git a/media-fonts/vollkorn/vollkorn-2.1.ebuild 
b/media-fonts/vollkorn/vollkorn-2.1.ebuild
deleted file mode 100644
index 2232c8303960..
--- a/media-fonts/vollkorn/vollkorn-2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Vollkorn, the free and healthy typeface for bread and butter use"
-HOMEPAGE="http://vollkorn-typeface.com/;
-SRC_URI="http://friedrichalthausen.de/Vollkorn-${PV}.zip;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE=""
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-DOCS="Fontlog.txt"



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

2022-08-17 Thread Matt Turner
commit: b582c6403c80014b14897581d8169b9d5dc41bad
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:10 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b582c640

media-fonts/liberation-fonts: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/liberation-fonts/Manifest  |  2 -
 .../liberation-fonts/liberation-fonts-2.1.2.ebuild | 52 --
 2 files changed, 54 deletions(-)

diff --git a/media-fonts/liberation-fonts/Manifest 
b/media-fonts/liberation-fonts/Manifest
index 0f8f340071a4..8c38178361a9 100644
--- a/media-fonts/liberation-fonts/Manifest
+++ b/media-fonts/liberation-fonts/Manifest
@@ -1,4 +1,2 @@
-DIST liberation-fonts-2.1.2.tar.gz 4976962 BLAKE2B 
934b71cbd45ba94b6cf18fc81942004beefe2dba860f13e885930b423208aa0b2f328f3d6e95f65c16017fdf40d51c25bf2b94d8654e3118fd347a00253056fc
 SHA512 
9eec48e3a87d07499969926204fc9063d9d196894b95536b506988041b1965064319a2686bf54cbaabf836f54323816fe0d2a74ae14249366791de94da630e29
 DIST liberation-fonts-2.1.3.tar.gz 4977444 BLAKE2B 
1d77ea6a9aa850a3501a7051bf3e3cd75923bd77dca5d42ae3fa4fbe7be9fea104779caadcccaf2608dc6423bddb3abd199defcaae3161ecd997268078b6781e
 SHA512 
826c002008c2c753957ae4228d8e5dac5b1de995eb7cf392e9cbef9a23bb438ff56303bb9e8ee45a52fb9797e5685b89749f6a689413537f9cc7ee8067dea463
-DIST liberation-fonts-ttf-2.1.2.tar.gz 2370416 BLAKE2B 
386eab6e886b677082bbbe1bf625bf91304e6baa4352a8dba3d073d3d2d80c1ae85ebb456f0b967be7ba9c430d7a95364107e54e789d419605976174ceb751b3
 SHA512 
bfdc3fb7dff1e78aa833035dad40bc26b12bce24b9e16863ec2f8f768a2a370705fafd25c430e3ed4ba7f742051c52ed3cf14da82a8500797b9efcdeef507f3c
 DIST liberation-fonts-ttf-2.1.3.tar.gz 2370443 BLAKE2B 
af9039d7586e87b25b05ee80893fb63f0857c05de748a9a9228557556d74cd322c8411672387f6a55b4e6ae2e7c16adb00b6e4d19b6170ce822721845741d0bf
 SHA512 
d988cf02119352f7815327e58ac93ffc2301da66b9afe4427b49ed01edd465dbefd05bf76936035f501d9d38636e97cf243ba87e9f62ca85599ad2c9874a2c77

diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild 
b/media-fonts/liberation-fonts/liberation-fonts-2.1.2.ebuild
deleted file mode 100644
index 36b1a4b57d66..
--- a/media-fonts/liberation-fonts/liberation-fonts-2.1.2.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_{8..10} )
-
-inherit font python-any-r1
-
-DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy 
of Red Hat"
-HOMEPAGE="https://github.com/liberationfonts/liberation-fonts;
-SRC_URI="fontforge? ( 
https://github.com/liberationfonts/liberation-fonts/files/5722232/${P}.tar.gz )
-   !fontforge? ( 
https://github.com/liberationfonts/liberation-fonts/files/5722233/${PN}-ttf-${PV}.tar.gz
 )
-"
-
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~x64-cygwin 
~amd64-linux ~x86-linux ~x64-solaris"
-SLOT="0"
-LICENSE="OFL-1.1"
-IUSE="fontforge X"
-
-FONT_SUFFIX="ttf"
-
-FONT_CONF=( "${FILESDIR}/60-liberation.conf" )
-
-BDEPEND="
-   fontforge? (
-   ${PYTHON_DEPS}
-   media-gfx/fontforge
-   $(python_gen_any_dep 'dev-python/fonttools[${PYTHON_USEDEP}]')
-   )"
-
-python_check_deps() {
-   has_version -b "dev-python/fonttools[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-   default
-   if use fontforge ; then
-   sed -i "s/= python3/= ${EPYTHON}/" Makefile || die
-   fi
-}
-
-pkg_setup() {
-   if use fontforge; then
-   FONT_S="${S}/${PN}-ttf-${PV}"
-   python-any-r1_pkg_setup
-   else
-   FONT_S="${WORKDIR}/${PN}-ttf-${PV}"
-   S="${FONT_S}"
-   fi
-   font_pkg_setup
-}



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

2022-08-17 Thread Matt Turner
commit: 13b91e07c9ec8fabd5a8b684dbb0510855f64a37
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:44:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b91e07

media-fonts/fira-code: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/fira-code/Manifest |  5 -
 media-fonts/fira-code/fira-code-4.ebuild   | 28 
 media-fonts/fira-code/fira-code-5.2.ebuild | 27 ---
 media-fonts/fira-code/fira-code-6.1.ebuild | 21 -
 media-fonts/fira-code/fira-code-6.ebuild   | 21 -
 5 files changed, 102 deletions(-)

diff --git a/media-fonts/fira-code/Manifest b/media-fonts/fira-code/Manifest
index 5a2ca689a500..3e89113f14ac 100644
--- a/media-fonts/fira-code/Manifest
+++ b/media-fonts/fira-code/Manifest
@@ -1,6 +1 @@
-DIST FiraCode-Regular-Symbol.zip 9337 BLAKE2B 
b901cc37ad796f3a68d8b9e492aa35570c2d718fc84920b5b23c0a055e46c19916a7ec6b2c0a0adba650161c5a032761d46b303de64bddd81696adf960e3e541
 SHA512 
2570958b0f4b28ded52327150b67118d693d6bc6f483be3e3147ddda1c5870ab21f1b64938e4abc1030080455976c0d33ae3925b51660fd2c8b5428b5b0f8eb7
-DIST Fira_Code_v6.1.zip 2463942 BLAKE2B 
7a42ee426fbc64141a4e85271e759e82c33aa533f616150c682e7f714e60d3f6e229a8a95f32506d4d911b920d39a05bc28caf499a6651b0da3d1ed1ea46bb5e
 SHA512 
262027cb970c5c8bcf0f10e54f2e8a96ebd85d580ba300d2c5e42cc55a27f44f3e6398bb268f7017f5b6ef83527b985674296446e5af30bd25f9aa24dcc4ea6f
 DIST Fira_Code_v6.2.zip 2462987 BLAKE2B 
43a65ca180079ba33da706108e798734d6af53686f90db323bf063c9815318b64c1d9ad7ccdf2942c4584bf4bcc7c2a7e544bdc2cb0d1b466ce49db6b4c2d334
 SHA512 
7f71b34cce960bb5b90165505214d9effa7aa0b9e3ae3a7da37b900db54adbb30d1ff4b44f77c88fe0c7ddef45fc17ac6f05f08745fd26e1a298eeb61e6fddd3
-DIST Fira_Code_v6.zip 2882570 BLAKE2B 
d90b66f383c64261daf227aa507672ae8e86d03d98bac433e7d361d49cb99fbe3025bd3f7af4f75b17866b62ffc01d361de6a07edbb730d7eef27cde64e1c6ed
 SHA512 
b7b5db1c12cd34b5814144c78d535207a36f6fecd92900496cbf6c88fd457cb429b1e00d469482acbab1118f11e556b5bcac2be5364a60bcba9769bbcd4bac00
-DIST fira-code-4.tar.gz 5580474 BLAKE2B 
0bc9b4c8a54f238f1c464398162a56dccf0ac5f4aaffac00357bc7ad0ed99436b44220180f9753a0bc6f2fccc5dafe4a47df9cac91dc87fb1441952e1f04eeae
 SHA512 
037698435b3f77f5ad2dcfb6ea6ff3063c50d224c2b95ada472bf9b12a6342e892d60220e1993045858697fff9c4fb5da97b41ac3437c4fa50f48ef1398c9738
-DIST fira-code-5.2.tar.gz 4875970 BLAKE2B 
baff9ca088252e03a442860a95a03ae6e8ab59f102be3352e5b3c6a0b709907cc84bf70d4e9880ad5d48fca6a000e021a7453c838b4f9bfd0a2a441ddfe3
 SHA512 
10247bf8b72f4d44a5b5d727edeae2baee549b6654e12469ad3ab75d3926635b4b2cdfcbb2b9b4c89b28d7c5411c428c00729f94567dad3bc0dc23ff5446ce2d

diff --git a/media-fonts/fira-code/fira-code-4.ebuild 
b/media-fonts/fira-code/fira-code-4.ebuild
deleted file mode 100644
index c12ec2c68c1e..
--- a/media-fonts/fira-code/fira-code-4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode;
-SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> ${P}.tar.gz
-https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/ttf"
-FONT_SUFFIX="ttf otf"
-
-DOCS=( README.md )
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}

diff --git a/media-fonts/fira-code/fira-code-5.2.ebuild 
b/media-fonts/fira-code/fira-code-5.2.ebuild
deleted file mode 100644
index c5d9b0b44cf4..
--- a/media-fonts/fira-code/fira-code-5.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-S="${WORKDIR}/FiraCode-${PV}"
-FONT_S="${S}/distr/ttf"
-FONT_SUFFIX="ttf otf"
-inherit font
-
-DESCRIPTION="Monospaced font with programming ligatures"
-HOMEPAGE="https://github.com/tonsky/FiraCode;
-SRC_URI="https://github.com/tonsky/FiraCode/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI+=" 
https://github.com/tonsky/FiraCode/files/412440/FiraCode-Regular-Symbol.zip;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-DOCS=( README.md )
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   mv "${WORKDIR}"/*.otf "${FONT_S}" || die
-}

diff --git a/media-fonts/fira-code/fira-code-6.1.ebuild 
b/media-fonts/fira-code/fira-code-6.1.ebuild
deleted file mode 100644
index 811d1d693386..
--- a/media-fonts/fira-code/fira-code-6.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the 

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

2022-08-17 Thread Matt Turner
commit: c2cb4da23f973bc98a93aa3923d07642fc917230
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2cb4da2

media-fonts/stix-fonts: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/stix-fonts/Manifest|  1 -
 media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-fonts/stix-fonts/Manifest b/media-fonts/stix-fonts/Manifest
index a3630a99fc55..3fe98024f8b9 100644
--- a/media-fonts/stix-fonts/Manifest
+++ b/media-fonts/stix-fonts/Manifest
@@ -1,4 +1,3 @@
-DIST STIXv1.1.1-word.zip 1834654 BLAKE2B 
ddd240876ae432a5796b70c7d4adc7f6db7883b4bb3528b223d729a28cbff6f589e7f06323859397a4c9dcad34a1d5dcb9092977a8ae323b4adf1ee5ea64
 SHA512 
df5171f1a2de4e4e513013b47943cc8f7e210c59ddc11bb4d1f7d07680d7efdd0c73c96a349e523fbca24782314ded81a4eeb1b87aeb2a2c81d00fa9dbcd4b11
 DIST stix-fonts-2.11-FONTLOG.txt 27987 BLAKE2B 
b29daccfd54daaa59e694bf105d566fb14e4b4c8bf732dd9eccbdd610983e0fc3798a8f8c3bbca80e86190f9e44cdf27e527a721c0ef548addcf39c3f240c6f6
 SHA512 
3cd3c87b5b8c7ba4e4f76ed95349a375c5a365303f0e9a8bb26922c8b4382e47f4903531dacffd9f2d6df8bb0be8f50fb965695fc5c5ed69c443345140952067
 DIST stix-fonts-2.11-STIXTwoMath-Regular.pdf 988219 BLAKE2B 
614fce509b4890aff9732fec997e1665bce256a381457a00b4508ebf052a2aeaa264bd13917c0df34610332a15fbf9a0951f00477d9e17bfb156bc62aff584c6
 SHA512 
be03b5539bff41b904a4971e07d717d2b8b5bc4805f05c18bb56ec79ee07d38dd7bd1274c0887fc3019594aa09945e59cee30a22a0406c7985dba72245987861
 DIST stix-fonts-2.11-STIXTwoText-Regular.pdf 371400 BLAKE2B 
874d78aac0cf335f5d7a616ca54b8efd707d15a7e4a9d6c18541f277554688fc321f51d3c13d7ae9c55a916b8e4a17730c63c7886bbd81c509b6883c97096e5c
 SHA512 
2cdfe0f3906480e8449c969ee52ece50322b27bf1d9f3da664086d0846fd5fdf007d5e1daf181a0cabc8b9a5c63645722f7ce3d3cd69d3930c6b3d3474e7f032

diff --git a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild 
b/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild
deleted file mode 100644
index 21614ffbeb88..
--- a/media-fonts/stix-fonts/stix-fonts-1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Comprehensive OpenType font set of mathematical symbols and 
alphabets"
-HOMEPAGE="https://www.stixfonts.org/;
-SRC_URI="mirror://sourceforge/${PN/-/}/STIXv${PV}-word.zip"
-S="${WORKDIR}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-RESTRICT="binchecks strip test"
-
-BDEPEND="app-arch/unzip"
-
-DOCS=( "STIX Font ${PV} Release Documentation.pdf" )
-
-FONT_CONF=( "${FILESDIR}"/61-stix.conf )
-FONT_SUFFIX="otf"
-FONT_S="${S}/Fonts/STIX-Word"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/, media-fonts/unifont/files/

2022-08-17 Thread Matt Turner
commit: 3fd1e0bcb2aa8bc561290cad8c1de22a7db21139
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:36:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd1e0bc

media-fonts/unifont: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/unifont/Manifest  |  1 -
 media-fonts/unifont/files/11.0.02-make.patch  | 11 -
 media-fonts/unifont/unifont-13.0.01-r1.ebuild | 60 ---
 3 files changed, 72 deletions(-)

diff --git a/media-fonts/unifont/Manifest b/media-fonts/unifont/Manifest
index cf35782b7cb2..924b69baf3f1 100644
--- a/media-fonts/unifont/Manifest
+++ b/media-fonts/unifont/Manifest
@@ -1,2 +1 @@
-DIST unifont-13.0.01.tar.gz 21053298 BLAKE2B 
981d3d79015df9fa401823034de532840652127bc881d13244243dc0fbaabc14212b006f1e72ff65233793c7064576b51855d6a8ab1f7d889e7837c9c22d4f5d
 SHA512 
2987aa097f89b1287d126e44297b19e405e198bb8ede2e321e6452c60678ebf4cf0be5f059b9565f4584bad09801effabe64d01ab90f132f27b206174827b14b
 DIST unifont-14.0.03.tar.gz 27451330 BLAKE2B 
f0ae933fc493d7e724b0526968d63fb4209e28526346a835b918aa6a31cd1a31c15a0c00f89196f6fd42cf2a0b2db8c51d9b6f9d7648938609e8b7e4122078a3
 SHA512 
de80097a4e1751c6ca21775c8ffe19716a910a0d110749017eacaa50a9f8f02d80e0b402426f3c2309e64e129a0386e29015d1116ad5fd64f97e5dc7fb75bdce

diff --git a/media-fonts/unifont/files/11.0.02-make.patch 
b/media-fonts/unifont/files/11.0.02-make.patch
deleted file mode 100644
index fa4e8aebb674..
--- a/media-fonts/unifont/files/11.0.02-make.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/font/Makefile
-+++ b/font/Makefile
-@@ -247,7 +247,7 @@
- # as a baseline.  Remove the Plane 1 Copyleft glyph from the Plane 0
- # set of hex files.
- #
--coverage:
-+coverage: hex
-   grep -v "^01F12F" $(COMPILED_DIR)/unifont_csur_lower-$(VERSION).hex \
-  > $(COMPILED_DIR)/unifont_all-$(VERSION).hex
-   sort plane0[1-E]/*.hex plane0Fcsur/*.hex | grep -v "^0020:" \

diff --git a/media-fonts/unifont/unifont-13.0.01-r1.ebuild 
b/media-fonts/unifont/unifont-13.0.01-r1.ebuild
deleted file mode 100644
index ef3c9f52318c..
--- a/media-fonts/unifont/unifont-13.0.01-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2003-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font toolchain-funcs
-
-DESCRIPTION="GNU Unifont - a Pan-Unicode X11 bitmap iso10646 font"
-HOMEPAGE="http://unifoundry.com/;
-SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="fontforge utils"
-
-BDEPEND="
-   fontforge? (
-   app-text/bdf2psf
-   dev-lang/perl
-   dev-perl/GD[png(+)]
-   media-gfx/fontforge
-   x11-apps/bdftopcf
-   )
-"
-RDEPEND="
-   utils? (
-   dev-lang/perl
-   dev-perl/GD[png(+)]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/11.0.02-make.patch
-)
-
-src_compile() {
-   buildargs=(
-   BUILDFONT=$(usex fontforge 1 '')
-   CC="$(tc-getCC)"
-   CFLAGS="${CFLAGS}"
-   INSTALL="${INSTALL-install}"
-   )
-   if use fontforge || use utils; then
-   emake "${buildargs[@]}"
-   fi
-}
-
-src_install() {
-   local installargs=(
-   COMPRESS=0
-   DESTDIR="${ED}"
-   PCFDEST="${ED}${FONTDIR}"
-   TTFDEST="${ED}${FONTDIR}"
-   )
-   use utils || installargs+=( -C font )
-   emake "${buildargs[@]}" "${installargs[@]}" install
-   font_xfont_config
-   font_fontconfig
-}



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-fontconfig/

2022-08-17 Thread Matt Turner
commit: b20887df37898714a6a59202174d163c88480190
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:44:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20887df

app-eselect/eselect-fontconfig: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-eselect/eselect-fontconfig/Manifest|  1 -
 .../eselect-fontconfig-1.1-r1.ebuild   | 23 --
 .../eselect-fontconfig-1.1-r2.ebuild   | 21 
 3 files changed, 45 deletions(-)

diff --git a/app-eselect/eselect-fontconfig/Manifest 
b/app-eselect/eselect-fontconfig/Manifest
index dac9ee2b64d7..78fd5ad34487 100644
--- a/app-eselect/eselect-fontconfig/Manifest
+++ b/app-eselect/eselect-fontconfig/Manifest
@@ -1,2 +1 @@
-DIST fontconfig.eselect-1.1.bz2 1713 BLAKE2B 
30af0471a52d7e2785e6e0e5847f51f3a11d0fb53eb800a5314e18dbb61694f1542d71c3e0f4ceccf82a396432113529b0fdb1b5fc6eba37550b27410565c61e
 SHA512 
3b5978e20009754f09cd39e39771e8151cbb7bda60378cda718182b2df2c267a64af5ead220a079fbeeffb30586bc432bbc83b94e4f910205c4a29040cd2ccbd
 DIST fontconfig.eselect-20220403.xz 1396 BLAKE2B 
ff29f82f1d8ec945fbb555a7bbbf6c672e281c0c2b9352b22feafd298805ce1f039b43868da20c6fdc540c63117aa0ca2c181440d44394180f5fb4bfbd3e8278
 SHA512 
aa18510362e0577d4d0959000710b2e35e9870167d18b10e086ff19ed25e8956c5d1f71a1cfbdc7496d417822baf6ebdd9e0044ce9cc220c0aaa4b8ba5694d34

diff --git a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild 
b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild
deleted file mode 100644
index b1ec7ad165d4..
--- a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An eselect module to manage /etc/fonts/conf.d symlinks"
-HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-fontconfig.git;
-SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/fontconfig.eselect-${PV}.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.2.3
->=media-libs/fontconfig-2.4"
-
-S=${WORKDIR}
-
-src_install() {
-   insinto /usr/share/eselect/modules
-   newins "${S}"/fontconfig.eselect-${PV} fontconfig.eselect
-}

diff --git a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r2.ebuild 
b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r2.ebuild
deleted file mode 100644
index d64c2bca973e..
--- a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="An eselect module to manage /etc/fonts/conf.d symlinks"
-HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-fontconfig.git;
-SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/fontconfig.eselect-${PV}.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND=">=app-admin/eselect-1.2.3"
-
-S=${WORKDIR}
-
-src_install() {
-   insinto /usr/share/eselect/modules
-   newins fontconfig.eselect-${PV} fontconfig.eselect
-}



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

2022-08-17 Thread Matt Turner
commit: 1d865ad1524a43dac05249f4ec74558308b114e8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:45:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d865ad1

media-fonts/sil-gentium: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/sil-gentium/Manifest   |  2 --
 media-fonts/sil-gentium/metadata.xml   |  3 --
 .../sil-gentium/sil-gentium-5.000-r1.ebuild| 38 --
 3 files changed, 43 deletions(-)

diff --git a/media-fonts/sil-gentium/Manifest b/media-fonts/sil-gentium/Manifest
index 6630df40d8f2..1abff162c8da 100644
--- a/media-fonts/sil-gentium/Manifest
+++ b/media-fonts/sil-gentium/Manifest
@@ -1,3 +1 @@
-DIST GentiumPlusCompact-5.000.zip 2089135 BLAKE2B 
78d734a3289c1577869fb57126f66f13eccf268f8665fa15e9c4f34cfe43a52ba9e10e00d35382d5745070a6ce43f2c75622706185933e151eef3a6b340f2e0b
 SHA512 
1959ef4e1e05a3d1fb68b2f89e0b90683508239118a7fcad8ba667753635790fa6a5c88228150e8c9f71557947a11d7a156f931326a5844213094bec16ac
-DIST sil-gentium-5.000.zip 2025499 BLAKE2B 
e13130aaff0d3893260598605c2332e7316d451e544efead87bd527a275ef1565e5b76ddfa3491b32bae77cd773f3d52b1d063851a0f694a54516c65fef15c92
 SHA512 
6580fb6717154d25230c837ca6150265349171cf2ad670b638c5029e034ba446dd6adb9508c9b667c6ebad1b05357326f7684daa5517df55235a8728c48f419b
 DIST sil-gentium-6.001.zip 9720134 BLAKE2B 
e1e9bf13db0fe0435e9e3feb9a5cd0621f6c5e7ed4b8e4de15bfa6ec9985df2140b61046b9210e82550be14840512969dea8cc12e6949e3a9506547b604f35cc
 SHA512 
d9d2997b40ec02876051f13b2a2295cb292d7f4ebb8fc88b887f69d8629e623430d4319fbcaed46dbe7b2b798f567cc42e7aad75ffcb9edfc5579c48c384e5a1

diff --git a/media-fonts/sil-gentium/metadata.xml 
b/media-fonts/sil-gentium/metadata.xml
index 7ad25f5b88d0..1995e6560782 100644
--- a/media-fonts/sil-gentium/metadata.xml
+++ b/media-fonts/sil-gentium/metadata.xml
@@ -19,7 +19,4 @@
Gentium Plus now includes more extended Latin glyphs (Unicode 
5.1),
archaic Greek symbols, and full extended Cyrillic script 
support.

-   
-   Also install more compact version of the 
font.
-   
 

diff --git a/media-fonts/sil-gentium/sil-gentium-5.000-r1.ebuild 
b/media-fonts/sil-gentium/sil-gentium-5.000-r1.ebuild
deleted file mode 100644
index 8f3216b13978..
--- a/media-fonts/sil-gentium/sil-gentium-5.000-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2004-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-MY_PN="GentiumPlus"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Gentium Plus unicode font for Latin and Greek languages"
-HOMEPAGE="https://software.sil.org/gentium/;
-SRC_URI="https://software.sil.org/downloads/r/gentium/${MY_P}.zip -> ${P}.zip
-   compact? ( 
https://software.sil.org/downloads/r/gentium/${MY_PN}Compact-${PV}.zip )"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~ppc-macos ~x64-macos"
-IUSE="compact doc"
-
-BDEPEND="app-arch/unzip"
-
-DOCS=( GENTIUM-FAQ.txt OFL-FAQ.txt )
-
-FONT_SUFFIX="ttf"
-
-src_unpack() {
-   unpack ${A}
-
-   if use compact; then
-   mv "${WORKDIR}"/${MY_PN}Compact-${PV}/*.${FONT_SUFFIX} "${S}" 
|| die
-   fi
-}
-
-src_install() {
-   font_src_install
-   use doc && dodoc -r "${S}"/documentation
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/cabextract/, app-arch/cabextract/files/

2022-08-17 Thread Matt Turner
commit: b16e7b5a0003bcdca7b9d2e132c8007e3d0aef89
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:44:37 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16e7b5a

app-arch/cabextract: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-arch/cabextract/Manifest   |  2 -
 app-arch/cabextract/cabextract-1.8.ebuild  | 39 
 app-arch/cabextract/cabextract-1.9-r2.ebuild   | 72 --
 .../files/cabextract-1.9-fix-bigendian.patch   | 17 -
 ...cabextract-1.9-remove-spurious-test_files.patch | 17 -
 5 files changed, 147 deletions(-)

diff --git a/app-arch/cabextract/Manifest b/app-arch/cabextract/Manifest
index d833dc8f192e..17fd6ea550ec 100644
--- a/app-arch/cabextract/Manifest
+++ b/app-arch/cabextract/Manifest
@@ -1,3 +1 @@
-DIST cabextract-1.8.tar.gz 289256 BLAKE2B 
ba9fea0cd12859b0de97b13362eaf276066650eb7151e0115af7ed2586cfa7497f72be2f9287d3ccb5ce5256ec26ca69e729df5bb0a327bb9f32ded25391460c
 SHA512 
f8d676d6b738b0b13ac1cac7716c2fb46db423ef30b05ee64f00fcb19596131fbd34341c8b417af3de04896e9b6a8abf0d5976ee4bf87d016806a71317246d7a
 DIST cabextract-1.9.1.tar.gz 469369 BLAKE2B 
5bfc697b40cbf47b42ab7857804b703c9622d8dae1648aae1bb5c0ec7c7978bff01b7ca2526f1b6090f193d88c00e3f49ae111f348d03fec9f575bddbb4b4096
 SHA512 
c354a4b20a222b40813f01baf8311c9a76611da427f9f44e977a3fd09508e24a18b486e3eef889a9debdca459f1b0c28d5d25429ccd555d3a2e4ff92d91cec14
-DIST cabextract-1.9.tar.gz 466334 BLAKE2B 
1a82bddca826ee35ed13e1c0b50deca3ae1b7e31d7f427f54b5d6cf9651a727b7cbf8049c1a4326237725e007baecb4356721489611bb5e015bd7460e2530758
 SHA512 
d144c1df9ed8e8c339bcadb3d1be2eb2576bb066e3f75a3480df0d5e81407a633554e4674b3bb43716c0cf33a0f2327e6f798cd6d7825bceefa0ad839fcc3f64

diff --git a/app-arch/cabextract/cabextract-1.8.ebuild 
b/app-arch/cabextract/cabextract-1.8.ebuild
deleted file mode 100644
index acb8183e9aa5..
--- a/app-arch/cabextract/cabextract-1.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="extras"
-
-RDEPEND="extras? ( dev-lang/perl )"
-
-src_prepare() {
-   default
-   # the code attempts to set up a fnmatch replacement, but then fails to 
code
-   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
-   # removed in the future if building still works by setting "yes" to 
"no".
-   export ac_cv_func_fnmatch_works=yes
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)"
-}
-
-src_install() {
-   local DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic )
-   default
-   docinto html
-   dodoc doc/wince_cab_format.html
-   if use extras; then
-   dobin src/{wince_info,wince_rename,cabinfo,cabsplit}
-   fi
-}

diff --git a/app-arch/cabextract/cabextract-1.9-r2.ebuild 
b/app-arch/cabextract/cabextract-1.9-r2.ebuild
deleted file mode 100644
index e8fcac6043f4..
--- a/app-arch/cabextract/cabextract-1.9-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools toolchain-funcs
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/kyz/libmspack.git;
-   inherit git-r3
-   MY_P="${PN}-"
-
-   LIBMSPACK_DEPEND="~dev-libs/libmspack-:="
-else
-   KEYWORDS="~alpha amd64 arm hppa ~ia64 ~loong ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-   MY_PV="${PV/_alpha/alpha}"
-   MY_P="${PN}-${MY_PV}"
-   SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz;
-
-   LIBMSPACK_DEPEND=">=dev-libs/libmspack-0.8_alpha:="
-fi
-
-DESCRIPTION="Extracts files from Microsoft cabinet archive files"
-HOMEPAGE="https://www.cabextract.org.uk/;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="extras"
-
-DEPEND="${LIBMSPACK_DEPEND}
-   virtual/pkgconfig"
-RDEPEND="${LIBMSPACK_DEPEND}
-   extras? ( dev-lang/perl )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-fix-bigendian.patch
-   "${FILESDIR}"/${P}-remove-spurious-test_files.patch
-)
-
-src_prepare() {
-   if [[ ${PV} == "" ]] ; then
-   # Re-create file layout from release tarball
-   pushd "${WORKDIR}" &>/dev/null || die
-   cp -aL "${S}"/${PN} "${WORKDIR}"/${PN}-source || die
-   rm -r "${S}" 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2022-08-17 Thread Matt Turner
commit: 805a03f53a75c0d98aa99f182ce4d97da11dda5e
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:44:39 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805a03f5

app-i18n/unicode-data: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/unicode-data/Manifest   |  6 -
 app-i18n/unicode-data/unicode-data-12.0.0.ebuild | 29 ---
 app-i18n/unicode-data/unicode-data-12.1.0.ebuild | 29 ---
 app-i18n/unicode-data/unicode-data-13.0.0.ebuild | 30 
 4 files changed, 94 deletions(-)

diff --git a/app-i18n/unicode-data/Manifest b/app-i18n/unicode-data/Manifest
index 1f86d481c600..36f0e1a80748 100644
--- a/app-i18n/unicode-data/Manifest
+++ b/app-i18n/unicode-data/Manifest
@@ -1,8 +1,2 @@
-DIST unicode-data-12.0.0-UCD.zip 8410561 BLAKE2B 
10d34faaad501ddaba6de73a126b8dc5acc2941f81050ec4ff432f9a6aeabe1e13004e0ee190d37751517e3c2ea07c879d3bf2e39b8430d473f93f7fe05b08a8
 SHA512 
f9d845170df7e4952f90c6c75b256c2d330e174b95534fd6e8076bc6ad827a007b5e2b49562d29a4f7e6a529a41bb59330fb2acf94993f983049114d7b294a33
-DIST unicode-data-12.0.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
-DIST unicode-data-12.1.0-UCD.zip 8410738 BLAKE2B 
b635b449a04f3ffed8ec7311064cf2093cec5e7ebf8ec9a52b753a1c9a3f50374bdfe41a4e3e61bceefb69a847474b086b24a43f7f02de7183474737086f869f
 SHA512 
68512627ecb75520b354160216cc14622c0d5321356f03429a102f734bddf6859c4ab266ed15db177dcbffd76c97d13d90de9a4fc38b10082a0e58fe3c82cda4
-DIST unicode-data-12.1.0-Unihan.zip 6749737 BLAKE2B 
a6caeb86f5c9dc13bc265c81acaa8ae791fdc8dbf728d3fba7a7004edcfbfa655424371cd4c9e667e1f1d6a5623b0ac1d320f0709c232b58b02494a728c7d2dd
 SHA512 
7fdefad078284c14a9105655d1cb4d2b0dc1c89c56effe92ffcbd5a30b325559a56d97574b6077144d7a4ed02df6e6a402a2a5360e4abc0c84bae5c589044375
-DIST unicode-data-13.0.0-UCD.zip 7537310 BLAKE2B 
5bcc8f010f81fea22cd0b5806ee190bbe9e58348c5cc3627141de3b1df5a00cbdcd800ebd0eb3bc0499b2c26920f6cadf42804b539e5be0aeeeb9eaee334a817
 SHA512 
aed6d06c370dd87bc5713e19ff4cde47b065b76a18149194fa843e4efc5269f749ec8905cad9132d3b803ab621a46e372052b8f3c3e9b6a65afa6516b0f2b4f2
-DIST unicode-data-13.0.0-Unihan.zip 7044963 BLAKE2B 
fffcd322c87c607e9e689bfef4ec79b4ec576b4ffd84465ed6d38f485ac4fccc7d0f46662f76dbb79630e070b12bf9e1530bbbd5b32c043b71f696018e1f3ad2
 SHA512 
87238202b5da069ab1bbc4672d86c6fd0711e354fb17f53b0b4152850c56c0fa09e6e45820ae52d49756b25fe696518ceaa34cbfe5366ff60688c9a5c3a2d5be
 DIST unicode-data-14.0.0-UCD.zip 6985828 BLAKE2B 
2d36d35ded44fe1ad7966dae93e388c8c92d4404c811e495c0b4ea1c6482c4ed1488dff37b608cae230163bc4dd66cf8ec40d5db6e60541cd7719673c91dc5b1
 SHA512 
17fbfb3ebd3a75227526d87e19feb70c1b0ccee656e421e955aadc88847ed2597437eb8cf19619e2a49470d286b285e219aec18d6b29dab47cfa8317a212b458
 DIST unicode-data-14.0.0-Unihan.zip 7116482 BLAKE2B 
feafb77e8a1694efe940be226735f88c2e08be43408b8c12de87b86860d3cfacffb3d7d287e4fbf6b7fcef1055f3fe6b74f312312dd7d1886cbc7a394a7df983
 SHA512 
1827e512dd1bd27f3553746275dc90e3c3add38590d56da3901eccb56b94fee9e2dd806514a866ca73dfe4770ec585d200a6b6a7a4293c2ff572a2f5b50ef091

diff --git a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
deleted file mode 100644
index 90545a676bfe..
--- a/app-i18n/unicode-data/unicode-data-12.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Unicode data from unicode.org"
-HOMEPAGE="http://www.unicode.org/ucd/;
-SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip
-   http://www.unicode.org/Public/zipped/${PV}/Unihan.zip -> 
${P}-Unihan.zip"
-
-LICENSE="unicode"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_unpack() {
-   # Unihan.zip needs to be installed as a zip for reverse deps
-   # https://bugzilla.gnome.org/show_bug.cgi?id=768210
-   unpack ${P}-UCD.zip
-}
-
-src_install() {
-   insinto /usr/share/${PN}
-   doins -r "${S}"/*
-   newins "${DISTDIR}"/${P}-Unihan.zip Unihan.zip
-}

diff --git a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild 
b/app-i18n/unicode-data/unicode-data-12.1.0.ebuild
deleted file mode 100644
index d5f7f27ee193..
--- a/app-i18n/unicode-data/unicode-data-12.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Unicode data from unicode.org"

[gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/

2022-08-17 Thread Matt Turner
commit: e5c860157037ef4d7dcdd1a4de364ce85ad1ce6b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:36:06 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c86015

x11-terms/mlterm: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-terms/mlterm/Manifest   |   1 -
 x11-terms/mlterm/mlterm-3.9.1-r2.ebuild | 133 
 2 files changed, 134 deletions(-)

diff --git a/x11-terms/mlterm/Manifest b/x11-terms/mlterm/Manifest
index 7e221d71d4c9..73fcc9de77f7 100644
--- a/x11-terms/mlterm/Manifest
+++ b/x11-terms/mlterm/Manifest
@@ -1,2 +1 @@
-DIST mlterm-3.9.1.tar.gz 4175186 BLAKE2B 
030d9144e7c835c895269fd19f89ece7c0dae9ca3f1d4425a1d409b9ac78a530431a4e05ef685d178748a35f9fae77414286a38a412a0496433b8324a22a73dd
 SHA512 
1337b884971b2c4c2c3140388f07927101a947b0268f547611f4f4ece49c8d0954c068789ee7c92c82db114021c77c08416db30233149c8964e827ab901cc870
 DIST mlterm-3.9.2.tar.gz 4259208 BLAKE2B 
161d496326abd58e8dabedd4c49e0e17ade77956fd0be6f450d5adf2953fe04a2c62a40d3694296d12cdea1274410e17a64cc62f88b953d894cce216425b29f3
 SHA512 
3076dafbc98a01738d88acf0e0f52e15d33862b3e9b7a851a4496f1be07ee9e51103daf7842954bcae1f1ba62bd6645b0bd60af7f66ee98721bdf3786b9fcbaf

diff --git a/x11-terms/mlterm/mlterm-3.9.1-r2.ebuild 
b/x11-terms/mlterm/mlterm-3.9.1-r2.ebuild
deleted file mode 100644
index 80652a1c4df1..
--- a/x11-terms/mlterm/mlterm-3.9.1-r2.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"
-
-inherit desktop
-
-DESCRIPTION="A multi-lingual terminal emulator"
-HOMEPAGE="http://mlterm.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="+X bidi brltty cairo debug fbcon fcitx freewnn gtk harfbuzz ibus libssh2 
m17n-lib nls regis scim skk static-libs uim utempter wayland xft"
-REQUIRED_USE="|| ( X fbcon wayland )"
-
-RDEPEND="virtual/libcrypt:=
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   )
-   bidi? ( dev-libs/fribidi )
-   brltty? ( app-accessibility/brltty )
-   cairo? ( x11-libs/cairo[X(+)] )
-   fbcon? ( media-fonts/unifont )
-   fcitx? ( app-i18n/fcitx )
-   freewnn? ( app-i18n/freewnn )
-   gtk? ( x11-libs/gtk+:3 )
-   harfbuzz? ( media-libs/harfbuzz[truetype(+)] )
-   ibus? ( app-i18n/ibus )
-   libssh2? ( net-libs/libssh2 )
-   m17n-lib? ( dev-libs/m17n-lib )
-   nls? ( virtual/libintl )
-   regis? (
-   || (
-   media-libs/sdl-ttf
-   media-libs/sdl2-ttf
-   )
-   )
-   scim? ( app-i18n/scim )
-   skk? (
-   || (
-   virtual/skkserv
-   app-i18n/skk-jisyo
-   )
-   )
-   uim? ( app-i18n/uim )
-   utempter? ( sys-libs/libutempter )
-   wayland? (
-   dev-libs/wayland
-   x11-libs/libxkbcommon
-   )
-   xft? ( x11-libs/libXft )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )"
-
-PATCHES=( "${FILESDIR}"/${PN}-font.patch )
-DOCS=( doc/{en,ja} )
-
-src_prepare() {
-   # default config
-   sed -i \
-   -e "/ icon_path =/aicon_path = 
${EPREFIX}/usr/share/pixmaps/${PN}-icon.svg" \
-   -e "/ scrollbar_view_name =/ascrollbar_view_name = sample" \
-   etc/main
-
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable bidi fribidi)
-   $(use_enable brltty brlapi)
-   $(use_enable debug)
-   $(use_enable fcitx)
-   $(use_enable freewnn wnn)
-   $(use_enable harfbuzz otl)
-   $(use_enable ibus)
-   $(use_enable libssh2 ssh2)
-   $(use_enable m17n-lib m17nlib)
-   $(use_enable nls)
-   $(use_enable scim)
-   $(use_enable skk)
-   $(use_enable uim)
-   $(use_with X x)
-   --with-gui=$(usex X "xlib" "")$(usex fbcon ",fb" "")$(usex 
wayland ",wayland" "")
-   --with-type-engines=xcore$(usex xft ",xft" "")$(usex cairo 
",cairo" "")
-   --with-utmp=$(usex utempter utempter none)
-   --enable-optimize-redrawing
-   --enable-vt52
-   --disable-canna
-   --disable-static
-   )
-
-   local scrollbars="sample,extra"
-   local tools="mlclient,mlcc,mlfc,mlmenu,${PN}-zoom"
-   if use gtk; then
-   myconf+=(
-   --with-gtk=3.0
-   --with-imagelib=gdk-pixbuf
-   )
-   scrollbars+=",pixmap_engine"
-   

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

2022-08-17 Thread Matt Turner
commit: e1dae01a0cf974d8d84ceb7fd68397abad4dbe32
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:36:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dae01a

media-fonts/vlgothic: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/vlgothic/Manifest |  1 -
 media-fonts/vlgothic/vlgothic-20141206.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-fonts/vlgothic/Manifest b/media-fonts/vlgothic/Manifest
index cdcf32f8dace..c3e430637c50 100644
--- a/media-fonts/vlgothic/Manifest
+++ b/media-fonts/vlgothic/Manifest
@@ -1,2 +1 @@
-DIST VLGothic-20141206.tar.bz2 4952134 BLAKE2B 
b650481bd63c71f996e584c60e612201d131c6f89a4b2d5843be30922ea05358add61cd6c5fe3205a1f81f5e79a049c284fa90092196d79f5c114d4a58205806
 SHA512 
70ef712398b48486c0494ca52c97e145ebbaae0988b535a5447c796ed668944c0700175ab80587e0226d507d1589cedfe733f10f47f9b024873cf9e5d4e7983d
 DIST VLGothic-20200720.tar.xz 2224932 BLAKE2B 
97910117cb9d6b22a9711b132c77c403b242465d40afb2812aa1792c26527c30d1c00f7d2f9c379efe648cc6fb0b2adda351483a0508c88548cdce0e313c51f2
 SHA512 
d106f769843752e5d4841c73b56a947feefdc11739d8643a0e51d61b9b7450edf0ac7aa28edde63cb43ba5ebd9d438a9d544e24c770634ba94d1648c7b44d1de

diff --git a/media-fonts/vlgothic/vlgothic-20141206.ebuild 
b/media-fonts/vlgothic/vlgothic-20141206.ebuild
deleted file mode 100644
index f2daea50bc13..
--- a/media-fonts/vlgothic/vlgothic-20141206.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-MY_PN="VLGothic"
-
-DESCRIPTION="Japanese TrueType font from Vine Linux"
-HOMEPAGE="http://vlgothic.dicey.org/;
-SRC_URI="mirror://sourceforge.jp/${PN}/62375/${MY_PN}-${PV}.tar.bz2"
-
-# M+ FONTS -> mplus-fonts
-# sazanami -> BSD-2
-LICENSE="vlgothic mplus-fonts BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}/${MY_PN}"
-
-DOCS="Changelog README*"
-
-FONT_SUFFIX="ttf"



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

2022-08-17 Thread Matt Turner
commit: 016796336d5291ef6f41dd4304daf47f47c083b6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01679633

media-fonts/takao-fonts: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/takao-fonts/Manifest   |  1 -
 .../takao-fonts/takao-fonts-003.02.01.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/media-fonts/takao-fonts/Manifest b/media-fonts/takao-fonts/Manifest
index bb312df6a349..3d1f20e6f7fc 100644
--- a/media-fonts/takao-fonts/Manifest
+++ b/media-fonts/takao-fonts/Manifest
@@ -1,2 +1 @@
 DIST TakaoFonts_00303.01.tar.xz 11296836 BLAKE2B 
560441d323a68c17b9ab083f336089359f633e4ffb1a17b12dfeaed06ea5e13b5372719e8a10269516392e9baa24ecfcf6227f215e29331da40d5a9d34ee136f
 SHA512 
376385586a9589842ec15265f648d8ba0ffdf73af98248d1dad59bec537bc03485ff64538b547c698e8763e3058e6d976c8ea5839d818a2b375d184836d40fd1
-DIST takao-fonts-ttf-003.02.01.tar.gz 29678930 BLAKE2B 
1e4589b091b8b367a3f7609fd3c1d0ed90df8c2d34e6e480f12c0fc67b5b3001969dc778204ffb1dccfe30f15d09496590024bc742ef90ba6150c9f2f82df00f
 SHA512 
06d408f00066eaad72fe19796e3ebc3cfe17cd6a46c410bf4a4452ae14790c2d3dbf57cd628618fa738de10e6d581cabebe4dc7040c21bf8fc70c851b39e80d7

diff --git a/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild 
b/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild
deleted file mode 100644
index f457b05e987c..
--- a/media-fonts/takao-fonts/takao-fonts-003.02.01.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2010-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-MY_P="${PN}-ttf-${PV}"
-
-DESCRIPTION="A community developed derivatives of IPA Fonts"
-HOMEPAGE="https://launchpad.net/takao-fonts;
-SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz;
-
-LICENSE="IPAfont"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE=""
-RESTRICT="binchecks strip"
-
-S="${WORKDIR}/${MY_P}"
-
-FONT_CONF=( "${FILESDIR}/66-${PN}.conf" )
-FONT_SUFFIX="ttf"



[gentoo-commits] repo/gentoo:master commit in: media-libs/libuninameslist/files/, media-libs/libuninameslist/

2022-08-17 Thread Matt Turner
commit: f284821835927e39f7d0e6c853bc9301b0563e4d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:36:03 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2848218

media-libs/libuninameslist: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/libuninameslist/Manifest|  1 -
 .../files/libuninameslist-20200413-makefile.patch  | 20 --
 .../libuninameslist-20200413-r1.ebuild | 21 --
 .../libuninameslist-20200413-r2.ebuild | 32 --
 4 files changed, 74 deletions(-)

diff --git a/media-libs/libuninameslist/Manifest 
b/media-libs/libuninameslist/Manifest
index a8b0c3c33ab6..a4b9a407c175 100644
--- a/media-libs/libuninameslist/Manifest
+++ b/media-libs/libuninameslist/Manifest
@@ -1,2 +1 @@
-DIST libuninameslist-dist-20200413.tar.gz 1210689 BLAKE2B 
10577d930e4f1e2d8dc41d7df684b63897f62dae31d0bb2208b26ec9102ecc2fd0181d7d3d05c6c678de69b4f379805bfcbf0a484fd0076ff65ee2fa1e9d1368
 SHA512 
88befff4bf7efed149b4e3a5d58a733b2cb6477e103ec34529ff02a88f8c72a6fc9d7b0be9e97cd539a75c8ebe5e4127cdf03a568da2f219157174b9b585b2a3
 DIST libuninameslist-dist-2024.tar.gz 1247578 BLAKE2B 
dd96a81c87e214b7b53549ecfcc0b79388a51218f3e6ecb64786d9acc4c540838e2679c4c0f634c94ca55271bb9f3a4350918bd0071c89dbebbd993758ab5314
 SHA512 
febd0fafe836a85148aa7ceb87888a5882e7c27968c20595026cd947e9e6c1d0246d6e585510377f0e561d36a194d129df302143c67f59dd3b82aa3d30190acb

diff --git 
a/media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch 
b/media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch
deleted file mode 100644
index fc9c24329a4d..
--- a/media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 98be02ca26c8..848bc6c8269b 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -44,6 +44,7 @@ lib_LTLIBRARIES += libuninameslist.la
- 
- include_HEADERS = uninameslist.h
- libuninameslist_la_LIBADD =
-+EXTRA_libuninameslist_la_DEPENDENCIES =
- man_MANS = libuninameslist.3
- noinst_HEADERS = nameslist-dll.h
- 
-@@ -53,6 +54,7 @@ libuninameslist_fr_la_LDFLAGS = $(AM_LDFLAGS) -version-info 
$(FR_VERSION)
- libuninameslist_fr_la_SOURCES = nameslist-fr.c
- libuninameslist_fr_la.$(OBJEXT): uninameslist-fr.h nameslist-dll.h
- libuninameslist_la_LIBADD += -luninameslist-fr
-+EXTRA_libuninameslist_la_DEPENDENCIES += libuninameslist-fr.la
- man_MANS += libuninameslist-fr.3
- else
- EXTRA_DIST += nameslist-fr.c uninameslist-fr.h libuninameslist-fr.3

diff --git a/media-libs/libuninameslist/libuninameslist-20200413-r1.ebuild 
b/media-libs/libuninameslist/libuninameslist-20200413-r1.ebuild
deleted file mode 100644
index e09f527ea01e..
--- a/media-libs/libuninameslist/libuninameslist-20200413-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library of unicode annotation data"
-HOMEPAGE="https://github.com/fontforge/libuninameslist;
-SRC_URI="https://github.com/fontforge/libuninameslist/releases/download/${PV}/${PN}-dist-${PV}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-src_configure() {
-   econf --disable-static
-}
-
-src_install() {
-   default
-   find "${ED}"/usr -name '*.la' -delete || die
-}

diff --git a/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild 
b/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild
deleted file mode 100644
index fce8a10ceeb4..
--- a/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library of unicode annotation data"
-HOMEPAGE="https://github.com/fontforge/libuninameslist;
-SRC_URI="https://github.com/fontforge/libuninameslist/releases/download/${PV}/${PN}-dist-${PV}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-20200413-makefile.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf --disable-static --enable-frenchlib
-}
-
-src_install() {
-   default
-   find "${ED}"/usr -name '*.la' -delete || die
-}



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

2022-08-17 Thread Matt Turner
commit: 9340ef1e6e8a7f176394cd309f65517b71a89eae
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9340ef1e

dev-libs/onigmo: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/onigmo/Manifest|  1 -
 dev-libs/onigmo/onigmo-6.1.3.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-libs/onigmo/Manifest b/dev-libs/onigmo/Manifest
index c0a02fccafc4..ed9ae2097049 100644
--- a/dev-libs/onigmo/Manifest
+++ b/dev-libs/onigmo/Manifest
@@ -1,2 +1 @@
-DIST onigmo-6.1.3.tar.gz 822127 BLAKE2B 
b2f020ba37c039022ee4ad0840006b7d84bd5c2b24975d3cc34a625379c478cdfacbb7247d5f2315da2e56beaa74fec5390140d4a3f0c29c66906d78d7207b8b
 SHA512 
13ee0e97e5e7ea2a379cdfd8bab121ee116fc07495c6b3131621f6cd9b1748897e5e2c7dcf43845794b2ad4adef3b4076daf06f51aaf965e32cbac5d7bace1e6
 DIST onigmo-6.2.0.tar.gz 844935 BLAKE2B 
768918af337be0bbe9fd9c9f15a630ce0a74f081832ef84ba13e48f4e6ed692ff1250e20272c039d95bb4d9b847bfaac829addd7de3f50780b7620b1f105406c
 SHA512 
651ab8c64d8b8c0d56e1549809030be79a751b9d1c06af6527f8cf6014fba1bafea593d572e1cf766099a10fb4e6506ca683ef48131f47471348b5cbd35a1a77

diff --git a/dev-libs/onigmo/onigmo-6.1.3.ebuild 
b/dev-libs/onigmo/onigmo-6.1.3.ebuild
deleted file mode 100644
index fc5366e7b632..
--- a/dev-libs/onigmo/onigmo-6.1.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools multilib-minimal
-
-DESCRIPTION="Onigmo is a regular expressions library forked from Oniguruma"
-HOMEPAGE="https://github.com/k-takata/Onigmo;
-SRC_URI="https://github.com/k-takata/${PN^o}/releases/download/${P^o}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/6"
-KEYWORDS="amd64 x86"
-IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
-
-DOCS=( AUTHORS HISTORY README{,.ja} doc/{API,FAQ,RE}{,.ja} 
doc/UnicodeProps.txt )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable combination-explosion-check) \
-   $(use_enable crnl-as-line-terminator) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name "*.la" -delete || die
-}



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

2022-08-17 Thread Matt Turner
commit: 8f1e61b98c1a577ca25a76b882399c90bcd5d1f6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1e61b9

media-fonts/kanjistrokeorders: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/kanjistrokeorders/Manifest |  1 -
 .../kanjistrokeorders-4.002.ebuild | 23 --
 2 files changed, 24 deletions(-)

diff --git a/media-fonts/kanjistrokeorders/Manifest 
b/media-fonts/kanjistrokeorders/Manifest
index d09a54dd7020..dc33a6816ddf 100644
--- a/media-fonts/kanjistrokeorders/Manifest
+++ b/media-fonts/kanjistrokeorders/Manifest
@@ -1,2 +1 @@
-DIST KanjiStrokeOrders_v4.002.zip 9453962 BLAKE2B 
c340e53f4fa8fd56aa267cd5b9b1d9ebb15adcbe814c9ea00b9adacddbfee70e4925c7fa6a8939d16d0935e9c0067d69ba4dcf9ce9af346c2b457c001631b905
 SHA512 
49b5f5dbf70e900e547d5d0fb2fb51d2e8dc73e6dae3ee46e197ef5e2187c445fc39ca69cc69b5e7612b600e065cb17e760c3f48b6b7dde8f6abb3382a6d
 DIST kanjistrokeorders-4.004.zip 9028084 BLAKE2B 
95c763e6c6d0ec0be7f451539bc13aa6d0abb6a73c16cd9a4fab42d6ca380ceceefaf30ddea341adc10e2eaf0fdf50e26e83babb27819f97a35a0c9d450bacd8
 SHA512 
54a0820031da19289b820300f2569387cef77bc80f7febe9d28c88d4c3aba53973d1c8ede337a689508a28fbbf8b8a4d5a4896c2db353774229370ff9fdd01e8

diff --git a/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild 
b/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild
deleted file mode 100644
index 3257c5f73bb4..
--- a/media-fonts/kanjistrokeorders/kanjistrokeorders-4.002.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2009-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-DESCRIPTION="Font for viewing stroke order diagrams for kanji, kana and other 
characters"
-HOMEPAGE="https://sites.google.com/site/nihilistorguk/;
-SRC_URI="https://sites.google.com/site/nihilistorguk/KanjiStrokeOrders_v${PV}.zip;
-S="${WORKDIR}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-RESTRICT="binchecks"
-
-BDEPEND="app-arch/unzip"
-
-DOCS=( readme_en_v${PV}.txt )
-
-FONT_SUFFIX="ttf"



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

2022-08-17 Thread Matt Turner
commit: 5926b435406d621cac0174a285f514ba17e558f9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:49 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5926b435

media-fonts/ipaex: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/ipaex/Manifest|  1 -
 media-fonts/ipaex/ipaex-002.01.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/media-fonts/ipaex/Manifest b/media-fonts/ipaex/Manifest
index 69426241822a..3f07b05f2806 100644
--- a/media-fonts/ipaex/Manifest
+++ b/media-fonts/ipaex/Manifest
@@ -1,2 +1 @@
-DIST IPAexfont00201.zip 9764230 BLAKE2B 
ca059ee52fdacc444a971ed63371a03af98ae37210b2a46f4055abed49b27ca61f4c617098bfeb902426a7b51551dd92d8e864bae251fd047089b1f3abffc8cb
 SHA512 
d23c4d320b0d69067f65054d8e14f8b65dc06f545d1c021f6146f34d980c1e655ed070d4d520ed810272fc7f7f6dd906b3e0da4d89514d8f3fcd2be83a3961d7
 DIST IPAexfont00401.zip 9738669 BLAKE2B 
dcf7d019157dc8907ee7595837728c82038b1276c336bdff7e410722591f1f32bd2e2559c383f637bd9935f911d9f274a5dc28e9432989bb233b5e15980b088a
 SHA512 
fe639ded0a25eed66df8cc1e9d5e965b501574a25fab542a749b3cb8464690448e44343ff5845aecd3224ec481c4089ee56e64880cbbc9211a260b22d4cc68cd

diff --git a/media-fonts/ipaex/ipaex-002.01.ebuild 
b/media-fonts/ipaex/ipaex-002.01.ebuild
deleted file mode 100644
index 31db6cb9ce4c..
--- a/media-fonts/ipaex/ipaex-002.01.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-MY_P="IPAexfont${PV/.}"
-
-DESCRIPTION="Japanese IPA extended TrueType fonts"
-HOMEPAGE="https://moji.or.jp/ipafont/;
-SRC_URI="https://moji.or.jp/wp-content/ipafont/IPAexfont/${MY_P}.zip;
-
-LICENSE="IPAfont"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE=""
-RESTRICT="binchecks strip"
-
-BDEPEND="app-arch/unzip"
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Readme_${MY_P}.txt )
-
-FONT_CONF=( "${FILESDIR}"/66-${PN}.conf )
-FONT_SUFFIX="ttf"



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

2022-08-17 Thread Matt Turner
commit: ddd8f73555036162b1a52b2cd17479dcc214ebde
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd8f735

media-fonts/nanumfont: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 media-fonts/nanumfont/Manifest|  1 -
 media-fonts/nanumfont/nanumfont-2.0-r2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-fonts/nanumfont/Manifest b/media-fonts/nanumfont/Manifest
index e139a13dbe4c..e5f8a2d414d7 100644
--- a/media-fonts/nanumfont/Manifest
+++ b/media-fonts/nanumfont/Manifest
@@ -1,2 +1 @@
-DIST NanumGothicCoding-2.0.zip 2038498 BLAKE2B 
965cea0994f106d44d68a2f348c72d76d3d943b068380fcadb2ea81db22354a84a301c452b596e7e2da2542cb3a6172a0dffdfc760c36aca7a782c0211486d74
 SHA512 
c69cf0dc2d72cac4f38a9ddfa90fb268b0d6673a9b74d728bf3fd08811d5cc8599cb17dae2a0e63e064aca0b733a56da27ae2fcc1efe2b02da631b14a54e1f3f
 DIST NanumGothicCoding-2.5.zip 1707449 BLAKE2B 
234e422470e8288c794e1ea484b9f6166dd8d1d813bdde6c9a1f86d60cffde617764d80db2ddbe136da96da9c6852addc1cad7e739bd216c7d1b9f228c77f12e
 SHA512 
126e90586ab2ec7bcdc07d3c0fbe75b8aa6df4ebf79032ff0bef344a5a133286356ec6cdfe7958c8ef24c086dd6d6505687fd0c1f11f4b8bff979d199ba4e1b3

diff --git a/media-fonts/nanumfont/nanumfont-2.0-r2.ebuild 
b/media-fonts/nanumfont/nanumfont-2.0-r2.ebuild
deleted file mode 100644
index 2312663368b6..
--- a/media-fonts/nanumfont/nanumfont-2.0-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit font
-
-MY_PN="NanumGothicCoding"
-
-DESCRIPTION="Korean monospace font distributed by Naver"
-HOMEPAGE="https://github.com/naver/nanumfont;
-SRC_URI="https://github.com/naver/${PN}/releases/download/VER${PV}/${MY_PN}-${PV}.zip;
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="strip binchecks"
-
-BDEPEND="app-arch/unzip"
-S="${WORKDIR}"
-
-FONT_SUFFIX="ttf"
-
-src_unpack() {
-   if has_version -b "app-arch/unzip[natspec]"; then
-   unzip -qO CP949 "${DISTDIR}"/${A} || die
-   else
-   default
-   fi
-   # Rename names in cp949 encoding, bug #322041
-   mv *-Bold.ttf "${T}"/${MY_PN}-Bold.ttf || die
-   mv *.ttf  "${T}"/${MY_PN}.ttf  || die
-   mv "${T}"/*.ttf . || die
-}



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

2022-08-17 Thread Matt Turner
commit: ad8611a0c7c9c451d644fe2c20ac7e0bedfc4298
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:45 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8611a0

dev-ruby/mecab-ruby: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild 
b/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
deleted file mode 100644
index e1ef087a3172..
--- a/dev-ruby/mecab-ruby/mecab-ruby-0.996-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit ruby-ng
-
-DESCRIPTION="Ruby binding for MeCab"
-HOMEPAGE="http://taku910.github.io/mecab/;
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN%-*}/${P}.tar.gz;
-
-LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-DEPEND="~app-text/mecab-${PV}"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS README test.rb )
-HTML_DOCS=( bindings.html )
-
-each_ruby_configure() {
-   ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake V=1
-}
-
-each_ruby_install() {
-   emake DESTDIR="${D}" install
-}
-
-all_ruby_install() {
-   einstalldocs
-}



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

2022-08-17 Thread Matt Turner
commit: 3016e110caa561b98a87cae1bc3b12b4c5b7730a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:41 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3016e110

dev-libs/oniguruma: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/oniguruma/Manifest |  1 -
 dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index edd5f1bcbca4..2d03a4b62795 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1,2 +1 @@
-DIST onig-6.9.7.1.tar.gz 935705 BLAKE2B 
1042d5b211f53ad8983eb6b4e53beb165bc948bbef9a85ad12578a9237a804e3dcd0a8105914156230ec30e11f2c8a0372c37919cdde7b2be104c66a8b22fb52
 SHA512 
17711e0d451c41e74cb3f8ab4e78b0181578ef42cb35dc64e87871c82a41909334cb4eeb03eccdccf6904f699e6e82b0dbb54077138225b9b95471fcdeb8c486
 DIST onig-6.9.8.tar.gz 944148 BLAKE2B 
ee7d91f2d3a7a41d675bcbb9d18490aa3e5a9edb8f3c6e880d27f2218c476499bba21088def41fbb5d500bfb2916af85c2489fca5bd846594fab53ac492531af
 SHA512 
5a3d220961c22cda981bbae06dc383401771362cdf67e4f0b5d2fa8951a03907362edae498f63226287e70715c0abe4acdd22ec3ceb74bbb226234a52c36a4d7

diff --git a/dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild
deleted file mode 100644
index 06204a280f85..
--- a/dev-libs/oniguruma/oniguruma-6.9.7.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2003-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib-minimal
-
-if [[ "${PV}" == "" ]]; then
-   inherit autotools git-r3
-
-   EGIT_REPO_URI="https://github.com/kkos/oniguruma;
-fi
-
-DESCRIPTION="Regular expression library for different character encodings"
-HOMEPAGE="https://github.com/kkos/oniguruma;
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-else
-   
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/onig-${PV}.tar.gz;
-fi
-
-LICENSE="BSD-2"
-SLOT="0/5"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="crnl-as-line-terminator static-libs"
-
-BDEPEND=""
-DEPEND=""
-RDEPEND=""
-
-if [[ "${PV}" != "" ]]; then
-   S="${WORKDIR}/onig-$(ver_cut 1-3)"
-fi
-
-DOCS=(AUTHORS HISTORY README{,_japanese} 
doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} 
doc/{SYNTAX.md,UNICODE_PROPERTIES})
-
-src_prepare() {
-   default
-
-   if [[ "${PV}" == "" ]]; then
-   eautoreconf
-   fi
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   --enable-posix-api \
-   $(use_enable crnl-as-line-terminator) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name "*.la" -delete || die
-}



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

2022-08-17 Thread Matt Turner
commit: e6158e0ea6605a6448932070dee45826adb894d8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:42 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6158e0e

dev-libs/utfcpp: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/utfcpp/Manifest|  1 -
 dev-libs/utfcpp/utfcpp-3.1.2.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-libs/utfcpp/Manifest b/dev-libs/utfcpp/Manifest
index 1c7b18e924d1..6b90b91d3959 100644
--- a/dev-libs/utfcpp/Manifest
+++ b/dev-libs/utfcpp/Manifest
@@ -1,3 +1,2 @@
 DIST ftest-20211106174116.tar.gz 3232 BLAKE2B 
9a2184e82a19465333600b7c31de9a51e6716a4099f23145d93c967636da6539a0e71bfdd082507bf19a440df1199a1abf6f528b3957391f8b2a5c3e4dfb26ec
 SHA512 
d92d3a3abd4f7b35971bfe7d74e1b822931818f60149a56ad29dd3238300ad71de1989fedc602a44a9c1a253da7bce758adf8d5b6da63ca6f322fb06dcefc98a
-DIST utfcpp-3.1.2.tar.gz 26388 BLAKE2B 
f0ebf7f054c488259d2a409b2c5201b73e928901cf337cdc2a99a2f64deaf431ee60328b3b61e134d3cd49428eb0c921057ea248269029ef2838ed72dd8af7d7
 SHA512 
d43df19d9e8652291f1301a326ec0d592bad43d6ecf9086947037f0ae0c1e70c2d96082c48066639e2b7c57c0ea0e4782d6b215d017cf96a4c73ff3a15feec75
 DIST utfcpp-3.2.1.tar.gz 27377 BLAKE2B 
27c4becfa7e1f5e8b63ee0e03b9f66cf5d6743cff3706222dde6e21c3feb51897eddd7dcaeaaacc66513fdb209d5be392e83ba22ab7a7d848bdf9721577d6444
 SHA512 
5798487f12b1bc55d3e06aed38f7604271ca3402963efcf85d181fd590d8a088d21e961e77698e60dc2cdae8cf4506645903442c45fd328201752d9589180e0d

diff --git a/dev-libs/utfcpp/utfcpp-3.1.2.ebuild 
b/dev-libs/utfcpp/utfcpp-3.1.2.ebuild
deleted file mode 100644
index c23963c38a11..
--- a/dev-libs/utfcpp/utfcpp-3.1.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2015-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake
-
-if [[ "${PV}" == "" ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/nemtrif/utfcpp;
-   EGIT_SUBMODULES=()
-fi
-
-DESCRIPTION="UTF-8 C++ library"
-HOMEPAGE="https://github.com/nemtrif/utfcpp;
-if [[ "${PV}" == "" ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://github.com/nemtrif/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=""
-DEPEND="test? ( dev-cpp/gtest )"
-RDEPEND=""
-
-src_prepare() {
-   sed -e "/add_subdirectory(extern\/gtest)/d" -i CMakeLists.txt || die
-   sed -e "s/gtest_main/gtest &/" -i tests/CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUTF8_SAMPLES=OFF
-   -DUTF8_TESTS=$(usex test ON OFF)
-   )
-
-   cmake_src_configure
-}



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

2022-08-17 Thread Matt Turner
commit: 415acfc72a5cd994c44f5382879027bb17d259d0
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415acfc7

dev-libs/darts: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/darts/Manifest  |  1 -
 dev-libs/darts/darts-0.32.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/darts/Manifest b/dev-libs/darts/Manifest
index 0b6865602030..243675ac6111 100644
--- a/dev-libs/darts/Manifest
+++ b/dev-libs/darts/Manifest
@@ -1,2 +1 @@
-DIST darts-0.32.tar.gz 234001 BLAKE2B 
e40f16e6ead25809d981c98924867903e1d0f3734682b61ad1be40a10a4212795dfdef55a0eb6f9d0f60ef7676ed27929a6812bf8f57972dcf00875e99d9917b
 SHA512 
b9af8ce60688f5858dac2cac35a8666848dba6729f9f4364786123a1c0484e56c8b981ec04e59653afbcf20cce3b326a49243095213efb525b5669472ac7358e
 DIST darts-0.32h_pre20181117064816.tar.gz 38856 BLAKE2B 
db4bf7ca88ceb81dcaee4494708d3f469dfc4f1ce53aa731f291d4b7d73f2c48a9e8d97caf32fd0bdd66aaba1c9e3e2e0289a5f2fdf7f5f1f2351c3808d6a98c
 SHA512 
092cc833fff937365117f5b780f09a1ffdd25104ab57e36f7cba25a9a6bee289c105cae997a50b61b5b542c1c34d71bddf132d0ca14d563198b57caa9af2ac22

diff --git a/dev-libs/darts/darts-0.32.ebuild b/dev-libs/darts/darts-0.32.ebuild
deleted file mode 100644
index b7c803763059..
--- a/dev-libs/darts/darts-0.32.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2003-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="A C++ template library that implements Double-Array"
-HOMEPAGE="http://chasen.org/~taku/software/darts/;
-SRC_URI="http://chasen.org/~taku/software/darts/src/${P}.tar.gz;
-
-LICENSE="|| ( BSD LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="zlib"
-
-BDEPEND=""
-DEPEND="zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   econf $(use_with zlib)
-}
-
-src_compile() {
-   emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-}
-
-src_install() {
-   default
-
-   dodoc AUTHORS ChangeLog
-   (
-   docinto html
-   dodoc doc/*
-   )
-}



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

2022-08-17 Thread Matt Turner
commit: b0065b35fcfd059708a9eac4a1ad6c19c4082036
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Aug 18 02:35:41 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:53:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0065b35

dev-libs/protobuf: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/protobuf/Manifest |   2 -
 .../protobuf-3.17.0-disable_no-warning-test.patch  |  19 ---
 .../files/protobuf-3.17.0-system_libraries.patch   | 121 -
 dev-libs/protobuf/protobuf-3.17.3.ebuild   | 143 -
 dev-libs/protobuf/protobuf-3.19.1.ebuild   | 141 
 5 files changed, 426 deletions(-)

diff --git a/dev-libs/protobuf/Manifest b/dev-libs/protobuf/Manifest
index 5b121b0a22b0..445bb0b6652e 100644
--- a/dev-libs/protobuf/Manifest
+++ b/dev-libs/protobuf/Manifest
@@ -1,3 +1 @@
-DIST protobuf-3.17.3.tar.gz 5235236 BLAKE2B 
2495e678c8f9436d4e5a30ccee8b6226125d418ac7ecf7df20b078a1a16c221cbccab7d846dcd56a90220c106617fa75c410a21b62612fedec378cd7e8571350
 SHA512 
b4030b4474cc5fb5a62501200725dd488e6e66e3ced4ed12ab4ee029fcfed305e92ec966adafbdd343afffd186908163849422b95eaa500e7e741ac325d01d12
-DIST protobuf-3.19.1.tar.gz 5291573 BLAKE2B 
a34f1a7cf99ecb6cb8a26bc858de6273bfd26aa9be1e89e48c16cb5df0f1e9576479344c8250017238dbac0d0c4ac33001125b5fc622cb64ed6b91023198b03a
 SHA512 
f1271f5159a7be363a5f60ce4921dfea68a8468d66808330bacaeaa1cb7f652d045ab080b5d82816a6fd4e6d7d7fe79aaa6c8d66d81692721d36ce3bbf619f31
 DIST protobuf-3.19.3.tar.gz 5293258 BLAKE2B 
c05b70ffca97f7166ea6a511a36907eed125edf1ebf17f908718221d9b851be84dfb2b1b39973f2faf35f6ade630e6ba4f9e8b91b8fbc922c5db97079323ee6e
 SHA512 
1c003e7cbc8eae6a038f46e688b401ee202ba47f502561e909df79770f6e8b7daf3dc1ccc727e31bfb5b52cd04cb4fef7d2d2a28d650c13f396872ad4aa076c6

diff --git 
a/dev-libs/protobuf/files/protobuf-3.17.0-disable_no-warning-test.patch 
b/dev-libs/protobuf/files/protobuf-3.17.0-disable_no-warning-test.patch
deleted file mode 100644
index eb1598c945fd..
--- a/dev-libs/protobuf/files/protobuf-3.17.0-disable_no-warning-test.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Disable no-warning-test which is compiled with -Werror option and whose only 
purpose is checking if compilation results in any warnings.
-
 /src/Makefile.am
-+++ /src/Makefile.am
-@@ -713,7 +713,7 @@
- GOOGLEMOCK_SRC_DIR=$(srcdir)/../third_party/googletest/googlemock
- check_PROGRAMS = protoc protobuf-test protobuf-lazy-descriptor-test \
-  protobuf-lite-test test_plugin protobuf-lite-arena-test \
-- no-warning-test $(GZCHECKPROGRAMS)
-+ $(GZCHECKPROGRAMS)
- protobuf_test_LDADD = $(PTHREAD_LIBS) libprotobuf.la libprotoc.la \
-   $(GOOGLETEST_BUILD_DIR)/lib/libgtest.la \
-   $(GOOGLEMOCK_BUILD_DIR)/lib/libgmock.la \
-@@ -900,4 +900,4 @@
- 
- TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
- google/protobuf/compiler/zip_output_unittest.sh $(GZTESTS) \
--protobuf-lite-arena-test no-warning-test
-+protobuf-lite-arena-test

diff --git a/dev-libs/protobuf/files/protobuf-3.17.0-system_libraries.patch 
b/dev-libs/protobuf/files/protobuf-3.17.0-system_libraries.patch
deleted file mode 100644
index 3d5069dd1478..
--- a/dev-libs/protobuf/files/protobuf-3.17.0-system_libraries.patch
+++ /dev/null
@@ -1,121 +0,0 @@
 /Makefile.am
-+++ /Makefile.am
-@@ -11,28 +11,10 @@
- # Always include third_party directories in distributions.
- DIST_SUBDIRS = src conformance benchmarks third_party/googletest
- 
--# Build gmock before we build protobuf tests.  We don't add gmock to SUBDIRS
--# because then "make check" would also build and run all of gmock's own tests,
--# which takes a lot of time and is generally not useful to us.  Also, we don't
--# want "make install" to recurse into gmock since we don't want to overwrite
--# the installed version of gmock if there is one.
- check-local:
--  @echo "Making lib/libgmock.a lib/libgmock_main.a in gmock"
--  @cd third_party/googletest/googletest && $(MAKE) $(AM_MAKEFLAGS) 
lib/libgtest.la lib/libgtest_main.la
--  @cd third_party/googletest/googlemock && $(MAKE) $(AM_MAKEFLAGS) 
lib/libgmock.la lib/libgmock_main.la
- 
--# We would like to clean gmock when "make clean" is invoked.  But we have to
--# be careful because clean-local is also invoked during "make distclean", but
--# "make distclean" already recurses into gmock because it's listed among the
--# DIST_SUBDIRS.  distclean will delete gmock/Makefile, so if we then try to
--# cd to the directory again and "make clean" it will fail.  So, check that the
--# Makefile exists before recursing.
- clean-local:
--  @if test -e third_party/googletest/Makefile; then \
--echo "Making clean in googletest"; \
--cd third_party/googletest && $(MAKE) $(AM_MAKEFLAGS) clean; \
-- 

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

2022-08-17 Thread Matt Turner
commit: 91e78f07918fa9db7263e4e39b9ddb2dbe12b563
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 17 21:23:59 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Aug 18 02:25:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e78f07

gui-libs/gtk: Version bump to 4.6.7

Signed-off-by: Matt Turner  gentoo.org>

 gui-libs/gtk/Manifest |   1 +
 gui-libs/gtk/gtk-4.6.7.ebuild | 212 ++
 2 files changed, 213 insertions(+)

diff --git a/gui-libs/gtk/Manifest b/gui-libs/gtk/Manifest
index 0480dda82773..a6c6143e99ff 100644
--- a/gui-libs/gtk/Manifest
+++ b/gui-libs/gtk/Manifest
@@ -1 +1,2 @@
 DIST gtk-4.6.6.tar.xz 23085304 BLAKE2B 
2f0eacb9aaa3fad4e8d99feeadc93e04151f6c4552412d5b7485b972e97c8c9a7296143b39791e9e3230546770174a208ba6906179b9fed37414ee83a1980abb
 SHA512 
b743d99029d7d51db19396641023eefd5d25bbacbd89ad6660d43e382b26fe6cc5e9ce8f0dbb3f4ac7d2143db617ea0c2e2d3cc8926fc93d735eb76ffb2f8309
+DIST gtk-4.6.7.tar.xz 22885556 BLAKE2B 
ff3647fbb87fb7743c6aaf84f4de463275ff5816ccdba7f29425ee5268677e53ef56507ddd71447def5a1707e7509958068d5b8a7c64816cc3a1541691d7a262
 SHA512 
7f9068f66b472e796c1611625a34466b13aa51bce2dfc7661928e6d8087ed39ed0f6adf47a6691609b85540c588621bebc5951e81435277071abe7d2facf28bb

diff --git a/gui-libs/gtk/gtk-4.6.7.ebuild b/gui-libs/gtk/gtk-4.6.7.ebuild
new file mode 100644
index ..5901072e16fc
--- /dev/null
+++ b/gui-libs/gtk/gtk-4.6.7.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org gnome2-utils meson optfeature python-any-r1 virtualx xdg
+
+DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user 
interfaces"
+HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/;
+
+LICENSE="LGPL-2+"
+SLOT="4"
+IUSE="aqua broadway colord cups examples ffmpeg gstreamer +introspection 
sysprof test vulkan wayland +X cpu_flags_x86_f16c"
+REQUIRED_USE="
+   || ( aqua wayland X )
+   test? ( introspection )
+"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=dev-libs/fribidi-0.19.7
+   >=dev-libs/glib-2.66.0:2
+   >=media-libs/graphene-1.9.1[introspection?]
+   >=media-libs/libepoxy-1.4[egl,X(+)?]
+   >=x11-libs/cairo-1.14[aqua?,glib,svg,X?]
+   >=x11-libs/gdk-pixbuf-2.30:2[introspection?]
+   >=x11-libs/pango-1.50.0[introspection?]
+   media-libs/libpng:0=
+   media-libs/tiff:0=
+   media-libs/libjpeg-turbo:0=
+   >=media-libs/harfbuzz-2.1.0:=
+   x11-misc/shared-mime-info
+
+   colord? ( >=x11-misc/colord-0.1.9:0= )
+   cups? ( >=net-print/cups-2.0 )
+   ffmpeg? ( media-video/ffmpeg )
+   gstreamer? (
+   >=media-libs/gst-plugins-bad-1.12.3
+   >=media-libs/gst-plugins-base-1.12.3[opengl]
+   )
+   introspection? ( >=dev-libs/gobject-introspection-1.39:= )
+   vulkan? ( media-libs/vulkan-loader:= )
+   wayland? (
+   >=dev-libs/wayland-1.20.0
+   >=dev-libs/wayland-protocols-1.23
+   media-libs/mesa[wayland]
+   >=x11-libs/libxkbcommon-0.2
+   )
+   X? (
+   >=app-accessibility/at-spi2-atk-2.5.3
+   media-libs/fontconfig
+   media-libs/mesa[X(+)]
+   x11-libs/libX11
+   >=x11-libs/libXi-1.8
+   x11-libs/libXext
+   >=x11-libs/libXrandr-1.5
+   x11-libs/libXcursor
+   x11-libs/libXfixes
+   x11-libs/libXdamage
+   x11-libs/libXinerama
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+   X? ( x11-base/xorg-proto )
+"
+RDEPEND="${COMMON_DEPEND}
+   >=dev-util/gtk-update-icon-cache-3
+"
+# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
+PDEPEND="
+   gnome-base/librsvg
+   >=x11-themes/adwaita-icon-theme-3.14
+"
+BDEPEND="
+   dev-libs/gobject-introspection-common
+   introspection? (
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep '
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+   )
+   dev-python/docutils
+   >=dev-util/gdbus-codegen-2.48
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+   test? (
+   dev-libs/glib:2
+   wayland? ( dev-libs/weston[headless] )
+   )
+"
+
+python_check_deps() {
+   python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return
+}
+
+pkg_setup() {
+   use introspection && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   xdg_environment_reset
+
+   # dev-python/docutils installs rst2man.py, not rst2man
+   sed -i -e "s/'rst2man'/'rst2man.py'/" docs/reference/gtk/meson.build || 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/tempestsdr/

2022-08-17 Thread Rick Farina
commit: 0afe6e688511dd7915afc845344d825f66c3fef9
Author: Rick Farina  gentoo  org>
AuthorDate: Thu Aug 18 02:20:25 2022 +
Commit: Rick Farina  gentoo  org>
CommitDate: Thu Aug 18 02:21:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0afe6e68

net-wireless/tempestsdr: fix missing dep

Signed-off-by: Rick Farina  gentoo.org>

 ...stsdr-0.0_p20200221.ebuild => tempestsdr-0.0_p20200221-r1.ebuild} | 5 +++--
 net-wireless/tempestsdr/tempestsdr-.ebuild   | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/net-wireless/tempestsdr/tempestsdr-0.0_p20200221.ebuild 
b/net-wireless/tempestsdr/tempestsdr-0.0_p20200221-r1.ebuild
similarity index 94%
rename from net-wireless/tempestsdr/tempestsdr-0.0_p20200221.ebuild
rename to net-wireless/tempestsdr/tempestsdr-0.0_p20200221-r1.ebuild
index 8a649e9a4665..1301229d0e69 100644
--- a/net-wireless/tempestsdr/tempestsdr-0.0_p20200221.ebuild
+++ b/net-wireless/tempestsdr/tempestsdr-0.0_p20200221-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit java-pkg-2
 
@@ -22,6 +22,7 @@ fi
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*
+   dev-libs/boost:=
net-wireless/airspy
net-wireless/uhd:=
net-wireless/rtl-sdr

diff --git a/net-wireless/tempestsdr/tempestsdr-.ebuild 
b/net-wireless/tempestsdr/tempestsdr-.ebuild
index 8a649e9a4665..1301229d0e69 100644
--- a/net-wireless/tempestsdr/tempestsdr-.ebuild
+++ b/net-wireless/tempestsdr/tempestsdr-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit java-pkg-2
 
@@ -22,6 +22,7 @@ fi
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*
+   dev-libs/boost:=
net-wireless/airspy
net-wireless/uhd:=
net-wireless/rtl-sdr



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

2022-08-17 Thread John Helmert III
commit: e0d8d362d02f268871250ebeb1446dbe9bacfe5a
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Aug 18 00:06:50 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Aug 18 00:55:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d8d362

dev-libs/liblouis: add 3.22.0

Bug: https://bugs.gentoo.org/835093
Signed-off-by: John Helmert III  gentoo.org>

 dev-libs/liblouis/Manifest   |  1 +
 dev-libs/liblouis/liblouis-3.22.0.ebuild | 75 
 2 files changed, 76 insertions(+)

diff --git a/dev-libs/liblouis/Manifest b/dev-libs/liblouis/Manifest
index f2c63f1968ea..c04ae7af0078 100644
--- a/dev-libs/liblouis/Manifest
+++ b/dev-libs/liblouis/Manifest
@@ -1,3 +1,4 @@
 DIST liblouis-3.13.0.tar.gz 14683684 BLAKE2B 
9596fac30ee8512498826ea11c3fe4d9dfba6706166938852242533f1fadde9ca8e363ea1364ebb4266b366ee49863d84ad757f8634d90e48dd8c562c31e9e8d
 SHA512 
68f0205dc55a106c5707f959c1c0d3c121dfe62f263a664e6bec0780bee65cce2fb5d7033ae1c8312d1d79f7ccaf650af71906e8651b60f11219758e41051b61
 DIST liblouis-3.17.0.tar.gz 14868166 BLAKE2B 
2edc5ef4366e29080d0d138fe45d946730e04dea278a14751106a25862f6266fe0fda492e12f4d2aa7d26d7277a11dfa2eaf8be39cdeffbcf83f2c143922e6d6
 SHA512 
9511e0f76ef6def3fa30f0bce4df188b2a11251e8ced0a76a92e172026e6751bc19b2c8ccd5789043b65398190a367bca03b3f1449344750e63ebd0fde60b4e3
 DIST liblouis-3.20.0.tar.gz 15119793 BLAKE2B 
ed8eb9df0364818c73b1ac8afa5311cdcf8bb47b142607ceeced731655ed14a3d5be83465dd923164902b807424a5e1180fc4ae7fd3ef9ed50065f6e6e9b3b0e
 SHA512 
edc94f1f91fbaffcc13c6dbe7958c7f41dac3328038b25bb446d54dc3e26d904da0d0d5e19268cee6b6de3ef228dcd45ff50164ccd148939e6440fe8b5d4b428
+DIST liblouis-3.22.0.tar.gz 16397405 BLAKE2B 
b99231398618f4fc563b348fe44cf99480bcde45fbfba8985aa1f1b6da07bb242ff772d104ee820d7252563c17730b393408cffc05c36e04aba82415ae3632ba
 SHA512 
0ad9466b001935b442732c18ddce973236fd7cd0629a1b7dcc6e4cd61c9fb0b8f78b0ca51a4fd94ca262e8b8687dcc6aed06967dd2cd1bea8b5b1a0c78e1f25f

diff --git a/dev-libs/liblouis/liblouis-3.22.0.ebuild 
b/dev-libs/liblouis/liblouis-3.22.0.ebuild
new file mode 100644
index ..572ec0ce9c90
--- /dev/null
+++ b/dev-libs/liblouis/liblouis-3.22.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_OPTIONAL=1
+inherit distutils-r1
+
+DESCRIPTION="An open-source braille translator and back-translator"
+HOMEPAGE="https://github.com/liblouis/liblouis;
+SRC_URI="https://github.com/liblouis/liblouis/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0/20"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="python test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-apps/help2man
+   python? ( ${PYTHON_DEPS}
+   >=dev-python/setuptools-42.0.2[${PYTHON_USEDEP}]
+   )
+   test? ( dev-libs/libyaml )
+"
+
+src_prepare() {
+   default
+
+   if use python; then
+   pushd python > /dev/null
+   distutils-r1_src_prepare
+   popd > /dev/null
+   fi
+}
+
+src_configure() {
+   econf \
+   --enable-ucs4 \
+   --disable-static
+}
+
+src_compile() {
+   default
+
+   if use python; then
+   pushd python > /dev/null
+   # setup.py imports liblouis to get the version number,
+   # and this causes the shared library to be dlopened
+   # at build-time.  Hack around it with LD_PRELOAD.
+   # Thanks ArchLinux.
+   LD_PRELOAD+=':../liblouis/.libs/liblouis.so'
+   distutils-r1_src_compile
+   popd > /dev/null
+   fi
+}
+
+src_install() {
+   if use python; then
+   pushd python > /dev/null
+   LD_PRELOAD+=':../liblouis/.libs/liblouis.so' \
+   distutils-r1_src_install
+   popd > /dev/null
+   fi
+
+   # These need to be after distutils src_install, or it'll try to install 
them from under python/ as well
+   DOCS=( README AUTHORS NEWS ChangeLog doc/liblouis.txt )
+   HTML_DOCS=( doc/liblouis.html )
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



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

2022-08-17 Thread Sam James
commit: 174ae76957f2baae81aa0985d53c7037d0f5113c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:31:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:31:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174ae769

net-libs/nDPI: drop 4.0-r1

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

 net-libs/nDPI/Manifest   |  2 --
 net-libs/nDPI/nDPI-4.0-r1.ebuild | 66 
 2 files changed, 68 deletions(-)

diff --git a/net-libs/nDPI/Manifest b/net-libs/nDPI/Manifest
index b74a4f2bad03..eaf6229a8f6a 100644
--- a/net-libs/nDPI/Manifest
+++ b/net-libs/nDPI/Manifest
@@ -1,4 +1,2 @@
-DIST nDPI-4.0-patches.tar.bz2 8744 BLAKE2B 
48bfb2cf240823b64ab15a3f8a21acece878102ebb4cc807648b264ef091107a05d66fc672cccd1bc721ad3ea0edde786a1f133dfc84c91422604a9929e327ed
 SHA512 
99a780c18c048ceec29c42828c420fe3f9624906eaef70f92af6abdbf7bc29133e048d7f8de85d8b73aa6667066e7ab5843fa293221d5ec8bbe87803dde83db6
-DIST nDPI-4.0.tar.gz 120053617 BLAKE2B 
ea0f333bd62622c1ab792137f9bbf2e35cb3790aae191c5caeaea36c7ce376bfa84633e99e321c16bcfbe5812d6674b825bdc4197297cee76064ed88f344a577
 SHA512 
2526041bc02a210e65bad31323a66167d79a37d14697cf4459054cc54715e53f9673bcefa6b452bbe3b3e6c25f0bafcf59d24323d210e2ce6782d9153f81
 DIST nDPI-4.2.tar.gz 126559327 BLAKE2B 
079267939083e788ce8b13e89b194504031e4c3e628df335ece7aab72cc80b8d8538badd45dac9fdaeeed8cd5dd19a81fece9c1157cba9a91dfa130abef61473
 SHA512 
c58b228b7de2b5fa111234bb065f9be259cd0282d0058f5985180aab6567c9a18e3453ce9062bd3c057a096ec3dfdc21b7c9680e0148e34af10f707530d853b8
 DIST nDPI-4.4.tar.gz 151062073 BLAKE2B 
fca968c0d0abcf18a6895dc6066b754925a2aa3cb3f395383f9add25066adf14bb95444a30950e13f7f3ff203b16e7373c875841f33d8c885be83ed0bb6d
 SHA512 
c5e3d38f7b6533bd4b9f96520c1d965bf0a8e3ec7e2d514bc42683bdb73d8331e28ed695f5d3972ace9e35f1af23359f5a25c0f5a20f7a8cc7a6b5446d592468

diff --git a/net-libs/nDPI/nDPI-4.0-r1.ebuild b/net-libs/nDPI/nDPI-4.0-r1.ebuild
deleted file mode 100644
index 4be4dd426cc0..
--- a/net-libs/nDPI/nDPI-4.0-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Open Source Deep Packet Inspection Software Toolkit"
-HOMEPAGE="https://www.ntop.org/;
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ntop/${PN};
-   inherit git-r3
-else
-   SRC_URI="https://github.com/ntop/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-patches.tar.bz2;
-
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0/$(ver_cut 1)"
-
-DEPEND="dev-libs/json-c:=
-   dev-libs/libgcrypt:=
-   dev-libs/libgpg-error
-   net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${WORKDIR}"/${P}-patches/
-)
-
-# Also sent a patch upstream https://github.com/ntop/nDPI/pull/1392 for
-# AR/CC etc but doesn't apply cleanly (at all) to 4.0.
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s%^libdir\s*=\s*\${prefix}/lib\s*$%libdir = 
\${prefix}/$(get_libdir)%" \
-   src/lib/Makefile.in || die
-
-   eautoreconf
-
-   # Should be able to drop in next version.
-   # Taken from autogen.sh (bug #704074):
-   sed -i \
-   -e "s/#define PACKAGE/#define NDPI_PACKAGE/g" \
-   -e "s/#define VERSION/#define NDPI_VERSION/g" \
-   configure || die
-}
-
-src_test() {
-   pushd tests || die
-
-   ./do.sh || die "Failed tests"
-   ./do-unit.sh || die "Failed unit tests"
-
-   popd || die
-}
-
-src_install() {
-   default
-
-   rm "${ED}/usr/$(get_libdir)"/lib${PN,,}.a || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/files/, net-analyzer/pmacct/

2022-08-17 Thread Sam James
commit: eeeca3dd5fb8a7c0dcb3a8202cb206a65865e1d6
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:31:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:31:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeeca3dd

net-analyzer/pmacct: drop 1.7.6-r2, 1.7.6-r3

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

 net-analyzer/pmacct/Manifest   |  1 -
 .../files/pmacct-1.7.6-fix-mysql-crash.patch   | 26 --
 net-analyzer/pmacct/pmacct-1.7.6-r2.ebuild | 98 -
 net-analyzer/pmacct/pmacct-1.7.6-r3.ebuild | 99 --
 4 files changed, 224 deletions(-)

diff --git a/net-analyzer/pmacct/Manifest b/net-analyzer/pmacct/Manifest
index 8ca96495e5e3..17b03eeb9f42 100644
--- a/net-analyzer/pmacct/Manifest
+++ b/net-analyzer/pmacct/Manifest
@@ -1,2 +1 @@
-DIST pmacct-1.7.6.tar.gz 2126837 BLAKE2B 
df04822e88f9409d335457031fb26ce4ae8b5da13cf2f55f8d6c78eb50dade62ef763d389ac81a509d9351e1286ac73171e9966a5aeeecc0e5fb10219c73
 SHA512 
b370d20f8b8d49b9114db3ab74c66cd16962dee5e7c3642fab0b2787c4ea924a249ff4d8d770c0ccc8ca81366b9a5e557dcfb7cdddf878b99b719d0accdb949a
 DIST pmacct-1.7.7.tar.gz 2149629 BLAKE2B 
00357cbf1f52452c4a9ee9807e2c18f823019521cc9cb99553fe262826d7343e286694d666c7bab59e62767598ff373b3abafbecfdd43a823ba878440643
 SHA512 
7bc4c48041f023b5cd7ba927722478b0008d751bdb679f44beb2b281f4b16cb0bafb211d0fb947516ca80f86082f1bce578973ec298f4947ffd9d063a44bd00b

diff --git a/net-analyzer/pmacct/files/pmacct-1.7.6-fix-mysql-crash.patch 
b/net-analyzer/pmacct/files/pmacct-1.7.6-fix-mysql-crash.patch
deleted file mode 100644
index b76ce8761326..
--- a/net-analyzer/pmacct/files/pmacct-1.7.6-fix-mysql-crash.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 1922062277d87da024938cc3057df9a4c3725e76 Mon Sep 17 00:00:00 2001
-From: Paolo Lucente 
-Date: Sun, 28 Feb 2021 02:51:10 +
-Subject: [PATCH] * fix, MySQL plugin: check for 'unix:' string only if
- sql_host is supplied
-

- src/mysql_plugin.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/mysql_plugin.c b/src/mysql_plugin.c
-index 7f5179abd..dce117732 100644
 a/src/mysql_plugin.c
-+++ b/src/mysql_plugin.c
-@@ -695,7 +695,10 @@ void MY_DB_Connect(struct DBdesc *db, char *host)
- mysql_options(db->desc, MYSQL_OPT_RECONNECT, );
- if (config.sql_conn_ca_file) mysql_ssl_set(db->desc, NULL, NULL, 
config.sql_conn_ca_file, NULL, NULL);
- 
--usp = strstr(host, "unix:");
-+if (host) {
-+  usp = strstr(host, "unix:");
-+}
-+
- if (usp && usp == host) {
-   usp += 5; /* go right past the 'unix:' string */
-   mysql_ret = mysql_real_connect(db->desc, NULL, config.sql_user, 
config.sql_passwd, config.sql_db, FALSE, usp, 0);

diff --git a/net-analyzer/pmacct/pmacct-1.7.6-r2.ebuild 
b/net-analyzer/pmacct/pmacct-1.7.6-r2.ebuild
deleted file mode 100644
index 41834f7749e8..
--- a/net-analyzer/pmacct/pmacct-1.7.6-r2.ebuild
+++ /dev/null
@@ -1,98 +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 toolchain-funcs
-
-DESCRIPTION="A network tool to gather IP traffic information"
-HOMEPAGE="http://www.pmacct.net/;
-SRC_URI="http://www.pmacct.net/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="
-   +bgp-bins +bmp-bins geoip geoipv2 jansson kafka +l2 mysql ndpi nflog
-   postgres rabbitmq sqlite +st-bins +traffic-bins zmq
-"
-REQUIRED_USE="
-   ?? ( geoip geoipv2 )
-   kafka? ( jansson )
-   rabbitmq? ( jansson )
-"
-
-RDEPEND="dev-libs/libcdada
-   net-libs/libpcap
-   geoip? ( dev-libs/geoip )
-   geoipv2? ( dev-libs/libmaxminddb )
-   jansson? ( dev-libs/jansson:= )
-   kafka? ( dev-libs/librdkafka )
-   mysql? (
-   dev-db/mysql-connector-c:0=
-   sys-process/numactl
-   )
-   ndpi? ( >=net-libs/nDPI-3.2:= )
-   nflog? ( net-libs/libnetfilter_log )
-   postgres? ( dev-db/postgresql:* )
-   rabbitmq? ( net-libs/rabbitmq-c )
-   sqlite? ( =dev-db/sqlite-3* )
-   zmq? ( >=net-libs/zeromq-4.2.0:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.7.4--Werror.patch"
-   "${FILESDIR}/${PN}-1.7.6-nogit.patch"
-)
-
-DOCS=(
-   CONFIG-KEYS ChangeLog FAQS QUICKSTART UPGRADE
-   docs/INTERNALS docs/PLUGINS docs/SIGNALS
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC AR RANLIB
-   append-cflags -fcommon
-
-   econf \
-   $(use_enable bgp-bins) \
-   $(use_enable bmp-bins) \
-   $(use_enable geoip) \
-   $(use_enable geoipv2) \
-   $(use_enable jansson) \
-   $(use_enable kafka) \
-   $(use_enable l2) \
-   $(use_enable mysql) \
-  

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/

2022-08-17 Thread Sam James
commit: 242e1c014bc6ad66793c8cc0440237ad2bd03de5
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:29:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:30:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242e1c01

net-analyzer/ntopng: add max version on nDPI

Huge pain w/ API changes as often happens with these,
but hopefully new release soon.

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

 net-analyzer/ntopng/{ntopng-5.2.1.ebuild => ntopng-5.2.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/ntopng/ntopng-5.2.1.ebuild 
b/net-analyzer/ntopng/ntopng-5.2.1-r1.ebuild
similarity index 99%
rename from net-analyzer/ntopng/ntopng-5.2.1.ebuild
rename to net-analyzer/ntopng/ntopng-5.2.1-r1.ebuild
index b1e0ebb11864..84dd505dc13f 100644
--- a/net-analyzer/ntopng/ntopng-5.2.1.ebuild
+++ b/net-analyzer/ntopng/ntopng-5.2.1-r1.ebuild
@@ -23,6 +23,7 @@ DEPEND="dev-db/mysql-connector-c:=
net-analyzer/rrdtool
net-libs/libpcap
>=net-libs/nDPI-4.2:=
+   =net-libs/zeromq-3:=
net-misc/curl
sys-libs/libcap



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/ntopng/files/, net-analyzer/ntopng/

2022-08-17 Thread Sam James
commit: 37eb6adfc311553431857cc3f1602143bcf98f1c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:29:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:30:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37eb6adf

net-analyzer/ntopng: drop 4.2-r1, 5.0

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

 net-analyzer/ntopng/Manifest   |   2 -
 .../ntopng/files/ntopng-4.0-ndpi-includes.patch|  11 --
 .../ntopng/files/ntopng-4.2-PKG_CONFIG.patch   | 125 -
 .../ntopng/files/ntopng-4.2-mysqltool.patch|  19 
 net-analyzer/ntopng/files/ntopng-4.2-nogit.patch   |  44 
 .../ntopng/files/ntopng-4.2-parallel-make.patch|  16 ---
 net-analyzer/ntopng/ntopng-4.2-r1.ebuild   |  94 
 net-analyzer/ntopng/ntopng-5.0.ebuild  |  92 ---
 8 files changed, 403 deletions(-)

diff --git a/net-analyzer/ntopng/Manifest b/net-analyzer/ntopng/Manifest
index c97edb42bb7e..7a0c02596f71 100644
--- a/net-analyzer/ntopng/Manifest
+++ b/net-analyzer/ntopng/Manifest
@@ -1,3 +1 @@
-DIST ntopng-4.2.tar.gz 57554819 BLAKE2B 
a9eaf7ea670dbd9c830696a4b017330e25a82307852a0a85d95ddbb4e32a3123d43eda1b686c359da1fef77e601cd3791dcdf257141e2e1d3ed7974b92edaac8
 SHA512 
e89ec3f35644ae8bc570d9802ecfadbf0067145e23a589df2032e8781e9c954f4166d3abb650ddafc65e4fbad656730ee1abf9c5273d3e09f8173d423436b8ff
-DIST ntopng-5.0.tar.gz 57935381 BLAKE2B 
420bda10ecc264d6baea0714367e8c475e72480ab1a114251c6712535ad1415288154623aa3ef780a5bab55bec684ddd7c0582997654f8fbb96ec08e17cb099f
 SHA512 
e157430d9c98871d0136d2f51af6c7fed3a95fa21f8d3a9447ee69ac2aaee3752b6eddfd584715e3ee36234fd0fdcf865b761b0ec1a08727f6d988bc115d21e6
 DIST ntopng-5.2.1.tar.gz 60280025 BLAKE2B 
e7885a1ec9e5d37ee06def83a83c62f41acf87d939d18c33c8d114fe0bed0c973a6146f26fd92343aa7c7e7484970c3e95c33fe76468fe382809daddeed6541b
 SHA512 
01cdf21deac61a3b11e7d0e6b662c911123241332e812bb676cb8c5c003fe1d50a4c61231f9c327d467e89dd1345fc1bdbab5d2599fe04b04a8fe12654c01bdd

diff --git a/net-analyzer/ntopng/files/ntopng-4.0-ndpi-includes.patch 
b/net-analyzer/ntopng/files/ntopng-4.0-ndpi-includes.patch
deleted file mode 100644
index d1f61ce52abe..
--- a/net-analyzer/ntopng/files/ntopng-4.0-ndpi-includes.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.seed
-+++ b/configure.seed
-@@ -134,7 +134,7 @@
- PKG_CHECK_MODULES([NDPI], [libndpi >= 2.0], [
-NDPI_INC=`echo $NDPI_CFLAGS | sed -e "s/[ ]*$//"`
-# Use static libndpi library as building against the dynamic library fails
--   NDPI_LIB="-Wl,-Bstatic $NDPI_LIBS -Wl,-Bdynamic"
-+   NDPI_LIB="$NDPI_LIBS"
-NDPI_LIB_DEP=
-], [
-   AC_MSG_CHECKING(for nDPI source)

diff --git a/net-analyzer/ntopng/files/ntopng-4.2-PKG_CONFIG.patch 
b/net-analyzer/ntopng/files/ntopng-4.2-PKG_CONFIG.patch
deleted file mode 100644
index 8218c948b178..
--- a/net-analyzer/ntopng/files/ntopng-4.2-PKG_CONFIG.patch
+++ /dev/null
@@ -1,125 +0,0 @@
 a/Makefile.in
-+++ b/Makefile.in
-@@ -44,9 +44,9 @@ LUA_LIB=$(LUA_HOME)/src/liblua.a
- 
- ##
- LIBRRDTOOL_HOME=${PWD}/third-party/rrdtool-1.4.8
--HAS_LIBRRDTOOL=$(shell pkg-config --atleast-version=1.4.8 librrd && echo 0)
-+HAS_LIBRRDTOOL=$(shell ${PKG_CONFIG} --atleast-version=1.4.8 librrd && echo 0)
- ifeq ($(HAS_LIBRRDTOOL), 0)
--  LIBRRDTOOL_INC = $(shell pkg-config --cflags librrd)
-+  LIBRRDTOOL_INC = $(shell ${PKG_CONFIG} --cflags librrd)
-   LIBRRDTOOL_LIB = @LIBRRD_LD_FLAGS@
- else
-   LIBRRDTOOL_INC=-I$(LIBRRDTOOL_HOME)/src/
-@@ -74,21 +74,21 @@ SNMP_LIB=@SNMP_LIB@
- ##
- 
- ifeq (@NEDGE@, 0)
-- HAS_SODIUM=$(shell pkg-config --exists libsodium && echo 0)
-+ HAS_SODIUM=$(shell ${PKG_CONFIG} --exists libsodium && echo 0)
-  ifeq ($(HAS_SODIUM), 0)
--  SODIUM_INC = $(shell pkg-config --cflags libsodium)
--  SODIUM_LIB = $(shell pkg-config --libs libsodium)
-+  SODIUM_INC = $(shell ${PKG_CONFIG} --cflags libsodium)
-+  SODIUM_LIB = $(shell ${PKG_CONFIG} --libs libsodium)
-  else
-   SODIUM_INC=
-   SODIUM_LIB=
-  endif
- 
-- HAS_ZEROMQ=$(shell pkg-config --exists libzmq && echo 0)
-+ HAS_ZEROMQ=$(shell ${PKG_CONFIG} --exists libzmq && echo 0)
-  ifeq ($(HAS_ZEROMQ), 0)
--  ZEROMQ_INC = $(shell pkg-config --cflags libzmq)
-+  ZEROMQ_INC = $(shell ${PKG_CONFIG} --cflags libzmq)
-   ZMQ_STATIC=/usr/local/lib/libzmq.a
-   ifeq ($(wildcard $(ZMQ_STATIC)),)
--  ZEROMQ_LIB = $(shell pkg-config --libs libzmq)
-+  ZEROMQ_LIB = $(shell ${PKG_CONFIG} --libs libzmq)
-   else
-   ZEROMQ_LIB = $(ZMQ_STATIC)
-   endif
-@@ -98,9 +98,9 @@ ifeq (@NEDGE@, 0)
-   ZEROMQ_LIB=$(ZEROMQ_HOME)/.libs/libzmq.a
-  endif
- 
-- HAS_ZSTD=$(shell pkg-config --exists libzstd && echo 0)
-+ HAS_ZSTD=$(shell ${PKG_CONFIG} --exists libzstd && echo 0)
-  ifeq ($(HAS_ZSTD), 0)
--  ZSTD_LIB = $(shell pkg-config --libs libzstd)
-+  ZSTD_LIB = $(shell 

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

2022-08-17 Thread Sam James
commit: 63ff6cab372c6d81f29648ba0ceb8cb5f37a1672
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:16:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:16:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ff6cab

net-libs/webkit-gtk: Stabilize 2.36.6 arm64, #865341

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

 net-libs/webkit-gtk/webkit-gtk-2.36.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.6.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.36.6.ebuild
index 79e452c58aae..d69ff514c6db 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.36.6.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.36.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer 
gtk-doc +introspection +jpeg2k +jumbo-build lcms libnotify seccomp spell 
systemd test wayland X"
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/automake/

2022-08-17 Thread Sam James
commit: fcfac64e318e70a94ee5341c9e1496659eff8ac2
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:14:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:14:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfac64e

sys-devel/automake: needs >=dev-lang/perl-5.6

Prompted by discussion in #bootstrappable.

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

 sys-devel/automake/automake-1.11.6-r3.ebuild | 4 ++--
 sys-devel/automake/automake-1.13.4-r2.ebuild | 4 ++--
 sys-devel/automake/automake-1.15.1-r2.ebuild | 4 ++--
 sys-devel/automake/automake-1.16.5.ebuild| 2 +-
 sys-devel/automake/automake-.ebuild  | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-devel/automake/automake-1.11.6-r3.ebuild 
b/sys-devel/automake/automake-1.11.6-r3.ebuild
index 8b96c4f83141..2aea15120d4a 100644
--- a/sys-devel/automake/automake-1.11.6-r3.ebuild
+++ b/sys-devel/automake/automake-1.11.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
ppc64 ~riscv ~s390 s
 IUSE=""
 RESTRICT="test"
 
-RDEPEND="dev-lang/perl
+RDEPEND=">=dev-lang/perl-5.6
>=sys-devel/automake-wrapper-10
>=sys-devel/autoconf-2.69:*
sys-devel/gnuconfig"

diff --git a/sys-devel/automake/automake-1.13.4-r2.ebuild 
b/sys-devel/automake/automake-1.13.4-r2.ebuild
index 286477158c2a..520ca9e3dae5 100644
--- a/sys-devel/automake/automake-1.13.4-r2.ebuild
+++ b/sys-devel/automake/automake-1.13.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
ppc64 ~riscv ~s390 s
 IUSE=""
 RESTRICT="test"
 
-RDEPEND="dev-lang/perl
+RDEPEND=">=dev-lang/perl-5.6
>=sys-devel/automake-wrapper-10
>=sys-devel/autoconf-2.69:*
sys-devel/gnuconfig"

diff --git a/sys-devel/automake/automake-1.15.1-r2.ebuild 
b/sys-devel/automake/automake-1.15.1-r2.ebuild
index 61626303e82b..fcc66ddf352f 100644
--- a/sys-devel/automake/automake-1.15.1-r2.ebuild
+++ b/sys-devel/automake/automake-1.15.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,7 +32,7 @@ SLOT="${PV:0:4}"
 IUSE=""
 RESTRICT="test"
 
-RDEPEND="dev-lang/perl
+RDEPEND=">=dev-lang/perl-5.6
>=sys-devel/automake-wrapper-10
>=sys-devel/autoconf-2.69:*
sys-devel/gnuconfig"

diff --git a/sys-devel/automake/automake-1.16.5.ebuild 
b/sys-devel/automake/automake-1.16.5.ebuild
index 6e1d35f712b0..75cb2be5e497 100644
--- a/sys-devel/automake/automake-1.16.5.ebuild
+++ b/sys-devel/automake/automake-1.16.5.ebuild
@@ -36,7 +36,7 @@ SLOT="${PV:0:4}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-lang/perl
+RDEPEND=">=dev-lang/perl-5.6
>=sys-devel/automake-wrapper-11
>=sys-devel/autoconf-2.69:*
sys-devel/gnuconfig"

diff --git a/sys-devel/automake/automake-.ebuild 
b/sys-devel/automake/automake-.ebuild
index a36fa3529b35..c5692937254c 100644
--- a/sys-devel/automake/automake-.ebuild
+++ b/sys-devel/automake/automake-.ebuild
@@ -36,7 +36,7 @@ SLOT="${PV:0:4}"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-lang/perl
+RDEPEND=">=dev-lang/perl-5.6
>=sys-devel/automake-wrapper-11
>=sys-devel/autoconf-2.69:*
sys-devel/gnuconfig"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/

2022-08-17 Thread Sam James
commit: 1e48ec6dffa6c1146966d33e338b0bdfd540cc59
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 18 00:01:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 18 00:02:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e48ec6d

sys-devel/autoconf: tweak Perl minimum versions

- 2.71 needs 5.8 because of our Perl time resolution (race condition) patch,
even though vanilla upstream it's 5.6

-  needs 5.10

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

 sys-devel/autoconf/autoconf-2.71-r1.ebuild | 4 +++-
 sys-devel/autoconf/autoconf-.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-devel/autoconf/autoconf-2.71-r1.ebuild 
b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
index 21a979c791b3..7ef4e0bcbeb7 100644
--- a/sys-devel/autoconf/autoconf-2.71-r1.ebuild
+++ b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
@@ -30,8 +30,10 @@ LICENSE="GPL-3"
 SLOT="${PV/_*}"
 IUSE="emacs"
 
+# for 2.71, our Perl time resolution patch changes our min Perl from 5.6
+# (vanilla upstream for 2.71) to 5.8.
 BDEPEND=">=sys-devel/m4-1.4.16
-   >=dev-lang/perl-5.6"
+   >=dev-lang/perl-5.8"
 RDEPEND="${BDEPEND}
>=sys-devel/autoconf-wrapper-15
sys-devel/gnuconfig

diff --git a/sys-devel/autoconf/autoconf-.ebuild 
b/sys-devel/autoconf/autoconf-.ebuild
index cb3d17704c68..a3424daaea28 100644
--- a/sys-devel/autoconf/autoconf-.ebuild
+++ b/sys-devel/autoconf/autoconf-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,7 +22,7 @@ SLOT="${PV}"
 IUSE="emacs"
 
 BDEPEND=">=sys-devel/m4-1.4.16
-   >=dev-lang/perl-5.6"
+   >=dev-lang/perl-5.10"
 RDEPEND="${BDEPEND}
>=sys-devel/autoconf-wrapper-14
sys-devel/gnuconfig



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

2022-08-17 Thread Matt Turner
commit: b3af5d2a7513cdad941abe322e00a06cdd660b85
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 17 21:06:55 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 17 23:03:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3af5d2a

media-libs/mesa: Version bump to 22.1.7

Signed-off-by: Matt Turner  gentoo.org>

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-22.1.7.ebuild | 460 +
 2 files changed, 461 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index a540f69921fa..5c8b0e7e3b12 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -3,3 +3,4 @@ DIST mesa-22.1.2.tar.xz 15992280 BLAKE2B 
bb2929e6c7dd0384b8e58b2a0ab6f91eabec9b2
 DIST mesa-22.1.3.tar.xz 16016520 BLAKE2B 
3f9838022914b4ecc8882bc648bdd99a81aab2c6ebd4d9a3ce74655d6ec718d09abc6424bdb4b84a5430dcc51113d67bfd3368af4a3f390d3c574733b8ade4b0
 SHA512 
e7348839eb37de89c90d21277a7cbb42ee673ad6c656177853f6d35db99556dbac2986771342d902b4fa67df5687c9d543bad99c81bcd0ecfb7f08f37480
 DIST mesa-22.1.5.tar.xz 16072928 BLAKE2B 
c182af7855e3e04cdd7f7b25c1df62d13306c17f1973bb5b68eae3939a3cc640841bb37003f00f298033b666b7165c3e2639ff4bfa991123e165a73ac8cae203
 SHA512 
1aa72cd5b61635d489904944e5d80b1d923a38ffbd295341e6b30c492e469463bc4d0b63f74b071580572aec3a2cdfe19b3f2919ebc0fb4bcc35e114db925abc
 DIST mesa-22.1.6.tar.xz 16071404 BLAKE2B 
2059aaedba4d74d5250a71a5a25ffb5a6b92314fb0bd2c8a99480459c79c6b7fcf93ee60a0d0baf9c198a3b00dd428060647a6c1a0534b73c6a66a8417bbeaa9
 SHA512 
3b2a0bb781c3d540401e6f51e3cf0d87d4e22923b6a5a4ea9d8ce5c79b4a2d5e8b1c237a36325d7d7178448ae102470ebefb312644dc09818cce91fd5439cb07
+DIST mesa-22.1.7.tar.xz 16109944 BLAKE2B 
0d4724068eff0ad242e81808ff94b73e1b5da810d27706b5a594ad77875b54562db6d9f752b61bcfff773b26bbc64b751d4dd13cfa256106d3114377ea668d26
 SHA512 
447e87359445edce231761d94b316b2aa20e9ab58e4b59d75cbb1696dd0900e7164c32bebc3b75700b4070570b456f7a8cf0914181371754a52427d34e4b9120

diff --git a/media-libs/mesa/mesa-22.1.7.ebuild 
b/media-libs/mesa/mesa-22.1.7.ebuild
new file mode 100644
index ..97c13b468175
--- /dev/null
+++ b/media-libs/mesa/mesa-22.1.7.ebuild
@@ -0,0 +1,460 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit llvm meson-multilib python-any-r1 linux-info
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   inherit git-r3
+else
+   SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="!test? ( test )"
+
+RADEON_CARDS="r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno intel lima nouveau panfrost v3d vc4 
virgl vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   cpu_flags_x86_sse2 d3d9 debug gles1 +gles2 +llvm
+   lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
+   vulkan-overlay wayland +X xa xvmc zink +zstd"
+
+REQUIRED_USE="
+   d3d9?   ( || ( video_cards_intel video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   vulkan? ( video_cards_radeonsi? ( llvm ) )
+   vulkan-overlay? ( vulkan )
+   video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r300?   ( x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_radeonsi?   ( llvm )
+   xa? ( X )
+   xvmc? ( X )
+   zink? ( vulkan )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.110"
+RDEPEND="
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
+   llvm? (
+   video_cards_radeonsi? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_r600? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   video_cards_radeon? (
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   )
+   lm-sensors? ( sys-apps/lm-sensors:=[${MULTILIB_USEDEP}] )
+   opencl? (
+   >=virtual/opencl-3[${MULTILIB_USEDEP}]
+   dev-libs/libclc
+   virtual/libelf:0=[${MULTILIB_USEDEP}]
+   )
+   vaapi? (
+   >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2022-08-17 Thread Ionen Wolkens
commit: 14bf14673688c170a5cd01f42d77c141f22655cb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Aug 17 21:47:23 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Aug 17 22:44:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14bf1467

x11-drivers/nvidia-drivers: stabilize 390.154 for amd64, x86

Note I barely test 390.xx runtime anymore, doesn't help that my
old 560ti that I normally don't use keeps falling off the bus.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild
index 6c9f7abeb155..a13b4048b927 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.154.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"
 
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2022-08-17 Thread Ionen Wolkens
commit: e897f7a402becade6aa80b2bb8974529fe3a6e38
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Aug 17 21:48:29 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Aug 17 22:44:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e897f7a4

x11-drivers/nvidia-drivers: stabilize 510.85.02 for amd64

Still keeping 0/510 over 0/515 in stable for now, although will
probably look at replacing it soon'ish.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild
index d2907985d58b..35ec0faaa70c 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-510.85.02.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"
 
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64 ~arm64"
+KEYWORDS="-* amd64 ~arm64"
 IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools 
wayland"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2022-08-17 Thread Ionen Wolkens
commit: e1816b33bf8982abaa046b3056e7370efc8cce3f
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Aug 17 22:32:13 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Aug 17 22:44:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1816b33

x11-drivers/nvidia-drivers: note 0/470 wayland is a bit on abandon

e.g. pure wayland vulkan barely works, and seeing other oddities that
I doubt will ever be resolved and EGLStream support may get dropped
altogether. egl-wayland-1.1.7 is also unlikely to get updates and
this doesn't work with 1.1.10. Best try to discourage for later.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild
index b3682de09f4e..618243ced9fd 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild
@@ -456,6 +456,7 @@ pkg_postinst() {
elog "Of note, may possibly cause issues with SLI and Reverse 
PRIME."
elog
elog "This version of ${PN} only supports EGLStream which is 
only"
-   elog "supported by a few wayland compositors (e.g. kwin / 
mutter, not sway)."
+   elog "supported by a few wayland compositors (e.g. kwin / 
mutter, not sway),"
+   elog "and is barely tested (X11 is recommended for this legacy 
branch)."
fi
 }



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2022-08-17 Thread Ionen Wolkens
commit: 5396f014445715361c6db009d4bc47e0f5e1c53e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Aug 17 21:48:06 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Aug 17 22:44:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5396f014

x11-drivers/nvidia-drivers: stabilize 470.141.03 for amd64

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

 x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild
index 618243ced9fd..de3196b87ae6 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.141.03.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}"
 
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64"
+KEYWORDS="-* amd64"
 IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools 
wayland"
 
 COMMON_DEPEND="



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

2022-08-17 Thread Sam James
commit: 1ea4fac6cdd6e195a27077ff92f4606fa68191ca
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 22:31:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 22:41:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea4fac6

net-libs/libgssglue: add 0.7

Drop sed per Simon's email, as he had a better idea (and has
implemented it upstream) [0]

[0] 
https://gitlab.com/gsasl/libgssglue/-/commit/2fab7ddbbefaca5aca12b441c5b15d2b5557

Bug: https://bugs.gentoo.org/646126
Signed-off-by: Sam James  gentoo.org>

 net-libs/libgssglue/Manifest  |  1 +
 net-libs/libgssglue/libgssglue-0.7.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/net-libs/libgssglue/Manifest b/net-libs/libgssglue/Manifest
index 8ec092bd1f2a..20b674efb0e1 100644
--- a/net-libs/libgssglue/Manifest
+++ b/net-libs/libgssglue/Manifest
@@ -1,2 +1,3 @@
 DIST libgssglue-0.4.tar.gz 346984 BLAKE2B 
5815db41ff3f65b014e713b68667bb49d3aecab943e891de881af2a2d157cceddc5173e7eff9ed2eac714b2e1341429694f1051ad98a3c4b728a61eaceeaddfb
 SHA512 
25d514c08320e42851ff153d7691267a8454f205492faf942f566aa30c1ac1c83bd095732a1a0fcc010ba3a5d48b4c95a196ad05bc821598cc1fc3a2c4960d29
 DIST libgssglue-libgssglue-0.5.tar.bz2 32115 BLAKE2B 
cc66e66e76e0cdbc006b22dd81b96a65d444f9f2f0a62da8208b2be16081e47eccf68788d1b35f606caa5b8f3ab1740a308d54019c7a800501c838343f87f245
 SHA512 
e49088762bb1aee4c1b3d8c8b6f02bc9550abee1cc6bc9814933dc985841dfda56d96d736e56fecf624b4050bfda6ce1059c2dbeb1ab668956c2f941041f20f2
+DIST libgssglue-libgssglue-0.7.tar.bz2 31415 BLAKE2B 
4017ff17b876b00d93d5120ca8fe2a1f472b61c7b73dec0194d0ebaa244176b5d6f85fbfe5ce52cd77bcce9e1718f979b36e8926577640bbad38208fcea78f5a
 SHA512 
04ea9af9f56afeca40b1dd22708dfa2e844d587106f370820a8976a22e8b95c646cdc5c5ef4256e34780cdb34c5617c45187fe3866670662f15ac579ef22dcca

diff --git a/net-libs/libgssglue/libgssglue-0.7.ebuild 
b/net-libs/libgssglue/libgssglue-0.7.ebuild
new file mode 100644
index ..89f5f109a7f7
--- /dev/null
+++ b/net-libs/libgssglue/libgssglue-0.7.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools readme.gentoo-r1
+
+DESCRIPTION="Exports a gssapi interface which calls other random gssapi 
libraries"
+HOMEPAGE="http://www.citi.umich.edu/projects/nfsv4/linux 
https://gitlab.com/gsasl/libgssglue;
+SRC_URI="https://gitlab.com/gsasl/libgssglue/-/archive/${P}/${PN}-${P}.tar.bz2;
+S="${WORKDIR}"/${PN}-${P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="virtual/krb5"
+
+DOC_CONTENTS="
+This package allows choosing a Kerberos or GSSAPI implementation
+at runtime.
+
+See
+https://blog.josefsson.org/2022/07/14/towards-pluggable-gss-api-modules/
+for more details.
+
+A system-wide implementation can be chosen by editing 
${EROOT}/etc/gssapi_mech.conf,
+or it can be set per-process via the GSSAPI_MECH_CONF environment variable.
+"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   readme.gentoo_create_doc
+
+   insinto /etc
+   doins doc/gssapi_mech.conf
+
+   find "${ED}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2022-08-17 Thread Sam James
commit: c5f67429a16a596266f087c5a7865288baee65d0
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 22:42:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 22:42:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f67429

net-misc/lldpd: add github upstream metadata

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

 net-misc/lldpd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-misc/lldpd/metadata.xml b/net-misc/lldpd/metadata.xml
index 1f19b52e0f6e..d77375b75aca 100644
--- a/net-misc/lldpd/metadata.xml
+++ b/net-misc/lldpd/metadata.xml
@@ -31,4 +31,7 @@ lldpd also implements CDP (Cisco Discovery Protocol), FDP 
(Foundry Discovery Pro
Enable SynOptics Network Management
Enable the use of SNMP

+   
+   lldpd/lldpd
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/lldpd/, net-misc/lldpd/files/

2022-08-17 Thread Patrick McLean
commit: 1ca97a4604c4cf7b0264c516823cce1b83b9a018
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Aug 17 22:39:55 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Aug 17 22:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca97a46

net-misc/lldpd: drop versions

Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/lldpd/files/lldpd-1.0.10-glibc-2.33.patch |  12 ---
 net-misc/lldpd/files/lldpd-1.0.13-glibc-2.33.patch |  19 
 .../lldpd/files/lldpd-1.0.13-r2-glibc-2.33.patch   |  50 --
 net-misc/lldpd/lldpd-1.0.10-r1.ebuild  | 105 
 net-misc/lldpd/lldpd-1.0.11-r1.ebuild  | 105 
 net-misc/lldpd/lldpd-1.0.12-r1.ebuild  | 105 
 net-misc/lldpd/lldpd-1.0.13-r1.ebuild  | 105 
 net-misc/lldpd/lldpd-1.0.13-r2.ebuild  | 106 -
 net-misc/lldpd/lldpd-1.0.7-r1.ebuild   | 101 
 net-misc/lldpd/lldpd-1.0.9-r1.ebuild   | 101 
 10 files changed, 809 deletions(-)

diff --git a/net-misc/lldpd/files/lldpd-1.0.10-glibc-2.33.patch 
b/net-misc/lldpd/files/lldpd-1.0.10-glibc-2.33.patch
deleted file mode 100644
index 876a9ce31cd5..
--- a/net-misc/lldpd/files/lldpd-1.0.10-glibc-2.33.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/daemon/priv-seccomp.c b/src/daemon/priv-seccomp.c
-index 6d2736a..533f6fe 100644
 a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -180,6 +180,7 @@ priv_seccomp_init(int remote, int child)
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mmap), 0)) < 0 
||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(munmap), 0)) < 
0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(fstat), 0)) < 
0 ||
-+  (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(newfstatat), 
0)) < 0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(connect), 0)) 
< 0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(futex), 0)) < 
0 ||
- 

diff --git a/net-misc/lldpd/files/lldpd-1.0.13-glibc-2.33.patch 
b/net-misc/lldpd/files/lldpd-1.0.13-glibc-2.33.patch
deleted file mode 100644
index 68f3592ec9b6..
--- a/net-misc/lldpd/files/lldpd-1.0.13-glibc-2.33.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.gentoo.org/827736
-https://github.com/lldpd/lldpd/commit/e57bf5ea66a70ff87bba5c39c0e10c071b4af824
-
-From: Benedikt Neuffer 
-Date: Sat, 27 Nov 2021 17:07:50 +0100
-Subject: [PATCH] linux: add missing SECCOMP rules
-
-Signed-off-by: Benedikt Neuffer 
 a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -176,6 +176,8 @@ priv_seccomp_init(int remote, int child)
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(sendmmsg), 0)) 
< 0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, 
SCMP_SYS(clock_gettime), 0)) < 0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(gettimeofday), 
0)) < 0 ||
-+  (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(newfstatat), 
0)) < 0 ||
-+  (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(pread64), 0)) 
< 0 ||
-   /* The following are for resolving addresses */
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mmap), 0)) < 0 
||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(munmap), 0)) < 
0 ||

diff --git a/net-misc/lldpd/files/lldpd-1.0.13-r2-glibc-2.33.patch 
b/net-misc/lldpd/files/lldpd-1.0.13-r2-glibc-2.33.patch
deleted file mode 100644
index 62f8cdc2e62b..
--- a/net-misc/lldpd/files/lldpd-1.0.13-r2-glibc-2.33.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-https://github.com/lldpd/lldpd/commit/0ea4b1a5e0e9c35d960145d25166e92a9990227f
-https://github.com/lldpd/lldpd/commit/1def824404cfcab9f64b687da1cb7a4b4b51bbe0
-
-From: Antonio Quartulli 
-Date: Sun, 9 Jan 2022 15:24:55 +0100
-Subject: [PATCH] linux: add access syscall to seccomp rules
-
-Signed-off-by: Antonio Quartulli 
 a/src/daemon/priv-seccomp.c
-+++ b/src/daemon/priv-seccomp.c
-@@ -178,6 +178,7 @@ priv_seccomp_init(int remote, int child)
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(gettimeofday), 
0)) < 0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(newfstatat), 
0)) < 0 ||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(pread64), 0)) 
< 0 ||
-+  (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(access), 0)) < 
0 ||
-   /* The following are for resolving addresses */
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(mmap), 0)) < 0 
||
-   (rc = seccomp_rule_add(ctx, SCMP_ACT_ALLOW, SCMP_SYS(munmap), 0)) < 
0 ||
-
-From: David Sastre Medina 
-Date: Tue, 11 Jan 2022 14:55:05 +0100
-Subject: [PATCH] daemon: add additional syscalls to SECCOMP filter when
- running in the foreground
-
-Running 

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

2022-08-17 Thread Patrick McLean
commit: a9c57430f906d62e02947c644fec474505373c98
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Aug 17 22:39:24 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Aug 17 22:41:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c57430

net-misc/lldpd: add 1.0.15

Signed-off-by: Patrick McLean  gentoo.org>

 net-misc/lldpd/Manifest|   7 +--
 net-misc/lldpd/lldpd-1.0.15.ebuild | 100 +
 2 files changed, 101 insertions(+), 6 deletions(-)

diff --git a/net-misc/lldpd/Manifest b/net-misc/lldpd/Manifest
index 1f700bd48087..b328c4f3edc4 100644
--- a/net-misc/lldpd/Manifest
+++ b/net-misc/lldpd/Manifest
@@ -1,7 +1,2 @@
-DIST lldpd-1.0.10.tar.gz 1961631 BLAKE2B 
06d3b7d659dae0df4b10f3568a6ffa96c8e848863eb5ecb11b046806b4c23afdae084ffcab8b07b93e6a111dea2c24bd2cfc81a7f1c2559a39b3b2ed8f80814f
 SHA512 
6835bfe36cbaffb0e7f0dbc958d234b7a16787bd51d0c5423c7b775d71dc89635ab28c005e2df550c40f4ee76ab461c0c7cb2a09b011878cadaca18153485d8f
-DIST lldpd-1.0.11.tar.gz 1962748 BLAKE2B 
13b6efe44a7dd0f9ec681ec5ef96358ca01c500f0238460ce633b59a1506d9caf405baf3ac910be9baa5840f3751b9d9e0bda127c96083f012eb4af75ba7b9e9
 SHA512 
2433c81d892b8f8f43c4a897eedfde6fff41db8514fc212bd60b71d080b963b12346017f554657d5abe6d0f02256cf49c9f8b82c8e402763ad0a5c53d459ac32
-DIST lldpd-1.0.12.tar.gz 1965028 BLAKE2B 
7725d650573d463e267670135fad20717b2fe2ee5f1c5b9f68a68890f6e74e7cac52bcb0aefad68b8bcade9eacd18f6aa783eec4a71e895adc173ddd2a554322
 SHA512 
893add53c814d904894dd768ea2e412f288bd7767090fb9b5f686ce3fed65a436ed1365039e5d7f8ef8f5ae9206800b087c71515caa16d1d375389dd7558050f
-DIST lldpd-1.0.13.tar.gz 1973988 BLAKE2B 
ad22d6f19e566886fda1b879e2ac39c59a0cf061e17df404f0cc68504453517a438d1bb0ac2350b7ba3cafb53ae0996deace93918a6af1043aebff5bf3720fad
 SHA512 
b78440622882a822c9114c3617323ac3c8ce759040bb5b8a9f7357ca20e2993ab0130ee9ad85f65d5f38996665d599d70bbb9dd202e2557035e98545a4304aef
 DIST lldpd-1.0.14.tar.gz 1979314 BLAKE2B 
9e4dc2126eb07b09e42da07c1ddff9fd02a306404c45632cc80eb791e05cf07c0919a57fca2b91c6302ec01447213ed7f1b5a5bb14482b1f9c3a1fc501a0fdcb
 SHA512 
268d85144fd06c70c9394acdbd92478b0ee3426beed76e48363f71e329681c57ab6bb1d7b313011e1243eeaaeb2b1f35085641bd86d6894c7d998d030d84b548
-DIST lldpd-1.0.7.tar.gz 1815150 BLAKE2B 
53bd73ce4cadf9c49f93a7ec5459adba0076d40156ba25c9ea6985b10a2cfec74a741318e74fa59bf560ce129eed2faf2964c093019b27e922c3dd10ed7daa13
 SHA512 
32fc153d0376db797163e4654c75cc8d10c35b85d7bb611996920bf67dfd2f30e154328a6e81837d9f77e8b4b7dd9ba76c81c5dd5847faa083654b8405d0bd69
-DIST lldpd-1.0.9.tar.gz 1961522 BLAKE2B 
83a853bb3bde7abd15b4aa167d213d97677db817aba773b152f032b0d0bf299d5cc891c56871182b2f11fc3bfb2d6c88153f32973fdec5844df5c6fc6bc97b8b
 SHA512 
5f5d5abed7fc73efc59932a1f2ee07eedbdca6f82d002221886b4ddf704955aef432acb92084adc72a965fef3e660f3c95b2a1b8892cf05d9616921501e6aae0
+DIST lldpd-1.0.15.tar.gz 1980892 BLAKE2B 
40702bbe633e7214c73c61e3e811ebe2655480ba3ef0655371c2042798b61fb6066c0051c33fb81e80c17149a1ad94007b2d0562533d24a0d7505dc2fd5caa44
 SHA512 
c245421cd153be39756e15c379daa70529119a50e0db7fff82a1d7f892f527c6582783aedadf096a4e2ea6352befb7215cecae675bd605d5fcf55820a39a6791

diff --git a/net-misc/lldpd/lldpd-1.0.15.ebuild 
b/net-misc/lldpd/lldpd-1.0.15.ebuild
new file mode 100644
index ..4760cdf0d716
--- /dev/null
+++ b/net-misc/lldpd/lldpd-1.0.15.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd bash-completion-r1 autotools tmpfiles
+
+DESCRIPTION="Implementation of IEEE 802.1ab (LLDP)"
+HOMEPAGE="https://lldpd.github.io/;
+SRC_URI="http://media.luffy.cx/files/${PN}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/4.9.1"
+KEYWORDS="~amd64 ~x86"
+IUSE="cdp doc +dot1 +dot3 edp fdp graph +lldpmed old-kernel sanitizers
+   seccomp sonmp snmp static-libs test readline xml"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   acct-group/lldpd
+   acct-user/lldpd
+   dev-libs/libbsd
+   >=dev-libs/libevent-2.1.11:=
+   sys-libs/readline:0=
+   seccomp? ( sys-libs/libseccomp:= )
+   snmp? ( net-analyzer/net-snmp:=[extensible(+)] )
+   xml? ( dev-libs/libxml2:= )
+"
+DEPEND="${RDEPEND}
+   test? ( dev-libs/check )
+"
+BDEPEND="virtual/pkgconfig
+   doc? (
+   graph? ( app-doc/doxygen[dot] )
+   !graph? ( app-doc/doxygen )
+   )
+"
+
+REQUIRED_USE="graph? ( doc )"
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --without-embedded-libevent \
+   --with-privsep-user=${PN} \
+   --with-privsep-group=${PN} \
+   --with-privsep-chroot=/run/${PN} \
+   --with-lldpd-ctl-socket=/run/${PN}.socket \
+   --with-lldpd-pid-file=/run/${PN}.pid \
+   $(use_enable cdp) \
+   $(use_enable doc doxygen-man) \
+   $(use_enable doc 

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

2022-08-17 Thread William Hubbs
commit: 928dd76f100bb9b3c50ed609d8f1a291f4d4f65f
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 17 22:13:01 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 17 22:13:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928dd76f

dev-lang/go: sync live

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/go-.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-lang/go/go-.ebuild b/dev-lang/go/go-.ebuild
index c340b5873264..884f323da511 100644
--- a/dev-lang/go/go-.ebuild
+++ b/dev-lang/go/go-.ebuild
@@ -55,11 +55,10 @@ QA_PREBUILT='.*'
 RESTRICT+=" strip"
 
 DOCS=(
-AUTHORS
-CONTRIBUTING.md
-CONTRIBUTORS
-PATENTS
-README.md
+   CONTRIBUTING.md
+   PATENTS
+   README.md
+   SECURITY.md
 )
 
 go_arch() {



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2022-08-17 Thread Ionen Wolkens
commit: 86ee2059ef3322c2f01aaeac896b1d8a2ccb51ac
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Aug 17 18:32:03 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Aug 17 21:19:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ee2059

dev-qt/qtwebengine: backport :6 favicon display fix

Not worth a revbump rebuild, but is still annoying and
wanted to toss it here at least for future builds.

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

 .../files/qtwebengine-6.3.1-favicon.patch  | 28 ++
 dev-qt/qtwebengine/qtwebengine-6.3.1.ebuild|  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-qt/qtwebengine/files/qtwebengine-6.3.1-favicon.patch 
b/dev-qt/qtwebengine/files/qtwebengine-6.3.1-favicon.patch
new file mode 100644
index ..8c9544b16935
--- /dev/null
+++ b/dev-qt/qtwebengine/files/qtwebengine-6.3.1-favicon.patch
@@ -0,0 +1,28 @@
+Backport dev branch fix for favicons sometime not showing in
+some consumers like qutebrowser. Not currently included in
+upcoming 6.3.2 so may be needed beyond 6.3.1.
+
+https://bugreports.qt.io/browse/QTBUG-103735
+https://github.com/qt/qtwebengine/commit/c5de1b2123
+--- a/src/core/favicon_driver_qt.cpp
 b/src/core/favicon_driver_qt.cpp
+@@ -300,15 +300,15 @@ void 
FaviconDriverQt::DidStartNavigation(content::NavigationHandle *navigation_h
+ return;
+ 
+ m_faviconUrls.reset();
+-m_completedHandlersCount = 0;
+-m_latestFavicon = FaviconStatusQt();
+ 
+ if (!navigation_handle->IsSameDocument()) {
++m_completedHandlersCount = 0;
++m_latestFavicon = FaviconStatusQt();
+ m_documentOnLoadCompleted = false;
+ m_manifestUrl = GURL();
+-}
+ 
+-m_viewClient->iconChanged(QUrl());
++m_viewClient->iconChanged(QUrl());
++}
+ 
+ content::ReloadType reload_type = navigation_handle->GetReloadType();
+ if (reload_type == content::ReloadType::NONE || IsOffTheRecord())

diff --git a/dev-qt/qtwebengine/qtwebengine-6.3.1.ebuild 
b/dev-qt/qtwebengine/qtwebengine-6.3.1.ebuild
index 468f7bbc29d7..91f14a1f75cf 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.3.1.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.3.1.ebuild
@@ -88,6 +88,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}"/${P}-widevine.patch
+   "${FILESDIR}"/${P}-favicon.patch
 )
 
 python_check_deps() {



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

2022-08-17 Thread Sam James
commit: 5c63cdde5d28ef06bc1ea42612153c14e452a902
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c63cdde

net-libs/grpc: Keyword 1.43.0 arm, #834851

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

 net-libs/grpc/grpc-1.43.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/grpc/grpc-1.43.0.ebuild b/net-libs/grpc/grpc-1.43.0.ebuild
index 157b09370a9d..b1bb44b0502a 100644
--- a/net-libs/grpc/grpc-1.43.0.ebuild
+++ b/net-libs/grpc/grpc-1.43.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 # format is 0/${CORE_SOVERSION//./}.${CPP_SOVERSION//./} , check top level 
CMakeLists.txt
 SLOT="0/21.143"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="doc examples test"
 
 # look for submodule versions in third_party dir



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

2022-08-17 Thread Sam James
commit: 1ccaed82d5955d2cd23b976da08c1310ef052b74
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccaed82

dev-python/html2text: Stabilize 2020.1.16-r2 x86, #865601

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

 dev-python/html2text/html2text-2020.1.16-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/html2text/html2text-2020.1.16-r2.ebuild 
b/dev-python/html2text/html2text-2020.1.16-r2.ebuild
index 9356b7ef1320..477c53bb1dc5 100644
--- a/dev-python/html2text/html2text-2020.1.16-r2.ebuild
+++ b/dev-python/html2text/html2text-2020.1.16-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc x86"
 
 DOCS=( AUTHORS.rst ChangeLog.rst README.md )
 



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

2022-08-17 Thread Sam James
commit: 598dc36ae32d505d4f329f03272647b0395d4a5d
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598dc36a

dev-perl/Mail-Sender: Keyword 0.903.0-r1 arm64, #857732

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

 dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild 
b/dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild
index 579bff2488bf..c0f3d1b0d6b1 100644
--- a/dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild
+++ b/dev-perl/Mail-Sender/Mail-Sender-0.903.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module for sending mails with attachments through an SMTP server"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="minimal"
 
 RDEPEND="



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

2022-08-17 Thread Sam James
commit: efeef4536a735bbb1f69afcc9543ca13ef4226ce
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efeef453

dev-python/dulwich: Stabilize 0.20.45 x86, #865609

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

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

diff --git a/dev-python/dulwich/dulwich-0.20.45.ebuild 
b/dev-python/dulwich/dulwich-0.20.45.ebuild
index 855cd030c07c..9a4626b476d7 100644
--- a/dev-python/dulwich/dulwich-0.20.45.ebuild
+++ b/dev-python/dulwich/dulwich-0.20.45.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+ Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/

2022-08-17 Thread Sam James
commit: 154fc522910163f68b1c9e77b36289e752546419
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154fc522

net-analyzer/net-snmp: Keyword 5.9.3 arm64, #857732

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

 net-analyzer/net-snmp/net-snmp-5.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.9.3.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.9.3.ebuild
index bd44b9003020..2399da7ada3a 100644
--- a/net-analyzer/net-snmp/net-snmp-5.9.3.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.9.3.ebuild
@@ -20,7 +20,7 @@ else
# https://github.com/net-snmp/net-snmp/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 SRC_URI+=" 
https://dev.gentoo.org/~jsmolic/distfiles/${PN}-5.7.3-patches-3.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: net-voip/murmur/

2022-08-17 Thread Sam James
commit: 2383a6f58014f98e949f4604bc526c809e245fd8
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2383a6f5

net-voip/murmur: Keyword 1.4.230-r3 arm, #834851

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

 net-voip/murmur/murmur-1.4.230-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-voip/murmur/murmur-1.4.230-r3.ebuild 
b/net-voip/murmur/murmur-1.4.230-r3.ebuild
index cb402564c70b..590fc34342b0 100644
--- a/net-voip/murmur/murmur-1.4.230-r3.ebuild
+++ b/net-voip/murmur/murmur-1.4.230-r3.ebuild
@@ -24,7 +24,7 @@ else
https://dl.mumble.info/${MY_P}.tar.gz;
S="${WORKDIR}/${MY_PN}-${PV/_*}.src"
fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 SRC_URI+=" https://dev.gentoo.org/~polynomial-c/mumble-1.4-openssl3.patch.xz;



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

2022-08-17 Thread Sam James
commit: 6ec9a79ae7ad798b70da702145d159522f8adcdb
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec9a79a

dev-python/commentjson: Stabilize 0.9.0-r2 x86, #865615

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

 dev-python/commentjson/commentjson-0.9.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild 
b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
index 67b95b3075fb..022ad09cf609 100644
--- a/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
+++ b/dev-python/commentjson/commentjson-0.9.0-r2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/lark[${PYTHON_USEDEP}]



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

2022-08-17 Thread Sam James
commit: 96cd40c79a4dde8efbbbdaeea3408d563fb50bbd
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:11:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96cd40c7

dev-python/python-swiftclient: Stabilize 4.0.1 ALLARCHES, #865541

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

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

diff --git a/dev-python/python-swiftclient/python-swiftclient-4.0.1.ebuild 
b/dev-python/python-swiftclient/python-swiftclient-4.0.1.ebuild
index 2336700dc435..4ec90b98b6ca 100644
--- a/dev-python/python-swiftclient/python-swiftclient-4.0.1.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-4.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-python/requests-2.4.0[${PYTHON_USEDEP}]



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

2022-08-17 Thread Sam James
commit: c14208069a89d9d7b6b2d8d8e24d4b84ceb56bb5
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1420806

dev-python/pybind11: Stabilize 2.10.0 x86, #865563

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

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

diff --git a/dev-python/pybind11/pybind11-2.10.0.ebuild 
b/dev-python/pybind11/pybind11-2.10.0.ebuild
index 57fac1c23606..7397d60475f2 100644
--- a/dev-python/pybind11/pybind11-2.10.0.ebuild
+++ b/dev-python/pybind11/pybind11-2.10.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
dev-cpp/eigen:3



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

2022-08-17 Thread Sam James
commit: 7fa48f72430fdae3481513f1c79ab0765c313f02
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa48f72

dev-python/python-cinderclient: Stabilize 9.0.0 ALLARCHES, #865553

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

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

diff --git a/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild 
b/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild
index 69b8678ff2eb..b39dc49a4fcf 100644
--- a/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild
+++ b/dev-python/python-cinderclient/python-cinderclient-9.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/keystoneauth-4.3.1[${PYTHON_USEDEP}]



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

2022-08-17 Thread Sam James
commit: 422d50028a40fe14a0ab2397fcd524c32f70fc91
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422d5002

dev-python/kiwisolver: Stabilize 1.4.4 x86, #865581

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

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

diff --git a/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild 
b/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild
index 7532afe2d7da..566c2ff32009 100644
--- a/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild
+++ b/dev-python/kiwisolver/kiwisolver-1.4.4.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Clear-BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 
sparc x86"
 
 COMMON_DEPEND="
>=dev-python/cppy-1.2.0[${PYTHON_USEDEP}]



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

2022-08-17 Thread Sam James
commit: 615fd6e6fb41db0d3380628404ea5c3a6db861b9
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615fd6e6

dev-python/python-evdev: Stabilize 1.6.0 x86, #865551

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

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

diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild 
b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index 2399c0a71faf..fcc6d029fe65 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 
 distutils_enable_tests pytest
 



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

2022-08-17 Thread Sam James
commit: 4d686671f2f304d96dd323e0cc7cb932eb5233e0
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d686671

dev-python/pypng: Stabilize 0.20220715.0 x86, #865557

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

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

diff --git a/dev-python/pypng/pypng-0.20220715.0.ebuild 
b/dev-python/pypng/pypng-0.20220715.0.ebuild
index ff43b04e9f0c..5c15c01e1532 100644
--- a/dev-python/pypng/pypng-0.20220715.0.ebuild
+++ b/dev-python/pypng/pypng-0.20220715.0.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv x86"
 
 python_test() {
# let's talk about code quality



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

2022-08-17 Thread Sam James
commit: 7338b472da0e5929ed273c54ded3e10df93a4afc
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:10:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7338b472

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

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

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-105.0.1329.1.ebuild | 116 -
 2 files changed, 117 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 3e544ac2400b..53940219ca7a 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-dev_105.0.1329.1-1_amd64.deb 131224604 BLAKE2B 
5d33a50dc43cceb6b754691445606db8a17f197f9ede37e3097fda382f35eb83c4feb261c24a4b89d058f194babf7c9c267a4d867f2fc1ea0f2e81ada24b20de
 SHA512 
6a4fa77ca9e5ddadbc29f26d07a8ff48265e2a3b66acbb0bf17e643fa22b9ff52daca7dafc3468f275336d505ac83e16fec69f6b04ad45b68e837c1267442385
 DIST microsoft-edge-dev_105.0.1336.2-1_amd64.deb 131567160 BLAKE2B 
e176c7a04dbda390bd08eb8be63e1328d4d2a95682acf9ce815e69997ec016a108c9d2898a6eb45aca817cdd92cddc5b53fa2f32afd40ced4a8c05c0c25f7312
 SHA512 
430901a96d42f9742ded46ada8e5141b0fb52c3f03e51042ece7669c230a23f334c97d7bea2a3ec5edba7098e8970c89495a685d8eb81438a69c2159a662af7a
 DIST microsoft-edge-dev_105.0.1343.4-1_amd64.deb 133428584 BLAKE2B 
86c81cf8507cc3f2fbfe796e52273b499dc824a22d4b241f1949e05d7cf5e56eb16fe1b55313ef640dce37353b356aee8233d33033c4d3403b2481fde4a5a566
 SHA512 
8a2d76db15fc7f748b4276df3b08460ac9b740db5a0b7a58c8a30fe2dd595ae507bc660d45e253b676c236baab41a0a0a3aead3e9f4594d2d02ddcd7a01cbe28
 DIST microsoft-edge-dev_106.0.1349.1-1_amd64.deb 134276724 BLAKE2B 
ea3f140a784c13c8ecc854f91099c955594886a70dd579ee9cb8e0452b946e9ceedcdc545985eb7e3b3f4732f61f0e0b639591ceea59acadd55689ce1c122bf6
 SHA512 
94c9ac11be4c1e9e983acc34ce178c03a8755466cacd3af42d60f0ca2aabc42eca9a0896a5145ef1579ba97d40d658796119e71d6fcef6af2fb948936bef5550

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-105.0.1329.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-105.0.1329.1.ebuild
deleted file mode 100644
index a8cc7e730ebf..
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-105.0.1329.1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 2011-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-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"
-IUSE="+mip"
-
-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
-   sys-libs/glibc
-   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
-   mip? ( app-crypt/libsecret )
-"
-
-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
-   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
-   rm usr/share/man/man1/${PN}.1.gz || die
-   dosym ${MY_PN}.1 usr/share/man/man1/${PN}.1
-   fi
-
- 

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

2022-08-17 Thread Sam James
commit: ed2be7e8c06b2cd70426401435a9347f5043444b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2be7e8

dev-python/netifaces: Stabilize 0.11.0-r1 x86, #865577

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

 dev-python/netifaces/netifaces-0.11.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild 
b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild
index b02765676c58..43ae78b6dea1 100644
--- a/dev-python/netifaces/netifaces-0.11.0-r1.ebuild
+++ b/dev-python/netifaces/netifaces-0.11.0-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 
 PATCHES=( "${FILESDIR}"/${PN}-0.10.4-remove-osx-fix.patch )
 



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

2022-08-17 Thread Sam James
commit: e1421b0dc6c33eef32cb5e979a99f7734ac85a7a
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:12:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:12:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1421b0d

dev-python/irc: Stabilize 20.1.0 ALLARCHES, #865595

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

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

diff --git a/dev-python/irc/irc-20.1.0.ebuild b/dev-python/irc/irc-20.1.0.ebuild
index 1e762924d3c7..e8d85bf4facf 100644
--- a/dev-python/irc/irc-20.1.0.ebuild
+++ b/dev-python/irc/irc-20.1.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="examples"
 
 RDEPEND="



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

2022-08-17 Thread Sam James
commit: 1173170d08ed0d26a3f54e6052b77162c867472e
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:11:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1173170d

dev-python/pyzmq: Stabilize 23.2.0-r1 x86, #865539

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

 dev-python/pyzmq/pyzmq-23.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyzmq/pyzmq-23.2.0-r1.ebuild 
b/dev-python/pyzmq/pyzmq-23.2.0-r1.ebuild
index 6a2f7b9c0e1d..5e5609836a56 100644
--- a/dev-python/pyzmq/pyzmq-23.2.0-r1.ebuild
+++ b/dev-python/pyzmq/pyzmq-23.2.0-r1.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="+draft"
 
 DEPEND="



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

2022-08-17 Thread Sam James
commit: d91803af4487d8ff75bed896ca93f36191a7eecc
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:11:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91803af

www-client/opera-developer: remove old

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

 www-client/opera-developer/Manifest|   1 -
 .../opera-developer-91.0.4491.0.ebuild | 158 -
 2 files changed, 159 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 32a6cd66e0b7..afb9aa970cbf 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,3 @@
-DIST opera-developer_91.0.4491.0_amd64.deb 87721736 BLAKE2B 
602d9525b1e69bb6ece6a1f9336964bdd62d0785bca4f2180628e53dd3356056d1066ddfb7b308b1bdae05512d99319da5f9b68c4735c0aff5e285e1c7d9d7ec
 SHA512 
6853ae5d703ff9e0af5d9b0d15d45da1288b584d63aed94b761fd4926de169bcece2dda73dd0311823b2ae0892e2c852c24efa2fe1734d5faca5c31ad9a4
 DIST opera-developer_91.0.4498.0_amd64.deb 87205640 BLAKE2B 
97d3516f597468930d8d523a0a90fa008d518fe6285cf786fe339c16e267d3a4cac1045fa1e50044ff099c37f14b2475e6fdc8ad2f8c7a4ea158092df61aefcf
 SHA512 
d0841e500e05d5575719be4e4f5027f1bd9709734ca49f25cffaf6ba3cbe5508f333ca2594a621d5f338f389e1442c62aef3433f3e7fb5398c1801ebd1ba6c65
 DIST opera-developer_91.0.4505.0_amd64.deb 87300708 BLAKE2B 
00ca118ef1e8ab405d0f03b8769055c2df14bba533fce2bced1c595ac57f905501e59a991175ece01ff136c668efc83b65d26c3b94293ce24bec3516573ca743
 SHA512 
2275bd6539588e30b50228e0184c8b948fc36bbb69b91fb5f61b47e1b9171720509668af3f7e28bfc5ba40fa54bf0744d6925ffd3a6c50f6b29fd8abdd19a8a2
 DIST opera-developer_91.0.4514.0_amd64.deb 88121028 BLAKE2B 
3ef940b46e0ff79aaa564de7c4d202c6162c3dc401ba6b31fe4c2cf9a73f310420edf012ddc2cce85183ae66cf6e5024982dc4d37e6a131d8d041e52d4e0ba84
 SHA512 
7b9b37cccbfc57d38b1dfaff8289593bb2f92df035efabad18b099669c7f299ca175a6d1f3bae8fcffed74c7817417aa0d9a22e2aea8a342372c7e9ceef5da17

diff --git a/www-client/opera-developer/opera-developer-91.0.4491.0.ebuild 
b/www-client/opera-developer/opera-developer-91.0.4491.0.ebuild
deleted file mode 100644
index bf2f16f337f7..
--- a/www-client/opera-developer/opera-developer-91.0.4491.0.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-CHROMIUM_LANGS="
-   bg bn ca cs da de el en-GB en-US es-419 es fil fi 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
-"
-
-# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
-: ${OPERA_FORCE_RPM=no}
-
-inherit chromium-2 pax-utils xdg
-
-if [[ ${OPERA_FORCE_RPM} == yes ]]; then
-   inherit rpm
-   OPERA_ARCHIVE_EXT="rpm"
-else
-   inherit unpacker
-   OPERA_ARCHIVE_EXT="deb"
-fi
-
-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="104.0.5083.0"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
-   proprietary-codecs? (
-   
mirror+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
-   sys-libs/glibc
-   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 /
-  

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

2022-08-17 Thread Sam James
commit: 037fc5d97961f521fd27024b4022ebfd16fa6272
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:11:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037fc5d9

www-client/opera-developer: automated bump (91.0.4514.0)

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

 www-client/opera-developer/Manifest|   1 +
 .../opera-developer-91.0.4514.0.ebuild | 158 +
 2 files changed, 159 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index bd8690284374..32a6cd66e0b7 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,4 +1,5 @@
 DIST opera-developer_91.0.4491.0_amd64.deb 87721736 BLAKE2B 
602d9525b1e69bb6ece6a1f9336964bdd62d0785bca4f2180628e53dd3356056d1066ddfb7b308b1bdae05512d99319da5f9b68c4735c0aff5e285e1c7d9d7ec
 SHA512 
6853ae5d703ff9e0af5d9b0d15d45da1288b584d63aed94b761fd4926de169bcece2dda73dd0311823b2ae0892e2c852c24efa2fe1734d5faca5c31ad9a4
 DIST opera-developer_91.0.4498.0_amd64.deb 87205640 BLAKE2B 
97d3516f597468930d8d523a0a90fa008d518fe6285cf786fe339c16e267d3a4cac1045fa1e50044ff099c37f14b2475e6fdc8ad2f8c7a4ea158092df61aefcf
 SHA512 
d0841e500e05d5575719be4e4f5027f1bd9709734ca49f25cffaf6ba3cbe5508f333ca2594a621d5f338f389e1442c62aef3433f3e7fb5398c1801ebd1ba6c65
 DIST opera-developer_91.0.4505.0_amd64.deb 87300708 BLAKE2B 
00ca118ef1e8ab405d0f03b8769055c2df14bba533fce2bced1c595ac57f905501e59a991175ece01ff136c668efc83b65d26c3b94293ce24bec3516573ca743
 SHA512 
2275bd6539588e30b50228e0184c8b948fc36bbb69b91fb5f61b47e1b9171720509668af3f7e28bfc5ba40fa54bf0744d6925ffd3a6c50f6b29fd8abdd19a8a2
+DIST opera-developer_91.0.4514.0_amd64.deb 88121028 BLAKE2B 
3ef940b46e0ff79aaa564de7c4d202c6162c3dc401ba6b31fe4c2cf9a73f310420edf012ddc2cce85183ae66cf6e5024982dc4d37e6a131d8d041e52d4e0ba84
 SHA512 
7b9b37cccbfc57d38b1dfaff8289593bb2f92df035efabad18b099669c7f299ca175a6d1f3bae8fcffed74c7817417aa0d9a22e2aea8a342372c7e9ceef5da17
 DIST opera-ffmpeg-codecs-104.0.5083.0.tar.xz 1431840 BLAKE2B 
172ba55d6f390eaea644803ddae8c3cee4ee2d585de873db438d43b9e7f6d07f5b0e9b659f06c126f65148148d889948cc3287ee21da00eec08f2e665be47dbc
 SHA512 
9ca7fe8a244b634d65a28602f9e1173694faaab6de95cd0a44aeedc29dffb75b14adf842c69d5ba5631fb40e51f021fce190dc8307148d8e9218230b7cde29b8

diff --git a/www-client/opera-developer/opera-developer-91.0.4514.0.ebuild 
b/www-client/opera-developer/opera-developer-91.0.4514.0.ebuild
new file mode 100644
index ..bf2f16f337f7
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-91.0.4514.0.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CHROMIUM_LANGS="
+   bg bn ca cs da de el en-GB en-US es-419 es fil fi 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
+"
+
+# These are intended for ebuild maintainer use to force RPM if DEB is not 
available.
+: ${OPERA_FORCE_RPM=no}
+
+inherit chromium-2 pax-utils xdg
+
+if [[ ${OPERA_FORCE_RPM} == yes ]]; then
+   inherit rpm
+   OPERA_ARCHIVE_EXT="rpm"
+else
+   inherit unpacker
+   OPERA_ARCHIVE_EXT="deb"
+fi
+
+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="104.0.5083.0"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.${OPERA_ARCHIVE_EXT}}
+   proprietary-codecs? (
+   
mirror+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
+   sys-libs/glibc
+   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
+"
+

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

2022-08-17 Thread Sam James
commit: 9c0d1e9accfd507081acc454cf0f864103f1370f
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:10:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0d1e9a

www-client/microsoft-edge-dev: automated bump (106.0.1349.1)

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-106.0.1349.1.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index 76c0ec0c589d..3e544ac2400b 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_105.0.1329.1-1_amd64.deb 131224604 BLAKE2B 
5d33a50dc43cceb6b754691445606db8a17f197f9ede37e3097fda382f35eb83c4feb261c24a4b89d058f194babf7c9c267a4d867f2fc1ea0f2e81ada24b20de
 SHA512 
6a4fa77ca9e5ddadbc29f26d07a8ff48265e2a3b66acbb0bf17e643fa22b9ff52daca7dafc3468f275336d505ac83e16fec69f6b04ad45b68e837c1267442385
 DIST microsoft-edge-dev_105.0.1336.2-1_amd64.deb 131567160 BLAKE2B 
e176c7a04dbda390bd08eb8be63e1328d4d2a95682acf9ce815e69997ec016a108c9d2898a6eb45aca817cdd92cddc5b53fa2f32afd40ced4a8c05c0c25f7312
 SHA512 
430901a96d42f9742ded46ada8e5141b0fb52c3f03e51042ece7669c230a23f334c97d7bea2a3ec5edba7098e8970c89495a685d8eb81438a69c2159a662af7a
 DIST microsoft-edge-dev_105.0.1343.4-1_amd64.deb 133428584 BLAKE2B 
86c81cf8507cc3f2fbfe796e52273b499dc824a22d4b241f1949e05d7cf5e56eb16fe1b55313ef640dce37353b356aee8233d33033c4d3403b2481fde4a5a566
 SHA512 
8a2d76db15fc7f748b4276df3b08460ac9b740db5a0b7a58c8a30fe2dd595ae507bc660d45e253b676c236baab41a0a0a3aead3e9f4594d2d02ddcd7a01cbe28
+DIST microsoft-edge-dev_106.0.1349.1-1_amd64.deb 134276724 BLAKE2B 
ea3f140a784c13c8ecc854f91099c955594886a70dd579ee9cb8e0452b946e9ceedcdc545985eb7e3b3f4732f61f0e0b639591ceea59acadd55689ce1c122bf6
 SHA512 
94c9ac11be4c1e9e983acc34ce178c03a8755466cacd3af42d60f0ca2aabc42eca9a0896a5145ef1579ba97d40d658796119e71d6fcef6af2fb948936bef5550

diff --git 
a/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1349.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1349.1.ebuild
new file mode 100644
index ..a8cc7e730ebf
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-106.0.1349.1.ebuild
@@ -0,0 +1,116 @@
+# Copyright 2011-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+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"
+IUSE="+mip"
+
+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
+   sys-libs/glibc
+   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
+   mip? ( app-crypt/libsecret )
+"
+
+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
+   if [[ -L usr/share/man/man1/${PN}.1.gz ]]; then
+   rm usr/share/man/man1/${PN}.1.gz || die
+   dosym ${MY_PN}.1 

[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2022-08-17 Thread Sam James
commit: fa79a23a78301735fb095dc0aa74228417cc279b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:10:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa79a23a

www-client/google-chrome-beta: automated update (105.0.5195.37)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...eta-105.0.5195.28.ebuild => google-chrome-beta-105.0.5195.37.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 5090d171b8de..1743b0607975 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_105.0.5195.28-1_amd64.deb 91319028 BLAKE2B 
cc5f13b0be30bfbcc767fea0d41fa0a4697a9a26cd18eb9579efea22bf14308e42b1d76d338dca0ab262efcb8e98788b8532434e58aa738b153afcbe1e20146e
 SHA512 
42b2701bd640e3a86f1897e9c20c01f41033aed3ea0530df43dc3b3662d27acd6fccba57c291cf84cf2f12e08ade526aff744edd4ce666d8a7ce04a5a0f138b8
+DIST google-chrome-beta_105.0.5195.37-1_amd64.deb 91188968 BLAKE2B 
bd61f1ea661c88c347ca4e86a1f33359b498162701a60e2bfcc5930e9df77a71a206e1c956292c5ca34b0c6c64626efa06f2194a3e154435ca1e0ad639ec28e2
 SHA512 
33a66accf568605bf292c8e3f5f634660163d13c6ac6235c22ecd93aa665fcfaee3706b1eb2da1b692dbd8900bd77719c638fb1907dc175967de94d74d391352

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-105.0.5195.28.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-105.0.5195.37.ebuild
similarity index 100%
rename from 
www-client/google-chrome-beta/google-chrome-beta-105.0.5195.28.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-105.0.5195.37.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2022-08-17 Thread Sam James
commit: 7931e4e99ef7511d7c800e6802123a37b4a529f0
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 21:10:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 21:11:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7931e4e9

www-plugins/chrome-binary-plugins: automated update (105.0.5195.37_beta)

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...5.28_beta.ebuild => chrome-binary-plugins-105.0.5195.37_beta.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 3029713d11be..ada8574e9e16 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_105.0.5195.28-1_amd64.deb 91319028 BLAKE2B 
cc5f13b0be30bfbcc767fea0d41fa0a4697a9a26cd18eb9579efea22bf14308e42b1d76d338dca0ab262efcb8e98788b8532434e58aa738b153afcbe1e20146e
 SHA512 
42b2701bd640e3a86f1897e9c20c01f41033aed3ea0530df43dc3b3662d27acd6fccba57c291cf84cf2f12e08ade526aff744edd4ce666d8a7ce04a5a0f138b8
+DIST google-chrome-beta_105.0.5195.37-1_amd64.deb 91188968 BLAKE2B 
bd61f1ea661c88c347ca4e86a1f33359b498162701a60e2bfcc5930e9df77a71a206e1c956292c5ca34b0c6c64626efa06f2194a3e154435ca1e0ad639ec28e2
 SHA512 
33a66accf568605bf292c8e3f5f634660163d13c6ac6235c22ecd93aa665fcfaee3706b1eb2da1b692dbd8900bd77719c638fb1907dc175967de94d74d391352
 DIST google-chrome-stable_104.0.5112.101-1_amd64.deb 89863696 BLAKE2B 
1af118887ead69b0f7e11f694d2c431fb1f8581e5c4760a1d1721b7737548f05b6f09e4967b363c5dc845bf89bef75e32756fe8f194ad9661608b206fd90d486
 SHA512 
7e3bd6d84d51a6411670cdb7afade7c027f4ef02f3527cd853f91f4fcecaeca82b701aa3eafee15be870442171947cb8ed8fc62515167e7e1375c8dea50b105f
 DIST google-chrome-unstable_106.0.5231.2-1_amd64.deb 92117912 BLAKE2B 
5e7d15bf04853c88339173ddecadfaba428331b68f75b406c368c740ec40028be247ffba6eb7ebe27043dfdf80fd4b4403819bde73b5362fcc3fde66e7ac42e6
 SHA512 
ba928530bf3732ae7425017bf0b09c02c119a218fcb99a837ab215fb5539df53b0699d57d8a6a42a3b1d6ecb2bf2309f7fbfbb8abd25dd758a89d75af92afe8d

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-105.0.5195.28_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-105.0.5195.37_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-105.0.5195.28_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-105.0.5195.37_beta.ebuild



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

2022-08-17 Thread Matthew Thode
commit: fed5fbf1d69d7000900e70f2163cea61152178c7
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 17 20:02:28 2022 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Aug 17 20:41:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed5fbf1

gui-libs/wlroots: add myself as a maintainer

Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml
index 96a8109fe0ff..7263b2c8e131 100644
--- a/gui-libs/wlroots/metadata.xml
+++ b/gui-libs/wlroots/metadata.xml
@@ -5,6 +5,10 @@
arthur...@gentoo.org
Arthur Zamarin

+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   

Pluggable, composable, unopinionated modules for building a 
Wayland
compositor.



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

2022-08-17 Thread Sam James
commit: 00bc0405998bd5ba08be5e58eabe3de78d972978
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 20:00:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 20:00:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bc0405

app-misc/linux-logo: Stabilize 6.0 x86, #865441

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

 app-misc/linux-logo/linux-logo-6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/linux-logo/linux-logo-6.0.ebuild 
b/app-misc/linux-logo/linux-logo-6.0.ebuild
index 966aed3f725a..70f7b741388d 100644
--- a/app-misc/linux-logo/linux-logo-6.0.ebuild
+++ b/app-misc/linux-logo/linux-logo-6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~riscv sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



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

2022-08-17 Thread Sam James
commit: 93c02832c3d52473f4145eb2c79497dcc59a9623
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 20:00:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 20:00:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c02832

dev-lang/python: Stabilize 3.10.6_p2 x86, #864741

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

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

diff --git a/dev-lang/python/python-3.10.6_p2.ebuild 
b/dev-lang/python/python-3.10.6_p2.ebuild
index 94a3a3f5f67c..508b0d1faf62 100644
--- a/dev-lang/python/python-3.10.6_p2.ebuild
+++ b/dev-lang/python/python-3.10.6_p2.ebuild
@@ -28,7 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="
bluetooth build +ensurepip examples gdbm hardened libedit lto
+ncurses pgo +readline +sqlite +ssl test tk +xml



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

2022-08-17 Thread Sam James
commit: 043dde86df5da70a3a4b52818252c5c14bfd34f5
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 20:00:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 20:00:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043dde86

dev-python/simplegeneric: Stabilize 0.8.1-r2 x86, #865535

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

 dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild 
b/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild
index 956fbd544429..03beab4ee10f 100644
--- a/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild
+++ b/dev-python/simplegeneric/simplegeneric-0.8.1-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 BDEPEND="app-arch/unzip"
 



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

2022-08-17 Thread Sam James
commit: 5cf56463fc62a035acd79e8ede5d7430e1bf55ed
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 20:00:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 20:00:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf56463

media-libs/openimageio: Stabilize 2.3.17.0 x86, #862423

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

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

diff --git a/media-libs/openimageio/openimageio-2.3.17.0.ebuild 
b/media-libs/openimageio/openimageio-2.3.17.0.ebuild
index e46f39f59107..9889b5708f78 100644
--- a/media-libs/openimageio/openimageio-2.3.17.0.ebuild
+++ b/media-libs/openimageio/openimageio-2.3.17.0.ebuild
@@ -23,7 +23,7 @@ LICENSE="BSD"
 # TODO: drop .1 on next SONAME change (2.3 -> 2.4?) as we needed to nudge it
 # for changing to openexr 3 which broke ABI.
 SLOT="0/$(ver_cut 1-2).1"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 X86_CPU_FEATURES=(
aes:aes sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4.1 sse4_2:sse4.2



[gentoo-commits] repo/gentoo:master commit in: sys-apps/xdg-desktop-portal-gnome/

2022-08-17 Thread Sam James
commit: 70dffaf641b8db2dbe6f5b94ce29a67d831fee56
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 17 19:57:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 19:57:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dffaf6

sys-apps/xdg-desktop-portal-gnome: Keyword 42.3 arm64, #842459

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

 sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild 
b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild
index 870514582006..e4e6f252a73e 100644
--- a/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild
+++ b/sys-apps/xdg-desktop-portal-gnome/xdg-desktop-portal-gnome-42.3.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland X"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/vim-core/files/, app-editors/vim-core/

2022-08-17 Thread Sam James
commit: fcb39bd3c5102ee6e87719d38df2625f36513611
Author: Varsha Teratipally  google  com>
AuthorDate: Tue Aug  2 23:11:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 19:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb39bd3

app-editors/vim-core: fix cross-compilation (configure check for timer_create)

Problem: Configure check for timer_create may give wrong error.
Solution: Give a warning instead of an error.

Closes: https://github.com/gentoo/gentoo/pull/26713
Signed-off-by: Varsha Teratipally  google.com>
Signed-off-by: Sam James  gentoo.org>

 ...m-9.0-fix-create-timer-for-cros-compiling.patch | 28 ++
 app-editors/vim-core/vim-core-9.0.0099.ebuild  |  3 ++-
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git 
a/app-editors/vim-core/files/vim-9.0-fix-create-timer-for-cros-compiling.patch 
b/app-editors/vim-core/files/vim-9.0-fix-create-timer-for-cros-compiling.patch
new file mode 100644
index ..5247a80754cc
--- /dev/null
+++ 
b/app-editors/vim-core/files/vim-9.0-fix-create-timer-for-cros-compiling.patch
@@ -0,0 +1,28 @@
+From bba26c9ed9d4ddc82afd0343f145dc9e14b91498 Mon Sep 17 00:00:00 2001
+From: Varsha Teratipally 
+Date: Tue, 2 Aug 2022 22:18:29 +
+Subject: [PATCH] Configure check for timer_create may give wrong error.
+Give a warning instead of an error
+
+Partial solution from 
github.com/vim/vim/commit/5f6cae8b8a49c435556e32f84d067cd0b4d28e4c
+
+---
+ src/configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/configure.ac b/src/configure.ac
+index e8522ec05..41f41dee3 100644
+--- a/src/configure.ac
 b/src/configure.ac
+@@ -3850,7 +3850,7 @@ static void set_flag(union sigval sv) {}
+ ])],
+ vim_cv_timer_create=yes,
+ vim_cv_timer_create=no),
+-AC_MSG_ERROR(cross-compiling: please set 'vim_cv_timer_create')
++AC_MSG_WARN(cross-compiling: please set 'vim_cv_timer_create')
+ )]
+ )
+ 
+-- 
+
+

diff --git a/app-editors/vim-core/vim-core-9.0.0099.ebuild 
b/app-editors/vim-core/vim-core-9.0.0099.ebuild
index f01043a5b22c..8bea948c71c7 100644
--- a/app-editors/vim-core/vim-core-9.0.0099.ebuild
+++ b/app-editors/vim-core/vim-core-9.0.0099.ebuild
@@ -42,7 +42,8 @@ pkg_setup() {
 src_prepare() {
if [[ ${PV} != * ]] ; then
# Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-   eapply "${WORKDIR}/vim-patches-vim-9.0.0049-patches"
+   eapply "${WORKDIR}"/vim-patches-vim-9.0.0049-patches
+   eapply 
"${FILESDIR}"/vim-9.0-fix-create-timer-for-cros-compiling.patch
fi
 
# Fixup a script to use awk instead of nawk



[gentoo-commits] repo/gentoo:master commit in: app-editors/vim/files/, app-editors/vim/

2022-08-17 Thread Sam James
commit: d843df829420e93e0bac9f5430d878a8438ec51a
Author: Varsha Teratipally  google  com>
AuthorDate: Tue Aug  2 23:11:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 17 19:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d843df82

app-editors/vim: fix cross-compilation (configure check for timer_create)

Problem: Configure check for timer_create may give wrong error.
Solution: Give a warning instead of an error.

Closes:https://github.com/gentoo/gentoo/pull/26713
Signed-off-by: Varsha Teratipally  google.com>
Signed-off-by: Sam James  gentoo.org>

 ...m-9.0-fix-create-timer-for-cros-compiling.patch | 28 ++
 app-editors/vim/vim-9.0.0049.ebuild|  2 +-
 app-editors/vim/vim-9.0.0099.ebuild|  3 ++-
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git 
a/app-editors/vim/files/vim-9.0-fix-create-timer-for-cros-compiling.patch 
b/app-editors/vim/files/vim-9.0-fix-create-timer-for-cros-compiling.patch
new file mode 100644
index ..5247a80754cc
--- /dev/null
+++ b/app-editors/vim/files/vim-9.0-fix-create-timer-for-cros-compiling.patch
@@ -0,0 +1,28 @@
+From bba26c9ed9d4ddc82afd0343f145dc9e14b91498 Mon Sep 17 00:00:00 2001
+From: Varsha Teratipally 
+Date: Tue, 2 Aug 2022 22:18:29 +
+Subject: [PATCH] Configure check for timer_create may give wrong error.
+Give a warning instead of an error
+
+Partial solution from 
github.com/vim/vim/commit/5f6cae8b8a49c435556e32f84d067cd0b4d28e4c
+
+---
+ src/configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/configure.ac b/src/configure.ac
+index e8522ec05..41f41dee3 100644
+--- a/src/configure.ac
 b/src/configure.ac
+@@ -3850,7 +3850,7 @@ static void set_flag(union sigval sv) {}
+ ])],
+ vim_cv_timer_create=yes,
+ vim_cv_timer_create=no),
+-AC_MSG_ERROR(cross-compiling: please set 'vim_cv_timer_create')
++AC_MSG_WARN(cross-compiling: please set 'vim_cv_timer_create')
+ )]
+ )
+ 
+-- 
+
+

diff --git a/app-editors/vim/vim-9.0.0049.ebuild 
b/app-editors/vim/vim-9.0.0049.ebuild
index 38aa4796d06e..9bd88fc46ed9 100644
--- a/app-editors/vim/vim-9.0.0049.ebuild
+++ b/app-editors/vim/vim-9.0.0049.ebuild
@@ -78,7 +78,7 @@ src_prepare() {
 
if [[ ${PV} != * ]] ; then
# Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-   eapply "${WORKDIR}/vim-patches-vim-9.0.0049-patches"
+   eapply "${WORKDIR}"/vim-patches-vim-9.0.0049-patches
fi
 
# Fixup a script to use awk instead of nawk

diff --git a/app-editors/vim/vim-9.0.0099.ebuild 
b/app-editors/vim/vim-9.0.0099.ebuild
index 20b1576997d4..b3882ef81361 100644
--- a/app-editors/vim/vim-9.0.0099.ebuild
+++ b/app-editors/vim/vim-9.0.0099.ebuild
@@ -78,7 +78,8 @@ src_prepare() {
 
if [[ ${PV} != * ]] ; then
# Gentoo patches to fix runtime issues, cross-compile errors, 
etc
-   eapply "${WORKDIR}/vim-patches-vim-9.0.0049-patches"
+   eapply "${WORKDIR}"/vim-patches-vim-9.0.0049-patches
+   eapply 
"${FILESDIR}"/vim-9.0-fix-create-timer-for-cros-compiling.patch
fi
 
# Fixup a script to use awk instead of nawk



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

2022-08-17 Thread Arthur Zamarin
commit: 6fd7cd2f62cf030c6cfdc5bffbcc7ff286e04090
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:37:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:37:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd7cd2f

dev-python/markdown: drop 3.4

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/markdown/Manifest|  1 -
 dev-python/markdown/markdown-3.4.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/markdown/Manifest b/dev-python/markdown/Manifest
index 645d14e68120..d7d4b50e3288 100644
--- a/dev-python/markdown/Manifest
+++ b/dev-python/markdown/Manifest
@@ -1,3 +1,2 @@
 DIST Markdown-3.3.7.tar.gz 324130 BLAKE2B 
4ecf804b81181a9895e15d2f54881544648939f2bb772b036aa84dc8bf57b7976c6ebdf8549041b39a303bd7c68c16df3c126463a8da19b3c92f99b420e9ffb9
 SHA512 
39b9f45939be9e842e90470307c3aeec88d1389439b0c7a0c5b39f6e203b51d3a52ce431c4d5c278f399552c4218fc1a619b0efc56883de50a9f300f42120f4e
 DIST Markdown-3.4.1.tar.gz 322554 BLAKE2B 
fd7c8b930097f9b1a52d210e22d49311579b952f758d071ac3105badcbca19f798bcb195cc35acbe6224e1f7ac916ae5fb1baa35b30464e4c243b08168007be3
 SHA512 
73b0006ac8aaf281a2dbc2c14534853dbb7ab26a620f3961975279feb83334b6868fa4bbcd30767189201a0c84e502dacd16783de3808393699ace0cbaab30a8
-DIST Markdown-3.4.tar.gz 322529 BLAKE2B 
db7d5a6f9c6e60916756d208b90ad5134349df83f2cf720ec23421de3e48cae4cc812b73423f1e1731b643642560697295499955dc3c40846efe40e23e3a9f43
 SHA512 
5ef87d89518a758009ec0d52ce1141b48777088e82c8dc4862d2b388f9a6b82ebaf66a7382342303076c8f71ca7afe5c79133f33b23dced5eb21ddcd8bdaa426

diff --git a/dev-python/markdown/markdown-3.4.ebuild 
b/dev-python/markdown/markdown-3.4.ebuild
deleted file mode 100644
index 80d3ecb64f9a..
--- a/dev-python/markdown/markdown-3.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the markdown markup language"
-HOMEPAGE="
-   https://python-markdown.github.io/
-   https://pypi.org/project/Markdown/
-   https://github.com/Python-Markdown/markdown;
-SRC_URI="mirror://pypi/M/${PN^}/${P^}.tar.gz"
-S="${WORKDIR}/${P^}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE="doc"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/importlib_metadata[${PYTHON_USEDEP}]
-   ' 3.8 3.9)"
-BDEPEND="
-   test? (
-   dev-python/pygments[${PYTHON_USEDEP}]
-   dev-python/pytidylib[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests unittest
-
-python_install_all() {
-   use doc && dodoc -r docs/
-
-   distutils-r1_python_install_all
-}



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

2022-08-17 Thread Arthur Zamarin
commit: d524089afd77d41f4cdc004c3842ca219cba6487
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:39:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:39:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d524089a

dev-python/pyinotify: drop 0.9.6

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyinotify/pyinotify-0.9.6.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild 
b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
deleted file mode 100644
index 63be1629b761..
--- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python module used for monitoring filesystems events"
-HOMEPAGE="
-   https://pypi.org/project/pyinotify/
-   https://github.com/seb-m/pyinotify/;
-SRC_URI="https://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_install_all() {
-   if use examples; then
-   dodoc -r python3/examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-
-   distutils-r1_python_install_all
-}



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

2022-08-17 Thread Arthur Zamarin
commit: 200c9b9089105f3aaf4b0937b043e8c68beffaa1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:38:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:38:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200c9b90

dev-python/jaraco-functools: drop 3.5.0-r2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-functools/Manifest   |  1 -
 .../jaraco-functools-3.5.0-r2.ebuild   | 57 --
 2 files changed, 58 deletions(-)

diff --git a/dev-python/jaraco-functools/Manifest 
b/dev-python/jaraco-functools/Manifest
index e98baca0d44c..ba332691d74e 100644
--- a/dev-python/jaraco-functools/Manifest
+++ b/dev-python/jaraco-functools/Manifest
@@ -1,2 +1 @@
-DIST jaraco.functools-3.5.0.tar.gz 13254 BLAKE2B 
9165f901106278da562c6b59c3cc29e0b1c4689c5db7955f57a76fca3c12e90d30a80a7dde3420a719b093c41b889e54170bfa6f6f18b6f078e3f4291e59736f
 SHA512 
7257f41506f90ca2fda1bd12fed58fa4d4ff5738547f8cdae8ccad1901e0c818afb701dd8e9050fc77ca1271bc2466d5a542990138bc3db2cf9b04d12850844c
 DIST jaraco.functools-3.5.1.tar.gz 14516 BLAKE2B 
d58ca0e51767278988f418a5b1b736dd56da2c0ed214fa9b9b2a8b5e4ae77fcdedd431e444d1d2c3359b52a648ec85d01b8b7a2db872bb27d9bf24484347b7a0
 SHA512 
4496c80eae72834e5bc214f40de91a6aa603ce296b3866e0b363014c2919843f515efe9b314f18667e6b09d183a0985760e47f3340aed42dfbdba01884896df5

diff --git a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild 
b/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
deleted file mode 100644
index 4819bf48342f..
--- a/dev-python/jaraco-functools/jaraco-functools-3.5.0-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Additional functions used by other projects by developer jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.functools;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-python/more-itertools-0.12.0-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.functools"
-   version = "${PV}"
-   description = "Functools like those found in stdlib"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}functools-${PV}.dist-info || 
die
-}



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

2022-08-17 Thread Arthur Zamarin
commit: e18c30bfb41aef07eeada42d311e0ef05fd67df4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:36:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:36:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18c30bf

dev-python/pytest-asyncio: drop 0.18.3

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pytest-asyncio/Manifest |  1 -
 .../pytest-asyncio/pytest-asyncio-0.18.3.ebuild| 44 --
 2 files changed, 45 deletions(-)

diff --git a/dev-python/pytest-asyncio/Manifest 
b/dev-python/pytest-asyncio/Manifest
index 2681e081323d..60c03c8095d3 100644
--- a/dev-python/pytest-asyncio/Manifest
+++ b/dev-python/pytest-asyncio/Manifest
@@ -1,2 +1 @@
-DIST pytest-asyncio-0.18.3.tar.gz 25049 BLAKE2B 
5439675fd03b7fdd4cd3dbf1f37daa83d6b18b199ccc7b54acc648187dffcf59154f8f0ec5d4144ed40554290343a0890952e67d4184b17b0a3817196592023e
 SHA512 
04d2046c039131598cb593afc1908be0dff2b24a91c89f36fca75d2d65916571e48fe149c1ba90244f299586277320cf6f130a02824fde9ee0a4d2429bf58a54
 DIST pytest-asyncio-0.19.0.gh.tar.gz 25754 BLAKE2B 
ee1e028021d7adaeef77e9dc9c1cc0d1a8fe5ee91777b2774d8f175e7520f7f1ae6d058d758964a052d2fc02d369a9dcb522edf8271b54b9b724555222592e29
 SHA512 
7be87e6edd28496713ae5cca396fed67d372f2882dd573a8b72a84ebf6d262060cda9372bcde601130c42fc27faf15cf292cd820995ea93a324c209f203e823f

diff --git a/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild 
b/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
deleted file mode 100644
index 646385195afb..
--- a/dev-python/pytest-asyncio/pytest-asyncio-0.18.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for testing asyncio code with pytest"
-HOMEPAGE="
-   https://github.com/pytest-dev/pytest-asyncio/
-   https://pypi.org/project/pytest-asyncio/
-"
-SRC_URI="
-   https://github.com/pytest-dev/pytest-asyncio/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   >=dev-python/hypothesis-3.64[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-EPYTEST_DESELECT=(
-   # rely on precise warning counts
-   tests/modes/test_legacy_mode.py
-   tests/trio/test_fixtures.py::test_strict_mode_ignores_trio_fixtures
-)



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

2022-08-17 Thread Arthur Zamarin
commit: 5741ab0c82ced414e71fd69d8cebc2eb0e76e507
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:36:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:36:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5741ab0c

dev-python/jaraco-context: drop 4.1.1-r2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-context/Manifest |  1 -
 .../jaraco-context/jaraco-context-4.1.1-r2.ebuild  | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/jaraco-context/Manifest 
b/dev-python/jaraco-context/Manifest
index 8642f9a01d8c..f343f6dd56c7 100644
--- a/dev-python/jaraco-context/Manifest
+++ b/dev-python/jaraco-context/Manifest
@@ -1,2 +1 @@
-DIST jaraco.context-4.1.1.tar.gz 7615 BLAKE2B 
5734da1c55420c45520aea57398e66a3d880a555c76650bcaf3427911a7814be92f4a879219c8ccf3c808fdf00d3a77b76e68a93ef3fdad4ea50550188118317
 SHA512 
e01d3bd7b4eb712d00aba3fc40a78a5484141fcacf5bc772287a35ac81eca4c9744963679daadf6a170cf2ec26234243e602c89f71833fe84175ac39fb401453
 DIST jaraco.context-4.1.2.tar.gz 8315 BLAKE2B 
7e8b74c087462401999eb672d922634fa7bfd4f26797a547a21e4f85b12d2e7c8ac208f55eb782a0d74dfffc09e1f5d730b34a25fb83d701e55501a574159dae
 SHA512 
297271b3508e7e979125c6f03962aba0b932337d60b51c4e48e995d60528f4e8bf7e031a877e9c58d8adaf5e3299affe83e01d9ab266e331ce0a131c7b541ee0

diff --git a/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild 
b/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild
deleted file mode 100644
index 90f35d3b5b14..
--- a/dev-python/jaraco-context/jaraco-context-4.1.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Context managers by jaraco"
-HOMEPAGE="https://github.com/jaraco/jaraco.context;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.context"
-   version = "${PV}"
-   description = "Context managers by jaraco"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}context-${PV}.dist-info || die
-}



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

2022-08-17 Thread Arthur Zamarin
commit: 7c9fded3f9038a325b1f216f893e681439f7df7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:39:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:39:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9fded3

dev-python/jaraco-text: drop 3.8.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/jaraco-text/Manifest |  1 -
 dev-python/jaraco-text/jaraco-text-3.8.0.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-python/jaraco-text/Manifest b/dev-python/jaraco-text/Manifest
index 485df5ca46f1..1b1229c1e0c7 100644
--- a/dev-python/jaraco-text/Manifest
+++ b/dev-python/jaraco-text/Manifest
@@ -1,2 +1 @@
-DIST jaraco.text-3.8.0.tar.gz 13078 BLAKE2B 
0c081fea1bc20150347636c46b489d4c09ab0c553d44b9f68c4e2d7b3ca35574801a740d4b907f03956a6817ba0ecc07945809c1619248563bb29974b0448577
 SHA512 
3526f1371d8f2e7c79dff61941b1b4ead3d0f4b5144f0e22dbd098ec244b9ffddba4bbeaa0d817a80ff422fa5c7ae11d0959d3f56044d7c5f95d8c8a5de8ad2f
 DIST jaraco.text-3.8.1.tar.gz 14160 BLAKE2B 
3f8af8881665a8eb9876ae3c76ccaa68f3c58f402e1761956235bda2089e6c5e72f7968ce7fd9dd7b8dc31a08228a715c8c715dc5a93e4453af1b94c2253bce6
 SHA512 
2dfdd2b3bfef7c0a38a633b810a63a4337ce79b0c871f08beb369bea04585ef1b9e53afa7cef0b54c172ca25eed068af92215526d2f5cee232ccf7e72c914cfa

diff --git a/dev-python/jaraco-text/jaraco-text-3.8.0.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.8.0.ebuild
deleted file mode 100644
index 1865b43a22d0..
--- a/dev-python/jaraco-text/jaraco-text-3.8.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Text utilities used by other projects by developer jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.text/
-   https://pypi.org/project/jaraco.text/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   >=dev-python/jaraco-context-4.1.1-r1[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-functools-3.5.0-r1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_resources-5.4.0-r3[${PYTHON_USEDEP}]
-   ' 3.8)
-"
-
-distutils_enable_sphinx docs \
-   ">=dev-python/jaraco-packaging-3.2" \
-   ">=dev-python/rst-linker-1.9"
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.text"
-   version = "${PV}"
-   description = "Module for text manipulation"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}text-${PV}.dist-info || die
-}



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

2022-08-17 Thread Arthur Zamarin
commit: de4973b008c682e51f5541aceb2ab65cc1dbe434
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:39:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:39:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4973b0

dev-python/ipython_genutils: drop 0.2.0-r3

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../ipython_genutils-0.2.0-r3.ebuild   | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
deleted file mode 100644
index 1965d19edab4..
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-# Needed because package provides decorators which use nose
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-distutils_enable_tests nose



  1   2   3   4   >