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

2022-01-23 Thread Andrew Ammerlaan
commit: 0fec368ec052aa1795af73376a4980e93d0602a4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:47:17 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:47:17 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0fec368e

media-libs/implicitmesher: remove package

lib for opticks, but does not seem to be required for new versions anyway

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../files/implicitmesher-0_glm.patch   | 38 --
 .../implicitmesher-0_p20200413.ebuild  | 31 --
 media-libs/implicitmesher/metadata.xml |  7 
 3 files changed, 76 deletions(-)

diff --git a/media-libs/implicitmesher/files/implicitmesher-0_glm.patch 
b/media-libs/implicitmesher/files/implicitmesher-0_glm.patch
deleted file mode 100644
index 2f1841f4d..0
--- a/media-libs/implicitmesher/files/implicitmesher-0_glm.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d1a0cf3..f9013cb 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,6 @@
- cmake_minimum_required (VERSION 3.5)
- set(name ImplicitMesher)
- project(${name} VERSION 0.1.0)
--include(OpticksBuildOptions)
- 
- #[=[
- Hmm OpticksBuildOptions sets CMAKE_INSTALL_INCLUDEDIR to "include/${name}"
-@@ -14,7 +13,7 @@ set(CMAKE_INSTALL_LIBDIR "externals/lib")
- set(CMAKE_INSTALL_BINDIR "lib")
- 
- 
--find_package(GLM  REQUIRED)
-+find_package(glm  REQUIRED)
- 
- set(SOURCES
- 
-@@ -44,7 +43,7 @@ set(HEADERS
- )
- 
- add_library(${name} SHARED ${SOURCES})
--target_link_libraries(${name} PUBLIC Opticks::GLM)
-+target_link_libraries(${name} PUBLIC glm)
- 
- if(UNIX AND NOT APPLE)
- message(STATUS "adding stdc++ m for UNIX AND NOT APPLE")
-@@ -74,7 +73,6 @@ if(PC_VERBOSE)
- endif()
- 
- 
--bcm_deploy(TARGETS ${name} NAMESPACE Opticks:: SKIP_HEADER_INSTALL) 
- install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
- 
- add_subdirectory(tests)

diff --git a/media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild 
b/media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild
deleted file mode 100644
index e6fae861d..0
--- a/media-libs/implicitmesher/implicitmesher-0_p20200413.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-COMMIT="4b7a47056074"
-
-DESCRIPTION="Real-time implicit surface polygonization"
-HOMEPAGE="https://bitbucket.org/simoncblyth/implicitmesher;
-SRC_URI="https://bitbucket.org/simoncblyth/implicitmesher/get/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="media-libs/glm"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/simoncblyth-${PN}-${COMMIT}"
-
-PATCHES=( "${FILESDIR}"/implicitmesher-0_glm.patch )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_INCLUDEDIR=include/ImplicitMesher
-   )
-
-   cmake_src_configure
-}

diff --git a/media-libs/implicitmesher/metadata.xml 
b/media-libs/implicitmesher/metadata.xml
deleted file mode 100644
index 7203fb853..0
--- a/media-libs/implicitmesher/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-



[gentoo-commits] proj/sci:master commit in: sci-physics/opticks-okconf/, sci-physics/opticks-okconf/files/

2022-01-23 Thread Andrew Ammerlaan
commit: 0709867a50971336be324312cc69d660854f7a6e
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 11:54:24 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 11:54:24 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0709867a

sci-physics/opticks-okconf: delete package, it is identical to opticks

except that it doesn't work

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 ...cks-okconf-0.0.1_p20191110-no_lib_install.patch | 12 --
 sci-physics/opticks-okconf/metadata.xml|  7 
 .../opticks-okconf-0.0.1_p20191110.ebuild  | 46 --
 3 files changed, 65 deletions(-)

diff --git 
a/sci-physics/opticks-okconf/files/opticks-okconf-0.0.1_p20191110-no_lib_install.patch
 
b/sci-physics/opticks-okconf/files/opticks-okconf-0.0.1_p20191110-no_lib_install.patch
deleted file mode 100644
index 89b0b7cab..0
--- 
a/sci-physics/opticks-okconf/files/opticks-okconf-0.0.1_p20191110-no_lib_install.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: opticks-okconf-0.0.1_p20191110/okconf/tests/CMakeLists.txt
-===
 opticks-okconf-0.0.1_p20191110.orig/okconf/tests/CMakeLists.txt
-+++ opticks-okconf-0.0.1_p20191110/okconf/tests/CMakeLists.txt
-@@ -46,7 +46,6 @@ foreach(TEST_SOURCE ${TEST_SOURCES})
- ) 
- 
- 
--install(TARGETS ${TGT} DESTINATION lib)
- endforeach()
- 
- 

diff --git a/sci-physics/opticks-okconf/metadata.xml 
b/sci-physics/opticks-okconf/metadata.xml
deleted file mode 100644
index 7203fb853..0
--- a/sci-physics/opticks-okconf/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-

diff --git a/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild 
b/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
deleted file mode 100644
index c880f4f8b..0
--- a/sci-physics/opticks-okconf/opticks-okconf-0.0.1_p20191110.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mercurial cmake cuda
-
-EHG_REPO_URI="https://bitbucket.org/simoncblyth/${PN//-*};
-EHG_REVISION="a580e704afe9d2c138072835e986542c835c29fc"
-
-DESCRIPTION="GPU Optical Photon Simulation for Particle Physics"
-HOMEPAGE="https://simoncblyth.bitbucket.io;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-util/nvidia-cuda-toolkit:=
-   dev-libs/optix"
-DEPEND="dev-util/cmake
-   dev-libs/boost
-   dev-util/bcm
-   dev-util/plog
-   ${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.0.1_p20191110-no_lib_install.patch
-)
-
-src_prepare() {
-   cmake_src_prepare
-   cuda_src_prepare
-
-   rm -f CMakeLists.txt* || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_MODULE_PATH="${S}"/cmake/Modules
-   -DOptiX_INSTALL_DIR="${EPREFIX}/opt/optix"
-   -DCUDA_SDK_ROOT_DIR="${EPREFIX}/opt/cuda/sdk"
-   -DCOMPUTE_CAPABILITY=61
-   -DCUDA_NVCC_FLAGS="${NVCCFLAGS}"
-   )
-   CMAKE_USE_DIR=${S}/${PN##*-} cmake_src_configure
-}



[gentoo-commits] proj/sci:master commit in: media-libs/yocto-gl/

2022-01-23 Thread Andrew Ammerlaan
commit: 6cadf8b1f8ea93759d76d287e74f5d10a98880d2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:50:34 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:50:34 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6cadf8b1

media-libs/yocto-gl: remove opticks lib

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-libs/yocto-gl/metadata.xml  |  7 --
 media-libs/yocto-gl/yocto-gl-3.3.0.ebuild | 39 ---
 2 files changed, 46 deletions(-)

diff --git a/media-libs/yocto-gl/metadata.xml b/media-libs/yocto-gl/metadata.xml
deleted file mode 100644
index 7203fb853..0
--- a/media-libs/yocto-gl/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-

diff --git a/media-libs/yocto-gl/yocto-gl-3.3.0.ebuild 
b/media-libs/yocto-gl/yocto-gl-3.3.0.ebuild
deleted file mode 100644
index e6102dde1..0
--- a/media-libs/yocto-gl/yocto-gl-3.3.0.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
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="dev-python/mkdocs-material"
-
-inherit cmake python-any-r1 docs
-
-DESCRIPTION="Single File Libraries for Physically-Based Graphics"
-HOMEPAGE="https://github.com/simoncblyth/yocto-gl;
-SRC_URI="https://github.com/xelatihy/yocto-gl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-util/bcm"
-
-src_prepare() {
-   sed -i -e 's/isnan/std::isnan/g' libs/yocto/yocto_mesh.cpp || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_INCLUDEDIR=include/YoctoGL
-   )
-
-   cmake_src_configure
-}
-
-src_compile() {
-   docs_compile
-   cmake_src_compile
-}



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

2022-01-23 Thread Andrew Ammerlaan
commit: c0bb78208ad6cb4491b5acaa7db9d19db57006a6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:51:02 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:51:02 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0bb7820

media-libs/DualContouringSample: remove opticks lib

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../DualContouringSample-0_p2019-r1.ebuild | 29 ---
 .../files/DualContouringSample-0_glm.patch | 33 --
 media-libs/DualContouringSample/metadata.xml   |  7 -
 3 files changed, 69 deletions(-)

diff --git 
a/media-libs/DualContouringSample/DualContouringSample-0_p2019-r1.ebuild 
b/media-libs/DualContouringSample/DualContouringSample-0_p2019-r1.ebuild
deleted file mode 100644
index 00eece82f..0
--- a/media-libs/DualContouringSample/DualContouringSample-0_p2019-r1.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
-
-inherit cmake git-r3
-
-DESCRIPTION="A sample Dual Contouring implementation"
-HOMEPAGE="https://github.com/simoncblyth/DualContouringSample;
-
-EGIT_REPO_URI="https://github.com/simoncblyth/${PN}.git;
-EGIT_COMMIT="d5ed08c21228575f948292422cd8542cbdce255c"
-KEYWORDS="~amd64"
-
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-util/bcm
-   media-libs/glm"
-
-PATCHES=( "${FILESDIR}"/DualContouringSample-0_glm.patch )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_INCLUDEDIR=include/${PN}
-   )
-
-   cmake_src_configure
-}

diff --git 
a/media-libs/DualContouringSample/files/DualContouringSample-0_glm.patch 
b/media-libs/DualContouringSample/files/DualContouringSample-0_glm.patch
deleted file mode 100644
index efa40b66e..0
--- a/media-libs/DualContouringSample/files/DualContouringSample-0_glm.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Index: DualContouringSample-0_p2019/CMakeLists.txt
-===
 DualContouringSample-0_p2019.orig/CMakeLists.txt
-+++ DualContouringSample-0_p2019/CMakeLists.txt
-@@ -3,18 +3,11 @@ set(name DualContouringSample)
- project(${name} VERSION 0.1.0)
- 
- include(CTest)
--include(OpticksBuildOptions)
--
--include(GNUInstallDirs)
--set(CMAKE_INSTALL_INCLUDEDIR "externals/include/${name}")
--set(CMAKE_INSTALL_LIBDIR "externals/lib")
--set(CMAKE_INSTALL_BINDIR "lib")
--#set(CMAKE_INSTALL_RPATH  "${CMAKE_INSTALL_FULL_LIBDIR}")
- 
- find_package(BCM REQUIRED)
- include(BCMDeploy)
- 
--find_package(GLMREQUIRED)
-+find_package(glm REQUIRED)
- 
- 
- set(SOURCES
-@@ -37,7 +30,7 @@ set(HEADERS
- )
- 
- add_library(${name} SHARED ${SOURCES})
--target_link_libraries(${name} PUBLIC Opticks::GLM)
-+target_link_libraries(${name} PUBLIC glm)
- 
- # needed for tests that use non-installed headers
- target_include_directories(${name} PUBLIC

diff --git a/media-libs/DualContouringSample/metadata.xml 
b/media-libs/DualContouringSample/metadata.xml
deleted file mode 100644
index 7203fb853..0
--- a/media-libs/DualContouringSample/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-



[gentoo-commits] proj/sci:master commit in: sci-mathematics/scilab/, sci-mathematics/scilab/files/, profiles/

2022-01-23 Thread Andrew Ammerlaan
commit: 1f907558ed2744d3d60161db712c1861b48017b5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 13:02:18 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 13:02:18 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f907558

sci-mathematics/scilab: remove scilab in favor of scilab-bin

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask  |   8 -
 .../files/scilab-5.5.2-accessviolation.patch   |  21 --
 .../scilab/files/scilab-5.5.2-batik-1.9.patch  | 104 ---
 .../scilab/files/scilab-5.5.2-bug15449.patch   |  11 -
 .../scilab-5.5.2-fix-random-runtime-failure.patch  |  12 -
 .../scilab/files/scilab-5.5.2-followlinks.patch|  11 -
 .../scilab/files/scilab-5.5.2-fop-2.0.patch|  38 ---
 .../scilab/files/scilab-5.5.2-fortran-gcc8.patch   |  57 
 .../scilab/files/scilab-5.5.2-freehep.patch|  12 -
 .../scilab/files/scilab-5.5.2-gluegen.patch|  11 -
 .../scilab/files/scilab-5.5.2-hdf5-1.8.10.patch| 278 --
 .../scilab/files/scilab-5.5.2-java-heap.patch  |  11 -
 .../scilab/files/scilab-5.5.2-libxml-icu64.patch   |  16 --
 .../scilab/files/scilab-5.5.2-missinglib.patch |  11 -
 .../scilab/files/scilab-5.5.2-ocaml-4.0.4.patch|  12 -
 .../scilab-5.5.2-xmlgraphics-common-2.0.patch  |  91 --
 .../files/scilab-6.1.0-accessviolation.patch   |  22 --
 .../scilab/files/scilab-6.1.0-freehep.patch|  13 -
 .../scilab/files/scilab-6.1.0-libxml.patch |  66 -
 .../scilab/files/scilab-6.1.0-nogui.patch  |  13 -
 .../scilab/files/scilab.bash_completion|  54 
 sci-mathematics/scilab/files/scilab.xml|  13 -
 sci-mathematics/scilab/metadata.xml|  24 --
 sci-mathematics/scilab/scilab-5.5.2.ebuild | 311 -
 sci-mathematics/scilab/scilab-6.0.2.ebuild | 306 
 sci-mathematics/scilab/scilab-6.1.0.ebuild | 305 
 26 files changed, 1831 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a142d09a4..d39812beb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,11 +29,3 @@
 ## app-misc/some-package
 
 #--- END OF EXAMPLES ---
-
-# Andrew Ammerlaan http://bugzilla.scilab.org/show_bug.cgi?id=12940
--if test -x /usr/bin/glxinfo; then
--NVIDIA_GLX_VENDOR=$(/usr/bin/glxinfo |grep "NVIDIA Corporation")
--if test ! -z "$NVIDIA_GLX_VENDOR"; then
--EGL_DRIVER=egl_glx
--export EGL_DRIVER
--fi
--fi
--
- if test $SCIVERBOSE -ne 0; then
- echo "SCI : $SCI"
- echo "SCIBIN : $SCIBIN"

diff --git a/sci-mathematics/scilab/files/scilab-5.5.2-batik-1.9.patch 
b/sci-mathematics/scilab/files/scilab-5.5.2-batik-1.9.patch
deleted file mode 100644
index ce0cebbf3..0
--- a/sci-mathematics/scilab/files/scilab-5.5.2-batik-1.9.patch
+++ /dev/null
@@ -1,104 +0,0 @@
-Updates Scilab to build against (and require) Batik >=1.9, this has been
-adapted from Gentoo-Bug-URL: https://github.com/gentoo-science/sci/pull/456
-
 a/configure
-+++ b/configure
-@@ -16600,8 +16600,8 @@ $as_echo "$as_me: WARNING: Could not find or use the 
Java package/jar batik used
- fi
- 
- 
--{ $as_echo "$as_me:${as_lineno-$LINENO}: checking minimal version (1.7) 
of batik" >&5
--$as_echo_n "checking minimal version (1.7) of batik... " >&6; }
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking minimal version (1.9) 
of batik" >&5
-+$as_echo_n "checking minimal version (1.9) of batik... " >&6; }
-saved_ac_java_classpath=$ac_java_classpath
-export ac_java_classpath="$BATIK:$ac_java_classpath"
-if test "x" == "x"; then
-@@ -16614,7 +16614,7 @@ import org.apache.batik.Version;
- 
- public class conftest {
- public static void main(String[] argv) {
--String minVersion="1.7";
-+String minVersion="1.9";
- 
- System.out.println(Version.getVersion());
-   if (compare(minVersion, 
Version.getVersion()) > 0) {
-@@ -16663,7 +16663,7 @@ EOF
-STDOUT=`cat conftest.java.output`
- fi
- echo "configure: CLASSPATH was $CLASSPATH" >&5
--  as_fn_error $? "Wrong version of batik. Expected at least 
1.7. Found $STDOUT" "$LINENO" 5
-+  as_fn_error $? "Wrong version of batik. Expected at least 
1.9. Found $STDOUT" "$LINENO" 5
- fi
- fi
- if test -f conftest.java.output; then
-@@ -16673,7 +16673,7 @@ EOF
- echo "configure: failed program was:" >&5
- cat conftest.java >&5
- echo "configure: CLASSPATH was $CLASSPATH" >&5
--  as_fn_error $? "Wrong version of batik. Expected at least 1.7. 
Found $STDOUT" "$LINENO" 5
-+  as_fn_error $? "Wrong version of batik. Expected at least 1.9. 
Found $STDOUT" "$LINENO" 

[gentoo-commits] proj/sci:master commit in: sci-physics/opticks/files/, sci-physics/opticks/, profiles/

2022-01-23 Thread Andrew Ammerlaan
commit: 569ec06ad3eca64cf5b7dfe2cb1c7a4fe00a47d4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:45:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:45:55 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=569ec06a

sci-physics/opticks: remove package

This is a mess, and needs a bump

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask  |  5 --
 .../opticks/files/opticks-0.0.1_cuda-helper.patch  | 13 -
 .../opticks/files/opticks-0.0.1_extG4-CLHEP.patch  | 20 
 .../opticks/files/opticks-0.0.1_nvcc-flags.patch   | 12 -
 .../opticks/files/opticks-0.0.1_okconf.patch   | 45 -
 .../files/opticks-0.0.1_python-helper.patch| 48 --
 .../opticks/files/opticks-0.0.1_split-cmake.patch  | 29 ---
 sci-physics/opticks/metadata.xml   |  7 ---
 ...0.0.1_p20191110.ebuild => opticks-0.1.6.ebuild} | 58 +++---
 9 files changed, 28 insertions(+), 209 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 97bf66dcd..0063312a2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,11 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Andrew Ammerlaan  (26 Dec 2021)
-# cuda-10 is being removed from ::gentoo, mask revdeps in ::sci
-# for removal too. Removal in 90 days
-sci-physics/opticks
-
 # Andrew Ammerlaan 
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-

diff --git a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild 
b/sci-physics/opticks/opticks-0.1.6.ebuild
similarity index 64%
rename from sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
rename to sci-physics/opticks/opticks-0.1.6.ebuild
index d89bf2a82..bb2abc665 100644
--- a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild
+++ b/sci-physics/opticks/opticks-0.1.6.ebuild
@@ -1,49 +1,49 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python2_7 )
-inherit mercurial cmake cuda python-any-r1
-
-EHG_REPO_URI="https://bitbucket.org/simoncblyth/${PN};
-EHG_REVISION="a580e704afe9d2c138072835e986542c835c29fc"
+PYTHON_COMPAT=( python3_{8..10} )
+inherit cmake cuda python-any-r1
 
 DESCRIPTION="GPU Optical Photon Simulation for Particle Physics"
 HOMEPAGE="https://simoncblyth.bitbucket.io;
+SRC_URI="https://bitbucket.org/simoncblyth/opticks/get/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/simoncblyth-${PN}-b75b5929b6cf"
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-util/nvidia-cuda-sdk
+RDEPEND="
+   dev-util/nvidia-cuda-toolkit
dev-libs/optix
-   media-gfx/openmesh
-   media-libs/DualContouringSample
-   media-libs/implicitmesher
media-libs/assimp
media-libs/glfw
media-libs/glew:0
media-libs/glm
-   media-libs/yocto-gl
media-libs/imgui
-   sci-physics/geant[gdml]"
-DEPEND="sci-physics/opticks-okconf
-   dev-libs/boost
+   sci-physics/geant[gdml]
+"
+DEPEND="
+   dev-libs/boost:=
dev-util/bcm
dev-util/plog
${PYTHON_DEPS}
-   ${RDEPEND}"
-PATCHES=( "${FILESDIR}"/opticks-0.0.1_split-cmake.patch
-   "${FILESDIR}"/opticks-0.0.1_okconf.patch
-   "${FILESDIR}"/opticks-0.0.1_cuda-helper.patch
-   "${FILESDIR}"/opticks-0.0.1_extG4-CLHEP.patch
-   "${FILESDIR}"/opticks-0.0.1_python-helper.patch )
-CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindBoost"
+   ${RDEPEND}
+"
+# PATCHES=(
+#  "${FILESDIR}"/opticks-0.0.1_split-cmake.patch
+#  "${FILESDIR}"/opticks-0.0.1_okconf.patch
+#  "${FILESDIR}"/opticks-0.0.1_cuda-helper.patch
+#  "${FILESDIR}"/opticks-0.0.1_extG4-CLHEP.patch
+#  "${FILESDIR}"/opticks-0.0.1_python-helper.patch
+# )
+# CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindBoost"
 
 pkg_setup() {
# opticks combined build is not parallel.
-   export MAKEOPTS="-j1"
+   #export MAKEOPTS="-j1"
 
python-any-r1_pkg_setup
 }
@@ -59,7 +59,7 @@ src_prepare() {
# do not install the tests
for f in $(find -path '*/tests/CMakeLists.txt'); do
ebegin "Removing installation phrase from ${f}"
-   sed '/install(TARGETS/d' -i ${f}
+   sed '/install(TARGETS/d' -i ${f} || die
eend $?
done
# do not install test scripts
@@ -70,28 +70,27 @@ src_prepare() {
-i optixrap/tests/CMakeLists.txt || die
eend $?
ebegin "Removing test scripts installation from 
ggeo/tests/CMakeLists.txt"
-   sed -e '/install(FILES/,/)/d' -i ggeo/tests/CMakeLists.txt
+   sed -e '/install(FILES/,/)/d' -i ggeo/tests/CMakeLists.txt || die
eend $?
ebegin "Moving glsl into share in oglrap/CMakeLists.txt"
-   sed -e "s,gl),share/${PN}/gl)," -i oglrap/CMakeLists.txt
+   sed 

[gentoo-commits] proj/sci:master commit in: dev-java/flexdock/files/, dev-java/jlatexmath-fop/, dev-java/jrosetta/, ...

2022-01-23 Thread Andrew Ammerlaan
commit: 5c8177c18fdde2acebe783ae7b9a345c58f410fc
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 13:01:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 13:01:38 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5c8177c1

dev-java: cleanup old java packages

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../flexdock/files/flexdock-1.1.1-nodemo.patch |  12 -
 .../flexdock/files/flexdock-1.2.4-nodemo.patch |  12 -
 dev-java/flexdock/flexdock-1.2.4.ebuild|  46 
 dev-java/flexdock/metadata.xml |   8 -
 .../freehep-graphicsio-emf/files/github-30.patch   |  34 ---
 .../freehep-graphicsio-emf-2.4-r1.ebuild   |  61 -
 dev-java/freehep-graphicsio-emf/metadata.xml   |  11 -
 dev-java/gluegen/files/2.1.4-dont-copy-jars.patch  |  17 --
 dev-java/gluegen/files/2.1.4-dont-strip.patch  |  22 --
 .../gluegen/files/2.1.4-dont-test-archive.patch|  16 --
 dev-java/gluegen/files/2.2.4-dont-copy-jars.patch  |  17 --
 dev-java/gluegen/files/2.2.4-dont-strip.patch  |  22 --
 .../gluegen/files/2.2.4-dont-test-archive.patch|  16 --
 dev-java/gluegen/gluegen-2.1.4.ebuild  |  72 --
 dev-java/gluegen/gluegen-2.2.4.ebuild  |  72 --
 dev-java/gluegen/metadata.xml  |  22 --
 dev-java/htsjdk/htsjdk-2.19.0.ebuild   |  53 
 dev-java/htsjdk/htsjdk-2.3.0.ebuild|  47 
 dev-java/htsjdk/htsjdk-.ebuild |  53 
 dev-java/htsjdk/metadata.xml   |  15 --
 dev-java/jcommon/jcommon-1.0.23.ebuild |  57 -
 dev-java/jcommon/metadata.xml  |  11 -
 .../files/jfreechart-1.0.19-build.xml.patch|  25 --
 ...chart-1.0.19-fix-TimeSeriesCollectionTest.patch |  24 --
 dev-java/jfreechart/jfreechart-1.0.19-r2.ebuild|  71 --
 dev-java/jfreechart/metadata.xml   |  11 -
 dev-java/jfreesvg/jfreesvg-2.1-r1.ebuild   |  43 
 dev-java/jfreesvg/jfreesvg-3.0.ebuild  |  40 ---
 dev-java/jfreesvg/metadata.xml |  16 --
 dev-java/jgraphx/jgraphx-4.2.2.ebuild  |  40 ---
 dev-java/jgraphx/metadata.xml  |  19 --
 .../files/jlatexmath-fop-1.0.3-fixpaths.patch  |  13 -
 dev-java/jlatexmath-fop/files/version.xml  |   5 -
 .../jlatexmath-fop/jlatexmath-fop-1.0.3.ebuild |  48 
 dev-java/jlatexmath-fop/metadata.xml   |  13 -
 dev-java/jlatexmath/jlatexmath-1.0.3.ebuild|  30 ---
 dev-java/jlatexmath/metadata.xml   |  13 -
 .../jogl/files/1.1.0/fix-solaris-compiler.patch|  41 ---
 dev-java/jogl/files/1.1.0/uncouple-gluegen.patch   |  32 ---
 dev-java/jogl/jogl-2.2.4.ebuild|  70 --
 dev-java/jogl/metadata.xml |  18 --
 dev-java/jrosetta/files/api-build.xml  | 262 ---
 dev-java/jrosetta/files/build.xml  |  74 --
 dev-java/jrosetta/files/engine-build.xml   | 274 
 dev-java/jrosetta/jrosetta-1.0.4.ebuild|  39 ---
 dev-java/jrosetta/metadata.xml |   8 -
 dev-java/lucene/files/lucene-3.6.2-ant-1.10.patch  |  24 --
 .../lucene/files/lucene_contrib_icu4j_v50.patch|  20 --
 dev-java/lucene/lucene-3.6.2-r2.ebuild | 162 
 dev-java/lucene/lucene-5.2.1.ebuild| 211 
 dev-java/lucene/lucene-8.4.0.ebuild| 223 -
 dev-java/lucene/metadata.xml   |  12 -
 dev-java/skinlf/files/skinlf-6.7.10-build.xml  | 276 -
 dev-java/skinlf/files/skinlf-6.7.10-common.xml | 171 -
 .../skinlf-6.7.10-image-utils-without-jimi.patch   |  77 --
 dev-java/skinlf/metadata.xml   |   8 -
 dev-java/skinlf/skinlf-6.7.10.ebuild   |  56 -
 profiles/package.mask  |  15 --
 58 files changed, 3180 deletions(-)

diff --git a/dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch 
b/dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch
deleted file mode 100644
index 415301d20..0
--- a/dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN flexdock-orig/build.xml flexdock/build.xml
 flexdock-orig/build.xml2011-12-09 11:11:26.0 -0500
-+++ flexdock/build.xml 2011-12-20 18:47:57.277051174 -0500
-@@ -145,8 +145,6 @@
-  
-  
-   
--  
--  
-
- 
- 

diff --git a/dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch 
b/dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch
deleted file mode 100644
index 415301d20..0
--- a/dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN flexdock-orig/build.xml flexdock/build.xml
 flexdock-orig/build.xml2011-12-09 

[gentoo-commits] proj/sci:master commit in: dev-libs/optix/

2022-01-23 Thread Andrew Ammerlaan
commit: ceab893a25df16264ddaad52ece33e519e328015
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 11:47:38 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 11:47:38 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ceab893a

dev-libs/optix: cleanup old

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

 dev-libs/optix/optix-6.0.0.ebuild | 46 ---
 dev-libs/optix/optix-7.0.0.ebuild | 37 ---
 dev-libs/optix/optix-7.1.0.ebuild | 37 ---
 dev-libs/optix/optix-7.2.0.ebuild | 37 ---
 4 files changed, 157 deletions(-)

diff --git a/dev-libs/optix/optix-6.0.0.ebuild 
b/dev-libs/optix/optix-6.0.0.ebuild
deleted file mode 100644
index d0cb4c078..0
--- a/dev-libs/optix/optix-6.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake cuda
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix;
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-25650775.sh"
-
-SLOT="0/6"
-KEYWORDS="~amd64"
-RESTRICT="fetch"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="dev-util/nvidia-cuda-toolkit
-   virtual/opengl
-   media-libs/freeglut"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-CMAKE_USE_DIR=${S}/SDK
-
-pkg_nofetch() {
-   einfo "Please download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to your DISTDIR directory."
-   einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-   tail -n +218 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_prepare() {
-   cmake_src_prepare
-   rm -rf SDK-precompiled-samples
-   export PATH=$(cuda_gccdir):${PATH}
-}
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r doc include lib64
-}

diff --git a/dev-libs/optix/optix-7.0.0.ebuild 
b/dev-libs/optix/optix-7.0.0.ebuild
deleted file mode 100644
index c419a9cee..0
--- a/dev-libs/optix/optix-7.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix;
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64.sh"
-
-SLOT="0/7"
-KEYWORDS="~amd64"
-RESTRICT="fetch"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="
-   dev-util/nvidia-cuda-toolkit
-   media-libs/freeglut
-   virtual/opengl
-"
-S="${WORKDIR}"
-
-pkg_nofetch() {
-   einfo "Please download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to your DISTDIR directory."
-   einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-   tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_install() {
-   insinto /opt/${PN}
-   dodoc -r doc
-   doins -r include SDK
-}

diff --git a/dev-libs/optix/optix-7.1.0.ebuild 
b/dev-libs/optix/optix-7.1.0.ebuild
deleted file mode 100644
index afeda2b32..0
--- a/dev-libs/optix/optix-7.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix;
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
-
-SLOT="0/7"
-KEYWORDS="~amd64"
-RESTRICT="fetch"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="
-   dev-util/nvidia-cuda-toolkit
-   media-libs/freeglut
-   virtual/opengl
-"
-S="${WORKDIR}"
-
-pkg_nofetch() {
-   einfo "Please download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to your DISTDIR directory."
-   einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-   tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
-}
-
-src_install() {
-   insinto /opt/${PN}
-   dodoc -r doc
-   doins -r include SDK
-}

diff --git a/dev-libs/optix/optix-7.2.0.ebuild 
b/dev-libs/optix/optix-7.2.0.ebuild
deleted file mode 100644
index 34dcf66c4..0
--- a/dev-libs/optix/optix-7.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="NVIDIA Ray Tracing Engine"
-HOMEPAGE="https://developer.nvidia.com/optix;
-SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
-S="${WORKDIR}"
-
-SLOT="0/7"
-KEYWORDS="~amd64"
-RESTRICT="fetch mirror"
-LICENSE="NVIDIA-r2"
-
-RDEPEND="
-   dev-util/nvidia-cuda-toolkit:=
-   media-libs/freeglut
-   virtual/opengl
-"
-
-pkg_nofetch() {
-   einfo "Please download ${SRC_URI} from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move it to your DISTDIR directory."
-   einfo 'DISTDIR value is available from `emerge --info`'
-}
-
-src_unpack() {
-   tail -n +223 

[gentoo-commits] proj/sci:master commit in: profiles/, sci-chemistry/MotionCor2/

2022-01-23 Thread Andrew Ammerlaan
commit: cff1f0a939454d8008a82d979c5fec491dd3f376
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:02:18 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:02:18 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cff1f0a9

sci-chemistry/MotionCor2: remove cuda flag

note says it has cuda 11 support but I can't test due to fetch restriction

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask| 1 -
 sci-chemistry/MotionCor2/MotionCor2-1.4.0.ebuild | 5 -
 2 files changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a1c408aaf..97bf66dcd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -34,7 +34,6 @@
 # cuda-10 is being removed from ::gentoo, mask revdeps in ::sci
 # for removal too. Removal in 90 days
 sci-physics/opticks
-sci-chemistry/MotionCor2
 
 # Andrew Ammerlaan 

[gentoo-commits] proj/sci:master commit in: dev-util/bcm/, dev-util/bcm/files/

2022-01-23 Thread Andrew Ammerlaan
commit: cb4f03b177dccbc42474c195228e2b81636819b8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:49:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:49:55 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cb4f03b1

dev-util/bcm: remove opticks lib

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-util/bcm/bcm-0.0.1_p20191110.ebuild | 19 ---
 dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch | 13 -
 dev-util/bcm/metadata.xml   |  7 ---
 3 files changed, 39 deletions(-)

diff --git a/dev-util/bcm/bcm-0.0.1_p20191110.ebuild 
b/dev-util/bcm/bcm-0.0.1_p20191110.ebuild
deleted file mode 100644
index 64611d6e9..0
--- a/dev-util/bcm/bcm-0.0.1_p20191110.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Boost cmake modules"
-HOMEPAGE="http://bcm.readthedocs.io;
-
-COMMIT="2045990a6ace40eb4c4a9f6e5cc1aeeaf7a05fc9"
-SRC_URI="https://github.com/simoncblyth/bcm/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-KEYWORDS="~amd64"
-LICENSE="Boost-1.0"
-SLOT="0"
-
-PATCHES=( "${FILESDIR}"/bcm-0.0.1_donot-send-error.patch )

diff --git a/dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch 
b/dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch
deleted file mode 100644
index 17c1c51ea..0
--- a/dev-util/bcm/files/bcm-0.0.1_donot-send-error.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: bcm-0.0.1_p20191110/share/bcm/cmake/BCMExport.cmake
-===
 bcm-0.0.1_p20191110.orig/share/bcm/cmake/BCMExport.cmake
-+++ bcm-0.0.1_p20191110/share/bcm/cmake/BCMExport.cmake
-@@ -12,7 +12,7 @@ function(bcm_get_target_package_source O
- if(TARGET_IMPORTED OR TARGET_ALIAS)
- get_property(TARGET_FIND_PACKAGE_NAME TARGET ${TARGET} PROPERTY 
INTERFACE_FIND_PACKAGE_NAME)
- if(NOT TARGET_FIND_PACKAGE_NAME)
--message(SEND_ERROR "The target ${TARGET_FIND_PACKAGE_NAME} 
does not have information about find_package() call.")
-+message(AUTHOR_WARNING "The target 
${TARGET_FIND_PACKAGE_NAME} does not have information about find_package() 
call.")
- endif()
- set(PKG_NAME ${TARGET_FIND_PACKAGE_NAME})
- get_property(TARGET_FIND_PACKAGE_VERSION TARGET ${TARGET} 
PROPERTY INTERFACE_FIND_PACKAGE_VERSION)

diff --git a/dev-util/bcm/metadata.xml b/dev-util/bcm/metadata.xml
deleted file mode 100644
index 7203fb853..0
--- a/dev-util/bcm/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-



[gentoo-commits] proj/sci:master commit in: dev-libs/optix/

2022-01-23 Thread Andrew Ammerlaan
commit: 504781317503147c49d3ea65de78b47e59993a59
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 11:47:09 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 11:47:09 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=50478131

dev-libs/optix: add version 7.4.0

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

 dev-libs/optix/optix-7.4.0.ebuild | 37 +
 1 file changed, 37 insertions(+)

diff --git a/dev-libs/optix/optix-7.4.0.ebuild 
b/dev-libs/optix/optix-7.4.0.ebuild
new file mode 100644
index 0..a3f61205e
--- /dev/null
+++ b/dev-libs/optix/optix-7.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="NVIDIA Ray Tracing Engine"
+HOMEPAGE="https://developer.nvidia.com/optix;
+SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
+S="${WORKDIR}"
+
+SLOT="0/7"
+KEYWORDS="~amd64"
+RESTRICT="fetch mirror"
+LICENSE="NVIDIA-r2"
+
+RDEPEND="
+   dev-util/nvidia-cuda-toolkit:=
+   media-libs/freeglut
+   virtual/opengl
+"
+
+pkg_nofetch() {
+   einfo "Please download ${SRC_URI} from:"
+   einfo "  ${HOMEPAGE}"
+   einfo "and move it to your DISTDIR directory."
+   einfo 'DISTDIR value is available from `emerge --info`'
+}
+
+src_unpack() {
+   tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   dodoc -r doc
+   doins -r include SDK
+}



[gentoo-commits] proj/sci:master commit in: profiles/, sci-biology/jtreeview/

2022-01-23 Thread Andrew Ammerlaan
commit: adf7383fa934d9a68a5ebb9d394fd963b1dd8c57
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:53:13 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:53:13 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=adf7383f

sci-biology/jtreeview: remove old java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask|  4 ---
 sci-biology/jtreeview/jtreeview-1.2.0.ebuild | 39 
 sci-biology/jtreeview/jtreeview-.ebuild  | 30 -
 sci-biology/jtreeview/metadata.xml   | 16 
 4 files changed, 89 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0781ef1e3..9a0a75e44 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -76,7 +76,3 @@ sci-biology/quorum
 # No updates since 2009(!), no longer compiles
 # Removal in 30 days
 sci-biology/jigsaw
-
-# Andrew Ammerlaan http://jtreeview.sourceforge.net/; # no https
-SRC_URI="
-   
https://sourceforge.net/projects/jtreeview/files/jtreeview/${PV}/TreeView-${PV}-src.tar.gz
-   
https://sourceforge.net/projects/jtreeview/files/helper-scripts/0.0.2/helper-scripts-0.0.2.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">virtual/jdk-1.7:*
-   dev-java/nanoxml"
-RDEPEND="${DEPEND}
-   >=virtual/jre-1.7:*"
-
-S="${WORKDIR}/TreeView-${PV}-src"
-JAVA_PKG_BSFIX_NAME="${S}"
-
-# TODO: use xltproc to create docs following TreeView-1.1.6r4-src/doc/README
-
-src_install(){
-   java-pkg_dojar TreeView.jar
-   java-pkg_dolauncher ${PN} TreeView.jar
-   cd ../helper-scripts-0.0.2 || die
-   perl_set_version
-   perl_domodule *.pm
-   perl_domodule *.pl
-   insinto /usr/share/"${PN}"/examples
-   doins blues.color
-   newdoc README README.helper-scripts
-}

diff --git a/sci-biology/jtreeview/jtreeview-.ebuild 
b/sci-biology/jtreeview/jtreeview-.ebuild
deleted file mode 100644
index 316368b4e..0
--- a/sci-biology/jtreeview/jtreeview-.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit perl-module java-pkg-2 java-ant-2 git-r3
-
-DESCRIPTION="Viewer for Microarray Data in PCL or CDT formats"
-HOMEPAGE="http://jtreeview.sourceforge.net/; # no https
-EGIT_REPO_URI="https://bitbucket.org/TreeView3Dev/treeview3.git;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND=">virtual/jdk-1.7:*"
-RDEPEND="${DEPEND}
-   >=virtual/jre-1.7:*"
-
-src_install(){
-   java-pkg_dojar TreeView.jar
-   java-pkg_dolauncher ${PN} TreeView.jar
-   cd ../helper-scripts-0.0.2 || die
-   perl_set_version
-   perl_domodule *.pm
-   perl_domodule *.pl
-   insinto /usr/share/"${PN}"/examples
-   doins blues.color
-   newdoc README README.helper-scripts
-}

diff --git a/sci-biology/jtreeview/metadata.xml 
b/sci-biology/jtreeview/metadata.xml
deleted file mode 100644
index 5139daeeb..0
--- a/sci-biology/jtreeview/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-   
-   TreeView3Dev/treeview3
-   jtreeview
-   
-



[gentoo-commits] proj/sci:master commit in: profiles/, sci-misc/europa-bin/

2022-01-23 Thread Andrew Ammerlaan
commit: a07eea4472011a3432752345ec02b29269820149
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:52:13 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:52:13 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a07eea44

sci-misc/europa-bin: remove package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask   |  4 --
 sci-misc/europa-bin/europa-bin-1.1.0.ebuild | 57 -
 sci-misc/europa-bin/metadata.xml| 12 --
 3 files changed, 73 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0063312a2..0781ef1e3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -65,10 +65,6 @@ sci-misc/opennlp-maxent
 # Removal in 30 days
 dev-lang/terra
 
-# Andrew Ammerlaan https://github.com/gmarcais/Quorum/issues/2

diff --git a/sci-misc/europa-bin/europa-bin-1.1.0.ebuild 
b/sci-misc/europa-bin/europa-bin-1.1.0.ebuild
deleted file mode 100644
index ad502cfac..0
--- a/sci-misc/europa-bin/europa-bin-1.1.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="JupyterLab's Desktop client in electron"
-HOMEPAGE="https://github.com/suyashmahar/europa;
-SRC_URI="https://drive.google.com/uc?export=download=1c6NYXJgioU4_2v-CQ6oxtb1jzMMhDeMo
 -> ${P}.tar.xz"
-
-KEYWORDS="-* ~amd64"
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/libappindicator
-   dev-libs/nspr
-   dev-libs/nss
-   dev-python/jupyterlab
-   media-libs/alsa-lib
-   net-print/cups
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libnotify
-   x11-libs/libxcb
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libxkbcommon
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libXScrnSaver
-   x11-libs/pango
-"
-
-QA_PREBUILT="/opt/${PN//-bin}*"
-
-S="${WORKDIR}"
-
-src_install() {
-   # Move icon to correct dir
-   mv usr/share/icons/hicolor/0x0 usr/share/icons/hicolor/256x256 || die
-   # Write name in desktop file with capital letter
-   sed -i -e 's/Name=europa/Name=Europa/g' 
usr/share/applications/europa.desktop || die
-
-   mv "${S}"/* "${ED}" || die
-}

diff --git a/sci-misc/europa-bin/metadata.xml b/sci-misc/europa-bin/metadata.xml
deleted file mode 100644
index 0c2747670..0
--- a/sci-misc/europa-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   suyashmahar/europa
-   https://github.com/suyashmahar/europa/issues
-   
-   
-   s...@gentoo.org
-   Gentoo Science Project
-   
-



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

2022-01-23 Thread Andrew Ammerlaan
commit: 8794b14e59f5e7e7dab6326640d8d2c95201aec0
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:51:31 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:51:31 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8794b14e

media-libs/imgui: remove opticks lib

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 media-libs/imgui/files/imgui-1.48-pkgconfig.patch | 65 ---
 media-libs/imgui/imgui-1.80.ebuild| 22 
 media-libs/imgui/metadata.xml |  7 ---
 3 files changed, 94 deletions(-)

diff --git a/media-libs/imgui/files/imgui-1.48-pkgconfig.patch 
b/media-libs/imgui/files/imgui-1.48-pkgconfig.patch
deleted file mode 100644
index 14744138e..0
--- a/media-libs/imgui/files/imgui-1.48-pkgconfig.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-Index: imgui-1.73/CMakeLists.txt
-===
 imgui-1.73.orig/CMakeLists.txt
-+++ imgui-1.73/CMakeLists.txt
-@@ -7,24 +7,18 @@ but has now been moved into my ImGui for
- 
- set(name ImGui)
- project(${name} VERSION 0.1.0)
--include(OpticksBuildOptions)
-+include(FindPkgConfig)
-+pkg_check_modules(OpticksGLEW REQUIRED glew)
-+message(STATUS "ImGui.OpticksGLEW_INCLUDE_DIRS : ${OpticksGLEW_INCLUDE_DIRS}")
-+message(STATUS "ImGui.OpticksGLEW_LIBRARIES : ${OpticksGLEW_LIBRARIES}")
- 
--set(OpticksGLEW_VERBOSE ON)
--find_package(OpticksGLEW REQUIRED MODULE)
--message(STATUS "ImGui.OpticksGLEW_INCLUDE_DIR : ${OpticksGLEW_INCLUDE_DIR}")
--message(STATUS "ImGui.OpticksGLEW_LIBRARY : ${OpticksGLEW_LIBRARY}")
-+find_package(glfw3 REQUIRED Config)
- 
--find_package(OpticksGLFW REQUIRED MODULE)
--message(STATUS "ImGui.OpticksGLFW_INCLUDE_DIR : ${OpticksGLFW_INCLUDE_DIR}")
--message(STATUS "ImGui.OpticksGLFW_LIBRARY : ${OpticksGLFW_LIBRARY}")
--
--
--set(IMGUI_DEFINITIONS
--)
-+set(IMGUI_DEFINITIONS)
- 
- set(LIBRARIES
--   ${OpticksGLEW_LIBRARY} 
--   ${OpticksGLFW_LIBRARY}
-+   ${OpticksGLEW_LIBRARIES}
-+   glfw
- )
- 
- if(APPLE)
-@@ -92,13 +86,13 @@ set(INCLUDE_DIRS
-${CMAKE_CURRENT_BINARY_DIR}
- 
-${ImGui_SOURCE_DIR}/examples/opengl3_example
--   ${OpticksGLEW_INCLUDE_DIR} 
--   ${OpticksGLFW_INCLUDE_DIR} 
-+   ${OpticksGLEW_INCLUDE_DIRS}
-+   ${GLFW_INCLUDE_DIR}
- )
- 
- set(DEFINITIONS
-${OpticksGLEW_DEFINITIONS}
--   ${OpticksGLFW_DEFINITIONS}
-+   ${GLFW_DEFINITIONS}
-${IMGUI_DEFINITIONS}
- )
- 
-@@ -139,8 +133,8 @@ endif(WIN32)
- 
- target_link_libraries(${name} ${LIBRARIES})
- 
--install(TARGETS ${name}  DESTINATION externals/lib)
--install(FILES ${HEADERS} DESTINATION externals/include/${name})
-+install(TARGETS ${name}  DESTINATION ${LIBDIR})
-+install(FILES ${HEADERS} DESTINATION include/${name})
- 
- 
- #[=[

diff --git a/media-libs/imgui/imgui-1.80.ebuild 
b/media-libs/imgui/imgui-1.80.ebuild
deleted file mode 100644
index 239f915ed..0
--- a/media-libs/imgui/imgui-1.80.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Bloat-free graphical user interface library for C++"
-HOMEPAGE="https://github.com/simoncblyth/imgui;
-SRC_URI="https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="media-libs/glew:0"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   insinto "/usr/include/${PN}"
-   doins *.h
-   insinto "/usr/include/${PN}/backend"
-   doins backends/*.h
-}

diff --git a/media-libs/imgui/metadata.xml b/media-libs/imgui/metadata.xml
deleted file mode 100644
index 7203fb853..0
--- a/media-libs/imgui/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   hero...@gentoo.org
-   
-



[gentoo-commits] proj/sci:master commit in: profiles/, sci-biology/pilon-bin/

2022-01-23 Thread Andrew Ammerlaan
commit: d0fcff8a955005d6edf20a3e019ab83d0f0a7864
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:55:20 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:55:20 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d0fcff8a

sci-biology/cramtools: remove old java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask   |  1 -
 sci-biology/pilon-bin/metadata.xml  | 12 
 sci-biology/pilon-bin/pilon-bin-1.24.ebuild | 29 -
 3 files changed, 42 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 275d7f3fc..1440925e0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,7 +56,6 @@ sci-biology/conrad
 sci-libs/jhdf5
 # ancient java, can't update due to gradle/maven limitation
 dev-java/htsjdk
-sci-biology/pilon-bin
 sci-misc/opennlp-maxent
 
 # Andrew Ammerlaan 
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-

diff --git a/sci-biology/pilon-bin/pilon-bin-1.24.ebuild 
b/sci-biology/pilon-bin/pilon-bin-1.24.ebuild
deleted file mode 100644
index 49d15366f..0
--- a/sci-biology/pilon-bin/pilon-bin-1.24.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
-
-inherit java-pkg-2
-
-DESCRIPTION="Fix assembled reference using BAM-aligned reads, call SNPs"
-HOMEPAGE="
-   https://github.com/broadinstitute/pilon
-   https://github.com/broadinstitute/pilon/wiki;
-SRC_URI="https://github.com/broadinstitute/pilon/releases/download/v${PV}/pilon-${PV}.jar;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# contains bundled sbt-assembly module
-DEPEND=">=virtual/jdk-1.7:*"
-RDEPEND="${DEPEND}
-   >=virtual/jre-1.7:*
-   >=dev-java/htsjdk-1.130"
-
-S="${WORKDIR}"
-
-src_install(){
-   cp -p "${DISTDIR}"/pilon-${PV}.jar . || die
-   java-pkg_dojar pilon-${PV}.jar
-}



[gentoo-commits] proj/sci:master commit in: sci-biology/cramtools/, profiles/

2022-01-23 Thread Andrew Ammerlaan
commit: 86e4e275f65c24db50b905dbfe2d1b873ebbfe50
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:54:56 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:54:56 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=86e4e275

sci-biology/cramtools: remove old java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask  |  1 -
 sci-biology/cramtools/cramtools-3.0.ebuild | 34 --
 sci-biology/cramtools/metadata.xml | 15 -
 3 files changed, 50 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cfebeb744..275d7f3fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,7 +56,6 @@ sci-biology/conrad
 sci-libs/jhdf5
 # ancient java, can't update due to gradle/maven limitation
 dev-java/htsjdk
-sci-biology/cramtools
 sci-biology/pilon-bin
 sci-misc/opennlp-maxent
 

diff --git a/sci-biology/cramtools/cramtools-3.0.ebuild 
b/sci-biology/cramtools/cramtools-3.0.ebuild
deleted file mode 100644
index b57f4fb26..0
--- a/sci-biology/cramtools/cramtools-3.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Java tools and APIs for efficient compression of sequence read 
data"
-HOMEPAGE="http://www.ebi.ac.uk/ena/software/cram-toolkit
-   https://github.com/enasequence/cramtools;
-SRC_URI="https://github.com/enasequence/cramtools/archive/v3.0.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   >=virtual/jdk-1.7:*
-   dev-java/ant-core
-   dev-java/htsjdk"
-RDEPEND="
-   ${DEPEND}
-   >=virtual/jre-1.7:*"
-
-# TODO: zap bundled htsjdk to ensure it uses dev-java/htsjdk?
-# https://github.com/enasequence/cramtools/issues/58
-# https://github.com/enasequence/cramtools/issues/59
-src_compile(){
-   ant -f build/build.xml runnable || die
-}
-
-src_install() {
-   java-pkg_newjar "${P}.jar" "${PN}.jar"
-}

diff --git a/sci-biology/cramtools/metadata.xml 
b/sci-biology/cramtools/metadata.xml
deleted file mode 100644
index 5a55ad312..0
--- a/sci-biology/cramtools/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-   
-   enasequence/cramtools
-   
-



[gentoo-commits] proj/sci:master commit in: profiles/, sci-biology/conrad/

2022-01-23 Thread Andrew Ammerlaan
commit: bbe535dab6b27aead446cd142b5385fb47f10496
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:57:22 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:57:22 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bbe535da

sci-biology/conrad: remove ancient java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask  |  2 --
 sci-biology/conrad/conrad-1.ebuild | 52 --
 sci-biology/conrad/metadata.xml| 15 ---
 3 files changed, 69 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3c8ff3880..a5e397fa4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -50,8 +50,6 @@ dev-java/jcommon
 dev-java/skinlf
 dev-java/jrosetta
 dev-java/freehep-graphicsio-emf
-# and also mask this which hasn't seen an upstream release since 2007!
-sci-biology/conrad
 # depends on dev-java/args4j which is being last-rited from ::gentoo
 sci-libs/jhdf5
 # ancient java, can't update due to gradle/maven limitation

diff --git a/sci-biology/conrad/conrad-1.ebuild 
b/sci-biology/conrad/conrad-1.ebuild
deleted file mode 100644
index bca495174..0
--- a/sci-biology/conrad/conrad-1.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
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Ab initio- and ad hoc evidence-based (RNA-Seq, BLAST) gene/ORF 
predictor"
-HOMEPAGE="https://sourceforge.net/projects/conradcrf;
-SRC_URI="https://downloads.sourceforge.net/project/conradcrf/conradcrf/Version%201/conradSrc.zip
 -> ${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=virtual/jre-1.5:*
-   =dev-java/commons-lang-2.1:*
-   dev-java/colt
-   dev-java/dom4j
-   "
-   # spring # see bug #97004
-   # dev-java/LBFGS # LBFGS is a numericla library we use internally for 
the solver
-DEPEND="${RDEPEND}
-   >=virtual/jdk-1.5:*
-   =dev-java/jfreechart-1.0.3
-   >=dev-java/jcommon-1.0.6
-   >=dev-java/commons-math-1.1
-   "
-BDEPEND="app-arch/unzip"
-S="${WORKDIR}"
-
-src_prepare(){
-   default
-   sed -e s'#lib/conrad.jar#/usr/share/conrad/lib/conrad.jar#' -i 
bin/conrad.sh || die
-}
-
-src_compile(){
-   cd dev || die
-   ant compile || die
-}
-
-src_install() {
-   dobin bin/conrad.sh
-   java-pkg_dojar lib/conrad.jar
-   java-pkg_dolauncher conrad --jar conrad.jar
-   dodoc -r docs models samples trainingFiles
-}

diff --git a/sci-biology/conrad/metadata.xml b/sci-biology/conrad/metadata.xml
deleted file mode 100644
index 814dcabcc..0
--- a/sci-biology/conrad/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-   
-   conradcrf
-   
-



[gentoo-commits] proj/sci:master commit in: dev-lang/terra/, profiles/

2022-01-23 Thread Andrew Ammerlaan
commit: 6246a1d0eac46a7f36ba0d13660f94612252bcfd
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:56:42 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:56:42 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6246a1d0

dev-lang/terra: remove broken package without consumers

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-lang/terra/metadata.xml | 14 --
 dev-lang/terra/terra-1.0.0_beta2.ebuild | 46 -
 profiles/package.mask   |  5 
 3 files changed, 65 deletions(-)

diff --git a/dev-lang/terra/metadata.xml b/dev-lang/terra/metadata.xml
deleted file mode 100644
index 5f4b89aee..0
--- a/dev-lang/terra/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   ott...@gentoo.org
-   Christoph Junghans
-   
-   
-   zdevito/terra
-   
-   
-   Enable CUDA
-   
-

diff --git a/dev-lang/terra/terra-1.0.0_beta2.ebuild 
b/dev-lang/terra/terra-1.0.0_beta2.ebuild
deleted file mode 100644
index d9b087cf9..0
--- a/dev-lang/terra/terra-1.0.0_beta2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PV="${PV//_/-}"
-
-LUA_COMPAT=( lua5-{1..4} )
-
-inherit cmake llvm lua-single
-
-DESCRIPTION="A low-level counterpart to Lua"
-HOMEPAGE="http://terralang.org/;
-SRC_URI="https://github.com/zdevito/terra/archive/release-${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="cuda"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-DEPEND="${LUA_DEPS}
-   cuda? ( dev-util/nvidia-cuda-toolkit )"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   sys-devel/clang:*
-   sys-devel/llvm:=
-   dev-lang/luajit:=
-"
-
-S="${WORKDIR}/${PN}-release-${MY_PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_PREFIX_PATH="$(get_llvm_prefix)"
-   -DTERRA_ENABLE_CUDA="$(usex cuda ON OFF)"
-   -DTERRA_STATIC_LINK_LLVM=OFF
-   -DTERRA_SLIB_INCLUDE_LLVM=OFF
-   -DTERRA_STATIC_LINK_LUAJIT=OFF
-   -DTERRA_SLIB_INCLUDE_LUAJIT=OFF
-   )
-
-   cmake_src_configure
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 05b64ba7b..3c8ff3880 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,8 +56,3 @@ sci-biology/conrad
 sci-libs/jhdf5
 # ancient java, can't update due to gradle/maven limitation
 dev-java/htsjdk
-
-# Andrew Ammerlaan 

[gentoo-commits] proj/sci:master commit in: profiles/, sci-biology/jigsaw/

2022-01-23 Thread Andrew Ammerlaan
commit: 63e2ae8446c888f254baf9d9b4d6128488dbd110
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:53:46 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:53:46 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=63e2ae84

sci-biology/jigsaw: remove old java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask|  5 -
 sci-biology/jigsaw/jigsaw-3.2.10m.ebuild | 28 
 sci-biology/jigsaw/metadata.xml  | 12 
 3 files changed, 45 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 9a0a75e44..020a30666 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -71,8 +71,3 @@ dev-lang/terra
 # https://github.com/gmarcais/Quorum/issues/1
 # Removal in 30 days
 sci-biology/quorum
-
-# Andrew Ammerlaan https://www.cbcb.umd.edu/software/jigsaw;
-SRC_URI="https://www.cbcb.umd.edu/software/jigsaw/${P}.tar.gz;
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS=""
-
-S="${WORKDIR}/${PN}-${PV//m}"
-
-src_compile() {
-   cd src/main || die
-   emake
-   cd ../../lib/oc1
-   emake
-}
-
-src_install() {
-   cd src/main || die
-   emake DESTDIR="${ED}" install
-   cd ../../lib/oc1
-   emake DESTDIR="${ED}" install
-}

diff --git a/sci-biology/jigsaw/metadata.xml b/sci-biology/jigsaw/metadata.xml
deleted file mode 100644
index 138cb7705..0
--- a/sci-biology/jigsaw/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-



[gentoo-commits] proj/sci:master commit in: sci-misc/opennlp-maxent/, profiles/

2022-01-23 Thread Andrew Ammerlaan
commit: e34548e8ca461e26db7ae99f97e91b2f9d9264d2
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:55:54 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:55:54 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e34548e8

sci-misc/opennlp-maxent: remove old java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask  |  1 -
 sci-misc/opennlp-maxent/metadata.xml   | 10 
 .../opennlp-maxent/opennlp-maxent-3.0.0.ebuild | 53 --
 3 files changed, 64 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1440925e0..05b64ba7b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,7 +56,6 @@ sci-biology/conrad
 sci-libs/jhdf5
 # ancient java, can't update due to gradle/maven limitation
 dev-java/htsjdk
-sci-misc/opennlp-maxent
 
 # Andrew Ammerlaan 
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   flam...@gentoo.org
-   
-   
-   maxent
-   
-

diff --git a/sci-misc/opennlp-maxent/opennlp-maxent-3.0.0.ebuild 
b/sci-misc/opennlp-maxent/opennlp-maxent-3.0.0.ebuild
deleted file mode 100644
index 2acf4706d..0
--- a/sci-misc/opennlp-maxent/opennlp-maxent-3.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="source examples doc"
-
-inherit java-pkg-2 java-ant-2
-
-MY_PN="maxent"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Maximum entropy model implementation for opennlp"
-HOMEPAGE="http://maxent.sourceforge.net/about.html;
-SRC_URI="mirror://sourceforge/maxent/${P}-src.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEP="
-   dev-java/java-getopt:1
-   dev-java/trove:0"
-DEPEND=">=virtual/jdk-1.6:*
-   ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.6:*
-   ${COMMON_DEP}"
-
-EANT_BUILD_TARGET="compile package"
-
-src_prepare() {
-   default
-   cd "${S}"/lib || die
-   rm -v *.jar || die "failed to rm jars"
-   java-pkg_jarfrom java-getopt-1 gnu.getopt.jar java-getopt.jar
-   java-pkg_jarfrom trove
-}
-
-src_install() {
-   java-pkg_newjar output/${MY_P}.jar
-   java-pkg_dohtml docs/*html docs/*css docs/*jpg
-   if use doc ; then
-   java-pkg_dojavadoc docs/api
-   fi
-   if use source ; then
-   java-pkg_dosrc src/java/opennlp
-   fi
-   if use examples ; then
-   java-pkg_doexamples samples
-   fi
-   dodoc AUTHORS CHANGES COMMANDLINE README
-   # java-pkg_dolauncher
-}



[gentoo-commits] proj/sci:master commit in: profiles/, sci-biology/quorum/, sci-biology/quorum/files/

2022-01-23 Thread Andrew Ammerlaan
commit: bbd189a0826dc274c1378aa8a791b63c9d101c5a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:54:13 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:54:13 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bbd189a0

sci-biology/quorum: remove old java package

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 profiles/package.mask  |  7 --
 .../quorum/files/quorum-0.2.1-use-jellyfish1.patch | 74 --
 sci-biology/quorum/metadata.xml| 12 
 sci-biology/quorum/quorum-1.1.1.ebuild | 28 
 4 files changed, 121 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 020a30666..cfebeb744 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -64,10 +64,3 @@ sci-misc/opennlp-maxent
 # Broken, no consumers
 # Removal in 30 days
 dev-lang/terra
-
-# Andrew Ammerlaan https://github.com/gmarcais/Quorum/issues/2
-# https://github.com/gmarcais/Quorum/issues/1
-# Removal in 30 days
-sci-biology/quorum

diff --git a/sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch 
b/sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch
deleted file mode 100644
index b5b68a8fb..0
--- a/sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch
+++ /dev/null
@@ -1,74 +0,0 @@
 src/error_correct_reads.cc 2018-04-21 14:25:41.310473159 +0200
-+++ src/error_correct_reads.cc 2018-04-21 14:26:58.262493179 +0200
-@@ -25,9 +25,9 @@
- #endif
- 
- //#define DEBUG 1
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
- 
- #include 
- #include 
 src/combine_jf_dbs.cc  2018-04-21 14:25:50.220707057 +0200
-+++ src/combine_jf_dbs.cc  2018-04-21 14:27:04.652660923 +0200
-@@ -1,9 +1,9 @@
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- 
- int main(int argc, char *argv[])
 src/error_correct_reads.hpp2018-04-21 14:26:10.091228666 +0200
-+++ src/error_correct_reads.hpp2018-04-21 14:27:09.792795853 +0200
-@@ -2,12 +2,12 @@
- #define __ERROR_CORRECT_READS_HPP__
- 
- #include 
--#include 
--#include 
--#include 
--#include 
--#include 
--#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
 configure.ac.ori   2018-04-21 15:00:35.225439196 +0200
-+++ configure.ac   2018-04-21 15:01:37.977086449 +0200
-@@ -28,7 +28,7 @@
- JELLYFISH_VERSION=$(pkg-config --modversion jellyfish-1.1)
- AC_SUBST([JELLYFISH_VERSION])
- AC_ARG_VAR([JELLYFISH], [Jellyfish executable absolute path (default to 
looking in PATH)])
--AS_IF([test "x$JELLYFISH" = "x"], [AC_PATH_PROG([JELLYFISH], [jellyfish], 
[false])])
-+AS_IF([test "x$JELLYFISH" = "x"], [AC_PATH_PROG([JELLYFISH], [jellyfish1], 
[false])])
- 
- AC_ARG_VAR([JF_LIB_PATH], [Append this path to LD_LIBRARY_PATH in quorum])
- 
-@@ -47,7 +47,7 @@
- # --with-relative-jf-path
- AC_ARG_WITH([relative-jf-path],
- [AC_HELP_STRING([--with-relative-jf-path], [relative path from 
quorum to jellyfish (use an absolute path if not given. default to "." if given 
with no argument)])],
--[case "$withval" in (yes) with_relative_jf_path="jellyfish" ;; 
(no) with_relative_jf_path= ;; (*) with_relative_jf_path=$withval/jellyfish ;; 
esac],
-+[case "$withval" in (yes) with_relative_jf_path="jellyfish1" ;; 
(no) with_relative_jf_path= ;; (*) with_relative_jf_path=$withval/jellyfish1 ;; 
esac],
- [with_relative_jf_path= ])
- AC_SUBST([RELATIVE_JF_PATH], $with_relative_jf_path)
- AM_CONDITIONAL([HAVE_RELATIVE_JF_PATH], [test x$with_relative_jf_path != x])

diff --git a/sci-biology/quorum/metadata.xml b/sci-biology/quorum/metadata.xml
deleted file mode 100644
index 138cb7705..0
--- a/sci-biology/quorum/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-

diff --git a/sci-biology/quorum/quorum-1.1.1.ebuild 
b/sci-biology/quorum/quorum-1.1.1.ebuild
deleted file mode 100644
index 4af286fcb..0
--- a/sci-biology/quorum/quorum-1.1.1.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
-
-DESCRIPTION="Correct substitution errors in Illumina reads"
-HOMEPAGE="http://www.genome.umd.edu/quorum.html
-   https://github.com/gmarcais/Quorum;
-SRC_URI="https://github.com/gmarcais/Quorum/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=sci-biology/jellyfish-2.1.4:2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   # fix jellyfish include path
-   find 

[gentoo-commits] proj/sci:master commit in: sci-physics/opticks/

2022-01-23 Thread Andrew Ammerlaan
commit: 62aa262b721a1fd4059bd652e5e86a44de6d8e86
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan 23 12:48:47 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan 23 12:48:47 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=62aa262b

sci-physics/opticks: remove package (2)

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-physics/opticks/opticks-0.1.6.ebuild | 106 ---
 1 file changed, 106 deletions(-)

diff --git a/sci-physics/opticks/opticks-0.1.6.ebuild 
b/sci-physics/opticks/opticks-0.1.6.ebuild
deleted file mode 100644
index bb2abc665..0
--- a/sci-physics/opticks/opticks-0.1.6.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit cmake cuda python-any-r1
-
-DESCRIPTION="GPU Optical Photon Simulation for Particle Physics"
-HOMEPAGE="https://simoncblyth.bitbucket.io;
-SRC_URI="https://bitbucket.org/simoncblyth/opticks/get/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/simoncblyth-${PN}-b75b5929b6cf"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-util/nvidia-cuda-toolkit
-   dev-libs/optix
-   media-libs/assimp
-   media-libs/glfw
-   media-libs/glew:0
-   media-libs/glm
-   media-libs/imgui
-   sci-physics/geant[gdml]
-"
-DEPEND="
-   dev-libs/boost:=
-   dev-util/bcm
-   dev-util/plog
-   ${PYTHON_DEPS}
-   ${RDEPEND}
-"
-# PATCHES=(
-#  "${FILESDIR}"/opticks-0.0.1_split-cmake.patch
-#  "${FILESDIR}"/opticks-0.0.1_okconf.patch
-#  "${FILESDIR}"/opticks-0.0.1_cuda-helper.patch
-#  "${FILESDIR}"/opticks-0.0.1_extG4-CLHEP.patch
-#  "${FILESDIR}"/opticks-0.0.1_python-helper.patch
-# )
-# CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindBoost"
-
-pkg_setup() {
-   # opticks combined build is not parallel.
-   #export MAKEOPTS="-j1"
-
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   cmake_src_prepare
-
-   # do not add the default '-O2' that results in nvcc error of
-   # nvcc fatal   : redefinition of argument 'optimize'
-   export NVCCFLAGS=
-   cuda_src_prepare
-
-   # do not install the tests
-   for f in $(find -path '*/tests/CMakeLists.txt'); do
-   ebegin "Removing installation phrase from ${f}"
-   sed '/install(TARGETS/d' -i ${f} || die
-   eend $?
-   done
-   # do not install test scripts
-   ebegin "Removing test scripts installation from 
optixrap/{,tests/}CMakeLists.txt"
-   sed -e '/install(PROGRAMS/d' \
-   -e '/installcache/d' \
-   -i optixrap/CMakeLists.txt \
-   -i optixrap/tests/CMakeLists.txt || die
-   eend $?
-   ebegin "Removing test scripts installation from 
ggeo/tests/CMakeLists.txt"
-   sed -e '/install(FILES/,/)/d' -i ggeo/tests/CMakeLists.txt || die
-   eend $?
-   ebegin "Moving glsl into share in oglrap/CMakeLists.txt"
-   sed -e "s,gl),share/${PN}/gl)," -i oglrap/CMakeLists.txt || die
-   eend $?
-
-   ebegin "Removing python bindings from sysrap/CMakeLists.txt"
-   sed -e "/py\/opticks\/sysrap/d" -i sysrap/CMakeLists.txt || die
-   eend $?
-
-   # integrated build OpticksBuildOptions is included at the top
-   for f in */CMakeLists.txt; do
-   ebegin "Removing OpticksBuildOptions include from ${f}"
-   sed '/OpticksBuildOptions/d' -i ${f} || die
-   eend $?
-   done
-
-   # include/Opticks instead of OpticksCore
-   sed -e 's,include/OpticksCore,include/Opticks,' -i 
optickscore/OpticksFlags.cc \
-   -i npy/Types.cpp \
-   -i ana/base.py || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_MODULE_PATH="${S}"/cmake/Modules
-   -DOptiX_INSTALL_DIR="${EPREFIX}/opt/optix"
-   -DCUDA_SDK_ROOT_DIR="${EPREFIX}/opt/cuda/sdk"
-   -DCOMPUTE_CAPABILITY=61
-   -DCUDA_NVCC_FLAGS="${NVCCFLAGS}"
-   -DBoost_NO_BOOST_CMAKE=ON
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-imaging/

2022-01-23 Thread Florian Schmaus
commit: b85f0b6e93f0992b51ca729c1ff0494516104ae3
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Jan 22 19:17:22 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jan 23 09:40:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85f0b6e

dev-java/commons-imaging: bump to 1.0_alpha2

Bug: https://bugs.gentoo.org/739352
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/commons-imaging/Manifest  |  1 +
 .../commons-imaging-1.0_alpha2.ebuild  | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-java/commons-imaging/Manifest 
b/dev-java/commons-imaging/Manifest
index 13bebfeb5b85..45b19bed2419 100644
--- a/dev-java/commons-imaging/Manifest
+++ b/dev-java/commons-imaging/Manifest
@@ -1 +1,2 @@
 DIST apache-sanselan-incubating-0.97-src.tar.gz 33317875 BLAKE2B 
c9db6c30accc308d2c5d5977b84da118ab50b010b3728665a75dab13f9fecb70075e2d2208a62fabc57af7396f7c39b1ec498e0840e5a2c9c8de9b95d2dd597a
 SHA512 
b7e8af01f4b4ca812313bbf573758d9c0e1355266bfb83898336b14c4b492a8979f2a593f00d53c076e83cf807a049df624491a26623cfbceb00560b748f05f2
+DIST commons-imaging-1.0-alpha2-src.tar.gz 39798631 BLAKE2B 
01d0754689896a1f2ff1401cac7d9f59a6bbb245c0880f24f857efc53975c1203c6857d7a5d107763741a2dec7fb48c4faa258786f574cf2f3c5acca251e368b
 SHA512 
f2479e0dc726a8d1193f4eef6289efe493cfbbe257054b5a13e929f5785f7a2c9c937e3f379e0f0066c591d18be27d12f1e5157e789eebab78fba489cc81e688

diff --git a/dev-java/commons-imaging/commons-imaging-1.0_alpha2.ebuild 
b/dev-java/commons-imaging/commons-imaging-1.0_alpha2.ebuild
new file mode 100644
index ..9ec64af99b77
--- /dev/null
+++ b/dev-java/commons-imaging/commons-imaging-1.0_alpha2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
mirror://apache/commons/imaging/source/commons-imaging-1.0-alpha2-src.tar.gz 
--slot 0 --keywords "~amd64 ~x86" --ebuild commons-imaging-1.0_alpha2.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.apache.commons:commons-imaging:1.0-alpha2"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Apache Commons Imaging (previously Sanselan) is a pure-Java image 
library."
+HOMEPAGE="https://commons.apache.org/proper/commons-imaging/;
+SRC_URI="mirror://apache/commons/imaging/source/commons-imaging-${PV/_/-}-src.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Compile dependencies
+# POM: pom.xml
+# test? commons-io:commons-io:2.7 -> >=dev-java/commons-io-2.11.0:1
+# test? org.hamcrest:hamcrest:2.2 -> !!!artifactId-not-found!!!
+# test? org.junit.jupiter:junit-jupiter:5.6.2 -> !!!groupId-not-found!!!
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+DOCS=( {LICENSE,NOTICE,RELEASE-NOTES}.txt README.md )
+
+S="${WORKDIR}/${P/_/-}-src"
+
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+src_install() {
+   default # https://bugs.gentoo.org/789582
+   java-pkg-simple_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-imaging/

2022-01-23 Thread Florian Schmaus
commit: b28ee9959f571130fe9530d423fd8eff3055aede
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Jan 22 19:19:14 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Jan 23 09:40:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28ee995

dev-java/commons-imaging: Drop 0.97

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23917
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/commons-imaging/Manifest  |  1 -
 .../commons-imaging/commons-imaging-0.97.ebuild| 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-java/commons-imaging/Manifest 
b/dev-java/commons-imaging/Manifest
index 45b19bed2419..636f8ef3213e 100644
--- a/dev-java/commons-imaging/Manifest
+++ b/dev-java/commons-imaging/Manifest
@@ -1,2 +1 @@
-DIST apache-sanselan-incubating-0.97-src.tar.gz 33317875 BLAKE2B 
c9db6c30accc308d2c5d5977b84da118ab50b010b3728665a75dab13f9fecb70075e2d2208a62fabc57af7396f7c39b1ec498e0840e5a2c9c8de9b95d2dd597a
 SHA512 
b7e8af01f4b4ca812313bbf573758d9c0e1355266bfb83898336b14c4b492a8979f2a593f00d53c076e83cf807a049df624491a26623cfbceb00560b748f05f2
 DIST commons-imaging-1.0-alpha2-src.tar.gz 39798631 BLAKE2B 
01d0754689896a1f2ff1401cac7d9f59a6bbb245c0880f24f857efc53975c1203c6857d7a5d107763741a2dec7fb48c4faa258786f574cf2f3c5acca251e368b
 SHA512 
f2479e0dc726a8d1193f4eef6289efe493cfbbe257054b5a13e929f5785f7a2c9c937e3f379e0f0066c591d18be27d12f1e5157e789eebab78fba489cc81e688

diff --git a/dev-java/commons-imaging/commons-imaging-0.97.ebuild 
b/dev-java/commons-imaging/commons-imaging-0.97.ebuild
deleted file mode 100644
index f8c2ba3f2ef3..
--- a/dev-java/commons-imaging/commons-imaging-0.97.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A minimalistic realtime charting library for Java"
-HOMEPAGE="https://commons.apache.org/proper/commons-imaging;
-SRC_URI="mirror://apache/commons/sanselan/source/apache-sanselan-incubating-${PV}-src.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="test" # 5/48 failures, dunno why :(
-
-RDEPEND=">=virtual/jre-1.6"
-
-DEPEND=">=virtual/jdk-1.6
-   test? ( dev-java/junit:4 )"
-
-S="${WORKDIR}/sanselan-${PV}-incubator"
-JAVA_ENCODING="ISO-8859-1"
-JAVA_SRC_DIR="src/main/java"
-
-java_prepare() {
-   # Tsk, Windows developers…
-   find src/test/java -name "*.java" -exec sed -i 's:\\:/:g' {} + || die
-}
-
-src_install() {
-   java-pkg-simple_src_install
-   dodoc README.txt RELEASE_NOTES
-}
-
-src_test() {
-   local DIR="src/test/java"
-   local CP="${DIR}:${PN}.jar:$(java-pkg_getjars junit-4)"
-
-   local TESTS=$(find "${DIR}" -name "*Test.java" ! -name "*BaseTest.java" 
! -name SanselanTest.java ! -name ByteSourceTest.java)
-   TESTS="${TESTS//src\/test\/java\/}"
-   TESTS="${TESTS//.java}"
-   TESTS="${TESTS//\//.}"
-
-   ejavac -cp "${CP}" -d "${DIR}" $(find "${DIR}" -name "*.java")
-   ejunit4 -classpath "${CP}" ${TESTS}
-}



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

2022-01-23 Thread Michał Górny
commit: 8b4a071988327376906b75eacf24ebc507f0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 23 09:37:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 23 09:40:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4a0719

dev-python/warlock: Remove coverage flags

Closes: https://bugs.gentoo.org/831860
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/warlock/warlock-1.3.3-r2.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-python/warlock/warlock-1.3.3-r2.ebuild 
b/dev-python/warlock/warlock-1.3.3-r2.ebuild
index 135f317e5036..00daf64b32b9 100644
--- a/dev-python/warlock/warlock-1.3.3-r2.ebuild
+++ b/dev-python/warlock/warlock-1.3.3-r2.ebuild
@@ -29,3 +29,8 @@ EPYTEST_DESELECT=(
# (its only dep) does not seem to be affected
tests/test_core.py::TestCore::test_recursive_models
 )
+
+src_prepare() {
+   sed -i -e '/--cov/d' pytest.ini || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2022-01-23 Thread Jakov Smolić
commit: 90836dd7e799ceee83ac70490f5f16acd9106613
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:08:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:08:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90836dd7

app-text/zathura-pdf-mupdf: Stabilize 0.3.7-r1 x86, #831850

Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild
index 35451c79f998..486cbdd79879 100644
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.ebuild
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.7-r1.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=8
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/pwmt/zathura-pdf-mupdf.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 



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

2022-01-23 Thread Jakov Smolić
commit: 9609e9bd74494ce290e572acffd23576b243d3e7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:08:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:08:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9609e9bd

app-text/pdftk: Stabilize 3.3.2 x86, #831889

Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/pdftk/pdftk-3.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pdftk/pdftk-3.3.2.ebuild 
b/app-text/pdftk/pdftk-3.3.2.ebuild
index 01bda985c416..be04f5006b54 100644
--- a/app-text/pdftk/pdftk-3.3.2.ebuild
+++ b/app-text/pdftk/pdftk-3.3.2.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
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://gitlab.com/pdftk-java/pdftk/;
 else

SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2;
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
S="${WORKDIR}/pdftk-v${PV}"
 fi
 



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

2022-01-23 Thread Jakov Smolić
commit: 5b62959bc77063702405d6f315ad551fbd35561a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:09:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:09:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b62959b

media-sound/vmpk: Stabilize 0.8.6 amd64, #831887

Signed-off-by: Jakov Smolić  gentoo.org>

 media-sound/vmpk/vmpk-0.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/vmpk/vmpk-0.8.6.ebuild 
b/media-sound/vmpk/vmpk-0.8.6.ebuild
index 06432a54115a..bde0b7718da1 100644
--- a/media-sound/vmpk/vmpk-0.8.6.ebuild
+++ b/media-sound/vmpk/vmpk-0.8.6.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=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="dbus"
 
 BDEPEND="



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

2022-01-23 Thread Jakov Smolić
commit: 5e5d62bda1272a64af0898034137b91f469011ca
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:09:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5d62bd

app-text/pdftk: Stabilize 3.3.2 amd64, #831889

Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/pdftk/pdftk-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pdftk/pdftk-3.3.2.ebuild 
b/app-text/pdftk/pdftk-3.3.2.ebuild
index be04f5006b54..a832a031427a 100644
--- a/app-text/pdftk/pdftk-3.3.2.ebuild
+++ b/app-text/pdftk/pdftk-3.3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://gitlab.com/pdftk-java/pdftk/;
 else

SRC_URI="https://gitlab.com/pdftk-java/pdftk/-/archive/v${PV}/pdftk-v${PV}.tar.bz2;
-   KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+   KEYWORDS="amd64 ~arm64 ~ppc64 x86"
S="${WORKDIR}/pdftk-v${PV}"
 fi
 



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

2022-01-23 Thread Jakov Smolić
commit: 612fc929d7e699716ce6eefd831b092f887df4b2
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:08:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:08:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612fc929

media-libs/chromaprint: Stabilize 1.5.1 x86, #831888

Signed-off-by: Jakov Smolić  gentoo.org>

 media-libs/chromaprint/chromaprint-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/chromaprint/chromaprint-1.5.1.ebuild 
b/media-libs/chromaprint/chromaprint-1.5.1.ebuild
index 8c85b0d8d008..9e4b23122562 100644
--- a/media-libs/chromaprint/chromaprint-1.5.1.ebuild
+++ b/media-libs/chromaprint/chromaprint-1.5.1.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=8
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



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

2022-01-23 Thread Jakov Smolić
commit: 8085e757c0c1e5323e8a2ad196bb9d2ad5c6fb50
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:09:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:09:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8085e757

media-libs/chromaprint: Stabilize 1.5.1 amd64, #831888

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/media-libs/chromaprint/chromaprint-1.5.1.ebuild 
b/media-libs/chromaprint/chromaprint-1.5.1.ebuild
index 9e4b23122562..fc69db3a8755 100644
--- a/media-libs/chromaprint/chromaprint-1.5.1.ebuild
+++ b/media-libs/chromaprint/chromaprint-1.5.1.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



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

2022-01-23 Thread Jakov Smolić
commit: 96d0836307998163d2f4e6b2e18e90b4c2db7de0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Jan 23 13:08:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Jan 23 13:08:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d08363

app-text/mupdf: Stabilize 1.19.0 x86, #831850

Signed-off-by: Jakov Smolić  gentoo.org>

 app-text/mupdf/mupdf-1.19.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/mupdf/mupdf-1.19.0.ebuild 
b/app-text/mupdf/mupdf-1.19.0.ebuild
index 9d1dae31213a..fe24b78f70e7 100644
--- a/app-text/mupdf/mupdf-1.19.0.ebuild
+++ b/app-text/mupdf/mupdf-1.19.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=8
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${P}-source
 
 LICENSE="AGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 x86"
 IUSE="+javascript opengl ssl X"
 REQUIRED_USE="opengl? ( javascript )"
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-apps/fchroot/

2022-01-23 Thread Marco Scardovi
commit: 194432b4d1af22f7f7cb60be9e2f0fe13b2d0127
Author: Marco Scardovi  scardovi  com>
AuthorDate: Sun Jan 23 13:26:35 2022 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Sun Jan 23 13:27:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=194432b4

sys-apps/fchroot: add chroot

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

 sys-apps/fchroot/Manifest |  1 +
 sys-apps/fchroot/fchroot-0.1.2.ebuild | 26 ++
 sys-apps/fchroot/metadata.xml |  8 
 3 files changed, 35 insertions(+)

diff --git a/sys-apps/fchroot/Manifest b/sys-apps/fchroot/Manifest
new file mode 100644
index 0..8b4e0d3ad
--- /dev/null
+++ b/sys-apps/fchroot/Manifest
@@ -0,0 +1 @@
+DIST fchroot-0.1.2.tar.gz 8351 BLAKE2B 
342d9fcd3df13ce0e6ef2d9ccefb66f98cd4c6cd24855bcbce2299f5a6896408a310020c85b09079778bb904476b8bb8728099a135ba4a499528acbfd578cc55
 SHA512 
b1cead02a25d980d42ca22bcde6c421d7ff3e6d6357f979d59286c870f3d726950a115b7e63c4e990ddcf078c58a9393271b9a756104fe539102070e4af7c77e

diff --git a/sys-apps/fchroot/fchroot-0.1.2.ebuild 
b/sys-apps/fchroot/fchroot-0.1.2.ebuild
new file mode 100644
index 0..3ec06f90b
--- /dev/null
+++ b/sys-apps/fchroot/fchroot-0.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Funtoo's franken-chroot tool - chroot from AMD64 to ARM system"
+HOMEPAGE="https://code.funtoo.org/bitbucket/users/drobbins/repos/fchroot/browse;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+RESTRICT="mirror test"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   
app-emulation/qemu[qemu_softmmu_targets_x86_64,qemu_softmmu_targets_aarch64,qemu_softmmu_targets_arm,static-user]
+   dev-libs/glib[static-libs]
+   dev-libs/libpcre[static-libs]
+   sys-apps/attr[static-libs]
+   sys-libs/zlib[static-libs]
+"

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



[gentoo-commits] repo/proj/guru:dev commit in: app-editors/atom-bin/

2022-01-23 Thread Marco Scardovi
commit: 7edd4eb40b87c4d4c026067334813ce75e409585
Author: Marco Scardovi  scardovi  com>
AuthorDate: Sat Jan  1 09:27:05 2022 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Sun Jan 23 13:27:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7edd4eb4

app-editors/atom-bin: time to make the ebuild smaller

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

 ...atom-bin-1.58.0.ebuild => atom-bin-1.58.0-r1.ebuild} | 17 -
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/app-editors/atom-bin/atom-bin-1.58.0.ebuild 
b/app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild
similarity index 83%
rename from app-editors/atom-bin/atom-bin-1.58.0.ebuild
rename to app-editors/atom-bin/atom-bin-1.58.0-r1.ebuild
index e25951752..977c92e6b 100644
--- a/app-editors/atom-bin/atom-bin-1.58.0.ebuild
+++ b/app-editors/atom-bin/atom-bin-1.58.0-r1.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=8
@@ -11,7 +11,8 @@ 
SRC_URI="https://github.com/atom/atom/releases/download/v${PV}/atom-amd64.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+# Atom works only on amd64
+KEYWORDS="-* ~amd64"
 RESTRICT="test"
 
 S="${WORKDIR}/atom-${PV}-amd64"
@@ -50,10 +51,11 @@ RDEPEND="
 QA_PREBUILT="/opt/${PN}/*"
 QA_PRESTRIPPED="/opt/${PN}/resources/*"  # Files are already stripped
 
-DOCS=( resources/LICENSE.md )
-
 src_prepare(){
default
+
+   # We do not install licenses
+   rm resources/LICENSE.md || die "Failed to remove LICENSE"
 }
 
 src_install(){
@@ -64,13 +66,10 @@ src_install(){
 
# I will use only npm provided with package itself
# as nodejs is not required to make it working (and it is really big).
-   fperms +x /opt/"${PN}"/resources/app/apm/bin/apm
-   fperms +x /opt/"${PN}"/resources/app/apm/bin/node
-   fperms +x /opt/"${PN}"/resources/app/apm/bin/npm
+   fperms +x /opt/"${PN}"/resources/app/apm/bin/{apm,node,npm}
 
# Bug 798459
-   fperms +x 
/opt/"${PN}"/resources/app.asar.unpacked/node_modules/vscode-ripgrep/bin/rg
-   fperms +x 
/opt/"${PN}"/resources/app.asar.unpacked/node_modules/dugite/git/bin/git
+   fperms +x 
/opt/"${PN}"/resources/app.asar.unpacked/node_modules/{vscode-ripgrep/bin/rg,dugite/git/bin/git}
 
doicon atom.png
make_desktop_entry "/opt/atom-bin/atom %U" "Atom" "atom" \



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

2022-01-23 Thread Georgy Yakovlev
commit: c8b909562813d7c18666c190a37138e9b42351d0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan 23 22:04:15 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan 23 22:04:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b90956

x11-terms/alacritty: drop 0.10.0_rc4

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

 x11-terms/alacritty/Manifest|   1 -
 x11-terms/alacritty/alacritty-0.10.0_rc4.ebuild | 333 
 2 files changed, 334 deletions(-)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index 2f5e7d28f8a6..d5870032e34a 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,7 +1,6 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST alacritty-0.10.0.tar.gz 1437372 BLAKE2B 
f9bdb19e92f89e30efaf2c773dd27efbb53d97edcf032c1eed55671d2ee2965341cd044feb76ed2d213a84760c64381aaca72a046d40ead7195c012895016a06
 SHA512 
25919fc7a0dac0011fc508e07f168fce953780ec8bbdbea440ee41a848bef93594d022a0d79018efacfcb9b7eca6c785b03f479bc12e09226e83b13245f5edab
-DIST alacritty-0.10.0_rc4.tar.gz 1437540 BLAKE2B 
097c06f983801cb54b93f66cb33b02d2e11bbbf01c02e95c564b56cf67615c7553643a7134f5c9eab822de930c937c12ebe4fbfee6bc9f1626c32bb4d9d4d2cc
 SHA512 
00d9311b7a2f0982676e90032c432d1fe63ce2e1c9bc7fb353b92a28ee76508bfc2296a7af2c3d17813340a4689748a550bb44b8e828546dfab83f35dc769461
 DIST alacritty-0.9.0.tar.gz 1422571 BLAKE2B 
0b9531b92e57e36f86ae2a855c9dca4d3789e21b2ade9df2d22d32b9cf0967748df2acd1c79a1defba4d9eac21b2477550b799e5ffc4f9cb1444793ae9ca36e4
 SHA512 
17b53a1f98e8435a3ab120e39040c591d96a05d793b78030732f5624e2b717ab6a06c8de67fb25c6a502f3f3064f08a2a3c64cf7a1b7f3f7fda699e7fd95f931
 DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3
 DIST android_glue-0.2.3.crate 1572 BLAKE2B 
8404cc69af7d1c9e851e67a69b5b18195388b50924b6a8afc7203bc5101babe9ae007724e552a929947fa9c639eb8ae13cdae0aedbc2d54b0b8d48373f15b7a3
 SHA512 
16ff1f0e1f50cd120dfbe57d45ebac1725fa75447c964a5b05a1a0565b13b0bc3b6c153edb4a50083ef5d802a889c9f9007e2e21a58dc408f9fb12e9437bd01b

diff --git a/x11-terms/alacritty/alacritty-0.10.0_rc4.ebuild 
b/x11-terms/alacritty/alacritty-0.10.0_rc4.ebuild
deleted file mode 100644
index 42733ab1bdee..
--- a/x11-terms/alacritty/alacritty-0.10.0_rc4.ebuild
+++ /dev/null
@@ -1,333 +0,0 @@
-# Copyright 2017-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES="
-   adler32-1.2.0
-   android_glue-0.2.3
-   ansi_term-0.12.1
-   atty-0.2.14
-   autocfg-1.0.1
-   base64-0.13.0
-   bitflags-1.2.1
-   block-0.1.6
-   bumpalo-3.9.1
-   calloop-0.9.3
-   cc-1.0.72
-   cfg-if-0.1.10
-   cfg-if-1.0.0
-   cgl-0.3.2
-   clap-2.34.0
-   clipboard-win-3.1.1
-   cmake-0.1.48
-   cocoa-0.24.0
-   cocoa-foundation-0.1.0
-   copypasta-0.7.1
-   core-foundation-0.7.0
-   core-foundation-0.9.2
-   core-foundation-sys-0.7.0
-   core-foundation-sys-0.8.3
-   core-graphics-0.19.2
-   core-graphics-0.22.3
-   core-graphics-types-0.1.1
-   core-text-19.2.0
-   core-video-sys-0.1.4
-   crc32fast-1.3.0
-   crossfont-0.3.2
-   cty-0.2.2
-   darling-0.13.1
-   darling_core-0.13.1
-   darling_macro-0.13.1
-   dirs-3.0.2
-   dirs-sys-0.3.6
-   dispatch-0.2.0
-   dlib-0.5.0
-   downcast-rs-1.2.0
-   dwrote-0.11.0
-   embed-resource-1.6.5
-   expat-sys-2.1.6
-   filetime-0.2.15
-   fnv-1.0.7
-   foreign-types-0.3.2
-   foreign-types-0.5.0
-   foreign-types-macros-0.2.1
-   foreign-types-shared-0.1.1
-   foreign-types-shared-0.3.0
-   freetype-rs-0.26.0
-   freetype-sys-0.13.1
-   fsevent-0.4.0
-   fsevent-sys-2.0.1
-   fuchsia-zircon-0.3.3
-   fuchsia-zircon-sys-0.3.3
-   getrandom-0.2.3
-   gl_generator-0.14.0
-   glutin-0.28.0
-   glutin_egl_sys-0.1.5
-   glutin_emscripten_sys-0.1.1
-   glutin_gles2_sys-0.1.5
-   glutin_glx_sys-0.1.7
-   glutin_wgl_sys-0.1.5
-   

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

2022-01-23 Thread Georgy Yakovlev
commit: 3ede079cda46aac8dec471d951db677156536177
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Jan 23 22:03:11 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Jan 23 22:04:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ede079c

x11-terms/alacritty: add 0.10.0

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

 x11-terms/alacritty/Manifest|   1 +
 x11-terms/alacritty/alacritty-0.10.0.ebuild | 333 
 2 files changed, 334 insertions(+)

diff --git a/x11-terms/alacritty/Manifest b/x11-terms/alacritty/Manifest
index f153b19d8d32..2f5e7d28f8a6 100644
--- a/x11-terms/alacritty/Manifest
+++ b/x11-terms/alacritty/Manifest
@@ -1,5 +1,6 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
+DIST alacritty-0.10.0.tar.gz 1437372 BLAKE2B 
f9bdb19e92f89e30efaf2c773dd27efbb53d97edcf032c1eed55671d2ee2965341cd044feb76ed2d213a84760c64381aaca72a046d40ead7195c012895016a06
 SHA512 
25919fc7a0dac0011fc508e07f168fce953780ec8bbdbea440ee41a848bef93594d022a0d79018efacfcb9b7eca6c785b03f479bc12e09226e83b13245f5edab
 DIST alacritty-0.10.0_rc4.tar.gz 1437540 BLAKE2B 
097c06f983801cb54b93f66cb33b02d2e11bbbf01c02e95c564b56cf67615c7553643a7134f5c9eab822de930c937c12ebe4fbfee6bc9f1626c32bb4d9d4d2cc
 SHA512 
00d9311b7a2f0982676e90032c432d1fe63ce2e1c9bc7fb353b92a28ee76508bfc2296a7af2c3d17813340a4689748a550bb44b8e828546dfab83f35dc769461
 DIST alacritty-0.9.0.tar.gz 1422571 BLAKE2B 
0b9531b92e57e36f86ae2a855c9dca4d3789e21b2ade9df2d22d32b9cf0967748df2acd1c79a1defba4d9eac21b2477550b799e5ffc4f9cb1444793ae9ca36e4
 SHA512 
17b53a1f98e8435a3ab120e39040c591d96a05d793b78030732f5624e2b717ab6a06c8de67fb25c6a502f3f3064f08a2a3c64cf7a1b7f3f7fda699e7fd95f931
 DIST andrew-0.3.1.crate 14030 BLAKE2B 
5224eb5a5ad5ba7dd07259a98b8dc04f92154dcc7b5a53c89b4f7fd3c1a12d834093350ce9f7cd69a935d70cff50c0fbc68305eea9f918b334ec1a6e9e979ae2
 SHA512 
c4fc8903d4c2542c91e7f099d5d9d2b9179ade3f4c3e83ccd8027b06cb582ef700777cf440a07c2478311c1b7c2f7ca64d53fb390f9f5753dcb32491003db8d3

diff --git a/x11-terms/alacritty/alacritty-0.10.0.ebuild 
b/x11-terms/alacritty/alacritty-0.10.0.ebuild
new file mode 100644
index ..42733ab1bdee
--- /dev/null
+++ b/x11-terms/alacritty/alacritty-0.10.0.ebuild
@@ -0,0 +1,333 @@
+# Copyright 2017-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   adler32-1.2.0
+   android_glue-0.2.3
+   ansi_term-0.12.1
+   atty-0.2.14
+   autocfg-1.0.1
+   base64-0.13.0
+   bitflags-1.2.1
+   block-0.1.6
+   bumpalo-3.9.1
+   calloop-0.9.3
+   cc-1.0.72
+   cfg-if-0.1.10
+   cfg-if-1.0.0
+   cgl-0.3.2
+   clap-2.34.0
+   clipboard-win-3.1.1
+   cmake-0.1.48
+   cocoa-0.24.0
+   cocoa-foundation-0.1.0
+   copypasta-0.7.1
+   core-foundation-0.7.0
+   core-foundation-0.9.2
+   core-foundation-sys-0.7.0
+   core-foundation-sys-0.8.3
+   core-graphics-0.19.2
+   core-graphics-0.22.3
+   core-graphics-types-0.1.1
+   core-text-19.2.0
+   core-video-sys-0.1.4
+   crc32fast-1.3.0
+   crossfont-0.3.2
+   cty-0.2.2
+   darling-0.13.1
+   darling_core-0.13.1
+   darling_macro-0.13.1
+   dirs-3.0.2
+   dirs-sys-0.3.6
+   dispatch-0.2.0
+   dlib-0.5.0
+   downcast-rs-1.2.0
+   dwrote-0.11.0
+   embed-resource-1.6.5
+   expat-sys-2.1.6
+   filetime-0.2.15
+   fnv-1.0.7
+   foreign-types-0.3.2
+   foreign-types-0.5.0
+   foreign-types-macros-0.2.1
+   foreign-types-shared-0.1.1
+   foreign-types-shared-0.3.0
+   freetype-rs-0.26.0
+   freetype-sys-0.13.1
+   fsevent-0.4.0
+   fsevent-sys-2.0.1
+   fuchsia-zircon-0.3.3
+   fuchsia-zircon-sys-0.3.3
+   getrandom-0.2.3
+   gl_generator-0.14.0
+   glutin-0.28.0
+   glutin_egl_sys-0.1.5
+   glutin_emscripten_sys-0.1.1
+   glutin_gles2_sys-0.1.5
+   glutin_glx_sys-0.1.7
+   glutin_wgl_sys-0.1.5
+   hashbrown-0.11.2
+   heck-0.3.3
+   hermit-abi-0.1.19
+   ident_case-1.0.1
+   indexmap-1.8.0
+   inotify-0.7.1
+   inotify-sys-0.1.5
+   instant-0.1.12
+   iovec-0.1.4
+   itoa-1.0.1
+   jni-sys-0.3.0
+   js-sys-0.3.55
+   kernel32-sys-0.2.2
+   khronos_api-3.1.0
+   lazy-bytes-cast-5.0.1
+ 

[gentoo-commits] proj/blogs-gentoo:master commit in: themes/twentyfourteen/page-templates/, themes/twentyfourteen/images/, ...

2022-01-23 Thread Yury German
commit: 856daf897233b153771276d227f05f8f33a6189e
Author: Yury German  gentoo  org>
AuthorDate: Mon Jan 24 00:12:12 2022 +
Commit: Yury German  gentoo  org>
CommitDate: Mon Jan 24 00:12:12 2022 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=856daf89

twentyfourteen upg 2.7 to 3.2 and twentysixteen from 2.0 to 2.5

Signed-off-by: Yury German  gentoo.org>

 themes/twentyfourteen/archive.php  |  31 ++--
 themes/twentyfourteen/author.php   |  13 +-
 themes/twentyfourteen/category.php |  13 +-
 themes/twentyfourteen/comments.php |   4 +-
 themes/twentyfourteen/content-aside.php|   4 +-
 themes/twentyfourteen/content-audio.php|   4 +-
 themes/twentyfourteen/content-featured-post.php|   6 +-
 themes/twentyfourteen/content-gallery.php  |   4 +-
 themes/twentyfourteen/content-image.php|   4 +-
 themes/twentyfourteen/content-link.php |   4 +-
 themes/twentyfourteen/content-none.php |   7 +-
 themes/twentyfourteen/content-quote.php|   4 +-
 themes/twentyfourteen/content-video.php|   4 +-
 themes/twentyfourteen/content.php  |   6 +-
 themes/twentyfourteen/css/blocks.css   |  13 ++
 themes/twentyfourteen/css/editor-blocks.css|  95 +++--
 themes/twentyfourteen/css/editor-style.css |   1 -
 themes/twentyfourteen/footer.php   |   5 +-
 themes/twentyfourteen/functions.php|  66 ++---
 themes/twentyfourteen/header.php   |   4 +-
 themes/twentyfourteen/image.php|   4 +-
 themes/twentyfourteen/images/bridge.jpg| Bin 0 -> 138675 bytes
 themes/twentyfourteen/images/clouds.jpg| Bin 0 -> 93526 bytes
 themes/twentyfourteen/images/pattern-dark.svg  |  32 ++---
 themes/twentyfourteen/images/pattern-light.svg |  12 +-
 themes/twentyfourteen/images/person.jpg| Bin 0 -> 155463 bytes
 themes/twentyfourteen/images/street.jpg| Bin 0 -> 177017 bytes
 themes/twentyfourteen/images/sunset.jpg| Bin 0 -> 114946 bytes
 themes/twentyfourteen/inc/back-compat.php  |  24 +++-
 themes/twentyfourteen/inc/block-patterns.php   |  73 ++
 themes/twentyfourteen/inc/custom-header.php|  46 +++---
 themes/twentyfourteen/inc/customizer.php   |  10 +-
 themes/twentyfourteen/inc/featured-content.php |  17 +--
 themes/twentyfourteen/inc/template-tags.php|  21 +--
 themes/twentyfourteen/inc/widgets.php  |  29 ++--
 themes/twentyfourteen/index.php|   4 +-
 themes/twentyfourteen/js/functions.js  |   7 +-
 .../twentyfourteen/page-templates/contributors.php |   2 +-
 .../twentyfourteen/page-templates/full-width.php   |   2 +-
 themes/twentyfourteen/page.php |   2 +-
 themes/twentyfourteen/readme.txt   |  42 +-
 themes/twentyfourteen/rtl.css  |   7 +
 themes/twentyfourteen/search.php   |  13 +-
 themes/twentyfourteen/single.php   |   6 +-
 themes/twentyfourteen/style.css| 104 --
 themes/twentyfourteen/tag.php  |  13 +-
 themes/twentyfourteen/taxonomy-post_format.php |   6 +-
 themes/twentysixteen/archive.php   |   5 +-
 themes/twentysixteen/comments.php  |   4 +-
 themes/twentysixteen/css/blocks.css|  35 +++--
 themes/twentysixteen/css/editor-blocks.css | 147 +++
 themes/twentysixteen/css/editor-style.css  |   8 +-
 themes/twentysixteen/footer.php|   5 +-
 themes/twentysixteen/functions.php |  65 ++---
 themes/twentysixteen/genericons/genericons.css |   2 +-
 themes/twentysixteen/header.php|   4 +-
 themes/twentysixteen/image.php |   6 +-
 themes/twentysixteen/inc/back-compat.php   |  24 +++-
 themes/twentysixteen/inc/block-patterns.php| 157 +
 themes/twentysixteen/inc/customizer.php|  70 -
 themes/twentysixteen/inc/template-tags.php |  16 ++-
 themes/twentysixteen/index.php |   3 +-
 themes/twentysixteen/js/functions.js   |   2 +-
 themes/twentysixteen/page.php  |   2 +-
 themes/twentysixteen/readme.txt|  39 +++--
 themes/twentysixteen/rtl.css   |   2 +-
 themes/twentysixteen/search.php|   7 +-
 themes/twentysixteen/single.php|   2 +-
 themes/twentysixteen/style.css |  31 +++-
 themes/twentysixteen/template-parts/biography.php  |   7 +-
 .../twentysixteen/template-parts/content-none.php  |   7 +-
 .../twentysixteen/template-parts/content-page.php  |   2 +-
 

[gentoo-commits] proj/blogs-gentoo:master commit in: plugins/akismet/, plugins/akismet/_inc/img/, plugins/akismet/views/, ...

2022-01-23 Thread Yury German
commit: 0949f1a8dfdad78ba67fb1dcd58537b83a26e8a3
Author: Yury German  gentoo  org>
AuthorDate: Mon Jan 24 00:08:06 2022 +
Commit: Yury German  gentoo  org>
CommitDate: Mon Jan 24 00:08:06 2022 +
URL:https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=0949f1a8

Plugin - akismet update from 4.1.3 to 4.2.1

Signed-off-by: Yury German  gentoo.org>

 plugins/akismet/.htaccess |   2 +-
 plugins/akismet/_inc/akismet.css  |  83 -
 plugins/akismet/_inc/akismet.js   | 207 +++
 plugins/akismet/_inc/form.js  |  30 --
 plugins/akismet/_inc/img/logo-a-2x.png| Bin 0 -> 904 bytes
 plugins/akismet/akismet.php   |   6 +-
 plugins/akismet/{readme.txt => changelog.txt} |  39 +--
 plugins/akismet/class.akismet-admin.php   | 167 +
 plugins/akismet/class.akismet-widget.php  |  24 +-
 plugins/akismet/class.akismet.php | 477 --
 plugins/akismet/readme.txt| 476 +++--
 plugins/akismet/views/config.php  |   8 +-
 plugins/akismet/views/enter.php   |   2 +-
 plugins/akismet/views/notice.php  | 193 +--
 plugins/akismet/views/setup.php   |   5 +-
 plugins/akismet/views/stats.php   |   2 +-
 16 files changed, 939 insertions(+), 782 deletions(-)

diff --git a/plugins/akismet/.htaccess b/plugins/akismet/.htaccess
index 49d72d71..d2675517 100644
--- a/plugins/akismet/.htaccess
+++ b/plugins/akismet/.htaccess
@@ -23,7 +23,7 @@
 
 
 # Akismet images
-
+

Allow from all


diff --git a/plugins/akismet/_inc/akismet.css b/plugins/akismet/_inc/akismet.css
index fea4eb7b..a62f7a84 100644
--- a/plugins/akismet/_inc/akismet.css
+++ b/plugins/akismet/_inc/akismet.css
@@ -79,15 +79,6 @@ table.comments td.comment p a:after {
 .checkforspam {
 display: inline-block !important;
 }
-.checkforspam-progress {
-   display: none;
-}
-.checkforspam.checking .checkforspam-progress {
-   padding-left: 1ex;
-}
-.checkforspam.button-disabled .checkforspam-progress {
-   display: inline;
-}
 
 .checkforspam-spinner {
 display: inline-block;
@@ -109,12 +100,9 @@ table.comments td.comment p a:after {
margin-top: .5rem;
 }
 .akismet-alert {
-   border: 1px solid #e5e5e5;
padding: 0.4em 1em 1.4em 1em;
-border-radius: 3px;
--webkit-border-radius: 3px;
-border-width: 1px;
-border-style: solid;
+   box-sizing: border-box;
+   box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
 }
 
 .akismet-alert h3.akismet-key-status {
@@ -661,3 +649,70 @@ table.comments td.comment p a:after {
 .akismet-section-header__actions {
line-height: 1.75rem;
 }
+
+.akismet-setup-instructions {
+   text-align: center;
+}
+
+.akismet-setup-instructions form {
+   padding-bottom: 1.5rem;
+}
+
+div.error.akismet-usage-limit-alert {
+   padding: 25px 45px 25px 15px;
+   display: flex;
+   align-items: center;
+}
+
+#akismet-plugin-container .akismet-usage-limit-alert {
+   margin: 0 auto 0.625rem auto;
+   box-sizing: border-box;
+   box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
+   border: none;
+   border-left: 4px solid #d63638;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-logo {
+   width: 38px;
+   min-width: 38px;
+   height: 38px;
+   border-radius: 20px;
+   margin-right: 18px;
+   background: black;
+   position: relative;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-logo img {
+   position: absolute;
+   width: 22px;
+   left: 8px;
+   top: 10px;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-text {
+   flex-grow: 1;
+   margin-right: 18px;
+}
+
+.akismet-usage-limit-alert h3 {
+   margin: 0;
+}
+
+.akismet-usage-limit-alert .akismet-usage-limit-cta {
+   text-align: right;
+}
+
+@media (max-width: 550px) {
+   div.error.akismet-usage-limit-alert {
+   display: block;
+   }
+
+   .akismet-usage-limit-alert .akismet-usage-limit-logo,
+   .akismet-usage-limit-alert .akismet-usage-limit-text {
+   margin-bottom: 15px;
+   }
+
+   .akismet-usage-limit-alert .akismet-usage-limit-cta {
+   text-align: left;
+   }
+}
\ No newline at end of file

diff --git a/plugins/akismet/_inc/akismet.js b/plugins/akismet/_inc/akismet.js
index 3445a094..7ebac1a5 100644
--- a/plugins/akismet/_inc/akismet.js
+++ b/plugins/akismet/_inc/akismet.js
@@ -1,10 +1,12 @@
 jQuery( function ( $ ) {
var mshotRemovalTimer = null;
-   var mshotSecondTryTimer = null
-   var mshotThirdTryTimer = null
-   
+   var mshotRetryTimer = null;
+   var mshotTries = 0;
+   var mshotRetryInterval = 1000;
var mshotEnabledLinkSelector = 'a[id^="author_comment_url"], 
tr.pingback 

[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/

2022-01-23 Thread Magnus Granberg
commit: 49658ae9a6842348fbad6d0674a7a7daf7aa0a37
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon Jan 24 00:38:42 2022 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon Jan 24 00:38:42 2022 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=49658ae9

add url for logs downloads

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/steps/builders.py | 69 
 1 file changed, 46 insertions(+), 23 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/builders.py 
b/buildbot_gentoo_ci/steps/builders.py
index 527c2b3..4ade33d 100644
--- a/buildbot_gentoo_ci/steps/builders.py
+++ b/buildbot_gentoo_ci/steps/builders.py
@@ -17,6 +17,9 @@ from buildbot.process.results import FAILURE
 from buildbot.process.results import SKIPPED
 from buildbot.plugins import steps
 
+#FIXME: should be set in config
+hosturl = 'http://77.110.8.67:8000'
+
 def PersOutputOfEmerge(rc, stdout, stderr):
 emerge_output = {}
 emerge_output['rc'] = rc
@@ -603,12 +606,14 @@ class CheckElogLogs(BuildStep):
 super().__init__(**kwargs)
 self.aftersteps_list = []
 
-def addFileUploade(self, sourcefile, destfile, name):
+def addFileUploade(self, sourcefile, destfile, name, url, urlText):
 self.aftersteps_list.append(steps.FileUpload(
 name = name,
 mode = 0o644,
-workersrc=sourcefile,
-masterdest=destfile
+workersrc = sourcefile,
+masterdest = destfile,
+url = url,
+urlText = urlText
 ))
 
 @defer.inlineCallbacks
@@ -625,7 +630,9 @@ class CheckElogLogs(BuildStep):
 destfile = yield os.path.join(self.getProperty('masterdest'), 
elogfile.replace('.log', '.elog'))
 sourcefile = yield os.path.join(workdir, elogfile)
 name = 'Upload Elogs'
-self.addFileUploade(sourcefile, destfile, name)
+url = '/'.join([hosturl, self.getProperty('workername'), 
str(self.getProperty("buildnumber")), elogfile.replace('.log', '.elog')])
+urlText = elogfile
+self.addFileUploade(sourcefile, destfile, name, url, urlText)
 if self.aftersteps_list != []:
 yield self.build.addStepsAfterCurrentStep(self.aftersteps_list)
 return SUCCESS
@@ -669,7 +676,9 @@ class CheckBuildWorkDirs(BuildStep):
 mode = 0o644,
 workersrc = compressed_log_file,
 masterdest = masterdest_file,
-workdir = cpv_build_dir
+workdir = cpv_build_dir,
+url = '/'.join([hosturl, self.getProperty('workername'), 
str(self.getProperty("buildnumber")), compressed_log_file]),
+urlText = 'Compresed file for all finds'
 ))
 if self.aftersteps_list != []:
 yield self.build.addStepsAfterCurrentStep(self.aftersteps_list)
@@ -710,24 +719,29 @@ class CheckEmergeLogs(BuildStep):
 workdir = yield os.path.join(self.master.basedir, 'workers', 
self.getProperty('workername'))
 self.aftersteps_list.append(steps.MasterShellCommand(
 name = 'Make directory for Uploaded files',
-command=['mkdir', str(self.getProperty("buildnumber"))],
-workdir=workdir
+command = ['mkdir', str(self.getProperty("buildnumber"))],
+workdir = workdir
 ))
 
-def addFileUploade(self, sourcefile, destfile, name):
+def addFileUploade(self, sourcefile, destfile, name, url, urlText):
 self.aftersteps_list.append(steps.FileUpload(
 name = name,
 mode = 0o644,
-workersrc=sourcefile,
-masterdest=destfile
+workersrc = sourcefile,
+masterdest = destfile,
+url=url,
+urlText=urlText
 ))
 
 @defer.inlineCallbacks
 def getLogFile(self, cpv, log_dict):
-destfile = yield os.path.join(self.getProperty('masterdest'), 
log_dict[cpv]['full_logname'])
+file = log_dict[cpv]['full_logname']
+destfile = yield os.path.join(self.getProperty('masterdest'), file)
 sourcefile = log_dict[cpv]['log_path']
 name = 'Upload build log'
-self.addFileUploade(sourcefile, destfile, name)
+url = '/'.join([hosturl, self.getProperty('workername'), 
str(self.getProperty("buildnumber")), file])
+urlText = file
+self.addFileUploade(sourcefile, destfile, name, url, urlText)
 
 @defer.inlineCallbacks
 def getElogFiles(self, cpv):
@@ -750,20 +764,29 @@ class CheckEmergeLogs(BuildStep):
 @defer.inlineCallbacks
 def getEmergeFiles(self, cpv):
 # get emerge info
-destfile = yield os.path.join(self.getProperty('masterdest'), 
'emerge_info.txt')
-sourcefile = yield os.path.join('/', 'tmp', 'emerge_info.txt')
+file = 'emerge_info.txt'
+destfile = 

[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/logs/

2022-01-23 Thread Magnus Granberg
commit: c6162bc10dd6f86d170b31c1a33932d96dd5360b
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon Jan 24 00:49:01 2022 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon Jan 24 00:49:01 2022 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=c6162bc1

disable some small checks like ('./\w+/')

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/logs/log_parser.py | 19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/buildbot_gentoo_ci/logs/log_parser.py 
b/buildbot_gentoo_ci/logs/log_parser.py
index 11faf48..7531532 100644
--- a/buildbot_gentoo_ci/logs/log_parser.py
+++ b/buildbot_gentoo_ci/logs/log_parser.py
@@ -75,8 +75,8 @@ def search_buildlog(log_search_pattern_list, 
logfile_text_dict, tmp_index, max_t
 #FIXME take the ignore line pattern from db
 if text_line.startswith('>>> /'):
 pass
-if else re.search('./\w+/'):
-pass
+#if else re.search('./\w+/'):
+#pass
 else:
 # search for match
 if search_pattern['search_type'] == 'in':
@@ -137,7 +137,7 @@ def search_buildlog(log_search_pattern_list, 
logfile_text_dict, tmp_index, max_t
 else:
 # we add all line that start with ' * ' as info
 # we add all line that start with '>>>' but not '>>> /' as info
-if text_line.startswith(' * ') or (text_line.startswith('>>>') and 
not text_line.startswith('>>> /')):
+if text_line.startswith(' * ') or text_line.startswith('>>>'):
 if not tmp_index in summery_dict:
 summery_dict[tmp_index] = {}
 summery_dict[tmp_index]['text'] = text_line
@@ -145,7 +145,6 @@ def search_buildlog(log_search_pattern_list, 
logfile_text_dict, tmp_index, max_t
 summery_dict[tmp_index]['status'] = 'info'
 summery_dict[tmp_index]['id'] = 0
 summery_dict[tmp_index]['search_pattern'] = 'auto'
-#FIXME: print json
 if summery_dict == {}:
 return None
 return summery_dict
@@ -167,13 +166,13 @@ def runLogParser(args):
 # Is stored in a db instead of files.
 log_search_pattern_list = get_log_search_pattern(Session, args.uuid, 
config['default_uuid'])
 Session.close()
+#FIXME: UnicodeDecodeError: 'utf-8' codec can't decode byte ... in some 
logs
 with io.TextIOWrapper(io.BufferedReader(gzip.open(args.file, 'rb'))) as f:
-#FIXME: add support for multiprocessing
-for text_line in f:
-logfile_text_dict[index] = text_line.strip('\n')
-index = index + 1
-max_text_lines = index
-f.close()
+for text_line in f:
+logfile_text_dict[index] = text_line.strip('\n')
+index = index + 1
+max_text_lines = index
+f.close()
 # run the parse patten on the line
 for tmp_index, text in logfile_text_dict.items():
 res = mp_pool.apply_async(search_buildlog, (log_search_pattern_list, 
logfile_text_dict, tmp_index, max_text_lines,))



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/config/

2022-01-23 Thread Magnus Granberg
commit: ad1ecea15142bd7bf0165979e2bbda4d19a27207
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon Jan 24 00:45:11 2022 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon Jan 24 00:45:11 2022 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=ad1ecea1

change how remove portage dir is done

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/config/buildfactorys.py | 37 +++---
 1 file changed, 29 insertions(+), 8 deletions(-)

diff --git a/buildbot_gentoo_ci/config/buildfactorys.py 
b/buildbot_gentoo_ci/config/buildfactorys.py
index 53e7bb1..86fa162 100644
--- a/buildbot_gentoo_ci/config/buildfactorys.py
+++ b/buildbot_gentoo_ci/config/buildfactorys.py
@@ -3,6 +3,7 @@
 
 from buildbot.plugins import steps as buildbot_steps
 from buildbot.plugins import util
+from twisted.internet import defer
 
 from buildbot_gentoo_ci.steps import update_db
 from buildbot_gentoo_ci.steps import category
@@ -93,6 +94,7 @@ def build_request_check():
 f.addStep(builders.GetProjectRepositoryData())
 return f
 
+#@defer.inlineCallbacks
 def run_build_request():
 f = util.BuildFactory()
 # set needed Propertys
@@ -101,23 +103,42 @@ def run_build_request():
 f.addStep(builders.UpdateRepos())
 # Clean and add new /etc/portage
 #NOTE: remove the symlink befor the dir
+#f.addStep(buildbot_steps.ShellCommand(
+#flunkOnFailure=False,
+#name='Clean make.profile',
+#command=['rm', 'make.profile'],
+#workdir='/etc/portage/'
+#))
+if buildbot_steps.FileExists(file='portage/make.conf', workdir='/etc/', 
haltOnFailure = False):
+f.addStep(buildbot_steps.ShellCommand(
+flunkOnFailure=False,
+name='Remove portage dir',
+command=['rm', '-R', 'portage'],
+workdir='/etc/'
+))
 f.addStep(buildbot_steps.ShellCommand(
-command=['rm', 'make.profile'],
-workdir='/etc/portage/'
+flunkOnFailure=False,
+name='Create portage dir',
+command=['mkdir', 'portage'],
+workdir='/etc/'
 ))
-f.addStep(buildbot_steps.RemoveDirectory(dir="portage",
-workdir='/etc/'))
-f.addStep(buildbot_steps.MakeDirectory(dir="portage",
-workdir='/etc/'))
+#f.addStep(buildbot_steps.RemoveDirectory(dir="portage",
+#name='Remove portage dir',
+#workdir='/etc/'))
+#f.addStep(buildbot_steps.MakeDirectory(dir="portage",
+#name = 'Create the portage dir',
+#workdir='/etc/'))
 # Clean /var/cache/portage/logs and emerge.log
 f.addStep(buildbot_steps.ShellCommand(
+flunkOnFailure=False,
 name='Clean emerge.log',
 command=['rm', 'emerge.log'],
 workdir='/var/log/'
 ))
-f.addStep(buildbot_steps.ShellCommand(
+if buildbot_steps.FileExists(file='logs', 
workdir='/var/cache/portage/',haltOnFailure = False):
+f.addStep(buildbot_steps.ShellCommand(
 flunkOnFailure=False,
-name='Clean logs',
+name='Remove logs',
 command=['rm', '-R', 'logs'],
 workdir='/var/cache/portage/'
 ))



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

2022-01-23 Thread Michael Orlitzky
commit: 39869e36d91a055f494b73a2d7ab14a4ce861535
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Jan 23 23:45:56 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Jan 23 23:46:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39869e36

dev-libs/ntl: bump the 11.5.1 (soname) subslot.

I should've bumped this with the new version. Better late than never.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-libs/ntl/{ntl-11.5.1.ebuild => ntl-11.5.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ntl/ntl-11.5.1.ebuild b/dev-libs/ntl/ntl-11.5.1-r1.ebuild
similarity index 99%
rename from dev-libs/ntl/ntl-11.5.1.ebuild
rename to dev-libs/ntl/ntl-11.5.1-r1.ebuild
index cc0f2835f57f..b5dd020eb133 100644
--- a/dev-libs/ntl/ntl-11.5.1.ebuild
+++ b/dev-libs/ntl/ntl-11.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.shoup.net/ntl/ 
https://github.com/libntl/ntl;
 SRC_URI="https://www.shoup.net/ntl/${P}.tar.gz;
 
 LICENSE="LGPL-2.1+"
-SLOT="0/43"
+SLOT="0/44"
 KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="bindist doc static-libs threads cpu_flags_x86_avx2"
 



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

2022-01-23 Thread Jonas Stein
commit: 99a86280dd5c17853aa5ec778533b9109d65b340
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jan 24 00:16:10 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Mon Jan 24 00:16:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a86280

media-sound/grip: bump to 4.2.3

Version bump to 4.2.3 fixed db lookups.
Bump to EAPI=8
Clean up inherits
Closes: https://bugs.gentoo.org/831941
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jonas Stein  gentoo.org>

 media-sound/grip/Manifest  |  1 +
 media-sound/grip/grip-4.2.3.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index 032881bc3fcb..58d5382685b3 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -1 +1,2 @@
 DIST grip-4.2.0.tar.gz 1209972 BLAKE2B 
087118b0871b149745fa083f3eeaa79ac8c00c2b094a486cb9c5188e215dd7ce4cb06d13fb362914d7b688c89989e3b6b86ee889b4027e38b727876a06f06dd1
 SHA512 
26cb32064019da1d1683c44caa3c52ae513cec5b1fb435930e8e4c62433a70f14145d92f2215bf54a5bface96945d3e5e879302e2824029650d2a34218528e94
+DIST grip-4.2.3.tar.gz 1210695 BLAKE2B 
d4b5cde336fd9db3a68d6ded2375d12c0ac42af86b34067d5eb4b3356bead13e3c5fe967a7932ae9f4be418dbf5136a889fecc0362bf453f4b1d92193013f739
 SHA512 
05b66c363af31835e534547ae5dcb21340a7b3a824e46b337b511a8ddd0bbd161ab16470b658eb1df3887838b391d71702069da9207160a692e1a8ebae0d52e0

diff --git a/media-sound/grip/grip-4.2.3.ebuild 
b/media-sound/grip/grip-4.2.3.ebuild
new file mode 100644
index ..09c22db206c4
--- /dev/null
+++ b/media-sound/grip/grip-4.2.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit flag-o-matic toolchain-funcs xdg strip-linguas
+
+DESCRIPTION="GTK+ based Audio CD Player/Ripper"
+HOMEPAGE="https://sourceforge.net/projects/grip/;
+SRC_URI="mirror://sourceforge/grip/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="vorbis"
+
+# lame and vorbis-tools are no real RDEPENDs. But without them
+# grip cannot convert ripped files to any format. So use them as
+# a sane default.
+RDEPEND="
+   !app-text/grip
+   dev-libs/glib:2
+   media-libs/id3lib
+   media-sound/cdparanoia
+   media-sound/lame
+   net-misc/curl
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/pango
+   vorbis? ( media-sound/vorbis-tools )
+"
+# gnome-extra/yelp, see bug 416843
+DEPEND="
+   ${RDEPEND}
+   sys-devel/gettext
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   # Bug #69536
+   [[ $(tc-arch) == "x86" ]] && append-flags "-mno-sse"
+
+   strip-linguas be bg ca de en en_CA en_GB en_US es fi fr hu it ja nb nl 
pl_PL pt_BR ru sr vi zh_CN zh_HK zh_TW
+
+   econf
+}



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/musl/, releases/specs/arm64/musl-hardened/

2022-01-23 Thread Andreas K. Hüttel
commit: 337e70565156a7b370133736a9a7cefd9eefed68
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan 24 00:17:32 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Jan 24 00:17:32 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=337e7056

arm64: more .tar.xz ...

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

 releases/specs/arm64/musl-hardened/stage1.spec | 2 +-
 releases/specs/arm64/musl-hardened/stage3.spec | 2 +-
 releases/specs/arm64/musl/stage1.spec  | 2 +-
 releases/specs/arm64/musl/stage3.spec  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/releases/specs/arm64/musl-hardened/stage1.spec 
b/releases/specs/arm64/musl-hardened/stage1.spec
index 564abb09..1389b9c2 100644
--- a/releases/specs/arm64/musl-hardened/stage1.spec
+++ b/releases/specs/arm64/musl-hardened/stage1.spec
@@ -4,7 +4,7 @@ version_stamp: musl-hardened-@TIMESTAMP@
 rel_type: musl-hardened
 profile: default/linux/arm64/17.0/musl/hardened
 snapshot: @TIMESTAMP@
-source_subpath: musl-hardened/stage3-arm64-musl-hardened-latest
+source_subpath: musl-hardened/stage3-arm64-musl-hardened-latest.tar.xz
 compression_mode: pixz
 update_seed: yes
 update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world

diff --git a/releases/specs/arm64/musl-hardened/stage3.spec 
b/releases/specs/arm64/musl-hardened/stage3.spec
index cc332021..54694250 100644
--- a/releases/specs/arm64/musl-hardened/stage3.spec
+++ b/releases/specs/arm64/musl-hardened/stage3.spec
@@ -4,7 +4,7 @@ version_stamp: musl-hardened-@TIMESTAMP@
 rel_type: musl-hardened
 profile: default/linux/arm64/17.0/musl/hardened
 snapshot: @TIMESTAMP@
-source_subpath: musl-hardened/stage1-arm64-musl-hardened-@TIMESTAMP@
+source_subpath: musl-hardened/stage1-arm64-musl-hardened-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/arm64/musl/stage1.spec 
b/releases/specs/arm64/musl/stage1.spec
index 1401f9d5..b6afbc15 100644
--- a/releases/specs/arm64/musl/stage1.spec
+++ b/releases/specs/arm64/musl/stage1.spec
@@ -4,7 +4,7 @@ version_stamp: musl-@TIMESTAMP@
 rel_type: musl
 profile: default/linux/arm64/17.0/musl
 snapshot: @TIMESTAMP@
-source_subpath: musl/stage3-arm64-musl-latest
+source_subpath: musl/stage3-arm64-musl-latest.tar.xz
 compression_mode: pixz
 update_seed: yes
 update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world

diff --git a/releases/specs/arm64/musl/stage3.spec 
b/releases/specs/arm64/musl/stage3.spec
index a477f7b1..b4a24667 100644
--- a/releases/specs/arm64/musl/stage3.spec
+++ b/releases/specs/arm64/musl/stage3.spec
@@ -4,7 +4,7 @@ version_stamp: musl-@TIMESTAMP@
 rel_type: musl
 profile: default/linux/arm64/17.0/musl
 snapshot: @TIMESTAMP@
-source_subpath: musl/stage1-arm64-musl-@TIMESTAMP@
+source_subpath: musl/stage1-arm64-musl-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng



[gentoo-commits] proj/portage:master commit in: bin/

2022-01-23 Thread Sam James
commit: 1837b14d69ed663f62c33ba258b531fd41f8adb7
Author: Sheng Yu  protonmail  com>
AuthorDate: Mon Jan 24 01:56:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 02:07:11 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1837b14d

quickpkg: check gpg status

Closes: https://bugs.gentoo.org/831944
Signed-off-by: Sheng Yu  protonmail.com>
Closes: https://github.com/gentoo/portage/pull/784
Signed-off-by: Sam James  gentoo.org>

 bin/quickpkg | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/quickpkg b/bin/quickpkg
index 7733bc833..27dda85ed 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -285,8 +285,9 @@ def quickpkg_main(options, args, eout):
portage.settings.features.remove('xattr')
portage.settings.lock()
 
-   gpg = GPG(portage.settings)
-   gpg.unlock()
+   if portage.settings.get("BINPKG_GPG_SIGNING_KEY", None):
+   gpg = GPG(portage.settings)
+   gpg.unlock()
 
infos = {}
infos["successes"] = []



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

2022-01-23 Thread Sam James
commit: 344a6e70c77a76a15930e5768c8a6ada5cb0f8e9
Author: John Hansen  mrhansen  id  au>
AuthorDate: Sun Jan 23 21:48:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 21:49:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344a6e70

dev-python/m2crypto: fix build on MIPS

Fixes errors like:
```
/usr/include/openssl/opensslconf.h:16: Error: CPP #error ""abi_mips_n32 not 
supported by the package."". Use the -cpperraswarn option to continue swig 
processing.
```

Signed-off-by: John Hansen  mrhansen.id.au>
Signed-off-by: Sam James  gentoo.org>

 dev-python/m2crypto/m2crypto-0.38.0.ebuild | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-python/m2crypto/m2crypto-0.38.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.38.0.ebuild
index b6170a252e6b..f6c277a5522a 100644
--- a/dev-python/m2crypto/m2crypto-0.38.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.38.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2021 Gentoo Authors
+# Copyright 2018-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="test"
+IUSE="test abi_mips_n32 abi_mips_n64 abi_mips_o32"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
@@ -59,5 +59,14 @@ python_compile() {
# https://bugs.gentoo.org/674112
swig_define __ARM_PCS_VFP
 
+   # Avoid similar errors to bug #688668 for MIPS
+   if use abi_mips_n32; then
+   swig_define _MIPS_SIM = _ABIN32
+   elif use abi_mips_n64; then
+   swig_define _MIPS_SIM = _ABI64
+   elif use abi_mips_o32; then
+   swig_define _MIPS_SIM = _ABIO32
+   fi
+
distutils-r1_python_compile --openssl="${ESYSROOT}"/usr
 }



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

2022-01-23 Thread Michał Górny
commit: c4c09d5e7a9e99d50a564a68a5f284a8dbb792f9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 23 22:37:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 23 22:37:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c09d5e

dev-python/pycryptodome: Bump to 3.13.0

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

 dev-python/pycryptodome/Manifest   |  1 +
 dev-python/pycryptodome/pycryptodome-3.13.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/pycryptodome/Manifest b/dev-python/pycryptodome/Manifest
index eedeeb413396..e530c7250b25 100644
--- a/dev-python/pycryptodome/Manifest
+++ b/dev-python/pycryptodome/Manifest
@@ -1 +1,2 @@
 DIST pycryptodome-3.12.0.tar.gz 15130980 BLAKE2B 
5eb34a03523652d990ddfdd1eebcbbacea30bffbe4838289c195b07658a98814ebec322aaffbed7b3fa564bc005d52ea1e483dedcb9f40b65d00e50c28d78582
 SHA512 
67f2a814d74305614fdf9dfb633c4fd9d80d2064119d0ecab24ae52fd8ce4b6de1a1e82c6ba7bcf22fb7db1a5a850adf078e22317b4c07229cd7cb8cb7f1ffd4
+DIST pycryptodome-3.13.0.tar.gz 15306369 BLAKE2B 
97ef26868fb2be2f3240960d8debd897cb82c4a6f1ea1c179fc790693eb2e37de14cbf16bd7deafe0ca1d28983e9bee8583cbe8adde2fa50533cf2bd1274108c
 SHA512 
daafdc80ae8df7f5f282adbdd3fbd9f848b03a3de0c21739b3bb973368daf721c9cd306e56c16baceeda4a0ebc3470abbc0cddc4e8409b5e4fe4255f3d62ec2e

diff --git a/dev-python/pycryptodome/pycryptodome-3.13.0.ebuild 
b/dev-python/pycryptodome/pycryptodome-3.13.0.ebuild
new file mode 100644
index ..695065661243
--- /dev/null
+++ b/dev-python/pycryptodome/pycryptodome-3.13.0.ebuild
@@ -0,0 +1,46 @@
+# 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} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="A self-contained cryptographic library for Python"
+HOMEPAGE="https://www.pycryptodome.org/
+   https://github.com/Legrandin/pycryptodome/
+   https://pypi.org/project/pycryptodome/;
+SRC_URI="
+   https://github.com/Legrandin/pycryptodome/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD-2 Unlicense"
+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=""
+
+DEPEND="
+   dev-libs/gmp:0=
+   >=dev-libs/libtomcrypt-1.18.2-r1:="
+BDEPEND="
+   virtual/python-cffi[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${DEPEND}
+   ${BDEPEND}
+   !dev-python/pycrypto"
+
+PATCHES=(
+   "${FILESDIR}/pycryptodome-3.10.1-system-libtomcrypt.patch"
+)
+
+distutils_enable_tests setup.py
+
+python_prepare_all() {
+   # make sure we're unbundling it correctly
+   rm -r src/libtom || die
+
+   distutils-r1_python_prepare_all
+}



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

2022-01-23 Thread Zac Medico
commit: cf2202a96c9afffa1c4e35f4d3e766fd9e7b95d5
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan 24 03:12:45 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan 24 03:13:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2202a9

sys-cluster/minikube: Bump to version 1.25.1

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

 sys-cluster/minikube/Manifest   |  1 +
 sys-cluster/minikube/minikube-1.25.1.ebuild | 75 +
 2 files changed, 76 insertions(+)

diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest
index 59b50dba433e..7ac4c8cb2350 100644
--- a/sys-cluster/minikube/Manifest
+++ b/sys-cluster/minikube/Manifest
@@ -2364,6 +2364,7 @@ DIST minikube-1.19.0.tar.gz 85929986 BLAKE2B 
c5a26d4fdc7b807f7d06f66ef73ad1d5162
 DIST minikube-1.23.2.tar.gz 86377710 BLAKE2B 
901c423b3c8f7e95c3fa6dabd52c8b10bd35b323e4b5e31952ce2dbf42500cd4b785da668cebc0ae2df2809728ec9838d369a0af947c61b74294c0bd4ec39811
 SHA512 
be2c99b6570fff9597f22082a05fd292c81801fb0632c69b5e0670d8cc09e99c9b13f9aa6a760b9dbdffdbcff96090adaf5f9330d9739d43aae2e4fe142ef314
 DIST minikube-1.24.0-vendor.tar.gz 104103829 BLAKE2B 
ff38483b65854ec1756b3f880621a0e187b92e16bc38452b61f1fa1f0db0acc10bb48d1dae6698c84aa41c69d5a08c012ae7e309dbb543baf5b22a04151db251
 SHA512 
7b4be1c3850a7a24cd8c97afbd31a0c1283e0b30d2ef4de9f54f918e749e08e7496307ca6c685e21c5a608e272b873cec0a25de7f8707c0ef26aad4767300ec3
 DIST minikube-1.25.0-vendor.tar.gz 104662120 BLAKE2B 
ed717fdd3770b5b71b4a38b8a81ea86060c0c2eeb0d846adafd856b861a3974862267f9ad224f8cec09fb0933cedb8b434fd5a708cbefea0d7403ff53ab519f3
 SHA512 
3836a5d297ec9fc1b031fa170583253fe11031b8337290fcff3a20fb3c392f6259c1f1144909b1172c5cfcb308942fedbea5a10bde623c2b00f7299ed278b8ce
+DIST minikube-1.25.1-vendor.tar.gz 104698545 BLAKE2B 
2402594f1a876e16f36f4341136b71a84a8848c90d61789c85b1b962848e029363ec1efa051b0a08a28d38e82ee5fd52ceb0f2836078102a22de0d9cff4cc041
 SHA512 
661cd0261535728a119d5a0fa5f15c535092ae870f094e85dd03cbb5449ccef89c64dacec02373a7097f0a81bf2c23a91254f2257c09db54cb48249a785d06a5
 DIST modernc.org%2Fcc%2F@v%2Fv1.0.0.mod 22 BLAKE2B 
26488aa7e4d0339d58279e663998091c24b5a6d4d026ea71166c06695034ffb5011d20f49c151c6a41481c6cb5648806ae5201bffcf4e2e49b6e7ec9375d9469
 SHA512 
22847329a9a431f222a2bde9c743aa5d76e737e2535b53273c31cb641c89fa4b73e51de12f84fb6da532b060a1daa084c5150502e3ab4e311eaff351f10617fa
 DIST modernc.org%2Fgolex%2F@v%2Fv1.0.0.mod 25 BLAKE2B 
5ae90f4bebc5486b84fbad78cbb9e747a2b1710805a35eefb93fb5f860c7850242067bf79c38a7a076f9f5823995cb4a2fa0120491258cfee9e87fd5996cbbf2
 SHA512 
764e7459060a8e7e90c8b8714926cb8b1eeb130789d1d89eb52e4dec5be83298bfe03647720c0e84d5aa9cf293a38f041e1696ccfe60a87cd1ef7316190b41ac
 DIST modernc.org%2Fmathutil%2F@v%2Fv1.0.0.mod 28 BLAKE2B 
d93ac859fd33dd8b36dcb992876edf1470206d4a455f6dbfc3a8be76aa84cd3b1a16a12e23d857b090ee5b18ba51441c90bc5d6a4bb35430193d7f99d61a3725
 SHA512 
53b0f0324ef1cc51f322d535b2199362be3962aa8e2d1c32b0c58da2fd4f65f8f19450089d78fc58aa89ff5903500ae2cb60ba38d89373c9f58f075db0ba80fa

diff --git a/sys-cluster/minikube/minikube-1.25.1.ebuild 
b/sys-cluster/minikube/minikube-1.25.1.ebuild
new file mode 100644
index ..e51cece9f682
--- /dev/null
+++ b/sys-cluster/minikube/minikube-1.25.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit bash-completion-r1 go-module toolchain-funcs
+GIT_COMMIT=3e64b11ed75e56e4898ea85f96b2e4af0301f43d
+GIT_COMMIT_SHORT=${GIT_COMMIT:0:9}
+
+DESCRIPTION="Single Node Kubernetes Cluster"
+HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io;
+
+SRC_URI="https://github.com/zmedico/minikube/archive/refs/tags/v${PV}-vendor.tar.gz
 -> ${P}-vendor.tar.gz"
+
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 CC0-1.0 GPL-2 ISC LGPL-3 
MIT MPL-2.0 WTFPL-2 ZLIB || ( LGPL-3+ GPL-2 ) || ( Apache-2.0 LGPL-3+ ) || ( 
Apache-2.0 CC-BY-4.0 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="hardened libvirt"
+
+COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+BDEPEND="dev-go/go-bindata"
+
+RESTRICT+=" test"
+S=${WORKDIR}/${P}-vendor
+
+src_configure() {
+   case "${ARCH}" in
+   amd64|arm*)
+   minikube_arch="${ARCH}" ;;
+   ppc64)
+   # upstream does not support big-endian ppc64
+   minikube_arch="${ARCH}le" ;;
+   *)
+   die "${ARCH} is not supported" ;;
+   esac
+   minikube_target="out/minikube-linux-${minikube_arch}"
+}
+
+src_compile() {
+   # out/docker-machine-driver-kvm2 target is amd64 specific
+   # but libvirt useflag is masked on most arches.
+   COMMIT=${GIT_COMMIT} \
+   COMMIT_NO=${GIT_COMMIT} \
+   COMMIT_SHORT=${GIT_COMMIT_SHORT} \
+   CGO_LDFLAGS="$(usex 

[gentoo-commits] repo/gentoo:master commit in: app-containers/containers-storage/

2022-01-23 Thread Zac Medico
commit: 88d1ba9af1279b814e158c1e83ed49325ed16643
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan 24 03:21:33 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan 24 03:21:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d1ba9a

app-containers/containers-storage: Bump to version 1.38.0

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

 app-containers/containers-storage/Manifest |  1 +
 .../containers-storage-1.38.0.ebuild   | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-containers/containers-storage/Manifest 
b/app-containers/containers-storage/Manifest
index c530dfe9b542..014d6c57d5df 100644
--- a/app-containers/containers-storage/Manifest
+++ b/app-containers/containers-storage/Manifest
@@ -1 +1,2 @@
 DIST containers-storage-1.37.0.tar.gz 3557198 BLAKE2B 
ebe5c8e562149a9d007ac87d7fc615d29ad7decbfd6b1b8d919b14684a6341575d8f65080a808ba52674664d187a18bb47e88f10e1a02a2975898862873dadf9
 SHA512 
3a65a50946e1eed1c79ea77b65feb1c6c8cf58a0b7b81932acb8891b6daa25e007582eb7f70ef7e7f2a6d8262be5db7757ead2fe079e47c99114b47917d81084
+DIST containers-storage-1.38.0.tar.gz 3656468 BLAKE2B 
b33342dd6c55d69c3c71ce17ceeb4fd4c442291b700a9a601f9b273337bda70b9f353adbac55019d3ab0a20a8b142816255af106b77127f371ee0f80fbea488b
 SHA512 
c9be760d088ac2bf1fa7ee7b6742c9f0f54b4878ae85059bbdb059b48eb5a2cf2c217b774944b23ff175d7126351d324ed96febb77c7a6b78b6cffb51f271f13

diff --git a/app-containers/containers-storage/containers-storage-1.38.0.ebuild 
b/app-containers/containers-storage/containers-storage-1.38.0.ebuild
new file mode 100644
index ..c01863fdb218
--- /dev/null
+++ b/app-containers/containers-storage/containers-storage-1.38.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module
+
+KEYWORDS="~amd64"
+DESCRIPTION="containers/storage library"
+HOMEPAGE="https://github.com/containers/storage;
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
+SLOT="0"
+IUSE="btrfs +device-mapper test"
+SRC_URI="https://github.com/containers/storage/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RDEPEND="
+   btrfs? ( sys-fs/btrfs-progs )
+   device-mapper? ( sys-fs/lvm2:= )"
+DEPEND="${RDEPEND}
+   dev-go/go-md2man
+   test? (
+   sys-fs/btrfs-progs
+   sys-fs/lvm2
+   sys-apps/util-linux
+   )"
+RESTRICT="test"
+
+S=${WORKDIR}/${P#containers-}
+
+src_prepare() {
+   default
+
+   sed -e 's|: install\.tools|:|' -i Makefile || die
+
+   [[ -f hack/btrfs_tag.sh ]] || die
+   use btrfs || { echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   "hack/btrfs_tag.sh" || die; }
+
+   [[ -f hack/libdm_tag.sh ]] || die
+   use device-mapper || { echo -e "#!/bin/sh\necho btrfs_noversion 
exclude_graphdriver_devicemapper" > \
+   "hack/libdm_tag.sh" || die; }
+}
+
+src_compile() {
+   export -n GOCACHE GOPATH XDG_CACHE_HOME #678856
+   emake GOMD2MAN=go-md2man FFJSON= containers-storage docs
+}
+
+src_install() {
+   dobin "${PN}"
+   while read -r -d ''; do
+   mv "${REPLY}" "${REPLY%.1}" || die
+   done < <(find "${S}/docs" -name '*.[[:digit:]].1' -print0)
+   find "${S}/docs" -name '*.[[:digit:]]' -exec doman '{}' + || die
+}
+
+src_test() {
+   env -u GOFLAGS unshare -m emake local-test-unit || die
+}



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

2022-01-23 Thread Sam James
commit: fda09682e2281673bdcee2e0bc132627b35629cd
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:44:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:44:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda09682

sys-apps/portage: Stabilize 3.0.30-r1 x86, #831905

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

 sys-apps/portage/portage-3.0.30-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/portage/portage-3.0.30-r1.ebuild 
b/sys-apps/portage/portage-3.0.30-r1.ebuild
index 74b1518e0b17..8588da644f6c 100644
--- a/sys-apps/portage/portage-3.0.30-r1.ebuild
+++ b/sys-apps/portage/portage-3.0.30-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
 SRC_URI="https://gitweb.gentoo.org/proj/portage.git/snapshot/${P}.tar.bz2;
 
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-java/jsr305/

2022-01-23 Thread Sam James
commit: 0490e83de0f761a1cba9df93c668bfa4293b31b9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:44:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:44:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0490e83d

dev-java/jsr305: Stabilize 3.0.2-r1 x86, #831914

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

 dev-java/jsr305/jsr305-3.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jsr305/jsr305-3.0.2-r1.ebuild 
b/dev-java/jsr305/jsr305-3.0.2-r1.ebuild
index af757639acf5..265834558079 100644
--- a/dev-java/jsr305/jsr305-3.0.2-r1.ebuild
+++ b/dev-java/jsr305/jsr305-3.0.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://central.maven.org/maven2/com/google/code/findbugs/${PN}/${PV}/${
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND=">=virtual/jre-1.8:*"
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/xmpbox/

2022-01-23 Thread Sam James
commit: ebf1040826f54f5a0947a8f07f7fc292d1711fbc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:44:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:44:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf10408

dev-java/xmpbox: Stabilize 2.0.24 x86, #831913

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

 dev-java/xmpbox/xmpbox-2.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xmpbox/xmpbox-2.0.24.ebuild 
b/dev-java/xmpbox/xmpbox-2.0.24.ebuild
index 51a150190d01..fb925a919fd7 100644
--- a/dev-java/xmpbox/xmpbox-2.0.24.ebuild
+++ b/dev-java/xmpbox/xmpbox-2.0.24.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://apache/pdfbox/${PV}/pdfbox-${PV}-src.zip"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 # Common dependencies
 # POM: pom.xml



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

2022-01-23 Thread Mike Gilbert
commit: d4b8c8885e18ab7471ea5a16dd1ae6ce7aef1dfa
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan 24 04:18:43 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan 24 04:18:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b8c888

x11-misc/xscreensaver: remove trailing whitespace

Signed-off-by: Mike Gilbert  gentoo.org>

 x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild 
b/x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild
index 797fa923703d..b7f191412b75 100644
--- a/x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild
@@ -140,7 +140,7 @@ src_configure() {
 
unset BC_ENV_ARGS #24568
 
-   # Works similarly to -Werror, 
+   # Works similarly to -Werror,
# 
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration
filter-flags -pedantic-errors
 



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

2022-01-23 Thread Mike Gilbert
commit: a7f8b8253accff6b2734c7e81bf182ae18c5f336
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jan 24 04:10:06 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Jan 24 04:15:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f8b825

x11-misc/xscreensaver: depend on virtual/libcrypt when USE="locking"

Closes: https://bugs.gentoo.org/830815
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/x11-misc/xscreensaver/xscreensaver-6.02.ebuild 
b/x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild
similarity index 99%
rename from x11-misc/xscreensaver/xscreensaver-6.02.ebuild
rename to x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild
index 575d1cd4c43f..797fa923703d 100644
--- a/x11-misc/xscreensaver/xscreensaver-6.02.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-6.02-r1.ebuild
@@ -45,6 +45,7 @@ COMMON_DEPEND="
)
gtk? ( x11-libs/gtk+:2 )
jpeg? ( virtual/jpeg:0 )
+   locking? ( virtual/libcrypt:= )
new-login? (
gdm? ( gnome-base/gdm )
!gdm? ( || ( x11-misc/lightdm lxde-base/lxdm ) )



[gentoo-commits] proj/musl:master commit in: sys-auth/polkit/

2022-01-23 Thread Jory Pratt
commit: f9d59ae0c90db9b9ceb1edcc9b9ed199cfa1d38f
Author: yemou Hannam  protonmail  com>
AuthorDate: Thu Jan 20 19:17:22 2022 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Jan 23 22:06:20 2022 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f9d59ae0

sys-auth/polkit: fix build with -duktape

correctly set `-Djs_engine` when the duktape useflag is or is not set

Closes: https://github.com/gentoo/musl/issues/458
Closes: https://github.com/gentoo/musl/pull/459

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: yemou Hannam  protonmail.com>
Signed-off-by: Jory Pratt  gentoo.org>

 sys-auth/polkit/polkit-0.120-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-auth/polkit/polkit-0.120-r1.ebuild 
b/sys-auth/polkit/polkit-0.120-r1.ebuild
index c0b033db..a75f950a 100644
--- a/sys-auth/polkit/polkit-0.120-r1.ebuild
+++ b/sys-auth/polkit/polkit-0.120-r1.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
@@ -88,6 +88,7 @@ src_configure() {
$(meson_use introspection)
$(meson_use test tests)
$(usex pam "-Dpam_module_dir=$(getpam_mod_dir)" '')
+   -Djs_engine="$(usex duktape duktape mozjs)"
)
meson_src_configure
 }



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2022-01-23 Thread Andreas K. Hüttel
commit: c23db41ef01d928c390d27a491bd79e00ded4bdf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 23 22:48:27 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jan 23 22:48:27 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=c23db41e

arm64: Add some more .tar.xz extensions (why???)

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

 releases/specs/arm64/installcd-stage2-minimal.spec | 2 +-
 releases/specs/arm64/stage1-openrc.spec| 2 +-
 releases/specs/arm64/stage1-systemd.spec   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/releases/specs/arm64/installcd-stage2-minimal.spec 
b/releases/specs/arm64/installcd-stage2-minimal.spec
index 1e020e44..f6596f0c 100644
--- a/releases/specs/arm64/installcd-stage2-minimal.spec
+++ b/releases/specs/arm64/installcd-stage2-minimal.spec
@@ -4,7 +4,7 @@ target: livecd-stage2
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/livecd-stage1-arm64-@TIMESTAMP@
+source_subpath: default/livecd-stage1-arm64-@timest...@.tar.xz
 portage_confdir: @REPO_DIR@/releases/portage/isos
 
 livecd/bootargs: dokeymap

diff --git a/releases/specs/arm64/stage1-openrc.spec 
b/releases/specs/arm64/stage1-openrc.spec
index 75032fda..7ada97f4 100644
--- a/releases/specs/arm64/stage1-openrc.spec
+++ b/releases/specs/arm64/stage1-openrc.spec
@@ -4,7 +4,7 @@ version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-arm64-openrc-latest
+source_subpath: default/stage3-arm64-openrc-latest.tar.xz
 compression_mode: pixz
 update_seed: yes
 update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world

diff --git a/releases/specs/arm64/stage1-systemd.spec 
b/releases/specs/arm64/stage1-systemd.spec
index 16ef9d14..17f3659f 100644
--- a/releases/specs/arm64/stage1-systemd.spec
+++ b/releases/specs/arm64/stage1-systemd.spec
@@ -4,7 +4,7 @@ version_stamp: systemd-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0/systemd
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-arm64-systemd-latest
+source_subpath: default/stage3-arm64-systemd-latest.tar.xz
 compression_mode: pixz
 update_seed: yes
 update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world



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

2022-01-23 Thread Zac Medico
commit: 337a974f9ccf36a4520fe413150e60c25cde5493
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan 24 03:29:42 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan 24 03:29:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337a974f

gentoo/sys-apps/flatpak: Bump to version 1.12.4

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

 sys-apps/flatpak/Manifest  |   1 +
 sys-apps/flatpak/flatpak-1.12.4.ebuild | 102 +
 2 files changed, 103 insertions(+)

diff --git a/sys-apps/flatpak/Manifest b/sys-apps/flatpak/Manifest
index dbbd0d6a40ba..50e0ef4fdc1f 100644
--- a/sys-apps/flatpak/Manifest
+++ b/sys-apps/flatpak/Manifest
@@ -2,3 +2,4 @@ DIST flatpak-1.10.5.tar.xz 1511032 BLAKE2B 
704ce0b5828728f1bb438dca2c1cd0b842775
 DIST flatpak-1.10.6.tar.xz 1517800 BLAKE2B 
517251ff75fe8f44ed5a7d2b69301ceb801265854c3570d5349da3e3bac0f4f416163226db0b518e3e2b67427ccb57f9e47b6ed5a6d8ea6a86af146e779a3525
 SHA512 
a6fd46eaaea8510c74671b365e633cd782a02ad05c54ff107226573eae2e9bd9b2ed76dbed401383e784d9530079c80beebb9d8512738815a16cabbe278c
 DIST flatpak-1.12.2.tar.xz 1541068 BLAKE2B 
78162c9ccf0b7b18e69c2594865999fc052a507b255b855f3879cdac0c86dbfcabc6a282f0a4de548d3e85142b0b3c8c26d21825f35e6a2f25ebc1aa13ff2b8b
 SHA512 
4887fe540a821f2c8539fbe1fd89b1cc350126a6fa90c1acf070e08db0de1073406a061f5483bc7a7ef9b07f73409beb7bc02d055d4b3ae1c33ba5c318e11b6f
 DIST flatpak-1.12.3.tar.xz 1555340 BLAKE2B 
512b3f6abfb06d242aedad2c27c9870750254a9d0a376739f8885bbf1740b649e2a41f2c079532b049fcce8b58529572ea35e930437ed6b62194a73bcbb6
 SHA512 
2f39665457b4c3b99e32ebc88cf5b70202dba6118887617d3d7faa20f688f3f3fc14e343b70c0d11eb15ee743a68d07078e6cda14fd91aa10ca375797cfc95bc
+DIST flatpak-1.12.4.tar.xz 1556548 BLAKE2B 
1347b4667b3b8e02309582c1819be7e052382bfca8f6bcdb8b578011e3931e18e8c358c9759b204c8c4f82ffe9f5157fda3c9c967cf1ad0bef2bfc39c4be2a8c
 SHA512 
441c29c43dec6cb224f677e2d9b3dd09e95f4ca6e06d24ee30de1b931522502f903b0bbd3ead4886d16c25d8236a876ffb95ec907690aa7f55cd7ed31c5dd71b

diff --git a/sys-apps/flatpak/flatpak-1.12.4.ebuild 
b/sys-apps/flatpak/flatpak-1.12.4.ebuild
new file mode 100644
index ..fcab58d20289
--- /dev/null
+++ b/sys-apps/flatpak/flatpak-1.12.4.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit autotools linux-info python-any-r1
+
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+DESCRIPTION="Linux application sandboxing and distribution framework"
+HOMEPAGE="https://flatpak.org/;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="doc gtk kde introspection policykit seccomp systemd"
+RESTRICT+=" test"
+
+RDEPEND="
+   acct-group/flatpak
+   acct-user/flatpak
+   >=app-arch/libarchive-2.8:=
+   app-arch/zstd:=
+   >=app-crypt/gpgme-1.1.8:=
+   >=dev-libs/appstream-glib-0.5.10:=
+   >=dev-libs/glib-2.56:2=
+   >=dev-libs/libxml2-2.4:=
+   dev-libs/json-glib:=
+   dev-libs/libassuan:=
+   >=dev-util/ostree-2020.8:=[gpg(+)]
+   || (
+   dev-util/ostree[curl]
+   dev-util/ostree[soup]
+   )
+   >=gnome-base/dconf-0.26:=
+   >=net-libs/libsoup-2.4:=
+   sys-apps/bubblewrap
+   sys-apps/dbus
+   >=sys-fs/fuse-2.9.9:0=
+   sys-apps/xdg-dbus-proxy
+   x11-apps/xauth
+   x11-libs/gdk-pixbuf:2=
+   x11-libs/libXau:=
+   policykit? ( >=sys-auth/polkit-0.98:= )
+   seccomp? ( sys-libs/libseccomp:= )
+   systemd? ( sys-apps/systemd:= )
+"
+
+DEPEND="${RDEPEND}"
+# pyparsing version pinned for https://bugs.gentoo.org/825230
+BDEPEND="
+   >=sys-devel/automake-1.13.4
+   >=sys-devel/gettext-0.18.2
+   virtual/pkgconfig
+   dev-util/gdbus-codegen
+   sys-devel/bison
+   introspection? ( >=dev-libs/gobject-introspection-1.40 )
+   doc? (
+   >=dev-util/gtk-doc-1.20
+   dev-libs/libxslt
+   )
+   $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
+"
+
+PDEPEND="
+   gtk? ( sys-apps/xdg-desktop-portal-gtk )
+   kde? ( kde-plasma/xdg-desktop-portal-kde )
+"
+
+python_check_deps() {
+   has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   local CONFIG_CHECK="~USER_NS"
+   linux-info_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+   # This line fails because locales are in /usr/lib/locale/locale-archive.
+   sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh 
|| die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-sandboxed-triggers
+   --enable-xauth
+   --localstatedir="${EPREFIX}"/var
+   --with-system-bubblewrap
+   

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

2022-01-23 Thread Sam James
commit: 016c293911ea24db69d51adac0fac70827c168a1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016c2939

net-dialup/moserial: Stabilize 3.0.21 amd64, #831048

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

 net-dialup/moserial/moserial-3.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/moserial/moserial-3.0.21.ebuild 
b/net-dialup/moserial/moserial-3.0.21.ebuild
index c121236b2d51..d6b13f292f1e 100644
--- a/net-dialup/moserial/moserial-3.0.21.ebuild
+++ b/net-dialup/moserial/moserial-3.0.21.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Moserial 
https://gitlab.gnome.org/GNOME/mo
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
>=dev-libs/glib-2.16:2[dbus]



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

2022-01-23 Thread Sam James
commit: 84b8fe3df3f8ce554543028000dd93f2abdaea02
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b8fe3d

net-libs/libmbim: Stabilize 1.26.2 amd64, #831048

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

 net-libs/libmbim/libmbim-1.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libmbim/libmbim-1.26.2.ebuild 
b/net-libs/libmbim/libmbim-1.26.2.ebuild
index 8d910bee6d17..4a886aa1f5e2 100644
--- a/net-libs/libmbim/libmbim-1.26.2.ebuild
+++ b/net-libs/libmbim/libmbim-1.26.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv x86"
 
 RDEPEND=">=dev-libs/glib-2.56:2"
 DEPEND="${RDEPEND}"



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

2022-01-23 Thread Sam James
commit: 82fd7e4683c7aca9fa12d901228c4a5e11e02f16
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fd7e46

net-libs/gssdp: Stabilize 1.4.0.1 amd64, #831048

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

 net-libs/gssdp/gssdp-1.4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gssdp/gssdp-1.4.0.1.ebuild 
b/net-libs/gssdp/gssdp-1.4.0.1.ebuild
index 982f87a63b5e..c9230b8966ad 100644
--- a/net-libs/gssdp/gssdp-1.4.0.1.ebuild
+++ b/net-libs/gssdp/gssdp-1.4.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP 
https://gitlab.gnome.org/GNOME/g
 
 LICENSE="LGPL-2+"
 SLOT="0/1.2-0" # -
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +introspection gtk vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2022-01-23 Thread Sam James
commit: dbbedc1fe77b24c0988d9ece3b70221301ba43bc
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbedc1f

media-libs/gupnp-dlna: Stabilize 0.12.0 amd64, #831048

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

 media-libs/gupnp-dlna/gupnp-dlna-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gupnp-dlna/gupnp-dlna-0.12.0.ebuild 
b/media-libs/gupnp-dlna/gupnp-dlna-0.12.0.ebuild
index f2be0d785846..ad288a0f8a53 100644
--- a/media-libs/gupnp-dlna/gupnp-dlna-0.12.0.ebuild
+++ b/media-libs/gupnp-dlna/gupnp-dlna-0.12.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP 
https://gitlab.gnome.org/GNOME/g
 
 LICENSE="LGPL-2"
 SLOT="2.0/4" # subslot: soname version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +introspection"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/grilo-plugins/

2022-01-23 Thread Sam James
commit: 015baa022905a7df2a082a7b0b3934cc3502188d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015baa02

media-plugins/grilo-plugins: Stabilize 0.3.14 amd64, #831048

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

 media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild
index 95be50c36a1f..1fd01552c618 100644
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.14.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="daap chromaprint flickr freebox gnome-online-accounts lua test thetvdb 
tracker upnp-av +youtube"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"



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

2022-01-23 Thread Sam James
commit: 3d39a15f1ca5e27e96af2f63fc1e1e5ebfd46d79
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d39a15f

net-libs/dleyna-renderer: Stabilize 0.7.2 amd64, #831048

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

 net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild 
b/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild
index 39bb50f0deb6..804a16ccd15c 100644
--- a/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.ebuild
+++ b/net-libs/dleyna-renderer/dleyna-renderer-0.7.2.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/phako/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 DEPEND="
>=dev-libs/glib-2.28:2



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

2022-01-23 Thread Sam James
commit: c59da640e87a975a811ce5ec04c727ac637479cb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59da640

net-libs/gupnp-igd: Stabilize 1.2.0 amd64, #831048

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

 net-libs/gupnp-igd/gupnp-igd-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp-igd/gupnp-igd-1.2.0.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-1.2.0.ebuild
index 6ee2f6959a19..9c69789b93b7 100644
--- a/net-libs/gupnp-igd/gupnp-igd-1.2.0.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-1.2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://gupnp.org 
https://gitlab.gnome.org/GNOME/gupnp-igd;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/1.2" # pkg-config file links in gupnp API, so some consumers of 
gupnp-igd need to be relinked for it
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
 IUSE="gtk-doc +introspection"
 
 RDEPEND="



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

2022-01-23 Thread Sam James
commit: 49ea260cf65dc2ec4975fe67730ee857e4dbc786
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea260c

net-misc/modemmanager: Stabilize 1.18.4 amd64, #831048

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

 net-misc/modemmanager/modemmanager-1.18.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/modemmanager/modemmanager-1.18.4.ebuild 
b/net-misc/modemmanager/modemmanager-1.18.4.ebuild
index e54ff10565f4..08b6e6ae7c65 100644
--- a/net-misc/modemmanager/modemmanager-1.18.4.ebuild
+++ b/net-misc/modemmanager/modemmanager-1.18.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.freedesktop.org/software/ModemManager/ModemManager-${PV}.ta
 
 LICENSE="GPL-2+"
 SLOT="0/1" # subslot = dbus interface version, i.e. N in 
org.freedesktop.ModemManager${N}
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="elogind +introspection mbim policykit +qmi systemd test +udev vala"
 REQUIRED_USE="



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

2022-01-23 Thread Sam James
commit: f9078597e21433239989d44899bbf5f039a44937
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9078597

net-misc/rygel: Stabilize 0.40.3 amd64, #831048

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

 net-misc/rygel/rygel-0.40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rygel/rygel-0.40.3.ebuild 
b/net-misc/rygel/rygel-0.40.3.ebuild
index 7ed7acf8ed3a..782f36a2a7a4 100644
--- a/net-misc/rygel/rygel-0.40.3.ebuild
+++ b/net-misc/rygel/rygel-0.40.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
 
 LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="gtk gtk-doc +introspection +sqlite tracker test transcode"
 RESTRICT="!test? ( test )"
 



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

2022-01-23 Thread Sam James
commit: adcec0b5dab0b91dcac68f76924635311fa0b3de
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcec0b5

net-libs/gtk-vnc: Stabilize 1.3.0 amd64, #831048

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

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

diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild 
b/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild
index cb9ed744f4ec..b2dee74c90ef 100644
--- a/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild
+++ b/net-libs/gtk-vnc/gtk-vnc-1.3.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection pulseaudio sasl +vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2022-01-23 Thread Sam James
commit: 876ad29736b739c66509151ae8e96e92b0170065
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876ad297

net-vpn/networkmanager-openvpn: Stabilize 1.8.16 amd64, #831048

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

 net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.16.ebuild 
b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.16.ebuild
index cd0a0079f170..f30a5843ace5 100644
--- a/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.16.ebuild
+++ b/net-vpn/networkmanager-openvpn/networkmanager-openvpn-1.8.16.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://gitlab.gnome.org/GNOME/NetworkManager-openvpn;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="gtk test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/subtitleeditor/

2022-01-23 Thread Sam James
commit: 9a34b1f2c4a50fb1734c9f5a303e87d82ff031c4
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a34b1f2

media-video/subtitleeditor: Stabilize 0.54.0_p5 amd64, #831048

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

 media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild 
b/media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild
index 95055ac63639..21f2d7e2a70d 100644
--- a/media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild
+++ b/media-video/subtitleeditor/subtitleeditor-0.54.0_p5.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/kitone/${PN}/releases/download/${PV}/${P/_p*}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug nls"
 # opengl would mix gtk+:2 and :3 which is not possible
 



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

2022-01-23 Thread Sam James
commit: 9e4821d9c1abd4c778afce9b18ef58fd748f0b7b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4821d9

net-misc/gupnp-tools: Stabilize 0.10.2 amd64, #831048

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

 net-misc/gupnp-tools/gupnp-tools-0.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/gupnp-tools/gupnp-tools-0.10.2.ebuild 
b/net-misc/gupnp-tools/gupnp-tools-0.10.2.ebuild
index b09a084a0234..7aa84c55de64 100644
--- a/net-misc/gupnp-tools/gupnp-tools-0.10.2.ebuild
+++ b/net-misc/gupnp-tools/gupnp-tools-0.10.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
>=net-libs/gssdp-1.2.0:=



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

2022-01-23 Thread Sam James
commit: 9a6c0043c296eb0c18b815e9734e9426df29f961
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6c0043

media-libs/grilo: Stabilize 0.3.14 amd64, #831048

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

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

diff --git a/media-libs/grilo/grilo-0.3.14.ebuild 
b/media-libs/grilo/grilo-0.3.14.ebuild
index 5fea4038b4af..11a08c62be83 100644
--- a/media-libs/grilo/grilo-0.3.14.ebuild
+++ b/media-libs/grilo/grilo-0.3.14.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Grilo;
 
 LICENSE="LGPL-2.1+"
 SLOT="0.3/0" # subslot is libgrilo-0.3 soname suffix
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 IUSE="gtk gtk-doc +introspection +playlist test vala"
 REQUIRED_USE="vala? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/

2022-01-23 Thread Sam James
commit: 7e6813acb870d1e74a4a5114803894ab0fa2757b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6813ac

net-libs/gnome-online-accounts: Stabilize 3.40.1 amd64, #831048

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

 net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild 
b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
index fbc97a3140fb..20376b399076 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts;
 
 LICENSE="LGPL-2+"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc x86"
 
 IUSE="debug gnome +introspection kerberos +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2022-01-23 Thread Sam James
commit: 2ac5e2f48e62d2a5f71feecbeb462f876c4a7106
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac5e2f4

net-libs/glib-networking: Stabilize 2.70.1 amd64, #831048

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

 net-libs/glib-networking/glib-networking-2.70.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.70.1.ebuild 
b/net-libs/glib-networking/glib-networking-2.70.1.ebuild
index ff82f89bae5e..4e456acd1ba4 100644
--- a/net-libs/glib-networking/glib-networking-2.70.1.ebuild
+++ b/net-libs/glib-networking/glib-networking-2.70.1.ebuild
@@ -12,7 +12,7 @@ LICENSE="LGPL-2.1+"
 SLOT="0"
 IUSE="+gnome +libproxy +ssl test"
 RESTRICT="!test? ( test )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~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-libs/glib-2.69.0:2[${MULTILIB_USEDEP}]



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

2022-01-23 Thread Sam James
commit: 8c1190ba59f6044b6ba8f3d35885d084df936680
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c1190ba

net-libs/libsoup: Stabilize 2.74.2 amd64, #831048

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

 net-libs/libsoup/libsoup-2.74.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsoup/libsoup-2.74.2.ebuild 
b/net-libs/libsoup/libsoup-2.74.2.ebuild
index 8e8ac4e3b56b..70cef2446f37 100644
--- a/net-libs/libsoup/libsoup-2.74.2.ebuild
+++ b/net-libs/libsoup/libsoup-2.74.2.ebuild
@@ -17,7 +17,7 @@ IUSE="brotli gssapi gtk-doc +introspection samba ssl sysprof 
test +vala"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 DEPEND="
>=dev-libs/glib-2.58:2[${MULTILIB_USEDEP}]



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

2022-01-23 Thread Sam James
commit: 23587fe3cc99855ab9f9125d38b0f37ad7a26867
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23587fe3

net-misc/dleyna-server: Stabilize 0.7.2 amd64, #831048

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

 net-misc/dleyna-server/dleyna-server-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild 
b/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild
index d11b4987f6d9..d94c132858d8 100644
--- a/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild
+++ b/net-misc/dleyna-server/dleyna-server-0.7.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/phako/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.36:2



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

2022-01-23 Thread Sam James
commit: 51b2169a0e10fd3be022a3ef1d38e8cb24725c2b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b2169a

gui-libs/libhandy: Stabilize 1.4.0 amd64, #831048

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

 gui-libs/libhandy/libhandy-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/libhandy/libhandy-1.4.0.ebuild 
b/gui-libs/libhandy/libhandy-1.4.0.ebuild
index 3d5e2e089f3b..67f36f79aa99 100644
--- a/gui-libs/libhandy/libhandy-1.4.0.ebuild
+++ b/gui-libs/libhandy/libhandy-1.4.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libhandy/;
 
 LICENSE="LGPL-2.1+"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="examples glade gtk-doc +introspection test +vala"
 REQUIRED_USE="vala? ( introspection )"



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

2022-01-23 Thread Sam James
commit: 701a73868e61266538a96c32fcb54a364af72355
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701a7386

net-libs/gupnp: Stabilize 1.4.2 amd64, #831048

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

 net-libs/gupnp/gupnp-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gupnp/gupnp-1.4.2.ebuild 
b/net-libs/gupnp/gupnp-1.4.2.ebuild
index c88e9798d726..dc04606207e6 100644
--- a/net-libs/gupnp/gupnp-1.4.2.ebuild
+++ b/net-libs/gupnp/gupnp-1.4.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP 
https://gitlab.gnome.org/GNOME/g
 
 LICENSE="LGPL-2+ GPL-2+" # gupnp-binding-tool is GPL-2+
 SLOT="0/1.2-0" # -
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
 
 IUSE="connman gtk-doc +introspection networkmanager vala"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



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

2022-01-23 Thread Sam James
commit: 43674a469370d2812226a7dc3a98dd993f5fa50c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43674a46

gui-libs/gtk: Stabilize 4.4.1 amd64, #831048

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

 gui-libs/gtk/gtk-4.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/gtk/gtk-4.4.1.ebuild b/gui-libs/gtk/gtk-4.4.1.ebuild
index 4d8f47e3cc13..2907ed713bbb 100644
--- a/gui-libs/gtk/gtk-4.4.1.ebuild
+++ b/gui-libs/gtk/gtk-4.4.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
test? ( introspection )
 "
 
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~riscv x86"
 
 COMMON_DEPEND="
>=dev-libs/fribidi-0.19.7



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/

2022-01-23 Thread Sam James
commit: b511a00fb843bb853f552832018b7d7ac96f114c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511a00f

gnome-base/gnome-shell: Stabilize 40.5-r1 amd64, #831048

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

 gnome-base/gnome-shell/gnome-shell-40.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-40.5-r1.ebuild 
b/gnome-base/gnome-shell/gnome-shell-40.5-r1.ebuild
index ed6a0f37f116..9d3b28174d60 100644
--- a/gnome-base/gnome-shell/gnome-shell-40.5-r1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-40.5-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus 
+networkmanager system
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
?? ( elogind systemd )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 # libXfixes-5.0 needed for pointer barriers and #include 

 # FIXME:



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/

2022-01-23 Thread Sam James
commit: 330917302394c96011374ff456c075baae620a30
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33091730

media-video/totem: Stabilize 3.38.2 amd64, #831048

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

 media-video/totem/totem-3.38.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/totem/totem-3.38.2.ebuild 
b/media-video/totem/totem-3.38.2.ebuild
index bd009a4094ad..1f81efbd3f0a 100644
--- a/media-video/totem/totem-3.38.2.ebuild
+++ b/media-video/totem/totem-3.38.2.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
 "
 RESTRICT="!test? ( test )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 
 DEPEND="
>=dev-libs/glib-2.56.0:2



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/eiciel/

2022-01-23 Thread Sam James
commit: 18214d75b8d8e51513a21283b34a82beb3c6e09d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18214d75

gnome-extra/eiciel: Stabilize 0.9.13.1 amd64, #831048

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

 gnome-extra/eiciel/eiciel-0.9.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/eiciel/eiciel-0.9.13.1.ebuild 
b/gnome-extra/eiciel/eiciel-0.9.13.1.ebuild
index a8d19d41a0a5..40621f642107 100644
--- a/gnome-extra/eiciel/eiciel-0.9.13.1.ebuild
+++ b/gnome-extra/eiciel/eiciel-0.9.13.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://rofi.roger-ferrer.org/eiciel/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="nautilus xattr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/simple-scan/

2022-01-23 Thread Sam James
commit: b09b6b508310862e52a3da53976ee8c8a518378b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 03:39:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 03:39:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09b6b50

media-gfx/simple-scan: Stabilize 40.7 amd64, #831048

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

 media-gfx/simple-scan/simple-scan-40.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/simple-scan/simple-scan-40.7.ebuild 
b/media-gfx/simple-scan/simple-scan-40.7.ebuild
index 7a7e6ff18d69..641ded61b373 100644
--- a/media-gfx/simple-scan/simple-scan-40.7.ebuild
+++ b/media-gfx/simple-scan/simple-scan-40.7.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/simple-scan;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="colord webp"
 
 DEPEND="



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

2022-01-23 Thread Zac Medico
commit: b4240c13bfe4de2eb18b625b304b7709671212f9
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan 24 03:37:12 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan 24 03:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4240c13

app-shells/nushell: Bump to version 0.43.0

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

 app-shells/nushell/Manifest  |  39 ++
 app-shells/nushell/nushell-0.43.0.ebuild | 589 +++
 2 files changed, 628 insertions(+)

diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest
index 95610dc40752..cfb039b14d05 100644
--- a/app-shells/nushell/Manifest
+++ b/app-shells/nushell/Manifest
@@ -199,6 +199,7 @@ DIST lexical-util-0.8.1.crate 85045 BLAKE2B 
e7991e90d6a38423f096357c9577d3616382
 DIST lexical-write-float-0.8.2.crate 100230 BLAKE2B 
27249e8c388448521618963e08172be083fa55b13d7c677361ad3b65edfbe076f0545742573ffe356759506286d590d8c7ff2baa03ba15881bb99941a5438c61
 SHA512 
1f0100cd0d2450cb2cda6ea8d3d2d0bb792346c7e956753f34bb701fabc6865f4dae9ddce18a6a0e03cc3151a36a3080c053be1020e33c31bfa23d4931f9dedc
 DIST lexical-write-integer-0.8.0.crate 52070 BLAKE2B 
0140f58da5f5dbb2c99a04ef37268d4346bc7d83aa13030869577b59b22b2bab2603af76af584c95024ededa892f87298053ef027a4a25b93471b9cab352363c
 SHA512 
c7e2ea5e70b7274ee61d921dadd09cfedd21fdb312fa65eef4f87cc3ac79ad912c1e12fd2ff2a53c686f1d7d861a1abc427ba1b2a99663eb34171c60b68e6ea7
 DIST libc-0.2.108.crate 559475 BLAKE2B 
eb8b0250136aa57e89d256d8401fb590d74a1447039324ab4572786185a2f4b7a955c356c8cab63b019619617313fafd5b7c44dd09cfa3cc92dbb9b7fb714580
 SHA512 
a29f0c5cc7e4b653c2bc33c92dc90b5d3a7132d4409d6b92b94fa9fe1391d8cf57a63d339ca0602f2efac28d3dc3beb854cf9a6d03bf027fef5e5276fc5b1487
+DIST libc-0.2.112.crate 571445 BLAKE2B 
3936f4fd08cda0ad5be7b1ff417b6dfc9abad14ea5cf647425d8a2e7306275e958fb5cab4de9eeaab95065176bc295065bafec3846ebadb6e15cba20de495280
 SHA512 
6c1a027eff21d3ef8078ad19b90b06d90790919a848e95a4c878e8c8b850d2e9be3fca36d8db39b24e472f15e5352ead1182d5491a0b382e06f8c3ead379c45f
 DIST libgit2-sys-0.12.26+1.3.0.crate 1476836 BLAKE2B 
953756b4ed1e6f90d9eabf03dd9f3db50a085ecee4018c6f5e598b2b030e3332a6281f5e033810134356a48b92a4b910fd534813f2111cefc6de3bbf2954e1c8
 SHA512 
de30865b3d4ab0288e090381e5646e3e8028c341fac93014168fcfa5f166f7fbad9fc4ebd285919247cc6bac178658eb936ea1fdf168068248be07ad34ecc54d
 DIST libm-0.2.1.crate 111906 BLAKE2B 
aedb58515c1f63a1731231cc3415b2269a1dedd8c56e614ec08b9075c80a0edec5480efd984b320c38a256ab97d9590851f8880e846ce7dd03fb5dd7711f798d
 SHA512 
a037ce773e4c4b0a9c20a23a9c04a34bc468753a1ccafb42199ae1793adc100148b77b08533c4bcc0f269d7de421c0657b6ea62f132ae808cc3b998f55e713a9
 DIST libsqlite3-sys-0.23.1.crate 4667034 BLAKE2B 
9154eeacb90032372af4562e9ac9ce77a81749387ace325bfdeb950c624629c5937fabe592ab2811b45a2a0be308ea2749fe383b7bd23a2f012b2974dd11cb93
 SHA512 
06ae4fcfb7537fdf2e85bd4c5f1f61da51cf0b946c7364baae2c15e9e84bb89257cb21eae575d1542327f6685e879130a853c445504ceb86c9b00b4d9e85b2a1
@@ -238,76 +239,112 @@ DIST nom-1.2.4.crate 68547 BLAKE2B 
87ed1c1770772beed7e2b5faf9a63ce4ab506913ee104
 DIST ntapi-0.3.6.crate 127221 BLAKE2B 
5e530c90eab66c73fa1864084eb462490bb0cce58ecd9e22659d4933ae94871c722dd2e9b351f9ab620a0e45779cc2030cc65bc6badcf9ccc6263d0850c11447
 SHA512 
c07f2ae51e4fbbe55de9f617d333e4042a93de69e9bfcdd44acc1b342edd88cc2a360fe6710d9568594e2c0990776004400d0741e61d1a2a1cec4a645c4cb035
 DIST nu-0.41.0.crate 279440 BLAKE2B 
77c008f4e247ea9eb1ce312f36dbe9d621a11d25399440f452adba6ce3156abcb13943e2f6946f769e74f1e65a78be9d7c620d7bc0a691230d858366ef2c7cdc
 SHA512 
d51c28650994df4d34bc376c53750887a62fe9bd52a82b4eca55cf0c5b713bba290b98536c427dfd850fce189aeb9c67fe3edf3ff9ce3d8d562150b96ea2900b
 DIST nu-0.42.0.crate 278464 BLAKE2B 
a7dae3d850ff7486e810e825307173857cabeb167fe3162153d3cdde1eae6ffc82e597b8088906356ca106ca586e1063ec9d8a9041eeca5fec0d543442ef2edf
 SHA512 
c2319beb09ecdb8d929d4625e0a3ff98f9948a6a22200a274656692bf884cdb9d0e82b9aab61f26b6ff1cabb81b7ff1b8d8d1cd4a31a4fbfac083795e245e198
+DIST nu-0.43.0.crate 278479 BLAKE2B 
2c9fc5cb91a011ca9d3d1f69cf1550fc62c59e68d590caf3ef2fbf283bd476597f95b1f29eb37fb379fbb0b67bcb97aad904d6332e35efcfc1a70c6a4c8a5cf4
 SHA512 
65a21d89ca59bd45d75612f42ddd967556c705076295f4c5e03ec49bb3c1406cf97e7c5f18db132d436689b5f540d848b6489da85623d4b1e29418eddba94d96
 DIST nu-ansi-term-0.41.0.crate 24273 BLAKE2B 
d2eb1fd61d15e587927a7beb0a82afa17299fad4583c6300531f07dc4ac0fb54c621c1461c6253974d8a3f4983b2b24c3b551e0bdd531f95db3dcaa7608450d4
 SHA512 
6058227ae92fe84ef8cae1d4bb502540cc14969d277a13e00f65ad3e261cc0250384b5a2f8ed63ec809e30b2393c9506a95297b8cb57266c89369c00ecf89878
 DIST nu-ansi-term-0.42.0.crate 24103 BLAKE2B 
c1bf41a1b64682e95c8998a9ac2f94ab66824a8ec61e60ba607fed7113c273191188ec67809e1a440774bf247cf3d2b392ecab2f461c28b06002963e7be912de
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-overlayfs/

2022-01-23 Thread Zac Medico
commit: b61d979fc0e3e5a6ef086d2d8abfb23d1db8dcc7
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jan 24 03:40:51 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jan 24 03:52:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b61d979f

sys-fs/fuse-overlayfs: Bump to version 1.8.1

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

 sys-fs/fuse-overlayfs/Manifest|  1 +
 sys-fs/fuse-overlayfs/fuse-overlayfs-1.8.1.ebuild | 26 +++
 2 files changed, 27 insertions(+)

diff --git a/sys-fs/fuse-overlayfs/Manifest b/sys-fs/fuse-overlayfs/Manifest
index 5ae359971d89..6ed25bab2c2e 100644
--- a/sys-fs/fuse-overlayfs/Manifest
+++ b/sys-fs/fuse-overlayfs/Manifest
@@ -1,2 +1,3 @@
 DIST fuse-overlayfs-1.7.1.tar.gz 103575 BLAKE2B 
1fc92852f3afdead707af8745db03e2f5b0cf1f154f12c13850e5c37b30a0ad84122aa06c7f96c3825cd89cc2d26874abecb8ffbf0ad4edec5e0ffc854962944
 SHA512 
2199f9a5040832537b57792fe361943065c6132d31613bb1f838e931049703011902fca3abc25f6d7136efb2eb5505161f11c252b91dfb19158ac663e1ec15c2
+DIST fuse-overlayfs-1.8.1.tar.gz 103753 BLAKE2B 
42ac0b75b563cee9457721dfebe03355d930e074f44cda43d071e853df2d2192266f6b2901c4faa333414de45fb1b95e245a42ae15c52714e311a1aad98deeb6
 SHA512 
7a63f1f129c100615676bccdb0f7fd83c4e9901786064d98fa3776dd64dbb61c38913f8d0eff428a601cb44b1bfd3261ded5ec5e471b889c7cd28f81a859d8ad
 DIST fuse-overlayfs-1.8.tar.gz 103726 BLAKE2B 
12da116bba60c5833b43d130b24ba6a60fcaabe1248226fa30e8c0b2c2439a438c66b39d28a8d3dd0f65bf353c38811e87f23a2fdbd830982063a7b5df7b4808
 SHA512 
68a7b6a41fd2c44fbfb194d324cc6869d7f6ce198f7ff3ddf74e91f9679785ffa610634a6e35c2661549e0bb776bf68741be45501d860b1e8dd6814d2b3fb0ab

diff --git a/sys-fs/fuse-overlayfs/fuse-overlayfs-1.8.1.ebuild 
b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.8.1.ebuild
new file mode 100644
index ..456cd5903e7d
--- /dev/null
+++ b/sys-fs/fuse-overlayfs/fuse-overlayfs-1.8.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="FUSE implementation for overlayfs"
+HOMEPAGE="https://github.com/containers/fuse-overlayfs;
+EGIT_COMMIT="v${PV}"
+SRC_URI="https://github.com/containers/fuse-overlayfs/archive/${EGIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND=">=sys-fs/fuse-3:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT#v}"
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2022-01-23 Thread Sam James
commit: 60f410ec740c211d38cc009abd92e0d27fb247df
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jan 23 14:04:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 15:19:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f410ec

x11-base/xorg-drivers: stable 21.1 for sparc, bug #831378

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 x11-base/xorg-drivers/xorg-drivers-21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild
index 64e3975e2c80..74927bcf4291 100644
--- a/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-21.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 LICENSE="metapackage"
 SLOT="0"
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_INPUT_DEVICES="



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

2022-01-23 Thread Sam James
commit: c2f936993e512259febd1361c64579350071301d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 23 00:50:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 15:19:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f93699

net-analyzer/fail2ban: fix installation of .egg-info if tests used

Need to revbump as anyone who ran tests will have a dodgy installation of
fail2ban.

mgorny explains fully in the bug (and thanks to him for investigating this),
but the gist is that the test runner sets umask but never unsets it/reverts it,
so it ends up affecting the rest of the installed files by the package.

Closes: https://bugs.gentoo.org/790251
Thanks-to: Michał Górny  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 .../fail2ban/{fail2ban-0.11.2-r3.ebuild => fail2ban-0.11.2-r4.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-analyzer/fail2ban/fail2ban-0.11.2-r3.ebuild 
b/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild
similarity index 98%
rename from net-analyzer/fail2ban/fail2ban-0.11.2-r3.ebuild
rename to net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild
index 1390bc1bdc39..fe1a7dcfa4cb 100644
--- a/net-analyzer/fail2ban/fail2ban-0.11.2-r3.ebuild
+++ b/net-analyzer/fail2ban/fail2ban-0.11.2-r4.ebuild
@@ -64,6 +64,9 @@ python_test() {
--no-network \
--no-gamin \
--verbosity=4 || die "Tests failed with ${EPYTHON}"
+
+   # Workaround for bug #790251
+   rm -r fail2ban.egg-info || die
 }
 
 python_install_all() {



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

2022-01-23 Thread Sam James
commit: e8f01c6b95e696b512642d29cdbcd239e4fb057f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jan 23 14:05:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 15:19:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f01c6b

x11-base/xorg-server: stable 21.1.3 for sparc, bug #831378

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 x11-base/xorg-server/xorg-server-21.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/xorg-server-21.1.3.ebuild 
b/x11-base/xorg-server/xorg-server-21.1.3.ebuild
index 155bc61155e0..990fd86039b7 100644
--- a/x11-base/xorg-server/xorg-server-21.1.3.ebuild
+++ b/x11-base/xorg-server/xorg-server-21.1.3.ebuild
@@ -11,7 +11,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="xephyr xnest xorg xvfb"



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

2022-01-23 Thread Sam James
commit: 689f7b50735d60bf3f3afe15de1ea667fa462667
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 23 15:41:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 15:41:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689f7b50

dev-libs/libbsd: respect OBJDUMP

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

 .../libbsd-0.11.4-build-respect-OBJDUMP.patch  | 26 ++
 dev-libs/libbsd/libbsd-0.11.4.ebuild   | 13 ++-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libbsd/files/libbsd-0.11.4-build-respect-OBJDUMP.patch 
b/dev-libs/libbsd/files/libbsd-0.11.4-build-respect-OBJDUMP.patch
new file mode 100644
index ..2f9df4475bbe
--- /dev/null
+++ b/dev-libs/libbsd/files/libbsd-0.11.4-build-respect-OBJDUMP.patch
@@ -0,0 +1,26 @@
+https://gitlab.freedesktop.org/libbsd/libbsd/-/merge_requests/16
+
+From 3fbb632b460a4f2d37036cf3959736938494459e Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sun, 23 Jan 2022 15:36:55 +
+Subject: [PATCH] build: respect $(OBJDUMP)
+
+We already search for it in `./configure` so let's respect
+the result of that search.
+
+This helps with cross-compilation and any other cases
+where one might want to choose a different toolchain.
+
+Bug: https://bugs.gentoo.org/831863
+Signed-off-by: Sam James 
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -141,7 +141,7 @@ TRANSPARENT_LIBMD_DEPENDS = format.ld
+ 
+ format.ld:
+   $(CC) -shared -nostdlib -nostartfiles -x assembler /dev/null -o $@.so
+-  objdump -f $@.so | sed -n 's/.*file format 
\(.*\)/OUTPUT_FORMAT(\1)/;T;p' > $@
++  $(OBJDUMP) -f $@.so | sed -n 's/.*file format 
\(.*\)/OUTPUT_FORMAT(\1)/;T;p' > $@
+   rm -f $@.so
+ endif
+ 

diff --git a/dev-libs/libbsd/libbsd-0.11.4.ebuild 
b/dev-libs/libbsd/libbsd-0.11.4.ebuild
index 55d75e728bd8..ca1cbf076ce2 100644
--- a/dev-libs/libbsd/libbsd-0.11.4.ebuild
+++ b/dev-libs/libbsd/libbsd-0.11.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib-minimal
+inherit autotools multilib-minimal
 
 DESCRIPTION="Library to provide useful functions commonly found on BSD systems"
 HOMEPAGE="https://libbsd.freedesktop.org/wiki/ 
https://gitlab.freedesktop.org/libbsd/libbsd;
@@ -19,6 +19,17 @@ DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-3.17
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.11.4-build-respect-OBJDUMP.patch
+)
+
+src_prepare() {
+   default
+
+   # Needed for objdump patch
+   eautoreconf
+}
+
 multilib_src_configure() {
# The build system will install libbsd-ctor.a despite of 
USE="-static-libs"
# which is correct, see:



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

2022-01-23 Thread Sam James
commit: e5fb0612946492691134875e5d0b82a156f01878
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 23 15:51:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 15:51:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fb0612

sys-devel/mold: add 1.0.2

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

 sys-devel/mold/Manifest| 1 +
 sys-devel/mold/{mold-.ebuild => mold-1.0.2.ebuild} | 4 +++-
 sys-devel/mold/mold-.ebuild| 4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/sys-devel/mold/Manifest b/sys-devel/mold/Manifest
index 79667690384d..491f95001361 100644
--- a/sys-devel/mold/Manifest
+++ b/sys-devel/mold/Manifest
@@ -1,2 +1,3 @@
 DIST mold-1.0.0.tar.gz 3482927 BLAKE2B 
56ebc267370548a2f91a71ebeed87871cede6f564c29dc7d44a499b95fe570f6e9c8a717baf2d9e235c7057c41e735b315493bd23d3b44574d2a44b14aaf5ef8
 SHA512 
99ffd0b9e2ff7157cc8b26808675c9d3147bf88961155ae19ed9b0ac647b7ec31ee78d05062decc6d41e66d99aa0fdc398d119803929b8dbff51eb3d077c
 DIST mold-1.0.1.tar.gz 3675262 BLAKE2B 
0e40860d3c0a221d368c94b9f58c20b245ee61de6f9eb6d1454ed3b6f103933c79ddd7358049e2aacf497221232d952c2117ba2b3371cbe37fb8ad4ae42461c2
 SHA512 
cc03a7db395362b97879c28942397d4443d12b72e067b6f979b1ece4d8aab06154b4c1a0f4c57d6ac505bcd4f892bf9a355ad281d628d4d544d8f70edaf34b72
+DIST mold-1.0.2.tar.gz 4501088 BLAKE2B 
51bac4bd44a785893c04dd03ccef6119b41a036789938a354545e7a22f16852b52079b3a3e4d27db860748e13966be18bbe813bf04b15c496f35d16ecca4b22c
 SHA512 
27f6664e63c76c32a6e3ec8bfc4b204138926001f5431be94da9ce47a5d9d3b51aa634c5cd6df45be660d52ac0507f7b7eec17134e35db402db5747d2ecc3715

diff --git a/sys-devel/mold/mold-.ebuild b/sys-devel/mold/mold-1.0.2.ebuild
similarity index 93%
copy from sys-devel/mold/mold-.ebuild
copy to sys-devel/mold/mold-1.0.2.ebuild
index 9751b231a53f..3e1594e0daec 100644
--- a/sys-devel/mold/mold-.ebuild
+++ b/sys-devel/mold/mold-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -42,6 +42,8 @@ src_compile() {
tc-export CC CXX
 
emake \
+   CFLAGS="${CFLAGS}" \
+   CXXFLAGS="${CXXFLAGS}" \
SYSTEM_TBB=1 \
SYSTEM_MIMALLOC=1 \
SYSTEM_XXHASH=1 \

diff --git a/sys-devel/mold/mold-.ebuild b/sys-devel/mold/mold-.ebuild
index 9751b231a53f..3e1594e0daec 100644
--- a/sys-devel/mold/mold-.ebuild
+++ b/sys-devel/mold/mold-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -42,6 +42,8 @@ src_compile() {
tc-export CC CXX
 
emake \
+   CFLAGS="${CFLAGS}" \
+   CXXFLAGS="${CXXFLAGS}" \
SYSTEM_TBB=1 \
SYSTEM_MIMALLOC=1 \
SYSTEM_XXHASH=1 \



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

2022-01-23 Thread Ulrich Müller
commit: e59fb1630bf5661a7b55b1ba56691e63bcd4ef57
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jan 23 17:38:25 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jan 23 17:38:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59fb163

net-im/zoom: Remove old

zoom-5.4.53391.1108 from late 2020 was the last upstream version
supporting x86. File a bug if you still need it.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 net-im/zoom/Manifest  |   2 -
 net-im/zoom/zoom-5.4.53391.1108-r3.ebuild | 120 --
 2 files changed, 122 deletions(-)

diff --git a/net-im/zoom/Manifest b/net-im/zoom/Manifest
index 331c54df6b45..78d7d3c0442b 100644
--- a/net-im/zoom/Manifest
+++ b/net-im/zoom/Manifest
@@ -1,4 +1,2 @@
-DIST zoom-5.4.53391.1108_i686.tar.xz 40384800 BLAKE2B 
0d449103e16799e6e6bcaf6ef1c105d6a75ce8728bfedb5107a9c6deedd9e8ef1988e19ddc33da43de8eb925d386460a84b5efe13c0709de6901239a688b4fb0
 SHA512 
d77357ab669ade90d4b8ae99116372db8b8b9a251625ed0566e89a8cc4d3f7aced07fd08d4646a223fad58f588e1dc2484464bd70e203b875ac9866fb92fe2ea
-DIST zoom-5.4.53391.1108_x86_64.tar.xz 44660944 BLAKE2B 
7152f4daccdbce56e2c83971f507bc70d5b77e8edd558f311e67f0e2ab127967cdd15c90b92ca95735b2fad3e11d692b206c32c5f7d65cd116050e8e6579fcdd
 SHA512 
f52e2fda15a29c2232656e8f34a5d65c3c401eb50f249d5436a949c09efd5b821d1c5e1f59dc4c27b5f4aadc1c24f474854498664b5d333d340d03f4998c59ba
 DIST zoom-5.8.6.739_x86_64.tar.xz 55756408 BLAKE2B 
5a0def3ebc239a55fbcba3aebfcf47d9121d0c7ad7bfb10477a0adce40fba278a15e74253261960c7c8fe452c1b0661c05aa9f48a79cd20e0e33048c247d9aba
 SHA512 
5b2dbc9c914a8ec75978664b1cab19c3c7f8bc4a1e75772e5194b45c35e7ae8a2e5ed6c6fedd4be6ffd8af8736805163581ea5daefca1c9b914eff450f250200
 DIST zoom-5.9.1.1380_x86_64.tar.xz 57213592 BLAKE2B 
5ff5202f36d97f7396d7b416ac84278177b3d15e42f05ab25420128b67ce69b5caab87b6df0737a143cc38a2afdb3cc245d05a17e7a82a2c1000b6ff875abe18
 SHA512 
95bc9572d94648ccbfdec95779ae8e9fc3d8be87da014263b744031e4144b3c7930f31b20443c9c4ff8651dff8cb9b1f93582de32eda97a21126e999d0e9b939

diff --git a/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild 
b/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
deleted file mode 100644
index 6b437d523e63..
--- a/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eapi8-dosym readme.gentoo-r1 wrapper xdg-utils
-
-DESCRIPTION="Video conferencing and web conferencing service"
-HOMEPAGE="https://zoom.us/;
-SRC_URI="amd64? ( https://zoom.us/client/${PV}/${PN}_x86_64.tar.xz -> 
${P}_x86_64.tar.xz )
-   x86? ( https://zoom.us/client/${PV}/${PN}_i686.tar.xz -> 
${P}_i686.tar.xz )"
-S="${WORKDIR}/${PN}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="bundled-libjpeg-turbo pulseaudio"
-RESTRICT="mirror bindist strip"
-
-RDEPEND="!games-engines/zoom
-   dev-libs/glib:2
-   dev-libs/icu
-   dev-libs/quazip:0=
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtdiag:5
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtgui:5
-   dev-qt/qtlocation:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols:5[widgets]
-   dev-qt/qtscript:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   media-sound/mpg123
-   sys-apps/dbus
-   sys-apps/util-linux
-   virtual/opengl
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXtst
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   !bundled-libjpeg-turbo? ( media-libs/libjpeg-turbo )
-   pulseaudio? ( media-sound/pulseaudio )
-   !pulseaudio? ( media-libs/alsa-lib )"
-
-BDEPEND="dev-util/bbe
-   bundled-libjpeg-turbo? ( dev-util/patchelf )"
-
-QA_PREBUILT="opt/zoom/*"
-
-src_prepare() {
-   default
-
-   # The tarball doesn't contain an icon, so extract it from the binary
-   bbe -s -b '/\n/' -e 'J 1;D' zoom \
-   >zoom-icon.svg && [[ -s zoom-icon.svg ]] \
-   || die "Extraction of icon failed"
-
-   if ! use pulseaudio; then
-   # For some strange reason, zoom cannot use any ALSA sound 
devices if
-   # it finds libpulse. This causes breakage if 
media-sound/apulse[sdk]
-   # is installed. So, force zoom to ignore libpulse.
-   bbe -e 's/libpulse.so/IgNoRePuLsE/' zoom >zoom.tmp || die
-   mv zoom.tmp zoom || die
-   fi
-
-   if use bundled-libjpeg-turbo; then
-   # Remove insecure RPATH from bundled lib
-   patchelf --remove-rpath libturbojpeg.so || die
-   fi
-}
-
-src_install() {
-   insinto /opt/zoom
-   exeinto /opt/zoom
-   doins -r json ringtone sip timezones translations
-   doins 

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

2022-01-23 Thread Sam James
commit: 4a0da8c503f285e4cd23ea17c8108c1a4fcba7ce
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 23 17:39:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 23 17:39:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0da8c5

www-client/chromium: Stabilize 97.0.4692.99 arm64, #831719

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

 www-client/chromium/chromium-97.0.4692.99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/chromium-97.0.4692.99.ebuild 
b/www-client/chromium/chromium-97.0.4692.99.ebuild
index 970e257c84b0..b329ba4c0846 100644
--- a/www-client/chromium/chromium-97.0.4692.99.ebuild
+++ b/www-client/chromium/chromium-97.0.4692.99.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}
 
 LICENSE="BSD"
 SLOT="0/stable"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 IUSE="component-build cups cpu_flags_arm_neon debug +hangouts headless 
+js-type-check kerberos +official pic +proprietary-codecs pulseaudio screencast 
selinux +suid +system-ffmpeg +system-harfbuzz +system-icu +system-png vaapi 
wayland widevine"
 REQUIRED_USE="
component-build? ( !suid )



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/, tools/

2022-01-23 Thread Andreas K. Hüttel
commit: 24e4e8950f936ec891a5c53340b1ac59a8476d92
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 23 18:37:53 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jan 23 18:37:53 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=24e4e895

arm64: Unify stage and spec naming

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

 releases/specs/arm64/installcd-stage1.spec |  2 +-
 releases/specs/arm64/{stage1.spec => stage1-openrc.spec}   |  4 ++--
 .../specs/arm64/{systemd-stage1.spec => stage1-systemd.spec}   |  0
 releases/specs/arm64/stage2.spec   | 10 --
 releases/specs/arm64/{stage3.spec => stage3-openrc.spec}   |  4 ++--
 .../specs/arm64/{systemd-stage3.spec => stage3-systemd.spec}   |  0
 releases/specs/arm64/systemd-stage2.spec   | 10 --
 tools/catalyst-auto-arm64.conf |  8 
 8 files changed, 9 insertions(+), 29 deletions(-)

diff --git a/releases/specs/arm64/installcd-stage1.spec 
b/releases/specs/arm64/installcd-stage1.spec
index 81133fd3..ac149e64 100644
--- a/releases/specs/arm64/installcd-stage1.spec
+++ b/releases/specs/arm64/installcd-stage1.spec
@@ -4,7 +4,7 @@ version_stamp: @TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-arm64-@TIMESTAMP@
+source_subpath: default/stage3-arm64-openrc-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/isos
 

diff --git a/releases/specs/arm64/stage1.spec 
b/releases/specs/arm64/stage1-openrc.spec
similarity index 77%
rename from releases/specs/arm64/stage1.spec
rename to releases/specs/arm64/stage1-openrc.spec
index a0f8a64c..75032fda 100644
--- a/releases/specs/arm64/stage1.spec
+++ b/releases/specs/arm64/stage1-openrc.spec
@@ -1,10 +1,10 @@
 subarch: arm64
 target: stage1
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-arm64-latest
+source_subpath: default/stage3-arm64-openrc-latest
 compression_mode: pixz
 update_seed: yes
 update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world

diff --git a/releases/specs/arm64/systemd-stage1.spec 
b/releases/specs/arm64/stage1-systemd.spec
similarity index 100%
rename from releases/specs/arm64/systemd-stage1.spec
rename to releases/specs/arm64/stage1-systemd.spec

diff --git a/releases/specs/arm64/stage2.spec b/releases/specs/arm64/stage2.spec
deleted file mode 100644
index daef1ea0..
--- a/releases/specs/arm64/stage2.spec
+++ /dev/null
@@ -1,10 +0,0 @@
-subarch: arm64
-target: stage2
-version_stamp: @TIMESTAMP@
-rel_type: default
-profile: default/linux/arm64/17.0
-snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-@TIMESTAMP@
-compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng

diff --git a/releases/specs/arm64/stage3.spec 
b/releases/specs/arm64/stage3-openrc.spec
similarity index 69%
rename from releases/specs/arm64/stage3.spec
rename to releases/specs/arm64/stage3-openrc.spec
index d2253fda..8b22b222 100644
--- a/releases/specs/arm64/stage3.spec
+++ b/releases/specs/arm64/stage3-openrc.spec
@@ -1,10 +1,10 @@
 subarch: arm64
 target: stage3
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-@TIMESTAMP@
+source_subpath: default/stage1-arm64-openrc-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/arm64/systemd-stage3.spec 
b/releases/specs/arm64/stage3-systemd.spec
similarity index 100%
rename from releases/specs/arm64/systemd-stage3.spec
rename to releases/specs/arm64/stage3-systemd.spec

diff --git a/releases/specs/arm64/systemd-stage2.spec 
b/releases/specs/arm64/systemd-stage2.spec
deleted file mode 100644
index 756e0bba..
--- a/releases/specs/arm64/systemd-stage2.spec
+++ /dev/null
@@ -1,10 +0,0 @@
-subarch: arm64
-target: stage2
-version_stamp: systemd-@TIMESTAMP@
-rel_type: default
-profile: default/linux/arm64/17.0/systemd
-snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-systemd-@TIMESTAMP@
-compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages
-portage_prefix: releng

diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
index 3d57dc12..0e32bc43 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -8,7 +8,7 @@ SUBARCH=`grep subarch $SPECS_DIR/stage1.spec | awk '{print $2}'`
 
 SETS="musl muslhardened default"
 
-SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec 
systemd-stage3.spec"
+SET_default_SPECS="stage1-openrc.spec stage3-openrc.spec stage1-systemd.spec 
stage3-systemd.spec"
 

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

2022-01-23 Thread William Hubbs
commit: 1eaa003c126b27469222da3e5de298b9ea40e14b
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:37:07 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:37:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaa003c

sys-cluster/kubectl: stabilize 1.21.8 on amd64

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.21.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.21.8.ebuild 
b/sys-cluster/kubectl/kubectl-1.21.8.ebuild
index f480c2f82844..1bc008b30c4a 100644
--- a/sys-cluster/kubectl/kubectl-1.21.8.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.21.8.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 DEPEND="!sys-cluster/kubernetes"



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

2022-01-23 Thread William Hubbs
commit: f25a430ea67838210a6f889a9c77a626b90770ca
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:42:02 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:42:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25a430e

sys-cluster/kube-apiserver: remove 1.21.6

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/Manifest|  1 -
 .../kube-apiserver/kube-apiserver-1.21.6.ebuild| 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index 88a273269457..18c267cc91cc 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.20.14.tar.gz 34554165 BLAKE2B 
82935e3edb74a2640850ed248e808c78c9f4e90131a9dff82d345437651a5e6267ea68ecadf1f14f2e8b7964940badc76fd1d2aa6fa248e11b8f1c77b136ff92
 SHA512 
12d1dd71ffeb6352ddf08eac7e20aa4cfa06fcd6fd8c9dbf222fb3acd8f2121c1fb4685fdb8e7186a5807e80863e9e01dad8740aa6158086474b66dc790326eb
 DIST kubernetes-1.20.15.tar.gz 34555426 BLAKE2B 
45c7c767e7843c572423b562d8a1352b34e59c2b6d6c1e9879bd010e6e2999fbedb1f6ec738acc85ab6dacfc81ab438cee6eb8421e2a84733f71b2497d866094
 SHA512 
760c75c5eef9410ee1f0efc2944f45d259fa41175ce064f1c18224df0dfb1355fb2a7b9652e0af3c814987d3ae86a96f39aa2b686280eed745bdfe6f29dfb35c
-DIST kubernetes-1.21.6.tar.gz 36137598 BLAKE2B 
f8c85793be4b155d55a88017b429890921b4344b3ba440132f8d1b6aa43ad98bd04e539b834c3f57ce660636aefce172a09b15abd0860cdb090f6748152f50bb
 SHA512 
a53dc25aa091075d73b7f8ae9a518c019a16b821bce6cfe3ff191cf4098df8851de03ec0a9292e534045323b8300532a23e6caceae3e6dfaea00471eac16a223
 DIST kubernetes-1.21.7.tar.gz 36151155 BLAKE2B 
04cb352d1ddcbba26ad01926d1d34569d8436d4459e8a34b450797f6227397b99a04734b90c68eaf238b80bdaf9779c0ae1783cbde6a5c6452367689c0eb3c21
 SHA512 
42597aced63e8729b4b2bdd1d2b2b74920f0a70994018f1ffc83a559c52948fada251f3d3c34bc8b16e6c9a55f4547ff93f0ab1554e083d657d97fa2c845652f
 DIST kubernetes-1.21.8.tar.gz 36158244 BLAKE2B 
ec98f2d0dcc043b731bea5baa3e279dabffa1d76513dc128bf77a35998d449672689a8cc36795e248bbe52abd5f7263033eb07a07769d2f1f59bba062319b50a
 SHA512 
aa324362a7aa5ef113e489296c9f87255326c2bfaf11eba4d02ce7b8a03b698bc0154db424d0838bf4a0ecadf83e8d588c78c1dcbe3841eec5ae8663d4596034
 DIST kubernetes-1.21.9.tar.gz 36168171 BLAKE2B 
65ce3cc73fa57bd24e22de629e8036f83527ed7c6407c785ceb63415caf92381691e201f3b32f3786d9f92a623b5c209b5d3c0a7e72f1874f1c124f853354c7e
 SHA512 
d334cab0fa3c173c12eb73c2f6f34a8745447525c6524ebd556cd18587345012e518a2ddb77484f48e01f4bbd795177b0c8b067bdf66715f60a70b0566ac66e8

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.21.6.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.21.6.ebuild
deleted file mode 100644
index e5b9ef6d3840..
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.21.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Kubernetes API server"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="
-   acct-group/kube-apiserver
-   acct-user/kube-apiserver"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   !sys-cluster/kubernetes"
-BDEPEND=">=dev-lang/go-1.16"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2022-01-23 Thread William Hubbs
commit: 3a4294cac9c51ab10e07baf65f84e4ca697a6c0b
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:42:09 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:42:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4294ca

sys-cluster/kubectl: remove 1.21.6

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/Manifest  |  1 -
 sys-cluster/kubectl/kubectl-1.21.6.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index 88a273269457..18c267cc91cc 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.20.14.tar.gz 34554165 BLAKE2B 
82935e3edb74a2640850ed248e808c78c9f4e90131a9dff82d345437651a5e6267ea68ecadf1f14f2e8b7964940badc76fd1d2aa6fa248e11b8f1c77b136ff92
 SHA512 
12d1dd71ffeb6352ddf08eac7e20aa4cfa06fcd6fd8c9dbf222fb3acd8f2121c1fb4685fdb8e7186a5807e80863e9e01dad8740aa6158086474b66dc790326eb
 DIST kubernetes-1.20.15.tar.gz 34555426 BLAKE2B 
45c7c767e7843c572423b562d8a1352b34e59c2b6d6c1e9879bd010e6e2999fbedb1f6ec738acc85ab6dacfc81ab438cee6eb8421e2a84733f71b2497d866094
 SHA512 
760c75c5eef9410ee1f0efc2944f45d259fa41175ce064f1c18224df0dfb1355fb2a7b9652e0af3c814987d3ae86a96f39aa2b686280eed745bdfe6f29dfb35c
-DIST kubernetes-1.21.6.tar.gz 36137598 BLAKE2B 
f8c85793be4b155d55a88017b429890921b4344b3ba440132f8d1b6aa43ad98bd04e539b834c3f57ce660636aefce172a09b15abd0860cdb090f6748152f50bb
 SHA512 
a53dc25aa091075d73b7f8ae9a518c019a16b821bce6cfe3ff191cf4098df8851de03ec0a9292e534045323b8300532a23e6caceae3e6dfaea00471eac16a223
 DIST kubernetes-1.21.7.tar.gz 36151155 BLAKE2B 
04cb352d1ddcbba26ad01926d1d34569d8436d4459e8a34b450797f6227397b99a04734b90c68eaf238b80bdaf9779c0ae1783cbde6a5c6452367689c0eb3c21
 SHA512 
42597aced63e8729b4b2bdd1d2b2b74920f0a70994018f1ffc83a559c52948fada251f3d3c34bc8b16e6c9a55f4547ff93f0ab1554e083d657d97fa2c845652f
 DIST kubernetes-1.21.8.tar.gz 36158244 BLAKE2B 
ec98f2d0dcc043b731bea5baa3e279dabffa1d76513dc128bf77a35998d449672689a8cc36795e248bbe52abd5f7263033eb07a07769d2f1f59bba062319b50a
 SHA512 
aa324362a7aa5ef113e489296c9f87255326c2bfaf11eba4d02ce7b8a03b698bc0154db424d0838bf4a0ecadf83e8d588c78c1dcbe3841eec5ae8663d4596034
 DIST kubernetes-1.21.9.tar.gz 36168171 BLAKE2B 
65ce3cc73fa57bd24e22de629e8036f83527ed7c6407c785ceb63415caf92381691e201f3b32f3786d9f92a623b5c209b5d3c0a7e72f1874f1c124f853354c7e
 SHA512 
d334cab0fa3c173c12eb73c2f6f34a8745447525c6524ebd556cd18587345012e518a2ddb77484f48e01f4bbd795177b0c8b067bdf66715f60a70b0566ac66e8

diff --git a/sys-cluster/kubectl/kubectl-1.21.6.ebuild 
b/sys-cluster/kubectl/kubectl-1.21.6.ebuild
deleted file mode 100644
index f944d97ebefa..
--- a/sys-cluster/kubectl/kubectl-1.21.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-DEPEND="!sys-cluster/kubernetes"
-BDEPEND=">=dev-lang/go-1.16"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



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

2022-01-23 Thread William Hubbs
commit: 20352a41362323075866a9bdcb9899a4f5ddca39
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:42:52 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:42:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20352a41

sys-cluster/kube-proxy: remove 1.21.7

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/Manifest |  1 -
 sys-cluster/kube-proxy/kube-proxy-1.21.7.ebuild | 35 -
 2 files changed, 36 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index 18c267cc91cc..56403b9627bc 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.20.14.tar.gz 34554165 BLAKE2B 
82935e3edb74a2640850ed248e808c78c9f4e90131a9dff82d345437651a5e6267ea68ecadf1f14f2e8b7964940badc76fd1d2aa6fa248e11b8f1c77b136ff92
 SHA512 
12d1dd71ffeb6352ddf08eac7e20aa4cfa06fcd6fd8c9dbf222fb3acd8f2121c1fb4685fdb8e7186a5807e80863e9e01dad8740aa6158086474b66dc790326eb
 DIST kubernetes-1.20.15.tar.gz 34555426 BLAKE2B 
45c7c767e7843c572423b562d8a1352b34e59c2b6d6c1e9879bd010e6e2999fbedb1f6ec738acc85ab6dacfc81ab438cee6eb8421e2a84733f71b2497d866094
 SHA512 
760c75c5eef9410ee1f0efc2944f45d259fa41175ce064f1c18224df0dfb1355fb2a7b9652e0af3c814987d3ae86a96f39aa2b686280eed745bdfe6f29dfb35c
-DIST kubernetes-1.21.7.tar.gz 36151155 BLAKE2B 
04cb352d1ddcbba26ad01926d1d34569d8436d4459e8a34b450797f6227397b99a04734b90c68eaf238b80bdaf9779c0ae1783cbde6a5c6452367689c0eb3c21
 SHA512 
42597aced63e8729b4b2bdd1d2b2b74920f0a70994018f1ffc83a559c52948fada251f3d3c34bc8b16e6c9a55f4547ff93f0ab1554e083d657d97fa2c845652f
 DIST kubernetes-1.21.8.tar.gz 36158244 BLAKE2B 
ec98f2d0dcc043b731bea5baa3e279dabffa1d76513dc128bf77a35998d449672689a8cc36795e248bbe52abd5f7263033eb07a07769d2f1f59bba062319b50a
 SHA512 
aa324362a7aa5ef113e489296c9f87255326c2bfaf11eba4d02ce7b8a03b698bc0154db424d0838bf4a0ecadf83e8d588c78c1dcbe3841eec5ae8663d4596034
 DIST kubernetes-1.21.9.tar.gz 36168171 BLAKE2B 
65ce3cc73fa57bd24e22de629e8036f83527ed7c6407c785ceb63415caf92381691e201f3b32f3786d9f92a623b5c209b5d3c0a7e72f1874f1c124f853354c7e
 SHA512 
d334cab0fa3c173c12eb73c2f6f34a8745447525c6524ebd556cd18587345012e518a2ddb77484f48e01f4bbd795177b0c8b067bdf66715f60a70b0566ac66e8
 DIST kubernetes-1.22.2.tar.gz 35997127 BLAKE2B 
bcc5deb9f446032baeff60b3f75e11c75af0e69fd0e50df789d2b7b532f9e839875ef4227729166d667f022816b321bacf219b0fdeaa2d0da552587d4a9a4067
 SHA512 
81045b0432f60a865c79f408921ff7c5865cdcb297c4cf17f741a08a5fa0f2af9e8c938e54e73c532dbeb643316e8acf983a0e9203be8ce920c2ae588dec6554

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.21.7.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.21.7.ebuild
deleted file mode 100644
index 6c8c309ffd31..
--- a/sys-cluster/kube-proxy/kube-proxy-1.21.7.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 go-module
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="net-firewall/conntrack-tools
-   !sys-cluster/kubernetes"
-BDEPEND=">=dev-lang/go-1.16"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2022-01-23 Thread William Hubbs
commit: be9cc20172ed01fb1a9c52db4c5fce1270e93cd3
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:42:33 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:42:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9cc201

sys-cluster/kubeadm: remove 1.21.7

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/Manifest  |  1 -
 sys-cluster/kubeadm/kubeadm-1.21.7.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest
index 18c267cc91cc..56403b9627bc 100644
--- a/sys-cluster/kubeadm/Manifest
+++ b/sys-cluster/kubeadm/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.20.14.tar.gz 34554165 BLAKE2B 
82935e3edb74a2640850ed248e808c78c9f4e90131a9dff82d345437651a5e6267ea68ecadf1f14f2e8b7964940badc76fd1d2aa6fa248e11b8f1c77b136ff92
 SHA512 
12d1dd71ffeb6352ddf08eac7e20aa4cfa06fcd6fd8c9dbf222fb3acd8f2121c1fb4685fdb8e7186a5807e80863e9e01dad8740aa6158086474b66dc790326eb
 DIST kubernetes-1.20.15.tar.gz 34555426 BLAKE2B 
45c7c767e7843c572423b562d8a1352b34e59c2b6d6c1e9879bd010e6e2999fbedb1f6ec738acc85ab6dacfc81ab438cee6eb8421e2a84733f71b2497d866094
 SHA512 
760c75c5eef9410ee1f0efc2944f45d259fa41175ce064f1c18224df0dfb1355fb2a7b9652e0af3c814987d3ae86a96f39aa2b686280eed745bdfe6f29dfb35c
-DIST kubernetes-1.21.7.tar.gz 36151155 BLAKE2B 
04cb352d1ddcbba26ad01926d1d34569d8436d4459e8a34b450797f6227397b99a04734b90c68eaf238b80bdaf9779c0ae1783cbde6a5c6452367689c0eb3c21
 SHA512 
42597aced63e8729b4b2bdd1d2b2b74920f0a70994018f1ffc83a559c52948fada251f3d3c34bc8b16e6c9a55f4547ff93f0ab1554e083d657d97fa2c845652f
 DIST kubernetes-1.21.8.tar.gz 36158244 BLAKE2B 
ec98f2d0dcc043b731bea5baa3e279dabffa1d76513dc128bf77a35998d449672689a8cc36795e248bbe52abd5f7263033eb07a07769d2f1f59bba062319b50a
 SHA512 
aa324362a7aa5ef113e489296c9f87255326c2bfaf11eba4d02ce7b8a03b698bc0154db424d0838bf4a0ecadf83e8d588c78c1dcbe3841eec5ae8663d4596034
 DIST kubernetes-1.21.9.tar.gz 36168171 BLAKE2B 
65ce3cc73fa57bd24e22de629e8036f83527ed7c6407c785ceb63415caf92381691e201f3b32f3786d9f92a623b5c209b5d3c0a7e72f1874f1c124f853354c7e
 SHA512 
d334cab0fa3c173c12eb73c2f6f34a8745447525c6524ebd556cd18587345012e518a2ddb77484f48e01f4bbd795177b0c8b067bdf66715f60a70b0566ac66e8
 DIST kubernetes-1.22.2.tar.gz 35997127 BLAKE2B 
bcc5deb9f446032baeff60b3f75e11c75af0e69fd0e50df789d2b7b532f9e839875ef4227729166d667f022816b321bacf219b0fdeaa2d0da552587d4a9a4067
 SHA512 
81045b0432f60a865c79f408921ff7c5865cdcb297c4cf17f741a08a5fa0f2af9e8c938e54e73c532dbeb643316e8acf983a0e9203be8ce920c2ae588dec6554

diff --git a/sys-cluster/kubeadm/kubeadm-1.21.7.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.21.7.ebuild
deleted file mode 100644
index b98e9b739641..
--- a/sys-cluster/kubeadm/kubeadm-1.21.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="!sys-cluster/kubernetes"
-BDEPEND=">=dev-lang/go-1.16"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



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

2022-01-23 Thread William Hubbs
commit: 05e2bfe9dcb75ddf17b6aa086dba014bd8d369e3
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:42:13 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:42:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e2bfe9

sys-cluster/kubelet: remove 1.21.6

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/Manifest  |  1 -
 sys-cluster/kubelet/kubelet-1.21.6.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index 88a273269457..18c267cc91cc 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.20.14.tar.gz 34554165 BLAKE2B 
82935e3edb74a2640850ed248e808c78c9f4e90131a9dff82d345437651a5e6267ea68ecadf1f14f2e8b7964940badc76fd1d2aa6fa248e11b8f1c77b136ff92
 SHA512 
12d1dd71ffeb6352ddf08eac7e20aa4cfa06fcd6fd8c9dbf222fb3acd8f2121c1fb4685fdb8e7186a5807e80863e9e01dad8740aa6158086474b66dc790326eb
 DIST kubernetes-1.20.15.tar.gz 34555426 BLAKE2B 
45c7c767e7843c572423b562d8a1352b34e59c2b6d6c1e9879bd010e6e2999fbedb1f6ec738acc85ab6dacfc81ab438cee6eb8421e2a84733f71b2497d866094
 SHA512 
760c75c5eef9410ee1f0efc2944f45d259fa41175ce064f1c18224df0dfb1355fb2a7b9652e0af3c814987d3ae86a96f39aa2b686280eed745bdfe6f29dfb35c
-DIST kubernetes-1.21.6.tar.gz 36137598 BLAKE2B 
f8c85793be4b155d55a88017b429890921b4344b3ba440132f8d1b6aa43ad98bd04e539b834c3f57ce660636aefce172a09b15abd0860cdb090f6748152f50bb
 SHA512 
a53dc25aa091075d73b7f8ae9a518c019a16b821bce6cfe3ff191cf4098df8851de03ec0a9292e534045323b8300532a23e6caceae3e6dfaea00471eac16a223
 DIST kubernetes-1.21.7.tar.gz 36151155 BLAKE2B 
04cb352d1ddcbba26ad01926d1d34569d8436d4459e8a34b450797f6227397b99a04734b90c68eaf238b80bdaf9779c0ae1783cbde6a5c6452367689c0eb3c21
 SHA512 
42597aced63e8729b4b2bdd1d2b2b74920f0a70994018f1ffc83a559c52948fada251f3d3c34bc8b16e6c9a55f4547ff93f0ab1554e083d657d97fa2c845652f
 DIST kubernetes-1.21.8.tar.gz 36158244 BLAKE2B 
ec98f2d0dcc043b731bea5baa3e279dabffa1d76513dc128bf77a35998d449672689a8cc36795e248bbe52abd5f7263033eb07a07769d2f1f59bba062319b50a
 SHA512 
aa324362a7aa5ef113e489296c9f87255326c2bfaf11eba4d02ce7b8a03b698bc0154db424d0838bf4a0ecadf83e8d588c78c1dcbe3841eec5ae8663d4596034
 DIST kubernetes-1.21.9.tar.gz 36168171 BLAKE2B 
65ce3cc73fa57bd24e22de629e8036f83527ed7c6407c785ceb63415caf92381691e201f3b32f3786d9f92a623b5c209b5d3c0a7e72f1874f1c124f853354c7e
 SHA512 
d334cab0fa3c173c12eb73c2f6f34a8745447525c6524ebd556cd18587345012e518a2ddb77484f48e01f4bbd795177b0c8b067bdf66715f60a70b0566ac66e8

diff --git a/sys-cluster/kubelet/kubelet-1.21.6.ebuild 
b/sys-cluster/kubelet/kubelet-1.21.6.ebuild
deleted file mode 100644
index 8f2f77250771..
--- a/sys-cluster/kubelet/kubelet-1.21.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-
-DESCRIPTION="Kubernetes Node Agent"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="!sys-cluster/kubernetes"
-BDEPEND=">=dev-lang/go-1.16"
-
-RESTRICT+=" test "
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto /etc/kubernetes
-   newins "${FILESDIR}"/${PN}.env ${PN}.env
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2022-01-23 Thread William Hubbs
commit: 949192ea4117e55327498746be9fe369c87f9307
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Jan 23 18:42:06 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Jan 23 18:42:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949192ea

sys-cluster/kube-controller-manager: remove 1.21.6

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-controller-manager/Manifest   |  1 -
 .../kube-controller-manager-1.21.6.ebuild  | 39 --
 2 files changed, 40 deletions(-)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index 88a273269457..18c267cc91cc 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.20.14.tar.gz 34554165 BLAKE2B 
82935e3edb74a2640850ed248e808c78c9f4e90131a9dff82d345437651a5e6267ea68ecadf1f14f2e8b7964940badc76fd1d2aa6fa248e11b8f1c77b136ff92
 SHA512 
12d1dd71ffeb6352ddf08eac7e20aa4cfa06fcd6fd8c9dbf222fb3acd8f2121c1fb4685fdb8e7186a5807e80863e9e01dad8740aa6158086474b66dc790326eb
 DIST kubernetes-1.20.15.tar.gz 34555426 BLAKE2B 
45c7c767e7843c572423b562d8a1352b34e59c2b6d6c1e9879bd010e6e2999fbedb1f6ec738acc85ab6dacfc81ab438cee6eb8421e2a84733f71b2497d866094
 SHA512 
760c75c5eef9410ee1f0efc2944f45d259fa41175ce064f1c18224df0dfb1355fb2a7b9652e0af3c814987d3ae86a96f39aa2b686280eed745bdfe6f29dfb35c
-DIST kubernetes-1.21.6.tar.gz 36137598 BLAKE2B 
f8c85793be4b155d55a88017b429890921b4344b3ba440132f8d1b6aa43ad98bd04e539b834c3f57ce660636aefce172a09b15abd0860cdb090f6748152f50bb
 SHA512 
a53dc25aa091075d73b7f8ae9a518c019a16b821bce6cfe3ff191cf4098df8851de03ec0a9292e534045323b8300532a23e6caceae3e6dfaea00471eac16a223
 DIST kubernetes-1.21.7.tar.gz 36151155 BLAKE2B 
04cb352d1ddcbba26ad01926d1d34569d8436d4459e8a34b450797f6227397b99a04734b90c68eaf238b80bdaf9779c0ae1783cbde6a5c6452367689c0eb3c21
 SHA512 
42597aced63e8729b4b2bdd1d2b2b74920f0a70994018f1ffc83a559c52948fada251f3d3c34bc8b16e6c9a55f4547ff93f0ab1554e083d657d97fa2c845652f
 DIST kubernetes-1.21.8.tar.gz 36158244 BLAKE2B 
ec98f2d0dcc043b731bea5baa3e279dabffa1d76513dc128bf77a35998d449672689a8cc36795e248bbe52abd5f7263033eb07a07769d2f1f59bba062319b50a
 SHA512 
aa324362a7aa5ef113e489296c9f87255326c2bfaf11eba4d02ce7b8a03b698bc0154db424d0838bf4a0ecadf83e8d588c78c1dcbe3841eec5ae8663d4596034
 DIST kubernetes-1.21.9.tar.gz 36168171 BLAKE2B 
65ce3cc73fa57bd24e22de629e8036f83527ed7c6407c785ceb63415caf92381691e201f3b32f3786d9f92a623b5c209b5d3c0a7e72f1874f1c124f853354c7e
 SHA512 
d334cab0fa3c173c12eb73c2f6f34a8745447525c6524ebd556cd18587345012e518a2ddb77484f48e01f4bbd795177b0c8b067bdf66715f60a70b0566ac66e8

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.6.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.6.ebuild
deleted file mode 100644
index 7080ad786a90..
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.21.6.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 go-module
-
-DESCRIPTION="Kubernetes Controller Manager"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-controller-manager
-   acct-user/kube-controller-manager"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   !sys-cluster/kubernetes"
-BDEPEND=">=dev-lang/go-1.16"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



[gentoo-commits] proj/releng:master commit in: releases/specs/arm64/

2022-01-23 Thread Andreas K. Hüttel
commit: acbcab17944e7269325cb190952084cb85bbaf77
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jan 23 19:56:30 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jan 23 19:56:30 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=acbcab17

arm64: specify source extension (why???)

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

 releases/specs/arm64/installcd-stage1.spec | 2 +-
 releases/specs/arm64/stage3-openrc.spec| 2 +-
 releases/specs/arm64/stage3-systemd.spec   | 2 +-
 releases/specs/arm64/stage3d-openrc.spec   | 2 +-
 releases/specs/arm64/stage3d-systemd.spec  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/releases/specs/arm64/installcd-stage1.spec 
b/releases/specs/arm64/installcd-stage1.spec
index ac149e64..1de45cfb 100644
--- a/releases/specs/arm64/installcd-stage1.spec
+++ b/releases/specs/arm64/installcd-stage1.spec
@@ -4,7 +4,7 @@ version_stamp: @TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-arm64-openrc-@TIMESTAMP@
+source_subpath: default/stage3-arm64-openrc-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/isos
 

diff --git a/releases/specs/arm64/stage3-openrc.spec 
b/releases/specs/arm64/stage3-openrc.spec
index 8b22b222..519cc59c 100644
--- a/releases/specs/arm64/stage3-openrc.spec
+++ b/releases/specs/arm64/stage3-openrc.spec
@@ -4,7 +4,7 @@ version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-openrc-@TIMESTAMP@
+source_subpath: default/stage1-arm64-openrc-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/arm64/stage3-systemd.spec 
b/releases/specs/arm64/stage3-systemd.spec
index e99e6cbd..809a615f 100644
--- a/releases/specs/arm64/stage3-systemd.spec
+++ b/releases/specs/arm64/stage3-systemd.spec
@@ -4,7 +4,7 @@ version_stamp: systemd-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0/systemd
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-systemd-@TIMESTAMP@
+source_subpath: default/stage1-arm64-systemd-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/arm64/stage3d-openrc.spec 
b/releases/specs/arm64/stage3d-openrc.spec
index 680d9d43..0c82405e 100644
--- a/releases/specs/arm64/stage3d-openrc.spec
+++ b/releases/specs/arm64/stage3d-openrc.spec
@@ -4,7 +4,7 @@ version_stamp: desktop-openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0/desktop
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-openrc-@TIMESTAMP@
+source_subpath: default/stage1-arm64-openrc-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/arm64/stage3d-systemd.spec 
b/releases/specs/arm64/stage3d-systemd.spec
index 6deedc4b..be0def90 100644
--- a/releases/specs/arm64/stage3d-systemd.spec
+++ b/releases/specs/arm64/stage3d-systemd.spec
@@ -4,7 +4,7 @@ version_stamp: desktop-systemd-@TIMESTAMP@
 rel_type: default
 profile: default/linux/arm64/17.0/desktop/systemd
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-arm64-systemd-@TIMESTAMP@
+source_subpath: default/stage1-arm64-systemd-@timest...@.tar.xz
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng



<    1   2   3   4   >