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

2022-04-03 Thread Hans de Graaff
commit: 9974d34241eb3ac0d3aa4d6a981acb0ad0d66fbc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 09:57:00 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9974d342

dev-ruby/ddplugin: enable ruby31 and disable ruby25

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ddplugin/ddplugin-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
index 1c19c1b7dfd7..9cc0a66225ac 100644
--- a/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
+++ b/dev-ruby/ddplugin/ddplugin-1.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 



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

2022-04-03 Thread Hans de Graaff
commit: bbdae11042a3052aa76da3391213c12854867b8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 10:00:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdae110

dev-ruby/tty-platform: drop 0.3.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tty-platform/tty-platform-0.3.0.ebuild | 27 -
 1 file changed, 27 deletions(-)

diff --git a/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild 
b/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild
deleted file mode 100644
index e5ed34f25a8b..
--- a/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="tty-platform.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Query methods for detecting different operating systems"
-HOMEPAGE="https://github.com/piotrmurach/tty-platform;
-SRC_URI="https://github.com/piotrmurach/tty-platform/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   echo '-rspec_helper' > .rspec || die
-}



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

2022-04-03 Thread Hans de Graaff
commit: 99195dd26ed9eb1e75e950c3adcdd743f8fdfc6d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 09:59:35 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99195dd2

dev-ruby/slow_enumerator_tools: drop 1.1.0

Signed-off-by: Hans de Graaff  gentoo.org>

 .../slow_enumerator_tools-1.1.0.ebuild | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild 
b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild
deleted file mode 100644
index d0c2d9fdbc0f..
--- a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Transform Ruby enumerators that produce data slowly and 
unpredictably"
-HOMEPAGE="https://github.com/ddfreyne/slow_enumerator_tools/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' \
-   -e '/fuubar/,/^end/ s:^:#:' spec/spec_helper.rb || die
-   sed -i -e '/Fuubar/d' .rspec || die
-}



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

2022-04-03 Thread Hans de Graaff
commit: b8f4f99f990930648378118d5fb430bd2e033624
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 09:56:27 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f4f99f

dev-ruby/ddplugin: drop 1.0.2

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ddplugin/Manifest  |  1 -
 dev-ruby/ddplugin/ddplugin-1.0.2.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-ruby/ddplugin/Manifest b/dev-ruby/ddplugin/Manifest
index d386a1adc526..f91a6936252d 100644
--- a/dev-ruby/ddplugin/Manifest
+++ b/dev-ruby/ddplugin/Manifest
@@ -1,2 +1 @@
-DIST ddplugin-1.0.2.gem 9728 BLAKE2B 
eded641a734d4c7182184b9b9cf4a6007b33b25ffde97e1c9efea71d425ee034693e05b8f569d8e9be29f4a315d5306d8a3180b19e835157d49d9d1c82f0d436
 SHA512 
bc36cd7e5490e3748e65994dc1e2b1cff9aeefcd0b44ad547368491c83509baf2934cc38f9db4035069394b8c2fa9bbea6b35cf96b80ac4126df348e49a93420
 DIST ddplugin-1.0.3.gem 9728 BLAKE2B 
8d287a558fe2716c394f96f92824c8b843fbdcb77b5052b8bb4699013222ef0e57c273348007dc61cde4281978570b115551ce51a71077b53f0cc8d7ebda5ea9
 SHA512 
eef88b52f78f379b6f083da3a6090d9430756e3a9d526202785e6d36121bc4fc3e42238db8146dd4d4a9ede1f5caf5bac047731ed5c1012d637b2723cccfcd00

diff --git a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild 
b/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
deleted file mode 100644
index 28a0b0c3a0b3..
--- a/dev-ruby/ddplugin/ddplugin-1.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Provides plugin management for Ruby projects"
-HOMEPAGE="https://github.com/ddfreyne/ddplugin/;
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/test_*.rb"].each{|f| require f}' 
|| die
-}



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

2022-04-03 Thread Hans de Graaff
commit: 814c7666251dd471349360786ac9f33275d1850b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 10:02:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814c7666

dev-ruby/zeitwerk: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild
index 21985abf3cd9..246ee24343a9 100644
--- a/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild
+++ b/dev-ruby/zeitwerk/zeitwerk-2.5.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
 



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

2022-04-03 Thread Hans de Graaff
commit: a3c94dafb36f948f6b67d2aa0c54fbf0138aeb1c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 10:00:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c94daf

dev-ruby/slow_enumerator_tools: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild 
b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild
index e8b302e33ebd..b43766e39fcb 100644
--- a/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild
+++ b/dev-ruby/slow_enumerator_tools/slow_enumerator_tools-1.1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 



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

2022-04-03 Thread Hans de Graaff
commit: f6f1bd96d6a385dac2b4e1b75711cd946b5af895
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 09:56:01 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:07:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f1bd96

dev-ruby/ddmetrics: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ddmetrics/ddmetrics-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ddmetrics/ddmetrics-1.0.1-r1.ebuild 
b/dev-ruby/ddmetrics/ddmetrics-1.0.1-r1.ebuild
index 6a46cd765956..c3e526fb27ee 100644
--- a/dev-ruby/ddmetrics/ddmetrics-1.0.1-r1.ebuild
+++ b/dev-ruby/ddmetrics/ddmetrics-1.0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 



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

2022-04-03 Thread Hans de Graaff
commit: 5cf573eaca29636d3666a6c998b88f937ed47977
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Apr  2 10:01:10 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  3 06:08:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf573ea

dev-ruby/tty-platform: enable ruby31

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild 
b/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild
index b365ce5c8d02..783e91a8a77b 100644
--- a/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild
+++ b/dev-ruby/tty-platform/tty-platform-0.3.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2022-04-03 Thread Matthew Smith
commit: f8438748836c1f37a0d053ed7d3a0e2430d9e7bc
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Apr  3 10:29:06 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 10:44:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8438748

dev-libs/cereal: conditionally skip tests

Closes: https://bugs.gentoo.org/836688
Signed-off-by: Matthew Smith  gentoo.org>

 dev-libs/cereal/cereal-1.3.2-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/cereal/cereal-1.3.2-r2.ebuild 
b/dev-libs/cereal/cereal-1.3.2-r2.ebuild
index 6082cdb4afaa..da3bf9c69469 100644
--- a/dev-libs/cereal/cereal-1.3.2-r2.ebuild
+++ b/dev-libs/cereal/cereal-1.3.2-r2.ebuild
@@ -42,10 +42,10 @@ src_configure() {
-DSKIP_PERFORMANCE_COMPARISON=ON
 
-DWITH_WERROR=OFF
-
-   # TODO: Enable if multilib?
-   -DSKIP_PORTABILITY_TEST=ON
)
 
+   # TODO: Enable if multilib?
+   use test && mycmakeargs+=( -DSKIP_PORTABILITY_TEST=ON )
+
cmake_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/seafile-client/files/

2022-04-03 Thread Matthew Smith
commit: a72cbbc68e0655cadf6eed1e77363b10a663478a
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Apr  3 10:43:49 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 10:44:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72cbbc6

net-misc/seafile-client: Don't call qmake during build

Fixes call to command that does not exist.

Does not change build process or installed files.

Closes: https://bugs.gentoo.org/836689
Signed-off-by: Matthew Smith  gentoo.org>

 .../files/seafile-client-8.0.6-select-qt5.patch   | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git 
a/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch 
b/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
index 8b8e6d55aa08..4d3a3d172644 100644
--- a/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
+++ b/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
@@ -1,8 +1,8 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1c4a444..aae406c 100644
+index 1c4a4447..5747df46 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -133,11 +133,8 @@ ENDIF()
+@@ -133,14 +133,12 @@ ENDIF()
  
  ## BEGIN: QT configuration
  
@@ -14,5 +14,10 @@ index 1c4a444..aae406c 100644
 +FIND_PACKAGE(Qt5Core)
 +SET(DETECTED_QT_VERSION ${Qt5Core_VERSION})
  MESSAGE("Qt version: ${DETECTED_QT_VERSION}")
++GET_TARGET_PROPERTY(QMAKE_EXECUTABLE_PATH Qt5::qmake IMPORTED_LOCATION)
  EXECUTE_PROCESS(COMMAND
- bash -c "qmake --version|grep -iE '^using qt version [0-9]'|awk '{print 
$4}'|grep -iE '^[0-9]'|awk -F . '{print $1}'"
+-bash -c "qmake --version|grep -iE '^using qt version [0-9]'|awk '{print 
$4}'|grep -iE '^[0-9]'|awk -F . '{print $1}'"
++bash -c "${QMAKE_EXECUTABLE_PATH} --version|grep -iE '^using qt version 
[0-9]'|awk '{print $4}'|grep -iE '^[0-9]'|awk -F . '{print $1}'"
+ OUTPUT_VARIABLE QT_VERSION_MAJOR
+ OUTPUT_STRIP_TRAILING_WHITESPACE)
+ MESSAGE("QT_VERSION_MAJOR: ${QT_VERSION_MAJOR}")



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

2022-04-03 Thread Miroslav Šulc
commit: 7c95644efcd9fcb727bdaf35808bd5085c4f9464
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Apr  2 08:21:14 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Apr  3 06:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c95644e

dev-java/qdox: EAPI 8, drop unused java-ant-2 eclass

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24860
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/qdox/qdox-1.12.1-r3.ebuild | 86 +
 1 file changed, 86 insertions(+)

diff --git a/dev-java/qdox/qdox-1.12.1-r3.ebuild 
b/dev-java/qdox/qdox-1.12.1-r3.ebuild
new file mode 100644
index ..b4f4cd178563
--- /dev/null
+++ b/dev-java/qdox/qdox-1.12.1-r3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.thoughtworks.qdox:qdox:1.12.1"
+
+inherit java-pkg-2
+
+DESCRIPTION="Parser for extracting class/interface/method definitions"
+HOMEPAGE="https://github.com/codehaus/qdox;
+SRC_URI="https://github.com/codehaus/qdox/archive/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="1.12"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~ppc-macos ~x64-macos"
+
+S="${WORKDIR}/${PN}-${PN}-${PV}"
+
+CDEPEND="dev-java/ant-core:0"
+
+DEPEND=">=virtual/jdk-1.8:*
+   dev-java/byaccj:0
+   >=dev-java/jflex-1.6.1:0
+   dev-java/jmock:1.0
+   test? ( dev-java/junit:0 )
+   ${CDEPEND}"
+
+RDEPEND=">=virtual/jre-1.8:*
+   ${CDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/jflex-1.6.1.patch"
+)
+
+src_prepare() {
+   default
+
+   if ! use test ; then
+   rm src/java/com/thoughtworks/qdox/tools/QDoxTester.java
+   rm -rf src/java/com/thoughtworks/qdox/junit
+   rm -rf src/test
+   fi
+}
+
+src_compile() {
+   jflex src/grammar/lexer.flex --skel src/grammar/skeleton.inner -d 
src/java/com/thoughtworks/qdox/parser/impl/ || die
+   byaccj -v -Jnorun -Jnoconstruct -Jclass=Parser -Jsemantic=Value 
-Jpackage=com.thoughtworks.qdox.parser.impl src/grammar/parser.y || die
+   mv Parser.java src/java/com/thoughtworks/qdox/parser/impl/ || die
+
+   # create jar
+   mkdir -p build/classes || die
+
+   local cp="$(java-pkg_getjars --build-only ant-core,jmock-1.0)"
+
+   if use test ; then
+   cp="${cp}:$(java-pkg_getjars --build-only junit)"
+   fi
+
+   ejavac -sourcepath . -d build/classes -classpath "${cp}" \
+   $(find . -name "*.java") || die "Cannot compile sources"
+
+   mkdir dist || die
+   cd build/classes || die
+   jar -cvf "${S}"/dist/${PN}.jar com || die "Cannot create JAR"
+
+   # generate javadoc
+   if use doc ; then
+   cd "${S}"
+   mkdir javadoc || die
+   javadoc -d javadoc -sourcepath src/java -subpackages com 
-classpath "${cp}"
+   fi
+}
+
+src_test() {
+   java -cp "${S}"/dist/${PN}.jar:$(java-pkg_getjars --build-only 
ant-core,junit,jmock-1.0) \
+   com.thoughtworks.qdox.tools.QDoxTester src || die "Tests 
failed!"
+}
+
+src_install() {
+   java-pkg_dojar dist/${PN}.jar
+
+   use source && java-pkg_dosrc src/java/com
+   use doc && java-pkg_dojavadoc javadoc
+}



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

2022-04-03 Thread Miroslav Šulc
commit: c5973007a6df6b1b0ffa21cf098e6ebc83b92596
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Apr  2 07:56:04 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Apr  3 06:56:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5973007

dev-java/qdox: Unused slot, drop 1.6.3-r2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/qdox/Manifest |  1 -
 dev-java/qdox/qdox-1.6.3-r2.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-java/qdox/Manifest b/dev-java/qdox/Manifest
index 51e3d527bae0..d6e59b90dcf8 100644
--- a/dev-java/qdox/Manifest
+++ b/dev-java/qdox/Manifest
@@ -1,2 +1 @@
 DIST qdox-1.12.1.tar.gz 519833 BLAKE2B 
83a732f1582b714cf943ede61bacc5216804c00cfbb642a479afb74739564f4fdbcd923dd7cb84a9626a97c5ad0a0f04895e0ae68252891cb25299e1fe1c9c72
 SHA512 
17ac933854ebd0560921805ea4339c151a7fd095bf8d50d5d71e656afda77ba30efac7926cfcc7543e4a8420b12d1eb75cdd305c50d1c28ad8cd6b0f4d95f5c5
-DIST qdox-1.6.3.jar 63731 BLAKE2B 
77d117f0f76f531f9320b5eb3650db315aab838d5d79a9df8997649b498b375db3fb0c694ea8b5911512097dd2325554d7599bed51a978e38af6fa55600d7c24
 SHA512 
0b05620809e3830c7e12c289cd4765f96d845adabc1f09497993bd9f39852784f454eb4aff1deecb325608a5773e86fbb1f5863e0f25387805472b59b46cf965

diff --git a/dev-java/qdox/qdox-1.6.3-r2.ebuild 
b/dev-java/qdox/qdox-1.6.3-r2.ebuild
deleted file mode 100644
index 824060300ab3..
--- a/dev-java/qdox/qdox-1.6.3-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Parser for extracting class/interface/method definitions"
-HOMEPAGE="https://github.com/codehaus/qdox;
-SRC_URI="mirror://gentoo/${P}.jar"
-
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-SLOT="1.6"
-LICENSE="Apache-2.0"
-
-DEPEND="
-   >=virtual/jdk-1.8"
-
-RDEPEND="
-   >=virtual/jre-1.8"
-
-S="${WORKDIR}"
-
-JAVA_SRC_DIR="com"
-
-src_prepare() {
-   default
-   rm -v com/thoughtworks/qdox/ant/AbstractQdoxTask.java \
-   com/thoughtworks/qdox/junit/APITestCase.java || die
-}



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

2022-04-03 Thread Stephan Hartmann
commit: a63d17729b1c44ed3bd7e34fe44ac6e1622661d2
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Sun Apr  3 08:07:26 2022 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Sun Apr  3 08:08:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a63d1772

www-client/chromium: add ppc64le patchset to stable channel

Bug: https://bugs.gentoo.org/669748
Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/chromium/Manifest  |  1 +
 www-client/chromium/chromium-100.0.4896.60.ebuild | 18 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index d5f79f53ca27..a247d987afec 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,4 +1,5 @@
 DIST chromium-100-patchset-4.tar.xz 5676 BLAKE2B 
aaa96413cc44ea75d2664b7d85130ca6f9ea4dfe736278806bb846baf97838fc1c8412b0320b8b22d5a2946fe1fb23fae244e297b924baafeb7a4983dab7e292
 SHA512 
3f88272d42f30112733e5e7473aec9dc31458386b34192ee34465b7045f63b0e8d496cddfc7efb2156cd8a9a84efd68437c1b194be13595cbe6e3736dcc187c9
+DIST chromium-100-patchset-ppc64le-1.tar.xz 46796 BLAKE2B 
6fb35077abe7d2b0776be916be2123c3153c72993189e2d7230f248003a3cfdb518a178a3ee9add3fee2cbdaf09709cbe7b60aeead9fb6c6b97d67e2c84f212e
 SHA512 
a009131baa937b190fbac59d45f71c87cab390cdc11302337055613a1f077a7a9bb2083686205efbcb8f3c686742bd2d2371c94f0352269f05a86c56d2026704
 DIST chromium-100.0.4896.60.tar.xz 1357922968 BLAKE2B 
a4efa2d4a6bfed6a20552b8cd914e720c68631fb8735ec81bd8815a2ad98df521f2e9bb315b2396ea9f650914bf6e263db91cc3069f7994380c535a8479f8789
 SHA512 
980c4c05f6cdaeec9eeddce1ef4bf9276a2993d64130998fd87c8b593719c313e3a4df36e5a144d2637d61cbf231f06da5861f86b68ff3591723671bcc4999f0
 DIST chromium-101-patchset-3.tar.xz 3236 BLAKE2B 
6a190eb102a2d330a1224cd132f41ce3b42bc9bdcb7af2ba80288959d9e39d3db8fcf30ae9d553e4c5e79948671d6c7c8d2865073e312c8ef422070d87dcd56c
 SHA512 
708693deee28f3505b3a22dd499cc20cc30ec20ef3442cd85172b2b5d24582c7a0e961818fe1272bc9a09bce6d45a287783fc95c241e578354cdca08bc6c53c1
 DIST chromium-101.0.4951.15.tar.xz 1400555704 BLAKE2B 
2757239c9935af8c8b7a2ed973ed6f5e4c1fa36248ccdabd9c216409cd87ed28149cc38295284679e752789046aa74ea0394b682722592f177cd1d7d6b456a2a
 SHA512 
008a94fa4fd06055bf98c3e49b934a410a34eeff06443ca5ee3b5daef9ac992364a6d362acd169861acd7b25bf64f5cdbbf8b9d751598dcfd47347e0b674d0f5

diff --git a/www-client/chromium/chromium-100.0.4896.60.ebuild 
b/www-client/chromium/chromium-100.0.4896.60.ebuild
index 67c165e40492..1845ecdc3709 100644
--- a/www-client/chromium/chromium-100.0.4896.60.ebuild
+++ b/www-client/chromium/chromium-100.0.4896.60.ebuild
@@ -15,8 +15,11 @@ DESCRIPTION="Open-source version of Google Chrome web 
browser"
 HOMEPAGE="https://chromium.org/;
 PATCHSET="4"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
+PATCHSET_PPC64="1"
+PATCHSET_NAME_PPC64="chromium-$(ver_cut 1)-patchset-ppc64le-${PATCHSET_PPC64}"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz
-   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz;
+   
https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz
+   ppc64? ( 
https://dev.gentoo.org/~sultan/distfiles/www-client/chromium/${PATCHSET_NAME_PPC64}.tar.xz
 )"
 
 LICENSE="BSD"
 SLOT="0/stable"
@@ -251,6 +254,8 @@ src_prepare() {
"${FILESDIR}/chromium-cross-compile.patch"
)
 
+   use ppc64 && PATCHES+=( "${WORKDIR}/patches-ppc64" )
+
default
 
mkdir -p third_party/node/linux/node-linux-x64/bin || die
@@ -528,6 +533,11 @@ src_prepare() {
generate_gni.sh || die
./generate_gni.sh || die
popd >/dev/null || die
+
+   pushd third_party/ffmpeg >/dev/null || die
+   cp libavcodec/ppc/h264dsp.c libavcodec/ppc/h264dsp_ppc.c || die
+   cp libavcodec/ppc/h264qpel.c libavcodec/ppc/h264qpel_ppc.c || 
die
+   popd >/dev/null || die
fi
 
# Remove most bundled libraries. Some are still needed.
@@ -755,6 +765,12 @@ src_configure() {
# Disable fatal linker warnings, bug 506268.
myconf_gn+=" fatal_linker_warnings=false"
 
+   # Disable external code space for V8 for ppc64. It is disabled for ppc64
+   # by default, but cross-compiling on amd64 enables it again.
+   if use ppc64; then
+   myconf_gn+=" v8_enable_external_code_space=false"
+   fi
+
# Bug 491582.
export TMPDIR="${WORKDIR}/temp"
mkdir -p -m 755 "${TMPDIR}" || die



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

2022-04-03 Thread Horea Christian
commit: 48589a716ae0690d1f7968fa42eb3c8686cef7a8
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Apr  3 08:13:53 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Apr  3 08:13:53 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=48589a71

sci-biology/afni: version patches are identical

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

 sci-biology/afni/afni-20.3.03.ebuild |  2 +-
 sci-biology/afni/afni-22.0.21.ebuild |  2 +-
 sci-biology/afni/files/afni-20.3.03-python.patch | 11 ---
 sci-biology/afni/files/afni-22.0.21-python.patch | 13 -
 4 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/sci-biology/afni/afni-20.3.03.ebuild 
b/sci-biology/afni/afni-20.3.03.ebuild
index a95a34cfb..1cc1a3246 100644
--- a/sci-biology/afni/afni-20.3.03.ebuild
+++ b/sci-biology/afni/afni-20.3.03.ebuild
@@ -40,7 +40,7 @@ BUILD="linux_fedora_19_64"
 BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count mpeg_encode)
 
 src_prepare() {
-   eapply "${FILESDIR}/${P}-python.patch" || die
+   eapply "${FILESDIR}/${PN}-20.1.16-python.patch" || die
find -type f -exec sed -i -e "s/-lXp //g" {} +
cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
# Unbundle imcat

diff --git a/sci-biology/afni/afni-22.0.21.ebuild 
b/sci-biology/afni/afni-22.0.21.ebuild
index 6694c9525..6d791e6e1 100644
--- a/sci-biology/afni/afni-22.0.21.ebuild
+++ b/sci-biology/afni/afni-22.0.21.ebuild
@@ -42,7 +42,7 @@ BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox 
count)
 
 src_prepare() {
# more easily applied here than via PATCHES at phase end.
-   eapply "${FILESDIR}/${P}-python.patch" || die
+   eapply "${FILESDIR}/${PN}-20.1.16-python.patch" || die
find -type f -exec sed -i -e "s/-lXp //g" {} + || die
cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
# Unbundle imcat

diff --git a/sci-biology/afni/files/afni-20.3.03-python.patch 
b/sci-biology/afni/files/afni-20.3.03-python.patch
deleted file mode 100644
index 8c3e859f5..0
--- a/sci-biology/afni/files/afni-20.3.03-python.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/other_builds/Makefile.linux_fedora_19_64  2020-10-09 
07:07:58.348874414 -0400
-+++ b/other_builds/Makefile.linux_fedora_19_64  2020-10-10 01:15:22.337755934 
-0400
-@@ -11,8 +11,6 @@
-
- # --
- # python from C
--IPYTHON  = -DSELENIUM_READY -I/usr/include/python2.7
--LDPYTHON = -lpython2.7
-
- # --
- # X configuration

diff --git a/sci-biology/afni/files/afni-22.0.21-python.patch 
b/sci-biology/afni/files/afni-22.0.21-python.patch
deleted file mode 100644
index f31cc051b..0
--- a/sci-biology/afni/files/afni-22.0.21-python.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/other_builds/Makefile.linux_fedora_19_64 
b/other_builds/Makefile.linux_fedora_19_64
-index ebaa9d5..1471081 100644
 a/other_builds/Makefile.linux_fedora_19_64
-+++ b/other_builds/Makefile.linux_fedora_19_64
-@@ -11,8 +11,6 @@ LGIFTI= -lexpat
- 
- # --
- # python from C
--IPYTHON  = -DSELENIUM_READY -I/usr/include/python2.7
--LDPYTHON = -lpython2.7
- 
- # --
- # X configuration



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

2022-04-03 Thread Matthew Smith
commit: af5cbae5cf6d46de63c25e7d0fdf03b2fb1fc402
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Apr  3 08:51:03 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 08:52:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5cbae5

dev-libs/cereal: include system rapidjson

Fixes build and tests.  Also fix tests on nomultilib systems by
disabling one of them.

rapidxml still needs to be unbundled.

Closes: https://bugs.gentoo.org/835614
Bug: https://bugs.gentoo.org/792444
Signed-off-by: Matthew Smith  gentoo.org>

 dev-libs/cereal/{cereal-1.3.2-r1.ebuild => cereal-1.3.2-r2.ebuild} | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-libs/cereal/cereal-1.3.2-r1.ebuild 
b/dev-libs/cereal/cereal-1.3.2-r2.ebuild
similarity index 82%
rename from dev-libs/cereal/cereal-1.3.2-r1.ebuild
rename to dev-libs/cereal/cereal-1.3.2-r2.ebuild
index b32d8e3ca1c7..6082cdb4afaa 100644
--- a/dev-libs/cereal/cereal-1.3.2-r1.ebuild
+++ b/dev-libs/cereal/cereal-1.3.2-r2.ebuild
@@ -25,6 +25,9 @@ src_prepare() {
 
# remove bundled rapidjson
rm -r include/cereal/external/rapidjson || die 'could not remove 
bundled rapidjson'
+   sed -e '/rapidjson/s|cereal/external/||' \
+   -e 's/CEREAL_RAPIDJSON_NAMESPACE/rapidjson/g' \
+   -i include/cereal/archives/json.hpp || die
 
cmake_src_prepare
 }
@@ -39,6 +42,9 @@ src_configure() {
-DSKIP_PERFORMANCE_COMPARISON=ON
 
-DWITH_WERROR=OFF
+
+   # TODO: Enable if multilib?
+   -DSKIP_PORTABILITY_TEST=ON
)
 
cmake_src_configure



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

2022-04-03 Thread Matthew Smith
commit: 069d2a8e7a37f4aeaef568b61bf2b90e98778571
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Apr  3 09:30:45 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 09:34:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069d2a8e

net-misc/seafile-client: drop 8.0.1-r3, 8.0.2-r1, 8.0.3-r1, 8.0.4

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

 net-misc/seafile-client/Manifest   |  4 --
 .../seafile-client/seafile-client-8.0.1-r3.ebuild  | 54 
 .../seafile-client/seafile-client-8.0.2-r1.ebuild  | 58 --
 .../seafile-client/seafile-client-8.0.3-r1.ebuild  | 51 ---
 .../seafile-client/seafile-client-8.0.4.ebuild | 51 ---
 5 files changed, 218 deletions(-)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index 9246cda413fc..ef862252b092 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -1,6 +1,2 @@
-DIST seafile-client-8.0.1.tar.gz 11679293 BLAKE2B 
52ad28fb316d99240692883218e626a8ca33f8265d62dadfc2eed400c889d47e9aa7887ea6c6fd994596537a5db163b334fb72c791b38529f7219c5a25c813d3
 SHA512 
ca5dd5a6b27316e1f6fb670e3286d24015d99391c0e1447e2ed42f3d4f72769d6a3dda78bc388ad8d303d4ab1167e4e50844574ecd6f61149b1966e99a3a7719
-DIST seafile-client-8.0.2.tar.gz 11694494 BLAKE2B 
7230b17e9b85a990b87b9fae7d2d7bfc3a388ae82a777b3fa3abf8a2e88bb3ad6d73c8ff60aef34587ced6665594a71c0020c90065f6bd4fcaac79e15b41f923
 SHA512 
f66ea240816ec09b56bf3b121947a26bfbafeacd34c1cdb77f8244c713f0aea3f920c6eb6c3cf161034001a7d8ddb451e507acfb6f97e21ac5ebbb792da7ebf4
-DIST seafile-client-8.0.3.tar.gz 11694141 BLAKE2B 
03a30d824ebe45a58a93baf127714b119c73254cdbc3f13f5cc81807dbf7ebfc333a2e1c36a325728d1bc60fa3392eb7c7eb6ea7d978808200abe2e93c63cc72
 SHA512 
944751e84b5336d07c0a24a69c10ef4e5a84b133c22d148226bceee9ae8f989c45de28950c0a16fb66eb9a5aa43ff83a21c5b0979e5421763383b93acdde5aff
-DIST seafile-client-8.0.4.tar.gz 11701804 BLAKE2B 
4d1647a4c783be634eca79ff3ca0713888c38222c1c571f11393a4cc6067073c4ac2a41256a678482c8e66c16cc88dc04883f432d81e374a06264650fe198ade
 SHA512 
eb9afa97f02cfd6054dab34c0ce7e268b8faca49d364d0051358c3f69ae4c8b4e130025891a4c99e4d6cd5abe6b617ea23bcc0d6f2b07ea438debf9899b6d406
 DIST seafile-client-8.0.5.tar.gz 11701650 BLAKE2B 
c9c436f53cf7effa6c2e1cdbb09f5cffd53f7ef8fa6f6b12bb92c0d3c2e54b38858c95a3ab4c511d16774a973c8c2a7e66842825e9535d1332e8589dc201d22a
 SHA512 
1f3eb643dce980a1aa0ff71e0ecca83b3db0848f9983bf7782adae6d181ddc28454a6cd75ebfcf439c17eb2008a5e0d4a684e5cee60fe7b83297e9fce1fcfec9
 DIST seafile-client-8.0.6.tar.gz 11702726 BLAKE2B 
bcba073b9ec17c33f653ae89e518f30f96ec8f9bdb780a9e06ae75d565c223c6b0505fd1ec9475b66bcd8d26f84846a99968fc006514d1eccb4a72b8600f0ae4
 SHA512 
fceb272fa521a7343609285ff5b299f66886b2ea53a1395178c3f05313e9439853422de65d20902669034c4edacdf32eb5674e16e64218b0444221c77cd4256c

diff --git a/net-misc/seafile-client/seafile-client-8.0.1-r3.ebuild 
b/net-misc/seafile-client/seafile-client-8.0.1-r3.ebuild
deleted file mode 100644
index ffac16697ade..
--- a/net-misc/seafile-client/seafile-client-8.0.1-r3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Seafile desktop client"
-HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="shibboleth test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-db/sqlite:3
-   dev-libs/jansson:=
-   dev-libs/libevent:=
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   dev-libs/openssl:=
-   net-libs/libsearpc
-   ~net-misc/seafile-${PV}
-   shibboleth? ( dev-qt/qtwebengine:5[widgets] )"
-DEPEND="${RDEPEND}
-   test? ( dev-qt/qttest:5 )"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-select-qt5.patch"
-   "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch"
-   "${FILESDIR}/${P}-glib-2.68.0.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
-   -DBUILD_TESTING="$(usex test)"
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/net-misc/seafile-client/seafile-client-8.0.2-r1.ebuild 
b/net-misc/seafile-client/seafile-client-8.0.2-r1.ebuild
deleted file mode 100644
index d2c2f9add43a..
--- a/net-misc/seafile-client/seafile-client-8.0.2-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-

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

2022-04-03 Thread Matthew Smith
commit: bf9d3c1cde87f580151f8a3febcdc14e5f20c4a2
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Apr  3 09:30:52 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 09:34:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9d3c1c

net-misc/seafile: drop 8.0.1-r1, 8.0.2-r2, 8.0.3-r3, 8.0.4

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

 net-misc/seafile/Manifest|  4 ---
 net-misc/seafile/seafile-8.0.1-r1.ebuild | 46 -
 net-misc/seafile/seafile-8.0.2-r2.ebuild | 50 ---
 net-misc/seafile/seafile-8.0.3-r3.ebuild | 56 --
 net-misc/seafile/seafile-8.0.4.ebuild| 58 
 5 files changed, 214 deletions(-)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 394fc28e72dc..12cbfa1d74b8 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -1,6 +1,2 @@
-DIST seafile-8.0.1.tar.gz 731105 BLAKE2B 
ac4b79112e40196cce2dbc64bb94a852b3f81ea08e0a833d45a297c02f5f66432345647b9a34aef67d8108d16eb5e3648002a070bb556a70be63b8c0314af9bb
 SHA512 
dd6366c06bfa25f16f5d3b2ef83b39b5886e834697891c274a3b4eafec3aabf72858dd4d341452e8d4fb8cd1166d30bb8a783dddb4370c02526e3a00ed9fdb3c
-DIST seafile-8.0.2.tar.gz 732341 BLAKE2B 
29bf3187a37c0f01261d3afba996e1165ddebe05a36f734fd3d7ee5d0368ae2f94b70cd9251799ddeeea2318c510094b7b2fe917ce06a6328aca00f378dcb9ae
 SHA512 
772dfb060e381eb2395b7ab094e11865f13e71f8c767d31e4ca8b48eaadf74d5d447298ea261f9cd48ff126828829c8d258ca943b01890f72072a36753d8333b
-DIST seafile-8.0.3.tar.gz 738066 BLAKE2B 
302de3b5a4f465429955d2819c7b43ddb30576cc7cf67885a75747ec5dcad85d17f94975abdd3b3d54d49a5d9ea05ab7947c3a2b84764b50fe5fb10e7636
 SHA512 
c51edfc094aa509c730b1b3f4ceb911461081689c8cc2564fb866cddaa54c445d9ad12ca9e4e90e98b771eafc6b6e1496e052538a2475a03642cdceb9212115a
-DIST seafile-8.0.4.tar.gz 738250 BLAKE2B 
5502160519144764de16fe50ccc922dd2bce43571aa3485758c23667cb1546e60683f2fe7778c5da6c7a4c18d78f544e72a40ba6857a58cec3fa2b817d7e5d82
 SHA512 
9dad4a4bd288598dbfea316002d0570d759274b55479432f528f78f3a241d6ec826960d65ab5ec5ea4eeca27586398e0db5b76cbbbed27ca3dbd3ac2fd2d7060
 DIST seafile-8.0.5.tar.gz 738268 BLAKE2B 
a142acd9613b4a4aba62640486ee3e79de13274f068e8db69693d93092123f73150e579a38e2aaffc0144cb03a88c56cdac20ca33c0c9a5d09bb8684f184e193
 SHA512 
712a5d445f586beb9cbd425298734181f2eef302dc2f1f7634c4182bd113a7818c948475e9981ce32af218fcc635254e4d5fea28d514ad6eafe169c4a41eb6f9
 DIST seafile-8.0.6.tar.gz 738248 BLAKE2B 
c36904c459429985bf5a6b34546be7af2ba913b4dc5df860858cf73c0d0fe4797fc1fd64a70d8feb3ac2888404e30705540672cdbcc7cea4b91e6229939ed1e4
 SHA512 
261e1c58018f3e427e79a811f67322a2d0ce4cc8bfa913f029bd42bdfa5498f35ec5003cafc8eaf583b0b0ef9cd7159bc4f57136f4fd4270b38327a79e0f95cd

diff --git a/net-misc/seafile/seafile-8.0.1-r1.ebuild 
b/net-misc/seafile/seafile-8.0.1-r1.ebuild
deleted file mode 100644
index 46724483ffce..
--- a/net-misc/seafile/seafile-8.0.1-r1.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
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
-HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/;
-SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+-with-openssl-exception"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/future[${PYTHON_USEDEP}]
-   ')
-   dev-libs/openssl:=
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/jansson:=
-   dev-libs/libevent:=
-   net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
-   net-misc/curl
-   sys-libs/zlib"
-DEPEND="${RDEPEND}
-   $(vala_depend)"
-
-src_prepare() {
-   default
-   sed -i -e 's/valac /${VALAC} /' lib/Makefile.am || die
-   eautoreconf
-   vala_src_prepare
-}
-
-src_install() {
-   default
-   # Remove unnecessary .la files
-   find "${ED}" -name '*.la' -o -name '*.a' -delete || die
-   python_fix_shebang "${ED}"/usr/bin
-}

diff --git a/net-misc/seafile/seafile-8.0.2-r2.ebuild 
b/net-misc/seafile/seafile-8.0.2-r2.ebuild
deleted file mode 100644
index 16d97a5b08c3..
--- a/net-misc/seafile/seafile-8.0.2-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-RELEASE_COMMIT="2493113afb174b1a0e6f860512922b69c05cee69"
-
-inherit autotools python-single-r1 vala
-
-DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
-HOMEPAGE="https://www.seafile.com/ 

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

2022-04-03 Thread Matthew Smith
commit: 1bd8b0119206cbf07cb86f17d5d4b9b144bcbb2f
Author: Matthew Smith  gentoo  org>
AuthorDate: Sun Apr  3 09:31:47 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 09:34:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd8b011

net-misc/seafile: add fts-standalone for musl

Closes: https://bugs.gentoo.org/832555
Signed-off-by: Matthew Smith  gentoo.org>

 net-misc/seafile/seafile-8.0.5.ebuild | 3 ++-
 net-misc/seafile/seafile-8.0.6.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/seafile/seafile-8.0.5.ebuild 
b/net-misc/seafile/seafile-8.0.5.ebuild
index ef6a84798688..f378036fe6b2 100644
--- a/net-misc/seafile/seafile-8.0.5.ebuild
+++ b/net-misc/seafile/seafile-8.0.5.ebuild
@@ -30,7 +30,8 @@ RDEPEND="${PYTHON_DEPS}
net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
net-misc/curl
sys-apps/util-linux
-   sys-libs/zlib"
+   sys-libs/zlib
+   elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}
$(vala_depend)"

diff --git a/net-misc/seafile/seafile-8.0.6.ebuild 
b/net-misc/seafile/seafile-8.0.6.ebuild
index 09f56deaa11c..442f75e3c208 100644
--- a/net-misc/seafile/seafile-8.0.6.ebuild
+++ b/net-misc/seafile/seafile-8.0.6.ebuild
@@ -31,7 +31,8 @@ RDEPEND="${PYTHON_DEPS}
net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
net-misc/curl
sys-apps/util-linux
-   sys-libs/zlib"
+   sys-libs/zlib
+   elibc_musl? ( sys-libs/fts-standalone )"
 DEPEND="${RDEPEND}"
 BDEPEND="${PYTHON_DEPS}
$(vala_depend)"



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

2022-04-03 Thread Matthew Smith
commit: 795880dba3bdad1a6832ab4efa735cf4de2bc8d7
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Mar 13 23:48:44 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 09:34:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=795880db

net-misc/seafile-client: version bump to 8.0.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Quentin Retornaz  retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/24544
Signed-off-by: Matthew Smith  gentoo.org>

 net-misc/seafile-client/Manifest   |  1 +
 .../files/seafile-client-8.0.6-select-qt5.patch| 18 
 .../seafile-client/seafile-client-8.0.6.ebuild | 52 ++
 3 files changed, 71 insertions(+)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index 9ae4e6c5ac20..9246cda413fc 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -3,3 +3,4 @@ DIST seafile-client-8.0.2.tar.gz 11694494 BLAKE2B 
7230b17e9b85a990b87b9fae7d2d7b
 DIST seafile-client-8.0.3.tar.gz 11694141 BLAKE2B 
03a30d824ebe45a58a93baf127714b119c73254cdbc3f13f5cc81807dbf7ebfc333a2e1c36a325728d1bc60fa3392eb7c7eb6ea7d978808200abe2e93c63cc72
 SHA512 
944751e84b5336d07c0a24a69c10ef4e5a84b133c22d148226bceee9ae8f989c45de28950c0a16fb66eb9a5aa43ff83a21c5b0979e5421763383b93acdde5aff
 DIST seafile-client-8.0.4.tar.gz 11701804 BLAKE2B 
4d1647a4c783be634eca79ff3ca0713888c38222c1c571f11393a4cc6067073c4ac2a41256a678482c8e66c16cc88dc04883f432d81e374a06264650fe198ade
 SHA512 
eb9afa97f02cfd6054dab34c0ce7e268b8faca49d364d0051358c3f69ae4c8b4e130025891a4c99e4d6cd5abe6b617ea23bcc0d6f2b07ea438debf9899b6d406
 DIST seafile-client-8.0.5.tar.gz 11701650 BLAKE2B 
c9c436f53cf7effa6c2e1cdbb09f5cffd53f7ef8fa6f6b12bb92c0d3c2e54b38858c95a3ab4c511d16774a973c8c2a7e66842825e9535d1332e8589dc201d22a
 SHA512 
1f3eb643dce980a1aa0ff71e0ecca83b3db0848f9983bf7782adae6d181ddc28454a6cd75ebfcf439c17eb2008a5e0d4a684e5cee60fe7b83297e9fce1fcfec9
+DIST seafile-client-8.0.6.tar.gz 11702726 BLAKE2B 
bcba073b9ec17c33f653ae89e518f30f96ec8f9bdb780a9e06ae75d565c223c6b0505fd1ec9475b66bcd8d26f84846a99968fc006514d1eccb4a72b8600f0ae4
 SHA512 
fceb272fa521a7343609285ff5b299f66886b2ea53a1395178c3f05313e9439853422de65d20902669034c4edacdf32eb5674e16e64218b0444221c77cd4256c

diff --git 
a/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch 
b/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
new file mode 100644
index ..8b8e6d55aa08
--- /dev/null
+++ b/net-misc/seafile-client/files/seafile-client-8.0.6-select-qt5.patch
@@ -0,0 +1,18 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 1c4a444..aae406c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -133,11 +133,8 @@ ENDIF()
+ 
+ ## BEGIN: QT configuration
+ 
+-FIND_PROGRAM(qmake_executable NAMES qmake qmake.exe)
+-EXECUTE_PROCESS(COMMAND
+-bash -c "${qmake_executable} --version | grep -iE '^using qt version 
[0-9.]+' | awk '{print $4}'"
+-OUTPUT_VARIABLE DETECTED_QT_VERSION
+-OUTPUT_STRIP_TRAILING_WHITESPACE)
++FIND_PACKAGE(Qt5Core)
++SET(DETECTED_QT_VERSION ${Qt5Core_VERSION})
+ MESSAGE("Qt version: ${DETECTED_QT_VERSION}")
+ EXECUTE_PROCESS(COMMAND
+ bash -c "qmake --version|grep -iE '^using qt version [0-9]'|awk '{print 
$4}'|grep -iE '^[0-9]'|awk -F . '{print $1}'"

diff --git a/net-misc/seafile-client/seafile-client-8.0.6.ebuild 
b/net-misc/seafile-client/seafile-client-8.0.6.ebuild
new file mode 100644
index ..19c6f924fba8
--- /dev/null
+++ b/net-misc/seafile-client/seafile-client-8.0.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Upstream is moving tags repeatedly, then we use commit hash.
+RELEASE_COMMIT="1fb9ddd71fbf6f0252509aced527be459e240366"
+
+inherit xdg cmake
+
+DESCRIPTION="Seafile desktop client"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="shibboleth test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/jansson:=
+   dev-libs/openssl:=
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   net-libs/libsearpc
+   ~net-misc/seafile-${PV}
+   sys-libs/zlib
+   virtual/opengl
+   shibboleth? ( dev-qt/qtwebengine:5[widgets] )"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )"
+BDEPEND="dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-8.0.6-select-qt5.patch"
+   "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch"
+)
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_configure() {
+   local mycmakeargs=(
+   

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

2022-04-03 Thread Matthew Smith
commit: f19652144e630cee734ab5838e8f6db761f02353
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Sun Mar 13 23:44:06 2022 +
Commit: Matthew Smith  gentoo  org>
CommitDate: Sun Apr  3 09:34:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1965214

net-misc/seafile: version bump to 8.0.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Matthew Smith  gentoo.org>

 net-misc/seafile/Manifest |  1 +
 net-misc/seafile/seafile-8.0.6.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 8971168b3dd7..394fc28e72dc 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -3,3 +3,4 @@ DIST seafile-8.0.2.tar.gz 732341 BLAKE2B 
29bf3187a37c0f01261d3afba996e1165ddebe0
 DIST seafile-8.0.3.tar.gz 738066 BLAKE2B 
302de3b5a4f465429955d2819c7b43ddb30576cc7cf67885a75747ec5dcad85d17f94975abdd3b3d54d49a5d9ea05ab7947c3a2b84764b50fe5fb10e7636
 SHA512 
c51edfc094aa509c730b1b3f4ceb911461081689c8cc2564fb866cddaa54c445d9ad12ca9e4e90e98b771eafc6b6e1496e052538a2475a03642cdceb9212115a
 DIST seafile-8.0.4.tar.gz 738250 BLAKE2B 
5502160519144764de16fe50ccc922dd2bce43571aa3485758c23667cb1546e60683f2fe7778c5da6c7a4c18d78f544e72a40ba6857a58cec3fa2b817d7e5d82
 SHA512 
9dad4a4bd288598dbfea316002d0570d759274b55479432f528f78f3a241d6ec826960d65ab5ec5ea4eeca27586398e0db5b76cbbbed27ca3dbd3ac2fd2d7060
 DIST seafile-8.0.5.tar.gz 738268 BLAKE2B 
a142acd9613b4a4aba62640486ee3e79de13274f068e8db69693d93092123f73150e579a38e2aaffc0144cb03a88c56cdac20ca33c0c9a5d09bb8684f184e193
 SHA512 
712a5d445f586beb9cbd425298734181f2eef302dc2f1f7634c4182bd113a7818c948475e9981ce32af218fcc635254e4d5fea28d514ad6eafe169c4a41eb6f9
+DIST seafile-8.0.6.tar.gz 738248 BLAKE2B 
c36904c459429985bf5a6b34546be7af2ba913b4dc5df860858cf73c0d0fe4797fc1fd64a70d8feb3ac2888404e30705540672cdbcc7cea4b91e6229939ed1e4
 SHA512 
261e1c58018f3e427e79a811f67322a2d0ce4cc8bfa913f029bd42bdfa5498f35ec5003cafc8eaf583b0b0ef9cd7159bc4f57136f4fd4270b38327a79e0f95cd

diff --git a/net-misc/seafile/seafile-8.0.6.ebuild 
b/net-misc/seafile/seafile-8.0.6.ebuild
new file mode 100644
index ..09f56deaa11c
--- /dev/null
+++ b/net-misc/seafile/seafile-8.0.6.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+# Upstream is moving tags repeatedly, then we use commit hash.
+RELEASE_COMMIT="7a61feaba63006d11c09d1020593ba3fcb3fc717"
+
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   dev-libs/openssl:=
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/jansson:=
+   dev-libs/libevent:=
+   net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
+   net-misc/curl
+   sys-apps/util-linux
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   $(vala_depend)"
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+   vala_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files
+   find "${ED}" -name '*.la' -delete || die
+   python_fix_shebang "${ED}"/usr/bin/seaf-cli
+}



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

2022-04-03 Thread Florian Schmaus
commit: 3c8e1bcae460277e01709b1d4e6648ca6dc636bc
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Apr  2 17:46:22 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr  3 09:54:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8e1bca

app-text/kramdown-rfc2629: drop 1.5.24, 1.5.26

Signed-off-by: Florian Schmaus  gentoo.org>

 app-text/kramdown-rfc2629/Manifest |  2 --
 .../kramdown-rfc2629-1.5.24.ebuild | 30 --
 .../kramdown-rfc2629-1.5.26.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/app-text/kramdown-rfc2629/Manifest 
b/app-text/kramdown-rfc2629/Manifest
index 8af6765a4c1f..e7407f143dbd 100644
--- a/app-text/kramdown-rfc2629/Manifest
+++ b/app-text/kramdown-rfc2629/Manifest
@@ -1,3 +1 @@
-DIST kramdown-rfc2629-1.5.24.gem 51712 BLAKE2B 
bedca34835233e6db72b52ed634f07efa97a121903097230c95cc8db60c14662f697a5e02df5b87d8f2fa8614ac5bbc22d0a018d5dd339229da14c3517897c0e
 SHA512 
6e358ad09afef4768e9c1698732c2058040f05180a8fda36c96dbbc68e670c8bf509ebdd92f51d9696b5305fb54398885230daa09b82ac5805a5c4d4eb10a4ba
-DIST kramdown-rfc2629-1.5.26.gem 53248 BLAKE2B 
2df5ae9715afd09ee2388280838687d4dc4694a9d2c309847c56986afe86b53a4bb4fdbdc0805f8bb2811fbce502b837d60ce96ff18d9b51b2e6ffc62ba6b65c
 SHA512 
978d216d8ff4df309dad6408fbc5164c65e4a0a857d0e4599bdfe9763f68af7c3ea0a90827ef4f5d3102d3972d4cae85673aeac4f6cdd510fd3fa6ed6756b1b6
 DIST kramdown-rfc2629-1.6.5.gem 54784 BLAKE2B 
bc51d59303f4537881cf2af54167bec64b5760d11725582444a169bd05d34ed3a43ec8d3e412d8da725f3180cdeb502901bea9eb910e1d5d1590e16c1f701385
 SHA512 
a7c202770b699c2d06236418d54df1a52d6918c2c53b18d18a8988a274cf216e1c949777274b1f10ec7905ad5467678b209f420c365caf513422ff95d43fae6f

diff --git a/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.24.ebuild 
b/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.24.ebuild
deleted file mode 100644
index 057efaabbd87..
--- a/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.24.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An RFC2629 (XML2RFC) backend for Thomas Leitner's kramdown 
markdown parser"
-HOMEPAGE="https://github.com/cabo/kramdown-rfc2629;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend "
-   >=dev-ruby/certified-1.0.0
-   >=dev-ruby/json-2.0.0
-   >=dev-ruby/kramdown-2.3.0
-   >=dev-ruby/kramdown-parser-gfm-1.1.0
-"
-
-all_ruby_prepare() {
-   sed -i 's/json_pure/json/' ../metadata || die
-}

diff --git a/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.26.ebuild 
b/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.26.ebuild
deleted file mode 100644
index f0ec06c97afc..
--- a/app-text/kramdown-rfc2629/kramdown-rfc2629-1.5.26.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="none"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="data"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An RFC2629 (XML2RFC) backend for Thomas Leitner's kramdown 
markdown parser"
-HOMEPAGE="https://github.com/cabo/kramdown-rfc2629;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend "
-   >=dev-ruby/certified-1.0.0
-   >=dev-ruby/json-2.0.0
-   >=dev-ruby/kramdown-2.3.0
-   >=dev-ruby/kramdown-parser-gfm-1.1.0
-"
-
-all_ruby_prepare() {
-   sed -i 's/json_pure/json/' ../metadata || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/kramdown-rfc/, app-text/kramdown-rfc2629/, profiles/updates/

2022-04-03 Thread Florian Schmaus
commit: 2276335d29c2d253074496a80c0b51cae8ebc708
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Apr  2 17:45:08 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr  3 09:54:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2276335d

Move app-text/{kramdown-rfc2629 → kramdown-rfc}

Signed-off-by: Florian Schmaus  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/24873

 app-text/kramdown-rfc/Manifest   | 1 +
 .../kramdown-rfc-1.6.5.ebuild}   | 0
 app-text/{kramdown-rfc2629 => kramdown-rfc}/metadata.xml | 0
 app-text/kramdown-rfc2629/Manifest   | 1 -
 profiles/updates/2Q-2022 | 1 +
 5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/kramdown-rfc/Manifest b/app-text/kramdown-rfc/Manifest
new file mode 100644
index ..0041e2a8cfec
--- /dev/null
+++ b/app-text/kramdown-rfc/Manifest
@@ -0,0 +1 @@
+DIST kramdown-rfc-1.6.5.gem 4608 BLAKE2B 
fb62c69a186f80da1937209b59af370a5c9dd742d5a704e4af73931728fb7337162848af02dab7d7ee520c7883a82b00adcc0e4b5ab97020f9fc530ee42a
 SHA512 
0bd9f24bf793e9a92f7a479a75a739cea4bfd8cdd20ee9c4bd52b8de5c7fe71db777ac0826412e132b2c227dfcf9c4b333f3bfb648f4598599919a64a21bce69

diff --git a/app-text/kramdown-rfc2629/kramdown-rfc2629-1.6.5.ebuild 
b/app-text/kramdown-rfc/kramdown-rfc-1.6.5.ebuild
similarity index 100%
rename from app-text/kramdown-rfc2629/kramdown-rfc2629-1.6.5.ebuild
rename to app-text/kramdown-rfc/kramdown-rfc-1.6.5.ebuild

diff --git a/app-text/kramdown-rfc2629/metadata.xml 
b/app-text/kramdown-rfc/metadata.xml
similarity index 100%
rename from app-text/kramdown-rfc2629/metadata.xml
rename to app-text/kramdown-rfc/metadata.xml

diff --git a/app-text/kramdown-rfc2629/Manifest 
b/app-text/kramdown-rfc2629/Manifest
deleted file mode 100644
index e7407f143dbd..
--- a/app-text/kramdown-rfc2629/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kramdown-rfc2629-1.6.5.gem 54784 BLAKE2B 
bc51d59303f4537881cf2af54167bec64b5760d11725582444a169bd05d34ed3a43ec8d3e412d8da725f3180cdeb502901bea9eb910e1d5d1590e16c1f701385
 SHA512 
a7c202770b699c2d06236418d54df1a52d6918c2c53b18d18a8988a274cf216e1c949777274b1f10ec7905ad5467678b209f420c365caf513422ff95d43fae6f

diff --git a/profiles/updates/2Q-2022 b/profiles/updates/2Q-2022
new file mode 100644
index ..4f647a9b517e
--- /dev/null
+++ b/profiles/updates/2Q-2022
@@ -0,0 +1 @@
+move app-text/kramdown-rfc2629 app-text/kramdown-rfc



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

2022-04-03 Thread Agostino Sarubbo
commit: f1e809da65052069a1bc2d1edd37603a18e8d0ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  3 10:10:05 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  3 10:10:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e809da

media-libs/libsdl2: ppc64 stable wrt bug #836664

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
index ac70239d8ce4..b3b23e5e783f 100644
--- a/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.libsdl.org/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="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="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus doc fcitx4 gles1 gles2 
haptic ibus jack +joystick kms libsamplerate nas opengl oss pipewire pulseaudio 
sndio +sound static-libs +threads udev +video video_cards_vc4 vulkan wayland X 
xinerama xscreensaver"
 REQUIRED_USE="



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

2022-04-03 Thread Agostino Sarubbo
commit: 9d49fa44ad12e298ab7a82518b94431614089f30
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  3 10:09:50 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  3 10:09:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d49fa44

dev-ruby/ffi: ppc64 stable wrt bug #836634

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-ruby/ffi/ffi-1.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi/ffi-1.15.5.ebuild b/dev-ruby/ffi/ffi-1.15.5.ebuild
index 57aec608fbb5..9f967080b22d 100644
--- a/dev-ruby/ffi/ffi-1.15.5.ebuild
+++ b/dev-ruby/ffi/ffi-1.15.5.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${PN}-git-${PV}
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND+=" dev-libs/libffi:="
 DEPEND+=" dev-libs/libffi:="



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Agostino Sarubbo
commit: 3d677159579ac86143d479f0c89f8019ad4d6fc5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  3 10:09:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  3 10:09:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d677159

dev-java/tomcat-servlet-api: ppc64 stable wrt bug #836622

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild | 2 +-
 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
index 688d3fd10c0a..9aed30f65a2e 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
index 8f1d451de458..c53c20eb8511 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/files/, app-crypt/gnupg-pkcs11-scd/files/, ...

2022-04-03 Thread Ulrich Müller
commit: 86ec09ccd9e60551fabbe263ea25f58dfcac59a2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Apr  3 11:33:56 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Apr  3 11:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ec09cc

*/*: Update copyright notices per GLEP 76

Signed-off-by: Ulrich Müller  gentoo.org>

 app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd | 2 +-
 net-analyzer/munin/files/munin-asyncd.init.2  | 2 +-
 net-misc/ser2net/files/ser2net.initd  | 2 +-
 net-vpn/i2pd/files/i2pd-2.39.0.initd  | 2 +-
 net-wireless/unifi/files/unifi.initd-r2   | 2 +-
 profiles/default/linux/musl/mips/package.mask | 2 +-
 www-apps/tt-rss/files/ttrssd.initd-r4 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd 
b/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
index 2861293e0ef0..eb6b3cc62c9b 100644
--- a/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
+++ b/app-crypt/gnupg-pkcs11-scd/files/gnupg-pkcs11-scd-proxy.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="gnupg-pkcs11-scd proxy."

diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 
b/net-analyzer/munin/files/munin-asyncd.init.2
index 15a17a7bef6c..c9fc267f12ea 100644
--- a/net-analyzer/munin/files/munin-asyncd.init.2
+++ b/net-analyzer/munin/files/munin-asyncd.init.2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 command=/usr/libexec/munin/munin-asyncd

diff --git a/net-misc/ser2net/files/ser2net.initd 
b/net-misc/ser2net/files/ser2net.initd
index 7652bc9b0350..f7e22509e72a 100644
--- a/net-misc/ser2net/files/ser2net.initd
+++ b/net-misc/ser2net/files/ser2net.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="Serial to network proxy (${RC_SVCNAME#*.})"

diff --git a/net-vpn/i2pd/files/i2pd-2.39.0.initd 
b/net-vpn/i2pd/files/i2pd-2.39.0.initd
index c5248b20cfee..fb4e0336fb43 100644
--- a/net-vpn/i2pd/files/i2pd-2.39.0.initd
+++ b/net-vpn/i2pd/files/i2pd-2.39.0.initd
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="C++ daemon for accessing the I2P network"

diff --git a/net-wireless/unifi/files/unifi.initd-r2 
b/net-wireless/unifi/files/unifi.initd-r2
index ccab8df7fd7a..a92172fffb97 100644
--- a/net-wireless/unifi/files/unifi.initd-r2
+++ b/net-wireless/unifi/files/unifi.initd-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 unifi_exec="/usr/bin/unifi"

diff --git a/profiles/default/linux/musl/mips/package.mask 
b/profiles/default/linux/musl/mips/package.mask
index 038026c2c214..b102791cad4a 100644
--- a/profiles/default/linux/musl/mips/package.mask
+++ b/profiles/default/linux/musl/mips/package.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Foundation.
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 >sys-apps/kbd-1.15.5-r99

diff --git a/www-apps/tt-rss/files/ttrssd.initd-r4 
b/www-apps/tt-rss/files/ttrssd.initd-r4
index 9dbfa157ce43..82bfdd00461e 100644
--- a/www-apps/tt-rss/files/ttrssd.initd-r4
+++ b/www-apps/tt-rss/files/ttrssd.initd-r4
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 command="/usr/bin/php"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2022-04-03 Thread Michał Górny
commit: 17e19326e2b0846a8efd6ada3fb7e00e00333608
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 07:18:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 07:18:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e19326

xfce-base/thunar: Bump to 4.16.11

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

 xfce-base/thunar/Manifest  |  1 +
 xfce-base/thunar/thunar-4.16.11.ebuild | 84 ++
 2 files changed, 85 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 235143f25c9f..1a4e347cb796 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,2 +1,3 @@
 DIST thunar-4.16.10.tar.bz2 2324476 BLAKE2B 
a8305f234b6f69654d6559594f1228ebbb5009b337fbdee6d94dc2f3c309d67cbe2aa5c357fd5207d4e907b9d06875dd3164d501c84a22c9f73e71b705577fd7
 SHA512 
b6fbb27acaae85e7d5c711213c5c457d7eaf973dabafbeabbc00ef01491b54b05da00304503ed03a1ee0716c2558f435754666dd5358f36b2e155e4c8132ebce
+DIST thunar-4.16.11.tar.bz2 2326592 BLAKE2B 
0e077f2b4bba613849d3dabaebfa652fd99cc2d1035320016fd4e87597e1af1f6330c2758feead307c6182784de65a358058e2a482f2e287447cdd05d00c8404
 SHA512 
41b390ce269911e4f0b83c07bf910274cf13afcd293389b156457764a0c771dcb87c03976debe0c4ce06c6a5eeca32fd043cbc3e92d4c7ea8fb00da973b06404
 DIST thunar-4.17.7.tar.bz2 2507703 BLAKE2B 
18393d33066059892e0a1bff68728d69aacc36604b48483789783aa3474ad3fa7c48c80a3af2380d61ac01bb027f092be63dc78fa40638b662348cb2c53bd4bf
 SHA512 
79ccfd2baed6f956706dda52de9a0fe4dda6c59c10833fe9e699f6797abb092ba1640a97150413f890829d83fe78bb700f7a1fa912515866bc3ba7f53a350223

diff --git a/xfce-base/thunar/thunar-4.16.11.ebuild 
b/xfce-base/thunar/thunar-4.16.11.ebuild
new file mode 100644
index ..0f0256c736f3
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.16.11.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://www.xfce.org/projects/
+   https://docs.xfce.org/xfce/thunar/start
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+DEPEND="
+   >=dev-libs/glib-2.50
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-4.15.3:=
+   >=xfce-base/libxfce4ui-4.15.3:=
+   >=xfce-base/libxfce4util-4.15.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2022-04-03 Thread Michał Górny
commit: 34ea183bc4469c00b4263bd62b41008678cd188e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 07:25:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 07:25:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ea183b

xfce-base/thunar: Bump to 4.17.8

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.17.8.ebuild | 84 +++
 2 files changed, 85 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 1a4e347cb796..f99fa216f5b4 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,3 +1,4 @@
 DIST thunar-4.16.10.tar.bz2 2324476 BLAKE2B 
a8305f234b6f69654d6559594f1228ebbb5009b337fbdee6d94dc2f3c309d67cbe2aa5c357fd5207d4e907b9d06875dd3164d501c84a22c9f73e71b705577fd7
 SHA512 
b6fbb27acaae85e7d5c711213c5c457d7eaf973dabafbeabbc00ef01491b54b05da00304503ed03a1ee0716c2558f435754666dd5358f36b2e155e4c8132ebce
 DIST thunar-4.16.11.tar.bz2 2326592 BLAKE2B 
0e077f2b4bba613849d3dabaebfa652fd99cc2d1035320016fd4e87597e1af1f6330c2758feead307c6182784de65a358058e2a482f2e287447cdd05d00c8404
 SHA512 
41b390ce269911e4f0b83c07bf910274cf13afcd293389b156457764a0c771dcb87c03976debe0c4ce06c6a5eeca32fd043cbc3e92d4c7ea8fb00da973b06404
 DIST thunar-4.17.7.tar.bz2 2507703 BLAKE2B 
18393d33066059892e0a1bff68728d69aacc36604b48483789783aa3474ad3fa7c48c80a3af2380d61ac01bb027f092be63dc78fa40638b662348cb2c53bd4bf
 SHA512 
79ccfd2baed6f956706dda52de9a0fe4dda6c59c10833fe9e699f6797abb092ba1640a97150413f890829d83fe78bb700f7a1fa912515866bc3ba7f53a350223
+DIST thunar-4.17.8.tar.bz2 2713668 BLAKE2B 
96f54c6058dd58e012a69e38db4502a540806e5709f10f414091e6e9a98b2a186cecca337df702978f98fb3d2413acaa3e3d50a695e132b5416391cfd9c0260c
 SHA512 
bae2f1453509c50e8dedd7f7570e95d0b84cf946829b29849c55f90863f29ba8eb7fa06b0aec3a4506368c24c964423d6920707d31cef4091fb700da3b62f19a

diff --git a/xfce-base/thunar/thunar-4.17.8.ebuild 
b/xfce-base/thunar/thunar-4.17.8.ebuild
new file mode 100644
index ..09a9b1b6ce83
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.17.8.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="
+   https://www.xfce.org/projects/
+   https://docs.xfce.org/xfce/thunar/start
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+DEPEND="
+   >=dev-libs/glib-2.56
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-4.17.0:=
+   >=xfce-base/libxfce4ui-4.17.6:=
+   >=xfce-base/libxfce4util-4.17.2:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/files/7.0.2/, app-backup/bacula/files/9.6.3/, ...

2022-04-03 Thread Thomas Beierlein
commit: b99f34b85e04e2c26d6e9b919d77f614f4551aa6
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Apr  3 08:48:43 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Apr  3 08:48:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99f34b8

app-backup/bacula: drop 9.6.5, 9.6.6, 9.6.7, 11.0.2, 11.0.3

Signed-off-by: Thomas Beierlein  gentoo.org>

 app-backup/bacula/Manifest |   5 -
 app-backup/bacula/bacula-11.0.2.ebuild | 417 
 app-backup/bacula/bacula-11.0.3.ebuild | 413 
 app-backup/bacula/bacula-9.6.5.ebuild  | 419 -
 app-backup/bacula/bacula-9.6.6.ebuild  | 419 -
 app-backup/bacula/bacula-9.6.7.ebuild  | 419 -
 .../bacula/files/7.0.2/bacula-7.0.2-depend.patch   |  12 -
 .../files/9.6.3/bacula-9.6.3-fix-static.patch  |  63 
 .../files/bacula-9.6.x-fix-race-condition.patch|  15 -
 9 files changed, 2182 deletions(-)

diff --git a/app-backup/bacula/Manifest b/app-backup/bacula/Manifest
index be60a8bdd625..150f4b27934d 100644
--- a/app-backup/bacula/Manifest
+++ b/app-backup/bacula/Manifest
@@ -1,6 +1 @@
-DIST bacula-11.0.2.tar.gz 5982176 BLAKE2B 
2da10e48b44ada189fb5d9ed48bac41232106721859df823309e7be63d16786ebaf95052d929ef67895fb993d019153d736125ec4fe5949591dd7dced0ee9835
 SHA512 
7e90352036a544b6a508547ae38660ca5d59b0bfd17126f346652e5c9977367ad9fe972e3f2823c10e7f8ffdcd1623ef24e8a82de030041762f0c0e09783e65c
-DIST bacula-11.0.3.tar.gz 5982505 BLAKE2B 
a09a4829cb4eeb6cfe3b082efcc45f7704ad7da0f882b746a2f4aeeb3233775ccc89d7924442970e9609c449fee96466b33286e7c6f700cbab7f2013f0267f53
 SHA512 
753ef3f53079fe36e69791a3ff0c4230d611d86257c5ecbc28c2ec593e950b76dc9fedf3525c196b0742cc029d0a8023d31505c83d8d42ff3f48c3273b77c540
 DIST bacula-11.0.5.tar.gz 5982886 BLAKE2B 
99e9c616c29ab6e0064b336e4ad9d0caf96aee9c51009e04b44bfa4f5f3f8d57de93d8bf6c06f60b01f50838fd8cba4500117245b06e82f42a14a6de507a27d1
 SHA512 
56dd3208f9774f637fbec2781a847d5e7899ceb4e54178c54c9283eba3fcd83b1579fa690aa380bc6aba363a465151f8e709ce728a582e2518ba715c6179af17
-DIST bacula-9.6.5.tar.gz 4252526 BLAKE2B 
48bfc9f45db10949fb4d7396c2ca15ed17dad3bd6ab9c6ab5cd0b3a80d1df0d37868a8671c2ead9b00fe89da91d43e945ca2818016f09502aff1a2fd3a5d455d
 SHA512 
4018e242b2131c2416cd16ae3530c9c848dc8e88dd6532136c699a50fcbf39a574ffec8ef13bc5d7a9673d057b51cf1d1be80667e89abe0e18ec79d04b0edd70
-DIST bacula-9.6.6.tar.gz 4253303 BLAKE2B 
131353e24265f64dd3c4e0632bee93d2a170d3ed88626ab80f1804e7a218eb86c5ac7507f4a4fe5ef7d4472a1c90ef0f45e1a6ad0a4a65a1fa8f1a8f63287e3f
 SHA512 
1b669bbf1e54f40e0426603601a4751c42101985de901f951a68add7644971d48615b3089c65fafd444c762c3d82b67cafdcae9636e8a19af8fd94ae631c315a
-DIST bacula-9.6.7.tar.gz 4168102 BLAKE2B 
8f5d5cbe8c3ce62105624138e9dfbb9f19eb0721bb2e377c07ef2cd3d4a8442641b4758b00b3050d2352dde31205658963782d2bec3e87242dac7b4b6a4d659c
 SHA512 
27551faa2e4b13c6c2b9a2500f1253dfa5ee84929013491a7bf512d965d655c5af78b08201090474bc9b29827ca0a5c1c5a23a55712a1f739f37de75449cfd4d

diff --git a/app-backup/bacula/bacula-11.0.2.ebuild 
b/app-backup/bacula/bacula-11.0.2.ebuild
deleted file mode 100644
index 129e789ee79d..
--- a/app-backup/bacula/bacula-11.0.2.ebuild
+++ /dev/null
@@ -1,417 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop libtool qmake-utils systemd
-
-MY_PV=${PV/_beta/-b}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Featureful client/server network backup suite"
-HOMEPAGE="https://www.bacula.org/;
-SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="acl bacula-clientonly bacula-nodir bacula-nosd +batch-insert examples 
ipv6 logwatch mysql postgres qt5 readline +sqlite ssl static tcpd vim-syntax X"
-
-DEPEND="
-   !bacula-clientonly? (
-   !bacula-nodir? ( virtual/mta )
-   postgres? ( dev-db/postgresql:=[threads] )
-   mysql? ( || ( dev-db/mysql-connector-c 
dev-db/mariadb-connector-c ) )
-   sqlite? ( dev-db/sqlite:3 )
-   )
-   dev-libs/gmp:0
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtsvg:5
-   x11-libs/qwt:6
-   )
-   logwatch? ( sys-apps/logwatch )
-   readline? ( sys-libs/readline:0 )
-   static? (
-   dev-libs/lzo[static-libs]
-   sys-libs/ncurses:=[static-libs]
-   sys-libs/zlib[static-libs]
-   acl? ( virtual/acl[static-libs(+)] )
-   ssl? (
-   dev-libs/openssl:0=[static-libs]
-   )
-   )
-   !static? (
-   dev-libs/lzo
-   sys-libs/ncurses:=
-   sys-libs/zlib
-   acl? ( virtual/acl )
- 

[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2022-04-03 Thread Thomas Beierlein
commit: 2e423952f285aa4b69b2d932d6e9881b20c16be2
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Sun Apr  3 09:10:31 2022 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Sun Apr  3 09:11:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e423952

app-backup/bacula: add 11.0.6

Signed-off-by: Thomas Beierlein  gentoo.org>

 app-backup/bacula/Manifest |   1 +
 app-backup/bacula/bacula-11.0.6.ebuild | 413 +
 2 files changed, 414 insertions(+)

diff --git a/app-backup/bacula/Manifest b/app-backup/bacula/Manifest
index 150f4b27934d..0cb46569ae02 100644
--- a/app-backup/bacula/Manifest
+++ b/app-backup/bacula/Manifest
@@ -1 +1,2 @@
 DIST bacula-11.0.5.tar.gz 5982886 BLAKE2B 
99e9c616c29ab6e0064b336e4ad9d0caf96aee9c51009e04b44bfa4f5f3f8d57de93d8bf6c06f60b01f50838fd8cba4500117245b06e82f42a14a6de507a27d1
 SHA512 
56dd3208f9774f637fbec2781a847d5e7899ceb4e54178c54c9283eba3fcd83b1579fa690aa380bc6aba363a465151f8e709ce728a582e2518ba715c6179af17
+DIST bacula-11.0.6.tar.gz 5986763 BLAKE2B 
60b1c1f4de3cef7470f0f33aa9d361393cee176222bb911d93bac108b8e3a6e38d73acdcc8b773a06d8820039d2e12a4216a5773a4fab4a9c35095607bd6b7c6
 SHA512 
44abc9e3598f3d3beea3e85cca0867e4b9b77c4e7a17cb1902a5e952b049fb2b15f8f6319436fce1dd92ad52d26f04d7225dd052372ecc30aa55fb668a639149

diff --git a/app-backup/bacula/bacula-11.0.6.ebuild 
b/app-backup/bacula/bacula-11.0.6.ebuild
new file mode 100644
index ..280ae3cb775c
--- /dev/null
+++ b/app-backup/bacula/bacula-11.0.6.ebuild
@@ -0,0 +1,413 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop libtool qmake-utils systemd
+
+MY_PV=${PV/_beta/-b}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Featureful client/server network backup suite"
+HOMEPAGE="https://www.bacula.org/;
+SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="acl bacula-clientonly bacula-nodir bacula-nosd +batch-insert examples 
ipv6 logwatch mysql postgres qt5 readline +sqlite ssl static tcpd vim-syntax X"
+
+DEPEND="
+   !bacula-clientonly? (
+   !bacula-nodir? ( virtual/mta )
+   postgres? ( dev-db/postgresql:=[threads] )
+   mysql? ( || ( dev-db/mysql-connector-c 
dev-db/mariadb-connector-c ) )
+   sqlite? ( dev-db/sqlite:3 )
+   )
+   dev-libs/gmp:0
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtsvg:5
+   x11-libs/qwt:6
+   )
+   logwatch? ( sys-apps/logwatch )
+   readline? ( sys-libs/readline:0 )
+   static? (
+   dev-libs/lzo[static-libs]
+   sys-libs/ncurses:=[static-libs]
+   sys-libs/zlib[static-libs]
+   acl? ( virtual/acl[static-libs(+)] )
+   ssl? (
+   dev-libs/openssl:0=[static-libs]
+   )
+   )
+   !static? (
+   dev-libs/lzo
+   sys-libs/ncurses:=
+   sys-libs/zlib
+   acl? ( virtual/acl )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   )
+   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
+"
+RDEPEND="${DEPEND}
+   acct-user/bacula
+   acct-group/bacula
+   !bacula-clientonly? (
+   !bacula-nosd? (
+   app-arch/mt-st
+   sys-block/mtx
+   )
+   )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
+"
+
+REQUIRED_USE="
+   !bacula-clientonly? ( ^^ ( mysql postgres sqlite ) )
+   static? ( bacula-clientonly )
+"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   #XOR and !bacula-clientonly controlled by REQUIRED_USE
+   use mysql && export mydbtype="mysql"
+   use postgres && export mydbtype="postgresql"
+   use sqlite && export mydbtype="sqlite3"
+
+   if use bacula-clientonly && use static && use qt5; then
+   ewarn
+   ewarn "Building statically linked 'bat' is not supported. 
Ignorig 'qt5' useflag."
+   ewarn
+   fi
+}
+
+src_prepare() {
+   # adjusts default configuration files for several binaries
+   # to /etc/bacula/ instead of ./
+   pushd src >&/dev/null || die
+   for f in console/console.c dird/dird.c filed/filed.c \
+   stored/bcopy.c stored/bextract.c stored/bls.c \
+   stored/bscan.c stored/btape.c stored/stored.c \
+   qt-console/main.cpp; do
+   sed -i -e 's|^\(#define CONFIG_FILE "\)|\1/etc/bacula/|g' 
"${f}" \
+   || die "sed on ${f} failed"
+   done
+   popd >&/dev/null || die
+
+   # bug 466688 drop deprecated categories from Desktop file
+   sed -i -e 's/Application;//' scripts/bat.desktop.in || die
+
+   # bug 466690 Use CXXFLAGS 

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

2022-04-03 Thread Michał Górny
commit: badb95ac5f82a3f0b3fe0c302e4cbe02d9e01c83
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 08:17:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 10:35:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=badb95ac

dev-python/pandas: Bump to 1.4.2

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

 dev-python/pandas/Manifest|   1 +
 dev-python/pandas/pandas-1.4.2.ebuild | 201 ++
 2 files changed, 202 insertions(+)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index d7a58f4e67ea..b67f711eedc7 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -1 +1,2 @@
 DIST pandas-1.4.1.tar.gz 4941369 BLAKE2B 
ce85253b32c3be6baad74e2bca98d24b43f42c311ffad128615b711e461a76067035e238cf1693eed12d4ca8e354aef56f711e45cd934a4af6222f4727838b1e
 SHA512 
2d8ba8f3152b5bd5495e406ce21d896342ef77473ed3c0207f77b6503c3f4353bbeb5ec573696eb6748e65e956d9d1b97d314a136104151ecb5ba822afa72422
+DIST pandas-1.4.2.tar.gz 4940242 BLAKE2B 
b44c9e46458b4e2919b2d215c8678601ef0976118197172ddc74fa712cf07b02cdb09b79940e90bf6907a45e7e3c63615292f7141a4fb8ed4ae22a36decd1e39
 SHA512 
6406241e30e9ed386610dd90bbb7407cfe3e94ff20c8fd1241aa75288894666f06e59f7c74b5f916080a3745254ba22ec9dad1195f040b613639b5712aced571

diff --git a/dev-python/pandas/pandas-1.4.2.ebuild 
b/dev-python/pandas/pandas-1.4.2.ebuild
new file mode 100644
index ..4e3961affad0
--- /dev/null
+++ b/dev-python/pandas/pandas-1.4.2.ebuild
@@ -0,0 +1,201 @@
+# 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} )
+PYTHON_REQ_USE="threads(+)"
+
+VIRTUALX_REQUIRED="manual"
+
+inherit distutils-r1 multiprocessing optfeature virtualx
+
+DESCRIPTION="Powerful data structures for data analysis and statistics"
+HOMEPAGE="https://pandas.pydata.org/ https://github.com/pandas-dev/pandas/;
+SRC_URI="
+   
https://github.com/pandas-dev/pandas/releases/download/v${PV}/${P}.tar.gz
+"
+S="${WORKDIR}/${P/_/}"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="doc full-support minimal test X"
+RESTRICT="!test? ( test )"
+
+RECOMMENDED_DEPEND="
+   >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/numexpr-2.7.0[${PYTHON_USEDEP}]
+"
+
+# TODO: add pandas-gbq to the tree
+OPTIONAL_DEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/blosc[${PYTHON_USEDEP}]
+   || (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   )
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   || (
+   dev-python/openpyxl[${PYTHON_USEDEP}]
+   dev-python/xlsxwriter[${PYTHON_USEDEP}]
+   )
+   >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/xarray-0.12.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/xlrd-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/xlwt-1.3.0[${PYTHON_USEDEP}]
+   !hppa? (
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.1[${PYTHON_USEDEP}]
+   )
+   X? (
+   || (
+   dev-python/PyQt5[${PYTHON_USEDEP}]
+   x11-misc/xclip
+   x11-misc/xsel
+   )
+   )
+"
+COMMON_DEPEND="
+   >=dev-python/numpy-1.21.0[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1-r3[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2020.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   >=dev-python/cython-0.29.24[${PYTHON_USEDEP}]
+   doc? (
+   ${VIRTUALX_DEPEND}
+   app-text/pandoc
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/nbsphinx[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pytables-3.0.0[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/rpy[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/xlrd[${PYTHON_USEDEP}]
+   dev-python/xlwt[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   x11-misc/xclip
+   )
+   test? (
+   ${VIRTUALX_DEPEND}
+   ${RECOMMENDED_DEPEND}
+   ${OPTIONAL_DEPEND}
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   

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

2022-04-03 Thread Michał Górny
commit: a767d96ad38f4cadd9b196395d9a650cb3a192cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 08:14:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 10:35:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a767d96a

dev-python/flask-paranoid: Bump to 0.3.0

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

 dev-python/flask-paranoid/Manifest |  1 +
 .../flask-paranoid/flask-paranoid-0.3.0.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/flask-paranoid/Manifest 
b/dev-python/flask-paranoid/Manifest
index 11d65eabccef..254610177531 100644
--- a/dev-python/flask-paranoid/Manifest
+++ b/dev-python/flask-paranoid/Manifest
@@ -1 +1,2 @@
 DIST flask-paranoid-0.2.0.tar.gz 101084 BLAKE2B 
5f1f92679da5f374699c8acc97300085840d47e57f48d935cba60e78782109f70651bb7f804410dbb241b48c96ec08498b8b2cc8c18573f14d0bc7972b746d19
 SHA512 
0d642999fa4d5b795c3dcecc586fc1600cdfceec4adb38bb87ca8be9825d9ddafabb07d98df573a89e61a44a0abd27cbbd21524237b0e23b337a7d5e32ddfdae
+DIST flask-paranoid-0.3.0.gh.tar.gz 102495 BLAKE2B 
a892c62b3d821d9b8c31567e1d4fdf3f01d990c28f0ab9d8e5a16cc3a6cd78ba06301cbea61048f89db46020051a0426f5abba7fbe43ca09bca5a2c69e904a54
 SHA512 
68e49a79e7e00c3a89bcc0347c41b80634b3f5f64227f4ae44db95a286a57b6101dff8f7aba592b8d325b38effc58744ee15d56bd8be30507b76c5dc836fc112

diff --git a/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild 
b/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild
new file mode 100644
index ..24102c35c237
--- /dev/null
+++ b/dev-python/flask-paranoid/flask-paranoid-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple user session protection extension for Flask"
+HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/;
+SRC_URI="
+   https://github.com/miguelgrinberg/flask-paranoid/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



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

2022-04-03 Thread Michał Górny
commit: b24a109ef787319e0c02ec2f62d3bd3aed6799a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 08:16:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 10:35:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24a109e

dev-python/tzlocal: Bump to 4.2

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

 dev-python/tzlocal/Manifest   |  1 +
 dev-python/tzlocal/tzlocal-4.2.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/tzlocal/Manifest b/dev-python/tzlocal/Manifest
index eb6f45f34c95..7a53c7036eb2 100644
--- a/dev-python/tzlocal/Manifest
+++ b/dev-python/tzlocal/Manifest
@@ -1,2 +1,3 @@
 DIST tzlocal-2.1.gh.tar.gz 18463 BLAKE2B 
73e886cfb6d13bebc1a15a222da60f368a15dc5a097acac74990b1d76bdaa229be8f12ff735d1828ccd78c4c8d06eb5bc0a07da695d70251af1e67e4fb71037e
 SHA512 
2679cebdc2692d9e0e1c9b714994ad881896f53e75ef407229a67c9fee9d27617638a2919865cb67e21e2bbd6e3bc13f2568343037e06603236f25a96aa6863d
 DIST tzlocal-4.1.gh.tar.gz 23449 BLAKE2B 
1ed3518395674af5b8066825f6a9f1dde411aa0bb534e65e9da44399042bb25ca45b61650bd7ce81d4912c3d5e1fde132d002d189fe388cd6bd4b7ed6d05bb79
 SHA512 
f6518c95b1e0ac0424a9f51f8ae0d39a50cacb510c8358a4fab077059e57959dd7b83d82ba455e9f7cca9bfc9224662f979d391a09d5516d172f1d6d3292779a
+DIST tzlocal-4.2.gh.tar.gz 23649 BLAKE2B 
8b50f13854543a3ba5506bf7562ef0f3a7e7b5a20c7af037dd6eece0af16ead2b762b652b9bee0aaeede73178137293773e428a347e78ae7df999be609a34e3b
 SHA512 
574c2f886fa6d1f2973e1ce817bd3347a77bd3beb0535bf5ba93e028e31388987f3f55369bd5a4a4a86c72af226256cdd7803f5bbe3ca6ce891b5adefdce776e

diff --git a/dev-python/tzlocal/tzlocal-4.2.ebuild 
b/dev-python/tzlocal/tzlocal-4.2.ebuild
new file mode 100644
index ..3e838f9a103f
--- /dev/null
+++ b/dev-python/tzlocal/tzlocal-4.2.ebuild
@@ -0,0 +1,34 @@
+# 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 )
+
+inherit distutils-r1
+
+DESCRIPTION="tzinfo object for the local timezone"
+HOMEPAGE="https://github.com/regebro/tzlocal;
+SRC_URI="
+   https://github.com/regebro/tzlocal/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/pytz_deprecation_shim[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/backports-zoneinfo[${PYTHON_USEDEP}]
+   ' 3.8)
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-04-03 Thread Michał Górny
commit: c42fd80102d8ecfd7549738080e4ce400ad62b09
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 08:02:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 10:35:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42fd801

dev-python/moto: Bump to 3.1.4

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

 dev-python/moto/Manifest  |  1 +
 dev-python/moto/moto-3.1.4.ebuild | 84 +++
 2 files changed, 85 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 64b8bf5cdd38..b6ebdb194941 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -2,3 +2,4 @@ DIST moto-3.0.5.tar.gz 2219507 BLAKE2B 
019e0f66d8a183f9d758c372252488e79692e140d
 DIST moto-3.1.1.tar.gz 2236948 BLAKE2B 
8ab52a59dc09f4819c1169d26fd198b13159635c2571fd27e38eaedc0a83fa5e7af0a7adba90db1c48658a849ff0b17e8d9c9750a47c6981960ac786f3d9a4e0
 SHA512 
2354886a9b3b46bb33b832495a94f1dcd10cf5cb00454b6e8b6b6838618842ca06f8577c1826bca02a10e2f723cf474a7c492cd9fb587bdb660deb118c17aa4d
 DIST moto-3.1.2.tar.gz 2245068 BLAKE2B 
f25a4476bfbbbd3cab77efc1ef2ceeb74b2b7ee9067aac4a02f90c6fd385c5ed0d66d3fd8171945e22dcd78555c9fdbec78656109b9f61fd15950c44b456d4ea
 SHA512 
51dfef58069f09b4654aa59bef2ee0426c0e662af51d78013c19671b664ade78d2c664c20f19592236808ba7bcc50613700232e87be1ac8dcead4be2df36d39b
 DIST moto-3.1.3.tar.gz 2246198 BLAKE2B 
935271da2b09b160c7ed8c8b1e2466b352d879c7b8bbe4406a410c301f9659fde3187ed76f2ad6695c79a667a44c698570dcb30206a0fe0b525a5e5bef72f40c
 SHA512 
20963f9a1a99a2ac1654660284b3cb60439538da0d363baba92e813dd3c7bde815c125bc39cd1cf5c0cd883fba024dfda85b7e98a54141ad3e25311986c68c9a
+DIST moto-3.1.4.tar.gz 2256325 BLAKE2B 
d0b90eee9f77370ea48e95a5920b139825550850276760842e16ddbe340e09746a0ec6c4e4d9a57f8a68232d807b17920fff4bd88a9a75d0a72c8153cb5cbfb1
 SHA512 
3ec226dc19b46af50f4a266957e54292b65b9b198a5daf2f5eba6242cf2ab9a42ba743d0af1f30695de625e9fa222871890b497717ac2b9ed111b033f3804b25

diff --git a/dev-python/moto/moto-3.1.4.ebuild 
b/dev-python/moto/moto-3.1.4.ebuild
new file mode 100644
index ..49b6647dfd22
--- /dev/null
+++ b/dev-python/moto/moto-3.1.4.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Mock library for boto"
+HOMEPAGE="https://github.com/spulec/moto;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-xray-sdk-python-0.93[${PYTHON_USEDEP}]
+   dev-python/boto[${PYTHON_USEDEP}]
+   dev-python/cfn-lint[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
+   dev-python/cookies[${PYTHON_USEDEP}]
+   >=dev-python/docker-py-2.5.1[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.5[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
+   >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
+   dev-python/boto3[${PYTHON_USEDEP}]
+   dev-python/botocore[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/pretty-yaml[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/python-jose[${PYTHON_USEDEP}]
+   dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
+   >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.5[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zipp[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
+   
tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
+   
tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
+   
tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
+   
tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
+   
tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
+   # broken code (local variable used 

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

2022-04-03 Thread Michał Górny
commit: 54bb03a90e3a6807784751ad74fef93397c4ab9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  3 08:00:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  3 10:35:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bb03a9

dev-python/nest_asyncio: Bump to 1.5.5

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

 dev-python/nest_asyncio/Manifest  |  1 +
 dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/nest_asyncio/Manifest b/dev-python/nest_asyncio/Manifest
index 88dac5f9958c..386471f8a40d 100644
--- a/dev-python/nest_asyncio/Manifest
+++ b/dev-python/nest_asyncio/Manifest
@@ -1 +1,2 @@
 DIST nest_asyncio-1.5.4.tar.gz 5893 BLAKE2B 
d3f693e251d5f0e9f7f31e0aa3e88962aaf927320268a31d53fc2b2eb71bb45eb3a8f9d7f733d0ca96a848beb1d8c505121325749226e962a44b3c2988873190
 SHA512 
982e274712ec8a8004108492708f28fbf459c5f2d274e754387b0afa0f92425fe29be075e3402bbc319accf17974efcbb3015799421f6a10ed15cfa424f82310
+DIST nest_asyncio-1.5.5.tar.gz 7386 BLAKE2B 
c5d3704dae962ec82a515e2c056c24bd0fbabcf1cd2347379e1d58fc23c922325c89ed0941aead4dc90e0a94fc39ddb5e38fe4decc6e444b0c1261ae955520cb
 SHA512 
8f28b4495f1d595f5943fb8a40c8894183398865059c42686483d6c4af6634b5119ff6e694b98662bfdd71046ec0bed70f5fcceb67971637c0fed91cb6d6eaea

diff --git a/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild 
b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild
new file mode 100644
index ..9bae0a7c1f05
--- /dev/null
+++ b/dev-python/nest_asyncio/nest_asyncio-1.5.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Patch asyncio to allow nested event loops"
+HOMEPAGE="https://github.com/erdewit/nest_asyncio/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest



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

2022-04-03 Thread Conrad Kostecki
commit: 3847b36bbb015cdabca786c0953024578b77689e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:45:02 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3847b36b

app-misc/glastree: update HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/glastree/glastree-1.04.ebuild   | 5 +++--
 app-misc/glastree/glastree-1.04_p20150525.ebuild | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-misc/glastree/glastree-1.04.ebuild 
b/app-misc/glastree/glastree-1.04.ebuild
index 9a5212c50638..6ba6ab08de11 100644
--- a/app-misc/glastree/glastree-1.04.ebuild
+++ b/app-misc/glastree/glastree-1.04.ebuild
@@ -4,8 +4,9 @@
 EAPI=7
 
 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written 
in perl"
-HOMEPAGE="http://www.igmus.org/code/;
-SRC_URI="http://www.igmus.org/files/${P}.tar.gz;
+HOMEPAGE="https://old.igmus.org/code/;
+SRC_URI="https://old.igmus.org/files/${P}.tar.gz;
+
 DEPEND="dev-lang/perl
dev-perl/Date-Calc"
 SLOT="0"

diff --git a/app-misc/glastree/glastree-1.04_p20150525.ebuild 
b/app-misc/glastree/glastree-1.04_p20150525.ebuild
index ddf56b07931b..ddff74381dba 100644
--- a/app-misc/glastree/glastree-1.04_p20150525.ebuild
+++ b/app-misc/glastree/glastree-1.04_p20150525.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 COMMIT="1dc111308356d999f2a32aa50b6a0737ec5e6b09"
 DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written 
in perl"
-HOMEPAGE="http://www.igmus.org/code/;
+HOMEPAGE="https://old.igmus.org/code/;
 SRC_URI="https://github.com/jeremywohl/glastree/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 



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

2022-04-03 Thread Conrad Kostecki
commit: 3ec3cb8e097f5f42eb9eb0df2b9d65f8eabb8647
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:49:05 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec3cb8e

app-misc/sonypid: use https, fix LICENSE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/sonypid/sonypid-1.9.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/sonypid/sonypid-1.9.ebuild 
b/app-misc/sonypid/sonypid-1.9.ebuild
index 29fb9b0745ba..d2cabe974388 100644
--- a/app-misc/sonypid/sonypid-1.9.ebuild
+++ b/app-misc/sonypid/sonypid-1.9.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
@@ -6,10 +6,10 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Tool to use the Sony Vaios jog-dial as a mouse-wheel"
-HOMEPAGE="http://www.popies.net/sonypi/;
-SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2;
+HOMEPAGE="https://www.popies.net/sonypi/;
+SRC_URI="https://www.popies.net/sonypi/${P}.tar.bz2;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 x86"
 



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

2022-04-03 Thread Conrad Kostecki
commit: a9cecf20cc5f16075362d17052ebb9074f746889
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:36:07 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cecf20

app-emulation/dinero: update HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-emulation/dinero/dinero-4.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/dinero/dinero-4.7-r1.ebuild 
b/app-emulation/dinero/dinero-4.7-r1.ebuild
index 5768448f3886..6fe3a1546442 100644
--- a/app-emulation/dinero/dinero-4.7-r1.ebuild
+++ b/app-emulation/dinero/dinero-4.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit autotools toolchain-funcs
 MY_P="d${PV/./-}"
 S="${WORKDIR}/${MY_P}"
 DESCRIPTION="Cache simulator"
-HOMEPAGE="http://www.cs.wisc.edu/~markhill/DineroIV/;
+HOMEPAGE="https://pages.cs.wisc.edu/~markhill/DineroIV/;
 SRC_URI="ftp://ftp.cs.wisc.edu/markhill/DineroIV/${MY_P}.tar.gz;
 
 LICENSE="free-noncomm"



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

2022-04-03 Thread Conrad Kostecki
commit: dd3025b4fc02b87c384fbc4cc21ac5a0671c498c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:53:20 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3025b4

app-misc/tkpasman: use https, fix LICENSE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/tkpasman/tkpasman-2.2b.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/tkpasman/tkpasman-2.2b.ebuild 
b/app-misc/tkpasman/tkpasman-2.2b.ebuild
index 009b2731e9b5..9b45c8509ba1 100644
--- a/app-misc/tkpasman/tkpasman-2.2b.ebuild
+++ b/app-misc/tkpasman/tkpasman-2.2b.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_P="TkPasMan-${PV}"
 
-DESCRIPTION="A useful and reliable personal password manager, written in 
Tcl/Tk"
-HOMEPAGE="http://www.xs4all.nl/~wbsoft/linux/tkpasman.html;
-SRC_URI="http://www.xs4all.nl/~wbsoft/linux/projects/${MY_P}.tar.gz;
+DESCRIPTION="Useful and reliable personal password manager, written in Tcl/Tk"
+HOMEPAGE="https://wbsoft.home.xs4all.nl/linux/tkpasman.html;
+SRC_URI="https://wbsoft.home.xs4all.nl/linux/projects/${MY_P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="ssl"



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

2022-04-03 Thread Louis Sautier
commit: afc3c652a75711ee59bbbda424f251fec9626fee
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Apr  3 11:08:59 2022 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Apr  3 11:08:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc3c652

media-video/gaupol: drop 1.9

Signed-off-by: Louis Sautier  gentoo.org>

 media-video/gaupol/Manifest  |  1 -
 media-video/gaupol/gaupol-1.9.ebuild | 65 
 2 files changed, 66 deletions(-)

diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
index 385c02b6e75d..2f9ae2bc5fad 100644
--- a/media-video/gaupol/Manifest
+++ b/media-video/gaupol/Manifest
@@ -1,3 +1,2 @@
 DIST gaupol-1.10.1.tar.gz 580890 BLAKE2B 
eb3f5bc3f9ec371d4169a9517f83bd42371aa41532f99f650b51e4649f813f0a37c0de5a01f69ee0c73f38cf2b57dd3260b5cac88f4c09785e86da2ec82c0cba
 SHA512 
f294ea10c73dcf9941f70988ae58066917d7b321141e3a3ba3e12810e5f20a4711feca45d354dddc0e104a1ee2496fad24e529b129bdeee1cdb92010ec20be1d
 DIST gaupol-1.11.tar.gz 581799 BLAKE2B 
d0f4ad7c71086f585138bde79ba49f43e8e71eba7bc5ef5f0ac324ab962049cd1c71030f5a7d6ec859d4ac32dc7a07c8255ab01d98114629055f777f11210a2e
 SHA512 
8c623f6ed8d189a79a994545be3dd96ae7fec399216520bfe89587a9c0b5917e07b6d80fe1f8a7b2d016b9fb1aa544bdabe103428dc97ea78e6d8c05666d0e9c
-DIST gaupol-1.9.tar.gz 579382 BLAKE2B 
c326e800ebd56bab53757d13e075c7499d9b37c6677a3f2ef710e71ab427bc9d502d1539778e87625e43a6218a358b15dfc3c84fd22b42e95d808fc8495feb43
 SHA512 
c115409afe68a0981f7c29e5d6d3e23950081f186b74de460045de9976a6c7a674701d316214ee2b91bc59f1dd856fdc9cf999e328aba8abeb8eaf71911c68d2

diff --git a/media-video/gaupol/gaupol-1.9.ebuild 
b/media-video/gaupol/gaupol-1.9.ebuild
deleted file mode 100644
index 1bbf9094611d..
--- a/media-video/gaupol/gaupol-1.9.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1 virtualx xdg-utils
-
-DESCRIPTION="A subtitle editor for text-based subtitles"
-HOMEPAGE="https://otsaloma.io/gaupol/;
-SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="spell"
-
-RDEPEND="
-   app-text/iso-codes
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   x11-libs/gtk+:3[introspection]
-   spell? ( app-text/gspell[introspection] )
-"
-BDEPEND="
-   sys-devel/gettext
-   test? (
-   app-dicts/myspell-en
-   app-text/enchant[hunspell]
-   app-text/gspell[introspection]
-   )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
-
-python_test() {
-   virtx pytest -vv
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "The integrated video player requires 
media-plugins/gst-plugins-gtk."
-   elog ""
-   elog "External video previewing support requires MPV, MPlayer 
or VLC."
-   if use spell; then
-   elog ""
-   elog "Spell-checking requires a dictionary, any of 
app-dicts/myspell-*"
-   elog "or app-text/aspell with the appropriate L10N 
variable."
-   elog ""
-   elog "Additionally, make sure that app-text/enchant has 
the correct flags enabled:"
-   elog "USE=hunspell for myspell dictionaries and 
USE=aspell for aspell dictionaries."
-   fi
-   fi
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2022-04-03 Thread Louis Sautier
commit: 1af98b8fdd8a94cfcddcd128882a9e781c2fbf32
Author: Louis Sautier  gentoo  org>
AuthorDate: Sun Apr  3 11:04:15 2022 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sun Apr  3 11:05:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af98b8f

media-video/gaupol: add 1.11

Signed-off-by: Louis Sautier  gentoo.org>

 media-video/gaupol/Manifest   |  1 +
 media-video/gaupol/gaupol-1.11.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
index a9483cc3e913..385c02b6e75d 100644
--- a/media-video/gaupol/Manifest
+++ b/media-video/gaupol/Manifest
@@ -1,2 +1,3 @@
 DIST gaupol-1.10.1.tar.gz 580890 BLAKE2B 
eb3f5bc3f9ec371d4169a9517f83bd42371aa41532f99f650b51e4649f813f0a37c0de5a01f69ee0c73f38cf2b57dd3260b5cac88f4c09785e86da2ec82c0cba
 SHA512 
f294ea10c73dcf9941f70988ae58066917d7b321141e3a3ba3e12810e5f20a4711feca45d354dddc0e104a1ee2496fad24e529b129bdeee1cdb92010ec20be1d
+DIST gaupol-1.11.tar.gz 581799 BLAKE2B 
d0f4ad7c71086f585138bde79ba49f43e8e71eba7bc5ef5f0ac324ab962049cd1c71030f5a7d6ec859d4ac32dc7a07c8255ab01d98114629055f777f11210a2e
 SHA512 
8c623f6ed8d189a79a994545be3dd96ae7fec399216520bfe89587a9c0b5917e07b6d80fe1f8a7b2d016b9fb1aa544bdabe103428dc97ea78e6d8c05666d0e9c
 DIST gaupol-1.9.tar.gz 579382 BLAKE2B 
c326e800ebd56bab53757d13e075c7499d9b37c6677a3f2ef710e71ab427bc9d502d1539778e87625e43a6218a358b15dfc3c84fd22b42e95d808fc8495feb43
 SHA512 
c115409afe68a0981f7c29e5d6d3e23950081f186b74de460045de9976a6c7a674701d316214ee2b91bc59f1dd856fdc9cf999e328aba8abeb8eaf71911c68d2

diff --git a/media-video/gaupol/gaupol-1.11.ebuild 
b/media-video/gaupol/gaupol-1.11.ebuild
new file mode 100644
index ..b895c8078cc1
--- /dev/null
+++ b/media-video/gaupol/gaupol-1.11.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 virtualx xdg-utils
+
+DESCRIPTION="A subtitle editor for text-based subtitles"
+HOMEPAGE="https://otsaloma.io/gaupol/;
+SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="spell"
+
+RDEPEND="
+   app-text/iso-codes
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   x11-libs/gtk+:3[introspection]
+   spell? ( app-text/gspell[introspection] )
+"
+BDEPEND="
+   sys-devel/gettext
+   test? (
+   app-dicts/myspell-en
+   app-text/enchant[hunspell]
+   app-text/gspell[introspection]
+   )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( AUTHORS.md NEWS.md README.md README.aeidon.md )
+
+python_test() {
+   virtx epytest
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "The integrated video player requires 
media-plugins/gst-plugins-gtk."
+   elog ""
+   elog "External video previewing support requires MPV, MPlayer 
or VLC."
+   if use spell; then
+   elog ""
+   elog "Spell-checking requires a dictionary, any of 
app-dicts/myspell-*"
+   elog "or app-text/aspell with the appropriate L10N 
variable."
+   elog ""
+   elog "Additionally, make sure that app-text/enchant has 
the correct flags enabled:"
+   elog "USE=hunspell for myspell dictionaries and 
USE=aspell for aspell dictionaries."
+   fi
+   fi
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



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

2022-04-03 Thread Lars Wendler
commit: 6fc2fd0a0bf9a13f3920506959a567cbfc81c986
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr  3 13:24:02 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr  3 13:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc2fd0a

mail-client/claws-mail: Synced live ebuild

Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/claws-mail/claws-mail-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/claws-mail/claws-mail-.ebuild 
b/mail-client/claws-mail/claws-mail-.ebuild
index 47e6a88b592a..9b09dc5f2698 100644
--- a/mail-client/claws-mail/claws-mail-.ebuild
+++ b/mail-client/claws-mail/claws-mail-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 



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

2022-04-03 Thread Lars Wendler
commit: ebc1e6c39f6c068b645d88c314a92125750e7b8e
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr  3 13:22:19 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr  3 13:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc1e6c3

mail-client/claws-mail: Bump to versions 3.19.0 and 4.1.0

Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/claws-mail/Manifest |   2 +
 mail-client/claws-mail/claws-mail-3.19.0.ebuild | 215 +++
 mail-client/claws-mail/claws-mail-4.1.0.ebuild  | 216 
 3 files changed, 433 insertions(+)

diff --git a/mail-client/claws-mail/Manifest b/mail-client/claws-mail/Manifest
index 45769d66e3df..f838d817cef6 100644
--- a/mail-client/claws-mail/Manifest
+++ b/mail-client/claws-mail/Manifest
@@ -1,2 +1,4 @@
 DIST claws-mail-3.18.0.tar.xz 6517632 BLAKE2B 
534a37a081ceeb4d3066717d738d04e2027d38c621c15091506ec117a3b592eedb6f3c67afddd972424976398019fda3d618db4083f0a05f39e7b8f07a1c2138
 SHA512 
3f73e11fc75234c44c0faf266a196c7f1c80b837fb920fc4a3979ede81f37efd180c006ab6436ae9c2dffde2d6c3bf6340a90d93e1e3fa8821fb09693d030811
+DIST claws-mail-3.19.0.tar.xz 6543188 BLAKE2B 
eeb7df2b921dbd7ad40c845804fcabe5ddc2064fcf410e7809004be472bbe2ba8bfd89a868420a1bb76845180856fee8a0b3cde879ae67b1a1aab14442fe5d2d
 SHA512 
88780df55873919197d3c6df5102a8eb89a586e8287419c179e1d0af839435a719814b1e3643aa783a7badeadceafda2dc3cb4a3265432b5ad3a210663922b20
 DIST claws-mail-4.0.0.tar.xz 6390300 BLAKE2B 
291c62e7dc0329ce12dd571a15f19942ac6ae6f3bbbcba3708afbe30682392883ceba165356d4be68e3b655aade85ecdad4ed8a296517b37fd0f7918e8418d51
 SHA512 
26d207fb8b5ce8b814a8a712843a209f58c8c9df3e9623387322b2e70ac351c71ac8b1ff77c52c5df9a14a46be7f65413efc0a4dbcda1e70ecb453f042da153e
+DIST claws-mail-4.1.0.tar.xz 6471604 BLAKE2B 
30d1725c2679e8a0b44edd6c30b15f28633c0a017935980d1412dabffdfb1f33e1c36bee3506e90af54410db222b64422155be821ba18f5e315ed411d477ed63
 SHA512 
83c7b1a8065628b1dcac58feb4d852b759b3fc376531572e88450b8e9517172a641f710a219b7e16bbc672dbe69853783e4edd1d7647a3f2aacb92e47be9175b

diff --git a/mail-client/claws-mail/claws-mail-3.19.0.ebuild 
b/mail-client/claws-mail/claws-mail-3.19.0.ebuild
new file mode 100644
index ..9917a1878d89
--- /dev/null
+++ b/mail-client/claws-mail/claws-mail-3.19.0.ebuild
@@ -0,0 +1,215 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools desktop python-any-r1 xdg
+
+DESCRIPTION="An email client (and news reader) based on GTK+"
+HOMEPAGE="https://www.claws-mail.org/;
+
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.claws-mail.org/readonly/claws.git;
+else
+   
SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+fi
+
+SLOT="0"
+LICENSE="GPL-3"
+
+IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc 
gdata +gnutls +imap ipv6 ldap +libcanberra +libnotify litehtml networkmanager 
nls nntp +notification pdf perl +pgp rss session sieve smime spamassassin 
spam-report spell startup-notification svg valgrind xface"
+REQUIRED_USE="
+   appindicator? ( notification )
+   libcanberra? ( notification )
+   libnotify? ( notification )
+   networkmanager? ( dbus )
+   smime? ( pgp )
+"
+
+COMMONDEPEND="
+   dev-libs/nettle:=
+   net-mail/ytnef
+   sys-libs/zlib:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2[jpeg]
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/pango
+   archive? (
+   app-arch/libarchive
+   >=net-misc/curl-7.9.7
+   )
+   bogofilter? ( mail-filter/bogofilter )
+   calendar? (
+   >=dev-libs/libical-2.0.0:=
+   >=net-misc/curl-7.9.7
+   )
+   dbus? (
+   >=dev-libs/dbus-glib-0.60
+   sys-apps/dbus
+   )
+   gdata? ( >=dev-libs/libgdata-0.17.2 )
+   dillo? ( www-client/dillo )
+   gnutls? ( >=net-libs/gnutls-3.0 )
+   imap? ( >=net-libs/libetpan-0.57 )
+   ldap? ( >=net-nds/openldap-2.0.7:= )
+   litehtml? (
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/gumbo-0.10
+   net-misc/curl
+   media-libs/fontconfig
+   )
+   nls? ( >=sys-devel/gettext-0.18 )
+   nntp? ( >=net-libs/libetpan-0.57 )
+   notification? (
+   dev-libs/glib:2
+   appindicator? ( dev-libs/libindicate:3[gtk] )
+   libcanberra? (  media-libs/libcanberra[gtk] )
+   libnotify? ( x11-libs/libnotify )
+   )
+   pdf? ( app-text/poppler[cairo] )
+   pgp? ( >=app-crypt/gpgme-1.0.0:= )
+   session? (
+   x11-libs/libICE
+   x11-libs/libSM
+   )
+   smime? ( 

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

2022-04-03 Thread Lars Wendler
commit: 83e5769546fa91b869283673e394812fb69cef95
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr  3 13:29:19 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr  3 13:29:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e57695

mail-client/claws-mail: xdg_src_prepare no longer gets exported with EAPI-8

Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/claws-mail/claws-mail-3.19.0.ebuild | 2 +-
 mail-client/claws-mail/claws-mail-4.1.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/claws-mail/claws-mail-3.19.0.ebuild 
b/mail-client/claws-mail/claws-mail-3.19.0.ebuild
index 9917a1878d89..b949c8576708 100644
--- a/mail-client/claws-mail/claws-mail-3.19.0.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.19.0.ebuild
@@ -111,7 +111,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   xdg_src_prepare
+   default
eautoreconf
 }
 

diff --git a/mail-client/claws-mail/claws-mail-4.1.0.ebuild 
b/mail-client/claws-mail/claws-mail-4.1.0.ebuild
index 1df2cb6bc15d..ec4aa3009ba5 100644
--- a/mail-client/claws-mail/claws-mail-4.1.0.ebuild
+++ b/mail-client/claws-mail/claws-mail-4.1.0.ebuild
@@ -112,7 +112,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   xdg_src_prepare
+   default
eautoreconf
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/

2022-04-03 Thread Adel KARA SLIMANE
commit: 1f583b69203a5b5d168b69ed8a853bb82292f87c
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sun Apr  3 13:29:15 2022 +
Commit: Adel KARA SLIMANE  karaslimane  com>
CommitDate: Sun Apr  3 13:29:15 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f583b69

media-video/obs-vkcapture: version bump to 1.1.3

Closes: https://bugs.gentoo.org/814461

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 media-video/obs-vkcapture/Manifest   | 2 +-
 .../{obs-vkcapture-1.1.2.ebuild => obs-vkcapture-1.1.3.ebuild}   | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-video/obs-vkcapture/Manifest 
b/media-video/obs-vkcapture/Manifest
index d7b3588fe..5d1990c4e 100644
--- a/media-video/obs-vkcapture/Manifest
+++ b/media-video/obs-vkcapture/Manifest
@@ -1 +1 @@
-DIST obs-vkcapture-1.1.2.tar.gz 50491 BLAKE2B 
b1592f24c701dcdf33e98f9f41bd897dff1c8f9b7f8d42e476f2c96a19dba6c598b8b3ca042e1c7759aa49fecd56a0ea4fe01e18ac704570715c42878146799d
 SHA512 
5f045a31514b59c0ba7bccfad6370baef288af0608d0ded00ba5c90503669b814a2c026a6a1cc483819f02ec79213b9164cec40a2229681346840b79f081b905
+DIST obs-vkcapture-1.1.3.tar.gz 51200 BLAKE2B 
6a14f6c891bb0e2da5b879945e64f54c588577b4acb90af61c55dd9d060f5b5d26ef34f0179f6930b5782907523da47cc69597fee11829e371db070537c6dc91
 SHA512 
34bc8c6bd1b6f21717b60070240c462310d7666867fda638b2294c0e0b58e8e87a3e45cd2bf974d7853dc86daf5387f1ebf66896a02b7867f24ad72b63fe0ade

diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.1.2.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-1.1.3.ebuild
similarity index 91%
rename from media-video/obs-vkcapture/obs-vkcapture-1.1.2.ebuild
rename to media-video/obs-vkcapture/obs-vkcapture-1.1.3.ebuild
index de3e80313..04ab2e3f2 100644
--- a/media-video/obs-vkcapture/obs-vkcapture-1.1.2.ebuild
+++ b/media-video/obs-vkcapture/obs-vkcapture-1.1.3.ebuild
@@ -36,6 +36,11 @@ RDEPEND="
x11-libs/libxcb:=
 "
 
+QA_SONAME="
+   /usr/lib64/libVkLayer_obs_vkcapture.so
+   /usr/lib64/libobs_glcapture.so
+"
+
 src_unpack() {
default
 



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

2022-04-03 Thread Lars Wendler
commit: 9365297e62f5e81df382c2c6738048b05bdc7b42
Author: Lars Wendler  gentoo  org>
AuthorDate: Sun Apr  3 13:29:57 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sun Apr  3 13:29:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9365297e

mail-client/claws-mail: Synced live ebuild

Signed-off-by: Lars Wendler  gentoo.org>

 mail-client/claws-mail/claws-mail-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/claws-mail/claws-mail-.ebuild 
b/mail-client/claws-mail/claws-mail-.ebuild
index 9b09dc5f2698..741739274283 100644
--- a/mail-client/claws-mail/claws-mail-.ebuild
+++ b/mail-client/claws-mail/claws-mail-.ebuild
@@ -124,7 +124,7 @@ pkg_setup() {
 }
 
 src_prepare() {
-   xdg_src_prepare
+   default
eautoreconf
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: mail-client/mailspring-bin/

2022-04-03 Thread Adel KARA SLIMANE
commit: c60ca617996af48a4e5cd900d688414c93a5af84
Author: Adel KARA SLIMANE  zegrapher  com>
AuthorDate: Sun Apr  3 13:42:42 2022 +
Commit: Adel KARA SLIMANE  karaslimane  com>
CommitDate: Sun Apr  3 13:42:42 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c60ca617

mail-client/mailspring-bin: version bump to 1.10.2

Signed-off-by: Adel KARA SLIMANE  zegrapher.com>

 mail-client/mailspring-bin/Manifest | 2 +-
 .../{mailspring-bin-1.10.1.ebuild => mailspring-bin-1.10.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mailspring-bin/Manifest 
b/mail-client/mailspring-bin/Manifest
index 36e04025d..a2a818e3e 100644
--- a/mail-client/mailspring-bin/Manifest
+++ b/mail-client/mailspring-bin/Manifest
@@ -1,2 +1,2 @@
-DIST mailspring-1.10.1-amd64.deb 95765922 BLAKE2B 
d9fd0a3a6f466e058c7b1b4fee1a2831bc3596619dd95c9a6bc31a3477b4d2843e0fc565a7c5984b8a96e798f3bf8576c6fe55f41bd37e469904043595f13a69
 SHA512 
c1be4e20aa2f342e87cb76a55b01b087343727e752bfc8f854d9eb0cc9d47c03896e435eb88bdb72caec80331c872563bd24612bd64ae04bd69512efea9548f9
+DIST mailspring-1.10.2-amd64.deb 95784524 BLAKE2B 
c1fb644baf4a948733220195c76afed0ac286225ff67a5401f18aeb9b0120a61e7ed29ecf80a7fdd42bf3167c7905cd276c4dda899bebb0950b903541649a2ba
 SHA512 
e97d8e343b24974757200c755e514baaa1bc302a1b014c6f669a31c13f848d8c7e8e67c5e8600c1efce44fca8da9c661a249089982711b2af9c5888e74fee253
 DIST mailspring-1.9.2-amd64.deb 88917330 BLAKE2B 
58ed41ab51e41b59b16ec0c1cea0bc8e41208f51355c2eefac6a80995b90f97439fb419f1ba2a2f9a808ea3bc3f8487e037ab89cdf54808ca492e76c14944498
 SHA512 
e096118a3707aa139c31d2d27ce85438055640afef2acb57339e40d60d102cd30bc6979d2873805414f98b13b7a2662b7f141b29cd47ee6289d878f755de5db3

diff --git a/mail-client/mailspring-bin/mailspring-bin-1.10.1.ebuild 
b/mail-client/mailspring-bin/mailspring-bin-1.10.2.ebuild
similarity index 100%
rename from mail-client/mailspring-bin/mailspring-bin-1.10.1.ebuild
rename to mail-client/mailspring-bin/mailspring-bin-1.10.2.ebuild



[gentoo-commits] proj/sci:master commit in: sci-biology/afni/

2022-04-03 Thread Horea Christian
commit: 65c6f547d13f0bf646544e6aef04a70e0d8976c3
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Apr  3 08:11:12 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Apr  3 08:11:12 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=65c6f547

sci-biology/afni: corrected patch application

ebuild still fails, though, log included in comment and reposited here:
https://ppb.chymera.eu/4223de.log

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

 sci-biology/afni/afni-22.0.21.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/sci-biology/afni/afni-22.0.21.ebuild 
b/sci-biology/afni/afni-22.0.21.ebuild
index d8ad693bf..6694c9525 100644
--- a/sci-biology/afni/afni-22.0.21.ebuild
+++ b/sci-biology/afni/afni-22.0.21.ebuild
@@ -12,8 +12,7 @@ S="${WORKDIR}/${PN}-AFNI_${PV}/src"
 
 LICENSE="GPL-3+"
 SLOT="0"
-# Depends on some python version withoug pulling it in
-# `thd_selenium.c:18:10: fatal error: Python.h: No such file or directory`
+# SUMA error: https://ppb.chymera.eu/4223de.log
 KEYWORDS=""
 
 RDEPEND="
@@ -38,15 +37,12 @@ DEPEND="${RDEPEND}
app-shells/tcsh
 "
 
-PATCHES=(
-   # Drop python2.7 dependency
-   "${FILESDIR}/${P}-python.patch"
-)
-
 BUILD="linux_fedora_19_64"
 BIN_CONFLICTS=(qdelaunay whirlgif djpeg cjpeg qhull rbox count)
 
 src_prepare() {
+   # more easily applied here than via PATCHES at phase end.
+   eapply "${FILESDIR}/${P}-python.patch" || die
find -type f -exec sed -i -e "s/-lXp //g" {} + || die
cp other_builds/Makefile.${BUILD} Makefile || die "Could not copy 
Makefile"
# Unbundle imcat



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

2022-04-03 Thread Florian Schmaus
commit: 53edf37c81d157316a662c1deab272507edd4eda
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sun Apr  3 10:02:02 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr  3 10:02:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53edf37c

net-misc/tigervnc: Use https HOMEPAGE

Signed-off-by: Florian Schmaus  gentoo.org>

 net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild | 2 +-
 net-misc/tigervnc/tigervnc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild 
b/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
index 9665552943b5..0b98ec1f8f59 100644
--- a/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
@@ -9,7 +9,7 @@ inherit autotools cmake flag-o-matic java-pkg-opt-2 optfeature 
systemd xdg
 XSERVER_VERSION="21.1.1"
 
 DESCRIPTION="Remote desktop viewer display system"
-HOMEPAGE="http://www.tigervnc.org;
+HOMEPAGE="https://www.tigervnc.org;
 SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz
server? (

ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz

diff --git a/net-misc/tigervnc/tigervnc-.ebuild 
b/net-misc/tigervnc/tigervnc-.ebuild
index 53fc1b9c571d..90b341d3f1e9 100644
--- a/net-misc/tigervnc/tigervnc-.ebuild
+++ b/net-misc/tigervnc/tigervnc-.ebuild
@@ -9,7 +9,7 @@ inherit autotools cmake flag-o-matic git-r3 systemd xdg
 XSERVER_VERSION="21.1.1"
 
 DESCRIPTION="Remote desktop viewer display system"
-HOMEPAGE="http://www.tigervnc.org;
+HOMEPAGE="https://www.tigervnc.org;
 SRC_URI="server? ( 
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz
 )"
 EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/;
 



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

2022-04-03 Thread Florian Schmaus
commit: 5807807bd80ebf2a96e83ea22a36e372cc28f18d
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sat Apr  2 06:51:12 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr  3 09:56:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5807807b

net-misc/tigervnc: drop 1.12.0-r4

Signed-off-by: Viorel Munteanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24858
Signed-off-by: Florian Schmaus  gentoo.org>

 net-misc/tigervnc/tigervnc-1.12.0-r4.ebuild | 204 
 1 file changed, 204 deletions(-)

diff --git a/net-misc/tigervnc/tigervnc-1.12.0-r4.ebuild 
b/net-misc/tigervnc/tigervnc-1.12.0-r4.ebuild
deleted file mode 100644
index 3a6b5d9eb75f..
--- a/net-misc/tigervnc/tigervnc-1.12.0-r4.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_IN_SOURCE_BUILD=1
-inherit autotools cmake flag-o-matic java-pkg-opt-2 optfeature systemd xdg
-
-XSERVER_VERSION="21.1.1"
-
-DESCRIPTION="Remote desktop viewer display system"
-HOMEPAGE="http://www.tigervnc.org;
-SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   server? (
-   
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz
-   
https://github.com/TigerVNC/tigervnc/commit/0c5a2b2e7759c2829c07186cfce4d24aa9b5274e.patch
 -> ${P}-xserver-21.patch
-   )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-IUSE="dri3 +drm gnutls java nls +opengl server xinerama +xorgmodule"
-REQUIRED_USE="dri3? ( drm )"
-
-CDEPEND="
-   virtual/jpeg:0
-   sys-libs/zlib:=
-   x11-libs/fltk:1
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/pixman
-   gnutls? ( net-libs/gnutls:= )
-   nls? ( virtual/libiconv )
-   server? (
-   dev-libs/libbsd
-   dev-libs/openssl:0=
-   sys-libs/pam
-   x11-libs/libXau
-   x11-libs/libXdamage
-   x11-libs/libXdmcp
-   x11-libs/libXfixes
-   x11-libs/libXfont2
-   x11-libs/libXtst
-   x11-libs/pixman
-   x11-libs/xtrans
-   x11-apps/xauth
-   x11-apps/xinit
-   x11-apps/xkbcomp
-   x11-apps/xsetroot
-   x11-misc/xkeyboard-config
-   opengl? ( media-libs/libglvnd[X] )
-   xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* )
-   )
-   "
-
-RDEPEND="${CDEPEND}
-   java? ( virtual/jre:1.8 )
-   server? (
-   dev-lang/perl
-   sys-process/psmisc
-   )"
-
-DEPEND="${CDEPEND}
-   drm? ( x11-libs/libdrm )
-   server? (
-   media-fonts/font-util
-   x11-base/xorg-proto
-   x11-libs/libxcvt
-   x11-libs/libxkbfile
-   x11-misc/util-macros
-   opengl? ( media-libs/mesa )
-   )"
-
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   "
-
-PATCHES=(
-   # Restore Java viewer
-   "${FILESDIR}"/${PN}-1.11.0-install-java-viewer.patch
-   "${FILESDIR}"/${PN}-1.12.0-xsession-path.patch
-)
-
-src_prepare() {
-   if use server; then
-   cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/. 
unix/xserver || die
-   eapply "${FILESDIR}"/${P}-xorg-1.21.patch
-   eapply "${DISTDIR}"/${P}-xserver-21.patch
-   fi
-
-   cmake_src_prepare
-
-   if use server; then
-   cd unix/xserver || die
-   eapply ../xserver${XSERVER_VERSION}.patch
-   eautoreconf
-   sed -i 's:\(present.h\):../present/\1:' os/utils.c || die
-   sed -i '/strcmp.*-fakescreenfps/,/^\}/d' os/utils.c || 
die
-   fi
-}
-
-src_configure() {
-   if use arm || use hppa; then
-   append-flags "-fPIC"
-   fi
-
-   local mycmakeargs=(
-   -DENABLE_GNUTLS=$(usex gnutls)
-   -DENABLE_NLS=$(usex nls)
-   -DBUILD_JAVA=$(usex java)
-   )
-
-   cmake_src_configure
-
-   if use server; then
-   cd unix/xserver || die
-   econf \
-   $(use_enable opengl glx) \
-   $(use_enable drm libdrm) \
-   --disable-config-hal \
-   --disable-config-udev \
-   --disable-devel-docs \
-   --disable-dri \
-   $(use_enable dri3) \
-   --disable-glamor \
-   --disable-kdrive \
-   --disable-libunwind \
-   --disable-linux-acpi \
-

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

2022-04-03 Thread Florian Schmaus
commit: 2bda6cc82caf55afd1f0c5c213f6525cb2d2fd3d
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sat Apr  2 06:48:39 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr  3 09:56:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bda6cc8

net-misc/tigervnc: Fix bug in init script

cannot start user-server when user-home is on nfs and not readable by
root

Closes: https://bugs.gentoo.org/690046
Signed-off-by: Manuel Mommertz <2kmm  gmx.de>
Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 net-misc/tigervnc/files/tigervnc-1.12.0.initd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/files/tigervnc-1.12.0.initd 
b/net-misc/tigervnc/files/tigervnc-1.12.0.initd
index c27d9c01bd7e..187b3c7296b4 100644
--- a/net-misc/tigervnc/files/tigervnc-1.12.0.initd
+++ b/net-misc/tigervnc/files/tigervnc-1.12.0.initd
@@ -12,7 +12,8 @@ checkconfig() {
if [ -n "${DISPLAYS}" ]; then
if [ "$1" = "start" ]; then
for user in $DISPLAYS; do
-   if eval [ ! -f "~${user%%:*}/.vnc/passwd" ]; 
then
+   # bug #690046
+   if ! runuser -l "${user%%:*}" -c "[ -f 
~/.vnc/passwd ]"; then
eerror "There are no passwords defined 
for user ${user%%:*}."
return 1
elif [ -e "/tmp/.X11-unix/X${user##*:}" ]; then



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

2022-04-03 Thread Florian Schmaus
commit: 7354726a8775617b6f82431f7f46aae7e5c84a8c
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sat Apr  2 06:46:43 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Apr  3 09:56:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7354726a

net-misc/tigervnc: Install vncserver in $PATH

Closes: https://bugs.gentoo.org/836620
Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Florian Schmaus  gentoo.org>

 net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild | 207 
 1 file changed, 207 insertions(+)

diff --git a/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild 
b/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
new file mode 100644
index ..9665552943b5
--- /dev/null
+++ b/net-misc/tigervnc/tigervnc-1.12.0-r5.ebuild
@@ -0,0 +1,207 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_IN_SOURCE_BUILD=1
+inherit autotools cmake flag-o-matic java-pkg-opt-2 optfeature systemd xdg
+
+XSERVER_VERSION="21.1.1"
+
+DESCRIPTION="Remote desktop viewer display system"
+HOMEPAGE="http://www.tigervnc.org;
+SRC_URI="https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   server? (
+   
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${XSERVER_VERSION}.tar.xz
+   
https://github.com/TigerVNC/tigervnc/commit/0c5a2b2e7759c2829c07186cfce4d24aa9b5274e.patch
 -> ${P}-xserver-21.patch
+   )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="dri3 +drm gnutls java nls +opengl server xinerama +xorgmodule"
+REQUIRED_USE="dri3? ( drm )"
+
+CDEPEND="
+   virtual/jpeg:0
+   sys-libs/zlib:=
+   x11-libs/fltk:1
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/pixman
+   gnutls? ( net-libs/gnutls:= )
+   nls? ( virtual/libiconv )
+   server? (
+   dev-libs/libbsd
+   dev-libs/openssl:0=
+   sys-libs/pam
+   x11-libs/libXau
+   x11-libs/libXdamage
+   x11-libs/libXdmcp
+   x11-libs/libXfixes
+   x11-libs/libXfont2
+   x11-libs/libXtst
+   x11-libs/pixman
+   x11-libs/xtrans
+   x11-apps/xauth
+   x11-apps/xinit
+   x11-apps/xkbcomp
+   x11-apps/xsetroot
+   x11-misc/xkeyboard-config
+   opengl? ( media-libs/libglvnd[X] )
+   xorgmodule? ( =x11-base/xorg-server-${XSERVER_VERSION%.*}* )
+   )
+   "
+
+RDEPEND="${CDEPEND}
+   java? ( virtual/jre:1.8 )
+   server? (
+   dev-lang/perl
+   sys-process/psmisc
+   )"
+
+DEPEND="${CDEPEND}
+   drm? ( x11-libs/libdrm )
+   server? (
+   media-fonts/font-util
+   x11-base/xorg-proto
+   x11-libs/libxcvt
+   x11-libs/libxkbfile
+   x11-misc/util-macros
+   opengl? ( media-libs/mesa )
+   )"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+   "
+
+PATCHES=(
+   # Restore Java viewer
+   "${FILESDIR}"/${PN}-1.11.0-install-java-viewer.patch
+   "${FILESDIR}"/${PN}-1.12.0-xsession-path.patch
+)
+
+src_prepare() {
+   if use server; then
+   cp -r "${WORKDIR}"/xorg-server-${XSERVER_VERSION}/. 
unix/xserver || die
+   eapply "${FILESDIR}"/${P}-xorg-1.21.patch
+   eapply "${DISTDIR}"/${P}-xserver-21.patch
+   fi
+
+   cmake_src_prepare
+
+   if use server; then
+   cd unix/xserver || die
+   eapply ../xserver${XSERVER_VERSION}.patch
+   eautoreconf
+   sed -i 's:\(present.h\):../present/\1:' os/utils.c || die
+   sed -i '/strcmp.*-fakescreenfps/,/^\}/d' os/utils.c || 
die
+   fi
+}
+
+src_configure() {
+   if use arm || use hppa; then
+   append-flags "-fPIC"
+   fi
+
+   local mycmakeargs=(
+   -DENABLE_GNUTLS=$(usex gnutls)
+   -DENABLE_NLS=$(usex nls)
+   -DBUILD_JAVA=$(usex java)
+   )
+
+   cmake_src_configure
+
+   if use server; then
+   cd unix/xserver || die
+   econf \
+   $(use_enable opengl glx) \
+   $(use_enable drm libdrm) \
+   --disable-config-hal \
+   --disable-config-udev \
+   --disable-devel-docs \
+   --disable-dri \
+   $(use_enable dri3) \
+   --disable-glamor \
+   --disable-kdrive \
+   --disable-libunwind \
+   --disable-linux-acpi \
+

[gentoo-commits] repo/gentoo:master commit in: dev-lua/penlight/, dev-lua/luacheck/, dev-lua/ldoc/, dev-lua/luasocket/

2022-04-03 Thread Conrad Kostecki
commit: d33fddfbb9ad68d8bdf3ee6af4ffef7ccf2add99
Author: Caleb Maclennan  alerque  com>
AuthorDate: Sun Apr  3 08:09:22 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:42:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33fddfb

dev-lua: Update links to repositories migrated to lunarmodules org

Closes: https://github.com/gentoo/gentoo/pull/24879
Signed-off-by: Caleb Maclennan  alerque.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/ldoc/ldoc-1.4.6-r100.ebuild   | 2 +-
 dev-lua/ldoc/metadata.xml | 2 +-
 dev-lua/luacheck/luacheck-0.25.0.ebuild   | 4 ++--
 dev-lua/luacheck/metadata.xml | 2 +-
 dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild | 4 ++--
 dev-lua/luasocket/metadata.xml| 2 +-
 dev-lua/penlight/metadata.xml | 2 +-
 dev-lua/penlight/penlight-1.12.0.ebuild   | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild 
b/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild
index 7b2af871e537..ce9c78636578 100644
--- a/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild
+++ b/dev-lua/ldoc/ldoc-1.4.6-r100.ebuild
@@ -9,7 +9,7 @@ inherit lua-single
 
 DESCRIPTION="A LuaDoc-compatible documentation generation system"
 HOMEPAGE="https://stevedonovan.github.io/ldoc/;
-SRC_URI="https://github.com/stevedonovan/LDoc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/lunarmodules/LDoc/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-lua/ldoc/metadata.xml b/dev-lua/ldoc/metadata.xml
index 205e76858046..c1081af2656f 100644
--- a/dev-lua/ldoc/metadata.xml
+++ b/dev-lua/ldoc/metadata.xml
@@ -3,6 +3,6 @@
 


-   stevedonovan/LDoc
+   lunarmodules/LDoc

 

diff --git a/dev-lua/luacheck/luacheck-0.25.0.ebuild 
b/dev-lua/luacheck/luacheck-0.25.0.ebuild
index 672738fabba4..8bf057261d25 100644
--- a/dev-lua/luacheck/luacheck-0.25.0.ebuild
+++ b/dev-lua/luacheck/luacheck-0.25.0.ebuild
@@ -8,8 +8,8 @@ LUA_COMPAT=( lua5-{1..4} luajit )
 inherit lua toolchain-funcs
 
 DESCRIPTION="A tool for linting and static analysis of Lua code"
-HOMEPAGE="https://github.com/luarocks/luacheck;
-SRC_URI="https://github.com/luarocks/luacheck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/lunarmodules/luacheck;
+SRC_URI="https://github.com/lunarmodules/luacheck/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-lua/luacheck/metadata.xml b/dev-lua/luacheck/metadata.xml
index 3f07ff7de23a..8bc8d9434e33 100644
--- a/dev-lua/luacheck/metadata.xml
+++ b/dev-lua/luacheck/metadata.xml
@@ -13,7 +13,7 @@
Luacheck itself is written in Lua and runs on all of mentioned 
Lua versions.


-   luarocks/luacheck
+   lunarmodules/luacheck
mpeterv/luacheck

 

diff --git a/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild 
b/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild
index 58fe8d5c2285..283cd08f0c64 100644
--- a/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild
+++ b/dev-lua/luasocket/luasocket-3.0_rc1_p20200328-r103.ebuild
@@ -12,9 +12,9 @@ inherit lua toolchain-funcs
 DESCRIPTION="Networking support library for the Lua language"
 HOMEPAGE="
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/
-   https://github.com/diegonehab/luasocket
+   https://github.com/lunarmodules/luasocket
 "
-SRC_URI="https://github.com/diegonehab/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/lunarmodules/${PN}/archive/${EGIT_COMMIT}.tar.gz 
-> ${P}.tar.gz"
 S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"

diff --git a/dev-lua/luasocket/metadata.xml b/dev-lua/luasocket/metadata.xml
index d810c98fd551..aadd3b74b2a5 100644
--- a/dev-lua/luasocket/metadata.xml
+++ b/dev-lua/luasocket/metadata.xml
@@ -14,6 +14,6 @@
Conrad Kostecki


-   diegonehab/luasocket
+   lunarmodules/luasocket

 

diff --git a/dev-lua/penlight/metadata.xml b/dev-lua/penlight/metadata.xml
index 3c44d9b4..1a05f3bf022d 100644
--- a/dev-lua/penlight/metadata.xml
+++ b/dev-lua/penlight/metadata.xml
@@ -17,6 +17,6 @@
on tables and sequences.


-   Tieske/Penlight
+   lunarmodules/Penlight

 

diff --git a/dev-lua/penlight/penlight-1.12.0.ebuild 
b/dev-lua/penlight/penlight-1.12.0.ebuild
index 965cb7302c5b..b1a4008cf42f 100644
--- a/dev-lua/penlight/penlight-1.12.0.ebuild
+++ b/dev-lua/penlight/penlight-1.12.0.ebuild
@@ -10,7 +10,7 @@ inherit lua toolchain-funcs
 
 DESCRIPTION="Lua utility libraries loosely based on the Python standard 
libraries"
 HOMEPAGE="https://github.com/lunarmodules/Penlight;

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

2022-04-03 Thread Conrad Kostecki
commit: b49bb03ee74dbff297a1e19c51d595fbe8cca192
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Apr  3 10:40:15 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:40:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49bb03e

sys-apps/cpuid: mask for other arches

Closes: https://bugs.gentoo.org/836679
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/cpuid/cpuid-20220224.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/cpuid/cpuid-20220224.ebuild 
b/sys-apps/cpuid/cpuid-20220224.ebuild
index 687993325c30..d215e1baa0cf 100644
--- a/sys-apps/cpuid/cpuid-20220224.ebuild
+++ b/sys-apps/cpuid/cpuid-20220224.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="-* amd64 x86"
 
 BDEPEND="
app-arch/gzip



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

2022-04-03 Thread Conrad Kostecki
commit: c69dccaaf104b365f480a4c4e2a3b47bbb93a9cb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Mar 31 06:03:15 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69dccaa

dev-libs/libgcrypt: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/24827
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 ...gcrypt-1.10.0-musl-jitterentropy-includes.patch | 26 --
 1 file changed, 26 deletions(-)

diff --git 
a/dev-libs/libgcrypt/files/libgcrypt-1.10.0-musl-jitterentropy-includes.patch 
b/dev-libs/libgcrypt/files/libgcrypt-1.10.0-musl-jitterentropy-includes.patch
deleted file mode 100644
index 205944dd7a1b..
--- 
a/dev-libs/libgcrypt/files/libgcrypt-1.10.0-musl-jitterentropy-includes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=ffaef0be613121d3ee37867d82932a7a30c2bc6d
-
-From: Heiko Becker 
-Date: Thu, 3 Feb 2022 22:46:41 +
-Subject: [PATCH] jitterentropy: Include  and 
-
-* random/jitterentropy-base-user.h: Include  for O_RDONLY
-* random/jitterentropy-base-user.h: Include  for LONG_MAX
-
---
-
-Fixes the build with musl libc.
-
-Signed-off-by: Heiko Becker 
 a/random/jitterentropy-base-user.h
-+++ b/random/jitterentropy-base-user.h
-@@ -39,6 +39,9 @@
-  * DAMAGE.
-  */
- 
-+#include 
-+#include 
-+
- #ifndef GCRYPT_JITTERENTROPY_BASE_USER_H
- #define GCRYPT_JITTERENTROPY_BASE_USER_H
- 



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

2022-04-03 Thread Conrad Kostecki
commit: 170bc2d380ea9f905e4f633c4dc41ecbbaac0e86
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:33:09 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170bc2d3

app-editors/bluefish: use https, fix LICENSE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-editors/bluefish/bluefish-2.2.12.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-editors/bluefish/bluefish-2.2.12.ebuild 
b/app-editors/bluefish/bluefish-2.2.12.ebuild
index 8433d55b357c..2580098daeac 100644
--- a/app-editors/bluefish/bluefish-2.2.12.ebuild
+++ b/app-editors/bluefish/bluefish-2.2.12.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
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python3_{7..9} )
 MY_P=${P/_/-}
 inherit autotools python-single-r1 xdg
 
-DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer"
-HOMEPAGE="http://bluefish.openoffice.nl/;
+DESCRIPTION="GTK HTML editor for the experienced web designer or programmer"
+HOMEPAGE="https://bluefish.openoffice.nl/;
 SRC_URI="https://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2;
 
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 SLOT="0"
 IUSE="gucharmap nls python spell"



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

2022-04-03 Thread Conrad Kostecki
commit: ed92025347c671c7d2c3475c885f927e963249bf
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Mar 30 13:07:15 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed920253

media-video/simplescreenrecorder: remove unused patch(es)

Closes: https://github.com/gentoo/gentoo/pull/24816
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/simplescreenrecorder-0.4.2-cmake.patch   | 28 --
 1 file changed, 28 deletions(-)

diff --git 
a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch 
b/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
deleted file mode 100644
index 9f8bc408331e..
--- 
a/media-video/simplescreenrecorder/files/simplescreenrecorder-0.4.2-cmake.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 5330a3d65b7877f5f3691c20df35fbb7856d6f38 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner 
-Date: Thu, 11 Jan 2018 21:28:15 +0100
-Subject: [PATCH] Fix Qt5LinguistTools detection/lrelease binary location
-
-Correctly find the Qt5 module that provides the path to Qt5-based lrelease.
-Available since >= Qt-5.3.1 which is well below the current minimum version.

- src/translations/CMakeLists.txt | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/translations/CMakeLists.txt b/src/translations/CMakeLists.txt
-index d9afded..174acea 100644
 a/src/translations/CMakeLists.txt
-+++ b/src/translations/CMakeLists.txt
-@@ -1,7 +1,8 @@
- # translations for 'simplescreenrecorder' executable
- 
- if(WITH_QT5)
--  find_program(LRELEASE NAMES lrelease-qt5 lrelease)
-+  find_package(Qt5LinguistTools REQUIRED)
-+  set(LRELEASE Qt5::lrelease)
- else()
-   find_program(LRELEASE NAMES lrelease-qt4 lrelease)
- endif()
--- 
-2.29.2
-



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

2022-04-03 Thread Conrad Kostecki
commit: 898229805b49160f13127ba4dceb25b93d3c6ddd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:20:40 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89822980

app-admin/sagan-rules: update HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-admin/sagan-rules/sagan-rules-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/sagan-rules/sagan-rules-.ebuild 
b/app-admin/sagan-rules/sagan-rules-.ebuild
index 6506abadf616..b12d742ec043 100644
--- a/app-admin/sagan-rules/sagan-rules-.ebuild
+++ b/app-admin/sagan-rules/sagan-rules-.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
@@ -8,7 +8,7 @@ inherit git-r3
 EGIT_REPO_URI="https://github.com/beave/sagan-rules.git;
 
 DESCRIPTION="Rules for Sagan log analyzer"
-HOMEPAGE="http://sagan.softwink.com/;
+HOMEPAGE="https://quadrantsec.com/sagan_log_analysis_engine/;
 
 LICENSE="BSD"
 SLOT="0"



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

2022-04-03 Thread Conrad Kostecki
commit: d2de754039abf3aab52179f066672a101422bbec
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Mar 31 06:02:28 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2de7540

dev-libs/kuserfeedback: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/24826
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../kuserfeedback-1.0.0-fix-opengl-crash.patch | 39 --
 1 file changed, 39 deletions(-)

diff --git 
a/dev-libs/kuserfeedback/files/kuserfeedback-1.0.0-fix-opengl-crash.patch 
b/dev-libs/kuserfeedback/files/kuserfeedback-1.0.0-fix-opengl-crash.patch
deleted file mode 100644
index 57321355b23a..
--- a/dev-libs/kuserfeedback/files/kuserfeedback-1.0.0-fix-opengl-crash.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 17db7d75643b4f3dccd5b36a6ab175f03ba74297 Mon Sep 17 00:00:00 2001
-From: Aleix Pol 
-Date: Wed, 2 Feb 2022 20:36:40 +0100
-Subject: [PATCH] opengl source: Do not crash if we could not make our context
- current
-
-BUG: 449505

- src/provider/core/openglinfosource.cpp | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/src/provider/core/openglinfosource.cpp 
b/src/provider/core/openglinfosource.cpp
-index 5117d85..08402c7 100644
 a/src/provider/core/openglinfosource.cpp
-+++ b/src/provider/core/openglinfosource.cpp
-@@ -13,6 +13,7 @@
- #include 
- #include 
- #include 
-+#include "logging_p.h"
- #endif
- 
- using namespace KUserFeedback;
-@@ -37,7 +38,11 @@ QVariant OpenGLInfoSource::data()
- QWindow window;
- window.setSurfaceType(QSurface::OpenGLSurface);
- window.create();
--context.makeCurrent();
-+if (!context.makeCurrent()) {
-+qCWarning(Log) << "Could not make OpenGL context current";
-+m.insert(QStringLiteral("type"), QStringLiteral("none"));
-+return m;
-+}
- QOpenGLFunctions functions();
- m.insert(QStringLiteral("vendor"), 
OpenGLInfoSourcePrivate::normalizeVendor(reinterpret_cast(functions.glGetString(GL_VENDOR;
- m.insert(QStringLiteral("renderer"), 
OpenGLInfoSourcePrivate::normalizeRenderer(reinterpret_cast(functions.glGetString(GL_RENDERER;
--- 
-GitLab
-



[gentoo-commits] repo/gentoo:master commit in: app-laptop/spicctrl/

2022-04-03 Thread Conrad Kostecki
commit: ba97f60a8e8a5aa0eabcce3f6fab4744b62e616d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:39:17 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba97f60a

app-laptop/spicctrl: use https, fix LICENSE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-laptop/spicctrl/spicctrl-1.9-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild 
b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
index 673144b0e853..4021fcf06c4c 100644
--- a/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
+++ b/app-laptop/spicctrl/spicctrl-1.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,10 +6,10 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="tool for the sonypi-Device (found in Sony Vaio Notebooks)"
-HOMEPAGE="http://www.popies.net/sonypi/;
-SRC_URI="http://www.popies.net/sonypi/${P}.tar.bz2;
+HOMEPAGE="https://www.popies.net/sonypi/;
+SRC_URI="https://www.popies.net/sonypi/${P}.tar.bz2;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 -ppc x86"
 



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

2022-04-03 Thread Conrad Kostecki
commit: 1bbb9f65a432d1ffa40ab923709396aee8a3b7e8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Mar 29 18:09:34 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Apr  3 10:50:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbb9f65

app-admin/killproc: use https, fix LICENSE

Closes: https://github.com/gentoo/gentoo/pull/24806
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-admin/killproc/killproc-2.13-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/killproc/killproc-2.13-r1.ebuild 
b/app-admin/killproc/killproc-2.13-r1.ebuild
index 4f0918a8c746..4d454ebdae69 100644
--- a/app-admin/killproc/killproc-2.13-r1.ebuild
+++ b/app-admin/killproc/killproc-2.13-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
@@ -6,10 +6,10 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="killproc and assorted tools for boot scripts"
-HOMEPAGE="http://ftp.suse.com/pub/projects/init/;
-SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz;
+HOMEPAGE="https://ftp.suse.com/pub/projects/init/;
+SRC_URI="https://ftp.suse.com/pub/projects/init/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 



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

2022-04-03 Thread Piotr Karbowski
commit: f18675d3ff3b507500b4498babbc774159798977
Author: Raymond Wong  pm  me>
AuthorDate: Fri Apr  1 14:42:03 2022 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sun Apr  3 12:36:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18675d3

net-misc/axel: Keyword 2.17.10 for ~mips

Bug: https://bugs.gentoo.org/836586
Signed-off-by: Raymond Wong  pm.me>
Closes: https://github.com/gentoo/gentoo/pull/24850
Signed-off-by: Piotr Karbowski  gentoo.org>

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

diff --git a/net-misc/axel/axel-2.17.10.ebuild 
b/net-misc/axel/axel-2.17.10.ebuild
index 6fca57bcb4f7..9ec3f17398db 100644
--- a/net-misc/axel/axel-2.17.10.ebuild
+++ b/net-misc/axel/axel-2.17.10.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/axel-download-accelerator/axel/releases/download/v${
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="debug nls ssl"
 
 CDEPEND="



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

2022-04-03 Thread Jakov Smolić
commit: 9200c0476fa2c17af5702b72ec699ac49bb946f8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9200c047

dev-ruby/ffi: Stabilize 1.15.5 x86, #836634

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

 dev-ruby/ffi/ffi-1.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/ffi/ffi-1.15.5.ebuild b/dev-ruby/ffi/ffi-1.15.5.ebuild
index 9f967080b22d..540bad8c2d60 100644
--- a/dev-ruby/ffi/ffi-1.15.5.ebuild
+++ b/dev-ruby/ffi/ffi-1.15.5.ebuild
@@ -24,7 +24,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${PN}-git-${PV}
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND+=" dev-libs/libffi:="
 DEPEND+=" dev-libs/libffi:="



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

2022-04-03 Thread Jakov Smolić
commit: 9ceb23f07a0230e6ecd64730aea0a0416755b7ad
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ceb23f0

media-libs/libsdl2: Stabilize 2.0.20-r1 x86, #836664

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

 media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
index b3b23e5e783f..5b1fd5e3b71b 100644
--- a/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.20-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.libsdl.org/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="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="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus doc fcitx4 gles1 gles2 
haptic ibus jack +joystick kms libsamplerate nas opengl oss pipewire pulseaudio 
sndio +sound static-libs +threads udev +video video_cards_vc4 vulkan wayland X 
xinerama xscreensaver"
 REQUIRED_USE="



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

2022-04-03 Thread Jakov Smolić
commit: c393bb710f169052f0e93be0887ab0eed5bfa7be
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:18 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c393bb71

www-servers/tomcat: Stabilize 9.0.59 amd64, #836622

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

 www-servers/tomcat/tomcat-9.0.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-9.0.59.ebuild 
b/www-servers/tomcat/tomcat-9.0.59.ebuild
index bd49dfe74c96..164acb30f6e5 100644
--- a/www-servers/tomcat/tomcat-9.0.59.ebuild
+++ b/www-servers/tomcat/tomcat-9.0.59.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="9"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: 690b2ee83db2d5b53ad70d92d4f605693da559ce
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:14 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690b2ee8

dev-java/tomcat-servlet-api: Stabilize 8.5.76 amd64, #836622

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
index 9aed30f65a2e..d3c734fb408f 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: b7ee6b1ee70781b07ee7b87ff1c06363fcc869d9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ee6b1e

dev-java/tomcat-servlet-api: Stabilize 9.0.59 amd64, #836622

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
index c53c20eb8511..a874a45461a0 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: 185cd8feff4ebdb8ead8facf4ea5ab88809ada09
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185cd8fe

dev-java/tomcat-servlet-api: Stabilize 8.5.76 x86, #836622

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
index d3c734fb408f..888295412849 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2022-04-03 Thread Jakov Smolić
commit: db57a050e31cc56dd04e4e88099196bb1de5fce1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db57a050

sys-process/parallel: Stabilize 20220222-r1 x86, #836677

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

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: 3b26f3b3d9b18d51dd274c56b06ee3bdebf28992
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b26f3b3

dev-java/tomcat-servlet-api: Stabilize 10.0.17 x86, #836622

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
index 6a0260df1ac2..440d44e0a658 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: c1653a4f2259f2f9efe263d43d5c3ee0a0ee9219
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1653a4f

dev-java/tomcat-servlet-api: Stabilize 9.0.59 x86, #836622

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
index a874a45461a0..f1c865a27bec 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-9.0.59.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-9/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="4.0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2022-04-03 Thread Jakov Smolić
commit: f8bcecbbe6719f6fc24cd725b5f4b04176e28222
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bcecbb

dev-java/tomcat-servlet-api: Stabilize 10.0.17 amd64, #836622

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

 dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
index 8e150d3d2590..6a0260df1ac2 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-10.0.17.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-10/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="5.0"
-KEYWORDS="~amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.8:*"



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

2022-04-03 Thread Jakov Smolić
commit: afa8bbb602afeb6f5aab0eefa8ceb508a1cad0a3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa8bbb6

www-servers/tomcat: Stabilize 10.0.17 amd64, #836622

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

 www-servers/tomcat/tomcat-10.0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-10.0.17.ebuild 
b/www-servers/tomcat/tomcat-10.0.17.ebuild
index 2d8f92da7a35..1880f8d73eaa 100644
--- a/www-servers/tomcat/tomcat-10.0.17.ebuild
+++ b/www-servers/tomcat/tomcat-10.0.17.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-9/v${PV}/src/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0"
 SLOT="10"
-KEYWORDS="~amd64 ~amd64-linux"
+KEYWORDS="amd64 ~amd64-linux"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2022-04-03 Thread Jakov Smolić
commit: c8fa0799a3893a4694e17f4cb4341162d5d6bdf4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:23 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8fa0799

media-gfx/pngnq: Stabilize 1.1-r1 amd64, #836633

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

 media-gfx/pngnq/pngnq-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngnq/pngnq-1.1-r1.ebuild 
b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
index f8d71e93fc9d..eae4c13ae6c0 100644
--- a/media-gfx/pngnq/pngnq-1.1-r1.ebuild
+++ b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD pngnq rwpng"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="media-libs/libpng:0="
 DEPEND="${RDEPEND}"



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

2022-04-03 Thread Jakov Smolić
commit: be091e9adb131f4b20478fec1479dbbdbc1bcf1b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be091e9a

www-servers/tomcat: Stabilize 8.5.76 amd64, #836622

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

 www-servers/tomcat/tomcat-8.5.76.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-8.5.76.ebuild 
b/www-servers/tomcat/tomcat-8.5.76.ebuild
index 67b6462910bf..00727fd8a0a6 100644
--- a/www-servers/tomcat/tomcat-8.5.76.ebuild
+++ b/www-servers/tomcat/tomcat-8.5.76.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8.5"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



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

2022-04-03 Thread Jakov Smolić
commit: 75845976b66e02d0e80315cafba322b27a184f28
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Apr  3 22:07:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr  3 22:07:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75845976

media-gfx/pngnq: Stabilize 1.1-r1 x86, #836633

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

 media-gfx/pngnq/pngnq-1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngnq/pngnq-1.1-r1.ebuild 
b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
index eae4c13ae6c0..4558a9745a30 100644
--- a/media-gfx/pngnq/pngnq-1.1-r1.ebuild
+++ b/media-gfx/pngnq/pngnq-1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD pngnq rwpng"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="media-libs/libpng:0="
 DEPEND="${RDEPEND}"



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

2022-04-03 Thread Andreas K. Hüttel
commit: 57591c6d47aa685dae03e7b172e0b381df1b8677
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr  3 22:16:23 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Apr  3 22:16:23 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=57591c6d

Add mips64el multilib (n32-based) stages

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

 .../specs-qemu/mips/stage1-mips64el-multilib-openrc.spec   | 14 ++
 .../specs-qemu/mips/stage3-mips64el-multilib-openrc.spec   | 12 
 tools/catalyst-auto-qemu-mips.conf |  7 ++-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
new file mode 100644
index ..1d04ef8d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_multilib-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec
new file mode 100644
index ..5c136552
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_multilib-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf 
b/tools/catalyst-auto-qemu-mips.conf
index 3caeb5c3..d55bdb57 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc 
mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc 
mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64n64openrc 
mips64eln64openrc mips64eln64systemd"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc 
mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc 
mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64elmultilibopenrc 
mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec 
stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec 
stage3-mipsel2-o32-openrc.spec"
@@ -24,6 +24,8 @@ SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec 
stage3-mipsel3-n64-
 SET_mips64n32openrc_SPECS="stage1-mips64-n32-openrc.spec 
stage3-mips64-n32-openrc.spec"
 SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec 
stage3-mips64el-n32-openrc.spec"
 
+SET_mips64elmultilibopenrc_SPECS="stage1-mips64el-multilib-openrc.spec 
stage3-mips64el-multilib-openrc.spec"
+
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec 
stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec 
stage3-mips64el-n64-openrc.spec"
 SET_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec 
stage3-mips64el-n64-systemd.spec"
@@ -83,6 +85,9 @@ post_build() {
stage3-mips64el-n32-openrc.spec)
upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
;;
+   stage3-mips64el-multilib-openrc.spec)
+   upload stage3-mips64el_multilib-openrc-${TIMESTAMP}.tar.xz*
+   ;;
stage3-mips64-n64-openrc.spec)
upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
;;



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

2022-04-03 Thread Andreas K. Hüttel
commit: e4f265eb8e07840a2558594d9daf4a8001cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr  3 22:34:03 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Apr  3 22:34:03 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=e4f265eb

Add mipsel3 multilib (n32-based) stages

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

 .../specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec| 14 ++
 .../specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec| 12 
 tools/catalyst-auto-qemu-mips.conf |  5 +
 3 files changed, 31 insertions(+)

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
new file mode 100644
index ..faf07954
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_multilib-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec 
b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
new file mode 100644
index ..b69b4de5
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel 
/usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_multilib-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf 
b/tools/catalyst-auto-qemu-mips.conf
index d55bdb57..cb9ba0a6 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -17,6 +17,8 @@ SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec 
stage3-mips32el-o32
 SET_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec 
stage3-mips3-n32-openrc.spec"
 SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec 
stage3-mipsel3-n32-openrc.spec"
 
+SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec 
stage3-mipsel3-multilib-openrc.spec"
+
 SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec 
stage3-mips3-n64-openrc.spec"
 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec 
stage3-mipsel3-n64-openrc.spec"
 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec 
stage3-mipsel3-n64-systemd.spec"
@@ -70,6 +72,9 @@ post_build() {
stage3-mipsel3-n32-openrc.spec)
upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
;;
+   stage3-mipsel3-multilib-openrc.spec)
+   upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz*
+   ;;
stage3-mips3-n64-openrc.spec)
upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
;;



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 3260e911b50ebbef25330f646bb6761a69cfb497
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:25 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3260e911

sys-kernel/git-sources: drop 5.17_rc8

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

 sys-kernel/git-sources/Manifest|  2 --
 sys-kernel/git-sources/git-sources-5.17_rc8.ebuild | 40 --
 2 files changed, 42 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f27a30280d3c..1ac9b2fcfd58 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,2 @@
-DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 3211315b5bcc72b66892b5f5f5a205623bf4b32f
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:41 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3211315b

sys-kernel/git-sources: drop 5.17_rc1

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc1.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index f38e09c18104..44de64b7f5cf 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc1.patch 36453946 BLAKE2B 
a600f68e504c7602098dd0bb26f405b1bca318baaaeb479d6b5b0a0483d5aa5f9baaeb2f1d3f53734821dfbd2a77be4cf7fa4f7057b5c6ae7fe9b6c068b0cd12
 SHA512 
0de5045d74ae2e64c40fc482879152ff0b696eba2618cda66e231e70afe8e1d18d946bfcfda50d5c037ab90e11f9777d558b4fdef785f9777b8f97959551ee65
 DIST patch-5.17-rc2.patch 36928215 BLAKE2B 
3ae1f09eeb870fda422db561ca1adfd68c7ea96ddcd47672028d6ccc44c49eca5fe53e77b0173bd66be04883f7dc0a65addd55b435dd0f8d4fb7418a21d6a8d2
 SHA512 
dd10a6c88da50ca9e0a37aa1377b86122c56a50a8c608a02dd425ac23ee20418b29fe2332981bdffa45d2ac44b3b4a9e294fb786ba7c13c01ec821b6915cdb56
 DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
 DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc1.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 45e109f1878e9411b612dd699017e3c20a873710
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:10 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45e109f1

sys-kernel/git-sources: drop 5.17_rc5

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc5.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 66e88c411da3..c044bb18c386 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc5.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc5.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: c94952f7c078abeea14679aad17b784053e890cd
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:22 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94952f7

sys-kernel/git-sources: add 5.18_rc1

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

 sys-kernel/git-sources/Manifest|  2 ++
 sys-kernel/git-sources/git-sources-5.18_rc1.ebuild | 40 ++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 03af5a3be422..f38e09c18104 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,4 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
+DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
 DIST patch-5.17-rc1.patch 36453946 BLAKE2B 
a600f68e504c7602098dd0bb26f405b1bca318baaaeb479d6b5b0a0483d5aa5f9baaeb2f1d3f53734821dfbd2a77be4cf7fa4f7057b5c6ae7fe9b6c068b0cd12
 SHA512 
0de5045d74ae2e64c40fc482879152ff0b696eba2618cda66e231e70afe8e1d18d946bfcfda50d5c037ab90e11f9777d558b4fdef785f9777b8f97959551ee65
 DIST patch-5.17-rc2.patch 36928215 BLAKE2B 
3ae1f09eeb870fda422db561ca1adfd68c7ea96ddcd47672028d6ccc44c49eca5fe53e77b0173bd66be04883f7dc0a65addd55b435dd0f8d4fb7418a21d6a8d2
 SHA512 
dd10a6c88da50ca9e0a37aa1377b86122c56a50a8c608a02dd425ac23ee20418b29fe2332981bdffa45d2ac44b3b4a9e294fb786ba7c13c01ec821b6915cdb56
 DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
@@ -7,3 +8,4 @@ DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
+DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.18_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.18_rc1.ebuild
new file mode 100644
index ..1b58d3fd64da
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.18_rc1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.17"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 9c8742462b5d04c3e9a4de9458965260513ef5c8
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:05 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c874246

sys-kernel/git-sources: drop 5.17_rc4

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc4.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index e4b94ca90173..66e88c411da3 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc4.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc4.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 1191745ccc18a0423ebac77614045d7f63f7548e
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:15 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1191745c

sys-kernel/git-sources: drop 5.17_rc6

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc6.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index c044bb18c386..a5c4b0d688d6 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc6.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc6.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 83fbc1988c8374c2f0c1fdf897830e3bd16b43d8
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:55 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fbc198

sys-kernel/git-sources: drop 5.17_rc2

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc2.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 44de64b7f5cf..072746e273c2 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc2.patch 36928215 BLAKE2B 
3ae1f09eeb870fda422db561ca1adfd68c7ea96ddcd47672028d6ccc44c49eca5fe53e77b0173bd66be04883f7dc0a65addd55b435dd0f8d4fb7418a21d6a8d2
 SHA512 
dd10a6c88da50ca9e0a37aa1377b86122c56a50a8c608a02dd425ac23ee20418b29fe2332981bdffa45d2ac44b3b4a9e294fb786ba7c13c01ec821b6915cdb56
 DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
 DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc2.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc2.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 1243227bd0417c5e5a1ae1627667213ac0ed54e6
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:54:59 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:54:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1243227b

sys-kernel/git-sources: drop 5.17_rc3

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc3.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 072746e273c2..e4b94ca90173 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc3.patch 37376734 BLAKE2B 
40564254d729bdad9860b48a51657b6a3cef681b9f4add643d7a7e8bd80511cc3da9ec7257acd355a23cde8f1c8e51286560a168ad951100c9139057518d64f6
 SHA512 
d5c6444f73a1d0099ed9c3f1c35e7d0e6df487b9897d57b5f9d4d787df210dd8a2fb58c428a13844c5c846007fe5f349860503187690ed83f846b867377d5cf1
 DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f244fbfbd30b4b2f9b35761873e74d79a36e4ecb619ce91d04829164b8e347a3c23d66fbef677619f0f8e51498d2
 SHA512 
54a3e37bad6e223b09bebe97f5188cbbbc38ada271611d817aa2d033895c602bfb989fcd028004507a0ab5063af532d3f5a16424f574f24d78e6962eb460998c
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc3.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/

2022-04-03 Thread Mike Pagano
commit: 58de9cdee3ed201188c6aa6184658a2549b30525
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Apr  3 22:55:21 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Apr  3 22:55:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58de9cde

sys-kernel/git-sources: drop 5.17_rc7

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

 sys-kernel/git-sources/Manifest|  1 -
 sys-kernel/git-sources/git-sources-5.17_rc7.ebuild | 40 --
 2 files changed, 41 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index a5c4b0d688d6..f27a30280d3c 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,5 +1,4 @@
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
-DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
 DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7
 DIST patch-5.18-rc1.patch 112419200 BLAKE2B 
1a5b4ff89c28f3ef798b2c6f5019b6a7e04d466297d110eb7e7fb2eece3004cf514cd59ba069ba3bf8fd774d1b0f9d9708394fbab9e59f782ef01aaa6a75034b
 SHA512 
17b29d40d56b1bf26f4cfc90c073fb588330ea1014576518bf9fdb4d71aa8eebbd0318b37616474f3b910aa5d6ac2be07cbce7493f9e4cfb88f492a9ab327053

diff --git a/sys-kernel/git-sources/git-sources-5.17_rc7.ebuild 
b/sys-kernel/git-sources/git-sources-5.17_rc7.ebuild
deleted file mode 100644
index b7eedd7884ba..
--- a/sys-kernel/git-sources/git-sources-5.17_rc7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.16"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"
-CKV="${PVR/-r/-git}"
-
-# only use this if it's not an _rc/_pre release
-[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="The very latest -git version of the Linux kernel"
-HOMEPAGE="https://www.kernel.org;
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE=""
-
-K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
-experimental nature. If you have any issues, try a matching vanilla-sources
-ebuild -- if the problem is not there, please contact the upstream kernel
-developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
-report the problem so it can be fixed in time for the next kernel release."
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   >=sys-devel/patch-2.7.6-r4"
-
-pkg_postinst() {
-   postinst_sources
-}



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

2022-04-03 Thread Matt Turner
commit: bc78701f54654622feff3694c7f66621b2acaa80
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  3 23:04:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  3 23:08:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc78701f

xorg-3.eclass: Fix unsetting GIT_ECLASS

Apparently I cannot remember how bash works.

Closes: https://bugs.gentoo.org/836727
Signed-off-by: Matt Turner  gentoo.org>

 eclass/xorg-3.eclass | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 2ab80b6c0c6d..c68b3041629a 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -52,7 +52,7 @@ fi
 # we need to inherit autotools first to get the deps
 inherit autotools libtool multilib toolchain-funcs flag-o-matic \
${FONT_ECLASS} ${GIT_ECLASS}
-unset FONT_ECLASS
+unset FONT_ECLASS GIT_ECLASS
 
 if [[ ${XORG_MULTILIB} == yes ]]; then
inherit multilib-minimal
@@ -119,7 +119,7 @@ HOMEPAGE="https://www.x.org/wiki/ 
https://gitlab.freedesktop.org/xorg/${XORG_MOD
 # to bz2.
 : ${XORG_TARBALL_SUFFIX:="bz2"}
 
-if [[ -n ${GIT_ECLASS} ]]; then
+if [[ ${PV} == ** ]]; then
: 
${EGIT_REPO_URI:="https://gitlab.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}
 elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then

SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.${XORG_TARBALL_SUFFIX}"
@@ -266,7 +266,7 @@ xorg-3_pkg_setup() {
 xorg-3_src_unpack() {
debug-print-function ${FUNCNAME} "$@"
 
-   if [[ -n ${GIT_ECLASS} ]]; then
+   if [[ ${PV} == ** ]]; then
git-r3_src_unpack
else
unpack ${A}
@@ -535,5 +535,3 @@ create_fonts_dir() {
-- "${EROOT}/usr/share/fonts/${FONT_DIR}"
eend $?
 }
-
-unset GIT_ECLASS



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

2022-04-03 Thread Yixun Lan
commit: 83eb9ebf7f46b652e03175976a18b81b4cedb03a
Author: Daniel Novomesky  gmail  com>
AuthorDate: Tue Mar 29 19:13:03 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr  3 23:15:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eb9ebf

media-libs/libjxl: version bump to 20220329 snapshot

Closes: https://github.com/gentoo/gentoo/pull/24807
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Novomesky  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 media-libs/libjxl/Manifest |  1 +
 ....ebuild => libjxl-0.7.0_pre20220329.ebuild} | 31 ++
 media-libs/libjxl/libjxl-.ebuild   |  7 +++--
 3 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/media-libs/libjxl/Manifest b/media-libs/libjxl/Manifest
index dff7d80ef035..2614d99687a0 100644
--- a/media-libs/libjxl/Manifest
+++ b/media-libs/libjxl/Manifest
@@ -1 +1,2 @@
 DIST libjxl-0.7.0_pre20220311.tar.gz 17322724 BLAKE2B 
a3cf970ea3db67e0890e94a5c74ea66610d4fed608fa3d079e6934a1d5f2bdc3ef4264c1df85e4b4efcd22c060087c712009f6c4a6b69a41f6e96ff3674c6de5
 SHA512 
f3e46ddea462b31de6df3c615c3cd628adc58c7ff41588e2ec4cc8929590c9272603a66ed4620b9ba550d85b3d1a6da3f51b1c4f8650ef8901347fea8af5d474
+DIST libjxl-0.7.0_pre20220329.tar.gz 21282311 BLAKE2B 
8ced9811adba47e5ccac4d55cb7133a863bedceebeb51e649fa79ecb17b785e747532f1f36fd39e3627d0a29406f5f403dee8fa42a9958c713c1296c2f83260a
 SHA512 
deb17dd2eb3e2c39d624d97c6959940aee5beafcb009f6cb2ac14dd83c73d2601df8c81f6cec5d8032d9e66d1fdabfe620dcbf9bfa5e90eb9978265896816242

diff --git a/media-libs/libjxl/libjxl-.ebuild 
b/media-libs/libjxl/libjxl-0.7.0_pre20220329.ebuild
similarity index 74%
copy from media-libs/libjxl/libjxl-.ebuild
copy to media-libs/libjxl/libjxl-0.7.0_pre20220329.ebuild
index 1a2abbce5e64..5407dd894d8b 100644
--- a/media-libs/libjxl/libjxl-.ebuild
+++ b/media-libs/libjxl/libjxl-0.7.0_pre20220329.ebuild
@@ -3,37 +3,33 @@
 
 EAPI=8
 
-CMAKE_ECLASS=cmake
-inherit cmake-multilib git-r3 xdg
+inherit cmake-multilib
 
 DESCRIPTION="JPEG XL image format reference implementation"
 HOMEPAGE="https://github.com/libjxl/libjxl;
 
-EGIT_REPO_URI="https://github.com/libjxl/libjxl.git;
-EGIT_SUBMODULES=(third_party/skcms)
+SRC_URI="https://api.github.com/repos/libjxl/libjxl/tarball/fde214c5f4dc5ffd0360401a68df33182edf9226
 -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="examples gdk-pixbuf gimp210 openexr"
+IUSE="examples openexr"
 
 DEPEND="app-arch/brotli:=[${MULTILIB_USEDEP}]
dev-cpp/gflags:=[${MULTILIB_USEDEP}]
>=dev-cpp/highway-0.16.0[${MULTILIB_USEDEP}]
media-libs/giflib:=[${MULTILIB_USEDEP}]
+   >=media-libs/lcms-2.13:=[${MULTILIB_USEDEP}]
media-libs/libpng:=[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
virtual/jpeg[${MULTILIB_USEDEP}]
-   x11-misc/shared-mime-info
-   gdk-pixbuf? (
-   dev-libs/glib:2
-   x11-libs/gdk-pixbuf:2
-   )
-   gimp210? ( >=media-gfx/gimp-2.10.28:0/2 )
+   >=x11-misc/shared-mime-info-2.2
openexr? ( media-libs/openexr:= )
 "
-
 RDEPEND="${DEPEND}"
 
+S="${WORKDIR}/libjxl-libjxl-fde214c"
+
 multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=ON
@@ -44,10 +40,12 @@ multilib_src_configure() {
-DJPEGXL_ENABLE_SJPEG=OFF
-DJPEGXL_WARNINGS_AS_ERRORS=OFF
 
-   -DJPEGXL_ENABLE_SKCMS=ON
+   -DJPEGXL_ENABLE_SKCMS=OFF
-DJPEGXL_ENABLE_VIEWERS=OFF
+   -DJPEGXL_ENABLE_PLUGINS=OFF
-DJPEGXL_FORCE_SYSTEM_BROTLI=ON
-DJPEGXL_FORCE_SYSTEM_HWY=ON
+   -DJPEGXL_FORCE_SYSTEM_LCMS2=ON
-DJPEGXL_ENABLE_DOXYGEN=OFF
-DJPEGXL_ENABLE_MANPAGES=OFF
-DJPEGXL_ENABLE_JNI=OFF
@@ -59,16 +57,12 @@ multilib_src_configure() {
-DJPEGXL_ENABLE_TOOLS=ON
-DJPEGXL_ENABLE_EXAMPLES=$(usex examples)
-DJPEGXL_ENABLE_OPENEXR=$(usex openexr)
-   -DJPEGXL_ENABLE_PLUGINS=ON
-   -DJPEGXL_ENABLE_PLUGIN_GDKPIXBUF=$(usex gdk-pixbuf)
-   -DJPEGXL_ENABLE_PLUGIN_GIMP210=$(usex gimp210)
)
else
mycmakeargs+=(
-DJPEGXL_ENABLE_TOOLS=OFF
-DJPEGXL_ENABLE_EXAMPLES=OFF
-DJPEGXL_ENABLE_OPENEXR=OFF
-   -DJPEGXL_ENABLE_PLUGINS=OFF
)
fi
 
@@ -77,7 +71,10 @@ multilib_src_configure() {
 
 multilib_src_install() {
cmake_src_install
+
if use examples && multilib_is_native_abi; then
dobin "${BUILD_DIR}/jxlinfo"
fi
+
+   find "${D}" -name '*.a' -delete || die
 }

diff --git 

[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/io-page/

2022-04-03 Thread Alessandro Barbieri
commit: 0f7ade2768629f0da604de4a18183ee851504d9d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 23:08:52 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f7ade27

dev-ml/io-page: initial import

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

 dev-ml/io-page/Manifest |  2 ++
 dev-ml/io-page/io-page-2.2.0.ebuild | 28 
 dev-ml/io-page/io-page-2.4.0.ebuild | 23 +++
 dev-ml/io-page/metadata.xml | 12 
 4 files changed, 65 insertions(+)

diff --git a/dev-ml/io-page/Manifest b/dev-ml/io-page/Manifest
new file mode 100644
index 0..0525edf5b
--- /dev/null
+++ b/dev-ml/io-page/Manifest
@@ -0,0 +1,2 @@
+DIST io-page-v2.2.0.tbz 7961 BLAKE2B 
6c8621fb1300d92b9e7fe1c371d4f3035927753727527f1587a6c0b6b8c5d979053b25b52309a1f97e844ec776e0b832725954ebe55501bb98dfd851f1ff9c0d
 SHA512 
4240bbc0c7b6c8c1bc0b628fcde51c73bc7f6e49b2cd7157e32d3277d1fe31f0604829a1ae49c84524922d3954ead870e02d215768310b21a0b1f57ee7344294
+DIST io-page-v2.4.0.tbz 7750 BLAKE2B 
d97a19b52d74283c0577f76962f6f685ee716cf51f8e79c480a110a2bf7e1197d7e463b5bbbdec9997a81b5c606191de2a0918d146cbe7374cf84250d354fbc8
 SHA512 
4dcaff2132a74c7e69ab743534d913b15690f6deef02a94997dc61c08c62f735faf6fb1466f2f3af719fede8237da6a6b808cec45e1147c688ff240a02dc133e

diff --git a/dev-ml/io-page/io-page-2.2.0.ebuild 
b/dev-ml/io-page/io-page-2.2.0.ebuild
new file mode 100644
index 0..6c0aac10d
--- /dev/null
+++ b/dev-ml/io-page/io-page-2.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="IO memory page library for Mirage backends"
+HOMEPAGE="https://github.com/mirage/io-page;
+SRC_URI="https://github.com/mirage/io-page/releases/download/v${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/bigarray-compat
+   dev-ml/cstruct
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install "io-page io-page-unix io-page-xen"
+}

diff --git a/dev-ml/io-page/io-page-2.4.0.ebuild 
b/dev-ml/io-page/io-page-2.4.0.ebuild
new file mode 100644
index 0..40f2ed73c
--- /dev/null
+++ b/dev-ml/io-page/io-page-2.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P=${PN}-v${PV}
+DESCRIPTION="IO memory page library for Mirage backends"
+HOMEPAGE="https://github.com/mirage/io-page;
+SRC_URI="https://github.com/mirage/io-page/releases/download/v${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/bigarray-compat
+   dev-ml/cstruct
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ml/io-page/metadata.xml b/dev-ml/io-page/metadata.xml
new file mode 100644
index 0..0cf20d003
--- /dev/null
+++ b/dev-ml/io-page/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+co-maintainers welcome
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+
+mirage/io-page
+
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage-xen/

2022-04-03 Thread Alessandro Barbieri
commit: bb6d985074c6387fb5ac2046346e55a87d433238
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:08:24 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb6d9850

dev-ml/mirage-xen: initial import

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

 dev-ml/mirage-xen/Manifest|  1 +
 dev-ml/mirage-xen/metadata.xml| 11 +++
 dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild | 31 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-ml/mirage-xen/Manifest b/dev-ml/mirage-xen/Manifest
new file mode 100644
index 0..8375dc58c
--- /dev/null
+++ b/dev-ml/mirage-xen/Manifest
@@ -0,0 +1 @@
+DIST mirage-xen-7.2.0.tar.gz 236615 BLAKE2B 
f26d3406ef60b9b5e3587fb8eb1988cf7f3709e80a411ca4392335e33cadeb6a1142ca1594543d482497c75950ddcdcf95751de3db29b555ad82cee72ad47621
 SHA512 
191859b823e9be13c425eeaec9d065b3173821b1f2c9d9bedeab1cb4f1e33baa772fda7cac041cbc112bbdfec8f90634b2275a26b58f1fd8ac72f7671d6f59d3

diff --git a/dev-ml/mirage-xen/metadata.xml b/dev-ml/mirage-xen/metadata.xml
new file mode 100644
index 0..7ea63047a
--- /dev/null
+++ b/dev-ml/mirage-xen/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/mirage-xen
+
+

diff --git a/dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild 
b/dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild
new file mode 100644
index 0..7fa45f0d7
--- /dev/null
+++ b/dev-ml/mirage-xen/mirage-xen-7.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Xen core platform libraries for MirageOS"
+HOMEPAGE="https://github.com/mirage/mirage-xen;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/bheap
+   dev-ml/cstruct
+   dev-ml/duration
+   dev-ml/fmt
+   dev-ml/io-page
+   dev-ml/logs
+   dev-ml/lwt
+   dev-ml/lwt-dllist
+   dev-ml/mirage
+   dev-ml/mirage-profile
+   dev-ml/shared-memory-ring
+   dev-ml/xenstore
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/emile/

2022-04-03 Thread Alessandro Barbieri
commit: dc336630b3451a7f51947328d68662edba92b1af
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:06:15 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc336630

dev-ml/emile: initial import

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

 dev-ml/emile/Manifest |  1 +
 dev-ml/emile/emile-1.1.ebuild | 27 +++
 dev-ml/emile/metadata.xml | 11 +++
 3 files changed, 39 insertions(+)

diff --git a/dev-ml/emile/Manifest b/dev-ml/emile/Manifest
new file mode 100644
index 0..6ca47fc55
--- /dev/null
+++ b/dev-ml/emile/Manifest
@@ -0,0 +1 @@
+DIST emile-v1.1.tbz 34994 BLAKE2B 
226e93cc7f3bb81d595574888685a55d6743dc8060df51fe65881f799c99158a44521900844d0cc5b9c9976800da77626a9f03c9ea672385cbf43e9ec1aa026d
 SHA512 
b53df652cd9c585d2720cf1ad6b877a11e3779b4edda08d6b965557721d46538cd10dd8a7a3a6316dc6a3785ae66167785529619e31f40e7dfde01faaf692c7f

diff --git a/dev-ml/emile/emile-1.1.ebuild b/dev-ml/emile/emile-1.1.ebuild
new file mode 100644
index 0..d737fc6f0
--- /dev/null
+++ b/dev-ml/emile/emile-1.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Emile is a library to parse an e-mail address in OCaml"
+HOMEPAGE="https://github.com/mirage/emile;
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/angstrom
+   dev-ml/ipaddr
+   dev-ml/ocaml-base64
+   dev-ml/pecu
+   dev-ml/bigstringaf
+   dev-ml/uutf
+   dev-ml/fmt
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/emile/metadata.xml b/dev-ml/emile/metadata.xml
new file mode 100644
index 0..a1a030d7a
--- /dev/null
+++ b/dev-ml/emile/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/emile
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/bheap/

2022-04-03 Thread Alessandro Barbieri
commit: afa51d629acf59551af1a29400e860cd0b29f9df
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 07:54:57 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa51d62

dev-ml/bheap: initial import

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

 dev-ml/bheap/Manifest   |  1 +
 dev-ml/bheap/bheap-2.0.0.ebuild | 18 ++
 dev-ml/bheap/metadata.xml   | 11 +++
 3 files changed, 30 insertions(+)

diff --git a/dev-ml/bheap/Manifest b/dev-ml/bheap/Manifest
new file mode 100644
index 0..b37e41bd1
--- /dev/null
+++ b/dev-ml/bheap/Manifest
@@ -0,0 +1 @@
+DIST bheap-2.0.0.tbz 11665 BLAKE2B 
adada0855ab24c76c7cd3b652c8e44dbaa6bd33b8063996947cd067dd8b26ffb4b115ea6059303a5dd3e45e70f25457154e9b0d5f34449dc281207b56b65d3bf
 SHA512 
90dcf2b3856b25f8ec7204d3596b64dfc264e9158ea84e8c2f15e3980c45ef888b7a969e613f31a626aebc4c5963a09b4fd3c3b95beba7d3159ff42080193841

diff --git a/dev-ml/bheap/bheap-2.0.0.ebuild b/dev-ml/bheap/bheap-2.0.0.ebuild
new file mode 100644
index 0..ac2632108
--- /dev/null
+++ b/dev-ml/bheap/bheap-2.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="OCaml binary heap implementation by Jean-Christophe Filliatre"
+HOMEPAGE="https://github.com/backtracking/bheap;
+SRC_URI="https://github.com/backtracking/${PN}/releases/download/${PV}/${P}.tbz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/dev-ml/bheap/metadata.xml b/dev-ml/bheap/metadata.xml
new file mode 100644
index 0..35f91fbce
--- /dev/null
+++ b/dev-ml/bheap/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+backtracking/bheap
+  
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/xapi-backtrace/

2022-04-03 Thread Alessandro Barbieri
commit: f097a30ff7b1d5571e6f539cf1ff51a4912165cc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 22:57:07 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f097a30f

dev-ml/xapi-backtrace: initial import

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

 dev-ml/xapi-backtrace/Manifest  |  1 +
 dev-ml/xapi-backtrace/metadata.xml  | 11 +++
 dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-ml/xapi-backtrace/Manifest b/dev-ml/xapi-backtrace/Manifest
new file mode 100644
index 0..ec85d0c96
--- /dev/null
+++ b/dev-ml/xapi-backtrace/Manifest
@@ -0,0 +1 @@
+DIST xapi-backtrace-0.7.tar.gz 5199 BLAKE2B 
344eae8ac103c0751fedbfa6d339439c03edb8cc56d901f4667baabe587209e84ed81f4f42c9a9303b71a7de4758eccd3079196ea7eb73844f01d4da61b30f3e
 SHA512 
8c8440ff58c5379d91b4e3534e8e266508c48f08c4799bb85b6e5e9b9003ce67b117332b21dde0ba100aa42fc3c6b59757051c867a71960fa7c33f801fe083a4

diff --git a/dev-ml/xapi-backtrace/metadata.xml 
b/dev-ml/xapi-backtrace/metadata.xml
new file mode 100644
index 0..f658b3840
--- /dev/null
+++ b/dev-ml/xapi-backtrace/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+xapi-project/backtrace
+  
+

diff --git a/dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild 
b/dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild
new file mode 100644
index 0..8a6a5b642
--- /dev/null
+++ b/dev-ml/xapi-backtrace/xapi-backtrace-0.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune findlib
+
+DESCRIPTION="Helper functions to preserve and transport exception backtraces"
+HOMEPAGE="https://github.com/xapi-project/backtrace;
+SRC_URI="https://github.com/xapi-project/backtrace/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/backtrace-${PV}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/ppx_sexp_conv
+   dev-ml/rpc
+"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: app-text/md2mld/

2022-04-03 Thread Alessandro Barbieri
commit: 915c949008f738eaf6fff33de592e3b89a67bc4d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 18:02:29 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=915c9490

dev-ml/md2mld: initial import

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

 app-text/md2mld/Manifest|  1 +
 app-text/md2mld/md2mld-0.5.1.ebuild | 21 +
 app-text/md2mld/metadata.xml| 11 +++
 3 files changed, 33 insertions(+)

diff --git a/app-text/md2mld/Manifest b/app-text/md2mld/Manifest
new file mode 100644
index 0..6725d3ff5
--- /dev/null
+++ b/app-text/md2mld/Manifest
@@ -0,0 +1 @@
+DIST md2mld-0.5.1.tbz 5322 BLAKE2B 
7e905689917d30194ffbf9c5c592a835cb8d9c95b4b6f3f769430e12cea715956680fdfb290b23d45e14d56ac3d315099e9578371dde0c388f23671b7243dcd8
 SHA512 
b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565

diff --git a/app-text/md2mld/md2mld-0.5.1.ebuild 
b/app-text/md2mld/md2mld-0.5.1.ebuild
new file mode 100644
index 0..762ccbb3d
--- /dev/null
+++ b/app-text/md2mld/md2mld-0.5.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Little cli tool to convert md files into mld files"
+HOMEPAGE="https://github.com/mseri/md2mld;
+SRC_URI="https://github.com/mseri/${PN}/releases/download/${PV}/${P}.tbz;
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/base
+   dev-ml/omd
+"
+RDEPEND="${DEPEND}"

diff --git a/app-text/md2mld/metadata.xml b/app-text/md2mld/metadata.xml
new file mode 100644
index 0..944e28411
--- /dev/null
+++ b/app-text/md2mld/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mseri/md2mld
+  
+



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

2022-04-03 Thread Alessandro Barbieri
commit: 5c020d8f944c29c170388836cabd1f2e3cb46854
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 17:29:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c020d8f

media-libs/imgui: explicitly link the build objects

Closes: https://bugs.gentoo.org/836695
Signed-off-by: Alessandro Barbieri  gmail.com>

 .../{imgui-1.87.ebuild => imgui-1.87-r1.ebuild}| 32 ++
 1 file changed, 21 insertions(+), 11 deletions(-)

diff --git a/media-libs/imgui/imgui-1.87.ebuild 
b/media-libs/imgui/imgui-1.87-r1.ebuild
similarity index 71%
rename from media-libs/imgui/imgui-1.87.ebuild
rename to media-libs/imgui/imgui-1.87-r1.ebuild
index 0b811f029..4339ad386 100644
--- a/media-libs/imgui/imgui-1.87.ebuild
+++ b/media-libs/imgui/imgui-1.87-r1.ebuild
@@ -87,13 +87,17 @@ src_configure() {
 src_compile() {
set -x || die
 
+   local objects=()
+
for i in imgui{,_draw,_demo,_tables,_widgets}; do
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c ${i}.cpp -o ${i}.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c ${i}.cpp -o ${i}.o || 
die
+   objects+=( ${i}.o )
done
 
if use freetype; then
pushd misc/freetype || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_freetype.cpp -o 
imgui_freetype.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_freetype.cpp -o 
imgui_freetype.o || die
+   objects+=( misc/freetype/imgui_freetype.o )
popd || die
pushd misc/fonts || die
${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -fPIE 
binary_to_compressed_c.cpp -o binary_to_compressed_c || die
@@ -102,27 +106,33 @@ src_compile() {
 
pushd backends || die
if use allegro; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_allegro5.cpp -o 
imgui_impl_allegro5.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_allegro5.cpp 
-o imgui_impl_allegro5.o || die
+   objects+=( backends/imgui_impl_allegro5.o )
fi
if use glfw; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_glfw.cpp -o 
imgui_impl_glfw.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_glfw.cpp -o 
imgui_impl_glfw.o || die
+   objects+=( backends/imgui_impl_glfw.o )
fi
if use glut; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_glut.cpp -o 
imgui_impl_glut.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_glut.cpp -o 
imgui_impl_glut.o || die
+   objects+=( backends/imgui_impl_glut.o )
fi
if use opengl; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_opengl2.cpp -o 
imgui_impl_opengl2.o || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_opengl3.cpp -o 
imgui_impl_opengl3.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_opengl2.cpp 
-o imgui_impl_opengl2.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_opengl3.cpp 
-o imgui_impl_opengl3.o || die
+   objects+=( backends/imgui_impl_opengl2.o 
backends/imgui_impl_opengl3.o )
fi
if use sdl; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_sdl.cpp -o 
imgui_impl_sdl.o || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_sdlrenderer.cpp -o 
imgui_impl_sdlrenderer.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_sdl.cpp -o 
imgui_impl_sdl.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c 
imgui_impl_sdlrenderer.cpp -o imgui_impl_sdlrenderer.o || die
+   objects+=( backends/imgui_impl_sdl.o 
backends/imgui_impl_sdlrenderer.o )
fi
if use vulkan; then
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -c imgui_impl_vulkan.cpp -o 
imgui_impl_vulkan.o || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} -fPIC -c imgui_impl_vulkan.cpp 
-o imgui_impl_vulkan.o || die
+   objects+=( backends/imgui_impl_vulkan.o )
fi
popd || die
-   ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -shared 
-Wl,-soname,libimgui.so *.o backends/*.o misc/freetype/*.o -o libimgui.so 
${LIBS} || die
+   ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS} -shared 
-Wl,-soname,libimgui.so ${objects[@]} -o libimgui.so ${LIBS} || die
 
if use examples; then
mkdir ex || die



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/pecu/

2022-04-03 Thread Alessandro Barbieri
commit: 0395a1ab30886ac4a1581485b9e4160a3e8f3109
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:06:03 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0395a1ab

dev-ml/pecu: initial import

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

 dev-ml/pecu/Manifest|  1 +
 dev-ml/pecu/metadata.xml| 11 +++
 dev-ml/pecu/pecu-0.6.ebuild | 19 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-ml/pecu/Manifest b/dev-ml/pecu/Manifest
new file mode 100644
index 0..c73ee7013
--- /dev/null
+++ b/dev-ml/pecu/Manifest
@@ -0,0 +1 @@
+DIST pecu-v0.6.tbz 13184 BLAKE2B 
dd1a82efad36e7f2e6d3e3ecbedd504adf42600121e6c1e8c56f915be957d59e5211ecf9f8a920c7a0cf57f72f5d403e60501de4301273242ac497e6182d2487
 SHA512 
8cae31da1fcb8b684a949846b1668131de244fbb89faf7421761da208f87092523a9e184e91a04c26739e6793501307b30ed255d540dcb268b171b7a56b56e24

diff --git a/dev-ml/pecu/metadata.xml b/dev-ml/pecu/metadata.xml
new file mode 100644
index 0..97ab8e76f
--- /dev/null
+++ b/dev-ml/pecu/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/pecu
+  
+

diff --git a/dev-ml/pecu/pecu-0.6.ebuild b/dev-ml/pecu/pecu-0.6.ebuild
new file mode 100644
index 0..fea655da1
--- /dev/null
+++ b/dev-ml/pecu/pecu-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Implementation of quoted-printable encoder/decoder from RFC2045"
+HOMEPAGE="https://github.com/mirage/pecu;
+SRC_URI="https://github.com/mirage/${PN}/releases/download/v${PV}/${PN}-v${PV}.tbz;
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND=""
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/rpc/

2022-04-03 Thread Alessandro Barbieri
commit: d56e5336d88c1dd132e802a3109d66a0dc73fed4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr  2 20:27:05 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:44:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d56e5336

dev-ml/rpc new package

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

 dev-ml/rpc/Manifest |  1 +
 dev-ml/rpc/metadata.xml | 11 +++
 dev-ml/rpc/rpc-8.1.2.ebuild | 44 
 3 files changed, 56 insertions(+)

diff --git a/dev-ml/rpc/Manifest b/dev-ml/rpc/Manifest
new file mode 100644
index 0..44eb54275
--- /dev/null
+++ b/dev-ml/rpc/Manifest
@@ -0,0 +1 @@
+DIST rpclib-8.1.2.tbz 73664 BLAKE2B 
c3a953fcc82dadcb4d2864bd044c32f9a74edadd351af8d4dc1a9c8d84964017e716415ca1831c1a5621dc28dc0a1db60a919f3e2f95d236b1d2d614ea6756a8
 SHA512 
ef75ec6032805b08bd49716d5e9a4ca888c1a581b50e4ad5cc1d003cd182a47cfc87c945e7564251c8e041fc3ffa1b11e0579597fc9806db88955b3e029ba4a3

diff --git a/dev-ml/rpc/metadata.xml b/dev-ml/rpc/metadata.xml
new file mode 100644
index 0..f926d92a9
--- /dev/null
+++ b/dev-ml/rpc/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+mirage/ocaml-rpc
+  
+

diff --git a/dev-ml/rpc/rpc-8.1.2.ebuild b/dev-ml/rpc/rpc-8.1.2.ebuild
new file mode 100644
index 0..9f42f8ce1
--- /dev/null
+++ b/dev-ml/rpc/rpc-8.1.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+MY_P="rpclib-${PV}"
+
+DESCRIPTION="Light library to deal with RPCs in OCaml"
+HOMEPAGE="https://github.com/mirage/ocaml-rpc;
+SRC_URI="https://github.com/mirage/ocaml-${PN}/releases/download/${PV}/${MY_P}.tbz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+DEPEND="
+   dev-ml/async
+   dev-ml/ocaml-base64
+   dev-ml/cmdliner
+   dev-ml/cow
+   dev-ml/js_of_ocaml
+   dev-ml/lwt
+   dev-ml/ppxlib
+   dev-ml/result
+   dev-ml/rresult
+   dev-ml/xmlm
+   dev-ml/yojson
+"
+RDEPEND="${DEPEND}"
+BDEPEND="app-text/md2mld"
+
+src_install() {
+   dune_src_install ppx_deriving_rpc
+   dune_src_install rpc
+   dune_src_install rpclib-async
+   dune_src_install rpclib-html
+   dune_src_install rpclib-js
+   dune_src_install rpclib-lwt
+   dune_src_install rpclib
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage/

2022-04-03 Thread Alessandro Barbieri
commit: e01b8b1ea9337b3e349e362090a55383fd875f7d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 08:07:04 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01b8b1e

dev-ml/mirage: initial import

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

 dev-ml/mirage/Manifest|  1 +
 dev-ml/mirage/metadata.xml| 11 +++
 dev-ml/mirage/mirage-4.0.0.ebuild | 40 +++
 3 files changed, 52 insertions(+)

diff --git a/dev-ml/mirage/Manifest b/dev-ml/mirage/Manifest
new file mode 100644
index 0..4f9f671b8
--- /dev/null
+++ b/dev-ml/mirage/Manifest
@@ -0,0 +1 @@
+DIST mirage-4.0.0.tar.gz 180609 BLAKE2B 
2511b6ab05cf41ed13ef9f961815ddc0da9e823f7ae7bf9a66e911b55171686a3cf675a6ff0402baf0e78267387fda9a9c7bb795aeb37a9577c0d09d3c064789
 SHA512 
ca9ddacc473a56f2d81bdf8a4d61c701f9eeb780d0a6ce2125bdced4f8ff7b9a1d778582059729501cfc29475e97802f1143f16907d5d91494ac8d25cb6e3b95

diff --git a/dev-ml/mirage/metadata.xml b/dev-ml/mirage/metadata.xml
new file mode 100644
index 0..5e2dbfb0b
--- /dev/null
+++ b/dev-ml/mirage/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/mirage
+
+

diff --git a/dev-ml/mirage/mirage-4.0.0.ebuild 
b/dev-ml/mirage/mirage-4.0.0.ebuild
new file mode 100644
index 0..f8f71c538
--- /dev/null
+++ b/dev-ml/mirage/mirage-4.0.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="MirageOS is a library operating system that constructs unikernels"
+HOMEPAGE="
+   https://mirage.io/
+   https://github.com/mirage/mirage
+"
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+   dev-ml/ipaddr
+   dev-ml/bos
+   dev-ml/astring
+   dev-ml/logs
+   dev-ml/lwt
+   dev-ml/emile
+   dev-ml/cmdliner
+   dev-ml/base
+   dev-ml/result
+   dev-ml/rresult
+   dev-ml/uri
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   dune_src_install mirage
+   dune_src_install mirage-runtime
+   dune_src_install functoria
+   dune_src_install functoria-runtime
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage-profile/

2022-04-03 Thread Alessandro Barbieri
commit: 2af0b71b5b88f92fe10289f6d75e2628e5c60daa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  3 07:55:42 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  3 23:46:08 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2af0b71b

dev-ml/mirage-profile: initial import

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

 dev-ml/mirage-profile/Manifest |  1 +
 dev-ml/mirage-profile/metadata.xml | 14 
 .../mirage-profile/mirage-profile-0.9.0-r2.ebuild  | 39 ++
 3 files changed, 54 insertions(+)

diff --git a/dev-ml/mirage-profile/Manifest b/dev-ml/mirage-profile/Manifest
new file mode 100644
index 0..0add7acf4
--- /dev/null
+++ b/dev-ml/mirage-profile/Manifest
@@ -0,0 +1 @@
+DIST mirage-profile-0.9.0.tar.gz 11633 BLAKE2B 
d55b73be2df42230666577be11e1c9138cadc8e1d895a1b58cec342adfac165c76a405298cd24d2d21e6caad12b9593599ba4c62c459e51cf9be58409edfb425
 SHA512 
9a1ba91cfe1454aa85a6f1f72c934d413a8bc4f4793689f309abeca9be22c66c3c3213e8d360ea62813c019e064573cb250d835656c6302429b8e7cbdb39fa2c

diff --git a/dev-ml/mirage-profile/metadata.xml 
b/dev-ml/mirage-profile/metadata.xml
new file mode 100644
index 0..7f44c78f2
--- /dev/null
+++ b/dev-ml/mirage-profile/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+
+   
+mirage/mirage-profile
+
+
+Adds a Xen MirageOS backend collector
+
+

diff --git a/dev-ml/mirage-profile/mirage-profile-0.9.0-r2.ebuild 
b/dev-ml/mirage-profile/mirage-profile-0.9.0-r2.ebuild
new file mode 100644
index 0..b5f8080af
--- /dev/null
+++ b/dev-ml/mirage-profile/mirage-profile-0.9.0-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune multiprocessing
+
+DESCRIPTION="Collect profiling information"
+HOMEPAGE="https://github.com/mirage/mirage-profile;
+SRC_URI="https://github.com/mirage/mirage-profile/archive/v${PV}.tar.gz -> 
mirage-profile-${PV}.tar.gz"
+S="${WORKDIR}/mirage-profile-${PV}"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt xen"
+
+RDEPEND="
+   dev-ml/mtime
+   dev-ml/io-page
+   dev-ml/ocplib-endian
+
+   xen? (
+   dev-ml/mirage-xen
+   dev-ml/xenstore
+   )
+"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+   local pkgs="mirage-profile-unix,mirage-profile"
+   use xen && pkgs="${pkgs},mirage-profile-xen"
+   dune build --only-packages "${pkgs}" -j $(makeopts_jobs) --profile 
release || die
+}
+
+src_install() {
+   dune_src_install mirage-profile mirage-profile-unix
+   use xen && dune_src_install mirage-profile-xen
+}



  1   2   >