[gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/

2021-01-12 Thread Mikle Kolyada
commit: 291c6ca8258f97531ecd18bf331fb7bde3707749
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan 12 12:52:28 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan 12 12:52:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291c6ca8

x11-themes/papirus-icon-theme: Drop myself from maintainers

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-themes/papirus-icon-theme/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-themes/papirus-icon-theme/metadata.xml 
b/x11-themes/papirus-icon-theme/metadata.xml
index cf5de6be3f6..4901bff90cb 100644
--- a/x11-themes/papirus-icon-theme/metadata.xml
+++ b/x11-themes/papirus-icon-theme/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   zlog...@gentoo.org
-   Mikle Kolyada
-
+
 
PapirusDevelopmentTeam/papirus-icon-theme
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-twentyfortyeight/

2021-01-12 Thread Craig Andrews
commit: 2d7b7715676e410c9e98f48479a87eb16e032c47
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan 12 13:23:08 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan 12 13:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7b7715

media-plugins/kodi-game-libretro-twentyfortyeight: 1.0.0.117 version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-twentyfortyeight/Manifest   |  1 +
 ...game-libretro-twentyfortyeight-1.0.0.117.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest 
b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
index 18afd4dee10..f32345d5ff4 100644
--- a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
+++ b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-twentyfortyeight-1.0.0.116.tar.gz 94694 BLAKE2B 
2689fd39310bc62eb3ccdd5b55b59f92ad07d2ca38ad30a2d15bcaed15775d32e886cb2f400544deb74accbb7926c43ca15ad39a03a7658623778fc3b47c20c5
 SHA512 
7f31a6b0e3dd7ba1e5cc96700653b243c559e17f772aa0b71b46c9bd3eeebf30923236bcb598cefbc7d730d3e9c2cbfee81701899edfee17d5e5a1c509bad0cd
+DIST kodi-game-libretro-twentyfortyeight-1.0.0.117.tar.gz 94692 BLAKE2B 
f685aa7084e0965a05dc0cdf61d105f227c409c6a88e1ad2a028f98e6501476cdea00680038b5ebbd44b24d076774a6bc25a58473ba8d69582485ea23dedccef
 SHA512 
8161eb89ca70d263748d8955305d898dafc2693034b60bb100a4821bc9c7016e0e42d140d1cc8261f941ce0101903d33b395686f69597d3653d62229fd999f52

diff --git 
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.117.ebuild
 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.117.ebuild
new file mode 100644
index 000..ea64a0751a2
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.117.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="2048 for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.2048";
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.2048.git";
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.2048-${PV}-${CODENAME}"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   =media-tv/kodi-19*
+   games-emulation/libretro-twentyfortyeight
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+
+src_prepare() {
+   echo 'find_library(2048_LIB NAMES 
2048_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-2048.cmake" || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-snes9x/

2021-01-12 Thread Craig Andrews
commit: e86983b096602d6d656f26556157f905f2dba327
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan 12 13:26:05 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan 12 13:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86983b0

media-plugins/kodi-game-libretro-snes9x: 1.60.0.16 version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  1 +
 .../kodi-game-libretro-snes9x-1.60.0.16.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index 78a0a307174..88e819c1a8e 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-snes9x-1.60.0.15.tar.gz 1374884 BLAKE2B 
19014248468fb1a899dd122a465b7aac36472969a463576657f6b6246659f6e772dd3934616c26f7673da037654369fe015d0d4e939391c3c76f019c28cf64ff
 SHA512 
bff92e9c37125203dd696ebe115c01b0ade4a97161f23b99d22e407b35fec90f0c598cdefc3d9964a55625a5a393bb6df73c6eb7041e566da6d6a80f1e23df71
+DIST kodi-game-libretro-snes9x-1.60.0.16.tar.gz 1374876 BLAKE2B 
63813b7d7e178d12eb235d00e2719de715ddba7c40e7d08b364d327d3201789fae7b4ce8411c4e3cdb8558afbc5964db8bb2685d686adf53f6b1bf54db6c7c03
 SHA512 
e884322e3cf6dee23254e951fc6790c6be4e26c38c9f872bb680ea199fa1e0c686a8abddb48105bdd8b89cc0e0f62d310e1e0eb3cae4f9b466011b3329daec2c

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.16.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.16.ebuild
new file mode 100644
index 000..11af75672b0
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.16.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Snes9x GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x";
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git";
+   inherit git-r3
+   DEPEND="${DEPEND}
+   ~media-tv/kodi-"
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
+   DEPEND="${DEPEND}
+   =media-tv/kodi-19*"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   ${DEPEND}
+   games-emulation/libretro-snes9x
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-twentyfortyeight/

2021-01-12 Thread Craig Andrews
commit: 9ac95c004692238cfeb64854e655f1f9aefe7f2b
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan 12 13:23:35 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan 12 13:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac95c00

media-plugins/kodi-game-libretro-twentyfortyeight: Cleanup old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 .../kodi-game-libretro-twentyfortyeight/Manifest   |  1 -
 ...game-libretro-twentyfortyeight-1.0.0.116.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest 
b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
index f32345d5ff4..77caa3f1a54 100644
--- a/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
+++ b/media-plugins/kodi-game-libretro-twentyfortyeight/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-twentyfortyeight-1.0.0.116.tar.gz 94694 BLAKE2B 
2689fd39310bc62eb3ccdd5b55b59f92ad07d2ca38ad30a2d15bcaed15775d32e886cb2f400544deb74accbb7926c43ca15ad39a03a7658623778fc3b47c20c5
 SHA512 
7f31a6b0e3dd7ba1e5cc96700653b243c559e17f772aa0b71b46c9bd3eeebf30923236bcb598cefbc7d730d3e9c2cbfee81701899edfee17d5e5a1c509bad0cd
 DIST kodi-game-libretro-twentyfortyeight-1.0.0.117.tar.gz 94692 BLAKE2B 
f685aa7084e0965a05dc0cdf61d105f227c409c6a88e1ad2a028f98e6501476cdea00680038b5ebbd44b24d076774a6bc25a58473ba8d69582485ea23dedccef
 SHA512 
8161eb89ca70d263748d8955305d898dafc2693034b60bb100a4821bc9c7016e0e42d140d1cc8261f941ce0101903d33b395686f69597d3653d62229fd999f52

diff --git 
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.116.ebuild
 
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.116.ebuild
deleted file mode 100644
index ea64a0751a2..000
--- 
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-1.0.0.116.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="2048 for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.2048";
-SRC_URI=""
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.2048.git";
-   inherit git-r3
-else
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/kodi-game/game.libretro.2048/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/game.libretro.2048-${PV}-${CODENAME}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   =media-tv/kodi-19*
-   games-emulation/libretro-twentyfortyeight
-   "
-RDEPEND="
-   media-plugins/kodi-game-libretro
-   ${DEPEND}
-   "
-
-src_prepare() {
-   echo 'find_library(2048_LIB NAMES 
2048_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-2048.cmake" || die
-   cmake_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-nestopia/

2021-01-12 Thread Craig Andrews
commit: df0d331ec22c65fbcce7095b578e022ac132af4e
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan 12 13:25:14 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan 12 13:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0d331e

media-plugins/kodi-game-libretro-nestopia: Cleanup old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-game-libretro-nestopia/Manifest |  1 -
 .../kodi-game-libretro-nestopia-1.50.0.12.ebuild   | 44 --
 2 files changed, 45 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-nestopia/Manifest 
b/media-plugins/kodi-game-libretro-nestopia/Manifest
index a1f672ac458..c9857022103 100644
--- a/media-plugins/kodi-game-libretro-nestopia/Manifest
+++ b/media-plugins/kodi-game-libretro-nestopia/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-nestopia-1.50.0.12.tar.gz 793989 BLAKE2B 
7206ed81885af75bb4a7c7b1b46f7be346708b982027928d9ef10b8e00841df9cd6fe173d1c6508cfd4184df17b63c8a02a23ad2968540d0fef3d291e22ff38e
 SHA512 
65290fd67c22fe3e195fb82ee17ac6d5d78242472b750e5e9283cd497b4764c92bf3877f0860416523d69d4413a78cca1cd1e89ffb50598ec2411ca8620408dd
 DIST kodi-game-libretro-nestopia-1.50.0.13.tar.gz 794055 BLAKE2B 
a9f142e57274b59ee13549212954562f4941ff3777de0bd0e9dfdcaa6dc21ea12ba76798adf90de26109eb89882fc26b3917aa05bec89988e224896c94bafbe2
 SHA512 
cde1e13de506b1f994a488d32247ee1cf1bf4a8fd6e8d35f4cf77a626e9b7b40f5755d6cab7bd5b1a298b05457e3f4be0a22bdf6ea60280251c9b4bdf9e1781c

diff --git 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.12.ebuild
 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.12.ebuild
deleted file mode 100644
index 8b618564c44..000
--- 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.12.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Nestopia GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.nestopia";
-SRC_URI=""
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.nestopia.git";
-   inherit git-r3
-   DEPEND="
-   ${DEPEND}
-   ~media-tv/kodi-"
-else
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/kodi-game/game.libretro.nestopia/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/game.libretro.nestopia-${PV}-${CODENAME}"
-   DEPEND="
-   ${DEPEND}
-   =media-tv/kodi-19*"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   ${DEPEND}
-   games-emulation/libretro-nestopia
-   "
-RDEPEND="
-   media-plugins/kodi-game-libretro
-   ${DEPEND}
-   "
-src_prepare() {
-   echo 'find_library(NESTOPIA_LIB NAMES 
nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-nestopia.cmake" || die
-   cmake_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-nestopia/

2021-01-12 Thread Craig Andrews
commit: ed8e2edcddb21825423c9ef0f9d4f11db9c6b57a
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan 12 13:24:47 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan 12 13:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed8e2edc

media-plugins/kodi-game-libretro-nestopia: 1.50.0.13 version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-game-libretro-nestopia/Manifest |  1 +
 .../kodi-game-libretro-nestopia-1.50.0.13.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-nestopia/Manifest 
b/media-plugins/kodi-game-libretro-nestopia/Manifest
index e063598c244..a1f672ac458 100644
--- a/media-plugins/kodi-game-libretro-nestopia/Manifest
+++ b/media-plugins/kodi-game-libretro-nestopia/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-nestopia-1.50.0.12.tar.gz 793989 BLAKE2B 
7206ed81885af75bb4a7c7b1b46f7be346708b982027928d9ef10b8e00841df9cd6fe173d1c6508cfd4184df17b63c8a02a23ad2968540d0fef3d291e22ff38e
 SHA512 
65290fd67c22fe3e195fb82ee17ac6d5d78242472b750e5e9283cd497b4764c92bf3877f0860416523d69d4413a78cca1cd1e89ffb50598ec2411ca8620408dd
+DIST kodi-game-libretro-nestopia-1.50.0.13.tar.gz 794055 BLAKE2B 
a9f142e57274b59ee13549212954562f4941ff3777de0bd0e9dfdcaa6dc21ea12ba76798adf90de26109eb89882fc26b3917aa05bec89988e224896c94bafbe2
 SHA512 
cde1e13de506b1f994a488d32247ee1cf1bf4a8fd6e8d35f4cf77a626e9b7b40f5755d6cab7bd5b1a298b05457e3f4be0a22bdf6ea60280251c9b4bdf9e1781c

diff --git 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.13.ebuild
 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.13.ebuild
new file mode 100644
index 000..8b618564c44
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.50.0.13.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Nestopia GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.nestopia";
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.nestopia.git";
+   inherit git-r3
+   DEPEND="
+   ${DEPEND}
+   ~media-tv/kodi-"
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.nestopia/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.nestopia-${PV}-${CODENAME}"
+   DEPEND="
+   ${DEPEND}
+   =media-tv/kodi-19*"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   ${DEPEND}
+   games-emulation/libretro-nestopia
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(NESTOPIA_LIB NAMES 
nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-nestopia.cmake" || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-snes9x/

2021-01-12 Thread Craig Andrews
commit: 1a6e0f7b84ba682ce010f49c2f71ca17dae94a37
Author: Craig Andrews  gentoo  org>
AuthorDate: Tue Jan 12 13:26:32 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Jan 12 13:26:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6e0f7b

media-plugins/kodi-game-libretro-snes9x: Cleanup old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Craig Andrews  gentoo.org>

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  1 -
 .../kodi-game-libretro-snes9x-1.60.0.15.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index 88e819c1a8e..c57c693a97a 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-snes9x-1.60.0.15.tar.gz 1374884 BLAKE2B 
19014248468fb1a899dd122a465b7aac36472969a463576657f6b6246659f6e772dd3934616c26f7673da037654369fe015d0d4e939391c3c76f019c28cf64ff
 SHA512 
bff92e9c37125203dd696ebe115c01b0ade4a97161f23b99d22e407b35fec90f0c598cdefc3d9964a55625a5a393bb6df73c6eb7041e566da6d6a80f1e23df71
 DIST kodi-game-libretro-snes9x-1.60.0.16.tar.gz 1374876 BLAKE2B 
63813b7d7e178d12eb235d00e2719de715ddba7c40e7d08b364d327d3201789fae7b4ce8411c4e3cdb8558afbc5964db8bb2685d686adf53f6b1bf54db6c7c03
 SHA512 
e884322e3cf6dee23254e951fc6790c6be4e26c38c9f872bb680ea199fa1e0c686a8abddb48105bdd8b89cc0e0f62d310e1e0eb3cae4f9b466011b3329daec2c

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.15.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.15.ebuild
deleted file mode 100644
index 11af75672b0..000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.15.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Snes9x GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x";
-SRC_URI=""
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git";
-   inherit git-r3
-   DEPEND="${DEPEND}
-   ~media-tv/kodi-"
-else
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
-   DEPEND="${DEPEND}
-   =media-tv/kodi-19*"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   ${DEPEND}
-   games-emulation/libretro-snes9x
-   "
-RDEPEND="
-   media-plugins/kodi-game-libretro
-   ${DEPEND}
-   "
-src_prepare() {
-   echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
-   cmake_src_prepare
-}



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

2021-01-12 Thread Fabian Groffen
commit: 2b77d5b1db1d723f8ce576a58a0b2dd6a1ce9806
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Jan 12 13:32:35 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Jan 12 13:32:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2b77d5b1

eclass/db: remove AIX stuff

Signed-off-by: Fabian Groffen  gentoo.org>

 eclass/db.eclass | 18 +++---
 1 file changed, 3 insertions(+), 15 deletions(-)

diff --git a/eclass/db.eclass b/eclass/db.eclass
index df1e361e9b..96a857a196 100644
--- a/eclass/db.eclass
+++ b/eclass/db.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: db.eclass
@@ -29,22 +29,10 @@ db_fix_so() {
 
# now rebuild all the correct ones
local ext
-   for ext in so a dylib sl; do
+   for ext in so dylib a; do
for name in libdb libdb_{cxx,tcl,java,sql,stl}; do
target="$(find . -maxdepth 1 -type f -name 
"${name}-*.${ext}" |sort -V |tail -n 1)"
-   [[ -n "${target}" ]] || continue;
-   case ${CHOST} in 
-   *-aix*)
-   aixdll --merge-runtime \
-   --keepdir=false \
-   --target="${name}.${ext}" \
-   --current="${target}" \
-   `find . -maxdepth 1 -type f -name 
"${name}-*.${ext}"`
-   ;;
-   *)
-   ln -sf ${target//.\//} ${name}.${ext}
-   ;;
-   esac;
+   [[ -n "${target}" ]] && ln -sf ${target//.\//} 
${name}.${ext}
done;
done;
 



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

2021-01-12 Thread Lars Wendler
commit: 7bb5f11e912c74592aacc9b55482c3a4921ed036
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 12 15:01:39 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 12 15:01:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb5f11e

app-shells/bash: Removed last occurance of emktemp

Thanks-to: Kerin Millar  plushkava.net>
Closes: https://bugs.gentoo.org/745423
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/bash/bash-5.0_p11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.0_p11-r1.ebuild 
b/app-shells/bash/bash-5.0_p11-r1.ebuild
index 166972b40ad..6420a7a4602 100644
--- a/app-shells/bash/bash-5.0_p11-r1.ebuild
+++ b/app-shells/bash/bash-5.0_p11-r1.ebuild
@@ -252,7 +252,7 @@ pkg_preinst() {
# rewrite the symlink to ensure that its mtime changes. having 
/bin/sh
# missing even temporarily causes a fatal error with paludis.
local target=$(readlink "${EROOT}"/bin/sh)
-   local tmp=$(emktemp "${EROOT}"/bin)
+   local tmp="${T}"/sh
ln -sf "${target}" "${tmp}"
mv -f "${tmp}" "${EROOT}"/bin/sh
fi



[gentoo-commits] repo/gentoo:master commit in: games-misc/ponysay/files/, games-misc/ponysay/

2021-01-12 Thread Sam James
commit: e24828d13b13b5b885f1945cb16e45a23c9df1c1
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 13:37:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:22:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24828d1

games-misc/ponysay: add Python 3.8, 3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../files/ponysay-3.0.3-python-syntax.patch| 38 ++
 games-misc/ponysay/ponysay-3.0.3.ebuild|  8 +++--
 2 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/games-misc/ponysay/files/ponysay-3.0.3-python-syntax.patch 
b/games-misc/ponysay/files/ponysay-3.0.3-python-syntax.patch
new file mode 100644
index 000..de35149fcdf
--- /dev/null
+++ b/games-misc/ponysay/files/ponysay-3.0.3-python-syntax.patch
@@ -0,0 +1,38 @@
+https://github.com/erkin/ponysay/commit/f9154fd806bbf31c79b1769b13d5aa1b67f9c06a.patch
+(and an additional fix)
+
+From f9154fd806bbf31c79b1769b13d5aa1b67f9c06a Mon Sep 17 00:00:00 2001
+From: adasiko 
+Date: Sun, 22 Mar 2020 19:33:28 +0700
+Subject: [PATCH] fix: do not compare literal with "is not"
+
+---
+ src/ponysaytool.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/ponysaytool.py b/src/ponysaytool.py
+index 7f9a4da5..574a2baa 100755
+--- a/src/ponysaytool.py
 b/src/ponysaytool.py
+@@ -1002,7 +1002,7 @@ def alert(text):
+ for row in range(0, len(datalines)):
+ current = leftlines[row]
+ if len(datalines[row].strip()) == 0:
+-if current is not 'comment':
++if current != 'comment':
+ if current != last:
+ self.datamap[current] = None
+ continue
+diff --git a/src/backend.py b/src/backend.py
+index 2cc539a..82ff149 100755
+--- a/src/backend.py
 b/src/backend.py
+@@ -291,7 +291,7 @@ class Backend():
+ props = dollar[7:]
+ if len(props) > 0:
+ if ',' in props:
+-if props[0] is not ',':
++if props[0] != ',':
+ w = props[:props.index(',')]
+ h = int(props[props.index(',') + 1:])
+ else:

diff --git a/games-misc/ponysay/ponysay-3.0.3.ebuild 
b/games-misc/ponysay/ponysay-3.0.3.ebuild
index 5c758bbc210..00fedbca4e2 100644
--- a/games-misc/ponysay/ponysay-3.0.3.ebuild
+++ b/games-misc/ponysay/ponysay-3.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit bash-completion-r1 python-single-r1
 
 DESCRIPTION="cowsay reimplemention for ponies"
@@ -22,6 +22,10 @@ RDEPEND="${PYTHON_DEPS}
fish-completion? ( app-shells/fish )
zsh-completion? ( app-shells/zsh )"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-3.0.3-python-syntax.patch"
+)
+
 setup_py() {
"${PYTHON}" setup.py \
--prefix="${EPREFIX}"/usr \



[gentoo-commits] repo/gentoo:master commit in: games-fps/doomsday/

2021-01-12 Thread Sam James
commit: 966ceefb3283f34d7f82fb5a92f5028e1dcc4834
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 15:20:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:22:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966ceefb

games-fps/doomsday: bump to 2.3.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 games-fps/doomsday/Manifest  |  1 +
 games-fps/doomsday/doomsday-2.3.0.ebuild | 81 
 2 files changed, 82 insertions(+)

diff --git a/games-fps/doomsday/Manifest b/games-fps/doomsday/Manifest
index 4726ace45e3..e6ef0b454e3 100644
--- a/games-fps/doomsday/Manifest
+++ b/games-fps/doomsday/Manifest
@@ -1 +1,2 @@
 DIST doomsday-2.1.1.tar.gz 47526008 BLAKE2B 
bf941048d160058273df09d67b09e140c10d141cd73ff56d0f3162045696d81533aba9a8c9ff39fc29530248ee8b2f6dd2b3da76a929fb6263c311e65bcbdd82
 SHA512 
9df0afa0465ef3c3bb30cccf8ca51596e8e6e5584775a695c9c3278f15bcf7e9f7aaeaa0917f0a1de9fbb1174f2ae83a1ee85fba63bef6e49be957836f1107a3
+DIST doomsday-2.3.0.tar.gz 47838189 BLAKE2B 
807204cd5e716f57291e383b6a2f0570c01f3e4a92d575f5e585cf1e793785031edd845399dd6896766b1c77425b2fefd6f5f5913adc5fcb7bb1415b2f906c98
 SHA512 
46d92743e981804eca3ed6e486c4a748114621053d6269a0c0bc5fa84a591f6556ad3226ab6fb3cbc8642ac2f128885261c0bdc78bb5f2012a25f2cab6413461

diff --git a/games-fps/doomsday/doomsday-2.3.0.ebuild 
b/games-fps/doomsday/doomsday-2.3.0.ebuild
new file mode 100644
index 000..47cd24259c1
--- /dev/null
+++ b/games-fps/doomsday/doomsday-2.3.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit cmake python-any-r1 qmake-utils readme.gentoo-r1
+
+DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen"
+HOMEPAGE="https://www.dengine.net";
+SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3+ LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="demo fmod freedoom fluidsynth openal tools"
+
+RDEPEND="
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5=[-gles2-only]
+   dev-qt/qtnetwork:5=
+   dev-qt/qtopengl:5=
+   dev-qt/qtwidgets:5=
+   dev-qt/qtx11extras:5=
+   media-libs/assimp
+   net-misc/curl
+   sys-libs/zlib
+   fmod? ( media-libs/fmod:1 )
+   fluidsynth? ( media-sound/fluidsynth:= )
+   openal? ( media-libs/openal )
+   tools? ( sys-libs/ncurses:0= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   virtual/pkgconfig
+"
+PDEPEND="
+   demo? ( games-fps/doom-data )
+   freedoom? ( games-fps/freedoom )
+"
+
+S="${WORKDIR}/${P}/${PN}"
+
+DOC_CONTENTS="You need to copy Doom, Doom 2, Chex Quest, Heretic, Hexen, 
HexenDD, or Doom64 wads to a folder of your choice and then tell the game 
engine where that folder is. This is different to older versions, which had 
separate launchers for each game and required the files to be in a specific 
place."
+
+src_prepare() {
+   cmake_src_prepare
+
+   # Fix QA warning for "installing to one or more unexpected paths"
+   sed -e "10s:/texc:/${PF}:" -i tools/texc/CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DDENG_ASSIMP_EMBEDDED="OFF"
+   -DDENG_ENABLE_TOOLS="$(usex tools)"
+   -DPYTHON_EXECUTABLE="${PYTHON}"
+   -DQMAKE=$(qt5_get_bindir)/qmake
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use tools; then
+   mv -v "${ED}"/usr/bin/md2tool{,.${PN}} || die
+   fi
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+
+   if use tools; then
+   einfo "In order to prevent a file collision with 
games-fps/eduke32[tools],"
+   einfo "the utility md2tool has been renamed to 
md2tool.doomsday."
+   fi
+}



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

2021-01-12 Thread Sam James
commit: 6b492628cdf243f7950ead4b2bc61829c2396d07
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 15:21:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:22:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b492628

app-text/teckit: fix src_prepare

Closes: https://bugs.gentoo.org/765106
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/teckit/teckit-2.5.10.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-text/teckit/teckit-2.5.10.ebuild 
b/app-text/teckit/teckit-2.5.10.ebuild
index 2a65a4c4820..5a305123828 100644
--- a/app-text/teckit/teckit-2.5.10.ebuild
+++ b/app-text/teckit/teckit-2.5.10.ebuild
@@ -13,15 +13,14 @@ LICENSE="|| ( CPL-0.5 LGPL-2.1 )"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-RDEPEND="sys-libs/zlib
-   dev-libs/expat"
+RDEPEND="
+   dev-libs/expat
+   sys-libs/zlib
+"
 DEPEND="${RDEPEND}"
 
-PATCHES=(
-   "${FILESDIR}/${PN}-2.5.1-mixcflagscxxflags.patch"
-)
-
 src_prepare() {
+   default
rm -f configure || die
 
sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die



[gentoo-commits] repo/gentoo:master commit in: games-fps/doomsday/

2021-01-12 Thread Sam James
commit: 50f81b09ffb2ebc1b94ceedc763e77ad598b4426
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 13:54:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:22:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f81b09

games-fps/doomsday: add Python 3.8, 3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 games-fps/doomsday/doomsday-2.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild 
b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild
index 8aa9456f575..47cd24259c1 100644
--- a/games-fps/doomsday/doomsday-2.1.1-r1.ebuild
+++ b/games-fps/doomsday/doomsday-2.1.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit cmake python-any-r1 qmake-utils readme.gentoo-r1
 



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

2021-01-12 Thread Sam James
commit: 67d0af6d547fa219a8e602300947bf6d0735c339
Author: David Mudrak  mudrd8mz  net>
AuthorDate: Tue Jan 12 12:52:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:24:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d0af6d

dev-lang/sassc: version bump to 3.6.1

Bug: https://bugs.gentoo.org/764974
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Mudrak  mudrd8mz.net>
Closes: https://github.com/gentoo/gentoo/pull/19044
Signed-off-by: Sam James  gentoo.org>

 dev-lang/sassc/Manifest   |  1 +
 dev-lang/sassc/sassc-3.6.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-lang/sassc/Manifest b/dev-lang/sassc/Manifest
index d002f7969d3..c79ef9284f4 100644
--- a/dev-lang/sassc/Manifest
+++ b/dev-lang/sassc/Manifest
@@ -1 +1,2 @@
 DIST sassc-3.6.0.tar.gz 26111 BLAKE2B 
91d634bd652607407c48f141aa39260739357f6eeb4bade1fff1bfdd4e4e6e0757712501395c913ef1a8944ec9174649fa5ce657af4afec6f9f0eb7f804e1ff2
 SHA512 
0d8de651b1587f4994a5da85ad09ec2ce6e240213dbaa567c6b9baa612fe82e337061d9a5a8a3a5588e4c366c1178b6fd04e9d699a0be3d83c68f98bac774527
+DIST sassc-3.6.1.tar.gz 26137 BLAKE2B 
73aaabe4f4dab7efdaef591918da8a4bd79e98dff0105666548f00b09657f46d2e28523988d60eef7f4b1eedacbfe17638e96f5a9c98a5325ef9e56f681c0e28
 SHA512 
b6df8f481db0737ca08808c0849dcbd83e80799d883271d382607b7a74028153195f5f9c26768ffe1a9a92ee8c26be3c382ad7b3a5336eb6e4a0dad58132690e

diff --git a/dev-lang/sassc/sassc-3.6.1.ebuild 
b/dev-lang/sassc/sassc-3.6.1.ebuild
new file mode 100644
index 000..309816f17dd
--- /dev/null
+++ b/dev-lang/sassc/sassc-3.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+
+DESCRIPTION="A libsass command line driver"
+HOMEPAGE="https://github.com/sass/sassc";
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/libsass:="
+DEPEND="${RDEPEND}"
+
+DOCS=( Readme.md )
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2021-01-12 Thread Sam James
commit: c59f8ac28f83149a561f6c0f3ed5715444e4ee3a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 15:50:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:50:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59f8ac2

app-text/djvu: bump to 3.5.28

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/djvu/Manifest   |  1 +
 app-text/djvu/djvu-3.5.28.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/app-text/djvu/Manifest b/app-text/djvu/Manifest
index b0a911340b1..fa7f8b1800d 100644
--- a/app-text/djvu/Manifest
+++ b/app-text/djvu/Manifest
@@ -1 +1,2 @@
 DIST djvu-3.5.27.zip 3567522 BLAKE2B 
c074468a2fedf097b9b8fea4c449f26b61bffb31d10114081554e59256a23315ecffc203b5223468ca0c3338118b53aba65eee4cb5e7ad5c8d55470e90f43843
 SHA512 
dc1cd1bce2fb6245946f9409b3a3826ef2dc77a20be079c929b17508c3d967a0b5d8acd61bad00357e46a845f7f97717a043db9ffd1fe23e9a09441b7d21cbd6
+DIST djvulibre-3.5.28.tar.gz 3701161 BLAKE2B 
74681f00d5f116ab08ccadb6c6f536f5d23f1fafdfae1239add6d800c0446298e65cd5dad293e28aa4d309dc93eaeec9036a7144f6fa42ff1104a4b945ca6bce
 SHA512 
db3b8a5b56d700e911be32057f721a2a597e6f52e6fade203ad75ad76ab2d8facff2e474fd18beea703ccd5fa6425352e619a8fda40e69add1724dbee26050c6

diff --git a/app-text/djvu/djvu-3.5.28.ebuild b/app-text/djvu/djvu-3.5.28.ebuild
new file mode 100644
index 000..5bbebac0309
--- /dev/null
+++ b/app-text/djvu/djvu-3.5.28.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools desktop flag-o-matic optfeature xdg
+
+MY_P="${PN}libre-${PV#*_p}"
+DESCRIPTION="DjVu viewers, encoders and utilities"
+HOMEPAGE="http://djvu.sourceforge.net/";
+SRC_URI="http://downloads.sourceforge.net/djvu/${MY_P}.tar.gz";
+S="${WORKDIR}/${MY_P%%.3}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="debug doc jpeg tiff xml"
+
+RDEPEND="jpeg? ( virtual/jpeg:0 )
+   tiff? ( media-libs/tiff:0= )"
+DEPEND="${RDEPEND}
+   || ( gnome-base/librsvg media-gfx/inkscape )"
+BDEPEND="app-arch/unzip"
+
+DOCS=( NEWS README )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   use debug && append-cppflags "-DRUNTIME_DEBUG_ONLY"
+
+   # We install all desktop files by hand.
+   econf \
+   $(use_enable xml xmltools) \
+   $(use_with jpeg) \
+   $(use_with tiff) \
+   --disable-desktopfiles
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+
+   use doc && dodoc -r doc
+
+   # Install desktop files.
+   cd desktopfiles || die
+   for i in {22,32,48,64}; do
+   insinto /usr/share/icons/hicolor/${i}x${i}/mimetypes
+   newins prebuilt-hi${i}-djvu.png image-vnd.djvu.png
+   done
+
+   insinto /usr/share/mime/packages
+   doins djvulibre-mime.xml
+}
+
+pkg_postinst() {
+   xdg_postinst
+
+   optfeature "For djviewer or browser plugin" app-text/djview
+}



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

2021-01-12 Thread Sam James
commit: 82480c1f123a31c8ffda82b8dfa73fec8c6a6e04
Author: Robert Siebeck  r123  de>
AuthorDate: Mon Jan 11 18:04:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82480c1f

mail-client/alpine: remove old version

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/19035
Signed-off-by: Sam James  gentoo.org>

 mail-client/alpine/Manifest   |  2 -
 mail-client/alpine/alpine-2.23.ebuild | 89 ---
 2 files changed, 91 deletions(-)

diff --git a/mail-client/alpine/Manifest b/mail-client/alpine/Manifest
index 5a8cc207841..2a78cc93f8e 100644
--- a/mail-client/alpine/Manifest
+++ b/mail-client/alpine/Manifest
@@ -1,4 +1,2 @@
-DIST alpine-2.23-chappa.patch.gz 172604 BLAKE2B 
f814a269fe316dd42e73f98b09a67b26f8d0c5db9bc83ebcc6145f7f3373f14a5fa9f7991f60a4186c0f078428fa0a38bc81b0459998045ea433438f730f05a8
 SHA512 
5195db336651da161b3d94afeab8f46fd6bd3d1953db72b8f453355b46eafe8afe26eccb2466024f077fc3e40ff52e1a14a126ce3cc33fdcfcaeded67f9422d0
-DIST alpine-2.23.tar.xz 6330784 BLAKE2B 
e7be73dc0ccf04cfbd8712e70f8b114063983b971c1d967765b41ab0bf86369815d954e85fc4d9622539b1e3a6324ffda635a2808b9439a123302e7f9c9f421d
 SHA512 
abc3675b18d6bd20a547b8e2c3f1f4c668aee2f2d20f426f28b4b3d4cfd66762777007441da3b0fda74e625c71bc2ef05434089508c2af804e62cf216df5554b
 DIST alpine-2.24-chappa.patch.gz 172010 BLAKE2B 
39f5336ead355a4b78bcdd5b44dc39bf93f3c3efa95b3ad8a86f3a0dda13f03164a03fbed898150864130648a204a6b5d9e32c3437138878516d014c8bbe
 SHA512 
7152a8e4a79a530345448267204a96bc2585b4fccb23f011fd4dc97bc713696b8eb7ca9563655d8da33570ef14bf29577f82fe0f104c80590a43b0e74ec89e81
 DIST alpine-2.24.tar.xz 7341676 BLAKE2B 
63e2d9387f1a369f9a4623625524f25eec64c600672092608256fd2827c094fae1384b35da84ec5f5865295744982ede533551dc47b6f0c80f2405ed16cad546
 SHA512 
642a51f73732ebdf7c40e2b66370aa2f48fb13b349b477871b26295c3e8b860a0cc78dec9f80efc6ea74c548a080ceff04181eb18c35a9c8cae8d8ef831178c5

diff --git a/mail-client/alpine/alpine-2.23.ebuild 
b/mail-client/alpine/alpine-2.23.ebuild
deleted file mode 100644
index 24bf8ef8ae8..000
--- a/mail-client/alpine/alpine-2.23.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="An easy to use text-based based mail and news client"
-HOMEPAGE="http://alpine.x10host.com/alpine/ https://repo.or.cz/alpine.git/";
-CHAPPA_PATCH_NAME="${P}-chappa.patch"
-SRC_URI="http://alpine.x10host.com/alpine/release/src/${P}.tar.xz
-   chappa? ( http://alpine.x10host.com/alpine/patches/${P}/all.patch.gz -> 
${CHAPPA_PATCH_NAME}.gz ) "
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
-IUSE="+chappa doc ipv6 kerberos ldap libressl nls onlyalpine passfile smime 
spell ssl threads"
-
-DEPEND=">=sys-libs/ncurses-5.1:0=
-   kerberos? ( app-crypt/mit-krb5 )
-   ldap? ( net-nds/openldap )
-   spell? ( app-text/aspell )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-"
-RDEPEND="${DEPEND}
-   app-misc/mime-types
-"
-
-src_prepare() {
-   default
-   use chappa && eapply "${WORKDIR}/${CHAPPA_PATCH_NAME}"
-   eautoreconf
-   tc-export CC RANLIB AR
-   export CC_FOR_BUILD=$(tc-getBUILD_CC)
-}
-
-src_configure() {
-   myconf=(
-   --without-tcl
-   --with-system-pinerc="${EPREFIX}"/etc/pine.conf
-   --with-system-fixed-pinerc="${EPREFIX}"/etc/pine.conf.fixed
-   $(use_with ldap)
-   $(use_with ssl)
-   $(use_with passfile passfile .pinepwd)
-   $(use_with kerberos krb5)
-   $(use_with threads pthread)
-   $(use_with spell interactive-spellcheck /usr/bin/aspell)
-   $(use_enable nls)
-   $(use_with ipv6)
-   $(use_with smime)
-   )
-
-   if use ssl; then
-   myconf+=(
-   --with-ssl-include-dir="${EPREFIX}"/usr/include/openssl
-   --with-ssl-lib-dir="${EPREFIX}"/usr/$(get_libdir)
-   --with-ssl-certs-dir="${EPREFIX}"/etc/ssl/certs
-   )
-   fi
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   emake -j1 AR=$(tc-getAR)
-}
-
-src_install() {
-   if use onlyalpine ; then
-   dobin alpine/alpine
-   doman doc/man1/alpine.1
-   else
-   emake -j1 DESTDIR="${D}" install
-   doman doc/man1/*.1
-   fi
-
-   dodoc NOTICE README*
-
-   if use doc ; then
-   dodoc doc/brochure.txt
-
-   dodoc -r doc/tech-notes/
-   newdoc "${S}/doc/mailcap.unx" mailcap.unx.sample
-   newdoc "${S}/doc/mime.types" mim

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

2021-01-12 Thread Sam James
commit: 0124685a5d4001714a72b9da4835b1f28ccbcb40
Author: Christian Tietz  mailbox  org>
AuthorDate: Mon Jan 11 11:58:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 15:52:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0124685a

sys-apps/bleachbit: Bump to 4.2.0

Set DISTUTILS_SINGLE_IMPL=1 as only one Python executable is called,
thus supporting multiple implementations does not make sense.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Christian Tietz  mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/19028
Signed-off-by: Sam James  gentoo.org>

 sys-apps/bleachbit/Manifest   |  1 +
 sys-apps/bleachbit/bleachbit-4.2.0.ebuild | 82 +++
 2 files changed, 83 insertions(+)

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index fff9dd54226..599c7651ed3 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1 +1,2 @@
 DIST bleachbit-4.0.0.tar.bz2 599756 BLAKE2B 
05a4dbf9e0b6bbcba528875a82e36eb9f91ae84c5bdc6f8f69063a54bd192332f5dd1d22ee5a737243eb5fb74cf0362eace1b50a73f7c1d0557a8cba146dea01
 SHA512 
ce120239b411c6e177af0e22a16b583ac3ae8903ba13579878942492e4e221355da28f737d6c78811312bfcc888af7c8dba6c153673f4e1542cc2aceedf2d2c9
+DIST bleachbit-4.2.0.tar.bz2 606223 BLAKE2B 
c45a11db556b9c3e3a19583bfaa633244e2ea2e374ec8b883cba486126cfb33617cd7930af79d379711980ad4b56426b39a3e68532462be1918da1386369d137
 SHA512 
6d43da42c6a2a328c8fb766a3f00f4511e72a00836316c279c8dc3a24468abb4c2ce909b42c568ee0b8417c08827c7cb79ae197ae693b8d6ce60faf22422effb

diff --git a/sys-apps/bleachbit/bleachbit-4.2.0.ebuild 
b/sys-apps/bleachbit/bleachbit-4.2.0.ebuild
new file mode 100644
index 000..c3523862ab4
--- /dev/null
+++ b/sys-apps/bleachbit/bleachbit-4.2.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="sqlite(+)"
+DISTUTILS_SINGLE_IMPL=1
+
+inherit desktop distutils-r1 virtualx
+
+DESCRIPTION="Clean junk to free disk space and to maintain privacy"
+HOMEPAGE="https://www.bleachbit.org";
+SRC_URI="https://download.bleachbit.org/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   sys-devel/gettext
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]')
+   )
+"
+
+distutils_enable_tests unittest
+
+# tests fail under FEATURES=usersandbox
+RESTRICT="test"
+
+python_prepare_all() {
+   if use test; then
+   # avoid tests requiring internet access
+   rm tests/Test{Chaff,Update}.py || die
+
+   # fails due to non-existent $HOME/.profile
+   rm tests/TestInit.py || die
+
+   # these fail on upstream Travis CI as well as on Gentoo
+   sed -e "s/test_notify(self)/_&/" \
+   -i tests/TestGUI.py || die
+
+   sed -e "s/test_get_proc_swaps(self)/_&/" \
+   -i tests/TestMemory.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   emake -C po local
+}
+
+python_test() {
+   virtx emake tests
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_newscript ${PN}.py ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   emake -C po DESTDIR="${D}" install
+
+   insinto /usr/share/bleachbit/cleaners
+   doins cleaners/*.xml
+
+   insinto /usr/share/bleachbit
+   doins data/app-menu.ui
+
+   doicon ${PN}.png
+   domenu org.${PN}.BleachBit.desktop
+}



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

2021-01-12 Thread Sebastian Pipping
commit: da58b8664836a1bea37aa601efbebc8270881b8f
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Jan 12 16:01:19 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Jan 12 16:21:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da58b866

app-emulation/docker-compose: 1.28.0_rc3

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-3.0.12, Repoman-3.0.2

 app-emulation/docker-compose/Manifest  |  1 +
 .../docker-compose-1.28.0_rc3.ebuild   | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index 2f9f70eda36..4a1d3c68275 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -1,3 +1,4 @@
 DIST docker-compose-1.27.4.tar.gz 309308 BLAKE2B 
098af5e0308de4fe72f8f7d5c9cbdb285ec1cb6fbd492baef8a4223f93591321c585ebabd4c7e4a40d7a1bce3ab2d7ccf4cee1d0a15e7f59bb80eb4df5b6c8d6
 SHA512 
b41b7cf88b1380021a30f9becb7567d1e154ef875c42b37483673b5107f1a26dae6868b92c6a61f695001eb63759b25f3729e6783272eb784047717cafea3b80
 DIST docker-compose-1.28.0_rc1.tar.gz 313984 BLAKE2B 
3307aab3ec842d21de73ab282905016f6b0934a2ce9d1dde474ea1e7c5894cea028363c03ec9f597cb3e9b2910e9286b2ffb3070885b20787f28767fec909a73
 SHA512 
87704f16bd2d6551fed0b3d38264e10cf12604f40a68637ac9dacc3aebe618872f54a890aa6bb1412143055021751bcba1b542d51b252e78b0b8948e2b8cc8fd
 DIST docker-compose-1.28.0_rc2.tar.gz 314331 BLAKE2B 
c2e169152a6da067e47ca7654b3866fd2b46779bbf35f917008dc71a4c70ede1704bd3f6e5f2231b42d50d6d11ae9df402ed1b01832c26d5d14bdb4db33e7432
 SHA512 
0320f96b177034c5575797540d38981d591fe22d39ee2e1c338589189333c9eac5e595103bc7295b43b90f697b5a09daffa7f611b395e6bcf81fdce3a391eed6
+DIST docker-compose-1.28.0_rc3.tar.gz 317485 BLAKE2B 
5954ebf8224b8701decf7b7c4447592f0a8ce5472e5c9307364c605e2a260ae36c69ceb95b6dc254701650873ea8f443e8767a7ba96bbeec44343b94fb8c5d36
 SHA512 
0d09d306c38b6c9990f5801fe12c7554694f1a270c13babeb8aecda06c428f4c8d37153439c43fd02fe3ffd59fe4f38ad48d066abfb81fcc1ce8e23e6b353ef3

diff --git a/app-emulation/docker-compose/docker-compose-1.28.0_rc3.ebuild 
b/app-emulation/docker-compose/docker-compose-1.28.0_rc3.ebuild
new file mode 100644
index 000..b76ffd2a685
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.28.0_rc3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2018-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit bash-completion-r1 distutils-r1
+
+MY_PV=${PV/_/-}
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://github.com/docker/compose";
+SRC_URI="https://github.com/docker/compose/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/docker-py-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dotenv-0.13.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.5.1[${PYTHON_USEDEP}]
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   >=dev-python/PySocks-1.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/texttable-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]"
+
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-python/pytest-5[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.2.2[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/compose-${MY_PV}"
+
+PATCHES=(
+   # Bug #679968 -- https://bugs.gentoo.org/679968
+   # Bug #681002 -- https://bugs.gentoo.org/681002
+   "${FILESDIR}"/${PN}-1.28.0_rc2-setup-py.patch
+)
+
+DOCS=( CHANGELOG.md README.md )
+
+src_prepare() {
+   # Address QA issue "docker-compose.exe: missing alias (symlink) for 
completed command."
+   sed 's,^\(complete.*\) docker-compose\.exe\(.*\),\1\2,' -i 
contrib/completion/bash/docker-compose || die
+
+   default
+}
+
+python_test() {
+   distutils_install_for_testing
+   ${PYTHON} -m pytest tests/unit/ || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp contrib/completion/bash/docker-compose ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   doins contrib/completion/zsh/*
+
+   distutils-r1_python_install_all
+}



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

2021-01-12 Thread Andrey Grozin
commit: 0b44c5508c28bc0406d543f89cadbac346426f99
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Jan 12 16:25:50 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Jan 12 16:26:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b44c550

dev-python/pikepdf: bump to 2.3.0

Closes: https://bugs.gentoo.org/764806
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrey Grozin  gentoo.org>

 dev-python/pikepdf/Manifest |  1 +
 dev-python/pikepdf/pikepdf-2.3.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 9f84637789b..2e7ac00a789 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,2 +1,3 @@
 DIST pikepdf-1.18.0.tar.gz 2351789 BLAKE2B 
b33b69f57fcd5293814ac880376627b7184ca632e09f668fd274eae6b3640d97699681597470c17abe00ec334ec894a073cc1a1eff91ffa7df572ef78542b429
 SHA512 
9a04fe6ce145a6f28a180261ac004fc0ce3c525c4e9e7c5eb4bb7dbf8aaa6d3e6f726cec5d20033a5aaa60b793666df52c20f13c8ee7c0c3266fb8e557d69c18
 DIST pikepdf-2.2.0.tar.gz 2363761 BLAKE2B 
d1a8873a2c41e280dc2880609424742f4454ee226ee30469df067ddf0f5ee98ba6ef2965df75e95c2576e3813bdea7cb6bebfc7a1a7d05696b9da8ec67ef981a
 SHA512 
e80874ece09ce6381079f705ab031b121917485d0968578aeb07a83b70a14bb46d549498357acc4df62b51c33fd75a87f65b74ef64464dcaebba3ff84aaa1843
+DIST pikepdf-2.3.0.tar.gz 2366792 BLAKE2B 
3e5d2f460702bbce8ddc22abfb67867b40f75bb59cd30966db9865c96240ef9ad990f295abcd8f5f325a9954500e587afab647da7de3909960859fa3825c4526
 SHA512 
056bd2e73a7915b42ea170061932e445fff614abd662d935c8735c5fb04fd95e196495bc11dcb3781270c966d94cb93cd972500e6ea4d3ea7333456be3b7dbb6

diff --git a/dev-python/pikepdf/pikepdf-2.3.0.ebuild 
b/dev-python/pikepdf/pikepdf-2.3.0.ebuild
new file mode 100644
index 000..e1542ac56bb
--- /dev/null
+++ b/dev-python/pikepdf/pikepdf-2.3.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python library to work with pdf files based on qpdf"
+HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="app-text/qpdf:0=
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-50[${PYTHON_USEDEP}]
+   >=dev-python/wheel-0.35[${PYTHON_USEDEP}]
+   >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
+   test? ( >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
+   =dev-python/pillow-5.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   =dev-python/pytest-cov-2.10.1[${PYTHON_USEDEP}]
+   =dev-python/pytest-xdist-1.28[${PYTHON_USEDEP}]
+   =dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.8.3-test.patch )
+
+python_test() {
+   pytest
+}
+
+# When ipython and matplotlib will get python3_8 support, we'll be able to add
+#
+#IUSE="doc"
+#DEPEND="doc? ( dev-python/ipython
+#  dev-python/matplotlib
+#  dev-python/sphinx-1.4
+#  dev-python/sphinx_rtd_theme )"
+#python_compile_all() {
+#  use doc && emake -C docs html
+#}
+#python_install_all() {
+#  use doc && local HTML_DOCS=( docs/_build/html/. )
+#  distutils-r1_python_install_all
+#}



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

2021-01-12 Thread Sam James
commit: a49b45cddb793a5c91e428c945819fadf2632c88
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 16:49:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 16:49:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49b45cd

app-text/djvu: optfeature, xdg

Closes: https://bugs.gentoo.org/765124
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-text/djvu/djvu-3.5.28.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/djvu/djvu-3.5.28.ebuild b/app-text/djvu/djvu-3.5.28.ebuild
index 5bbebac0309..4c1572488ac 100644
--- a/app-text/djvu/djvu-3.5.28.ebuild
+++ b/app-text/djvu/djvu-3.5.28.ebuild
@@ -59,7 +59,8 @@ src_install() {
 }
 
 pkg_postinst() {
-   xdg_postinst
+   xdg_pkg_postinst
 
-   optfeature "For djviewer or browser plugin" app-text/djview
+   elog "For additional features, you may wish to install"
+   optfeature "for djviewer or browser plugin" app-text/djview
 }



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

2021-01-12 Thread Lars Wendler
commit: 6125e7f8338ce483390e0b9772b4353512bec346
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 12 16:53:26 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 12 16:53:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6125e7f8

media-libs/libquvi: Fixed build with sys-devel/autoconf:2.70

Closes: https://bugs.gentoo.org/749816
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch | 11 +++
 media-libs/libquvi/libquvi-0.9.4-r100.ebuild   |  7 +--
 media-libs/libquvi/libquvi-0.9.4-r2.ebuild |  7 +--
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch 
b/media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch
new file mode 100644
index 000..4fe7757e813
--- /dev/null
+++ b/media-libs/libquvi/files/libquvi-0.9.4-autoconf-2.70.patch
@@ -0,0 +1,11 @@
+--- libquvi-0.9.4/configure.ac
 libquvi-0.9.4/configure.ac
+@@ -8,7 +8,7 @@
+ AC_INIT([libquvi], m4_esyscmd([./gen-ver.sh -c | tr -d '\n']),
+ [http://quvi.sf.net/bugs/],[],[http://quvi.sf.net/])
+ 
+-AC_DEFINE_UNQUOTED([BUILD_OPTS], "$@",
++AC_DEFINE_UNQUOTED([BUILD_OPTS], "$*",
+   [Define to configure invocation command line options])
+ 
+ # Interface

diff --git a/media-libs/libquvi/libquvi-0.9.4-r100.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r100.ebuild
index 6ef8499f4dc..1d357a00577 100644
--- a/media-libs/libquvi/libquvi-0.9.4-r100.ebuild
+++ b/media-libs/libquvi/libquvi-0.9.4-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -38,7 +38,10 @@ BDEPEND="
nls? ( sys-devel/gettext )
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
+   "${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
+)
 
 src_prepare() {
default

diff --git a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild 
b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
index d25e8694a5e..75d9b7ba823 100644
--- a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
+++ b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,7 +32,10 @@ BDEPEND="
nls? ( sys-devel/gettext )
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
+   "${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
+)
 
 src_prepare() {
default



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

2021-01-12 Thread Sam James
commit: 176d7b0a3978a4a76d1d886686cbb663f30d46a2
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 17:00:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 17:00:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176d7b0a

dev-python/tree-sitter: add 0.2.1

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/tree-sitter/Manifest |  1 +
 dev-python/tree-sitter/tree-sitter-0.2.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/tree-sitter/Manifest b/dev-python/tree-sitter/Manifest
index 25671236c3c..d0fae368df6 100644
--- a/dev-python/tree-sitter/Manifest
+++ b/dev-python/tree-sitter/Manifest
@@ -1 +1,2 @@
 DIST tree_sitter-0.2.0.tar.gz 110387 BLAKE2B 
62bd0cac84626738c051a16a6e1d8bf18985850e9c0174794d060e09f289edcf5e6183da28ab3805713b7d55d63c2210cc0e53d022689b46a3770243acf08937
 SHA512 
1b5c1dd8855de00357b5e8fc9dc3cb826c1cd10bec499b2db26f50fe2249a9848e1641765ee9717c8eae88b8d091f0de79cdfabafdecbe8e666a05f63fefe4ba
+DIST tree_sitter-0.2.1.tar.gz 110417 BLAKE2B 
263f47b9c8beab4b99fbfeb40521467f7f507ead77b20eb1bea7d6f076398d4f0db02299290a552aaa35959dff4a87866d010d628269e64cebeb06d86856fdc6
 SHA512 
72fd602689a78f51184820fb15891863873f8b290811152ea568cfa6fbd2d3f182ae8627f028c8d485d0e9bbe7b81a9d6ed57e7a8b551ba38f8dd738fb7c858a

diff --git a/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild 
b/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild
new file mode 100644
index 000..7d0b4bc1df9
--- /dev/null
+++ b/dev-python/tree-sitter/tree-sitter-0.2.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python bindings to the Tree-sitter parsing library"
+HOMEPAGE="https://github.com/tree-sitter/py-tree-sitter";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+
+S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/, app-admin/conserver/files/

2021-01-12 Thread Lars Wendler
commit: 6b49ce0b8b7b4004f920eb26d0acf71abb665d90
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 12 17:32:21 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 12 17:32:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b49ce0b

app-admin/conserver: Fixed build with sys-devel/autoconf:2.70

Bug: https://bugs.gentoo.org/750230
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 app-admin/conserver/conserver-8.2.6.ebuild |  6 +++-
 .../files/conserver-8.2.6-autoconf-2.70.patch  | 32 ++
 2 files changed, 37 insertions(+), 1 deletion(-)

diff --git a/app-admin/conserver/conserver-8.2.6.ebuild 
b/app-admin/conserver/conserver-8.2.6.ebuild
index 8ecd6b02a53..aa64a2c5943 100644
--- a/app-admin/conserver/conserver-8.2.6.ebuild
+++ b/app-admin/conserver/conserver-8.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,6 +33,10 @@ RDEPEND="${DEPEND}
 
 DOCS=( CHANGES FAQ PROTOCOL README.md conserver/Sun-serial 
contrib/maketestcerts)
 
+PATCHES=(
+   "${FILESDIR}/${PN}-8.2.6-autoconf-2.70.patch" #750230
+)
+
 src_prepare() {
default
sed -e '/^INSTALL_PROGRAM/s:-s::' \

diff --git a/app-admin/conserver/files/conserver-8.2.6-autoconf-2.70.patch 
b/app-admin/conserver/files/conserver-8.2.6-autoconf-2.70.patch
new file mode 100644
index 000..057809ffa44
--- /dev/null
+++ b/app-admin/conserver/files/conserver-8.2.6-autoconf-2.70.patch
@@ -0,0 +1,32 @@
+From ce3b4f1d000c75ace2be2be83a0cc0df84ff6983 Mon Sep 17 00:00:00 2001
+From: Lars Wendler 
+Date: Tue, 12 Jan 2021 18:18:23 +0100
+Subject: [PATCH] configure.ac: autoconf-2.70 fix
+
+Gentoo-bug: https://bugs.gentoo.org/750230
+Signed-off-by: Lars Wendler 
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index ee2bc8a..26541f3 100644
+--- a/configure.ac
 b/configure.ac
+@@ -30,11 +30,11 @@ AH_TEMPLATE([TRUST_UDS_CRED], [Defined if we trust 
credentials from UDS client])
+ 
+ dnl ### Normal initialization. ##
+ AC_INIT([conserver],m4_esyscmd_s([./gen-version number]))
+-AC_PREREQ(2.59)
++AC_PREREQ(2.69)
+ AC_CONFIG_SRCDIR([conserver/main.c])
+ AC_CONFIG_HEADER(config.h)
+ 
+-AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $@")
++AC_DEFINE_UNQUOTED(CONFIGINVOCATION, "$0 $*")
+ 
+ dnl ### Set some option defaults. ###
+ if test -z "$CFLAGS"; then
+-- 
+2.30.0
+



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

2021-01-12 Thread Mike Gilbert
commit: 0f4d1f24fe31a5ac37cf3e3c32833e4d4e9e09d7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jan 12 17:58:40 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jan 12 17:58:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4d1f24

Revert "meson.eclass: fix machine files"

needs_exe_wrapper and pkg_config_libdir are not built-in options.

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

 eclass/meson.eclass | 22 ++
 1 file changed, 6 insertions(+), 16 deletions(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index de46be1cac7..67b7ca831fd 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -120,7 +120,7 @@ _meson_env_array() {
 
 # @FUNCTION: _meson_get_machine_info
 # @USAGE: 
-# @RETURN: system/cpu_family/cpu/builtin_options variables
+# @RETURN: system/cpu_family/cpu variables
 # @INTERNAL
 # @DESCRIPTION:
 # Translate toolchain tuple into machine values for meson.
@@ -146,17 +146,6 @@ _meson_get_machine_info() {
 
# This may require adjustment based on CFLAGS
cpu=${tuple%%-*}
-
-   local ver_opt
-   case "${EAPI}" in
-   6) ver_opt=--host-root ;;
-   *) ver_opt=-b ;;
-   esac
-   if has_version "${ver_opt}" ' "${fn}" <<-EOF
[binaries]
ar = $(_meson_env_array "$(tc-getBUILD_AR)")
@@ -235,7 +225,7 @@ _meson_create_native_file() {
strip = $(_meson_env_array "$(tc-getBUILD_STRIP)")
windres = $(_meson_env_array "$(tc-getBUILD_PROG RC windres)")
 
-   ${builtin_options}
+   [properties]
c_args = $(_meson_env_array "${BUILD_CFLAGS} ${BUILD_CPPFLAGS}")
c_link_args = $(_meson_env_array "${BUILD_CFLAGS} ${BUILD_LDFLAGS}")
cpp_args = $(_meson_env_array "${BUILD_CXXFLAGS} ${BUILD_CPPFLAGS}")



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

2021-01-12 Thread Sam James
commit: deb5110fe8a54a1ba5513bc193dbe320e0e0c639
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:04:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:13:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb5110f

media-video/vlc: sync live

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-video/vlc/vlc-3.0.12.1-r1.ebuild   | 18 +-
 media-video/vlc/vlc-3.0.12.1-r101.ebuild | 22 ++
 media-video/vlc/vlc-3.0..ebuild  | 26 --
 media-video/vlc/vlc-.ebuild  | 28 +---
 4 files changed, 56 insertions(+), 38 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.12.1-r1.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r1.ebuild
index 207ed0edaca..c696533f688 100644
--- a/media-video/vlc/vlc-3.0.12.1-r1.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1-r1.ebuild
@@ -83,7 +83,7 @@ RDEPEND="
chromaprint? ( media-libs/chromaprint:= )
chromecast? (
>=dev-libs/protobuf-2.5.0:=
-   >=net-libs/libmicrodns-0.0.9:=
+   >=net-libs/libmicrodns-0.1.2:=
)
dav1d? ( media-libs/dav1d:= )
dbus? ( sys-apps/dbus )
@@ -474,16 +474,16 @@ src_test() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {
-   if [[ -z ${ROOT} ]] && [[ -x "/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] 
; then
-   einfo "Running /usr/$(get_libdir)/vlc/vlc-cache-gen on 
/usr/$(get_libdir)/vlc/plugins/"
-   "/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"/usr/$(get_libdir)/vlc/plugins/"
+   if [[ -z "${EROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
+   einfo "Running ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen on 
${EROOT}/usr/$(get_libdir)/vlc/plugins/"
+   "${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"${EROOT}/usr/$(get_libdir)/vlc/plugins/"
else
-   ewarn "We cannot run vlc-cache-gen (most likely ROOT!=/)"
-   ewarn "Please run /usr/$(get_libdir)/vlc/vlc-cache-gen manually"
+   ewarn "We cannot run vlc-cache-gen (most likely ROOT != /)"
+   ewarn "Please run ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen 
manually"
ewarn "If you do not do it, vlc will take a long time to load."
fi
 
@@ -491,8 +491,8 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   if [[ -e /usr/$(get_libdir)/vlc/plugins/plugins.dat ]]; then
-   rm /usr/$(get_libdir)/vlc/plugins/plugins.dat || die "Failed to 
rm plugins.dat"
+   if [[ -e "${EROOT}"/usr/$(get_libdir)/vlc/plugins/plugins.dat ]]; then
+   rm "${EROOT}"/usr/$(get_libdir)/vlc/plugins/plugins.dat || die 
"Failed to rm plugins.dat"
fi
 
xdg_pkg_postrm

diff --git a/media-video/vlc/vlc-3.0.12.1-r101.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r101.ebuild
index f5a0f44b795..f2ce233b2ec 100644
--- a/media-video/vlc/vlc-3.0.12.1-r101.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1-r101.ebuild
@@ -85,7 +85,7 @@ RDEPEND="
chromaprint? ( media-libs/chromaprint:= )
chromecast? (
>=dev-libs/protobuf-2.5.0:=
-   >=net-libs/libmicrodns-0.0.9:=
+   >=net-libs/libmicrodns-0.1.2:=
)
dav1d? ( media-libs/dav1d:= )
dbus? ( sys-apps/dbus )
@@ -447,6 +447,12 @@ src_configure() {
# VLC now requires C++11 after commit 
4b1c9dcdda0bbff801e47505ff9dfd3f274eb0d8
append-cxxflags -std=c++11
 
+   if use omxil; then
+   # bug #723006
+   # https://trac.videolan.org/vlc/ticket/24617
+   append-cflags -fcommon
+   fi
+
# FIXME: Needs libresid-builder from libsidplay:2 which is in another 
directory...
append-ldflags "-L/usr/$(get_libdir)/sidplay/builders/"
 
@@ -480,15 +486,15 @@ src_test() {
 
 src_install() {
default
-   find "${D}" -name '*.la' -delete || die
+   find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {
-   if [[ -z ${ROOT} ]] && [[ -x "/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] 
; then
-   einfo "Running /usr/$(get_libdir)/vlc/vlc-cache-gen on 
/usr/$(get_libdir)/vlc/plugins/"
-   "/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"/usr/$(get_libdir)/vlc/plugins/"
+   if [[ -z "${EROOT}" ]] && [[ -x 
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" ]] ; then
+   einfo "Running ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen on 
${EROOT}/usr/$(get_libdir)/vlc/plugins/"
+   "${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"${EROOT}/usr/$(get_libdir)/vlc/plugins/"
else
-   ewarn "We cannot run vlc-cache-gen (most likely ROOT!=/)"
+   ewarn "We cannot run vlc-cache-gen (most likely ROOT != /)"
ewarn "Please run /usr/$(get_libd

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

2021-01-12 Thread Sam James
commit: 118c911687065871e85c1c266bdd68bc562fa9e6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 17:10:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:13:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118c9116

dev-python/duecredit: bump to 0.8.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/duecredit/Manifest   |  1 +
 dev-python/duecredit/duecredit-0.8.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/duecredit/Manifest b/dev-python/duecredit/Manifest
index 94832067ac0..178d06d501b 100644
--- a/dev-python/duecredit/Manifest
+++ b/dev-python/duecredit/Manifest
@@ -1 +1,2 @@
 DIST duecredit-0.7.0.tar.gz 66131 BLAKE2B 
3f32c1a4e62d4650d6914f4e124907170a50d63900fbb009b870b3f9c9eace27b76500e655cb74caea0ce22cfadd62f81a84a438c1cb82092502661f1d4e0c03
 SHA512 
a32ead3e0710323d5ab3283a3b2d1cb03e03bf925f78fdb3b5182079851127b8b674492bd402667e57ec113d1ec05f9c3490642f8d0fba6a8f3ddfd706a052c1
+DIST duecredit-0.8.0.tar.gz 68211 BLAKE2B 
4c25bf2284d8be5f92c3f7589b6a787c97618476f60cf4a9dc7a063c2f85208b8d6da84630d63fdc7a3920cf6639940184b6e516eb76a692be72b91bd484001b
 SHA512 
1924c626003f0a97652ff24c29822b872e66ae8cbaeaf93877319c76bd7c2b2a5a85ba659a9485460d56c41bc25ae0e14230e0a30bd028402cb7d814b4aeeea3

diff --git a/dev-python/duecredit/duecredit-0.8.0.ebuild 
b/dev-python/duecredit/duecredit-0.8.0.ebuild
new file mode 100644
index 000..ab651feaeea
--- /dev/null
+++ b/dev-python/duecredit/duecredit-0.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Publications (and donations) tracer"
+HOMEPAGE="https://github.com/duecredit/duecredit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/citeproc-py-0.4[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/citeproc-py[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2021-01-12 Thread Sam James
commit: 186788f2eba7c130e38cf6d86116124eb2f57363
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 17:43:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:13:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186788f2

media-video/vlc: security bump to 3.0.12.1

Bug: https://bugs.gentoo.org/765040
Bug: https://bugs.gentoo.org/723006
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-video/vlc/Manifest |   1 +
 media-video/vlc/vlc-3.0.12.1-r1.ebuild   | 499 ++
 media-video/vlc/vlc-3.0.12.1-r101.ebuild | 505 +++
 3 files changed, 1005 insertions(+)

diff --git a/media-video/vlc/Manifest b/media-video/vlc/Manifest
index 22308f47bde..56e9864487a 100644
--- a/media-video/vlc/Manifest
+++ b/media-video/vlc/Manifest
@@ -1 +1,2 @@
+DIST vlc-3.0-3.0.12.1.tar.gz 34233801 BLAKE2B 
0bc571d8f3f8aa40eee93fe8ab13bd1f37e288372d46b13998986899d03bf327b300a98ec5736bb9fe7bb58aae65c1d469786a4dfdb80f4cf8b5250ee45d
 SHA512 
05b079dcfd4a21cdae7bb19e9d71f2fad33ca846852683c5d2ca6d45f779749ead420d5211b4acce76971d7ec2265d0d07f970f35f647dd446e337dc31aa0ec1
 DIST vlc-3.0.11.1.tar.xz 25886644 BLAKE2B 
b3cf3f8776086fcd45ca20918be8951960bf3d18c219d0d512f64bfe89d3e947300875b4b8e1a27742132400fd9a3b32f5e84afd08f52254899a23922a682361
 SHA512 
8ce1e2f11aabf847dc5c55cf21ce6d7c0419a1051b5f4795e36cd060eab82d5056e44b4c070b80af56744e6aa841ef538386d08bc3b397a444e7258b2ba3f76b

diff --git a/media-video/vlc/vlc-3.0.12.1-r1.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r1.ebuild
new file mode 100644
index 000..207ed0edaca
--- /dev/null
+++ b/media-video/vlc/vlc-3.0.12.1-r1.ebuild
@@ -0,0 +1,499 @@
+# Copyright 2000-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV/_/-}"
+MY_PV="${MY_PV/-beta/-test}"
+MY_P="${PN}-${MY_PV}"
+if [[ ${PV} = * ]] ; then
+   if [[ ${PV%.} != ${PV} ]] ; then
+   
EGIT_REPO_URI="https://git.videolan.org/git/vlc/vlc-${PV%.}.git";
+   else
+   EGIT_REPO_URI="https://git.videolan.org/git/vlc.git";
+   fi
+   inherit git-r3
+else
+   SRC_URI="https://code.videolan.org/videolan/vlc-$(ver_cut 
1-2)/-/archive/${PV}/vlc-$(ver_cut 1-2)-${PV}.tar.gz"
+   S="${WORKDIR}/${PN}-$(ver_cut 1-2)-${PV}"
+   #if [[ ${MY_P} = ${P} ]] ; then
+   #   
SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.xz";
+   #else
+   #   
SRC_URI="https://download.videolan.org/pub/videolan/testing/${MY_P}/${MY_P}.tar.xz";
+   #fi
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -sparc ~x86"
+fi
+
+inherit autotools flag-o-matic toolchain-funcs virtualx xdg
+
+DESCRIPTION="Media player and framework with support for most multimedia files 
and streaming"
+HOMEPAGE="https://www.videolan.org/vlc/";
+#S="${WORKDIR}/${MY_P}"
+
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0/5-9" # vlc - vlccore
+
+IUSE="a52 alsa aom archive aribsub bidi bluray cddb chromaprint chromecast
+   dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk 
+ffmpeg flac
+   fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack 
jpeg kate
+   libass libcaca libnotify +libsamplerate libtar libtiger linsys lirc
+   live lua macosx-notifications mad matroska modplug mp3 mpeg mtp 
musepack ncurses
+   nfs ogg omxil optimisememory opus png projectm pulseaudio +qt5 rdp
+   run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl svg 
taglib
+   theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx 
wayland +X
+   x264 x265 xml zeroconf zvbi cpu_flags_arm_neon cpu_flags_ppc_altivec 
cpu_flags_x86_mmx
+   cpu_flags_x86_sse
+"
+REQUIRED_USE="
+   chromecast? ( encode )
+   directx? ( ffmpeg )
+   fontconfig? ( truetype )
+   libcaca? ( X )
+   libtar? ( skins )
+   libtiger? ( kate )
+   skins? ( qt5 truetype X xml )
+   ssl? ( gcrypt )
+   vaapi? ( ffmpeg X )
+   vdpau? ( ffmpeg X )
+"
+BDEPEND="
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   amd64? ( dev-lang/yasm )
+   x86? ( dev-lang/yasm )
+"
+RDEPEND="
+   net-dns/libidn:=
+   sys-libs/zlib[minizip]
+   virtual/libintl
+   virtual/opengl
+   a52? ( media-libs/a52dec )
+   alsa? ( media-libs/alsa-lib )
+   aom? ( media-libs/libaom:= )
+   archive? ( app-arch/libarchive:= )
+   aribsub? ( media-libs/aribb24 )
+   bidi? (
+   dev-libs/fribidi
+   media-libs/freetype:2[harfbuzz]
+   media-libs/harfbuzz
+   virtual/ttf-fonts
+   )
+   bluray? ( media-libs/libbluray:= )
+   cddb? ( media-libs/libcddb )
+   chromaprint? ( media-libs/chromaprint:= )
+   chromecast? (
+   >=dev-libs/protobuf-2.5.0:=
+   >=net-libs/libmicrodns-0.0.9:=

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

2021-01-12 Thread Sam James
commit: d3782ca490b81004dd7fc35495d105081475ce58
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:15:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:15:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3782ca4

app-crypt/gnupg: Stabilize 2.2.25 arm, #765007

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

 app-crypt/gnupg/gnupg-2.2.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gnupg/gnupg-2.2.25.ebuild 
b/app-crypt/gnupg/gnupg-2.2.25.ebuild
index 812f64570d2..2489eb6a915 100644
--- a/app-crypt/gnupg/gnupg-2.2.25.ebuild
+++ b/app-crypt/gnupg/gnupg-2.2.25.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnupg/${MY_P}.tar.bz2
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc ldap nls readline scd-shared-access selinux +smartcard ssl 
tofu tools usb user-socket wks-server"
 
 # Existence of executables is checked during configuration.



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

2021-01-12 Thread Sam James
commit: e0272eac32e459361071e3bea3961c7da3aaca1a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:15:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:15:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0272eac

sys-apps/usermode-utilities: Stabilize 20070815-r4 arm, #764830

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

 sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild 
b/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild
index 04ceb9e3621..d1a97f409ab 100644
--- a/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild
+++ b/sys-apps/usermode-utilities/usermode-utilities-20070815-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="http://user-mode-linux.sourceforge.net/uml_utilities_${PV}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 arm ~x86"
 IUSE="fuse"
 
 RDEPEND="



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

2021-01-12 Thread Sam James
commit: 9fe26957b963a87bfa3f1e83c1a4756809a81d03
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:15:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:15:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe26957

dev-lang/go: Stabilize 1.15.6-r1 arm, #764509

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

 dev-lang/go/go-1.15.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.15.6-r1.ebuild b/dev-lang/go/go-1.15.6-r1.ebuild
index 0e5532b07d1..3d39f269fc0 100644
--- a/dev-lang/go/go-1.15.6-r1.ebuild
+++ b/dev-lang/go/go-1.15.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



[gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/

2021-01-12 Thread Sam James
commit: 58a8a98dd275d75e865e908cbd376797c5656e45
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:15:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:15:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a8a98d

app-arch/libarchive: Stabilize 3.5.1 arm, #764776

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

 app-arch/libarchive/libarchive-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.5.1.ebuild 
b/app-arch/libarchive/libarchive-3.5.1.ebuild
index 06e06ac57b8..e781cd0ef7b 100644
--- a/app-arch/libarchive/libarchive-3.5.1.ebuild
+++ b/app-arch/libarchive/libarchive-3.5.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz";
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 
+lzma lzo nettle static-libs +threads xattr +zlib zstd"
 
 RDEPEND="



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

2021-01-12 Thread Sam James
commit: 52bb0d2155cbdc8fe80a7715c103dab969ede2c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:15:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:15:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bb0d21

dev-lang/go: Stabilize 1.14.13-r1 arm, #764509

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

 dev-lang/go/go-1.14.13-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go/go-1.14.13-r1.ebuild b/dev-lang/go/go-1.14.13-r1.ebuild
index 0e5532b07d1..3d39f269fc0 100644
--- a/dev-lang/go/go-1.14.13-r1.ebuild
+++ b/dev-lang/go/go-1.14.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-01-12 Thread Sam James
commit: 9d5adf84f57919b7bb2463ce52ae4279d4eeba5f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:16:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5adf84

net-libs/libwebsockets: Stabilize 4.1.6 arm64, #764608

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

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

diff --git a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild 
b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
index 644f57004bd..06b29473d9b 100644
--- a/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
+++ b/net-libs/libwebsockets/libwebsockets-4.1.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/warmcat/libwebsockets/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0/17" # libwebsockets.so.17
-KEYWORDS="amd64 arm ~arm64 ppc x86"
+KEYWORDS="amd64 arm arm64 ppc x86"
 IUSE="access-log caps cgi client dbus generic-sessions http-proxy http2 ipv6
+lejp libev libevent libressl libuv mbedtls peer-limits server-status 
smtp socks5
sqlite3 ssl static-libs threads zip"



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

2021-01-12 Thread Sam James
commit: 1a7a243393a72eb9b6e7b6f4cbe810c00c08b45b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:16:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7a2433

dev-lang/go: Stabilize 1.14.13-r1 arm64, #764509

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

 dev-lang/go/go-1.14.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.14.13-r1.ebuild b/dev-lang/go/go-1.14.13-r1.ebuild
index 3d39f269fc0..bc15cd43c5e 100644
--- a/dev-lang/go/go-1.14.13-r1.ebuild
+++ b/dev-lang/go/go-1.14.13-r1.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-01-12 Thread Sam James
commit: 31d07a93ed38796891f0e78e9fabaa242bf05617
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:16:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d07a93

dev-lang/go: Stabilize 1.15.6-r1 arm64, #764509

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

 dev-lang/go/go-1.15.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.15.6-r1.ebuild b/dev-lang/go/go-1.15.6-r1.ebuild
index 3d39f269fc0..bc15cd43c5e 100644
--- a/dev-lang/go/go-1.15.6-r1.ebuild
+++ b/dev-lang/go/go-1.15.6-r1.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ~ppc64 ~s390 ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-01-12 Thread Sam James
commit: a4110404a2e0a6b24ef6810c03232544beea346e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 18:19:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 18:19:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4110404

media-video/vlc: change revision

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 media-video/vlc/{vlc-3.0.12.1-r101.ebuild => vlc-3.0.12.1-r100.ebuild} | 0
 media-video/vlc/{vlc-3.0.12.1-r1.ebuild => vlc-3.0.12.1.ebuild}| 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.12.1-r101.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
similarity index 100%
rename from media-video/vlc/vlc-3.0.12.1-r101.ebuild
rename to media-video/vlc/vlc-3.0.12.1-r100.ebuild

diff --git a/media-video/vlc/vlc-3.0.12.1-r1.ebuild 
b/media-video/vlc/vlc-3.0.12.1.ebuild
similarity index 100%
rename from media-video/vlc/vlc-3.0.12.1-r1.ebuild
rename to media-video/vlc/vlc-3.0.12.1.ebuild



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

2021-01-12 Thread Michał Górny
commit: 31d842f837309420465aacfe18a69333b8d835d5
Author: David Michael  gmail  com>
AuthorDate: Fri Jan  8 00:14:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 18:33:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d842f8

xfce-base/xfce4-session: specify the runtime iceauth path

This value is just used for substitution (i.e. it is not executed),
so it can be moved from DEPEND to RDEPEND.  The configure script
would fail trying to find it in BROOT while DEPEND installed it in
SYSROOT.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfce4-session/xfce4-session-4.16.0.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.16.0.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.16.0.ebuild
index 8d006dbb328..d0e08959ff1 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.16.0.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,8 +14,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="nls policykit +xscreensaver"
 
-DEPEND="x11-apps/iceauth
-   >=dev-libs/glib-2.50
+DEPEND=">=dev-libs/glib-2.50
>=x11-libs/gtk+-3.22:3
x11-libs/libSM
x11-libs/libwnck:3
@@ -25,6 +24,7 @@ DEPEND="x11-apps/iceauth
>=xfce-base/xfconf-4.12:=
policykit? ( >=sys-auth/polkit-0.102 )"
 RDEPEND="${DEPEND}
+   x11-apps/iceauth
x11-apps/xrdb
nls? ( x11-misc/xdg-user-dirs )
xscreensaver? ( || (
@@ -50,6 +50,7 @@ src_configure() {
local myconf=(
$(use_enable policykit polkit)
--with-xsession-prefix="${EPREFIX}"/usr
+   ICEAUTH="${EPREFIX}"/usr/bin/iceauth
)
 
econf "${myconf[@]}"



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

2021-01-12 Thread Michał Górny
commit: 05fefac10ba726e61a5e92f250584ec5dbc169c7
Author: David Michael  gmail  com>
AuthorDate: Fri Jan  8 00:17:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 18:33:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fefac1

xfce-base/xfwm4: enable libXi and drop the exo dep

The exo dependency appears to have been for calling exo-csource,
which was replaced with xdt-csource from xfce4-dev-tools, but this
is only used in maintainer mode, so just drop it.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18988
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/xfwm4/xfwm4-4.16.1.ebuild | 23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild 
b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild
index 0a4b9d4fdac..52677c1a05f 100644
--- a/xfce-base/xfwm4/xfwm4-4.16.1.ebuild
+++ b/xfce-base/xfwm4/xfwm4-4.16.1.ebuild
@@ -12,12 +12,16 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="opengl startup-notification +xcomposite +xpresent"
+IUSE="opengl startup-notification +xpresent"
 
 RDEPEND=">=dev-libs/glib-2.20
>=x11-libs/gtk+-3.22:3
x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXrender
@@ -29,12 +33,7 @@ RDEPEND=">=dev-libs/glib-2.20
>=xfce-base/xfconf-4.13:=
opengl? ( media-libs/libepoxy:=[X(+)] )
startup-notification? ( x11-libs/startup-notification )
-   xpresent? ( x11-libs/libXpresent )
-   xcomposite? (
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXfixes
-   )"
+   xpresent? ( x11-libs/libXpresent )"
 # libICE/libSM: not really used anywhere but checked by configure
 #   https://bugzilla.xfce.org/show_bug.cgi?id=11914
 DEPEND="${RDEPEND}
@@ -43,18 +42,18 @@ DEPEND="${RDEPEND}
 BDEPEND="
dev-util/intltool
sys-devel/gettext
-   xfce-base/exo
virtual/pkgconfig"
 
 src_configure() {
local myconf=(
$(use_enable opengl epoxy)
$(use_enable startup-notification)
-   --enable-xsync
-   --enable-render
-   --enable-randr
$(use_enable xpresent)
-   $(use_enable xcomposite compositor)
+   --enable-compositor
+   --enable-randr
+   --enable-render
+   --enable-xi2
+   --enable-xsync
)
 
econf "${myconf[@]}"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/exo/, xfce-base/exo/files/

2021-01-12 Thread Michał Górny
commit: 833ca5702969a66822d9a7a129722e7d19365779
Author: David Michael  gmail  com>
AuthorDate: Fri Jan  8 00:10:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 18:33:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833ca570

xfce-base/exo: support cross-compiling

An execution test in the configure script would fail when cross-
compiling, so patch it to support a cache variable that is enabled
by default.  This requires installing the xfce-dev-tools package
for autoconf macro definitions.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/exo/exo-4.16.0.ebuild  | 14 +-
 xfce-base/exo/files/exo-4.16.0-allow-cross.patch | 59 
 2 files changed, 71 insertions(+), 2 deletions(-)

diff --git a/xfce-base/exo/exo-4.16.0.ebuild b/xfce-base/exo/exo-4.16.0.ebuild
index f67b9786796..96c225ee8e5 100644
--- a/xfce-base/exo/exo-4.16.0.ebuild
+++ b/xfce-base/exo/exo-4.16.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit xdg-utils
+inherit autotools xdg-utils
 
 DESCRIPTION="Extensions, widgets and framework library with session support 
for Xfce"
 HOMEPAGE="https://www.xfce.org/projects/";
@@ -21,9 +21,19 @@ DEPEND="${RDEPEND}"
 BDEPEND="
dev-util/gtk-doc-am
dev-util/intltool
+   dev-util/xfce4-dev-tools
sys-devel/gettext
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}/${PN}-4.16.0-allow-cross.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_install() {
default
find "${D}" -name '*.la' -delete || die

diff --git a/xfce-base/exo/files/exo-4.16.0-allow-cross.patch 
b/xfce-base/exo/files/exo-4.16.0-allow-cross.patch
new file mode 100644
index 000..098a0b23d64
--- /dev/null
+++ b/xfce-base/exo/files/exo-4.16.0-allow-cross.patch
@@ -0,0 +1,59 @@
+From c3e6d0a34d9b2be550994c39c264e3f96a2cc43a Mon Sep 17 00:00:00 2001
+From: David Michael 
+Date: Fri, 8 Jan 2021 18:35:16 -0500
+Subject: [PATCH] configure.ac: Allow cross-compiling
+
+AC_TRY_RUN fails by default when cross-compiling if it does not
+have the fourth parameter.  This implements a new cache variable
+ac_cv_have_strftime_extension for that test which allows overriding
+the result to specify the target system behavior.  It defaults to
+supporting the extension when cross-compiling.
+
+Signed-off-by: David Michael 
+---
+ configure.ac.in | 22 --
+ 1 file changed, 16 insertions(+), 6 deletions(-)
+
+diff --git a/configure.ac.in b/configure.ac.in
+index b98fce6e..0483c8fa 100644
+--- a/configure.ac
 b/configure.ac
+@@ -133,10 +133,16 @@
+ dnl 
+ AC_FUNC_MMAP()
+ 
+-dnl ***
+-dnl *** Check for strftime() extensions ***
+-dnl ***
+-AC_TRY_RUN([
++dnl 
***
++dnl *** Check for strftime() extensions 
***
++dnl *** 
***
++dnl *** AC_TRY_RUN must be able to build and execute programs natively on   
***
++dnl *** the build system, so it fails when cross-compiling unless given an  
***
++dnl *** action in the fourth parameter.  This sets its results in a cache   
***
++dnl *** variable that users can override to specify target system behavior. 
***
++dnl 
***
++AC_CACHE_CHECK([for strftime %E and %O modifiers],
++  [ac_cv_have_strftime_extension], [AC_TRY_RUN([
+   #include 
+   #include 
+   int
+@@ -149,9 +155,13 @@
+   return 0;
+ return 1;
+   }
+-], [
++],
++[ac_cv_have_strftime_extension=yes],
++[ac_cv_have_strftime_extension=no],
++[ac_cv_have_strftime_extension=cross])])
++if test x"$ac_cv_have_strftime_extension" != x"no"; then
+   AC_DEFINE([HAVE_STRFTIME_EXTENSION], 1, [Define if strftime supports %E and 
%O modifiers.])
+-])
++fi
+ 
+ dnl **
+ dnl *** Check for i18n support ***
+-- 
+GitLab



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

2021-01-12 Thread Michał Górny
commit: 530e6a74a1811c8b3859c6f384628a8484359939
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 12 18:38:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 18:38:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530e6a74

dev-python/phonenumbers: Bump to 8.12.16

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

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

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 90561be67cc..36ebccc4a7a 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,2 +1,3 @@
 DIST phonenumbers-8.12.14.tar.gz 2256560 BLAKE2B 
60fdcb14143d4ffb625d1c873a1e262053bb0bc3df6f2576212329726c4578367b817f1166dfbc561669e4e8486a411487627de479e66775968c05574a8beff6
 SHA512 
fc155095a00d5e776301dde134043dcc60dfdc6812399e92e92f319c568f7e06f3b294833dc385614b14c87cac15aafb76e7c27116445c7d8fc0ec0740314089
 DIST phonenumbers-8.12.15.tar.gz 2256651 BLAKE2B 
b3a583cb64ea1e4fc278f40cb78c7ad9aa66f1655e4483219f8d1e3384628b9b5cd672c584953c0233743d436fbc6723484d63724e466badf0b3fecf57791b87
 SHA512 
56c52ab736ce807609c79d5cc3d4e97cb3c5a3e59689cf3112c21ee672c04f095f1727fc37f4e3b1573dbcd4c9ccb00b3a5773c2c383264996e1761f46acfd0c
+DIST phonenumbers-8.12.16.tar.gz 2257000 BLAKE2B 
33e513840f1147af9169ae4b01527b07597cd8fd3be2e299c77e79eed75b84c7e8bbe036e5961ddd93efcf4a8bab6e6a5da348800becac66d078947a2c98accb
 SHA512 
4e2162a6fa02170241887f4876ee811d431b0bccb03d9be305478ae48f21f27643da1be238d68f52b50eb72e87f8de4961769500f026cd4bfb2ac291534d1e74

diff --git a/dev-python/phonenumbers/phonenumbers-8.12.16.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.12.16.ebuild
new file mode 100644
index 000..ca8ea7f08d1
--- /dev/null
+++ b/dev-python/phonenumbers/phonenumbers-8.12.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python port of Google's libphonenumber"
+HOMEPAGE="https://github.com/daviddrysdale/python-phonenumbers";
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=(README.md)
+
+distutils_enable_tests setup.py



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

2021-01-12 Thread Sam James
commit: 5e6693d675ede65852a76051f897296839c0ee07
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 19:00:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 19:00:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6693d6

app-admin/sudo: Stabilize 1.9.5_p1 x86, #764986

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

 app-admin/sudo/sudo-1.9.5_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/sudo-1.9.5_p1.ebuild 
b/app-admin/sudo/sudo-1.9.5_p1.ebuild
index 5336a94173b..ed3465aa694 100644
--- a/app-admin/sudo/sudo-1.9.5_p1.ebuild
+++ b/app-admin/sudo/sudo-1.9.5_p1.ebuild
@@ -22,7 +22,7 @@ else
SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz";
if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sparc ~x86 ~sparc-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~s390 ~sparc x86 ~sparc-solaris"
fi
 fi
 



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

2021-01-12 Thread Sam James
commit: 18523c46249388ccc4559b96b09378707911fbc3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 19:01:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 19:01:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18523c46

dev-python/chardet: Stabilize 4.0.0 s390, #765142

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

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

diff --git a/dev-python/chardet/chardet-4.0.0.ebuild 
b/dev-python/chardet/chardet-4.0.0.ebuild
index 10047e95564..8ab75c87785 100644
--- a/dev-python/chardet/chardet-4.0.0.ebuild
+++ b/dev-python/chardet/chardet-4.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 BDEPEND="
test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )



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

2021-01-12 Thread Sam James
commit: 92a5f27827b6c3050609557841462aec598bceae
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 19:01:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 19:01:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92a5f278

app-text/dvisvgm: Stabilize 2.10.1 ppc, #765091

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

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

diff --git a/app-text/dvisvgm/dvisvgm-2.10.1.ebuild 
b/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
index 50dc39495c0..35b0769c22d 100644
--- a/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
+++ b/app-text/dvisvgm/dvisvgm-2.10.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mgieseki/dvisvgm/releases/download/${PV}/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 # Tests don't work from $WORKDIR: kpathsea tries to search in relative
 # directories from where the binary is executed.



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

2021-01-12 Thread Sam James
commit: 9bb2d3d042bf78c61b216f3693df74d1c6d0834a
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 19:01:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 19:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb2d3d0

dev-python/chardet: Stabilize 4.0.0 ppc, #765142

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

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

diff --git a/dev-python/chardet/chardet-4.0.0.ebuild 
b/dev-python/chardet/chardet-4.0.0.ebuild
index 8ab75c87785..a639bf19a85 100644
--- a/dev-python/chardet/chardet-4.0.0.ebuild
+++ b/dev-python/chardet/chardet-4.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 BDEPEND="
test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )



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

2021-01-12 Thread Sam James
commit: ee153c83ecc51fa08d61882bd51d8ce997201baa
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 19:24:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 19:24:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee153c83

dev-python/chardet: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/chardet/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/chardet/metadata.xml b/dev-python/chardet/metadata.xml
index 4b05c8d0960..3fff273f4c4 100644
--- a/dev-python/chardet/metadata.xml
+++ b/dev-python/chardet/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 chardet
 chardet/chardet



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

2021-01-12 Thread Sam James
commit: e2b2c0d79bce3c8b2837f73d0540a4d0c9c62e70
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 12 19:24:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 12 19:24:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b2c0d7

dev-python/chardet: Stabilize 4.0.0 ALLARCHES, #765142

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

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

diff --git a/dev-python/chardet/chardet-4.0.0.ebuild 
b/dev-python/chardet/chardet-4.0.0.ebuild
index a639bf19a85..5cafc341179 100644
--- a/dev-python/chardet/chardet-4.0.0.ebuild
+++ b/dev-python/chardet/chardet-4.0.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 
 BDEPEND="
test? ( dev-python/hypothesis[${PYTHON_USEDEP}] )



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

2021-01-12 Thread Georgy Yakovlev
commit: aa394553ff1770120c3738a2dde6b7ca7b577356
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan 12 19:27:40 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan 12 19:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa394553

sys-fs/zfs: drop 2.0.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/Manifest |   1 -
 sys-fs/zfs/zfs-2.0.0.ebuild | 231 
 2 files changed, 232 deletions(-)

diff --git a/sys-fs/zfs/Manifest b/sys-fs/zfs/Manifest
index 020fa9b3925..2235bb47828 100644
--- a/sys-fs/zfs/Manifest
+++ b/sys-fs/zfs/Manifest
@@ -1,4 +1,3 @@
 DIST zfs-0.8.5.tar.gz 9196381 BLAKE2B 
8376f360369c4657ff1fc040fb2bba780bbd5d6a98d149d2fa4ba39478588e213dbf6db218c7bd970839f015a69ae00ac951b90afc1c26b34aadf666b2976cab
 SHA512 
3e6e70b76f7cc5b018adb78ce7c3009f88faf5b3da0a03170b03577cd84a2937b6056621c41fc819fd08bf59b28053caf8fec375cf375816a6786bb5646ed773
 DIST zfs-0.8.6.tar.gz 9295260 BLAKE2B 
45424d710aaf75a05f766ae523ae157a24b5cbdcefe72a59e4cede81e42f7a92ae7f01150388437b78cd49f3d28b9664599f2a624516e6b3f1073497194a99f2
 SHA512 
626b172554f39a5c70f6ea5c599a92fae52534590d1b0273de2bbfc3676d29dff0eade8ca17e5f179a59870c12bc758fb53b7900f8a1fdbdef3a9161b93f9cce
-DIST zfs-2.0.0.tar.gz 12989903 BLAKE2B 
2961b97aa6736af9b4a2bc968d1488f49ec0c0fd7bb22b6bc015047239279efd2d48f8d7c593f9b467ac9d40f99d67363ab551bdfaf1dd71335c37c48c759875
 SHA512 
2706ae1aa54b882b272502e7a46e57ff41f9db9b123e8cd5dafbdd7f61975d05538167016f943804145d22aa018a1f11c884f692dc3992b28c24eac08112650f
 DIST zfs-2.0.1.tar.gz 12970188 BLAKE2B 
ec1ec4cfcc64adbe7ac0ce65e4fa118a77495886b1c8f2daea0b76f8bb32f0c4bbb6bc7fc16000b6c828f58e60b6ce8359a55ec1f2d2eef1279dd4f430e54f01
 SHA512 
7e8f490605cb80747a2e471ac5bdd184038f514da379ea7cadf14d5635d5f4cd1b47a7c92c95c4c1b7b0cf5ec22ea905d0d3e8d24e71733484f34cc9429f0f94

diff --git a/sys-fs/zfs/zfs-2.0.0.ebuild b/sys-fs/zfs/zfs-2.0.0.ebuild
deleted file mode 100644
index 83e1b87f58a..000
--- a/sys-fs/zfs/zfs-2.0.0.ebuild
+++ /dev/null
@@ -1,231 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit autotools bash-completion-r1 distutils-r1 flag-o-matic linux-info pam 
systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://github.com/openzfs/zfs";
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 linux-mod
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
-else
-   MY_P="${P/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   S="${WORKDIR}/${P%_rc?}"
-fi
-
-LICENSE="BSD-2 CDDL MIT"
-# just libzfs soname major for now.
-# possible candidates: libuutil, libzpool, libnvpair. Those do not provide 
stable abi, but are considered.
-SLOT="0/4"
-IUSE="custom-cflags debug kernel-builtin libressl minimal nls pam python 
+rootfs test-suite static-libs"
-
-DEPEND="
-   net-libs/libtirpc[static-libs?]
-   sys-apps/util-linux[static-libs?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/awk
-   virtual/libudev[static-libs(-)?]
-   libressl? ( dev-libs/libressl:0=[static-libs?] )
-   !libressl? ( dev-libs/openssl:0=[static-libs?] )
-   !minimal? ( ${PYTHON_DEPS} )
-   pam? ( sys-libs/pam )
-   python? (
-   virtual/python-cffi[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND="virtual/awk
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   python? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
-   !prefix? ( virtual/udev )
-   sys-fs/udev-init-scripts
-   rootfs? (
-   app-arch/cpio
-   app-misc/pax-utils
-   !"
-   eerror "Block devices --->"
-   eerror "[X] Loopback device 
support"
-   fi
-   fi
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   if [[ ${PV} == "" ]]; then
-   eautoreconf
-   else
-   # Set revision number
-   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
-   fi
-
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_prepare
-   popd >/dev/null || die
-   fi
-
-   # prevent errors showing up on zfs-mount stop, #647688
-   # openrc will unmount all filesystems anyway.
-   sed -i "/^ZFS_UNMOUNT=/ s/yes/no/" "etc/default/zfs.in" || die
-}
-
-src_configure() {
-   use cu

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

2021-01-12 Thread Georgy Yakovlev
commit: 53c74bceb696e35fee2aac93e1e4a3499f74f33e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan 12 19:25:00 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan 12 19:25:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c74bce

sys-fs/zfs: 0.8.6 stable on amd64 arm64 ppc64

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-0.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs/zfs-0.8.6.ebuild b/sys-fs/zfs/zfs-0.8.6.ebuild
index da9dfd791b0..e6a729792a6 100644
--- a/sys-fs/zfs/zfs-0.8.6.ebuild
+++ b/sys-fs/zfs/zfs-0.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
 else

SRC_URI="https://github.com/openzfs/${PN}/releases/download/${P}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
+   KEYWORDS="amd64 arm64 ppc64"
 fi
 
 LICENSE="BSD-2 CDDL MIT"



[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/

2021-01-12 Thread Georgy Yakovlev
commit: 8049adae816dcd819d4032827609c9a6765434e6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan 12 19:26:59 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan 12 19:26:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8049adae

sys-fs/zfs-kmod: drop 2.0.0

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/Manifest  |   1 -
 sys-fs/zfs-kmod/zfs-kmod-2.0.0.ebuild | 175 --
 2 files changed, 176 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 020fa9b3925..2235bb47828 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -1,4 +1,3 @@
 DIST zfs-0.8.5.tar.gz 9196381 BLAKE2B 
8376f360369c4657ff1fc040fb2bba780bbd5d6a98d149d2fa4ba39478588e213dbf6db218c7bd970839f015a69ae00ac951b90afc1c26b34aadf666b2976cab
 SHA512 
3e6e70b76f7cc5b018adb78ce7c3009f88faf5b3da0a03170b03577cd84a2937b6056621c41fc819fd08bf59b28053caf8fec375cf375816a6786bb5646ed773
 DIST zfs-0.8.6.tar.gz 9295260 BLAKE2B 
45424d710aaf75a05f766ae523ae157a24b5cbdcefe72a59e4cede81e42f7a92ae7f01150388437b78cd49f3d28b9664599f2a624516e6b3f1073497194a99f2
 SHA512 
626b172554f39a5c70f6ea5c599a92fae52534590d1b0273de2bbfc3676d29dff0eade8ca17e5f179a59870c12bc758fb53b7900f8a1fdbdef3a9161b93f9cce
-DIST zfs-2.0.0.tar.gz 12989903 BLAKE2B 
2961b97aa6736af9b4a2bc968d1488f49ec0c0fd7bb22b6bc015047239279efd2d48f8d7c593f9b467ac9d40f99d67363ab551bdfaf1dd71335c37c48c759875
 SHA512 
2706ae1aa54b882b272502e7a46e57ff41f9db9b123e8cd5dafbdd7f61975d05538167016f943804145d22aa018a1f11c884f692dc3992b28c24eac08112650f
 DIST zfs-2.0.1.tar.gz 12970188 BLAKE2B 
ec1ec4cfcc64adbe7ac0ce65e4fa118a77495886b1c8f2daea0b76f8bb32f0c4bbb6bc7fc16000b6c828f58e60b6ce8359a55ec1f2d2eef1279dd4f430e54f01
 SHA512 
7e8f490605cb80747a2e471ac5bdd184038f514da379ea7cadf14d5635d5f4cd1b47a7c92c95c4c1b7b0cf5ec22ea905d0d3e8d24e71733484f34cc9429f0f94

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.0.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.0.0.ebuild
deleted file mode 100644
index 81328da6d29..000
--- a/sys-fs/zfs-kmod/zfs-kmod-2.0.0.ebuild
+++ /dev/null
@@ -1,175 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic linux-mod toolchain-funcs
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://github.com/openzfs/zfs";
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
-else
-   MY_PV="${PV/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   S="${WORKDIR}/zfs-${PV%_rc?}"
-   ZFS_KERNEL_COMPAT="5.9"
-fi
-
-LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
-IUSE="custom-cflags debug +rootfs"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-   !sys-kernel/spl
-"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/awk
-"
-
-RESTRICT="debug? ( strip ) test"
-
-DOCS=( AUTHORS COPYRIGHT META README.md )
-
-pkg_setup() {
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   EFI_PARTITION
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   use rootfs && \
-   CONFIG_CHECK="${CONFIG_CHECK}
-   BLK_DEV_INITRD
-   DEVTMPFS
-   "
-
-   kernel_is -lt 5 && CONFIG_CHECK="${CONFIG_CHECK} IOSCHED_NOOP"
-
-   if [[ ${PV} != "" ]]; then
-   local kv_major_max kv_minor_max zcompat
-   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
-   kv_major_max="${zcompat%%.*}"
-   zcompat="${zcompat#*.}"
-   kv_minor_max="${zcompat%%.*}"
-   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
-   "Linux ${kv_major_max}.${kv_minor_max} is the latest 
supported version"
-
-   fi
-
-   kernel_is -ge 3 10 || die "Linux 3.10 or newer required"
-
-   linux-mod_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   if [[ ${PV} == "" ]]; then
-   eautoreconf
-   else
-   # Set module revision number
-   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
-   fi
-}
-
-src_configure() {
-   set_arch_to_kernel
-
-   use custom-cflags || strip-flags
-
-   filter-ldflags -Wl,*
-
-   local myconf=(
-   CROSS_COMPILE="${CHOST}-"
-   HOSTCC="$(tc-getBUILD_CC)"
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}

[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/

2021-01-12 Thread Georgy Yakovlev
commit: c675d3a6dc992d0e430bb8cefde083e6360009f6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jan 12 19:23:41 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Jan 12 19:25:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c675d3a6

sys-fs/zfs-kmod: 0.8.6 stable on amd64 arm64 ppc64

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
index 9067f366236..0a5097f6394 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/openzfs/zfs.git";
 else

SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
+   KEYWORDS="amd64 arm64 ppc64"
S="${WORKDIR}/zfs-${PV}"
ZFS_KERNEL_COMPAT="5.9"
 fi



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

2021-01-12 Thread Lars Wendler
commit: e8483eadf1ce425f0b7510f856022cec166a26ad
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jan 12 19:55:30 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jan 12 19:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8483ead

media-video/vlc: Several crucial ebuild fixes

- Fixed ${S}
- Removed one superfluous patch
- commented failing "rm" call
- Added "${EROOT}" to elog message

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler  gentoo.org>

 media-video/vlc/vlc-3.0.12.1-r100.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-video/vlc/vlc-3.0.12.1-r100.ebuild 
b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
index f2ce233b2ec..86bdf686f59 100644
--- a/media-video/vlc/vlc-3.0.12.1-r100.ebuild
+++ b/media-video/vlc/vlc-3.0.12.1-r100.ebuild
@@ -17,6 +17,7 @@ if [[ ${PV} = * ]] ; then
inherit git-r3
 else
SRC_URI="https://code.videolan.org/videolan/vlc-$(ver_cut 
1-2)/-/archive/${PV}/vlc-$(ver_cut 1-2)-${PV}.tar.gz"
+   S="${WORKDIR}/${PN}-$(ver_cut 1-2)-${PV}"
#if [[ ${MY_P} = ${P} ]] ; then
#   
SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.xz";
#else
@@ -233,15 +234,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.1.0-fix-libtremor-libs.patch # build system
"${FILESDIR}"/${PN}-2.2.8-freerdp-2.patch # bug 590164
"${FILESDIR}"/${PN}-3.0.6-fdk-aac-2.0.0.patch # bug 672290
-   "${FILESDIR}"/${PN}-3.0.8-qt-5.15.patch # TODO: upstream
"${FILESDIR}"/${PN}-3.0.11.1-configure_lua_version.patch
"${FILESDIR}"/${PN}-3.0.11.1-srt-1.4.2.patch # bug 758062
 )
 
 DOCS=( AUTHORS THANKS NEWS README doc/fortunes.txt )
 
-S="${WORKDIR}/${MY_P}"
-
 pkg_setup() {
if use lua; then
lua-single_pkg_setup
@@ -260,7 +258,7 @@ src_prepare() {
fi
 
# Make it build with libtool 1.5
-   rm m4/lt* m4/libtool.m4 || die
+   #rm m4/lt* m4/libtool.m4 || die
 
# We are not in a real git checkout due to the absence of a .git 
directory.
touch src/revision.txt || die
@@ -495,7 +493,7 @@ pkg_postinst() {
"${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen" 
"${EROOT}/usr/$(get_libdir)/vlc/plugins/"
else
ewarn "We cannot run vlc-cache-gen (most likely ROOT != /)"
-   ewarn "Please run /usr/$(get_libdir)/vlc/vlc-cache-gen manually"
+   ewarn "Please run ${EROOT}/usr/$(get_libdir)/vlc/vlc-cache-gen 
manually"
ewarn "If you do not do it, vlc will take a long time to load."
fi
 



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

2021-01-12 Thread Patrick McLean
commit: b40b89e5e8991ea5ea4abe744553a6cbe9c853ec
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 12 19:56:39 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 12 19:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40b89e5

sys-kernel/vanilla-sources-5.4.89: Version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.4.88.ebuild => vanilla-sources-5.4.89.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index fb149280aa6..4d4f8cd757d 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,5 +10,5 @@ DIST patch-4.19.166.xz 3719548 BLAKE2B 
b03579501714e28d78dc62bfe042dba350f07e0cf
 DIST patch-4.4.250.xz 3429728 BLAKE2B 
3b94a6dd53994120a52c8f7588e896f59acaf4f35cc42cfe079057ab8041b8275eaff84d829a8098edf36311a6a579845b77c17cfdcd9405f43e6d077e206e2e
 SHA512 
b11d3c3cd61a563f8d4d77e3632a43b9f9c3638b9fb132d2cef155285ecdff435883771ef4e6da95d58e7960c5f58d6f72bcc2a086994a5d26a5b354c8229365
 DIST patch-4.9.250.xz 3821524 BLAKE2B 
703fc5c923fa6507adb72df0fe0586679d604f22141a71919df00283cf715048aaffaf9b274eaaf3f2fe564dbd8ee1eccf60c337bfb4d7a018bc80322b233af3
 SHA512 
01000d7c42060f14cc9bdea2d6520a833d1bdf639e1c4860a3fd750a93425625d2b193363396540907d23cf9cb1d7b5ee0902395965547ab6695ba878efe1660
 DIST patch-5.10.7.xz 272248 BLAKE2B 
0b54a1047e97951ff624316c0e0296619ab3d7f8b1f1e3ca8192593661fcb4f6fb35d9d89878e5fed0b2af6027a968fd7af209cb47abf5e5f9ef24aa04510efd
 SHA512 
2f82b0065c2751c5e9dfcf50d6e1d7f1aaf933aba63aede310c6f847114cac2c65d98f1f9dab9481b8a03ded8f95a3e565c279b9b8b935ce810db2349db701cb
-DIST patch-5.4.88.xz 2512152 BLAKE2B 
38a1b3fc9bb9a564092cf615c1161e7f9bafb37a17418854ac2bee0d9439fb240ea1eef841797c8fe00825ead3db6eca102e5cecc36d2f74b210d41ae7763d6b
 SHA512 
61d6c9552985eb83f220c02c8fc0d053554b3f12c1baed4404cd9accc9fbbb5b6156db32820186852d964f47cc15d72ec3ff519b2b33afe3bd0ba8f26d69c0aa
+DIST patch-5.4.89.xz 2526936 BLAKE2B 
af7933dd076ec86fcba733adb746ed60af220d3b0a6067f909482f8827ec0bb0dd4e4bfe56debd1a6f2131ff04d7d51c91b192946cf7e16eb25dc6cf5073b9c1
 SHA512 
5427e114efd8436aac32a003b54ac5529b67b7cc469212e22c0b95e90928420e78d66e179cb831f40aec6b1c11e1e7d2bf7dbac8453ca2e7c736e70319b5b78d
 DIST patch-5.9.15.xz 666912 BLAKE2B 
4b1dccc6a6b8986674c42345b3b98828a4538d862cc8b0ae0e6786a0b4b9dae597ff438ab532aeafa5c92e4723bd190879ad3ac2c92d993fe44049a27016551f
 SHA512 
a6259d2b63319dd4be78d53edc2fb7d0eadceea9bfc36366d2e5530c484c696251386b731f11d8fc01f785641fb2fb7b0c34f0c11136271fa44e903202c6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.88.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.89.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.88.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.89.ebuild



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

2021-01-12 Thread Patrick McLean
commit: 01c4cab69f4ae2493841efe974320974bbba8392
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 12 19:57:03 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 12 19:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c4cab6

sys-kernel/vanilla-sources-4.4.251: Version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.4.250.ebuild => vanilla-sources-4.4.251.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4d4f8cd757d..26a284c502c 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,7 +7,7 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6
 DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb
 SHA512 
d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
 DIST patch-4.14.214.xz 4091072 BLAKE2B 
988dba7a74b48e50f344021ae091f1a9f6b31db3766a1f2e912c29a8fe3d772f798bf313537d9c28fe946d2f8e092fffc13c86d8d7c2e3bbcf78628465fbaaff
 SHA512 
8ea4cc08bbca884871140908a764153bbc48c1e8226b6a8991516554f6ef81c776eb234571fdb28f316306d412d5531cce8617948a3995853c8f914eb909f497
 DIST patch-4.19.166.xz 3719548 BLAKE2B 
b03579501714e28d78dc62bfe042dba350f07e0cf0d90da191bd5cd776b17b40522029e1f9fc1602c797e1ec53b2e9bb32865c34051dadd212528887b79c
 SHA512 
7e52a241646d0d2dd807080fb87b93349b917f50f2e3fbdcf820f3343890b61147af45ec07b56e16cb153e7fe629e275d8731a4e4f0d92e2898e27015ac15bc4
-DIST patch-4.4.250.xz 3429728 BLAKE2B 
3b94a6dd53994120a52c8f7588e896f59acaf4f35cc42cfe079057ab8041b8275eaff84d829a8098edf36311a6a579845b77c17cfdcd9405f43e6d077e206e2e
 SHA512 
b11d3c3cd61a563f8d4d77e3632a43b9f9c3638b9fb132d2cef155285ecdff435883771ef4e6da95d58e7960c5f58d6f72bcc2a086994a5d26a5b354c8229365
+DIST patch-4.4.251.xz 3433612 BLAKE2B 
9145fb9d54d1cff666a33ecf9c1ed4fc511a7e6cd4a1677ebbf1a8f35ec0eec673423f6f5cd615903bfa03e3572b426c7fddfa93de204d37a4dc3b81f6ecad6a
 SHA512 
a52a76a0f19a5b960dbfb762bc129fb40f7028bf72765d346c76aa002129600e90c4bdd75487e8168b81bb307e5868b5892bbe667a7f41b5d844ba4bfeee1c8c
 DIST patch-4.9.250.xz 3821524 BLAKE2B 
703fc5c923fa6507adb72df0fe0586679d604f22141a71919df00283cf715048aaffaf9b274eaaf3f2fe564dbd8ee1eccf60c337bfb4d7a018bc80322b233af3
 SHA512 
01000d7c42060f14cc9bdea2d6520a833d1bdf639e1c4860a3fd750a93425625d2b193363396540907d23cf9cb1d7b5ee0902395965547ab6695ba878efe1660
 DIST patch-5.10.7.xz 272248 BLAKE2B 
0b54a1047e97951ff624316c0e0296619ab3d7f8b1f1e3ca8192593661fcb4f6fb35d9d89878e5fed0b2af6027a968fd7af209cb47abf5e5f9ef24aa04510efd
 SHA512 
2f82b0065c2751c5e9dfcf50d6e1d7f1aaf933aba63aede310c6f847114cac2c65d98f1f9dab9481b8a03ded8f95a3e565c279b9b8b935ce810db2349db701cb
 DIST patch-5.4.89.xz 2526936 BLAKE2B 
af7933dd076ec86fcba733adb746ed60af220d3b0a6067f909482f8827ec0bb0dd4e4bfe56debd1a6f2131ff04d7d51c91b192946cf7e16eb25dc6cf5073b9c1
 SHA512 
5427e114efd8436aac32a003b54ac5529b67b7cc469212e22c0b95e90928420e78d66e179cb831f40aec6b1c11e1e7d2bf7dbac8453ca2e7c736e70319b5b78d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.250.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.4.251.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.4.250.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.4.251.ebuild



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

2021-01-12 Thread Patrick McLean
commit: 4f05935aa5dfab1d8c896ff2f84ddfe80074ff0e
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 12 19:57:47 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 12 19:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f05935a

sys-kernel/vanilla-sources-4.19.167: Version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.19.166.ebuild => vanilla-sources-4.19.167.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 6850e0d10f3..a69d2d6c824 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,7 +6,7 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb
 SHA512 
d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
 DIST patch-4.14.214.xz 4091072 BLAKE2B 
988dba7a74b48e50f344021ae091f1a9f6b31db3766a1f2e912c29a8fe3d772f798bf313537d9c28fe946d2f8e092fffc13c86d8d7c2e3bbcf78628465fbaaff
 SHA512 
8ea4cc08bbca884871140908a764153bbc48c1e8226b6a8991516554f6ef81c776eb234571fdb28f316306d412d5531cce8617948a3995853c8f914eb909f497
-DIST patch-4.19.166.xz 3719548 BLAKE2B 
b03579501714e28d78dc62bfe042dba350f07e0cf0d90da191bd5cd776b17b40522029e1f9fc1602c797e1ec53b2e9bb32865c34051dadd212528887b79c
 SHA512 
7e52a241646d0d2dd807080fb87b93349b917f50f2e3fbdcf820f3343890b61147af45ec07b56e16cb153e7fe629e275d8731a4e4f0d92e2898e27015ac15bc4
+DIST patch-4.19.167.xz 3731708 BLAKE2B 
a5bba38bbc355672d7e31016892197b3a518e6bc4f679e3514f8f5a9b34c8e0ee1fdb699152e78b2b86075e51cc856f88a9606a87f5ae62b0c453a6a994b6853
 SHA512 
639fbf255e0fdb5428fe2b01e306d9021a86082a3d5c99393b28e4505209ac8433e14822f5ba60d7461ee4543311432cea5c2679b8ba421d0f5d6cd9b1ce6497
 DIST patch-4.4.251.xz 3433612 BLAKE2B 
9145fb9d54d1cff666a33ecf9c1ed4fc511a7e6cd4a1677ebbf1a8f35ec0eec673423f6f5cd615903bfa03e3572b426c7fddfa93de204d37a4dc3b81f6ecad6a
 SHA512 
a52a76a0f19a5b960dbfb762bc129fb40f7028bf72765d346c76aa002129600e90c4bdd75487e8168b81bb307e5868b5892bbe667a7f41b5d844ba4bfeee1c8c
 DIST patch-4.9.251.xz 3826372 BLAKE2B 
c0a23192bb2b6b2d3f4dee652bcea609d7f092d55733f13e20ad0cbc4cdf416b7cf933a4a8207e4e32bad72106302d74877336799cac0559409425d5e34f5296
 SHA512 
602fd1d4c9e0cc45836751f5ff5b7eb1c4412001fd5d86e4e05314683b198d0e9de1b39d44f0c346a466512cb8669a5d9cd3f2afa1a8f7fe90c20cb3577fd070
 DIST patch-5.10.7.xz 272248 BLAKE2B 
0b54a1047e97951ff624316c0e0296619ab3d7f8b1f1e3ca8192593661fcb4f6fb35d9d89878e5fed0b2af6027a968fd7af209cb47abf5e5f9ef24aa04510efd
 SHA512 
2f82b0065c2751c5e9dfcf50d6e1d7f1aaf933aba63aede310c6f847114cac2c65d98f1f9dab9481b8a03ded8f95a3e565c279b9b8b935ce810db2349db701cb

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.166.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.167.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.166.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.167.ebuild



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

2021-01-12 Thread Patrick McLean
commit: caa2a00779bab13d51c7d69254ff32ed408db29f
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 12 19:57:26 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 12 19:58:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caa2a007

sys-kernel/vanilla-sources-4.9.251: Version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.9.250.ebuild => vanilla-sources-4.9.251.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 26a284c502c..6850e0d10f3 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,7 +8,7 @@ DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d451
 DIST patch-4.14.214.xz 4091072 BLAKE2B 
988dba7a74b48e50f344021ae091f1a9f6b31db3766a1f2e912c29a8fe3d772f798bf313537d9c28fe946d2f8e092fffc13c86d8d7c2e3bbcf78628465fbaaff
 SHA512 
8ea4cc08bbca884871140908a764153bbc48c1e8226b6a8991516554f6ef81c776eb234571fdb28f316306d412d5531cce8617948a3995853c8f914eb909f497
 DIST patch-4.19.166.xz 3719548 BLAKE2B 
b03579501714e28d78dc62bfe042dba350f07e0cf0d90da191bd5cd776b17b40522029e1f9fc1602c797e1ec53b2e9bb32865c34051dadd212528887b79c
 SHA512 
7e52a241646d0d2dd807080fb87b93349b917f50f2e3fbdcf820f3343890b61147af45ec07b56e16cb153e7fe629e275d8731a4e4f0d92e2898e27015ac15bc4
 DIST patch-4.4.251.xz 3433612 BLAKE2B 
9145fb9d54d1cff666a33ecf9c1ed4fc511a7e6cd4a1677ebbf1a8f35ec0eec673423f6f5cd615903bfa03e3572b426c7fddfa93de204d37a4dc3b81f6ecad6a
 SHA512 
a52a76a0f19a5b960dbfb762bc129fb40f7028bf72765d346c76aa002129600e90c4bdd75487e8168b81bb307e5868b5892bbe667a7f41b5d844ba4bfeee1c8c
-DIST patch-4.9.250.xz 3821524 BLAKE2B 
703fc5c923fa6507adb72df0fe0586679d604f22141a71919df00283cf715048aaffaf9b274eaaf3f2fe564dbd8ee1eccf60c337bfb4d7a018bc80322b233af3
 SHA512 
01000d7c42060f14cc9bdea2d6520a833d1bdf639e1c4860a3fd750a93425625d2b193363396540907d23cf9cb1d7b5ee0902395965547ab6695ba878efe1660
+DIST patch-4.9.251.xz 3826372 BLAKE2B 
c0a23192bb2b6b2d3f4dee652bcea609d7f092d55733f13e20ad0cbc4cdf416b7cf933a4a8207e4e32bad72106302d74877336799cac0559409425d5e34f5296
 SHA512 
602fd1d4c9e0cc45836751f5ff5b7eb1c4412001fd5d86e4e05314683b198d0e9de1b39d44f0c346a466512cb8669a5d9cd3f2afa1a8f7fe90c20cb3577fd070
 DIST patch-5.10.7.xz 272248 BLAKE2B 
0b54a1047e97951ff624316c0e0296619ab3d7f8b1f1e3ca8192593661fcb4f6fb35d9d89878e5fed0b2af6027a968fd7af209cb47abf5e5f9ef24aa04510efd
 SHA512 
2f82b0065c2751c5e9dfcf50d6e1d7f1aaf933aba63aede310c6f847114cac2c65d98f1f9dab9481b8a03ded8f95a3e565c279b9b8b935ce810db2349db701cb
 DIST patch-5.4.89.xz 2526936 BLAKE2B 
af7933dd076ec86fcba733adb746ed60af220d3b0a6067f909482f8827ec0bb0dd4e4bfe56debd1a6f2131ff04d7d51c91b192946cf7e16eb25dc6cf5073b9c1
 SHA512 
5427e114efd8436aac32a003b54ac5529b67b7cc469212e22c0b95e90928420e78d66e179cb831f40aec6b1c11e1e7d2bf7dbac8453ca2e7c736e70319b5b78d
 DIST patch-5.9.15.xz 666912 BLAKE2B 
4b1dccc6a6b8986674c42345b3b98828a4538d862cc8b0ae0e6786a0b4b9dae597ff438ab532aeafa5c92e4723bd190879ad3ac2c92d993fe44049a27016551f
 SHA512 
a6259d2b63319dd4be78d53edc2fb7d0eadceea9bfc36366d2e5530c484c696251386b731f11d8fc01f785641fb2fb7b0c34f0c11136271fa44e903202c6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.250.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.9.251.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.250.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.251.ebuild



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

2021-01-12 Thread Patrick McLean
commit: 7f039a11dc0b906a36c84d1547381f81bcda2011
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 12 19:58:14 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 12 19:58:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f039a11

sys-kernel/vanilla-sources-4.14.215: Version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.14.214.ebuild => vanilla-sources-4.14.215.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index a69d2d6c824..13014d5218e 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,7 +5,7 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-5.9.tar.xz 115507140 BLAKE2B 
e8d11472d63a9f8409ca12a2e8c97c6963a3d4516b5a398b627d6ece565584526f9b5a1377a2fa4bd184c09c7db94c987428bc5d52df0c788464a67e9e8d6dcb
 SHA512 
d3d92ce4246bad74c9a784212f160d98449b1e8793970c2c308276568d852b8effe0528686bdb87d55d691f09a826abf7938d69bdd4759ce65ddd5c05ffe4eca
-DIST patch-4.14.214.xz 4091072 BLAKE2B 
988dba7a74b48e50f344021ae091f1a9f6b31db3766a1f2e912c29a8fe3d772f798bf313537d9c28fe946d2f8e092fffc13c86d8d7c2e3bbcf78628465fbaaff
 SHA512 
8ea4cc08bbca884871140908a764153bbc48c1e8226b6a8991516554f6ef81c776eb234571fdb28f316306d412d5531cce8617948a3995853c8f914eb909f497
+DIST patch-4.14.215.xz 4097964 BLAKE2B 
70d6e322f001af692d8fa6ecd0a4a1a93193173ce5103a76152e78aedd2d50497d53ee61a579716e5546c75c90c9985368340ca5ed0cb0a32adf72e3169d43aa
 SHA512 
d4ff7f3a47e4cf049cb88d73e2da0e9813a62a8efb05c3161558ad2ad289a58914383ddba89895b2db6ddd02ce063845b6775187b6bee6ef24a7aef76e76a768
 DIST patch-4.19.167.xz 3731708 BLAKE2B 
a5bba38bbc355672d7e31016892197b3a518e6bc4f679e3514f8f5a9b34c8e0ee1fdb699152e78b2b86075e51cc856f88a9606a87f5ae62b0c453a6a994b6853
 SHA512 
639fbf255e0fdb5428fe2b01e306d9021a86082a3d5c99393b28e4505209ac8433e14822f5ba60d7461ee4543311432cea5c2679b8ba421d0f5d6cd9b1ce6497
 DIST patch-4.4.251.xz 3433612 BLAKE2B 
9145fb9d54d1cff666a33ecf9c1ed4fc511a7e6cd4a1677ebbf1a8f35ec0eec673423f6f5cd615903bfa03e3572b426c7fddfa93de204d37a4dc3b81f6ecad6a
 SHA512 
a52a76a0f19a5b960dbfb762bc129fb40f7028bf72765d346c76aa002129600e90c4bdd75487e8168b81bb307e5868b5892bbe667a7f41b5d844ba4bfeee1c8c
 DIST patch-4.9.251.xz 3826372 BLAKE2B 
c0a23192bb2b6b2d3f4dee652bcea609d7f092d55733f13e20ad0cbc4cdf416b7cf933a4a8207e4e32bad72106302d74877336799cac0559409425d5e34f5296
 SHA512 
602fd1d4c9e0cc45836751f5ff5b7eb1c4412001fd5d86e4e05314683b198d0e9de1b39d44f0c346a466512cb8669a5d9cd3f2afa1a8f7fe90c20cb3577fd070

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.214.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.215.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.214.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.215.ebuild



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

2021-01-12 Thread Patrick McLean
commit: a467740e146d96370a2435068c571358e768a844
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jan 12 19:55:55 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jan 12 19:58:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a467740e

sys-kernel/vanilla-sources-5.10.7: Version bump

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.10.6.ebuild => vanilla-sources-5.10.7.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 51c3937854c..fb149280aa6 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,6 +9,6 @@ DIST patch-4.14.214.xz 4091072 BLAKE2B 
988dba7a74b48e50f344021ae091f1a9f6b31db37
 DIST patch-4.19.166.xz 3719548 BLAKE2B 
b03579501714e28d78dc62bfe042dba350f07e0cf0d90da191bd5cd776b17b40522029e1f9fc1602c797e1ec53b2e9bb32865c34051dadd212528887b79c
 SHA512 
7e52a241646d0d2dd807080fb87b93349b917f50f2e3fbdcf820f3343890b61147af45ec07b56e16cb153e7fe629e275d8731a4e4f0d92e2898e27015ac15bc4
 DIST patch-4.4.250.xz 3429728 BLAKE2B 
3b94a6dd53994120a52c8f7588e896f59acaf4f35cc42cfe079057ab8041b8275eaff84d829a8098edf36311a6a579845b77c17cfdcd9405f43e6d077e206e2e
 SHA512 
b11d3c3cd61a563f8d4d77e3632a43b9f9c3638b9fb132d2cef155285ecdff435883771ef4e6da95d58e7960c5f58d6f72bcc2a086994a5d26a5b354c8229365
 DIST patch-4.9.250.xz 3821524 BLAKE2B 
703fc5c923fa6507adb72df0fe0586679d604f22141a71919df00283cf715048aaffaf9b274eaaf3f2fe564dbd8ee1eccf60c337bfb4d7a018bc80322b233af3
 SHA512 
01000d7c42060f14cc9bdea2d6520a833d1bdf639e1c4860a3fd750a93425625d2b193363396540907d23cf9cb1d7b5ee0902395965547ab6695ba878efe1660
-DIST patch-5.10.6.xz 233940 BLAKE2B 
e6f472d53190bd0dcd85dc26d1ea047ba18d28444d1130adc4728322e397655879d047c46f3b80392d676e4bf3425e936961985c997b9e214bd96d6cf65ad8a6
 SHA512 
54e74994a27b6a753717c778e5a550fd5db0f4acd24095f9b6e6d7cbb5c914be2f914d34865c9453d85a37873f0575fc5af54374ea1fe6e6d313d978e739d58f
+DIST patch-5.10.7.xz 272248 BLAKE2B 
0b54a1047e97951ff624316c0e0296619ab3d7f8b1f1e3ca8192593661fcb4f6fb35d9d89878e5fed0b2af6027a968fd7af209cb47abf5e5f9ef24aa04510efd
 SHA512 
2f82b0065c2751c5e9dfcf50d6e1d7f1aaf933aba63aede310c6f847114cac2c65d98f1f9dab9481b8a03ded8f95a3e565c279b9b8b935ce810db2349db701cb
 DIST patch-5.4.88.xz 2512152 BLAKE2B 
38a1b3fc9bb9a564092cf615c1161e7f9bafb37a17418854ac2bee0d9439fb240ea1eef841797c8fe00825ead3db6eca102e5cecc36d2f74b210d41ae7763d6b
 SHA512 
61d6c9552985eb83f220c02c8fc0d053554b3f12c1baed4404cd9accc9fbbb5b6156db32820186852d964f47cc15d72ec3ff519b2b33afe3bd0ba8f26d69c0aa
 DIST patch-5.9.15.xz 666912 BLAKE2B 
4b1dccc6a6b8986674c42345b3b98828a4538d862cc8b0ae0e6786a0b4b9dae597ff438ab532aeafa5c92e4723bd190879ad3ac2c92d993fe44049a27016551f
 SHA512 
a6259d2b63319dd4be78d53edc2fb7d0eadceea9bfc36366d2e5530c484c696251386b731f11d8fc01f785641fb2fb7b0c34f0c11136271fa44e903202c6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.10.6.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.10.7.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.10.6.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.10.7.ebuild



[gentoo-commits] proj/linux-patches:5.4 commit in: /

2021-01-12 Thread Mike Pagano
commit: f7034dab818ec48c9f636592f9df09b5121f
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 20:05:26 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:05:26 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f7034dab

Linux patch 5.4.89

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

 _README |4 +
 1088_linux-5.4.89.patch | 2852 +++
 2 files changed, 2856 insertions(+)

diff --git a/_README b/_README
index a0cf312..3db22cb 100644
--- a/_README
+++ b/_README
@@ -395,6 +395,10 @@ Patch:  1087_linux-5.4.88.patch
 From:   http://www.kernel.org
 Desc:   Linux 5.4.88
 
+Patch:  1088_linux-5.4.89.patch
+From:   http://www.kernel.org
+Desc:   Linux 5.4.89
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1088_linux-5.4.89.patch b/1088_linux-5.4.89.patch
new file mode 100644
index 000..bcf2d61
--- /dev/null
+++ b/1088_linux-5.4.89.patch
@@ -0,0 +1,2852 @@
+diff --git a/Makefile b/Makefile
+index 450ebe1528062..95848875110ef 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 4
+-SUBLEVEL = 88
++SUBLEVEL = 89
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+ 
+@@ -436,7 +436,7 @@ LEX= flex
+ YACC  = bison
+ AWK   = awk
+ INSTALLKERNEL  := installkernel
+-DEPMOD= /sbin/depmod
++DEPMOD= depmod
+ PERL  = perl
+ PYTHON= python
+ PYTHON3   = python3
+diff --git a/arch/powerpc/kernel/vmlinux.lds.S 
b/arch/powerpc/kernel/vmlinux.lds.S
+index 5229eeac8946d..4def51c12e1bf 100644
+--- a/arch/powerpc/kernel/vmlinux.lds.S
 b/arch/powerpc/kernel/vmlinux.lds.S
+@@ -98,7 +98,7 @@ SECTIONS
+   ALIGN_FUNCTION();
+ #endif
+   /* careful! __ftr_alt_* sections need to be close to .text */
+-  *(.text.hot TEXT_MAIN .text.fixup .text.unlikely .fixup 
__ftr_alt_* .ref.text);
++  *(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely 
.text.unlikely.* .fixup __ftr_alt_* .ref.text);
+ #ifdef CONFIG_PPC64
+   *(.tramp.ftrace.text);
+ #endif
+diff --git a/arch/x86/kernel/cpu/mtrr/generic.c 
b/arch/x86/kernel/cpu/mtrr/generic.c
+index aa5c064a6a227..4ea906fe1c351 100644
+--- a/arch/x86/kernel/cpu/mtrr/generic.c
 b/arch/x86/kernel/cpu/mtrr/generic.c
+@@ -167,9 +167,6 @@ static u8 mtrr_type_lookup_variable(u64 start, u64 end, 
u64 *partial_end,
+   *repeat = 0;
+   *uniform = 1;
+ 
+-  /* Make end inclusive instead of exclusive */
+-  end--;
+-
+   prev_match = MTRR_TYPE_INVALID;
+   for (i = 0; i < num_var_ranges; ++i) {
+   unsigned short start_state, end_state, inclusive;
+@@ -261,6 +258,9 @@ u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform)
+   int repeat;
+   u64 partial_end;
+ 
++  /* Make end inclusive instead of exclusive */
++  end--;
++
+   if (!mtrr_state_set)
+   return MTRR_TYPE_INVALID;
+ 
+diff --git a/arch/x86/kvm/mmu.h b/arch/x86/kvm/mmu.h
+index 6f2208cf30df3..ea9945a05b831 100644
+--- a/arch/x86/kvm/mmu.h
 b/arch/x86/kvm/mmu.h
+@@ -48,7 +48,7 @@ static inline u64 rsvd_bits(int s, int e)
+   if (e < s)
+   return 0;
+ 
+-  return ((1ULL << (e - s + 1)) - 1) << s;
++  return ((2ULL << (e - s)) - 1) << s;
+ }
+ 
+ void kvm_mmu_set_mmio_spte_mask(u64 mmio_mask, u64 mmio_value, u64 
access_mask);
+diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c
+index 7bd2c3a52297f..7982f13807aa0 100644
+--- a/arch/x86/mm/pgtable.c
 b/arch/x86/mm/pgtable.c
+@@ -826,6 +826,8 @@ int pud_free_pmd_page(pud_t *pud, unsigned long addr)
+   }
+ 
+   free_page((unsigned long)pmd_sv);
++
++  pgtable_pmd_page_dtor(virt_to_page(pmd));
+   free_page((unsigned long)pmd);
+ 
+   return 1;
+diff --git a/crypto/asymmetric_keys/asym_tpm.c 
b/crypto/asymmetric_keys/asym_tpm.c
+index 5154e280ada22..08baa10a254bf 100644
+--- a/crypto/asymmetric_keys/asym_tpm.c
 b/crypto/asymmetric_keys/asym_tpm.c
+@@ -370,7 +370,7 @@ static uint32_t derive_pub_key(const void *pub_key, 
uint32_t len, uint8_t *buf)
+   memcpy(cur, e, sizeof(e));
+   cur += sizeof(e);
+   /* Zero parameters to satisfy set_pub_key ABI. */
+-  memset(cur, 0, SETKEY_PARAMS_SIZE);
++  memzero_explicit(cur, SETKEY_PARAMS_SIZE);
+ 
+   return cur - buf;
+ }
+diff --git a/crypto/ecdh.c b/crypto/ecdh.c
+index efa4ee72301f8..46570b517175a 100644
+--- a/crypto/ecdh.c
 b/crypto/ecdh.c
+@@ -39,7 +39,8 @@ static int ecdh_set_secret(struct crypto_kpp *tfm, const 
void *buf,
+   struct ecdh params;
+   unsigned int ndigits;
+ 
+-  if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0)
++  if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0 ||
++   

[gentoo-commits] repo/gentoo:master commit in: dev-ml/uucp/

2021-01-12 Thread Alfredo Tupone
commit: eca7111256d2ba57cbd5353c3cc8d13963722a16
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Jan 12 20:06:06 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Jan 12 20:06:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca71112

dev-ml/uucp: add a missing dep

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/uucp/uucp-13.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uucp/uucp-13.0.0-r2.ebuild 
b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
index 61ad4a7252a..697be016187 100644
--- a/dev-ml/uucp/uucp-13.0.0-r2.ebuild
+++ b/dev-ml/uucp/uucp-13.0.0-r2.ebuild
@@ -14,7 +14,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
+DEPEND="dev-ml/topkg"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 OPAM_FILE=opam



[gentoo-commits] proj/linux-patches:4.19 commit in: /

2021-01-12 Thread Mike Pagano
commit: 58ef0246d074788e6c2b9d26d62d0ebd03bc6174
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 20:06:09 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:06:09 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=58ef0246

Linux patch 4.19.167

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

 _README   |4 +
 1166_linux-4.19.167.patch | 2625 +
 2 files changed, 2629 insertions(+)

diff --git a/_README b/_README
index 551b30e..5064804 100644
--- a/_README
+++ b/_README
@@ -703,6 +703,10 @@ Patch:  1165_linux-4.19.166.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.166
 
+Patch:  1166_linux-4.19.167.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.167
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1166_linux-4.19.167.patch b/1166_linux-4.19.167.patch
new file mode 100644
index 000..ab5b3ed
--- /dev/null
+++ b/1166_linux-4.19.167.patch
@@ -0,0 +1,2625 @@
+diff --git a/Makefile b/Makefile
+index b2c939f289c25..91a82c22a4749 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 166
++SUBLEVEL = 167
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+@@ -400,7 +400,7 @@ YACC   = bison
+ AWK   = awk
+ GENKSYMS  = scripts/genksyms/genksyms
+ INSTALLKERNEL  := installkernel
+-DEPMOD= /sbin/depmod
++DEPMOD= depmod
+ PERL  = perl
+ PYTHON= python
+ PYTHON2   = python2
+diff --git a/arch/x86/kernel/cpu/mtrr/generic.c 
b/arch/x86/kernel/cpu/mtrr/generic.c
+index e12ee86906c62..9436f34520491 100644
+--- a/arch/x86/kernel/cpu/mtrr/generic.c
 b/arch/x86/kernel/cpu/mtrr/generic.c
+@@ -166,9 +166,6 @@ static u8 mtrr_type_lookup_variable(u64 start, u64 end, 
u64 *partial_end,
+   *repeat = 0;
+   *uniform = 1;
+ 
+-  /* Make end inclusive instead of exclusive */
+-  end--;
+-
+   prev_match = MTRR_TYPE_INVALID;
+   for (i = 0; i < num_var_ranges; ++i) {
+   unsigned short start_state, end_state, inclusive;
+@@ -260,6 +257,9 @@ u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform)
+   int repeat;
+   u64 partial_end;
+ 
++  /* Make end inclusive instead of exclusive */
++  end--;
++
+   if (!mtrr_state_set)
+   return MTRR_TYPE_INVALID;
+ 
+diff --git a/arch/x86/kvm/mmu.h b/arch/x86/kvm/mmu.h
+index 0b62c817f63f5..05a02b8ace6ba 100644
+--- a/arch/x86/kvm/mmu.h
 b/arch/x86/kvm/mmu.h
+@@ -53,7 +53,7 @@ static inline u64 rsvd_bits(int s, int e)
+   if (e < s)
+   return 0;
+ 
+-  return ((1ULL << (e - s + 1)) - 1) << s;
++  return ((2ULL << (e - s)) - 1) << s;
+ }
+ 
+ void kvm_mmu_set_mmio_spte_mask(u64 mmio_mask, u64 mmio_value);
+diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c
+index bf52106ab9c49..c0e9c00402ac8 100644
+--- a/arch/x86/mm/pgtable.c
 b/arch/x86/mm/pgtable.c
+@@ -838,6 +838,8 @@ int pud_free_pmd_page(pud_t *pud, unsigned long addr)
+   }
+ 
+   free_page((unsigned long)pmd_sv);
++
++  pgtable_pmd_page_dtor(virt_to_page(pmd));
+   free_page((unsigned long)pmd);
+ 
+   return 1;
+diff --git a/arch/x86/xen/efi.c b/arch/x86/xen/efi.c
+index 66bcd639a..90d2e4ce70644 100644
+--- a/arch/x86/xen/efi.c
 b/arch/x86/xen/efi.c
+@@ -172,7 +172,7 @@ static enum efi_secureboot_mode 
xen_efi_get_secureboot(void)
+   return efi_secureboot_mode_unknown;
+ }
+ 
+-void __init xen_efi_init(void)
++void __init xen_efi_init(struct boot_params *boot_params)
+ {
+   efi_system_table_t *efi_systab_xen;
+ 
+@@ -181,12 +181,12 @@ void __init xen_efi_init(void)
+   if (efi_systab_xen == NULL)
+   return;
+ 
+-  strncpy((char *)&boot_params.efi_info.efi_loader_signature, "Xen",
+-  sizeof(boot_params.efi_info.efi_loader_signature));
+-  boot_params.efi_info.efi_systab = (__u32)__pa(efi_systab_xen);
+-  boot_params.efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 
32);
++  strncpy((char *)&boot_params->efi_info.efi_loader_signature, "Xen",
++  sizeof(boot_params->efi_info.efi_loader_signature));
++  boot_params->efi_info.efi_systab = (__u32)__pa(efi_systab_xen);
++  boot_params->efi_info.efi_systab_hi = (__u32)(__pa(efi_systab_xen) >> 
32);
+ 
+-  boot_params.secure_boot = xen_efi_get_secureboot();
++  boot_params->secure_boot = xen_efi_get_secureboot();
+ 
+   set_bit(EFI_BOOT, &efi.flags);
+   set_bit(EFI_PARAVIRT, &efi.flags);
+diff --git a/arch/x86/xen/enlighten_pv.c b/arch/x86/xen/enlighten_pv.c
+index 9f8995cd28f65..1c3e9185934c4 100644
+--- a/arch/x86/xen/enlighten_pv.c
 b/arch/x86/xen/enlighten_pv.c
+@@ -1409,7 +1409,7 @@ asmlinkage __

[gentoo-commits] proj/linux-patches:4.14 commit in: /

2021-01-12 Thread Mike Pagano
commit: e07f18f332c87a1b75b71c7a878d99cf60cd4d0b
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 20:07:00 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:07:00 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e07f18f3

Linux patch 4.14.215

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

 _README   |4 +
 1214_linux-4.14.215.patch | 1573 +
 2 files changed, 1577 insertions(+)

diff --git a/_README b/_README
index f54adb5..5f64f81 100644
--- a/_README
+++ b/_README
@@ -899,6 +899,10 @@ Patch:  1213_linux-4.14.214.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.14.214
 
+Patch:  1214_linux-4.14.215.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.14.215
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1214_linux-4.14.215.patch b/1214_linux-4.14.215.patch
new file mode 100644
index 000..6c92401
--- /dev/null
+++ b/1214_linux-4.14.215.patch
@@ -0,0 +1,1573 @@
+diff --git a/Makefile b/Makefile
+index d36b8f4228a47..10314ba3c7bc5 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 214
++SUBLEVEL = 215
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+@@ -382,7 +382,7 @@ OBJDUMP= $(CROSS_COMPILE)objdump
+ AWK   = awk
+ GENKSYMS  = scripts/genksyms/genksyms
+ INSTALLKERNEL  := installkernel
+-DEPMOD= /sbin/depmod
++DEPMOD= depmod
+ PERL  = perl
+ PYTHON= python
+ CHECK = sparse
+diff --git a/arch/x86/kernel/cpu/mtrr/generic.c 
b/arch/x86/kernel/cpu/mtrr/generic.c
+index e12ee86906c62..9436f34520491 100644
+--- a/arch/x86/kernel/cpu/mtrr/generic.c
 b/arch/x86/kernel/cpu/mtrr/generic.c
+@@ -166,9 +166,6 @@ static u8 mtrr_type_lookup_variable(u64 start, u64 end, 
u64 *partial_end,
+   *repeat = 0;
+   *uniform = 1;
+ 
+-  /* Make end inclusive instead of exclusive */
+-  end--;
+-
+   prev_match = MTRR_TYPE_INVALID;
+   for (i = 0; i < num_var_ranges; ++i) {
+   unsigned short start_state, end_state, inclusive;
+@@ -260,6 +257,9 @@ u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform)
+   int repeat;
+   u64 partial_end;
+ 
++  /* Make end inclusive instead of exclusive */
++  end--;
++
+   if (!mtrr_state_set)
+   return MTRR_TYPE_INVALID;
+ 
+diff --git a/arch/x86/kvm/mmu.h b/arch/x86/kvm/mmu.h
+index 816a626b62508..e76f5963aa7d0 100644
+--- a/arch/x86/kvm/mmu.h
 b/arch/x86/kvm/mmu.h
+@@ -53,7 +53,7 @@ static inline u64 rsvd_bits(int s, int e)
+   if (e < s)
+   return 0;
+ 
+-  return ((1ULL << (e - s + 1)) - 1) << s;
++  return ((2ULL << (e - s)) - 1) << s;
+ }
+ 
+ void kvm_mmu_set_mmio_spte_mask(u64 mmio_mask, u64 mmio_value);
+diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c
+index 55338b3922210..84e5c5bdaa740 100644
+--- a/arch/x86/mm/pgtable.c
 b/arch/x86/mm/pgtable.c
+@@ -765,6 +765,8 @@ int pud_free_pmd_page(pud_t *pud, unsigned long addr)
+   }
+ 
+   free_page((unsigned long)pmd_sv);
++
++  pgtable_pmd_page_dtor(virt_to_page(pmd));
+   free_page((unsigned long)pmd);
+ 
+   return 1;
+diff --git a/crypto/ecdh.c b/crypto/ecdh.c
+index 3919b59ada250..ea4c5a864fcd1 100644
+--- a/crypto/ecdh.c
 b/crypto/ecdh.c
+@@ -43,7 +43,8 @@ static int ecdh_set_secret(struct crypto_kpp *tfm, const 
void *buf,
+   struct ecdh params;
+   unsigned int ndigits;
+ 
+-  if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0)
++  if (crypto_ecdh_decode_key(buf, len, ¶ms) < 0 ||
++  params.key_size > sizeof(ctx->private_key))
+   return -EINVAL;
+ 
+   ndigits = ecdh_supported_curve(params.curve_id);
+diff --git a/drivers/atm/idt77252.c b/drivers/atm/idt77252.c
+index 47f3c4ae05947..4998ea5f51d53 100644
+--- a/drivers/atm/idt77252.c
 b/drivers/atm/idt77252.c
+@@ -3608,7 +3608,7 @@ static int idt77252_init_one(struct pci_dev *pcidev,
+ 
+   if ((err = dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(32 {
+   printk("idt77252: can't enable DMA for PCI device at %s\n", 
pci_name(pcidev));
+-  return err;
++  goto err_out_disable_pdev;
+   }
+ 
+   card = kzalloc(sizeof(struct idt77252_dev), GFP_KERNEL);
+diff --git a/drivers/base/core.c b/drivers/base/core.c
+index 05ecc0de2d590..a11652d77c7f2 100644
+--- a/drivers/base/core.c
 b/drivers/base/core.c
+@@ -3090,7 +3090,7 @@ void set_primary_fwnode(struct device *dev, struct 
fwnode_handle *fwnode)
+   if (fwnode_is_primary(fn)) {
+   dev->fwnode = fn->secondary;
+   if (!(parent && fn == parent->fwnode))
+-  fn->secondary = ERR_PTR(-ENODE

[gentoo-commits] proj/linux-patches:4.9 commit in: /

2021-01-12 Thread Mike Pagano
commit: fc61b0d363635bf81641ebc22e45b358c3a94d33
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 20:07:47 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:07:47 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=fc61b0d3

Linux patch 4.9.251

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

 _README  |4 +
 1250_linux-4.9.251.patch | 1121 ++
 2 files changed, 1125 insertions(+)

diff --git a/_README b/_README
index 85b0ad7..9c820fe 100644
--- a/_README
+++ b/_README
@@ -1043,6 +1043,10 @@ Patch:  1249_linux-4.9.250.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.250
 
+Patch:  1250_linux-4.9.251.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.251
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1250_linux-4.9.251.patch b/1250_linux-4.9.251.patch
new file mode 100644
index 000..4c2c636
--- /dev/null
+++ b/1250_linux-4.9.251.patch
@@ -0,0 +1,1121 @@
+diff --git a/Makefile b/Makefile
+index 525d7ec7249d6..8ebbb60f2078a 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 250
++SUBLEVEL = 251
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+@@ -349,7 +349,7 @@ OBJDUMP= $(CROSS_COMPILE)objdump
+ AWK   = awk
+ GENKSYMS  = scripts/genksyms/genksyms
+ INSTALLKERNEL  := installkernel
+-DEPMOD= /sbin/depmod
++DEPMOD= depmod
+ PERL  = perl
+ PYTHON= python
+ CHECK = sparse
+diff --git a/arch/x86/kernel/cpu/mtrr/generic.c 
b/arch/x86/kernel/cpu/mtrr/generic.c
+index e12ee86906c62..9436f34520491 100644
+--- a/arch/x86/kernel/cpu/mtrr/generic.c
 b/arch/x86/kernel/cpu/mtrr/generic.c
+@@ -166,9 +166,6 @@ static u8 mtrr_type_lookup_variable(u64 start, u64 end, 
u64 *partial_end,
+   *repeat = 0;
+   *uniform = 1;
+ 
+-  /* Make end inclusive instead of exclusive */
+-  end--;
+-
+   prev_match = MTRR_TYPE_INVALID;
+   for (i = 0; i < num_var_ranges; ++i) {
+   unsigned short start_state, end_state, inclusive;
+@@ -260,6 +257,9 @@ u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform)
+   int repeat;
+   u64 partial_end;
+ 
++  /* Make end inclusive instead of exclusive */
++  end--;
++
+   if (!mtrr_state_set)
+   return MTRR_TYPE_INVALID;
+ 
+diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c
+index 08e0380414a9b..b68b102f67747 100644
+--- a/arch/x86/mm/pgtable.c
 b/arch/x86/mm/pgtable.c
+@@ -697,6 +697,8 @@ int pud_free_pmd_page(pud_t *pud, unsigned long addr)
+   }
+ 
+   free_page((unsigned long)pmd_sv);
++
++  pgtable_pmd_page_dtor(virt_to_page(pmd));
+   free_page((unsigned long)pmd);
+ 
+   return 1;
+diff --git a/drivers/atm/idt77252.c b/drivers/atm/idt77252.c
+index 074616b39f4d5..89adb49e435ef 100644
+--- a/drivers/atm/idt77252.c
 b/drivers/atm/idt77252.c
+@@ -3615,7 +3615,7 @@ static int idt77252_init_one(struct pci_dev *pcidev,
+ 
+   if ((err = dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(32 {
+   printk("idt77252: can't enable DMA for PCI device at %s\n", 
pci_name(pcidev));
+-  return err;
++  goto err_out_disable_pdev;
+   }
+ 
+   card = kzalloc(sizeof(struct idt77252_dev), GFP_KERNEL);
+diff --git a/drivers/base/core.c b/drivers/base/core.c
+index ec5cc5d98a3e7..3b8487e28c84f 100644
+--- a/drivers/base/core.c
 b/drivers/base/core.c
+@@ -2364,7 +2364,7 @@ void set_primary_fwnode(struct device *dev, struct 
fwnode_handle *fwnode)
+   if (fwnode_is_primary(fn)) {
+   dev->fwnode = fn->secondary;
+   if (!(parent && fn == parent->fwnode))
+-  fn->secondary = ERR_PTR(-ENODEV);
++  fn->secondary = NULL;
+   } else {
+   dev->fwnode = NULL;
+   }
+diff --git a/drivers/net/ethernet/ethoc.c b/drivers/net/ethernet/ethoc.c
+index e31199f3048ca..0d3b159f4c562 100644
+--- a/drivers/net/ethernet/ethoc.c
 b/drivers/net/ethernet/ethoc.c
+@@ -1190,7 +1190,7 @@ static int ethoc_probe(struct platform_device *pdev)
+   ret = mdiobus_register(priv->mdio);
+   if (ret) {
+   dev_err(&netdev->dev, "failed to register MDIO bus\n");
+-  goto free2;
++  goto free3;
+   }
+ 
+   ret = ethoc_mdio_probe(netdev);
+@@ -1222,6 +1222,7 @@ error2:
+   netif_napi_del(&priv->napi);
+ error:
+   mdiobus_unregister(priv->mdio);
++free3:
+   mdiobus_free(priv->mdio);
+ free2:
+   if (priv->clk)
+diff --git a/drivers/net/ethernet/freescale/ucc_geth.c 
b/drivers/net/ethernet/freescale/ucc_geth.c
+index af922bac19ae7..cdef919d5b75c 100644
+--- a/drivers/net/

[gentoo-commits] proj/linux-patches:4.4 commit in: /

2021-01-12 Thread Mike Pagano
commit: 883ad4204a3fb321adec379c3831af12edabcd8f
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jan 12 20:08:35 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:08:35 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=883ad420

Linux patch 4.4.251

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

 _README  |4 +
 1250_linux-4.4.251.patch | 1002 ++
 2 files changed, 1006 insertions(+)

diff --git a/_README b/_README
index b6783e9..237e54e 100644
--- a/_README
+++ b/_README
@@ -1043,6 +1043,10 @@ Patch:  1249_linux-4.4.250.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.250
 
+Patch:  1250_linux-4.4.251.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.251
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1250_linux-4.4.251.patch b/1250_linux-4.4.251.patch
new file mode 100644
index 000..3554785
--- /dev/null
+++ b/1250_linux-4.4.251.patch
@@ -0,0 +1,1002 @@
+diff --git a/Makefile b/Makefile
+index c600c076d2c60..4af4da515593a 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 250
++SUBLEVEL = 251
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+@@ -349,7 +349,7 @@ OBJDUMP= $(CROSS_COMPILE)objdump
+ AWK   = awk
+ GENKSYMS  = scripts/genksyms/genksyms
+ INSTALLKERNEL  := installkernel
+-DEPMOD= /sbin/depmod
++DEPMOD= depmod
+ PERL  = perl
+ PYTHON= python
+ CHECK = sparse
+diff --git a/arch/x86/kernel/cpu/mtrr/generic.c 
b/arch/x86/kernel/cpu/mtrr/generic.c
+index 55d499593e6a2..e2fa0fcbaa69e 100644
+--- a/arch/x86/kernel/cpu/mtrr/generic.c
 b/arch/x86/kernel/cpu/mtrr/generic.c
+@@ -166,9 +166,6 @@ static u8 mtrr_type_lookup_variable(u64 start, u64 end, 
u64 *partial_end,
+   *repeat = 0;
+   *uniform = 1;
+ 
+-  /* Make end inclusive instead of exclusive */
+-  end--;
+-
+   prev_match = MTRR_TYPE_INVALID;
+   for (i = 0; i < num_var_ranges; ++i) {
+   unsigned short start_state, end_state, inclusive;
+@@ -260,6 +257,9 @@ u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform)
+   int repeat;
+   u64 partial_end;
+ 
++  /* Make end inclusive instead of exclusive */
++  end--;
++
+   if (!mtrr_state_set)
+   return MTRR_TYPE_INVALID;
+ 
+diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c
+index 3ed4753280aaf..289518bb0e8d7 100644
+--- a/arch/x86/mm/pgtable.c
 b/arch/x86/mm/pgtable.c
+@@ -720,6 +720,8 @@ int pud_free_pmd_page(pud_t *pud, unsigned long addr)
+   }
+ 
+   free_page((unsigned long)pmd_sv);
++
++  pgtable_pmd_page_dtor(virt_to_page(pmd));
+   free_page((unsigned long)pmd);
+ 
+   return 1;
+diff --git a/drivers/atm/idt77252.c b/drivers/atm/idt77252.c
+index 074616b39f4d5..89adb49e435ef 100644
+--- a/drivers/atm/idt77252.c
 b/drivers/atm/idt77252.c
+@@ -3615,7 +3615,7 @@ static int idt77252_init_one(struct pci_dev *pcidev,
+ 
+   if ((err = dma_set_mask_and_coherent(&pcidev->dev, DMA_BIT_MASK(32 {
+   printk("idt77252: can't enable DMA for PCI device at %s\n", 
pci_name(pcidev));
+-  return err;
++  goto err_out_disable_pdev;
+   }
+ 
+   card = kzalloc(sizeof(struct idt77252_dev), GFP_KERNEL);
+diff --git a/drivers/base/core.c b/drivers/base/core.c
+index 92fa2bfa2925d..7e419aaf3c244 100644
+--- a/drivers/base/core.c
 b/drivers/base/core.c
+@@ -2357,7 +2357,7 @@ void set_primary_fwnode(struct device *dev, struct 
fwnode_handle *fwnode)
+   if (fwnode_is_primary(fn)) {
+   dev->fwnode = fn->secondary;
+   if (!(parent && fn == parent->fwnode))
+-  fn->secondary = ERR_PTR(-ENODEV);
++  fn->secondary = NULL;
+   } else {
+   dev->fwnode = NULL;
+   }
+diff --git a/drivers/net/ethernet/freescale/ucc_geth.c 
b/drivers/net/ethernet/freescale/ucc_geth.c
+index 96a1f62cc1484..faf8dfb49fb5d 100644
+--- a/drivers/net/ethernet/freescale/ucc_geth.c
 b/drivers/net/ethernet/freescale/ucc_geth.c
+@@ -3934,10 +3934,10 @@ static int ucc_geth_remove(struct platform_device* 
ofdev)
+   struct ucc_geth_private *ugeth = netdev_priv(dev);
+ 
+   unregister_netdev(dev);
+-  free_netdev(dev);
+   ucc_geth_memclean(ugeth);
+   of_node_put(ugeth->ug_info->tbi_node);
+   of_node_put(ugeth->ug_info->phy_node);
++  free_netdev(dev);
+ 
+   return 0;
+ }
+diff --git a/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 
b/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
+index a2f2db58b5ab4..82f179b33a807 100644
+--- a/drivers/net/ethernet/hisilicon/hns/hns_ethtool.c
 b/drivers/net/ethe

[gentoo-commits] repo/proj/guru:dev commit in: acct-user/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f2abe68254f73aaadb1726774d812385296a00c5
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:07:30 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2abe682

acct-user/purritobin: add keywords

defaults to stable so we need to explicitly set it to unstable

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 acct-user/purritobin/purritobin-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/purritobin/purritobin-0.ebuild 
b/acct-user/purritobin/purritobin-0.ebuild
index 677d1f01..d5bc1f52 100644
--- a/acct-user/purritobin/purritobin-0.ebuild
+++ b/acct-user/purritobin/purritobin-0.ebuild
@@ -6,6 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="User for www-apps/jackett-bin"
+KEYWORDS="~amd64 ~x86"
 ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( purritobin )
 



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/jackett/

2021-01-12 Thread Andrew Ammerlaan
commit: 96cacbeab8530d0d74ba6bdb3931f156cdc1f1bc
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:09:10 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96cacbea

acct-group/jackett: add keywords

defaults to stable, so we need to explicitly set to unstable

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 acct-group/jackett/jackett-0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/acct-group/jackett/jackett-0.ebuild 
b/acct-group/jackett/jackett-0.ebuild
index 465696f9..173ff847 100644
--- a/acct-group/jackett/jackett-0.ebuild
+++ b/acct-group/jackett/jackett-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,3 +7,4 @@ inherit acct-group
 
 ACCT_GROUP_ID=-1
 DESCRIPTION="Group for www-apps/jackett-bin"
+KEYWORDS="~amd64 ~x86"



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

2021-01-12 Thread Andrew Ammerlaan
commit: d0d685768daab8011c44f8675b7978d4474ef312
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 16:07:35 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 16:30:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0d68576

net-misc/purritobin: add init file

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

 net-misc/purritobin/files/purritobin.initd  | 16 
 net-misc/purritobin/files/purritobin.service| 17 +
 ...rritobin-0.3.3.ebuild => purritobin-0.3.3-r1.ebuild} | 15 ---
 net-misc/purritobin/purritobin-.ebuild  | 15 ---
 4 files changed, 57 insertions(+), 6 deletions(-)

diff --git a/net-misc/purritobin/files/purritobin.initd 
b/net-misc/purritobin/files/purritobin.initd
new file mode 100644
index ..8c070466
--- /dev/null
+++ b/net-misc/purritobin/files/purritobin.initd
@@ -0,0 +1,16 @@
+#!/sbin/openrc-run
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="PurritoBin"
+description="ultra fast, minimalistic command line paste-bin"
+
+command="/usr/bin/purrito"
+command_background=true
+command_args="${ARGS:- -d /var/www/purritobin/}"
+pidfile="/run/${RC_SVCNAME}.pid"
+command_user="purritobin:purritobin"
+
+depend() {
+need net
+}

diff --git a/net-misc/purritobin/files/purritobin.service 
b/net-misc/purritobin/files/purritobin.service
new file mode 100644
index ..1a55dbcd
--- /dev/null
+++ b/net-misc/purritobin/files/purritobin.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=PurritoBin
+After=network.target
+
+[Service]
+SyslogIdentifier=purritobin
+Restart=always
+RestartSec=5
+Type=simple
+User=purritobin
+Group=purritobin
+WorkingDirectory=/var/www/purritobin
+ExecStart=/usr/bin/purritobin
+TimeoutStopSec=30
+
+[Install]
+WantedBy=multi-user.target

diff --git a/net-misc/purritobin/purritobin-0.3.3.ebuild 
b/net-misc/purritobin/purritobin-0.3.3-r1.ebuild
similarity index 63%
rename from net-misc/purritobin/purritobin-0.3.3.ebuild
rename to net-misc/purritobin/purritobin-0.3.3-r1.ebuild
index 37179319..fd9c6136 100644
--- a/net-misc/purritobin/purritobin-0.3.3.ebuild
+++ b/net-misc/purritobin/purritobin-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="minimalistic commandline pastebin"
 HOMEPAGE="https://bsd.ac";
 
-inherit toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,7 +20,11 @@ fi
 LICENSE="ISC"
 SLOT="0"
 
-RDEPEND="net-libs/usockets[ssl]"
+RDEPEND="
+   net-libs/usockets[ssl]
+   acct-user/purritobin
+   acct-group/purritobin
+"
 DEPEND="${RDEPEND}
www-apps/uwebsockets
 "
@@ -32,5 +36,10 @@ src_configure() {
 
 src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+   insinto /var/www/purritobin
+   doins frontend/paste.html
+   fowners purritobin:purritobin /var/www/purritobin
+   newinitd "${FILESDIR}"/purritobin.initd purritobin
+   systemd_dounit "${FILESDIR}"/purritobin.service
einstalldocs
 }

diff --git a/net-misc/purritobin/purritobin-.ebuild 
b/net-misc/purritobin/purritobin-.ebuild
index 37179319..fd9c6136 100644
--- a/net-misc/purritobin/purritobin-.ebuild
+++ b/net-misc/purritobin/purritobin-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="minimalistic commandline pastebin"
 HOMEPAGE="https://bsd.ac";
 
-inherit toolchain-funcs
+inherit systemd toolchain-funcs
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
@@ -20,7 +20,11 @@ fi
 LICENSE="ISC"
 SLOT="0"
 
-RDEPEND="net-libs/usockets[ssl]"
+RDEPEND="
+   net-libs/usockets[ssl]
+   acct-user/purritobin
+   acct-group/purritobin
+"
 DEPEND="${RDEPEND}
www-apps/uwebsockets
 "
@@ -32,5 +36,10 @@ src_configure() {
 
 src_install() {
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
+   insinto /var/www/purritobin
+   doins frontend/paste.html
+   fowners purritobin:purritobin /var/www/purritobin
+   newinitd "${FILESDIR}"/purritobin.initd purritobin
+   systemd_dounit "${FILESDIR}"/purritobin.service
einstalldocs
 }



[gentoo-commits] repo/proj/guru:master commit in: acct-group/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f127707d46320e578e3b7bc6ab81f36e8bb5663c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 15:54:30 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 16:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f127707d

acct-group/purritobin: group for net-misc/purritobin

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

 acct-group/purritobin/metadata.xml| 8 
 acct-group/purritobin/purritobin-0.ebuild | 9 +
 2 files changed, 17 insertions(+)

diff --git a/acct-group/purritobin/metadata.xml 
b/acct-group/purritobin/metadata.xml
new file mode 100644
index ..65ac1f20
--- /dev/null
+++ b/acct-group/purritobin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+

diff --git a/acct-group/purritobin/purritobin-0.ebuild 
b/acct-group/purritobin/purritobin-0.ebuild
new file mode 100644
index ..aa394783
--- /dev/null
+++ b/acct-group/purritobin/purritobin-0.ebuild
@@ -0,0 +1,9 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=-1
+DESCRIPTION="Group for net-misc/purritobin"



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

2021-01-12 Thread Andrew Ammerlaan
commit: e9c6842aa767ef11994bfd3b4e1ef751ac172076
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Jan 11 18:08:26 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9c6842a

app-misc/doublecmd-bin: 0.9.10 version bump

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

 app-misc/doublecmd-bin/Manifest|  4 ++
 app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild | 68 ++
 2 files changed, 72 insertions(+)

diff --git a/app-misc/doublecmd-bin/Manifest b/app-misc/doublecmd-bin/Manifest
index 2346b355..bb4b6ce2 100644
--- a/app-misc/doublecmd-bin/Manifest
+++ b/app-misc/doublecmd-bin/Manifest
@@ -1,3 +1,7 @@
+DIST doublecmd-0.9.10.gtk2.i386.tar.xz 7510460 BLAKE2B 
fbe8a39332fdf03b26e375dcccad32c5743213e83aecc3c1aff6d30a3adf5ea5f35ac21c31dd302754e477c34206366374cc79ea9af60e276dbe941601e09f01
 SHA512 
d0fb738122bc2c3f443572851b74c62c32a9ff74bfe1c2bc7b226291419db08e06a005fb6648de5da6e6c7bbaa91f26699c5d377c2376a210b1c6bf72707487d
+DIST doublecmd-0.9.10.gtk2.x86_64.tar.xz 8796552 BLAKE2B 
41382d0018e3c3b70b3572629129516264c628f15a25805cc72caba65c78045d9fb6b62cd0315ffd8ab1edd99d596f1cc09fe5b2fc0adc3fea7eeb2a118ef4d4
 SHA512 
4a908b897be77fdc3f9becb2b52d15e85066317fac340b143044378357a4e1c06b508297f1702ea33549cd0106c27a3e8bf979e0df38891f167fa0636b724508
+DIST doublecmd-0.9.10.qt5.i386.tar.xz 7917484 BLAKE2B 
c307e4829b9c93d6e75d98942b815d32c3f47ee0e5dd7d57969a279f7e60d4ab3c798b8bb266f2c1ebaacd7d9fb7b70a87889ec2c4349da6378a84d512b309c7
 SHA512 
57ae1943e7e7fcc437b0574e14b2bee67a97c6618e78d988eb72457613c322f3c3eeea8ea3e5f4291cfc9d148570361aac48d6a9fba63b19024c2ecf4f99d431
+DIST doublecmd-0.9.10.qt5.x86_64.tar.xz 8778420 BLAKE2B 
24728a8539b9e455bb1dcb87f8404397dc1b8b24d3fa7e811e7922559801a9d50451190c9fb228233cf59c8793a0a9ff3f013a8fc042fbbf396903cc6bd02a88
 SHA512 
22073f0c1c623d4dca264bb8fba702c088b9e9984ac69d69a797878ef37359aac3e2ebc358007e04d147b328eb4c3a3dd58d5225f452de3a9f7fc9dfb556d2a5
 DIST doublecmd-0.9.9.gtk2.i386.tar.xz 7494572 BLAKE2B 
858723454efaa760f10f3675d383ebe41e77dfd4cdfb0d2d60342f8106051ef71a127f499c4b21127426818c3585156fcfea7a9f6c5974bf241d5bf8396bf396
 SHA512 
3ca14d2a0a515758f0b629a54f8d50a11ff27572ef6a004fb2a123b05236893e45fc4c60b7be837891455f4a6bf3a52eb4fa3e93a9d5254fa67d528df2d7b48b
 DIST doublecmd-0.9.9.gtk2.x86_64.tar.xz 8760316 BLAKE2B 
3fcd9bf5aa9918d0c7c96b431821b038c93d5736580621e282884f3121e01a3ca28cd9e085da3564914fb3e25270601dd765ba97f18d2c010421dc6de7c92058
 SHA512 
9733641ac3412eff3d90c8d063448fc8033f5ac262e051630fd1e6ea38a84b1202f2d6d16ebf05a896ad12ce1beb2cb5797989bbe9868c94e66f73f951d9eb16
 DIST doublecmd-0.9.9.qt5.i386.tar.xz 7896720 BLAKE2B 
42432a89d70cf19d4acd7ba9a466c25fa8042a77ddfcc7555165efc3aff32960ec88202893393e8448bc05fbf653647a109c2f797b67dab22e075ec09672df46
 SHA512 
e6e7627d11373b4cd4cad76dc66ee9746ae355c301d8721f9c0e5f368f98f7cae47db7bc7f91baa358493a9991d62e80686323d67f1f98bfd87b614e1069e1fe

diff --git a/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild 
b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild
new file mode 100644
index ..17d66bd8
--- /dev/null
+++ b/app-misc/doublecmd-bin/doublecmd-bin-0.9.10.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+MY_PN="doublecmd"
+DESCRIPTION="Free cross platform open source file manager with two panels side 
by side."
+HOMEPAGE="https://doublecmd.sourceforge.io/";
+
+SRC_URI="amd64? (
+   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.x86_64.tar.xz )
+   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt5.x86_64.tar.xz )
+   )
+   x86? (
+   gtk? ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.gtk2.i386.tar.xz )
+   qt5?  ( 
mirror://sourceforge/${MY_PN}/${MY_PN}-${PV}.qt5.i386.tar.xz )
+   )"
+
+# Licenses for package and plugins
+LICENSE="GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="gtk qt5"
+REQUIRED_USE=" ^^ ( gtk qt5 ) "
+
+S="${WORKDIR}/${MY_PN}"
+
+QA_PREBUILT="
+   */doublecmd
+   */libQt5Pas.so.1
+"
+
+## "ldd doublecmd" output show linking to some libraries provided by 
sys-libs/glibc:2.2
+## (maybe virtual/libc-1) and no libraries of sys-libs/ncurses (that removed 
here).
+## x11-libs/X11 is optional dependency of dev-qt/qtgui:5 by [xcb] or [X]
+## therefore it is mentioned here explicitly.
+RDEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/libX11
+   virtual/libc
+   gtk? ( x11-libs/gtk+:2 )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qtx11extras:5
+   )
+"
+
+src_prepare(){
+   default
+   ## Create partial init config that allows to store config within user 
home directory
+   cp "${FILESDIR}/doublecmd.xml"

[gentoo-commits] repo/proj/guru:master commit in: app-arch/libarchive-qt/

2021-01-12 Thread Andrew Ammerlaan
commit: 87255a0b31fd6f1d547b033be23a224d186983f8
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jan 11 18:15:50 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:15:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=87255a0b

app-arch/libarchive-qt: move live versions to cmake

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 app-arch/libarchive-qt/libarchive-qt-.ebuild | 13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/app-arch/libarchive-qt/libarchive-qt-.ebuild 
b/app-arch/libarchive-qt/libarchive-qt-.ebuild
index 0d0e81ad..39ebdda5 100644
--- a/app-arch/libarchive-qt/libarchive-qt-.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit multilib cmake xdg
+inherit multilib xdg cmake
 
 DESCRIPTION="A Qt based archiving solution with libarchive backend"
 HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt";
@@ -29,14 +29,3 @@ DEPEND="
dev-qt/qtgui:5
 "
 RDEPEND="${DEPEND}"
-
-src_configure() {
-   local lib="$(get_libdir)"
-   # '^^' because we need to upcase the definition
-   eqmake5 DEFINES+="${lib^^}"
-}
-
-src_install() {
-   einstalldocs
-   emake INSTALL_ROOT="${D}" install
-}



[gentoo-commits] repo/proj/guru:master commit in: games-fps/crispy-doom/

2021-01-12 Thread Andrew Ammerlaan
commit: 9f5f242e0d8f72b74a0557528e5116e928aaa41b
Author: William Breathitt Gray  gmail  com>
AuthorDate: Tue Jan 12 09:59:48 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 09:59:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f5f242e

games-fps/crispy-doom: Version bump to 5.10.0

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

 games-fps/crispy-doom/Manifest  |  1 +
 games-fps/crispy-doom/crispy-doom-5.10.0.ebuild | 71 +
 2 files changed, 72 insertions(+)

diff --git a/games-fps/crispy-doom/Manifest b/games-fps/crispy-doom/Manifest
index dd942249..47e85791 100644
--- a/games-fps/crispy-doom/Manifest
+++ b/games-fps/crispy-doom/Manifest
@@ -1,3 +1,4 @@
+DIST crispy-doom-5.10.0.tar.gz 2640909 BLAKE2B 
67112cdb0b8a4caa1de9fc3fcd752be8775d154a5df194941bd1a024f607c9b7f0925994ed236a6e8f9579910af8dd29585f9fce77f72a1c20ab66177f7bca4d
 SHA512 
b289939af35bbe3a933827fe834cbff8a267b6280749b27084abdf25174042bbdcaca313359258d7ab3fecacedd9b0f06b92624f2a759937a5e0db2436b1
 DIST crispy-doom-5.9.2.tar.gz 2642419 BLAKE2B 
63d9a89d6099485c79ff4cad69975de790b32a4ece4bded172ebf771a2bf1b4dcd21ab58383ca3c5eea32a4eff72e65ec0e3a283c85f1bc62be680de04f88e52
 SHA512 
bcd48a75d80b963e1b00b5acc5fc863c014cfde39f67efec50852667ed80545c78b4ed3f82b28762806f0aa3999ed26018dd6ccb34149c395409cd3c47509273
 DIST crispy-doom-5.9.1.tar.gz 2640684 BLAKE2B 
2bf862d8134689afba101abeed5cf1e1695378f235718941bf9fc2717bc93dd848173bb758e8bf0bc4a8ab1bfa75533c2ae838210326451f7c4285b0acb2e08b
 SHA512 
1f9ed3520fe3d0fd176d3bcd6a2a3f5e730c29312ad20a4c1f692cc69881069efbf35d758dfcdafd402a499333dd2ae54764f4ec007375138ecf9cab84ebdbcd
 DIST crispy-doom-5.9.0.tar.gz 2641211 BLAKE2B 
a97bb7d9bda0c4e984054a0051cadfcaba7c758829bec9e615801bbf91dc1c8063decfedf5b76056cd2fb05e8fcf4113f19c10d72604399b715011d994af3e8b
 SHA512 
9970291f374003ac2a1d9e4c44db18b97a41ae3348a5e100ec369affc162d681d15ce61846480667c8a7418700b78a4380bedab1e3acae77976eb4271a22b644

diff --git a/games-fps/crispy-doom/crispy-doom-5.10.0.ebuild 
b/games-fps/crispy-doom/crispy-doom-5.10.0.ebuild
new file mode 100644
index ..cb2ce132
--- /dev/null
+++ b/games-fps/crispy-doom/crispy-doom-5.10.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit autotools prefix python-any-r1 xdg
+
+DESCRIPTION="A limit-removing enhanced-resolution Doom source port based on 
Chocolate Doom"
+HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom";
+SRC_URI="https://github.com/fabiangreffrath/${PN}/archive/${P}.tar.gz";
+
+LICENSE="BSD GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="bash-completion doc libsamplerate +midi png truecolor vorbis zlib"
+
+DEPEND="
+   media-libs/libsdl2[video]
+   media-libs/sdl2-mixer[midi?,vorbis?]
+   media-libs/sdl2-net
+   libsamplerate? ( media-libs/libsamplerate )
+   png? ( media-libs/libpng:= )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   bash-completion? ( ${PYTHON_DEPS} )
+   doc? ( ${PYTHON_DEPS} )"
+
+S="${WORKDIR}"/${PN}-${P}
+
+DOCS=(
+   "AUTHORS"
+   "ChangeLog"
+   "NEWS.md"
+   "NOT-BUGS.md"
+   "PHILOSOPHY.md"
+   "README.md"
+   "README.Music.md"
+   "README.Strife.md"
+)
+
+src_prepare() {
+   default
+
+   hprefixify src/d_iwad.c
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable bash-completion) \
+   $(use_enable doc) \
+   --disable-fonts \
+   --disable-icons \
+   $(use_with libsamplerate) \
+   $(use_with png libpng) \
+   $(use_enable truecolor) \
+   $(use_with zlib)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   # Remove redundant documentation files
+   rm -r "${ED}/usr/share/doc/"* || die
+
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: app-arch/libarchive-qt/

2021-01-12 Thread Andrew Ammerlaan
commit: de017256ebc46888f82069bab866f12fd64dc116
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Jan 11 18:12:36 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 18:12:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de017256

app-arch/libarchive-qt: remove mirror restriction

Signed-off-by: Maciej Barć  protonmail.com>

 app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild | 4 ++--
 app-arch/libarchive-qt/libarchive-qt-.ebuild  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild 
b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
index ad70f4d1..ff6dfb33 100644
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-2.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror test"
+RESTRICT="test"
 LICENSE="LGPL-3"
 SLOT="0"
 

diff --git a/app-arch/libarchive-qt/libarchive-qt-.ebuild 
b/app-arch/libarchive-qt/libarchive-qt-.ebuild
index ad70f4d1..0d0e81ad 100644
--- a/app-arch/libarchive-qt/libarchive-qt-.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit multilib qmake-utils xdg
+inherit multilib cmake xdg
 
 DESCRIPTION="A Qt based archiving solution with libarchive backend"
 HOMEPAGE="https://gitlab.com/marcusbritanicus/libarchive-qt";
@@ -17,7 +17,7 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror test"
+RESTRICT="test"
 LICENSE="LGPL-3"
 SLOT="0"
 



[gentoo-commits] repo/proj/guru:master commit in: acct-user/jackett/

2021-01-12 Thread Andrew Ammerlaan
commit: f9e403c16e512bdcb1e1e5cdf5bf2e6ea3b5de56
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:08:08 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:08:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9e403c1

acct-user/jackett: add keywords

defaults to stable, so we need to explicitly set to unstable

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 acct-user/jackett/jackett-0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/acct-user/jackett/jackett-0.ebuild 
b/acct-user/jackett/jackett-0.ebuild
index c47288f9..7a9d4aeb 100644
--- a/acct-user/jackett/jackett-0.ebuild
+++ b/acct-user/jackett/jackett-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,6 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="User for www-apps/jackett-bin"
+KEYWORDS="~amd64 ~x86"
 ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( jackett )
 ACCT_USER_HOME="/var/jackett/"



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

2021-01-12 Thread Andrew Ammerlaan
commit: 83d610ecd4301ab42294b77c7fee9d7ce6f2588c
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 12 18:24:54 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 18:25:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83d610ec

net-misc/purritobin: fix systemd unit executable

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

 net-misc/purritobin/files/purritobin.service| 2 +-
 .../{purritobin-0.3.3-r1.ebuild => purritobin-0.3.3-r2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/purritobin/files/purritobin.service 
b/net-misc/purritobin/files/purritobin.service
index 1a55dbcd..7a274879 100644
--- a/net-misc/purritobin/files/purritobin.service
+++ b/net-misc/purritobin/files/purritobin.service
@@ -10,7 +10,7 @@ Type=simple
 User=purritobin
 Group=purritobin
 WorkingDirectory=/var/www/purritobin
-ExecStart=/usr/bin/purritobin
+ExecStart=/usr/bin/purrito -d /var/www/purritobin/
 TimeoutStopSec=30
 
 [Install]

diff --git a/net-misc/purritobin/purritobin-0.3.3-r1.ebuild 
b/net-misc/purritobin/purritobin-0.3.3-r2.ebuild
similarity index 100%
rename from net-misc/purritobin/purritobin-0.3.3-r1.ebuild
rename to net-misc/purritobin/purritobin-0.3.3-r2.ebuild



[gentoo-commits] repo/proj/guru:master commit in: acct-user/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f1d65d31cf38bfc1f548ba3e7e6427c9b616179e
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 15:59:11 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 16:23:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d65d31

acct-user/purritobin: user for net-misc/purritobin

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

 acct-user/purritobin/metadata.xml|  8 
 acct-user/purritobin/purritobin-0.ebuild | 12 
 2 files changed, 20 insertions(+)

diff --git a/acct-user/purritobin/metadata.xml 
b/acct-user/purritobin/metadata.xml
new file mode 100644
index ..65ac1f20
--- /dev/null
+++ b/acct-user/purritobin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+

diff --git a/acct-user/purritobin/purritobin-0.ebuild 
b/acct-user/purritobin/purritobin-0.ebuild
new file mode 100644
index ..677d1f01
--- /dev/null
+++ b/acct-user/purritobin/purritobin-0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for www-apps/jackett-bin"
+ACCT_USER_ID=-1
+ACCT_USER_GROUPS=( purritobin )
+
+acct-user_add_deps



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

2021-01-12 Thread Andrew Ammerlaan
commit: 01fe4b8c2860c54d8179142e1525f4d9c997f7be
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Jan 11 17:01:56 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Jan 11 17:01:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01fe4b8c

net-misc/purritobin: fix command_args name

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

 net-misc/purritobin/files/purritobin.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/purritobin/files/purritobin.initd 
b/net-misc/purritobin/files/purritobin.initd
index 8c070466..aebbb117 100644
--- a/net-misc/purritobin/files/purritobin.initd
+++ b/net-misc/purritobin/files/purritobin.initd
@@ -7,7 +7,7 @@ description="ultra fast, minimalistic command line paste-bin"
 
 command="/usr/bin/purrito"
 command_background=true
-command_args="${ARGS:- -d /var/www/purritobin/}"
+command_args="${command_args:- -d /var/www/purritobin/}"
 pidfile="/run/${RC_SVCNAME}.pid"
 command_user="purritobin:purritobin"
 



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: 7902196bbf2cd5c7a8fb9030ae6182987e3fb5d7
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:09:35 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7902196b

acct-group/purritobin: add keywords

defaults to stable, so we need to explicitly set to unstable

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 acct-group/purritobin/purritobin-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-group/purritobin/purritobin-0.ebuild 
b/acct-group/purritobin/purritobin-0.ebuild
index aa394783..68481926 100644
--- a/acct-group/purritobin/purritobin-0.ebuild
+++ b/acct-group/purritobin/purritobin-0.ebuild
@@ -7,3 +7,4 @@ inherit acct-group
 
 ACCT_GROUP_ID=-1
 DESCRIPTION="Group for net-misc/purritobin"
+KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/

2021-01-12 Thread Andrew Ammerlaan
commit: 409b08540f016f10673c33251068608a5c5fb4a8
Author: Aisha Tammy  aisha  cc>
AuthorDate: Tue Jan 12 18:33:03 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 18:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=409b0854

www-apps/uwebsockets: version bump to 18.19.0

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

 www-apps/uwebsockets/Manifest   |  1 +
 www-apps/uwebsockets/uwebsockets-18.19.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index d7002278..89e2739a 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-18.17.0.tar.gz 276629 BLAKE2B 
2d53fc5eefd7ef97af4d5c5afea9aaa8bf330083f3d55d68d7210e5825c9179f93d7f78f96a32c7b0c4ea18e1a078e4954706b8782aa1f62206f11dfb4dbfae5
 SHA512 
8e7cd716eddc9f9c3bcbc24ed50eaba39f3bc920624f892045caa14bc241695f8ccd531a3aaab6870e8669a49788058ea6458b11298aab1757923f3d7caa7813
+DIST uwebsockets-18.19.0.tar.gz 278092 BLAKE2B 
ba9d5170052698ee008ccf1609b93b88990fef3dd8eb68d907fc04939a4c9e045a0e6d3b4524b4c5f5381e2f7f3ebfa114df39550e73e9ddc189068e1dce6ef1
 SHA512 
6419c180e523b292bc25bcde275a8a0c2dca9c21bb189c37a934ef99e087ce110bee67bdb5ce51309c26426dd06921498a5a9cb411b77277d1b6d93c8c7a3ec5

diff --git a/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild
new file mode 100644
index ..ca113394
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-18.19.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git";
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.6.0"
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2021-01-12 Thread Alexey Shvetsov
commit: e68b66464b330e1d2915293eaf8b07f45ca00b9d
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jan 12 20:08:19 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jan 12 20:16:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68b6646

sci-chemistry/gromacs: Version bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest  |   2 +
 sci-chemistry/gromacs/gromacs-2020.5.ebuild | 342 
 2 files changed, 344 insertions(+)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index dea62ed45c3..bcaf2073dc5 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,10 +1,12 @@
 DIST gromacs-2018.8.tar.gz 29913703 BLAKE2B 
8780032305928067fbfe1559efe9eedc4d47e27ab2f6ab54d6dba39edfcbeefbee4673d8910009048a850620b5a08ba8feb622db652c439cfa50a149ec5f0015
 SHA512 
6717895942f2ab7b54019511ed2aebadadde8e96d3c4b7414bb9168ffe418432d2dee330192e199f7b9d2f665c71f5d4f1ef0911aa7243d525a2ca182ef5b122
 DIST gromacs-2019.6.tar.gz 33446147 BLAKE2B 
adc21fb6b841b06d499607f8c0166a673645ef5af0b40bd823d0fff5ea24397e6301c5e1e0070986ae1ce1deba8a42052b66da148b071c1e21f2fe3908fee275
 SHA512 
7c227a9539e5775d5d128ae9e872a24181d79cdcd2852b86453597987e8d7332ecec371da65d089f6e610c54aafbccc8824ce298743383dd6240719ebee692a8
 DIST gromacs-2020.4.tar.gz 29149899 BLAKE2B 
a07c8efd96137d58c1edf4ac9b5aafeb16d9e65234b9459b71471827032654acacb58ed6ae87ec6e0e593a0acd799683cc4461b06cc883b089d740708619345e
 SHA512 
0c56f058741af70660baf0177724ec940dd984c05ea141ede91ee51ce3744f76d00e31bdb5db907e46fa1639de5dca637b3ace26e89f908c2e74c69f0c21ed3a
+DIST gromacs-2020.5.tar.gz 29148909 BLAKE2B 
ea439ae95d4af67a77d53182f7ddab702799edab8527c1b6ad20625d21a81f3e3c0cc699fa0b656625bffcca0bdd5a1e104aea4f592ee2db92b4f1a460ad0e80
 SHA512 
fe38fda36d31aef5ce01a3dbc29c9f50d3cc05b20bb34a9a8f10fda5aecde4f93ca8a3f85433139e1bb88fc23d77916a4aff5a292abaa528bd0e6138e84cba18
 DIST gromacs-2021-beta3.tar.gz 30138154 BLAKE2B 
4abea01663c743f70489f6fb874802496605ab1a9bc08f09547409fde370b0388fab826e0d2492e5447654bcb1ae9e5cf22fcdf5e2bd2306e83868b62ef9ec1f
 SHA512 
f36799c5538b0c04d7406a2886c29a95593481e06835885fcd9de2d668a68015d2aeb7865f3050cc0451b1aac37b25b5d41b0b227ac9a33067322cc7ef9ce1c2
 DIST manual-2018.8.pdf 10025023 BLAKE2B 
afb0a6e6a72d78df743fcb57e7c1716848589e571dd35167b957a9b407ca27978ccfb6cb9e0df9c9439b888f352501a00ba32281ed1e0b4193bd606f1d77152e
 SHA512 
b1972f7ce965bfc9377542993c5943ea4868a8ed23a969d4203264746d6bea3a7a65c6379196ece37fd6d68ec7ec80f827bde87d1049284af7082759a124f1d5
 DIST manual-2019.6.pdf 12702376 BLAKE2B 
c350127bc06a9eb3dee73da39037c84daeb89500e23cb131bd19a150bf60602d4dde7611e0c6f0f344af4093e96a899303dac71b4df56fd0c44c3a48a56606b7
 SHA512 
dfdff67c2c1c9ce1f1c236b7686c5331b0fe86951da6c98eddd6a3e748815e0be0a9653ae4318469fcdd913c4e7c355d64a997cc80b9d9fbe6282ef6d98e61eb
 DIST regressiontests-2018.8.tar.gz 67855469 BLAKE2B 
34c9b339f6229f483afbb5192ee6ba8b8f72d5c26907a853af9c53dfece0d88739e48f6b44b78d1c010f988f9385d077285300522164f533a5861e9dda879275
 SHA512 
3642389d27bd1942cd0f091c940ae97b197b94856a387fe581dc516b0d4169480f16551d4ba357f9282b3337d605c286d51dd38112ac87c826dda634904836bb
 DIST regressiontests-2019.6.tar.gz 67643195 BLAKE2B 
1e054e24b187946f7ea28090d4f20cf8e1d79a26253f57ba07d130e0773d8541b8a1552a38023d31a68ce8bc62d8e0af1d98609234bb3e7d3e6d567307ebb386
 SHA512 
eacf1c55b982515a305c29459fe80a7cd558a8481e5689962aa956148af542568b1d1ce59c6784ecb0afd4768c2b664afa21e12af2d89ae2b06b1ba61ad72036
 DIST regressiontests-2020.4.tar.gz 48542144 BLAKE2B 
1dcde67525d40ababa74d9e8ba2dd3fdef1de7d1018491e102edd71d3a622925f213b5a0812e5448882b4cb5fb578317e8e5029bdc4bd53008aa8441a3d9dea1
 SHA512 
7c71f36a1cef22562f14dcd233e90ad2fe370ae1a7d3b5268727259b374e12d4754253735ac8745d3738bdbc1cc2067780fda5e393be2ff264f632fe4e0c1978
+DIST regressiontests-2020.5.tar.gz 48541167 BLAKE2B 
81f0505090203c970178ca4eba8dfd54d942a20970525cad954833481cd79141fa33fc97e8940ca83cee104ef6b017bc0f7bbed9eddc620a86c818760b3fc261
 SHA512 
aba67542ed00145cae8de040e4a9074a8a359a529135180e6083b2330934962302349d382d6626bddc6971ae6d44e09c8ea44d5df55ca5fcd038055a1c3e5cc3
 DIST regressiontests-2021-beta3.tar.gz 48513481 BLAKE2B 
b39685e7a43dbcd83c0ffc28b15e3aca5c82c18dd817c543262787ac40466c88f72c2a350fd3e945d62e1f9ef6f938db916650315612a5d1e27d4c6b70f8d5e2
 SHA512 
183bebf3c44805efa5a90ae8b7a34d701ffbe3a5c5b37e80359cbdf61c8492fbe6ca24f10575b8e8061aa1ae38f2a3ea1bac8b723503b1b6ab706faeace9e411

diff --git a/sci-chemistry/gromacs/gromacs-2020.5.ebuild 
b/sci-chemistry/gromacs/gromacs-2020.5.ebuild
new file mode 100644
index 000..bf0d38276e2
--- /dev/null
+++ b/sci-chemistry/gromacs/gromacs-2020.5.ebuild
@@ -0,0 +1,342 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR="ninja"
+
+PYTHO

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/

2021-01-12 Thread Alexey Shvetsov
commit: 2c8f4c40f3c9ec5a50c4ace2d1e120172621bfcc
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Tue Jan 12 20:05:08 2021 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Tue Jan 12 20:16:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8f4c40

sci-chemistry/gromacs: Drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alexey Shvetsov  gentoo.org>

 sci-chemistry/gromacs/Manifest |   3 -
 sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild | 253 -
 2 files changed, 256 deletions(-)

diff --git a/sci-chemistry/gromacs/Manifest b/sci-chemistry/gromacs/Manifest
index 41f83fffa7a..dea62ed45c3 100644
--- a/sci-chemistry/gromacs/Manifest
+++ b/sci-chemistry/gromacs/Manifest
@@ -1,13 +1,10 @@
 DIST gromacs-2018.8.tar.gz 29913703 BLAKE2B 
8780032305928067fbfe1559efe9eedc4d47e27ab2f6ab54d6dba39edfcbeefbee4673d8910009048a850620b5a08ba8feb622db652c439cfa50a149ec5f0015
 SHA512 
6717895942f2ab7b54019511ed2aebadadde8e96d3c4b7414bb9168ffe418432d2dee330192e199f7b9d2f665c71f5d4f1ef0911aa7243d525a2ca182ef5b122
-DIST gromacs-2019.5.tar.gz 33445791 BLAKE2B 
1e2e2764b0c8774c878abf4f32c2fa7ddd9b46f464cf1256deb48335433d92ef1b315f5534cdec9f766ae928a71361b5a4dd4a4def638269eb260ff98dbbe8bb
 SHA512 
fdd177e4dfd29629b72bfbb4d61ff7bcdb37279f534883a9df8fd57569212fe1e9f8b8c9cec347fcc607539f31412d604d11ee3c0eb797251960435962b1bec6
 DIST gromacs-2019.6.tar.gz 33446147 BLAKE2B 
adc21fb6b841b06d499607f8c0166a673645ef5af0b40bd823d0fff5ea24397e6301c5e1e0070986ae1ce1deba8a42052b66da148b071c1e21f2fe3908fee275
 SHA512 
7c227a9539e5775d5d128ae9e872a24181d79cdcd2852b86453597987e8d7332ecec371da65d089f6e610c54aafbccc8824ce298743383dd6240719ebee692a8
 DIST gromacs-2020.4.tar.gz 29149899 BLAKE2B 
a07c8efd96137d58c1edf4ac9b5aafeb16d9e65234b9459b71471827032654acacb58ed6ae87ec6e0e593a0acd799683cc4461b06cc883b089d740708619345e
 SHA512 
0c56f058741af70660baf0177724ec940dd984c05ea141ede91ee51ce3744f76d00e31bdb5db907e46fa1639de5dca637b3ace26e89f908c2e74c69f0c21ed3a
 DIST gromacs-2021-beta3.tar.gz 30138154 BLAKE2B 
4abea01663c743f70489f6fb874802496605ab1a9bc08f09547409fde370b0388fab826e0d2492e5447654bcb1ae9e5cf22fcdf5e2bd2306e83868b62ef9ec1f
 SHA512 
f36799c5538b0c04d7406a2886c29a95593481e06835885fcd9de2d668a68015d2aeb7865f3050cc0451b1aac37b25b5d41b0b227ac9a33067322cc7ef9ce1c2
 DIST manual-2018.8.pdf 10025023 BLAKE2B 
afb0a6e6a72d78df743fcb57e7c1716848589e571dd35167b957a9b407ca27978ccfb6cb9e0df9c9439b888f352501a00ba32281ed1e0b4193bd606f1d77152e
 SHA512 
b1972f7ce965bfc9377542993c5943ea4868a8ed23a969d4203264746d6bea3a7a65c6379196ece37fd6d68ec7ec80f827bde87d1049284af7082759a124f1d5
-DIST manual-2019.5.pdf 12702361 BLAKE2B 
cb80429a59019b190115bf2af689c0df23b0fec6e41a9ebc9eba20977d1b06eed79044c906c41228883767f673140e15d3a5ef947a0c1ec4fe84012089f4fa91
 SHA512 
baf27961b87e6120c49abc9dc58e25d12a15588b4ac787e1a086748d488692d4a1262229ac66e550d3cca3a6042545fb6ec472a2c98d6a8698b7a18b4397f605
 DIST manual-2019.6.pdf 12702376 BLAKE2B 
c350127bc06a9eb3dee73da39037c84daeb89500e23cb131bd19a150bf60602d4dde7611e0c6f0f344af4093e96a899303dac71b4df56fd0c44c3a48a56606b7
 SHA512 
dfdff67c2c1c9ce1f1c236b7686c5331b0fe86951da6c98eddd6a3e748815e0be0a9653ae4318469fcdd913c4e7c355d64a997cc80b9d9fbe6282ef6d98e61eb
 DIST regressiontests-2018.8.tar.gz 67855469 BLAKE2B 
34c9b339f6229f483afbb5192ee6ba8b8f72d5c26907a853af9c53dfece0d88739e48f6b44b78d1c010f988f9385d077285300522164f533a5861e9dda879275
 SHA512 
3642389d27bd1942cd0f091c940ae97b197b94856a387fe581dc516b0d4169480f16551d4ba357f9282b3337d605c286d51dd38112ac87c826dda634904836bb
-DIST regressiontests-2019.5.tar.gz 67643634 BLAKE2B 
c4d9535d9a8a650869d67544ad5f367324f45e55325bb5074ece9b010f232f2f0dd97c9af97924d3f2368ed63015ca7330baff1cc681310e1439ec330b70ee8d
 SHA512 
7c0917b76e7db35ab4e3271d523d268e0e2d858091e68ead863bfe6d1e56b381e30fdbf44f479f6e065c029e2eb27cfa0dbaa1b243f185144321aaf5084c55ce
 DIST regressiontests-2019.6.tar.gz 67643195 BLAKE2B 
1e054e24b187946f7ea28090d4f20cf8e1d79a26253f57ba07d130e0773d8541b8a1552a38023d31a68ce8bc62d8e0af1d98609234bb3e7d3e6d567307ebb386
 SHA512 
eacf1c55b982515a305c29459fe80a7cd558a8481e5689962aa956148af542568b1d1ce59c6784ecb0afd4768c2b664afa21e12af2d89ae2b06b1ba61ad72036
 DIST regressiontests-2020.4.tar.gz 48542144 BLAKE2B 
1dcde67525d40ababa74d9e8ba2dd3fdef1de7d1018491e102edd71d3a622925f213b5a0812e5448882b4cb5fb578317e8e5029bdc4bd53008aa8441a3d9dea1
 SHA512 
7c71f36a1cef22562f14dcd233e90ad2fe370ae1a7d3b5268727259b374e12d4754253735ac8745d3738bdbc1cc2067780fda5e393be2ff264f632fe4e0c1978
 DIST regressiontests-2021-beta3.tar.gz 48513481 BLAKE2B 
b39685e7a43dbcd83c0ffc28b15e3aca5c82c18dd817c543262787ac40466c88f72c2a350fd3e945d62e1f9ef6f938db916650315612a5d1e27d4c6b70f8d5e2
 SHA512 
183bebf3c44805efa5a90ae8b7a34d701ffbe3a5c5b37e80359cbdf61c8492fbe6ca24f10575b8e8061aa1ae38f2a3ea1bac8b723503b1b6ab706faeace9e411

diff --git a/sci-chemistry/gromacs/gromacs-2019.5-r1.ebuild 
b/sci-chemistry/gromac

[gentoo-commits] proj/linux-patches: New tag: 4.4-253

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:20:38 2021 +

New tag: 4.4-253




[gentoo-commits] proj/linux-patches: New tag: 4.9-255

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:22:22 2021 +

New tag: 4.9-255




[gentoo-commits] proj/linux-patches: New tag: 4.14-225

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:23:05 2021 +

New tag: 4.14-225




[gentoo-commits] proj/linux-patches: New tag: 4.19-166

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:24:16 2021 +

New tag: 4.19-166




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

2021-01-12 Thread Pacho Ramos
commit: eadd93387e7a9b9360988bcd703c85d214bb26b0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:18:19 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:18:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadd9338

dev-python/gsd: Bump to 2.4.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/gsd/Manifest |  1 +
 dev-python/gsd/gsd-2.4.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/gsd/Manifest b/dev-python/gsd/Manifest
index f12001a1319..77c49e76468 100644
--- a/dev-python/gsd/Manifest
+++ b/dev-python/gsd/Manifest
@@ -1 +1,2 @@
 DIST gsd-v1.5.3.tar.gz 240114 BLAKE2B 
076d888f03350fba2388c907787354e878a1536c7d85c759eb3513102ee2abffe2c9313a6e9e208726d66d6324dac02ae70d8872342f9bcb162ad13d9a23dbc3
 SHA512 
893db74dc481da47d6c51ea0d0d9faefbe164edfaeb5a2ed73e25acbd9dc42c3cf28cbc0d9257c6bf0cc0e9911ab85cfa72997886350c0e7c125d30636ec432a
+DIST gsd-v2.4.0.tar.gz 112743 BLAKE2B 
d35a1108cb12f58f8b6cc980c156ae2dceb0c0d2c4d41d35ae29bae1bc342654e148616e64a6dfcb07bdbb1156299d8d05914d028dfb877979c8a17f299feb06
 SHA512 
47e136018d813f48c5d78cc31786a5bb33992f488a4d907b450a570bb90f9ffeb233e82f9686d09aeb3541fca1518294d5bf63c6a896635f30ad369350012458

diff --git a/dev-python/gsd/gsd-2.4.0.ebuild b/dev-python/gsd/gsd-2.4.0.ebuild
new file mode 100644
index 000..df802dc1650
--- /dev/null
+++ b/dev-python/gsd/gsd-2.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="GSD - file format specification and a library to read and write 
it"
+HOMEPAGE="https://github.com/glotzerlab/gsd";
+SRC_URI="https://github.com/glotzerlab/gsd/releases/download/v${PV}/${PN}-v${PV}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}"
+
+S="${WORKDIR}/${PN}-v${PV}"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/MDAnalysis/

2021-01-12 Thread Pacho Ramos
commit: 7325681c413ad11ed3bcfab315acf9abdd0eaded
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:22:46 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:22:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7325681c

sci-chemistry/MDAnalysis: Bump to 1.0.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild | 37 
 sci-chemistry/MDAnalysis/Manifest|  1 +
 2 files changed, 38 insertions(+)

diff --git a/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild 
b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
new file mode 100644
index 000..bf88aac4720
--- /dev/null
+++ b/sci-chemistry/MDAnalysis/MDAnalysis-1.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python library to analyze and manipulate molecular dynamics 
trajectories"
+HOMEPAGE="https://www.mdanalysis.org";
+SRC_URI="mirror://pypi/M/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.0.0[${PYTHON_USEDEP}]
+   >=sci-biology/biopython-1.71[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.0[${PYTHON_USEDEP}]
+   >=dev-python/GridDataFormats-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/joblib-0.12[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-1.5.1[${PYTHON_USEDEP}]
+   dev-python/netcdf4-python[${PYTHON_USEDEP}]
+   >=dev-python/mmtf-python-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/gsd-1.9.3[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/duecredit[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/tqdm-4.43.0[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+distutils_enable_tests nose

diff --git a/sci-chemistry/MDAnalysis/Manifest 
b/sci-chemistry/MDAnalysis/Manifest
index 3f78fef8223..2936149307d 100644
--- a/sci-chemistry/MDAnalysis/Manifest
+++ b/sci-chemistry/MDAnalysis/Manifest
@@ -1 +1,2 @@
 DIST MDAnalysis-0.18.0.tar.gz 11085390 BLAKE2B 
70b5530a0800370fbee2805d8c4cb495f2e339b29c13c0a2442e3310c1b941ccf459a19d0a490c47a28b77ffeeaca581100ef06b7196cb9fcdb1b71d5d0c871f
 SHA512 
b235471c04ab2e117fe25e972d88a6245b1641f96d30eafd2f68949c8af8c1360eed49b1ec9960d8c386c0bbca8b3749cec322eb19f9975f15225983af0f5819
+DIST MDAnalysis-1.0.0.tar.gz 19552874 BLAKE2B 
dab625a898d71a67a37ac5b58eb23ded9487f475e3c76f6c335a0ed5b32a43785d0473d089fcfc56c07263d82248bf5ee7b50c513441b10fc97f97b49411cc5f
 SHA512 
4a001f45695308dd5f296bd2850d5d585c065e6b0f55efca65d91e452d78c85f13fd614eca0176a8d330e14a1c9e8ccbb919c3d4ae995b1945d09dc3ad687195



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

2021-01-12 Thread Pacho Ramos
commit: 9d7796f04b6e7c1bb0cb6b9814abaf2b51649209
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:20:18 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:20:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7796f0

dev-python/mmtf-python: Support newer python

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild 
b/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
index b7977d728d5..f6b8f643192 100644
--- a/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
+++ b/dev-python/mmtf-python/mmtf-python-1.1.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="The python implementation of the MMTF API, decoder and encoder"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2021-01-12 Thread Pacho Ramos
commit: ccca7ab09976534cf339ba47c4af7a379a8ade54
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:24:30 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:24:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccca7ab0

x11-themes/ubuntu-wallpapers: Stabilize

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
index 6101cdc76a8..64464d8c2ea 100644
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
+++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
 # Review COPYING file for updates
 LICENSE="CC-BY-SA-3.0"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2021-01-12 Thread Pacho Ramos
commit: 14077eabbcfb2112dac7902ef076ff6e2509fb1c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:24:10 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:24:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14077eab

x11-themes/ubuntu-wallpapers: Suitable for allarches stabilization

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/ubuntu-wallpapers/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/ubuntu-wallpapers/metadata.xml 
b/x11-themes/ubuntu-wallpapers/metadata.xml
index c457b33c0c4..206becb97ac 100644
--- a/x11-themes/ubuntu-wallpapers/metadata.xml
+++ b/x11-themes/ubuntu-wallpapers/metadata.xml
@@ -4,6 +4,7 @@

pa...@gentoo.org

+   

ubuntu/+source/ubuntu-wallpapers




[gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/

2021-01-12 Thread Pacho Ramos
commit: 1fe59d85921d94c2518f3b52d3bb7e21647aadc9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:25:26 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:25:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe59d85

x11-themes/fedora-backgrounds: Stabilize

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild 
b/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild
index cbd61f1779a..3e12c33b7b2 100644
--- a/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild
+++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-33.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${
 # Review on each bump, files Attribution*
 LICENSE="CC-BY-SA-4.0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 SLOT="$(ver_cut 1)"
 



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

2021-01-12 Thread Pacho Ramos
commit: 191568c4ab7fea7003babfa8244f69721d334830
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:22:25 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191568c4

dev-python/GridDataFormats: Bump to 0.5.0

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 .../GridDataFormats/GridDataFormats-0.5.0.ebuild   | 23 ++
 dev-python/GridDataFormats/Manifest|  1 +
 2 files changed, 24 insertions(+)

diff --git a/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild 
b/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
new file mode 100644
index 000..e7f101891a3
--- /dev/null
+++ b/dev-python/GridDataFormats/GridDataFormats-0.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Reading and writing of data on regular grids in Python"
+HOMEPAGE="https://pypi.org/project/GridDataFormats/ 
https://github.com/MDAnalysis/GridDataFormats";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/numpy-1.0.3[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/GridDataFormats/Manifest 
b/dev-python/GridDataFormats/Manifest
index 1648d359788..f6520d47367 100644
--- a/dev-python/GridDataFormats/Manifest
+++ b/dev-python/GridDataFormats/Manifest
@@ -1 +1,2 @@
 DIST GridDataFormats-0.4.0.tar.gz 63643 BLAKE2B 
cbc0bc259c30c9eccf61b11a7ed6e8004979fe2adb2b049f137caddbb71190291011664462c2c1aa4fe2baf822102d59d3079e9e48620b76d37a4812ca150328
 SHA512 
b480293e2dd17cb484336aa1469a8f0e739fbe7d925190f6a6502e96d0ab26a36271b0a0676c711716abd3e025e86fbec961cf965e950f89be167e0a83ef904c
+DIST GridDataFormats-0.5.0.tar.gz 1982315 BLAKE2B 
b230fd2843ab6a5826ee425fb3fad9a0d5d75a292aa3b6b150e76fa515b68000efb8e1b4140619c0c489f34ac7e3ce6d979e97526c212caf3e808be07b33afcd
 SHA512 
9cae1fe0f4f27bd966c1563831f8a9257ecbe14a7a6f011753355070449515b9b0ad1f31867c2c199c9703aebd5a3b40a03c1276f3bb6ff51447f7a870fdefe8



[gentoo-commits] repo/gentoo:master commit in: x11-themes/ubuntu-wallpapers/

2021-01-12 Thread Pacho Ramos
commit: 6f43405657bf6b42f27923e1b01949b3b03babdc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:24:41 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:24:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f434056

x11-themes/ubuntu-wallpapers: Drop old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/ubuntu-wallpapers/Manifest  |  1 -
 .../ubuntu-wallpapers-20.04.2.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/x11-themes/ubuntu-wallpapers/Manifest 
b/x11-themes/ubuntu-wallpapers/Manifest
index 2157f306363..9b846c577c7 100644
--- a/x11-themes/ubuntu-wallpapers/Manifest
+++ b/x11-themes/ubuntu-wallpapers/Manifest
@@ -1,2 +1 @@
-DIST ubuntu-wallpapers_20.04.2.orig.tar.gz 221558552 BLAKE2B 
2cec11a04ddec632df811b5764e8e777bb4c0ec03138f1e4f1b50fbd780fd33761b55e5da52d466d000461ad47d0d7c2348992053eb375f4a10f0d9808d0df4b
 SHA512 
89ac61bbccff1226b08b7c1b8714b65829333f1ca7eedfc2f77842e2efc1e4d71509488fc5e902e6b35138df258c06c51a655f1722a13df9f382420c15673c54
 DIST ubuntu-wallpapers_20.10.3.orig.tar.gz 228597178 BLAKE2B 
83cbe7ed38a6c8a7b4c1bb6ff0f3e42ce355c7d6ba46d33b7a9227ecdb5dad6dd3192d8ff4ebc414188b361719e3c48c979b87d2ba11417726ad1f46b73de332
 SHA512 
b66cc0b447ae66f9791369e4c76cdf3bbaf1a6f316e7bc30a1721469c227221162cf764234dc4913d1679b842eb83e3ea32a53680c512ede998ce604af2034de

diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.04.2.ebuild 
b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.04.2.ebuild
deleted file mode 100644
index 79ea2db96e4..000
--- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-20.04.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Ubuntu wallpapers"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers";
-MY_P="${PN}_${PV}"
-SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz"
-
-# Review COPYING file for updates
-LICENSE="CC-BY-SA-3.0"
-
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-SLOT="0"
-
-src_compile() { :; }
-src_test() { :; }
-
-src_install() {
-   insinto /usr/share/backgrounds
-   doins *.jpg *.png
-
-   insinto /usr/share/backgrounds/contest
-   doins contest/*.xml
-
-   for i in *.xml.in; do
-   insinto /usr/share/gnome-background-properties
-   newins ${i} ${i/.in/}
-   done
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/fedora-backgrounds/

2021-01-12 Thread Pacho Ramos
commit: 4d8f86285735990272ece0131f162d70d6997ed1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jan 12 20:25:03 2021 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jan 12 20:25:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8f8628

x11-themes/fedora-backgrounds: Suitable for allarches stabilization

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-themes/fedora-backgrounds/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/fedora-backgrounds/metadata.xml 
b/x11-themes/fedora-backgrounds/metadata.xml
index 020b40648ee..5b5fad3a835 100644
--- a/x11-themes/fedora-backgrounds/metadata.xml
+++ b/x11-themes/fedora-backgrounds/metadata.xml
@@ -4,4 +4,5 @@

pa...@gentoo.org

+   
 



[gentoo-commits] proj/linux-patches: New tag: 5.4-91

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:26:26 2021 +

New tag: 5.4-91




[gentoo-commits] proj/sci:master commit in: sci-chemistry/burrow-owl/, sci-chemistry/burrow-owl/files/

2021-01-12 Thread Andrew Ammerlaan
commit: 0e7aed19ea0a3958b5433edb963b97c8aa0e566b
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:18:34 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:28:00 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e7aed19

sci-chemistry/burrow-owl: remove old pack, 3 missing deps, also removed in 
::gentoo

last update in 2013, is missing three dependencies

Bug: https://bugs.gentoo.org/693290

Signed-off-by: Andrew Ammerlaan  riseup.net>

 sci-chemistry/burrow-owl/burrow-owl-.ebuild| 63 --
 .../files/burrow-owl--impl-dec.patch   | 15 --
 .../burrow-owl/files/burrow-owl--prll.patch| 20 ---
 sci-chemistry/burrow-owl/metadata.xml  | 11 
 4 files changed, 109 deletions(-)

diff --git a/sci-chemistry/burrow-owl/burrow-owl-.ebuild 
b/sci-chemistry/burrow-owl/burrow-owl-.ebuild
deleted file mode 100644
index 0e62aceee..0
--- a/sci-chemistry/burrow-owl/burrow-owl-.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF="true"
-
-inherit autotools-utils git-r3 virtualx
-
-DESCRIPTION="Visualize multidimensional nuclear magnetic resonance (NMR) 
spectra"
-HOMEPAGE="http://burrow-owl.sourceforge.net/";
-SRC_URI="examples? ( mirror://sourceforge/${PN}/burrow-demos.tar )"
-EGIT_REPO_URI="git://burrow-owl.git.sourceforge.net/gitroot/burrow-owl/burrow-owl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc examples static-libs"
-
-RDEPEND="
-   dev-libs/g-wrap
-   dev-libs/glib:2
-   dev-scheme/guile:12=[networking,regex]
-   dev-scheme/guile-cairo
-   dev-scheme/guile-gnome-platform
-   sci-libs/starparse
-   x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   dev-util/indent
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-prll.patch
-   "${FILESDIR}"/${P}-impl-dec.patch
-   )
-
-src_unpack() {
-   git-r3_src_unpack
-   use examples && unpack ${A}
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_with doc doxygen doxygen)
-   )
-   autotools-utils_src_configure
-}
-
-src_test () {
-   VIRTUALX_COMMAND="autotools-utils_src_compile -C test-suite check"
-   virtualmake
-}
-
-src_install() {
-   use doc && HTML_DOCS=( "${AUTOTOOLS_BUILD_DIR}/doc/api/html/." )
-   autotools-utils_src_install
-
-   use examples && \
-   insinto /usr/share/${PN} && \
-   doins -r "${WORKDIR}"/burrow-demos/*
-}

diff --git a/sci-chemistry/burrow-owl/files/burrow-owl--impl-dec.patch 
b/sci-chemistry/burrow-owl/files/burrow-owl--impl-dec.patch
deleted file mode 100644
index 461e3e691..0
--- a/sci-chemistry/burrow-owl/files/burrow-owl--impl-dec.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- burrow/spectrum/spectrum.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/spectrum/spectrum.c b/burrow/spectrum/spectrum.c
-index 5e099d8..38040bb 100644
 a/burrow/spectrum/spectrum.c
-+++ b/burrow/spectrum/spectrum.c
-@@ -35,6 +35,7 @@
- #include "spectrum_priv.h"
- #include "skiplist.h"
- #include "debug.h"
-+#include 
- 
- /* for debugging purposes; make value available */
- static const gdouble 
datum_unknown_value_substitute=DATUM_UNKNOWN_VALUE_SUBSTITUTE;

diff --git a/sci-chemistry/burrow-owl/files/burrow-owl--prll.patch 
b/sci-chemistry/burrow-owl/files/burrow-owl--prll.patch
deleted file mode 100644
index 340ccd236..0
--- a/sci-chemistry/burrow-owl/files/burrow-owl--prll.patch
+++ /dev/null
@@ -1,20 +0,0 @@
- burrow/canvas/gw/Makefile.am |4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/canvas/gw/Makefile.am b/burrow/canvas/gw/Makefile.am
-index da50ee3..2ed89bc 100644
 a/burrow/canvas/gw/Makefile.am
-+++ b/burrow/canvas/gw/Makefile.am
-@@ -31,9 +31,11 @@ H2DEF=@top_srcdir@/utils/h2def.py
- canvas.defs: $(HEADERS_1)
-   $(H2DEF) --all $(HEADERS_1) > $@
- 
--canvas-gw.c canvas-gw.h canvas-gw.scm: canvas.defs
-+canvas-gw.c canvas-gw.h: canvas.defs
-   
GUILE_LOAD_PATH=@srcdir@:@builddir@:@GUILE_GNOME_MODULE_DIR@:@G_WRAP_MODULE_DIR@:$$GUILE_LOAD_PATH
 $(GUILE) -s @srcdir@/run-g-wrap.scm
- 
-+BUILT_SOURCES=canvas-gw.c canvas-gw.h canvas.defs
-+
- INCLUDES=@GTK_CFLAGS@ @G_WRAP_CFLAGS@ @GUILE_GNOME_CFLAGS@ 
@GUILE_CAIRO_CFLAGS@ @GUILE_CFLAGS@ -I$(headers_dir) -I@top_srcdir@
- 
- moduledir=$(datadir)/guile/burrow

diff --git a/sci-chemistry/burrow-owl/metadata.xml 
b/sci-chemistry/burrow-owl/metadata.xml
deleted file mode 100644
index d78ba4b82..0
--- a/sci-chemistry/burrow-owl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-   
- 

[gentoo-commits] proj/sci:master commit in: sci-chemistry/usf-tools/files/, sci-chemistry/usf-tools/

2021-01-12 Thread Andrew Ammerlaan
commit: 2750cb91ee72a1dc21f441977bf4d424558ec735
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:22:21 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:28:00 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2750cb91

sci-chemistry/usf-tools: remove pack, missing deps, source is 404

upstream has dissapeared of the face of the internet

Signed-off-by: Andrew Ammerlaan  riseup.net>

 .../usf-tools/files/usf-tools--longline.patch  | 57 --
 sci-chemistry/usf-tools/metadata.xml   |  8 ---
 sci-chemistry/usf-tools/usf-tools-.ebuild  | 33 -
 3 files changed, 98 deletions(-)

diff --git a/sci-chemistry/usf-tools/files/usf-tools--longline.patch 
b/sci-chemistry/usf-tools/files/usf-tools--longline.patch
deleted file mode 100644
index 028c0f45b..0
--- a/sci-chemistry/usf-tools/files/usf-tools--longline.patch
+++ /dev/null
@@ -1,57 +0,0 @@
- gklib/pckrho.f |   24 ++--
- 1 files changed, 18 insertions(+), 6 deletions(-)
-
-diff --git a/gklib/pckrho.f b/gklib/pckrho.f
-index 31eefad..2dd5104 100644
 a/gklib/pckrho.f
-+++ b/gklib/pckrho.f
-@@ -21,23 +21,33 @@ cprint *,'IX,IY,IZ- ',ix, iy, iz
- cprint *,'JX,JY,LEVEL - ',jx,jy,level
- cprint *,'UVW - ',uvw
- c
--  if (uvw(1) .eq. 1 .and. uvw(2) .eq. 2 .and. uvw(3) .eq. 3) then
-+if (  uvw(1) .eq. 1
-+ :  .and. uvw(2) .eq. 2
-+ :  .and. uvw(3) .eq. 3) then
- do 100 i=1,iy
- do 100 j=1,ix
- 100   sav(j,i,level) = rho(j,i)
--  else if (uvw(1) .eq. 1 .and. uvw(2) .eq. 3 .and. uvw(3) .eq. 2) then
-+else if (uvw(1) .eq. 1
-+ :  .and.uvw(2) .eq. 3
-+ :  .and.uvw(3) .eq. 2) then
- do 110 i=1,iz
- do 110 j=1,ix
- 110   sav(j,level,i) = rho(j,i)
--  else if (uvw(1) .eq. 2 .and. uvw(2) .eq. 1 .and. uvw(3) .eq. 3) then
-+else if (uvw(1) .eq. 2
-+ :  .and.uvw(2) .eq. 1
-+ :  .and.uvw(3) .eq. 3) then
- do 120 j=1,iy
- do 120 i=1,ix
- 120   sav(i,j,level) = rho(j,i)
--  else if (uvw(1) .eq. 2 .and. uvw(2) .eq. 3 .and. uvw(3) .eq. 1) then
-+else if (uvw(1) .eq. 2
-+ :  .and.uvw(2) .eq. 3
-+ :  .and.uvw(3) .eq. 1) then
- do 130 i=1,iz
- do 130 j=1,iy
- 130   sav(level,j,i) = rho(j,i)
--  else if (uvw(1) .eq. 3 .and. uvw(2) .eq. 1 .and. uvw(3) .eq. 2) then
-+else if (uvw(1) .eq. 3
-+ :  .and.uvw(2) .eq. 1
-+ :  .and.uvw(3) .eq. 2) then
- do 140 i=1,ix
- cxyz
- c  call ivalut (' I(x) now :',1,i)
-@@ -47,7 +57,9 @@ ccall ivalut (' J(z) now :',1,j)
- ccall rvalut (' RHO(j,i) :',1,rho(j,i))
- ccall rvalut (' SAV(I,LEVEL,J) :',1,sav(i,level,j))
- 140   sav(i,level,j) = rho(j,i)
--  else if (uvw(1) .eq. 3 .and. uvw(2) .eq. 2 .and. uvw(3) .eq. 1) then
-+else if (uvw(1) .eq. 3
-+ :  .and.uvw(2) .eq. 2
-+ :  .and.uvw(3) .eq. 1) then
- do 150 i=1,iy
- do 150 j=1,iz
- 150   sav(level,i,j) = rho(j,i)

diff --git a/sci-chemistry/usf-tools/metadata.xml 
b/sci-chemistry/usf-tools/metadata.xml
deleted file mode 100644
index da36ecbfc..0
--- a/sci-chemistry/usf-tools/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   sci-chemis...@gentoo.org
-   Gentoo Chemistry Project
-   
-

diff --git a/sci-chemistry/usf-tools/usf-tools-.ebuild 
b/sci-chemistry/usf-tools/usf-tools-.ebuild
deleted file mode 100644
index b6561aad4..0
--- a/sci-chemistry/usf-tools/usf-tools-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=y
-
-inherit autotools-utils flag-o-matic  fortran-2
-
-_AP=001
-
-DESCRIPTION="The USF program suite"
-HOMEPAGE="http://xray.bmc.uu.se/usf/";
-SRC_URI="
-   http://xray.bmc.uu.se/markh/usf/usf_distribution_kit.tar.gz -> 
${P}.tar.gz
-   http://dev.gentoo.org/~jlec/distfiles/${PN}-autotools-${_AP}.tar.xz";
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS=""
-IUSE="static-libs"
-
-RDEPEND="
-   sci-libs/libccp4
-   sci-libs/mmdb:0"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/usf_export
-
-src_prepare() {
-   append-fflags -ffixed-line-length-132 -DLINUX -cpp
-   autotools-utils_src_prepare
-}



[gentoo-commits] proj/linux-patches: New tag: 5.10-9

2021-01-12 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jan 12 20:27:50 2021 +

New tag: 5.10-9




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

2021-01-12 Thread Nick Sarnie
commit: 0bff6b8414a0c1a4a1a6e12e6d5b95b9399ec4cc
Author: Ali Abdel-Qader  protonmail  com>
AuthorDate: Tue Jan 12 19:15:24 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Jan 12 20:39:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bff6b84

dev-libs/tree-sitter: Remove hardcoded libdir

Closes: https://bugs.gentoo.org/765103
Signed-off-by: Ali Abdel-Qader  protonmail.com>
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Nick Sarnie  gentoo.org>

 dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild | 4 ++--
 dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild | 2 +-
 dev-libs/tree-sitter/tree-sitter-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild
index b50d6429cd9..547703a2d32 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.17.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,5 +22,5 @@ PATCHES=(
 )
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/lib64" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
 }

diff --git a/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild 
b/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild
index a59778d2f55..547703a2d32 100644
--- a/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-0.18.0.ebuild
@@ -22,5 +22,5 @@ PATCHES=(
 )
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/lib64" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
 }

diff --git a/dev-libs/tree-sitter/tree-sitter-.ebuild 
b/dev-libs/tree-sitter/tree-sitter-.ebuild
index b50d6429cd9..547703a2d32 100644
--- a/dev-libs/tree-sitter/tree-sitter-.ebuild
+++ b/dev-libs/tree-sitter/tree-sitter-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,5 +22,5 @@ PATCHES=(
 )
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/lib64" install
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
 }



[gentoo-commits] repo/proj/guru:dev commit in: acct-user/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: f5ce6490d4fe5f6dbc8a98d073e8f3f26bb51952
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:45:00 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:45:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5ce6490

acct-user/purritobin: add arm64 keyword

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 acct-user/purritobin/purritobin-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-user/purritobin/purritobin-0.ebuild 
b/acct-user/purritobin/purritobin-0.ebuild
index d5bc1f52..a5fc9ad6 100644
--- a/acct-user/purritobin/purritobin-0.ebuild
+++ b/acct-user/purritobin/purritobin-0.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit acct-user
 
 DESCRIPTION="User for www-apps/jackett-bin"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 ACCT_USER_ID=-1
 ACCT_USER_GROUPS=( purritobin )
 



[gentoo-commits] repo/proj/guru:dev commit in: acct-group/purritobin/

2021-01-12 Thread Andrew Ammerlaan
commit: 44bf4c51d5343650faff0c80930483091d232470
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Tue Jan 12 20:44:43 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jan 12 20:44:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44bf4c51

acct-group/purritobin: add arm64 keyword

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 acct-group/purritobin/purritobin-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acct-group/purritobin/purritobin-0.ebuild 
b/acct-group/purritobin/purritobin-0.ebuild
index 68481926..1ce4e61d 100644
--- a/acct-group/purritobin/purritobin-0.ebuild
+++ b/acct-group/purritobin/purritobin-0.ebuild
@@ -7,4 +7,4 @@ inherit acct-group
 
 ACCT_GROUP_ID=-1
 DESCRIPTION="Group for net-misc/purritobin"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"



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

2021-01-12 Thread Michał Górny
commit: 12ad9b4aab7ec89cb7eb39091c2266a9777aefeb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 12 21:09:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 21:09:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ad9b4a

xfce-base/thunar: Bump to 4.16.2

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.16.2.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 188296d304f..eed35cadced 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -2,3 +2,4 @@ DIST thunar-1.8.16.tar.bz2 2479718 BLAKE2B 
2de72f0b9977a9815c0a7f0376ceb01ddd5a6
 DIST thunar-4.15.3.tar.bz2 2445923 BLAKE2B 
7c1fcbb77eba1a2198bbfac88d43d9a332941aca9dec46d239933288d6e97d4029208bcbe6574577d71aad11292c2ca8015374502b724fa3e3844f0fa664152b
 SHA512 
a86a2e984ccbec82f50b479efc61334615b0ac116d8b3a479c61470d34fe47bac0d3e327cf4e10a1bf3ad50910abb26767bbd7ffed0cf4263e3435a21e1ab6dd
 DIST thunar-4.16.0.tar.bz2 2454813 BLAKE2B 
528abf3f3227992dbed23e453205a55dcdda8bf03d242f6668e45e2d22921dfe5f5dd5550a7cdf53fd5c39c21ecf9567bc02e2d178ae7a1d35ad0c4f6932e4a7
 SHA512 
0f288018ead108c6a170a9b98d45d6c005301eb51526b357ab81411724451f0e6a1154ae44dd7681ee5bc9a8807df1497ed26d1af0ac002d68c69fede808cc51
 DIST thunar-4.16.1.tar.bz2 2447673 BLAKE2B 
6a0533fb052c9cb1e478145685859e22fb3134aee4332e4bf23d3c9addaa17e1514ebf3e8087474cdc728d44a52d43a15d1b10a62e3a3c6e1654404097461957
 SHA512 
aa579682cb6fc9af339ae40a6fdd66e49d34ae849388384af5665499c3b58f59a628a8380bd174d0988249139a7f7783cb3fa5342e1b019e8d2e0c044ea8f6d0
+DIST thunar-4.16.2.tar.bz2 2434525 BLAKE2B 
e50fb41d7d333fe23729ddc01ce7e1313124ad3607e0e57fd210794b21f83fb83cd2a4ef9845638c0e10ceb5995392b754991600fc242e4a7e11af6a55971624
 SHA512 
761bc2b2106db523b5b56b9f330a42e487aeccd144d2118956a67d6935ee6d795edf543a815c3e035dd7cc4b0965679811d39d9c5e6b6f7ca84eb362f22561e0

diff --git a/xfce-base/thunar/thunar-4.16.2.ebuild 
b/xfce-base/thunar/thunar-4.16.2.ebuild
new file mode 100644
index 000..98de1a3775a
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.16.2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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-lang/perl-5.6
+   >=dev-libs/glib-2.50
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-0.12:=
+   >=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
+}



  1   2   3   >