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

2020-01-25 Thread Zac Medico
commit: 63d5384e4204ea4b9c8bc03b2e885029107ca8d9
Author: Nicholas Meyer  gmail  com>
AuthorDate: Fri Jan 24 18:30:27 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jan 25 08:47:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d5384e

app-text/calibre: 4.9.1-r1 revbump for python3 support

Closes: https://github.com/gentoo/gentoo/pull/14427
Closes: https://bugs.gentoo.org/702676
Signed-off-by: Nicholas Meyer  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 app-text/calibre/calibre-4.9.1-r1.ebuild | 269 +++
 1 file changed, 269 insertions(+)

diff --git a/app-text/calibre/calibre-4.9.1-r1.ebuild 
b/app-text/calibre/calibre-4.9.1-r1.ebuild
new file mode 100644
index 000..a158ed8ff2e
--- /dev/null
+++ b/app-text/calibre/calibre-4.9.1-r1.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit bash-completion-r1 desktop toolchain-funcs python-single-r1 xdg-utils
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="https://calibre-ebook.com/";
+SRC_URI="https://download.calibre-ebook.com/${PV}/${P}.tar.xz";
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="ios +udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/hunspell-1.7:=
+   >=app-text/podofo-0.9.6_pre20171027:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2=
+   dev-libs/hyphen:=
+   >=dev-libs/icu-57.1:=
+   dev-libs/libinput:=
+   >=dev-python/apsw-3.25.2_p1[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   >=dev-python/chardet-3.0.3[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/css-parser-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   >=dev-python/feedparser-5.2.1[${PYTHON_USEDEP}]
+   >=dev-python/html2text-2019.8.11[${PYTHON_USEDEP}]
+   >=dev-python/html5-parser-0.4.9[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.3.5[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.5[${PYTHON_USEDEP}]
+   >=dev-python/pillow-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-4.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_USEDEP}]
+   >=dev-python/PyQtWebEngine-5.12[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5=
+   dev-qt/qtdbus:5=
+   dev-qt/qtgui:5=
+   >=dev-qt/qtwebengine-5.12
+   dev-qt/qtwidgets:5=
+   dev-util/desktop-file-utils
+   dev-util/gtk-update-icon-cache
+   media-fonts/liberation-fonts
+   media-libs/fontconfig:=
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.11:=
+   >=media-libs/libwmf-0.2.8
+   >=media-gfx/optipng-0.7.6
+   >=sys-libs/zlib-1.2.11:=
+   virtual/libusb:1=
+   x11-libs/libxkbcommon:=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXrender:=
+   x11-misc/shared-mime-info
+   >=x11-misc/xdg-utils-1.0.2-r2
+   ios? (
+   >=app-pda/usbmuxd-1.0.8
+   >=app-pda/libimobiledevice-1.2.0
+   )
+   udisks? ( virtual/libudev )"
+RDEPEND="${COMMON_DEPEND}
+   udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
+DEPEND="${COMMON_DEPEND}
+   >=dev-python/setuptools-23.1.0[${PYTHON_USEDEP}]
+   dev-python/sip[${PYTHON_USEDEP}]
+   >=virtual/podofo-build-0.9.6_pre20171027
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary && $(gcc-major-version) -lt 6 ]]; then
+   eerror "Calibre cannot be built with this version of gcc."
+   eerror "You need at least gcc-6.0"
+   die "Your C compiler is too old for this package."
+   fi
+}
+
+src_prepare() {
+   # no_updates: do not annoy user with "new version is availible all the 
time
+   # disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
+   eapply \
+   "${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
+   "${FILESDIR}/${PN}-disable_plug

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

2020-01-25 Thread Jeroen Roovers
commit: 67b7273416e749d1b998ba46af331fcf9b04885c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 25 08:56:47 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 25 08:58:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b72734

Revert "www-client/vivaldi-snapshot: Old"

This reverts commit 6ee00ba1ba7a20a4acb3e41a7e5b0e7784fd8c59.

Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.11.1800.5_p1.ebuild | 115 +
 2 files changed, 119 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 47738010799..894cda59ec4 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -6,3 +6,7 @@ DIST vivaldi-snapshot-2.11.1792.3_p1-amd64.deb 66784692 BLAKE2B 
3a73c5e118c55d2a
 DIST vivaldi-snapshot-2.11.1792.3_p1-arm64.deb 59657680 BLAKE2B 
234926d7065e97c4570fbbf5f501428d221dfd85d2d2ead8535980215d1a99a2ecb3558e85a61bd0acd8729a2cd81130ca0b23301a7728c716e746acea65e03b
 SHA512 
959962de75e789ff1c7852a11888e00d3528640584e59ed303c7787192e6db4f448450a0c98386c16557ec4dedda953bbdda90541f1b2ae7d74877f9827681f1
 DIST vivaldi-snapshot-2.11.1792.3_p1-armhf.deb 58939352 BLAKE2B 
cc85395aa9972f60ec3b7abb795ba7043f1c389c216d487d39ee401f4fad0087730352efd24e43662f3262d78bb62cd34da3a1d18c6b1f0c49ce2ad61883ba8d
 SHA512 
09666e226ef68a9551aa1c74c9386e8d94b2c59ad8c51dd208b597721285b5d22a2211b6e189f448665b387223b65f6b4a6e292953662aaa8bbdeebbb0711523
 DIST vivaldi-snapshot-2.11.1792.3_p1-i386.deb 65234280 BLAKE2B 
98e57d37fa66f00dbedaa5fdb7a4d13d9648cc12f44992622d4773b066fd02b69c908676461b709bc0af44a50b076bc3d701b5a3d7fced61ad751543b4da5c84
 SHA512 
ce90f6cb484ef33261a8ddd872731eb35d1fdad5b24dcee24752712e0d84b08408a386f11f378fc7d5afd369be56a03674620493b4460e312e9e8c2a692ab3a5
+DIST vivaldi-snapshot-2.11.1800.5_p1-amd64.deb 67523480 BLAKE2B 
a076cbfe6c94149e772f4bd99bd564bb6bf2fc2c1e95874340a85e28ec394bc567a21d67c20359b7aa4034fa345111e5aac7159abf72e169ca8e5849fe8b2164
 SHA512 
4822fdecb1335fcd217c9edd6f183dc73735c74e504978a0fa7ff0742cf91c5b50b8fe979960f7a4e041d2353f7b44562adf1e6f1a67564145871488324b32bb
+DIST vivaldi-snapshot-2.11.1800.5_p1-arm64.deb 60563292 BLAKE2B 
7699f2f907a0848c33ba7e9bf4d3122b600d58492c407d85207dd443c2a252e5a6571c22adf1d5f6ce85c442ac00e5874441d8a0a5890829b5bacf177b5f3100
 SHA512 
e0192520324ef1f22ccb555d126ea336aa68f08efd1521715522722439a96c52ffdbc122d77ab8cca0bdb25ff61cadbdf19ce9542e8fbd2a0edc4bb29a687a9c
+DIST vivaldi-snapshot-2.11.1800.5_p1-armhf.deb 59947460 BLAKE2B 
21a20e54e4a5f7f4c52bc015c01a171b5de4a079ebf1486b3e5aa0ae34dcddefbf23a16ae3b73471e6b2b1035fbf751e29e94200146240f0885a7868bc7fecf7
 SHA512 
87690b1875dfd6edd902a97235d8810d84f2cbc798654c04470b7cc43d5e06cf1f34f85f811b07ea54dac04122f0d0e9e751e7ecc1718147fecea37866794d8c
+DIST vivaldi-snapshot-2.11.1800.5_p1-i386.deb 66346624 BLAKE2B 
2fdee4fcb0a28da2b996a293316eebf4de16d53bdae8e882818e8249b4f7ba74bf16edb140843b3aada485da91755ad71135e4f899eca941c3b34071ca2383f0
 SHA512 
b39324c6f28520051f9e222c33df6de8ad8b6cd4d9e2f937063cc3a307e6e8a47e59e69b35014ee0749520c69a78d02f8a2a0786769e06f530b02b4fb2123304

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1800.5_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1800.5_p1.ebuild
new file mode 100644
index 000..23aeb880ad5
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1800.5_p1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
+   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
+   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
+   tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   media-libs/speex
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3

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

2020-01-25 Thread Jeroen Roovers
commit: 4de724bc08c7eb9c911eb2f152aedb48fda26fd4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 25 08:57:56 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 25 08:58:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de724bc

www-client/vivaldi-snapshot: Old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   4 -
 .../vivaldi-snapshot-2.11.1789.3_p1.ebuild | 115 -
 2 files changed, 119 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 894cda59ec4..ef480829f48 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,7 +1,3 @@
-DIST vivaldi-snapshot-2.11.1789.3_p1-amd64.deb 66794184 BLAKE2B 
cc987d6f85f3afc3bd44054f3c33d27ec154a4a48372fb9cbc86c5f37518ec8de9eb8881c7007ae791f55980ff2c853e1a79a120529dab95565304fa971223c0
 SHA512 
4f7e5c8f25fa002ec79f1a2c56fdc1a16b4520529fb2f94a31cf654d52507b03e37ca0a4134c5754eb8e17bfc5f3c02cdac9a39fa1005f63f41de0c2d2507bc4
-DIST vivaldi-snapshot-2.11.1789.3_p1-arm64.deb 59673068 BLAKE2B 
682e58855f16a351704f29fec4108c0a5c8502b81a6593dad63439e2cc64301f14b87959cb712752b3aaeac1a6e0287dd01fffef15d3a933a1451bb76f0eaa67
 SHA512 
fce002a95f19aba2ed601a76990d214c096406200a7e1229b4750ac754031b98521ab58a7cf1454a7b828b9f3a76ec95a5ade3a315329c44a829888b364ed959
-DIST vivaldi-snapshot-2.11.1789.3_p1-armhf.deb 58925220 BLAKE2B 
0e4dd9676dcb0fc0dfa8b3e0a2f9171439226d0f0f30ebf4ffe69a0cf90aa263784571d60d229e72d9d54eb211fd9456e072bc50968e32e8283c3a820a62d52b
 SHA512 
20752e01d097991a70df671b202469577fde6ebd103a96cf1d90517a630a9cf5d792c732286da56fa946ac6f26436128410188d5d658bc9521f5b9c909f3396d
-DIST vivaldi-snapshot-2.11.1789.3_p1-i386.deb 65209592 BLAKE2B 
f5a1c3cc7bf9676eb98bfe7f6b2e9e450d0019e0edbf9ef46d9237f92e2576a7bd2693bede284e4c317d68b53cc501a6523f344216586f9ebc0ca529af7685e5
 SHA512 
e9953c9f6cdeaa64591e17de46351c066a7f84f41148378c7b93274b3f93c68a04e4fc7e0ddfc8bbee4a6daffaf76090c020b376ecac4fa8d7f7cd6a1b982c02
 DIST vivaldi-snapshot-2.11.1792.3_p1-amd64.deb 66784692 BLAKE2B 
3a73c5e118c55d2a11398b1e3e53f97f6920768559e5e5845fa7932b0d807214f985ad3c284e6f88a0b15ae0d04858e1683b95c5d416869bcf2021fd4bd6e8bb
 SHA512 
d068606cb30696235877082f1d8ca18cc901eeb32bb1a787fbf4833b3ea44acee0b450047077c6afdc55aa8a62dd6a2c7cde7d811caadd102b6c9057a64d2877
 DIST vivaldi-snapshot-2.11.1792.3_p1-arm64.deb 59657680 BLAKE2B 
234926d7065e97c4570fbbf5f501428d221dfd85d2d2ead8535980215d1a99a2ecb3558e85a61bd0acd8729a2cd81130ca0b23301a7728c716e746acea65e03b
 SHA512 
959962de75e789ff1c7852a11888e00d3528640584e59ed303c7787192e6db4f448450a0c98386c16557ec4dedda953bbdda90541f1b2ae7d74877f9827681f1
 DIST vivaldi-snapshot-2.11.1792.3_p1-armhf.deb 58939352 BLAKE2B 
cc85395aa9972f60ec3b7abb795ba7043f1c389c216d487d39ee401f4fad0087730352efd24e43662f3262d78bb62cd34da3a1d18c6b1f0c49ce2ad61883ba8d
 SHA512 
09666e226ef68a9551aa1c74c9386e8d94b2c59ad8c51dd208b597721285b5d22a2211b6e189f448665b387223b65f6b4a6e292953662aaa8bbdeebbb0711523

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1789.3_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1789.3_p1.ebuild
deleted file mode 100644
index 23aeb880ad5..000
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.11.1789.3_p1.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   af am ar be bg bn ca cs da de de-CH el en-GB en-US eo es es-419 es-PE 
et eu
-   fa fi fil fr fy gd gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku 
lt
-   lv mk ml mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te 
th
-   tr uk vi zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker toolchain-funcs xdg-utils
-
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_";
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb -> ${P}-arm64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb -> ${P}-armhf.deb )
-   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86"
-RESTRICT="bindist mirror"
-
-DEPEND="
-   virtual/libiconv
-"
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   media-libs/speex
-   net-print/cups
-   sys-apps/dbus
-   sys-libs/libcap
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-lib

[gentoo-commits] repo/gentoo:master commit in: sys-apps/minijail/files/, sys-apps/minijail/

2020-01-25 Thread Mike Frysinger
commit: 62cb6701ed08aaa7afcc397577bb4734293ebdc2
Author: Mike Frysinger  chromium  org>
AuthorDate: Sat Jan 25 08:58:32 2020 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Jan 25 08:58:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cb6701

sys-apps/minijail: version bump to 12

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

 sys-apps/minijail/Manifest |  1 +
 sys-apps/minijail/files/minijail-12-makefile.patch | 41 
 sys-apps/minijail/minijail-12.ebuild   | 77 ++
 3 files changed, 119 insertions(+)

diff --git a/sys-apps/minijail/Manifest b/sys-apps/minijail/Manifest
index 96fa50c32ca..b48d120cca4 100644
--- a/sys-apps/minijail/Manifest
+++ b/sys-apps/minijail/Manifest
@@ -1 +1,2 @@
+DIST minijail-12.tar.gz 157030 BLAKE2B 
55a1bb2aeb31290c211da8b8322672abadab7a2729b0afd6eafce9854a51320a2515bedc54864debc7ede6e437607dad8532ae76c14828d6c4f4265fec404dbe
 SHA512 
feb829fc113f0041b9ab25e845560af47408f3d5f0704cdf756d0b8162ae7aae331c350908c3b17a4a5593ffa7326044f222a35e6794471cd5ed60173b2befa2
 DIST minijail-9.tar.gz 118700 BLAKE2B 
7d2959d5dd71bd9d8d8a0b7c278dab66771740f73acec20f19502da33990ca858796b4734676ffedc404cef72eee8c419c669ba7092ac00cbafa2e410564aba2
 SHA512 
6d05fbe8615f410e8314045d11f7a3638f563f3311f7d52b5a0c47cad8692d11b0a7db4fbb45141b56453a9beb0de7683d58e5298f0a27029aa017539bb48717

diff --git a/sys-apps/minijail/files/minijail-12-makefile.patch 
b/sys-apps/minijail/files/minijail-12-makefile.patch
new file mode 100644
index 000..10d97197bb0
--- /dev/null
+++ b/sys-apps/minijail/files/minijail-12-makefile.patch
@@ -0,0 +1,41 @@
+--- a/Makefile
 b/Makefile
+@@ -46,9 +46,9 @@ ifeq ($(USE_SYSTEM_GTEST),no)
+ GTEST_CXXFLAGS := -std=gnu++14
+ GTEST_LIBS := gtest.a
+ else
+-GTEST_CXXFLAGS := $(shell gtest-config --cxxflags 2>/dev/null || \
++GTEST_CXXFLAGS ?= $(shell gtest-config --cxxflags 2>/dev/null || \
+   echo "-pthread")
+-GTEST_LIBS := $(shell gtest-config --libs 2>/dev/null || \
++GTEST_LIBS ?= $(shell gtest-config --libs 2>/dev/null || \
+   echo "-lgtest -pthread -lpthread")
+ endif
+ 
+@@ -73,6 +73,7 @@ clean: CLEAN(minijail0)
+ 
+ 
+ CC_LIBRARY(libminijail.so): LDLIBS += -lcap
++CC_LIBRARY(libminijail.so): LDFLAGS += -Wl,-soname,libminijail.so
+ CC_LIBRARY(libminijail.so): $(CORE_OBJECT_FILES)
+ clean: CLEAN(libminijail.so)
+ 
+@@ -91,6 +92,7 @@ TEST(CXX_BINARY(libminijail_unittest)): 
CC_LIBRARY(libminijailpreload.so)
+ 
+ 
+ CC_LIBRARY(libminijailpreload.so): LDLIBS += -lcap -ldl
++CC_LIBRARY(libminijailpreload.so): LDFLAGS += -Wl,-soname,libminijail.so
+ CC_LIBRARY(libminijailpreload.so): libminijailpreload.o $(CORE_OBJECT_FILES)
+ clean: CLEAN(libminijailpreload.so)
+ 
+--- a/common.mk
 b/common.mk
+@@ -323,7 +323,7 @@ COMMON_CFLAGS := -Wall -Wunused -Wno-unused-parameter 
-Werror -Wformat=2 \
+   -fno-strict-aliasing $(SSP_CFLAGS) -O1
+ CXXFLAGS += $(COMMON_CFLAGS) $(COMMON_CFLAGS-$(CXXDRIVER)) -std=gnu++14
+ CFLAGS += $(COMMON_CFLAGS) $(COMMON_CFLAGS-$(CDRIVER)) -std=gnu11
+-CPPFLAGS += -D_FORTIFY_SOURCE=2
++CPPFLAGS +=
+ 
+ # Enable large file support.
+ CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE

diff --git a/sys-apps/minijail/minijail-12.ebuild 
b/sys-apps/minijail/minijail-12.ebuild
new file mode 100644
index 000..bf20c5f832a
--- /dev/null
+++ b/sys-apps/minijail/minijail-12.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit linux-info toolchain-funcs
+
+DESCRIPTION="helper binary and library for sandboxing & restricting privs of 
service"
+HOMEPAGE="https://android.googlesource.com/platform/external/minijail";
+
+# Use GitHub mirror as Gitiles doesn't generate stable tarballs.
+SRC_URI="https://github.com/google/${PN}/archive/linux-v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+seccomp test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="sys-libs/libcap-ng:="
+DEPEND="${RDEPEND}
+   test? (
+   virtual/pkgconfig
+   >=dev-cpp/gtest-1.8.0:=
+   )"
+
+S="${WORKDIR}/${PN}-linux-v${PV}"
+
+PATCHES=(
+   "${FILESDIR}/minijail-12-makefile.patch"
+)
+
+pkg_pretend() {
+   local CONFIG_CHECK="~NAMESPACES ~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS
+   ~SECCOMP ~SECCOMP_FILTER ~CGROUPS"
+   check_extra_config
+}
+
+src_configure() {
+   export LIBDIR="/usr/$(get_libdir)"
+   export USE_seccomp="$(usex seccomp)"
+   export USE_SYSTEM_GTEST=yes
+   if use test; then
+   export GTEST_CXXFLAGS="$($(tc-getPKG_CONFIG) --cflags 
gtest_main)"
+   export GTEST_LIBS="$($(tc-getPKG_CONFIG) --libs gtest_main)"
+   else
+   export GTEST_CXXFLAGS='' GTEST_LIBS=''
+   fi
+   export VERBOSE=1
+}
+
+src_compile() {
+   tc-env_build emake all parse_seccomp_policy
+}
+
+src_test() 

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

2020-01-25 Thread Fabian Groffen
commit: 5c74386bd7c9112df90a7e38fcc14db7ea721e55
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 24 18:44:36 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 24 18:44:36 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=5c74386b

qpkg: fix Coverity 125896 Unchecked return value

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

 qpkg.c | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/qpkg.c b/qpkg.c
index eaca37b..7929018 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -308,7 +308,12 @@ qpkg_make(depend_atom *atom)
 
rmdir(tmpdir);
 
-   stat(buf, &st);
+   if (stat(buf, &st) == -1) {
+   warnp("could not stat '%s': %s", buf strerror(errno));
+   free(buf);
+   return 1;
+   }
+
printf("%s%s%s KiB\n",
RED, make_human_readable_str(st.st_size, 1, KILOBYTE), 
NORM);
 



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

2020-01-25 Thread Fabian Groffen
commit: 813b219d06e950f44d47d60d401d0e8c11073631
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 24 18:41:13 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 24 18:41:13 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=813b219d

qmanifest: fix Coverity 206540 Resource leak

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

 qmanifest.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/qmanifest.c b/qmanifest.c
index b4057bb..2a6d9b5 100644
--- a/qmanifest.c
+++ b/qmanifest.c
@@ -582,8 +582,10 @@ generate_dir(const char *dir, enum type_manifest mtype)
return NULL;
}
 
-   if (list_dir(&dentries, &dentrieslen, dir) != 0)
+   if (list_dir(&dentries, &dentrieslen, dir) != 0) {
+   gzclose(mf);
return NULL;
+   }
 
for (i = 0; i < dentrieslen; i++) {
/* ignore existing Manifests */



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

2020-01-25 Thread Fabian Groffen
commit: 12f14a40b3311f557d746856ff472a5a06337bc1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 24 18:52:42 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 24 18:52:42 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=12f14a40

qmanifest: fix Coverity 206530 Explicit null dereferenced

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

 qmanifest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qmanifest.c b/qmanifest.c
index 2a6d9b5..84fd25d 100644
--- a/qmanifest.c
+++ b/qmanifest.c
@@ -1495,7 +1495,7 @@ verify_manifest(
 * - Manifest at top-level, needs to be igored as it only points to
 *   the larger Manifest.files.gz
 */
-   if (compare_elems > 1)
+   if (elemslen > 1)
qsort(elems, elemslen, sizeof(elems[0]), compare_elems);
snprintf(buf, sizeof(buf), "%s/%s", dir, manifest);
ret = verify_dir(dir, elems, elemslen, 0, buf + 2, msgs);



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

2020-01-25 Thread Fabian Groffen
commit: c1c13ec718ee8e1b36082b84e861cda0e961e5a6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 24 19:10:21 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 24 19:10:21 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=c1c13ec7

qtegrity: fix Coverity 206558 Unchecked return value

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

 qtegrity.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/qtegrity.c b/qtegrity.c
index c2fc221..19fd509 100644
--- a/qtegrity.c
+++ b/qtegrity.c
@@ -442,7 +442,9 @@ int qtegrity_main(int argc, char **argv)
skip = ((recorded_digest_size == 
SHA256_DIGEST_LENGTH) ||
(recorded_digest_size == 
SHA512_DIGEST_LENGTH)) ?
recorded_digest_size+6+8 : 
recorded_digest_size+6+6;
-   fseek(fp_qtegrity_custom, -skip-strlen(fname), 
SEEK_CUR);
+   if (fseek(fp_qtegrity_custom,
+   -skip-strlen(fname), 
SEEK_CUR) == -1)
+   err("seek failed: %s\n", 
strerror(errno));
free(fname);
break;
}



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

2020-01-25 Thread Fabian Groffen
commit: 9fc55602841eb9592b7bbef9cdd2040e1fd07910
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jan 24 18:56:31 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jan 24 18:56:31 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=9fc55602

qmanifest: fix Coverity 206540 Resource leak

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

 qmanifest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qmanifest.c b/qmanifest.c
index 84fd25d..308aee7 100644
--- a/qmanifest.c
+++ b/qmanifest.c
@@ -434,6 +434,7 @@ generate_dir(const char *dir, enum type_manifest mtype)
if (gzwrite(mf, path, len) == 0) {
fprintf(stderr, "failed to write to file '%s/%s': %s\n",
dir, str_manifest_files_gz, 
strerror(errno));
+   gzclose(mf);
return NULL;
}
 



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

2020-01-25 Thread Fabian Groffen
commit: 74cf35199330b4ab163c8a9b5261bba1708737d8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 09:10:50 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 09:10:50 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=74cf3519

qpkg: fix syntax error

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

 qpkg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qpkg.c b/qpkg.c
index 7929018..1535f05 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -309,7 +309,7 @@ qpkg_make(depend_atom *atom)
rmdir(tmpdir);
 
if (stat(buf, &st) == -1) {
-   warnp("could not stat '%s': %s", buf strerror(errno));
+   warnp("could not stat '%s': %s", buf, strerror(errno));
free(buf);
return 1;
}



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

2020-01-25 Thread Fabian Groffen
commit: fcc1c2cc371eb122b958cf98eee7cb767ac14cb1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 09:04:30 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 09:04:30 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fcc1c2cc

qmanifest: fix Coverity 206559 Resource leak

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

 qmanifest.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/qmanifest.c b/qmanifest.c
index 308aee7..cc4e380 100644
--- a/qmanifest.c
+++ b/qmanifest.c
@@ -472,6 +472,9 @@ generate_dir(const char *dir, enum type_manifest mtype)
fprintf(stderr, "generating 
Manifest for %s failed!\n",
path);
gzclose(mf);
+   for (; i < dentrieslen; i++)
+   free(dentries[i]);
+   free(dentries);
return NULL;
}
 



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

2020-01-25 Thread Fabian Groffen
commit: db5cb274ad76778091619b8c7e38a7c0134d5a04
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 09:44:18 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 09:44:18 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=db5cb274

qpkg: try to fix Coverity 206549 Time of check, time of use

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

 qpkg.c | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/qpkg.c b/qpkg.c
index 1535f05..6aa5f76 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -271,17 +271,25 @@ qpkg_make(depend_atom *atom)
xpak_argv[1] = NULL;
xpak_create(AT_FDCWD, tbz2, 1, xpak_argv, 1, verbose);
 
+   if ((i = open(tbz2, O_WRONLY | O_APPEND)) < 0) {
+   warnp("failed to open '%s': %s", tbz2, strerror(errno));
+   free(buf);
+   return 1;
+   }
+
/* calculate the number of bytes taken by the xpak archive */
-   if (stat(tbz2, &st) == -1) {
+   if (fstat(i, &st) == -1) {
warnp("could not stat '%s': %s", tbz2, strerror(errno));
+   close(i);
free(buf);
return 1;
}
xpaksize = st.st_size - xpaksize;
 
/* save tbz2 tail: STOP */
-   if ((fp = fopen(tbz2, "a")) == NULL) {
+   if ((fp = fdopen(i, "a")) == NULL) {
warnp("could not open '%s': %s", tbz2, strerror(errno));
+   close(i);
free(buf);
return 1;
}
@@ -294,8 +302,7 @@ qpkg_make(depend_atom *atom)
unlink(filelist);
 
/* create dirs, if necessary */
-   snprintf(buf, buflen, "%s/%s",
-   qpkg_bindir, atom->CATEGORY);
+   snprintf(buf, buflen, "%s/%s", qpkg_bindir, atom->CATEGORY);
mkdir_p(buf, 0755);
 
snprintf(buf, buflen, "%s/%s/%s.tbz2",



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

2020-01-25 Thread Fabian Groffen
commit: adedae3b3673d3797ba2ba381acf04c24c38b309
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 10:01:03 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 10:01:03 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=adedae3b

qpkg: try 2 at Coverity 206549 Time of check time of use

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

 qpkg.c | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/qpkg.c b/qpkg.c
index 6aa5f76..3602acf 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -257,9 +257,16 @@ qpkg_make(depend_atom *atom)
}
pclose(fp);
 
+   if ((i = open(tbz2, O_WRONLY)) < 0) {
+   warnp("failed to open '%s': %s", tbz2, strerror(errno));
+   free(buf);
+   return 1;
+   }
+
/* get offset where xpak will start */
-   if (stat(tbz2, &st) == -1) {
+   if (fstat(i, &st) == -1) {
warnp("could not stat '%s': %s", tbz2, strerror(errno));
+   close(i);
free(buf);
return 1;
}
@@ -271,12 +278,6 @@ qpkg_make(depend_atom *atom)
xpak_argv[1] = NULL;
xpak_create(AT_FDCWD, tbz2, 1, xpak_argv, 1, verbose);
 
-   if ((i = open(tbz2, O_WRONLY | O_APPEND)) < 0) {
-   warnp("failed to open '%s': %s", tbz2, strerror(errno));
-   free(buf);
-   return 1;
-   }
-
/* calculate the number of bytes taken by the xpak archive */
if (fstat(i, &st) == -1) {
warnp("could not stat '%s': %s", tbz2, strerror(errno));



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

2020-01-25 Thread Lars Wendler
commit: 6faf33f53659138cd8aeb4f9ce9d75b2f81037da
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 25 10:05:24 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 25 10:06:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf33f5

sys-apps/shadow: Bump to version 4.8.1

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

 sys-apps/shadow/Manifest|   1 +
 sys-apps/shadow/shadow-4.8.1.ebuild | 232 
 2 files changed, 233 insertions(+)

diff --git a/sys-apps/shadow/Manifest b/sys-apps/shadow/Manifest
index 2833ecca8e6..37a6f8d7768 100644
--- a/sys-apps/shadow/Manifest
+++ b/sys-apps/shadow/Manifest
@@ -1,3 +1,4 @@
 DIST shadow-4.6.tar.gz 3804282 BLAKE2B 
268c90e7daba138827aec6039f428f52cdcf7929743fa1f49f801cc669de7456ec5a69531194cdb29f051ce7d0b2f1e966fdf2513a9fc8f7fbdeb29d786a509f
 SHA512 
36358333e7f03ef558772f3361bc5851a7d7fd3d85c993a6b732e37304b8068b2893d55607b9bfe8b8eed616a687264f947ff66cefc74ea1a48ba9396d464714
 DIST shadow-4.7.tar.gz 385 BLAKE2B 
8e030d3dcc5eb76332ff76aad8e9141edb4ae660f56dd3b420968c538d3022a72ab620710b9274b9afb44f497399f5c4ceef339b7d2c52106b9b8368ff127654
 SHA512 
9b134dc90d8fb39bc72db69ddb78cef6263921c8a2f00abc00ac796bf468ac18393399920eec14bd2a78b814a06fc18eb6f5685ede13fe222fc66b2e411cbb01
+DIST shadow-4.8.1.tar.xz 1611196 BLAKE2B 
952707cdd55dc6c00dcbc60dbc3bf84ac618dbe916b36d993802b3ce42594de332a9bc22933a28881af3d317a340eab017ada55511b4e4fbc3ca6b422c4bc254
 SHA512 
780a983483d847ed3c91c82064a0fa902b6f4185225978241bc3bc03fcc3aa143975b46aee43151c6ba43efcfdb1819516b76ba7ad3d1d3c34fcc38ea42e917b
 DIST shadow-4.8.tar.xz 1609060 BLAKE2B 
9d0b515e40f45c0baf420ef7ffaf5b6dd7989b26c93fc6dd610876263ac22e61fbc2821649d347c28055ae84f64cd5ab5c2435450c55339c80b4ae5062ccc44f
 SHA512 
1c607aec541400fc179d6cbbac7511289c618ab2ce6ee9d7c18a8bfda00421c62d4b9e58aff52b5f82d485468e7db955c186ea0faad9a08003ffc01bdf2ccece

diff --git a/sys-apps/shadow/shadow-4.8.1.ebuild 
b/sys-apps/shadow/shadow-4.8.1.ebuild
new file mode 100644
index 000..124f30408d1
--- /dev/null
+++ b/sys-apps/shadow/shadow-4.8.1.ebuild
@@ -0,0 +1,232 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools libtool pam
+
+DESCRIPTION="Utilities to deal with user accounts"
+HOMEPAGE="https://github.com/shadow-maint/shadow";
+SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
+IUSE="acl audit bcrypt +cracklib nls pam selinux skey split-usr +su xattr"
+# Taken from the man/Makefile.am file.
+LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
+
+DEPEND="
+   acl? ( sys-apps/acl:0= )
+   audit? ( >=sys-process/audit-2.6:0= )
+   cracklib? ( >=sys-libs/cracklib-2.7-r3:0= )
+   nls? ( virtual/libintl )
+   pam? ( sys-libs/pam:0= )
+   skey? ( sys-auth/skey:0= )
+   selinux? (
+   >=sys-libs/libselinux-1.28:0=
+   sys-libs/libsemanage:0=
+   )
+   su? ( !sys-apps/util-linux[su] )
+   xattr? ( sys-apps/attr:0= )
+"
+BDEPEND="
+   app-arch/xz-utils
+   sys-devel/gettext
+"
+RDEPEND="
+   ${DEPEND}
+   pam? ( >=sys-auth/pambase-20150213 )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.1.3-dots-in-usernames.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+   #elibtoolize
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-account-tools-setuid
+   --enable-shared=no
+   --enable-static=yes
+   --with-btrfs
+   --without-group-name-max-length
+   --without-tcb
+   $(use_enable nls)
+   $(use_with acl)
+   $(use_with audit)
+   $(use_with bcrypt)
+   $(use_with cracklib libcrack)
+   $(use_with elibc_glibc nscd)
+   $(use_with pam libpam)
+   $(use_with selinux)
+   $(use_with skey)
+   $(use_with su)
+   $(use_with xattr attr)
+   )
+   econf "${myeconfargs[@]}"
+
+   has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h 
#425052
+
+   if use nls ; then
+   local l langs="po" # These are the pot files.
+   for l in ${LANGS[*]} ; do
+   has ${l} ${LINGUAS-${l}} && langs+=" ${l}"
+   done
+   sed -i "/^SUBDIRS = /s:=.*:= ${langs}:" man/Makefile || die
+   fi
+}
+
+set_login_opt() {
+   local comment="" opt=$1 val=$2
+   if [[ -z ${val} ]]; then
+   comment="#"
+   sed -i \
+   -e "/^${opt}\>/s:^:#:" \
+   "${ED}"/etc/login.defs || die
+   else
+

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

2020-01-25 Thread Lars Wendler
commit: 7858950db7c249b04ccf3791af8afc3e396a09ef
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jan 25 10:06:40 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jan 25 10:06:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7858950d

sys-apps/shadow: Removed old

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

 sys-apps/shadow/shadow-4.8-r2.ebuild | 236 ---
 1 file changed, 236 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.8-r2.ebuild 
b/sys-apps/shadow/shadow-4.8-r2.ebuild
deleted file mode 100644
index 217787bfae1..000
--- a/sys-apps/shadow/shadow-4.8-r2.ebuild
+++ /dev/null
@@ -1,236 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools libtool pam
-
-DESCRIPTION="Utilities to deal with user accounts"
-HOMEPAGE="https://github.com/shadow-maint/shadow";
-SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86"
-IUSE="acl audit bcrypt +cracklib nls pam selinux skey split-usr +su xattr"
-# Taken from the man/Makefile.am file.
-LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )
-
-DEPEND="
-   acl? ( sys-apps/acl:0= )
-   audit? ( >=sys-process/audit-2.6:0= )
-   cracklib? ( >=sys-libs/cracklib-2.7-r3:0= )
-   nls? ( virtual/libintl )
-   pam? ( sys-libs/pam:0= )
-   skey? ( sys-auth/skey:0= )
-   selinux? (
-   >=sys-libs/libselinux-1.28:0=
-   sys-libs/libsemanage:0=
-   )
-   su? ( !sys-apps/util-linux[su] )
-   xattr? ( sys-apps/attr:0= )
-"
-BDEPEND="
-   app-arch/xz-utils
-   sys-devel/gettext
-"
-RDEPEND="
-   ${DEPEND}
-   pam? ( >=sys-auth/pambase-20150213 )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-4.1.3-dots-in-usernames.patch"
-   "${FILESDIR}/${P}-revert-bin-merge.patch"
-)
-
-src_prepare() {
-   default
-   eautoreconf
-   #elibtoolize
-}
-
-src_configure() {
-   local myeconfargs=(
-   --disable-account-tools-setuid
-   --enable-shared=no
-   --enable-static=yes
-   --with-btrfs
-   --without-group-name-max-length
-   --without-tcb
-   $(use_enable nls)
-   $(use_with acl)
-   $(use_with audit)
-   $(use_with bcrypt)
-   $(use_with cracklib libcrack)
-   $(use_with elibc_glibc nscd)
-   $(use_with pam libpam)
-   $(use_with selinux)
-   $(use_with skey)
-   $(use_with su)
-   $(use_with xattr attr)
-   )
-   econf "${myeconfargs[@]}"
-
-   has_version 'sys-libs/uclibc[-rpc]' && sed -i '/RLOGIN/d' config.h 
#425052
-
-   if use nls ; then
-   local l langs="po" # These are the pot files.
-   for l in ${LANGS[*]} ; do
-   has ${l} ${LINGUAS-${l}} && langs+=" ${l}"
-   done
-   sed -i "/^SUBDIRS = /s:=.*:= ${langs}:" man/Makefile || die
-   fi
-}
-
-set_login_opt() {
-   local comment="" opt=$1 val=$2
-   if [[ -z ${val} ]]; then
-   comment="#"
-   sed -i \
-   -e "/^${opt}\>/s:^:#:" \
-   "${ED}"/etc/login.defs || die
-   else
-   sed -i -r \
-   -e "/^#?${opt}\>/s:.*:${opt} ${val}:" \
-   "${ED}"/etc/login.defs
-   fi
-   local res=$(grep "^${comment}${opt}\>" "${ED}"/etc/login.defs)
-   einfo "${res:-Unable to find ${opt} in /etc/login.defs}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" suidperms=4711 install
-
-   # Remove libshadow and libmisc; see bug 37725 and the following
-   # comment from shadow's README.linux:
-   #   Currently, libshadow.a is for internal use only, so if you see
-   #   -lshadow in a Makefile of some other package, it is safe to
-   #   remove it.
-   rm -f "${ED}"/{,usr/}$(get_libdir)/lib{misc,shadow}.{a,la}
-
-   insinto /etc
-   if ! use pam ; then
-   insopts -m0600
-   doins etc/login.access etc/limits
-   fi
-
-   # needed for 'useradd -D'
-   insinto /etc/default
-   insopts -m0600
-   doins "${FILESDIR}"/default/useradd
-
-   if use split-usr ; then
-   # move passwd to / to help recover broke systems #64441
-   # We cannot simply remove this or else net-misc/scponly
-   # and other tools will break because of hardcoded passwd
-   # location
-   dodir /bin
-   mv "${ED}"/usr/bin/passwd "${ED}"/bin/ || die
-   dosym ../../bin/passwd /usr/bin/passwd
-  

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

2020-01-25 Thread Georgy Yakovlev
commit: 7425b0cec6cfe50c6051463e4d3f3e29a62f6d1e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 25 09:44:24 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 25 10:23:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7425b0ce

dev-libs/range-v3: new package

required by telegram-desktop

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

 dev-libs/range-v3/Manifest  |  1 +
 dev-libs/range-v3/metadata.xml  |  8 +++
 dev-libs/range-v3/range-v3-0.10.0-r1.ebuild | 33 +
 3 files changed, 42 insertions(+)

diff --git a/dev-libs/range-v3/Manifest b/dev-libs/range-v3/Manifest
new file mode 100644
index 000..f090fc7442e
--- /dev/null
+++ b/dev-libs/range-v3/Manifest
@@ -0,0 +1 @@
+DIST range-v3-0.10.0.tar.gz 525765 BLAKE2B 
7dd3aed9b35920e058fe43bccd364831a52ad8d50179d1057ab7a37cdef82df021bb09a9913018ae78982fe136c855ba4101e31d35cfc21747af994d0103b95e
 SHA512 
4db089dcbf638eb30fa20dcf6785dd460c5a074a8912984a484592753cfee9f5b9a0e2c56b5bc5921d1b6120877aa2c83ac0a6fe428088ef2854033a635e9723

diff --git a/dev-libs/range-v3/metadata.xml b/dev-libs/range-v3/metadata.xml
new file mode 100644
index 000..efcd58fe0b9
--- /dev/null
+++ b/dev-libs/range-v3/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+

diff --git a/dev-libs/range-v3/range-v3-0.10.0-r1.ebuild 
b/dev-libs/range-v3/range-v3-0.10.0-r1.ebuild
new file mode 100644
index 000..f840e1baee0
--- /dev/null
+++ b/dev-libs/range-v3/range-v3-0.10.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Range library for C++14/17/20, basis for C++20's std::ranges"
+HOMEPAGE="https://github.com/ericniebler/range-v3";
+SRC_URI="https://github.com/ericniebler/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE=""
+
+src_prepare() {
+   sed -i -e '/Werror/d' -e '/Wextra/d' -e '/Wall/d' 
cmake/ranges_flags.cmake || die
+   sed -i -e "s@lib/cmake@"$(get_libdir)"/cmake@g" CMakeLists.txt || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   mycmakeargs=(
+   -DRANGE_V3_EXAMPLES=OFF
+   -DRANGE_V3_HEADER_CHECKS=OFF
+   -DRANGE_V3_PERF=OFF
+   -DRANGE_V3_TESTS=OFF
+   -DRANGES_BUILD_CALENDAR_EXAMPLE=OFF
+   -DRANGES_NATIVE=OFF
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/, net-im/telegram-desktop/files/

2020-01-25 Thread Georgy Yakovlev
commit: 4cf52650cf5f437a1c845283e1121a251b7083e4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 25 10:05:41 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 25 10:32:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf52650

net-im/telegram-desktop: new package, source version

should work on musl as well

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

 net-im/telegram-desktop/Manifest   |   1 +
 .../files/0002-PPC-big-endian.patch|  25 
 .../telegram-desktop/files/0003-PPC-config.patch   |  28 
 net-im/telegram-desktop/files/musl.patch   |  12 ++
 net-im/telegram-desktop/metadata.xml   |  11 ++
 .../telegram-desktop/telegram-desktop-1.9.8.ebuild | 142 +
 6 files changed, 219 insertions(+)

diff --git a/net-im/telegram-desktop/Manifest b/net-im/telegram-desktop/Manifest
new file mode 100644
index 000..33d52dd8916
--- /dev/null
+++ b/net-im/telegram-desktop/Manifest
@@ -0,0 +1 @@
+DIST tdesktop-1.9.8-full.tar.gz 25225784 BLAKE2B 
d938dc5d82740f93c575f621697e4bae430dc045c18437957bead6cc949ad0643b0422d8fd2a1695af921ea7f259ca323094a4a7821855d842edfaf4f328c840
 SHA512 
5562eb99812a8faec74fe073323d6e04e36311c1e4ce984035212ecfed8bd5d12df92cd0f0022401201136315fb5556971b267b4bf47edf4eeddc9926c7969dc

diff --git a/net-im/telegram-desktop/files/0002-PPC-big-endian.patch 
b/net-im/telegram-desktop/files/0002-PPC-big-endian.patch
new file mode 100644
index 000..b1af3deb587
--- /dev/null
+++ b/net-im/telegram-desktop/files/0002-PPC-big-endian.patch
@@ -0,0 +1,25 @@
+From d4c11502175e2a7821dbd92e029a90d54498e3e8 Mon Sep 17 00:00:00 2001
+From: John Zimmermann 
+Date: Thu, 2 Jan 2020 12:57:33 +0100
+Subject: [PATCH] PPC big endian
+
+---
+ Telegram/SourceFiles/config.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git Telegram/SourceFiles/config.h Telegram/SourceFiles/config.h
+index fb7b54e4d..6a873fbd7 100644
+--- a/Telegram/SourceFiles/config.h
 b/Telegram/SourceFiles/config.h
+@@ -177,7 +177,7 @@ constexpr auto ApiHash = 
"344583e45741c457fe1862106095a5eb";
+ #endif // TDESKTOP_API_ID && TDESKTOP_API_HASH
+ 
+ #if Q_BYTE_ORDER == Q_BIG_ENDIAN
+-#error "Only little endian is supported!"
++#warning "Only little endian is supported!"
+ #endif // Q_BYTE_ORDER == Q_BIG_ENDIAN
+ 
+ #if (TDESKTOP_ALPHA_VERSION != 0)
+-- 
+2.24.1
+

diff --git a/net-im/telegram-desktop/files/0003-PPC-config.patch 
b/net-im/telegram-desktop/files/0003-PPC-config.patch
new file mode 100644
index 000..95b7b639d58
--- /dev/null
+++ b/net-im/telegram-desktop/files/0003-PPC-config.patch
@@ -0,0 +1,28 @@
+From af5f8d19f0fdded987beee4568f02cc8dcbd20f4 Mon Sep 17 00:00:00 2001
+From: John Zimmermann 
+Date: Thu, 2 Jan 2020 12:58:45 +0100
+Subject: [PATCH] PPC config
+
+---
+ base/build_config.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git Telegram/lib_base/base/build_config.h 
Telegram/lib_base/base/build_config.h
+index a02c9b0..b3f4860 100644
+--- a/Telegram/lib_base/base/build_config.h
 b/Telegram/lib_base/base/build_config.h
+@@ -46,9 +46,9 @@
+ #define ARCH_CPU_X86_FAMILY 1
+ #define ARCH_CPU_X86 1
+ #define ARCH_CPU_32_BITS 1
+-#elif defined(__aarch64__)
++#elif defined(__aarch64__) || defined(__powerpc64__)
+ #define ARCH_CPU_64_BITS 1
+-#elif defined(_M_ARM) || defined(__arm__)
++#elif defined(_M_ARM) || defined(__arm__) || defined(__powerpc__)
+ #define ARCH_CPU_32_BITS 1
+ #else
+ #error Please add support for your architecture in base/build_config.h
+-- 
+2.24.1
+

diff --git a/net-im/telegram-desktop/files/musl.patch 
b/net-im/telegram-desktop/files/musl.patch
new file mode 100644
index 000..dece8ec216f
--- /dev/null
+++ b/net-im/telegram-desktop/files/musl.patch
@@ -0,0 +1,12 @@
+Should send this one upstream; it would work with glibc as well.
+
+--- 
tdesktop-1.9.6-full/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp.old   
   2020-01-21 12:16:27.0 +
 tdesktop-1.9.6-full/Telegram/ThirdParty/libtgvoip/os/linux/AudioPulse.cpp  
2020-01-22 17:44:42.185530350 +
+@@ -6,6 +6,7 @@
+ 
+ #include "AudioPulse.h"
+ #include 
++#include 
+ #include "../../logging.h"
+ 
+ #define DECLARE_DL_FUNCTION(name) typeof(name)* 
AudioPulse::_import_##name=NULL

diff --git a/net-im/telegram-desktop/metadata.xml 
b/net-im/telegram-desktop/metadata.xml
new file mode 100644
index 000..36b8a035d4c
--- /dev/null
+++ b/net-im/telegram-desktop/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   Enable GTK3 integration (tray, theme, 
filepicker, etc)
+   
+

diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild 
b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
new file mode 100644
index 0

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64le/

2020-01-25 Thread Georgy Yakovlev
commit: d1e8448e7765a3abbd393187ad124afa91e80a6a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 25 10:04:36 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 25 10:23:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e8448e

profiles/arch/powerpc/ppc64/64le/package.mask: unmask telegram-desktop

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

 profiles/arch/powerpc/ppc64/64le/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask 
b/profiles/arch/powerpc/ppc64/64le/package.mask
index 57e2d23a8fb..4d63db79830 100644
--- a/profiles/arch/powerpc/ppc64/64le/package.mask
+++ b/profiles/arch/powerpc/ppc64/64le/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2020-01-25)
+# libva unmasked on little-endian profile
+-net-im/telegram-desktop
+
 # Georgy Yakovlev  (2020-01-21)
 # works fine on little-endian
 -x11-libs/libva



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/

2020-01-25 Thread Georgy Yakovlev
commit: 5cf6c20613c1d26ac896f775f3d6fdd0710e3fc8
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat Jan 25 10:03:04 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Jan 25 10:23:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf6c206

profiles/arch/powerpc/ppc64/64ul/package.mask: mask telegram-desktop

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

 profiles/arch/powerpc/ppc64/64ul/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask 
b/profiles/arch/powerpc/ppc64/64ul/package.mask
index 576692d1d06..e6ec592ebb2 100644
--- a/profiles/arch/powerpc/ppc64/64ul/package.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/package.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Georgy Yakovlev  (2020-01-25)
+# Not all dependencies keyworded
+net-im/telegram-desktop
+
 # Georgy Yakovlev  (2019-02-01)
 # AdoptOpenJDK's ppc64 build is little-endian only so it's impossible
 # to build openjdk:11, but it's possible to build openjdk:8 with icedtea{,-bin}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/, x11-misc/i3lock/files/

2020-01-25 Thread Jeroen Roovers
commit: 09411e9512455df329ebd9fee8d1fd1b709d124e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 25 10:35:25 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 25 10:48:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09411e95

x11-misc/i3lock: Fix compiling with -fno-common

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/706286
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/i3lock/files/i3lock-2.12-fno-common.patch | 11 +
 x11-misc/i3lock/i3lock-2.12-r2.ebuild  | 47 ++
 2 files changed, 58 insertions(+)

diff --git a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch 
b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
new file mode 100644
index 000..09003b16591
--- /dev/null
+++ b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/unlock_indicator.c
 b/unlock_indicator.c
+@@ -35,7 +35,7 @@
+ 
+ /* The current position in the input buffer. Useful to determine if any
+  * characters of the password have already been entered or not. */
+-int input_position;
++extern int input_position;
+ 
+ /* The lock window. */
+ extern xcb_window_t win;

diff --git a/x11-misc/i3lock/i3lock-2.12-r2.ebuild 
b/x11-misc/i3lock/i3lock-2.12-r2.ebuild
new file mode 100644
index 000..07a68eb55c2
--- /dev/null
+++ b/x11-misc/i3lock/i3lock-2.12-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Simple screen locker"
+HOMEPAGE="https://i3wm.org/i3lock/";
+SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=x11-libs/libxkbcommon-0.5.0[X]
+   dev-libs/libev
+   sys-libs/pam
+   x11-libs/cairo[X,xcb(+)]
+   x11-libs/libxcb[xkb]
+   x11-libs/xcb-util
+   x11-libs/xcb-util-xrm
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
+DOCS=( CHANGELOG README.md )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.12-fno-common.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's:login:system-auth:g' pam/${PN} || die
+}
+
+src_configure() {
+   tc-export CC
+   default
+}
+
+src_install() {
+   default
+   doman ${PN}.1
+}



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

2020-01-25 Thread Jeroen Roovers
commit: 90c3e53b15eaf1ebb14fdf5391342b4414b1b8d0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 25 10:38:47 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 25 10:48:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c3e53b

net-libs/nodejs: use snapshot || --without-node-snapshot

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/682946
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-libs/nodejs/{nodejs-12.14.1.ebuild => nodejs-12.14.1-r1.ebuild} | 2 +-
 net-libs/nodejs/{nodejs-13.6.0.ebuild => nodejs-13.6.0-r1.ebuild}   | 2 +-
 net-libs/nodejs/{nodejs-13.7.0.ebuild => nodejs-13.7.0-r1.ebuild}   | 2 +-
 net-libs/nodejs/nodejs-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/nodejs/nodejs-12.14.1.ebuild 
b/net-libs/nodejs/nodejs-12.14.1-r1.ebuild
similarity index 99%
rename from net-libs/nodejs/nodejs-12.14.1.ebuild
rename to net-libs/nodejs/nodejs-12.14.1-r1.ebuild
index a9a42fa11ba..b8a749a1745 100644
--- a/net-libs/nodejs/nodejs-12.14.1.ebuild
+++ b/net-libs/nodejs/nodejs-12.14.1-r1.ebuild
@@ -105,7 +105,7 @@ src_configure() {
use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )
use inspector || myconf+=( --without-inspector )
use npm || myconf+=( --without-npm )
-   use snapshot && myconf+=( --with-snapshot )
+   use snapshot || myconf+=( --without-node-snapshot )
use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || 
myconf+=( --without-ssl )
 
local myarch=""

diff --git a/net-libs/nodejs/nodejs-13.6.0.ebuild 
b/net-libs/nodejs/nodejs-13.6.0-r1.ebuild
similarity index 99%
rename from net-libs/nodejs/nodejs-13.6.0.ebuild
rename to net-libs/nodejs/nodejs-13.6.0-r1.ebuild
index 3f434606d2f..640cc3cc0b1 100644
--- a/net-libs/nodejs/nodejs-13.6.0.ebuild
+++ b/net-libs/nodejs/nodejs-13.6.0-r1.ebuild
@@ -103,7 +103,7 @@ src_configure() {
use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )
use inspector || myconf+=( --without-inspector )
use npm || myconf+=( --without-npm )
-   use snapshot && myconf+=( --with-snapshot )
+   use snapshot || myconf+=( --without-node-snapshot )
use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || 
myconf+=( --without-ssl )
 
local myarch=""

diff --git a/net-libs/nodejs/nodejs-13.7.0.ebuild 
b/net-libs/nodejs/nodejs-13.7.0-r1.ebuild
similarity index 99%
rename from net-libs/nodejs/nodejs-13.7.0.ebuild
rename to net-libs/nodejs/nodejs-13.7.0-r1.ebuild
index 2f83361825e..35f1444b8a4 100644
--- a/net-libs/nodejs/nodejs-13.7.0.ebuild
+++ b/net-libs/nodejs/nodejs-13.7.0-r1.ebuild
@@ -103,7 +103,7 @@ src_configure() {
use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )
use inspector || myconf+=( --without-inspector )
use npm || myconf+=( --without-npm )
-   use snapshot && myconf+=( --with-snapshot )
+   use snapshot || myconf+=( --without-node-snapshot )
use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || 
myconf+=( --without-ssl )
 
local myarch=""

diff --git a/net-libs/nodejs/nodejs-.ebuild 
b/net-libs/nodejs/nodejs-.ebuild
index 5c9388651de..aad8df6897f 100644
--- a/net-libs/nodejs/nodejs-.ebuild
+++ b/net-libs/nodejs/nodejs-.ebuild
@@ -100,7 +100,7 @@ src_configure() {
use icu && myconf+=( --with-intl=system-icu ) || myconf+=( 
--with-intl=none )
use inspector || myconf+=( --without-inspector )
use npm || myconf+=( --without-npm )
-   use snapshot && myconf+=( --with-snapshot )
+   use snapshot || myconf+=( --without-node-snapshot )
use ssl && myconf+=( --shared-openssl --openssl-use-def-ca-store ) || 
myconf+=( --without-ssl )
 
local myarch=""



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

2020-01-25 Thread Jeroen Roovers
commit: bdc6385f32179e6e4e8115cab20b2fe0b9c512b3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jan 25 10:16:30 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jan 25 10:48:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc6385f

net-analyzer/wireshark: Drop upstream patch

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/wireshark/wireshark-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index d3c4cd86d65..6f9470ca6ee 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -84,7 +84,6 @@ REQUIRED_USE="
 "
 PATCHES=(
"${FILESDIR}"/${PN}-2.6.0-redhat.patch
-   "${FILESDIR}"/${PN}--androiddump-wsutil.patch
"${FILESDIR}"/${PN}--ui-needs-wiretap.patch
 )
 



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

2020-01-25 Thread Stefan Strogin
commit: 2ed9103effd31e645b9405b52507cb88aaa7ef6d
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Jan 25 10:54:46 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Jan 25 10:55:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed9103e

games-roguelike/nethack: version bump to 3.6.4

Bug: https://bugs.gentoo.org/706200
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Stefan Strogin  gentoo.org>

 games-roguelike/nethack/Manifest |   1 +
 games-roguelike/nethack/nethack-3.6.4.ebuild | 129 +++
 2 files changed, 130 insertions(+)

diff --git a/games-roguelike/nethack/Manifest b/games-roguelike/nethack/Manifest
index 87ba4b67e93..a95fbc6ee0b 100644
--- a/games-roguelike/nethack/Manifest
+++ b/games-roguelike/nethack/Manifest
@@ -1,3 +1,4 @@
 DIST nethack-3.6.3.tar.gz 5568657 BLAKE2B 
f0aa12a27fdf5005f57dcc802af88939b8460cfcfea3dc4d262b15a2807376ed434233dfa85ae0bfd60e50ad5a51ff4b060b5063e393d5859bac1b98364b5359
 SHA512 
38bc6140b12188397539f28528dd8e34364fb7efeb42dbe36d86fea6cc473e292b7f47fba01db19cf7641414dee86092e33deb3b074afa0e8b811e71be71e1d1
+DIST nethack-3.6.4.tar.gz 5573777 BLAKE2B 
4e5a48bbf521406f17bc699643dd9f9d912381cc91ab2228affc6f54ad2b84ea7c946ab2d5936c274752a36920440d34001b13f28ce4c8f35844300d596086a7
 SHA512 
c951f939d50027b4468ebd2e32f79771e696035df0918b814bf02899f5c1e89d462ebc3f63155c23f5c627e66ca74244512d666b102c380242df1500a2c0afa9
 DIST nethack-360-src.tgz 4261282 BLAKE2B 
7be22b8bdc7b5124418fa904aa3776d77440f67ec18782b878e037b989a18092ed88ca192224c7bc1eaa3cb438823188035c3e6d2aa85d13a7aa1e86c8527d32
 SHA512 
92370a3c60a4f6861b9c0f1e1320fc23d91cedc1615d0d09e06a0ee3e13c9c8c0cd931389bfd7a25845ed07ef966d19d9e46e77ae07084a941685dc67f49c813
 DIST nethack-361-src.tgz 4640769 BLAKE2B 
3793a753e4012df64335e7e7ec60284de206012d5bb5d30a7ccfb458e456818f30dd0b4bfa9c41b1691bd01ee6aec2e44b57327586f0c9d76a573bf4c9bb00b1
 SHA512 
bd6e36c163f0d85e1ab1fc659464696b5a02c3864a800ad47e047fdc4a35fff4ef7dd28a9b071fa46f7f67fa45c97fdc77bc1f2bdbad80cc02950d73731d9c30

diff --git a/games-roguelike/nethack/nethack-3.6.4.ebuild 
b/games-roguelike/nethack/nethack-3.6.4.ebuild
new file mode 100644
index 000..1dc2a67dd6c
--- /dev/null
+++ b/games-roguelike/nethack/nethack-3.6.4.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit desktop flag-o-matic toolchain-funcs
+
+DESCRIPTION="The ultimate old-school single player dungeon exploration game"
+HOMEPAGE="https://www.nethack.org/";
+SRC_URI="https://nethack.org/download/${PV}/nethack-${PV//.}-src.tgz -> 
${P}.tar.gz"
+
+LICENSE="nethack"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="X"
+
+RDEPEND="acct-group/gamestat
+   sys-libs/ncurses:0=
+   X? (
+   x11-libs/libXaw
+   x11-libs/libXpm
+   x11-libs/libXt
+   )"
+DEPEND="${RDEPEND}
+   X? ( x11-base/xorg-proto )
+   "
+BDEPEND="virtual/pkgconfig
+   X? (
+   x11-apps/bdftopcf
+   x11-apps/mkfontscale
+   )"
+
+S="${WORKDIR}/NetHack-NetHack-${PV}_Released"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-3.6.3-recover.patch"
+   eapply_user
+
+   cp "${FILESDIR}/${PN}-3.6.3-hint-$(usex X x11 tty)" hint || die "Failed 
to copy hint file"
+   sys/unix/setup.sh hint || die "Failed to run setup.sh"
+}
+
+src_compile() {
+   append-cflags -I../include -DDLB -DSECURE -DTIMED_DELAY -DVISION_TABLES 
-DDUMPLOG -DSCORE_ON_BOTL
+   append-cflags '-DCOMPRESS=\"${EPREFIX}/bin/gzip\"' 
'-DCOMPRESS_EXTENSION=\".gz\"'
+   append-cflags "-DHACKDIR=\\\"${EPREFIX}/usr/$(get_libdir)/nethack\\\"" 
"-DVAR_PLAYGROUND=\\\"${EPREFIX}/var/games/nethack\\\""
+   append-cflags "-DDEF_PAGER=\\\"${PAGER}\\\""
+   append-cflags -DSYSCF 
"-DSYSCF_FILE=\\\"${EPREFIX}/etc/nethack.sysconf\\\""
+
+   use X && append-cflags -DX11_GRAPHICS -DUSE_XPM
+
+   LOCAL_MAKEOPTS=(
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
+   WINTTYLIB="$($(tc-getPKG_CONFIG) --libs ncurses)"
+   HACKDIR="${EPREFIX}/usr/$(get_libdir)/nethack" 
INSTDIR="${ED}/usr/$(get_libdir)/nethack"
+   SHELLDIR="${ED}/usr/bin" VARDIR="${ED}/var/games/nethack"
+   )
+
+   emake "${LOCAL_MAKEOPTS[@]}" nethack recover Guidebook spec_levs
+
+   # Upstream still has some parallel compilation bugs
+   emake -j1 "${LOCAL_MAKEOPTS[@]}" all
+}
+
+src_install() {
+   emake "${LOCAL_MAKEOPTS[@]}" install
+
+   mv "${ED}/usr/$(get_libdir)/nethack/recover" 
"${ED}/usr/bin/recover-nethack" || die "Failed to move recover-nethack"
+
+   doman doc/nethack.6
+   newman doc/recover.6 recover-nethack.6
+   dodoc doc/Guidebook.txt
+
+   insinto /etc
+   newins sys/unix/sysconf nethack.sysconf
+
+   insinto /etc/skel
+   newins "${FILE

[gentoo-commits] repo/gentoo:master commit in: games-rpg/arx-fatalis-demo/

2020-01-25 Thread Ulrich Müller
commit: 3f01f7c5e3ee38600cb053b10c7f2e049b7b8eba
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 11:15:18 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 11:17:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f01f7c5

games-rpg/arx-fatalis-demo: Fix LICENSE.

Closes: https://bugs.gentoo.org/694930
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild 
b/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild
index 7fda4c8028f..5cc328681b2 100644
--- a/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild
+++ b/games-rpg/arx-fatalis-demo/arx-fatalis-demo-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Arx Fatalis demo"
 HOMEPAGE="https://www.arkane-studios.com/uk/arx.php";
 SRC_URI="arx_demo_english.zip"
 
-LICENSE="ArxFatalisDemo"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""



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

2020-01-25 Thread Ulrich Müller
commit: 63358cc81959d49bce3b65605e89559eaf98a46e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 11:16:02 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 11:17:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63358cc8

licenses: Remove unused ArxFatalisDemo.

Bug: https://bugs.gentoo.org/694930
Signed-off-by: Ulrich Müller  gentoo.org>

 licenses/ArxFatalisDemo | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/licenses/ArxFatalisDemo b/licenses/ArxFatalisDemo
deleted file mode 100644
index cb20c1dab24..000
--- a/licenses/ArxFatalisDemo
+++ /dev/null
@@ -1,11 +0,0 @@
-Developer: Arkane Studios - http://www.arkane-studios.com/
-Publisher: JoWood Productions - http://www.jowood.com/
-Game and demo released in 2002
-
-Copyright notice from the demo installer (no EULA is displayed / installed):
-
-WARNING: This program is protected by copyright law and international treaties.
-
-Unauthorized reproduction or distribution of this program, or any portion of it
-may result in severe civil and criminal penalties, and will be prosecuted to 
the
-maximum extend possible under the law.



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

2020-01-25 Thread Ulrich Müller
commit: 7818accb368b4fd5c1a8b35b58b6b1ef4ae3899f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 11:26:39 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 11:26:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7818accb

profiles: Remove FraunhoferFDK from EULA license group.

Closes: https://bugs.gentoo.org/695816
Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index ae5f215cdfd..b3b25116dbb 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -71,7 +71,7 @@ BINARY-REDISTRIBUTABLE @FREE Amazon Atmel bh-luxi bonnie 
Broadcom freedist intel
 
 # License agreements that try to take away your rights. These are more
 # restrictive than "all-rights-reserved" or require explicit approval.
-EULA 2dboy-EULA AdobeFlash-11.x AMD-GPU-PRO-EULA AnyDesk-TOS 
ArxFatalis-EULA-JoWooD baudline BCS bestcrypt CAPYBARA-EULA Coherent-Graphics 
CROSSOVER-2 EPSON-2018 ETQW f.lux FAH-EULA-2014 Flightradar24 FraunhoferFDK 
Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome 
Google-TOS Intel-SDP Introversion LastPass LOKI-EULA MakeMKV-EULA 
Mendeley-terms Microsemi Mojang MTA-0.5 NVIDIA-CODEC-SDK NVIDIA-CUDA OPERA-2014 
Oracle-BCLA-JavaSE PAPERS-PLEASE Primate-Plunge protonmail-bridge-EULA PUEL 
Q3AEULA-2111 QUAKE4 Quartus-prime-megacore RAR Sourcetrail SPS Steam 
supermicro teamspeak3 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo 
Vivaldi worklog-assistant zi-labone
+EULA 2dboy-EULA AdobeFlash-11.x AMD-GPU-PRO-EULA AnyDesk-TOS 
ArxFatalis-EULA-JoWooD baudline BCS bestcrypt CAPYBARA-EULA Coherent-Graphics 
CROSSOVER-2 EPSON-2018 ETQW f.lux FAH-EULA-2014 Flightradar24 
Gameplay-Group-EULA geekbench genymotion GIMPS GOG-EULA google-chrome 
Google-TOS Intel-SDP Introversion LastPass LOKI-EULA MakeMKV-EULA 
Mendeley-terms Microsemi Mojang MTA-0.5 NVIDIA-CODEC-SDK NVIDIA-CUDA OPERA-2014 
Oracle-BCLA-JavaSE PAPERS-PLEASE Primate-Plunge protonmail-bridge-EULA PUEL 
Q3AEULA-2111 QUAKE4 Quartus-prime-megacore RAR Sourcetrail SPS Steam 
supermicro teamspeak3 TeamViewer THINKTANKS TIK ubiquiti ut2003 ut2003-demo 
Vivaldi worklog-assistant zi-labone
 
 # Local Variables:
 # mode: conf-space



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

2020-01-25 Thread Ulrich Müller
commit: 5c62f1eda1477d5def523367e73bece3e6bd7593
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 11:30:06 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 11:30:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c62f1ed

profiles: Add AVASYS to BINARY-REDISTRIBUTABLE license group.

Closes: https://bugs.gentoo.org/694934
Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/license_groups | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/license_groups b/profiles/license_groups
index b3b25116dbb..90a8848787b 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -65,7 +65,7 @@ FREE @FREE-SOFTWARE @FREE-DOCUMENTS
 # - IF (and only if) there is an explicit inclusion requirement,
 #   USE=bindist MUST cause a copy of the license to be installed
 #   in a file location compliant with the license
-BINARY-REDISTRIBUTABLE @FREE Amazon Atmel bh-luxi bonnie Broadcom freedist 
intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON linux-fw-redistributable 
LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 
qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR
+BINARY-REDISTRIBUTABLE @FREE Amazon Atmel AVASYS bh-luxi bonnie Broadcom 
freedist intel-ucode ipw2100-fw ipw2200-fw ipw3945 ISSL JSON 
linux-fw-redistributable LSI-tw_cli MicroChip-SDCC no-source-code NVIDIA-r1 
qlogic-fibre-channel-firmware shmux SmartLabs sun-jlfgr unRAR
 
 ##
 



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

2020-01-25 Thread Stefan Strogin
commit: b39eded42c33d781a289e361cc2a23bf2b429a7c
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Jan 25 11:39:04 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Jan 25 11:41:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39eded4

games-roguelike/nethack: fix patch description

Signed-off-by: Stefan Strogin  gentoo.org>

 games-roguelike/nethack/files/nethack-3.6.3-recover.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-roguelike/nethack/files/nethack-3.6.3-recover.patch 
b/games-roguelike/nethack/files/nethack-3.6.3-recover.patch
index 7abcaca52b7..e496f3918fe 100644
--- a/games-roguelike/nethack/files/nethack-3.6.3-recover.patch
+++ b/games-roguelike/nethack/files/nethack-3.6.3-recover.patch
@@ -3,7 +3,7 @@ From: Stefan Strogin 
 Date: Tue, 17 Dec 2019 20:20:52 +0200
 Subject: [PATCH] Rename manpage from recover to recover-nethack
 
-Based on the patch by Luis Ressel from https://bugs.gentoo.org/203556
+Based on the patch from https://bugs.gentoo.org/203556
 
 Upstream-Status: Inappropriate [Gentoo-specific]
 Signed-off-by: Stefan Strogin 



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/nethack/, games-roguelike/nethack/files/

2020-01-25 Thread Stefan Strogin
commit: 7f96879d0ec152ef151d0555d68be3d7c8641a19
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Jan 25 11:36:59 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Jan 25 11:41:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f96879d

games-roguelike/nethack: drop old 3.6.0-r3

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Stefan Strogin  gentoo.org>

 games-roguelike/nethack/Manifest   |   1 -
 .../nethack/files/nethack-3.6.0-recover.patch  | 110 
 .../nethack/files/nethack-3.6.0-x11-color.patch| 186 -
 games-roguelike/nethack/metadata.xml   |   3 -
 games-roguelike/nethack/nethack-3.6.0-r3.ebuild| 142 
 5 files changed, 442 deletions(-)

diff --git a/games-roguelike/nethack/Manifest b/games-roguelike/nethack/Manifest
index a95fbc6ee0b..66a24f403d3 100644
--- a/games-roguelike/nethack/Manifest
+++ b/games-roguelike/nethack/Manifest
@@ -1,4 +1,3 @@
 DIST nethack-3.6.3.tar.gz 5568657 BLAKE2B 
f0aa12a27fdf5005f57dcc802af88939b8460cfcfea3dc4d262b15a2807376ed434233dfa85ae0bfd60e50ad5a51ff4b060b5063e393d5859bac1b98364b5359
 SHA512 
38bc6140b12188397539f28528dd8e34364fb7efeb42dbe36d86fea6cc473e292b7f47fba01db19cf7641414dee86092e33deb3b074afa0e8b811e71be71e1d1
 DIST nethack-3.6.4.tar.gz 5573777 BLAKE2B 
4e5a48bbf521406f17bc699643dd9f9d912381cc91ab2228affc6f54ad2b84ea7c946ab2d5936c274752a36920440d34001b13f28ce4c8f35844300d596086a7
 SHA512 
c951f939d50027b4468ebd2e32f79771e696035df0918b814bf02899f5c1e89d462ebc3f63155c23f5c627e66ca74244512d666b102c380242df1500a2c0afa9
-DIST nethack-360-src.tgz 4261282 BLAKE2B 
7be22b8bdc7b5124418fa904aa3776d77440f67ec18782b878e037b989a18092ed88ca192224c7bc1eaa3cb438823188035c3e6d2aa85d13a7aa1e86c8527d32
 SHA512 
92370a3c60a4f6861b9c0f1e1320fc23d91cedc1615d0d09e06a0ee3e13c9c8c0cd931389bfd7a25845ed07ef966d19d9e46e77ae07084a941685dc67f49c813
 DIST nethack-361-src.tgz 4640769 BLAKE2B 
3793a753e4012df64335e7e7ec60284de206012d5bb5d30a7ccfb458e456818f30dd0b4bfa9c41b1691bd01ee6aec2e44b57327586f0c9d76a573bf4c9bb00b1
 SHA512 
bd6e36c163f0d85e1ab1fc659464696b5a02c3864a800ad47e047fdc4a35fff4ef7dd28a9b071fa46f7f67fa45c97fdc77bc1f2bdbad80cc02950d73731d9c30

diff --git a/games-roguelike/nethack/files/nethack-3.6.0-recover.patch 
b/games-roguelike/nethack/files/nethack-3.6.0-recover.patch
deleted file mode 100644
index c7e8ab3dca0..000
--- a/games-roguelike/nethack/files/nethack-3.6.0-recover.patch
+++ /dev/null
@@ -1,110 +0,0 @@
-From c15cf56e61c908ce756d698a8afa3064030761b3 Mon Sep 17 00:00:00 2001
-From: Luis Ressel 
-Date: Fri, 18 Dec 2015 23:16:56 +0100
-Subject: [PATCH] doc: Rename recover to recover-nethack
-

- doc/recover.6 | 30 +++---
- 1 file changed, 15 insertions(+), 15 deletions(-)
-
-diff --git a/doc/recover.6 b/doc/recover.6
-index 4c9f509..edd05e3 100644
 a/doc/recover.6
-+++ b/doc/recover.6
-@@ -1,10 +1,10 @@
--.TH RECOVER 6 "9 January 1993"
-+.TH RECOVER-NETHACK 6 "9 January 1993"
- .\" NetHack 3.6  recover.6$NHDT-Date: 1432512786 2015/05/25 00:13:06 $  
$NHDT-Branch: master $:$NHDT-Revision: 1.6 $
- .UC 4
- .SH NAME
--recover \- recover a NetHack game interrupted by disaster
-+recover-nethack \- recover a NetHack game interrupted by disaster
- .SH SYNOPSIS
--.B recover
-+.B recover-nethack
- [
- .B \-d
- .I directory
-@@ -22,7 +22,7 @@ so such games can be recovered at the point of the last 
level change.
- The
- .I base
- options tell
--.I recover
-+.I recover-nethack
- which files to process.
- Each base option specifies recovery of a separate game.
- .PP
-@@ -72,47 +72,47 @@ by a user number to avoid conflicts,
- or "xlock" if the number of concurrent players is being limited.
- It may be necessary to look in the playground to find the correct
- base name of the interrupted game.
--.I recover
-+.I recover-nethack
- will transform these level files into a save file of the same name as
- .I nethack
- would have used.
- .PP
- Since
--.I recover
-+.I recover-nethack
- must be able to read and delete files from the playground
- and create files in the save directory,
- it has interesting interactions with game security.
- Giving ordinary players access to
--.I recover
-+.I recover-nethack
- through setuid or setgid is tantamount to leaving the playground
- world-writable,
- with respect to both cheating and messing up other players.
- For a single-user system, this of course does not change anything,
- so some of the microcomputer ports install
--.I recover
-+.I recover-nethack
- by default.
- .PP
- For a multi-user system,
- the game administrator may want to arrange for all .0 files in the
--playground to be fed to recover when the host machine boots,
-+playground to be fed to recover-nethack when the host machine boots,
- and handle game crashes individually.
- If the user population is sufficiently trustworthy,
--.I recover
-+.I recover-nethack
- can be installed with th

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

2020-01-25 Thread Ulrich Müller
commit: fbfab6423d9cf67ecd2f4094015e9b56a5aa
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 12:03:02 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 12:03:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfab64b

games-fps/prboom-plus: Rename "nonfree" flag to "non-free".

Bug: https://bugs.gentoo.org/676158
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 games-fps/prboom-plus/metadata.xml   |  2 +-
 games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-fps/prboom-plus/metadata.xml 
b/games-fps/prboom-plus/metadata.xml
index c05b6d7832b..9ea5253b83d 100644
--- a/games-fps/prboom-plus/metadata.xml
+++ b/games-fps/prboom-plus/metadata.xml
@@ -20,7 +20,7 @@
Enable support for various tracker-style 
music formats via media-libs/dumb
Enable support for MIDI via 
media-sound/fluidsynth
Enable support for network play
-   Enable non-free components
+   Enable non-free components
Enable support for MIDI via 
media-libs/portmidi
Enable support for high-resolution 
texture support via media-libs/sdl-image
Enable support for MIDI via 
media-libs/sdl-mixer

diff --git a/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild 
b/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild
index 29196ddfd2e..aab17006b4b 100644
--- a/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild
+++ b/games-fps/prboom-plus/prboom-plus-2.5.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,11 +14,11 @@ HOMEPAGE="https://prboom-plus.sourceforge.net";
 
SRC_URI="https://github.com/coelckers/prboom-plus/archive/f96f891d068dcc5ec52ed91056b46d27e9a8462d.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="GPL-2+
-   nonfree? ( freedist )
-   !nonfree? ( BSD )"
+   non-free? ( freedist )
+   !non-free? ( BSD )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="dumb fluidsynth mad net nonfree +opengl pcre +png portmidi sdl-image 
+sdl-mixer vorbis"
+IUSE="dumb fluidsynth mad net non-free +opengl pcre +png portmidi sdl-image 
+sdl-mixer vorbis"
 REQUIRED_USE="sdl-image? ( opengl )"
 
 DEPEND="
@@ -46,7 +46,7 @@ src_prepare() {
 src_configure() {
econf \
--disable-cpu-opt \
-   $(use_enable nonfree nonfree-graphics) \
+   $(use_enable non-free nonfree-graphics) \
$(use_enable opengl gl) \
$(use_with dumb) \
$(use_with fluidsynth) \



[gentoo-commits] repo/gentoo:master commit in: x11-terms/cool-retro-term/

2020-01-25 Thread Sergei Trofimovich
commit: a7712d7954c751c0de94d65cce6998ac783e9ada
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 25 12:04:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 12:05:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7712d79

x11-terms/cool-retro-term: drop old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-terms/cool-retro-term/Manifest |  1 -
 .../cool-retro-term/cool-retro-term-1.1.0.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/x11-terms/cool-retro-term/Manifest 
b/x11-terms/cool-retro-term/Manifest
index 2d3d2e452c9..9f0dbff1ce3 100644
--- a/x11-terms/cool-retro-term/Manifest
+++ b/x11-terms/cool-retro-term/Manifest
@@ -1,3 +1,2 @@
-DIST cool-retro-term-1.1.0.tar.gz 1973348 BLAKE2B 
9490b05db849bdc08e83215651081e175a59888b2dc1a516fa380fcf10d5b9443e9d214009d06e6b0741cad6c16857357753c846be18b7fd9455c7a3e28ec728
 SHA512 
70a0fdd3653fa91b92f796d865bd1256fa39228ff536dad95d0eadee502e6babbc56ae6e0275913ec38573669e4f03938dd559128cbf46209149bd60171391e6
 DIST cool-retro-term-1.1.1.tar.gz 1975853 BLAKE2B 
54c9e5adb0879380215c390659da59266c323f12a046dafa2981d9c5e5ccbc6369e553427014e0347afcb6a1a64e188fb51f202d7c870a544fd2ecd5980f4c0c
 SHA512 
59da4b5d18ad64b917caebbc63ea9e3d562ed2a2dc9eae00f36cf434df44d17adca084b448f860f24a74ee6b59cd083d6a81e2217df1fb5e9f2731eaf1752148
 DIST qmltermwidget-0.2.0.tar.gz 219516 BLAKE2B 
452fe72f01773d3307d5f4dca4ef38ea8e35b6ee4e3255d660e94baafc83949fca943807fd4ea76e0b985032952c387b5911a65891488b399d0cb41e6be06d87
 SHA512 
544d57296de6999b86bf2b921d1d93ac5d7eddd02eea436df4ecea0966c82389e716310fd7e4d13dd918bc1b3fd2d02f953c713dc5b4abcfc56d3f3f617adf43

diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.0.ebuild 
b/x11-terms/cool-retro-term/cool-retro-term-1.1.0.ebuild
deleted file mode 100644
index 23c92742547..000
--- a/x11-terms/cool-retro-term/cool-retro-term-1.1.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils qmake-utils
-
-QTW_PN=qmltermwidget
-QTW_PV=0.2.0
-QTW_P=${QTW_PN}-${QTW_PV}
-
-DESCRIPTION="terminal emulator which mimics the look and feel of the old 
cathode tube screens"
-HOMEPAGE="https://github.com/Swordfish90/cool-retro-term";
-SRC_URI="https://github.com/Swordfish90/cool-retro-term/archive/${PV}.tar.gz 
-> ${P}.tar.gz
-   https://github.com/Swordfish90/qmltermwidget/archive/${QTW_PV}.tar.gz 
-> ${QTW_P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-qt/qtdeclarative:5[localstorage]
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtquickcontrols:5[widgets]
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-
-   rmdir qmltermwidget || die
-   mv "${WORKDIR}/${QTW_P}" qmltermwidget || die
-}
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_install() {
-   # default attempts to install directly to /usr
-   emake INSTALL_ROOT="${D}" install
-   doman packaging/debian/cool-retro-term.1
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



[gentoo-commits] proj/crossdev:master commit in: /

2020-01-25 Thread Sergei Trofimovich
commit: 3756849289a449ff09e329aaa7e26fbd5739805e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 25 11:20:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 11:20:53 2020 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=37568492

crossdev: disable default ssp support on x86 and ppc on musl

Set USE=-ssp by default. User can still manually override
via environment variable to see how it breaks:
USE=ssp crossdev -t i686-gentoo-linux-musl

Reported-by: Andrew Aladjev
Bug: https://bugs.gentoo.org/706210
Signed-off-by: Sergei Trofimovich  gentoo.org>

 crossdev | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/crossdev b/crossdev
index b0c44c5..c370535 100755
--- a/crossdev
+++ b/crossdev
@@ -416,6 +416,9 @@ parse_target() {
# [1.]: no -fstack-protector flag support:
#   check as '$CC -fstack-protector -c -x c - https://bugs.gentoo.org/706210
+   i[3-6]86-*-musl*|powerpc-*-musl*|powerpcle-*-musl*) 
ssp_support=no;;
esac
if [[ $ssp_support = "no" ]]; then
# ssp is >=gcc-6, nossp is 

[gentoo-commits] proj/crossdev:master commit in: /

2020-01-25 Thread Sergei Trofimovich
commit: b78ac789c9cb68a670ff8a37221e545388315168
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 25 11:42:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 11:42:46 2020 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=b78ac789

crossdev: drop outdated msp430* and nios* toolchain lower bounds

Signed-off-by: Sergei Trofimovich  gentoo.org>

 crossdev | 12 
 1 file changed, 12 deletions(-)

diff --git a/crossdev b/crossdev
index c370535..5dcd82d 100755
--- a/crossdev
+++ b/crossdev
@@ -270,18 +270,6 @@ parse_target() {
  die "'${CTARGET}' target is not supported anymore, use 
i686-w64-mingw32"
  ;;
 
-   msp430*)
- BVER=">=2.24.90";
- GVER=">=4.9.1";
- LVER=">=2.1.0";
- DVER=">=7.7";;
-
-   nios2*)
- BVER=">=2.24";
- GVER=">=4.9.1";
- LVER=">=2.21";
- KVER=">=4.0";;
-
spu*) TARCH=ppc64;
  KPKG="[none]";
  LPKG="newlib";;



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

2020-01-25 Thread Fabian Groffen
commit: e612f0db4ea58be77ffd7b953ee3363831b61a59
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 12:10:21 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 12:10:21 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e612f0db

qpkg: try to fix Coverity 125940 Time of check time of use

first perform the unlink, then open the object, and perform stat + chmod
on it, if necessary

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

 qpkg.c | 28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/qpkg.c b/qpkg.c
index 3602acf..1b654a6 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -349,6 +349,7 @@ int qpkg_main(int argc, char **argv)
depend_atom *atom;
int restrict_chmod = 0;
int qclean = 0;
+   int fd;
 
qpkg_bindir = pkgdir;
while ((i = GETOPT_LONG(QPKG, qpkg, "")) != -1) {
@@ -374,20 +375,21 @@ int qpkg_main(int argc, char **argv)
/* setup temp dirs */
if (qpkg_bindir[0] != '/')
err("'%s' is not a valid package destination", qpkg_bindir);
-   for (i = 0; i <= 1; i++) {
-   if (mkdir(qpkg_bindir, 0750) == -1) {
-   if (lstat(qpkg_bindir, &st) == 0 && 
!S_ISDIR(st.st_mode)) {
-   unlink(qpkg_bindir);
-   continue;
-   }
-   if (!restrict_chmod)
-   if (chmod(qpkg_bindir, 0750))
-   errp("could not chmod(0750) temp bindir 
'%s'", qpkg_bindir);
-   }
-   break;
-   }
-   if (i == 2)
+   /* brute force just unlink any file or symlink, if this fails, it's
+* actually good ;) */
+   unlink(qpkg_bindir);
+   fd = open(qpkg_bindir, O_RDONLY);
+   if ((fd == -1 && mkdir(qpkg_bindir, 0750) == -1) ||
+   (fd != -1 && (fstat(fd, &st) == -1 || 
!S_ISDIR(st.st_mode
+   {
errp("could not create temp bindir '%s'", qpkg_bindir);
+   } else {
+   /* fd is valid, pointing to a directory */
+   if (!restrict_chmod)
+   if (fchmod(fd, 0750) < 0)
+   errp("could not chmod(0750) temp bindir '%s'", 
qpkg_bindir);
+   }
+   close(fd);
 
/* we have to change to the root so that we can feed the full paths
 * to tar when we create the binary package. */



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

2020-01-25 Thread Fabian Groffen
commit: 169ad2331b0a84f8a960402b04077ece57bb35e2
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 12:19:25 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 12:19:25 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=169ad233

qpkg: fix Coverity 207883 Error handling issues

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

 qpkg.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qpkg.c b/qpkg.c
index 79245d0..14e51ce 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -389,7 +389,8 @@ int qpkg_main(int argc, char **argv)
if (fchmod(fd, 0750) < 0)
errp("could not chmod(0750) temp bindir '%s'", 
qpkg_bindir);
}
-   close(fd);
+   if (fd >= 0)
+   close(fd);
 
/* we have to change to the root so that we can feed the full paths
 * to tar when we create the binary package. */



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

2020-01-25 Thread Fabian Groffen
commit: 3dcb44ca2b8d53a9afbeee447ca37ef6f8ba43a8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jan 25 12:18:12 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jan 25 12:18:12 2020 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3dcb44ca

qpkg: change smiley in comment not to upset rediculous style check

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

 qpkg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qpkg.c b/qpkg.c
index 1b654a6..79245d0 100644
--- a/qpkg.c
+++ b/qpkg.c
@@ -376,7 +376,7 @@ int qpkg_main(int argc, char **argv)
if (qpkg_bindir[0] != '/')
err("'%s' is not a valid package destination", qpkg_bindir);
/* brute force just unlink any file or symlink, if this fails, it's
-* actually good ;) */
+* actually good :) */
unlink(qpkg_bindir);
fd = open(qpkg_bindir, O_RDONLY);
if ((fd == -1 && mkdir(qpkg_bindir, 0750) == -1) ||



[gentoo-commits] repo/gentoo:master commit in: x11-terms/cool-retro-term/, x11-terms/cool-retro-term/files/

2020-01-25 Thread Sergei Trofimovich
commit: 51fb2f93d266a5c8a0c53d23bad4f10cfeb52a83
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 25 12:29:18 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 12:29:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51fb2f93

x11-terms/cool-retro-term: tweak for gcc-10

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../cool-retro-term-1.1.1-r1.ebuild| 62 ++
 .../files/qmltermwidget-0.2.0-gcc-10.patch | 46 
 2 files changed, 108 insertions(+)

diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild 
b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
new file mode 100644
index 000..ae6bd03245b
--- /dev/null
+++ b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils qmake-utils
+
+QTW_PN=qmltermwidget
+QTW_PV=0.2.0
+QTW_P=${QTW_PN}-${QTW_PV}
+
+DESCRIPTION="terminal emulator which mimics the look and feel of the old 
cathode tube screens"
+HOMEPAGE="https://github.com/Swordfish90/cool-retro-term";
+SRC_URI="https://github.com/Swordfish90/cool-retro-term/archive/${PV}.tar.gz 
-> ${P}.tar.gz
+   https://github.com/Swordfish90/qmltermwidget/archive/${QTW_PV}.tar.gz 
-> ${QTW_P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-qt/qtdeclarative:5[localstorage]
+   dev-qt/qtgraphicaleffects:5
+   dev-qt/qtquickcontrols:5[widgets]
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   rmdir qmltermwidget || die
+   mv "${WORKDIR}/${QTW_P}" qmltermwidget || die
+   pushd qmltermwidget || die
+   eapply "${FILESDIR}"/qmltermwidget-0.2.0-gcc-10.patch
+   popd || die
+}
+
+src_configure() {
+   eqmake5 PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+   # default attempts to install directly to /usr
+   emake INSTALL_ROOT="${D}" install
+   doman packaging/debian/cool-retro-term.1
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}

diff --git a/x11-terms/cool-retro-term/files/qmltermwidget-0.2.0-gcc-10.patch 
b/x11-terms/cool-retro-term/files/qmltermwidget-0.2.0-gcc-10.patch
new file mode 100644
index 000..f14a269712e
--- /dev/null
+++ b/x11-terms/cool-retro-term/files/qmltermwidget-0.2.0-gcc-10.patch
@@ -0,0 +1,46 @@
+From 5cb4f9e6c86354674bd7715d947f95ac9f16a6c1 Mon Sep 17 00:00:00 2001
+From: Sergei Trofimovich 
+Date: Sat, 25 Jan 2020 12:20:37 +
+Subject: [PATCH] TerminalCharacterDecoder.cpp: fix build failure against
+ gcc-10
+
+gcc-10 fixed a few transitive includes and std::cwctype does not
+get included implicitly via other headers. This leads to the
+following build error:
+
+```
+lib/TerminalCharacterDecoder.cpp: In member function
+  'virtual void Konsole::HTMLDecoder::decodeLine(const Konsole::Character*,
+  int, Konsole::LineProperty)':
+lib/TerminalCharacterDecoder.cpp:205:18:
+  error: 'iswspace' is not a member of 'std'; did you mean 'isspace'?
+  205 | if (std::iswspace(ch))
+  |  ^~~~
+  |  isspace
+make: *** [Makefile:924: TerminalCharacterDecoder.o] Error 1
+```
+
+The fix is to include  that is supposed to define 'std::iswspace'.
+
+Signed-off-by: Sergei Trofimovich 
+---
+ lib/TerminalCharacterDecoder.cpp | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/lib/TerminalCharacterDecoder.cpp 
b/lib/TerminalCharacterDecoder.cpp
+index 579dedf..5d5bfc0 100644
+--- a/lib/TerminalCharacterDecoder.cpp
 b/lib/TerminalCharacterDecoder.cpp
+@@ -19,6 +19,9 @@
+ 02110-1301  USA.
+ */
+ 
++// System
++#include  /* std::iswspace */
++
+ // Own
+ #include "TerminalCharacterDecoder.h"
+ 
+-- 
+2.25.0
+



[gentoo-commits] repo/gentoo:master commit in: x11-terms/cool-retro-term/

2020-01-25 Thread Sergei Trofimovich
commit: d9cf679f16cbc649ab9b3fd0c1c3a6f82c182d6b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 25 12:37:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 12:37:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9cf679f

x11-terms/cool-retro-term: migrate from gnome2-utils to xdg-utils

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 ...-term-1.1.1-r1.ebuild => cool-retro-term-1.1.1-r2.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild 
b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r2.ebuild
similarity index 89%
rename from x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
rename to x11-terms/cool-retro-term/cool-retro-term-1.1.1-r2.ebuild
index ae6bd03245b..1f9256427d7 100644
--- a/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r1.ebuild
+++ b/x11-terms/cool-retro-term/cool-retro-term-1.1.1-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome2-utils qmake-utils
+inherit qmake-utils xdg-utils
 
 QTW_PN=qmltermwidget
 QTW_PV=0.2.0
@@ -49,14 +49,12 @@ src_install() {
doman packaging/debian/cool-retro-term.1
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
+   xdg_desktop_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/, games-emulation/ppsspp/files/

2020-01-25 Thread Sergei Trofimovich
commit: 32373aba633556a1bec4314e2309089a587ded43
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jan 25 13:40:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 13:40:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32373aba

games-emulation/ppsspp: tweak for gcc-10

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch | 10 ++
 games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild |  3 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch 
b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch
new file mode 100644
index 000..0a7c45a810b
--- /dev/null
+++ b/games-emulation/ppsspp/files/ppsspp-1.5.4-stdint-gcc-10.patch
@@ -0,0 +1,10 @@
+--- a/Common/Hashmaps.h
 b/Common/Hashmaps.h
+@@ -2,6 +2,7 @@
+ 
+ #include 
+ #include 
++#include  /* uint32_t */
+ 
+ #include "ext/xxhash.h"
+ #include "Common/CommonFuncs.h"

diff --git a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild 
b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
index 4e7f8f7f027..8de0ecaf747 100644
--- a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -50,6 +50,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.4.2-assets-lookup.patch
"${FILESDIR}"/${PN}-1.4-O2.patch
"${FILESDIR}"/${P}-ffmpeg-4.patch
+   "${FILESDIR}"/${P}-stdint-gcc-10.patch
 )
 
 src_unpack() {



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

2020-01-25 Thread James Le Cuirot
commit: 49c7e42863ef52bcc5fed594e7ea4660c4107b1f
Author: William Breathitt Gray  gmail  com>
AuthorDate: Sun Jan 12 23:08:47 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 25 14:15:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c7e428

games-fps/gzdoom: Version bump to 4.3.3

Closes: https://bugs.gentoo.org/705322
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14324
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest|  1 +
 games-fps/gzdoom/gzdoom-4.3.3.ebuild | 88 
 2 files changed, 89 insertions(+)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index 1fb177efd01..a4ae231fe4b 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1 +1,2 @@
 DIST gzdoom-4.3.1.tar.gz 13689272 BLAKE2B 
3bc26732bc2f3281d0e5a1c667226153d411048877d3a716b6e4ce89534a38cde3763e5cf5d409d99bb053e75d5922b20b4b4d93ce574de58420ae89158eab32
 SHA512 
6904b8a132f720f07ba15bb4959cf248bba753c318e248d882c5701d919d35492a4fb460a4d4716bc26fde8a1c59d4bceaf3f626326a90a06d4f6cde6a180b96
+DIST gzdoom-4.3.3.tar.gz 13704956 BLAKE2B 
4c9338b8958a408bee268eadadd779be8488540e68d5f46d7d0b18a825cd6391368b2c5149eff965685dd97f7ee51f12050e07f558c7f62551c8e239049110ea
 SHA512 
ef8e3a7cfa4d03a98536deddb53ded4b23609b834dd07af4224cd2eb1136bca2a318a99a959a36b2e423038938a2175c015c48d89510f124bd32b7656004e1d1

diff --git a/games-fps/gzdoom/gzdoom-4.3.3.ebuild 
b/games-fps/gzdoom/gzdoom-4.3.3.ebuild
new file mode 100644
index 000..1ba984d753b
--- /dev/null
+++ b/games-fps/gzdoom/gzdoom-4.3.3.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop xdg
+
+DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
+HOMEPAGE="https://zdoom.org";
+SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD BZIP2 DUMB-0.9.3 GPL-3 LGPL-3 MIT
+   non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="alsa fluidsynth gtk gtk2 mpg123 +non-free openmp sndfile"
+
+DEPEND="
+   media-libs/libsdl2[opengl]
+   media-libs/openal
+   sys-libs/zlib
+   virtual/jpeg:0
+   alsa? ( media-libs/alsa-lib )
+   fluidsynth? ( media-sound/fluidsynth:= )
+   gtk? (
+   gtk2? ( x11-libs/gtk+:2 )
+   !gtk2? ( x11-libs/gtk+:3 )
+   )
+   mpg123? ( media-sound/mpg123 )
+   sndfile? ( media-libs/libsndfile )"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-g${PV}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-4.2.1-install_soundfonts.patch"
+   "${FILESDIR}/${PN}-4.2.1-Introduce-the-BUILD_NONFREE-option.patch"
+)
+
+src_prepare() {
+   rm -rf docs/licenses || die
+   if ! use non-free ; then
+   rm -rf wadsrc_bm wadsrc_extra || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_DOCS_PATH="${EPREFIX}/usr/share/doc/${PF}"
+   -DINSTALL_PK3_PATH="${EPREFIX}/usr/share/doom"
+   -DINSTALL_SOUNDFONT_PATH="${EPREFIX}/usr/share/doom"
+   -DDYN_FLUIDSYNTH=OFF
+   -DDYN_OPENAL=OFF
+   -DDYN_SNDFILE=OFF
+   -DDYN_MPG123=OFF
+   -DNO_GTK="$(usex !gtk)"
+   -DNO_OPENAL=OFF
+   -DNO_OPENMP="$(usex !openmp)"
+   -DBUILD_NONFREE="$(usex non-free)"
+   -DCMAKE_DISABLE_FIND_PACKAGE_ALSA="$(usex !alsa)"
+   -DCMAKE_DISABLE_FIND_PACKAGE_FluidSynth="$(usex !fluidsynth)"
+   -DCMAKE_DISABLE_FIND_PACKAGE_MPG123="$(usex !mpg123)"
+   -DCMAKE_DISABLE_FIND_PACKAGE_SndFile="$(usex !sndfile)"
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   newicon src/posix/zdoom.xpm "${PN}.xpm"
+   make_desktop_entry "${PN}" "GZDoom" "${PN}" "Game;ActionGame"
+   cmake_src_install
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   if ! use non-free ; then
+   ewarn
+   ewarn "GZDoom installed without non-free components."
+   ewarn "Note: The non-free game_support.pk3 file is needed to 
play"
+   ewarn "  games natively supported by GZDoom."
+   ewarn "A list of games natively supported by GZDoom is 
available"
+   ewarn "on the ZDoom wiki: https://zdoom.org/wiki/IWAD";
+   ewarn
+   fi
+}



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

2020-01-25 Thread James Le Cuirot
commit: d7e2fdca55e75a4b2ddc2f0e9daba8383ba4810e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan 25 14:19:23 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 25 14:19:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e2fdca

games-fps/gzdoom: Drop old 4.3.1

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 games-fps/gzdoom/Manifest|  1 -
 games-fps/gzdoom/gzdoom-4.3.1.ebuild | 88 
 2 files changed, 89 deletions(-)

diff --git a/games-fps/gzdoom/Manifest b/games-fps/gzdoom/Manifest
index a4ae231fe4b..c7de0cf9fa7 100644
--- a/games-fps/gzdoom/Manifest
+++ b/games-fps/gzdoom/Manifest
@@ -1,2 +1 @@
-DIST gzdoom-4.3.1.tar.gz 13689272 BLAKE2B 
3bc26732bc2f3281d0e5a1c667226153d411048877d3a716b6e4ce89534a38cde3763e5cf5d409d99bb053e75d5922b20b4b4d93ce574de58420ae89158eab32
 SHA512 
6904b8a132f720f07ba15bb4959cf248bba753c318e248d882c5701d919d35492a4fb460a4d4716bc26fde8a1c59d4bceaf3f626326a90a06d4f6cde6a180b96
 DIST gzdoom-4.3.3.tar.gz 13704956 BLAKE2B 
4c9338b8958a408bee268eadadd779be8488540e68d5f46d7d0b18a825cd6391368b2c5149eff965685dd97f7ee51f12050e07f558c7f62551c8e239049110ea
 SHA512 
ef8e3a7cfa4d03a98536deddb53ded4b23609b834dd07af4224cd2eb1136bca2a318a99a959a36b2e423038938a2175c015c48d89510f124bd32b7656004e1d1

diff --git a/games-fps/gzdoom/gzdoom-4.3.1.ebuild 
b/games-fps/gzdoom/gzdoom-4.3.1.ebuild
deleted file mode 100644
index 1ba984d753b..000
--- a/games-fps/gzdoom/gzdoom-4.3.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg
-
-DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
-HOMEPAGE="https://zdoom.org";
-SRC_URI="https://github.com/coelckers/${PN}/archive/g${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD BZIP2 DUMB-0.9.3 GPL-3 LGPL-3 MIT
-   non-free? ( Activision ChexQuest3 DOOM-COLLECTORS-EDITION freedist )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="alsa fluidsynth gtk gtk2 mpg123 +non-free openmp sndfile"
-
-DEPEND="
-   media-libs/libsdl2[opengl]
-   media-libs/openal
-   sys-libs/zlib
-   virtual/jpeg:0
-   alsa? ( media-libs/alsa-lib )
-   fluidsynth? ( media-sound/fluidsynth:= )
-   gtk? (
-   gtk2? ( x11-libs/gtk+:2 )
-   !gtk2? ( x11-libs/gtk+:3 )
-   )
-   mpg123? ( media-sound/mpg123 )
-   sndfile? ( media-libs/libsndfile )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-g${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-4.2.1-install_soundfonts.patch"
-   "${FILESDIR}/${PN}-4.2.1-Introduce-the-BUILD_NONFREE-option.patch"
-)
-
-src_prepare() {
-   rm -rf docs/licenses || die
-   if ! use non-free ; then
-   rm -rf wadsrc_bm wadsrc_extra || die
-   fi
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_DOCS_PATH="${EPREFIX}/usr/share/doc/${PF}"
-   -DINSTALL_PK3_PATH="${EPREFIX}/usr/share/doom"
-   -DINSTALL_SOUNDFONT_PATH="${EPREFIX}/usr/share/doom"
-   -DDYN_FLUIDSYNTH=OFF
-   -DDYN_OPENAL=OFF
-   -DDYN_SNDFILE=OFF
-   -DDYN_MPG123=OFF
-   -DNO_GTK="$(usex !gtk)"
-   -DNO_OPENAL=OFF
-   -DNO_OPENMP="$(usex !openmp)"
-   -DBUILD_NONFREE="$(usex non-free)"
-   -DCMAKE_DISABLE_FIND_PACKAGE_ALSA="$(usex !alsa)"
-   -DCMAKE_DISABLE_FIND_PACKAGE_FluidSynth="$(usex !fluidsynth)"
-   -DCMAKE_DISABLE_FIND_PACKAGE_MPG123="$(usex !mpg123)"
-   -DCMAKE_DISABLE_FIND_PACKAGE_SndFile="$(usex !sndfile)"
-   )
-   cmake_src_configure
-}
-
-src_install() {
-   newicon src/posix/zdoom.xpm "${PN}.xpm"
-   make_desktop_entry "${PN}" "GZDoom" "${PN}" "Game;ActionGame"
-   cmake_src_install
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   if ! use non-free ; then
-   ewarn
-   ewarn "GZDoom installed without non-free components."
-   ewarn "Note: The non-free game_support.pk3 file is needed to 
play"
-   ewarn "  games natively supported by GZDoom."
-   ewarn "A list of games natively supported by GZDoom is 
available"
-   ewarn "on the ZDoom wiki: https://zdoom.org/wiki/IWAD";
-   ewarn
-   fi
-}



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

2020-01-25 Thread James Le Cuirot
commit: 3bfc820cebe734275bde12fc0daf070ca6325cf4
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan 25 14:13:29 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 25 14:13:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfc820c

profiles: Cancel games-strategy/ufoai last-rites

I dropped USE=editor to avoid gtkglext instead.

Signed-off-by: James Le Cuirot  gentoo.org>

 profiles/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 0219b82aea4..268a3a6d5e5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -44,11 +44,6 @@
 # Removal in 30 days.
 games-strategy/gwp
 
-# David Seifert  (2020-01-21)
-# Blocks removal of EOL gtkglext, no revdeps.
-# Removal in 30 days.
-games-strategy/ufoai
-
 # David Seifert  (2020-01-21)
 # All released versions depend on EOL gtkglext, no revdeps.
 # Bug #644334, #694834. Removal of releases in 30 days.



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

2020-01-25 Thread James Le Cuirot
commit: 00ddbd2134a56fd5b11bda2cb88b74d7fcc8ad6e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan 25 14:05:57 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan 25 14:05:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ddbd21

games-strategy/ufoai: Drop USE=editor to avoid dead gtkglext dependency

Now I can undo last-rites.

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>

 games-strategy/ufoai/Manifest  |  1 -
 games-strategy/ufoai/metadata.xml  |  1 -
 ...0603.ebuild => ufoai-2.5.0_p20180603-r1.ebuild} | 42 +++---
 3 files changed, 5 insertions(+), 39 deletions(-)

diff --git a/games-strategy/ufoai/Manifest b/games-strategy/ufoai/Manifest
index 2ee133e7a40..7a4adf1687b 100644
--- a/games-strategy/ufoai/Manifest
+++ b/games-strategy/ufoai/Manifest
@@ -1,3 +1,2 @@
 DIST ufoai-2.5-data.tar 1277143040 BLAKE2B 
20795ec6ebc976087f28fd0e912190bd9094494cc1b206bcc8e1956dec148cb7ab96f244db22e4836b91c0ecfae794cd206296e898015453d8ad6625d4e4ab32
 SHA512 
9a7be359c82cd633db657c8619cb488b5d41b9f93cd10bdeffd5896d8a1ba3bb828b5969acd14c2a69abb3f53f18113af4ca19435aea80ded94d8df68b11deec
-DIST ufoai-2.5-mappack.tar.bz2 12200150 BLAKE2B 
d20f96f74a4b71a4ff55e4e3f81380ee35a71c6e34d35e6300487c916f2d836e240428e8f8529cca13d46ccd5440e7f59d5bfe5f451a2cd84469f8f1e85dc796
 SHA512 
0f44cc3d99ceb80f91e5df0f7cbd57ce3170f5635feb082c002ab9a0f4f81216b05c346c698475c33e88f97032186f4620bad71d02bfa95ecb5c5d4f68c71994
 DIST ufoai-code-8b4533e85fdc0665889ff285e1521432084ee784.zip 33194032 BLAKE2B 
caebfe5ca0eaa6376659d4aa69132c29aa4af870135a769af3541bd919164d79ab9dfe8007a40bb95507a443f6f1d968bb85b1befe8b6999f9033a0d74d7a7fb
 SHA512 
825ca6f8ac76a3a60746ac1be4406445dd18bab80372c21c2ddfcf4d999db8549614df41386e94197013bb7b4b342ac6d9be8c969b5e1be79e8ee25cf45719c6

diff --git a/games-strategy/ufoai/metadata.xml 
b/games-strategy/ufoai/metadata.xml
index 916e44355c7..278d047b1ab 100644
--- a/games-strategy/ufoai/metadata.xml
+++ b/games-strategy/ufoai/metadata.xml
@@ -7,7 +7,6 @@
   
   
 Build the main game client
-Build the map editor and compiler
 Build the dedicated server
   
   

diff --git a/games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild 
b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild
similarity index 73%
rename from games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild
rename to games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild
index 2ce3bcbcdbe..81b78a01e04 100644
--- a/games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild
+++ b/games-strategy/ufoai/ufoai-2.5.0_p20180603-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,15 +19,14 @@ HOMEPAGE="https://ufoai.org/";
 SRC_URI="
https://dev.gentoo.org/~chewi/distfiles/${PN}-code-${COMMIT}.zip
mirror://sourceforge/${PN}/${PN}-${DIST_VERSION}-data.tar
-   editor? ( 
mirror://sourceforge/${PN}/${PN}-${DIST_VERSION}-mappack.tar.bz2 )
 "
 
 # https://ufoai.org/licenses/
 LICENSE="GPL-2 GPL-3 public-domain CC-BY-3.0 CC-BY-SA-3.0 MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+client cpu_flags_x86_sse debug editor server"
-REQUIRED_USE="|| ( client editor server )"
+IUSE="+client cpu_flags_x86_sse debug server"
+REQUIRED_USE="|| ( client server )"
 
 RDEPEND="
dev-libs/mxml
@@ -47,22 +46,6 @@ RDEPEND="
virtual/opengl
)
 
-   editor? (
-   dev-libs/glib:2
-   dev-libs/libxml2:2
-   media-libs/libogg
-   media-libs/libpng:0=
-   media-libs/libsdl2[joystick,opengl,sound,threads,video]
-   media-libs/libvorbis
-   media-libs/openal
-   virtual/glu
-   virtual/jpeg:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
-   x11-libs/gtkglext
-   x11-libs/gtksourceview:2.0
-   )
-
server? (
media-libs/libsdl2[threads]
)
@@ -83,7 +66,6 @@ PATCHES=(
 )
 
 src_unpack() {
-   use editor && unpack ${PN}-${DIST_VERSION}-mappack.tar.bz2
unpack ${PN}-code-${COMMIT}.zip
cd "${S}" || die
unpack ${PN}-${DIST_VERSION}-data.tar
@@ -120,8 +102,8 @@ src_configure() {
$(use_enable !debug release)
$(use_enable server ufoded)
$(use_enable client ufo)
-   $(use_enable editor uforadiant)
-   $(use_enable editor ufo2map)
+   --disable-uforadiant
+   --disable-ufo2map
)
 
if use client || use server; then
@@ -153,18 +135,4 @@ src_install() {
doman debian/ufoded.6
make_desktop_entry ufoded "UFO: Alien Invasion Server" ${PN} 
"Game;StrategyGame" "Terminal=true"
fi
-
-   if use editor; then
-  

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

2020-01-25 Thread Mikle Kolyada
commit: ff9411617644550561108552c065fb1ab9af46e0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 14:23:33 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 14:24:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff941161

app-crypt/p11-kit: Version bump (v0.23.19)

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

 app-crypt/p11-kit/Manifest   |  1 +
 app-crypt/p11-kit/p11-kit-0.23.19.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest
index 667db7b900a..0609cd03698 100644
--- a/app-crypt/p11-kit/Manifest
+++ b/app-crypt/p11-kit/Manifest
@@ -1,3 +1,4 @@
 DIST p11-kit-0.23.12.tar.gz 1257028 BLAKE2B 
8add003ad298b7c4548c40f863835e9aae4234a66a4b216149be7c473f2b3b7ffb633b95883d58e5b039c974dd8571e56e23f6dcc77e484672605e6178d75ad2
 SHA512 
ae43b1f6ba5400cf5ae7b64b8c93aa47e5c7ee927196828600fd88beb6fdf6bcb6a63bc822d356757255638f9fbf10896e0604e32a1332a9a833836fa0468726
 DIST p11-kit-0.23.16.1.tar.gz 1292783 BLAKE2B 
60be56656156c86d6f0f3285bd691ed85ec1a992e8a789f0f21f9ada172a8cab0581cc42f89c3079a1bd7b3493f0d38cd952711fda50c2e80bf96e94fcd9ff87
 SHA512 
7d0bbd793b43dba081054b4d022a8dbd1d477a3bd6aced72a641087023cf020f1d898899a08e737880e6c810f924814c62497c5ecb19f8322cde42667426a9a7
 DIST p11-kit-0.23.18.1.tar.gz 1305755 BLAKE2B 
6d453fad0f4b42e3ae583e76bd206377fd30dd32d98dda94ba3b2fe505cde4c3e05410e685ebe9e8e2f6cae7da3cbd2b78203cae64b8c000b1a2f2ec2a902c4c
 SHA512 
941996aea75025dad5dfc6f9b4609bc92bc0888d5b2b58de0d498d6cf75d059421405d9c3bad51122108b6ad1e41e434609ead23404efe635cdb806836ccadbd
+DIST p11-kit-0.23.19.tar.xz 822652 BLAKE2B 
c1750e2d0b8ebdfcf70695259401a029b2d5739d8222c37f128f94f8a4313321956e120dcba5c7cb882d16e1a6b12398f9dfa88ef601e826f0dfec5acbf438c8
 SHA512 
1a7feb2c14381f2ca87386b6a81f46cfb27ccce70ad87a2fc86726e2827b49971958e40c4fc54df01df7570d82058afe82d21c5b3c59fb8310aa641d3b370da2

diff --git a/app-crypt/p11-kit/p11-kit-0.23.19.ebuild 
b/app-crypt/p11-kit/p11-kit-0.23.19.ebuild
new file mode 100644
index 000..4a9b986476e
--- /dev/null
+++ b/app-crypt/p11-kit/p11-kit-0.23.19.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
+HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html";
+SRC_URI="https://github.com/p11-glue/p11-kit/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+asn1 debug +libffi +trust"
+REQUIRED_USE="trust? ( asn1 )"
+
+RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}] )
+   libffi? ( >=virtual/libffi-3.0.0:=[${MULTILIB_USEDEP}] )
+   trust? ( app-misc/ca-certificates )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+   # disable unsafe tests, bug#502088
+   export FAKED_MODE=1
+}
+
+src_prepare() {
+   if [[ ${CHOST} == *-solaris2.* && ${CHOST##*-solaris2.} -lt 11 ]] ; then
+   # Solaris 10 and before doesn't know about XPG7 
(XOPEN_SOURCE=700)
+   # drop to XPG6 to make feature_tests.h happy
+   sed -i -e '/define _XOPEN_SOURCE/s/700/600/' common/compat.c || 
die
+   # paths.h isn't available, oddly enough also not used albeit 
included
+   sed -i -e '/#include /d' trust/test-trust.c || die
+   # we don't have SUN_LEN here
+   sed -i -e 's/SUN_LEN \(([^)]\+)\)/strlen (\1->sun_path)/' \
+   p11-kit/server.c || die
+   fi
+   default
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable trust trust-module) \
+   $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
+   $(use_enable debug) \
+   $(use_with libffi) \
+   $(use_with asn1 libtasn1)
+
+   if multilib_is_native_abi; then
+   # re-use provided documentation
+   ln -s "${S}"/doc/manual/html doc/manual/html || die
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



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

2020-01-25 Thread Mikle Kolyada
commit: 5a1c2da2b5d415a0fbd99a171aa3f7a91eee2f3e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 14:26:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 14:26:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1c2da2

app-crypt/p11-kit: mark stable

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

 app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild
index a2e85c735e7..8f396ef5e51 100644
--- a/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild
+++ b/app-crypt/p11-kit/p11-kit-0.23.16.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+asn1 debug +libffi +trust"
 REQUIRED_USE="trust? ( asn1 )"
 



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

2020-01-25 Thread Mikle Kolyada
commit: 5b4f44e2b9fa62aad377be4f0bca8d41a693d5e1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 14:27:00 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 14:27:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b4f44e2

app-crypt/p11-kit: Drop old

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

 app-crypt/p11-kit/Manifest  |  1 -
 app-crypt/p11-kit/p11-kit-0.23.12-r1.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest
index 0609cd03698..99eb36a2590 100644
--- a/app-crypt/p11-kit/Manifest
+++ b/app-crypt/p11-kit/Manifest
@@ -1,4 +1,3 @@
-DIST p11-kit-0.23.12.tar.gz 1257028 BLAKE2B 
8add003ad298b7c4548c40f863835e9aae4234a66a4b216149be7c473f2b3b7ffb633b95883d58e5b039c974dd8571e56e23f6dcc77e484672605e6178d75ad2
 SHA512 
ae43b1f6ba5400cf5ae7b64b8c93aa47e5c7ee927196828600fd88beb6fdf6bcb6a63bc822d356757255638f9fbf10896e0604e32a1332a9a833836fa0468726
 DIST p11-kit-0.23.16.1.tar.gz 1292783 BLAKE2B 
60be56656156c86d6f0f3285bd691ed85ec1a992e8a789f0f21f9ada172a8cab0581cc42f89c3079a1bd7b3493f0d38cd952711fda50c2e80bf96e94fcd9ff87
 SHA512 
7d0bbd793b43dba081054b4d022a8dbd1d477a3bd6aced72a641087023cf020f1d898899a08e737880e6c810f924814c62497c5ecb19f8322cde42667426a9a7
 DIST p11-kit-0.23.18.1.tar.gz 1305755 BLAKE2B 
6d453fad0f4b42e3ae583e76bd206377fd30dd32d98dda94ba3b2fe505cde4c3e05410e685ebe9e8e2f6cae7da3cbd2b78203cae64b8c000b1a2f2ec2a902c4c
 SHA512 
941996aea75025dad5dfc6f9b4609bc92bc0888d5b2b58de0d498d6cf75d059421405d9c3bad51122108b6ad1e41e434609ead23404efe635cdb806836ccadbd
 DIST p11-kit-0.23.19.tar.xz 822652 BLAKE2B 
c1750e2d0b8ebdfcf70695259401a029b2d5739d8222c37f128f94f8a4313321956e120dcba5c7cb882d16e1a6b12398f9dfa88ef601e826f0dfec5acbf438c8
 SHA512 
1a7feb2c14381f2ca87386b6a81f46cfb27ccce70ad87a2fc86726e2827b49971958e40c4fc54df01df7570d82058afe82d21c5b3c59fb8310aa641d3b370da2

diff --git a/app-crypt/p11-kit/p11-kit-0.23.12-r1.ebuild 
b/app-crypt/p11-kit/p11-kit-0.23.12-r1.ebuild
deleted file mode 100644
index 2e92e56dfa8..000
--- a/app-crypt/p11-kit/p11-kit-0.23.12-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal
-
-DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
-HOMEPAGE="https://p11-glue.github.io/p11-glue/p11-kit.html";
-SRC_URI="https://github.com/p11-glue/${PN}/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+asn1 debug +libffi +trust"
-REQUIRED_USE="trust? ( asn1 )"
-
-RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4:=[${MULTILIB_USEDEP}] )
-   libffi? ( >=virtual/libffi-3.0.0:=[${MULTILIB_USEDEP}] )
-   trust? ( app-misc/ca-certificates )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/${P}-mktime.patch"
-)
-
-pkg_setup() {
-   # disable unsafe tests, bug#502088
-   export FAKED_MODE=1
-}
-
-src_prepare() {
-   if [[ ${CHOST} == *-solaris2.* && ${CHOST##*-solaris2.} -lt 11 ]] ; then
-   # Solaris 10 and before doesn't know about XPG7 
(XOPEN_SOURCE=700)
-   # drop to XPG6 to make feature_tests.h happy
-   sed -i -e '/define _XOPEN_SOURCE/s/700/600/' common/compat.c || 
die
-   # paths.h isn't available, oddly enough also not used albeit 
included
-   sed -i -e '/#include /d' trust/test-trust.c || die
-   # we don't have SUN_LEN here
-   sed -i -e 's/SUN_LEN \(([^)]\+)\)/strlen (\1->sun_path)/' \
-   p11-kit/server.c || die
-   fi
-   default
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable trust trust-module) \
-   $(use_with trust trust-paths 
${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
-   $(use_enable debug) \
-   $(use_with libffi) \
-   $(use_with asn1 libtasn1)
-
-   if multilib_is_native_abi; then
-   # re-use provided documentation
-   ln -s "${S}"/doc/manual/html doc/manual/html || die
-   fi
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name '*.la' -delete || die
-}



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

2020-01-25 Thread Mikle Kolyada
commit: 0a7a37524722fdc60dd0db6109b1ed890d4ddca9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 14:58:56 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 14:58:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7a3752

dev-util/pycharm-community: mark stable

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

 dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild
index 3bd1b2cb410..1a25b87bcd8 100644
--- a/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild
+++ b/dev-util/pycharm-community/pycharm-community-2019.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
 
 LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=virtual/jre-1.8
dev-libs/libdbusmenu



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

2020-01-25 Thread Mikle Kolyada
commit: 78e4a7384fca3ae9b8a95572789e55e05cad275c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 14:58:14 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 14:58:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e4a738

dev-util/pycharm-community: Version bump (v2019.3.2)

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

 dev-util/pycharm-community/Manifest|  1 +
 .../pycharm-community-2019.3.2.ebuild  | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index a55a26d2685..ae1c0085c22 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -2,4 +2,5 @@ DIST pycharm-community-2019.2.3.tar.gz 360509772 BLAKE2B 
8924e6b5e2823c26a96531d
 DIST pycharm-community-2019.2.4.tar.gz 363680469 BLAKE2B 
d550dc8144746c0b4bcff408531eba289896dc325eea99a2d2a4363cfaca00de55045cff54a3163acd15105b0705dc48ac28374831bd6f0f6842823cdf4b5ceb
 SHA512 
f7d12ccd8309bf547d1f3785392d7ab023ebebcc71c6f09f71a21ae9bfceb8718d9ebf77a7717e1b145f56ea902d8d02d573d658b7db540696fb9630b0d3
 DIST pycharm-community-2019.2.5.tar.gz 363809835 BLAKE2B 
12310ca0c5a497d70f644d7eaf0b2de2ebe3c6bbaa30727df3fb7381e063facf3ee256af0a8636317559dab2573092e482dfa5baccfc9bef20cafd12e9c28734
 SHA512 
9054c6a9e48e609b45d786b66db045457d33f916248e949a8d6997e53e4a3b5fe0da00757f13c3cb48ab5f074c971e200d42b14f7941a7d91e1c903f3b5e244a
 DIST pycharm-community-2019.3.1.tar.gz 389620376 BLAKE2B 
a780ab27feef9747539d9cd607b67c7e047d0a7c1eb6b090a63c4f1c11c80c49e5091a29d80ea249ace1f16acdcd418f0a4901e10c2c623e792da9d7d0e7c9d6
 SHA512 
4bfa78a5f3993e85ad5ba624ed9e586d195b9f4bffa8bd764e8dba27edc1cdc0bd2b3bba86135156c1f306601db290703e61e7561badc7dcb634dc5826134b1f
+DIST pycharm-community-2019.3.2.tar.gz 391689310 BLAKE2B 
11627839e823e2d6c946f5fa25df28cb919960300c51dcc2883989341228604dad9ebf365ffc055809bf3768d757b40cb059a7b5cc492935733c5576ff3f9933
 SHA512 
6c9e607d938a23be78b4acb5aa39e6276720347aac6fadfbaf456e4f05af4b55ef24f4a97f3aca91b6f09d68af7ec834a5af5e08b775d1439d573cff6c6d3e7c
 DIST pycharm-community-2019.3.tar.gz 385414079 BLAKE2B 
6a3a4393ba6ef84a7ec09c2f6ea0ce631ea1d4a004686beeedbee91ee2d3de6273455ef1e8e9f8f0f42360f9b4e42741d81a11825fd9c53e2ed90a987661ba20
 SHA512 
371619a5716de4df1fd68307f87c877eb435b30f797f06305b228566380f658a18f25022deaa581af9653a5745f2cee0157a9ae83b7be9b97f80aea8b4889496

diff --git a/dev-util/pycharm-community/pycharm-community-2019.3.2.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.3.2.ebuild
new file mode 100644
index 000..0600c9803a8
--- /dev/null
+++ b/dev-util/pycharm-community/pycharm-community-2019.3.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/";
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+
+LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+   dev-libs/libdbusmenu
+   dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm"
+
+MY_PN=${PN/-community/}
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2020-01-25 Thread Mikle Kolyada
commit: d43f4b5e03409b755dbec2ed8433919ed3544fd4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 14:59:50 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 14:59:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43f4b5e

dev-util/pycharm-community: Drop old

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

 dev-util/pycharm-community/Manifest|  4 --
 .../pycharm-community-2019.2.3.ebuild  | 55 --
 .../pycharm-community-2019.2.4.ebuild  | 55 --
 .../pycharm-community-2019.2.5.ebuild  | 55 --
 .../pycharm-community-2019.3.ebuild| 55 --
 5 files changed, 224 deletions(-)

diff --git a/dev-util/pycharm-community/Manifest 
b/dev-util/pycharm-community/Manifest
index ae1c0085c22..a00c2047b6f 100644
--- a/dev-util/pycharm-community/Manifest
+++ b/dev-util/pycharm-community/Manifest
@@ -1,6 +1,2 @@
-DIST pycharm-community-2019.2.3.tar.gz 360509772 BLAKE2B 
8924e6b5e2823c26a96531d14bc60f01f0849a5cca3c87bdff7c23c304081e668aecb1b2c681622c472cacf4b2e1f58c5fa4e42624f204491d27e37785146fd3
 SHA512 
65f834ba20cddb93533d596430f8b537167f32e99d224758d9fd4407f95304609912dec7f11cf61f9edf2e30722f1624250f44765c0f83dcbf6815bb8c35d9d9
-DIST pycharm-community-2019.2.4.tar.gz 363680469 BLAKE2B 
d550dc8144746c0b4bcff408531eba289896dc325eea99a2d2a4363cfaca00de55045cff54a3163acd15105b0705dc48ac28374831bd6f0f6842823cdf4b5ceb
 SHA512 
f7d12ccd8309bf547d1f3785392d7ab023ebebcc71c6f09f71a21ae9bfceb8718d9ebf77a7717e1b145f56ea902d8d02d573d658b7db540696fb9630b0d3
-DIST pycharm-community-2019.2.5.tar.gz 363809835 BLAKE2B 
12310ca0c5a497d70f644d7eaf0b2de2ebe3c6bbaa30727df3fb7381e063facf3ee256af0a8636317559dab2573092e482dfa5baccfc9bef20cafd12e9c28734
 SHA512 
9054c6a9e48e609b45d786b66db045457d33f916248e949a8d6997e53e4a3b5fe0da00757f13c3cb48ab5f074c971e200d42b14f7941a7d91e1c903f3b5e244a
 DIST pycharm-community-2019.3.1.tar.gz 389620376 BLAKE2B 
a780ab27feef9747539d9cd607b67c7e047d0a7c1eb6b090a63c4f1c11c80c49e5091a29d80ea249ace1f16acdcd418f0a4901e10c2c623e792da9d7d0e7c9d6
 SHA512 
4bfa78a5f3993e85ad5ba624ed9e586d195b9f4bffa8bd764e8dba27edc1cdc0bd2b3bba86135156c1f306601db290703e61e7561badc7dcb634dc5826134b1f
 DIST pycharm-community-2019.3.2.tar.gz 391689310 BLAKE2B 
11627839e823e2d6c946f5fa25df28cb919960300c51dcc2883989341228604dad9ebf365ffc055809bf3768d757b40cb059a7b5cc492935733c5576ff3f9933
 SHA512 
6c9e607d938a23be78b4acb5aa39e6276720347aac6fadfbaf456e4f05af4b55ef24f4a97f3aca91b6f09d68af7ec834a5af5e08b775d1439d573cff6c6d3e7c
-DIST pycharm-community-2019.3.tar.gz 385414079 BLAKE2B 
6a3a4393ba6ef84a7ec09c2f6ea0ce631ea1d4a004686beeedbee91ee2d3de6273455ef1e8e9f8f0f42360f9b4e42741d81a11825fd9c53e2ed90a987661ba20
 SHA512 
371619a5716de4df1fd68307f87c877eb435b30f797f06305b228566380f658a18f25022deaa581af9653a5745f2cee0157a9ae83b7be9b97f80aea8b4889496

diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
deleted file mode 100644
index 92e344b69ea..000
--- a/dev-util/pycharm-community/pycharm-community-2019.2.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils readme.gentoo-r1 xdg
-
-DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
-HOMEPAGE="http://www.jetbrains.com/pycharm/";
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
-
-LICENSE="Apache-2.0 BSD CDDL MIT-with-advertising"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=virtual/jre-1.8
-   dev-libs/libdbusmenu
-   dev-python/pip"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/${PN}/bin/fsnotifier
-   opt/${PN}/bin/fsnotifier64
-   opt/${PN}/bin/fsnotifier-arm"
-
-MY_PN=${PN/-community/}
-
-src_prepare() {
-   default
-
-   rm -rf jre || die
-}
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r *
-
-   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
-
-   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
-   newicon bin/${MY_PN}.png ${PN}.png
-   make_desktop_entry ${PN} ${PN} ${PN}
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}

diff --git a/dev-util/pycharm-community/pycharm-community-2019.2.4.ebuild 
b/dev-util/pycharm-community/pycharm-community-2019.2.4.ebuild
deleted file mode 100644
index 3bd1b2cb410..000
--- a/dev-util/pycharm-community/pycharm-community-2019.2.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils readme.gentoo-

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

2020-01-25 Thread Mikle Kolyada
commit: b608707b7efb37c3231a5a38f1c9b1470b6276b4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 15:02:31 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 15:02:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b608707b

dev-util/pycharm-professional: mark stable

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

 dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild
index 9196130c9fd..849067cbac1 100644
--- a/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild
+++ b/dev-util/pycharm-professional/pycharm-professional-2019.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
 
 LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=virtual/jre-1.8
dev-libs/libdbusmenu



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

2020-01-25 Thread Mikle Kolyada
commit: d3d573a21a58b3bc2a47d8e9d234163b1285f9de
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 15:03:24 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 15:03:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d573a2

dev-util/pycharm-professional: Drop old

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

 dev-util/pycharm-professional/Manifest |  4 --
 .../pycharm-professional-2019.2.3.ebuild   | 58 --
 .../pycharm-professional-2019.2.4.ebuild   | 58 --
 .../pycharm-professional-2019.2.5.ebuild   | 58 --
 .../pycharm-professional-2019.3.ebuild | 58 --
 5 files changed, 236 deletions(-)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 97402bd21e0..b02eac29035 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -1,6 +1,2 @@
-DIST pycharm-professional-2019.2.3.tar.gz 482051405 BLAKE2B 
e299c2d545b808ed15b4775acb003137467694f528a088cd84d7055a9c15ead96a9e0ac6599374faf60fab3c2ca72a390157130411f4b15bc2b7e3f4b41f0c8e
 SHA512 
4474a74d2762b202100ddbcdfa3807a8136bd392200c79b795cee34a843716218ac21d1d7ed3ac7df9b3c6241f77658a535274759473871cd23a4cc4cfafcfdf
-DIST pycharm-professional-2019.2.4.tar.gz 485589877 BLAKE2B 
c2af015129eec902927ac1b33860ff696e7e3f994a1c827b6e31c84a87a6163262c95a579ec2d4d3c801612af8f8f23b23b432db470f30b199ddca7c6874a37a
 SHA512 
c4fa438ee4ef1de66839a225f61e2b8ecb6e49f41da4099fe0ed8da4840c72c34886a76e090e47fc5ad9f7112b339fec01f5617935e490314d7e73a4585f4ce9
-DIST pycharm-professional-2019.2.5.tar.gz 485853232 BLAKE2B 
3bb3576dc8919bdab511a1003353fc910ace2a3553fa7fdb116545c3eceebafc28804abacb88af06ca9c399a0a9c75244fd624d0a84e6db91a56c4ca00398fa8
 SHA512 
f35d49a0df01431aa72af225e09dfdf2b4f535b342ce3ab4725853a02b524a19a9da89dabdd72a08e294fce5387067ee5a7cc005c28c29717771867ca3377848
 DIST pycharm-professional-2019.3.1.tar.gz 509724729 BLAKE2B 
cd466d9c2b0f9be8442c719066d5647f0b9631dde38b782d23250207760247380419d7470826da2d5c4203dbca2742aa8fcd1987a4204d229cd700ac6f6a68f2
 SHA512 
3c3ad0546926dac4a0e336e04a16bb5f630066c7b2abeb16eda698fcc92dd0c165237bb3ad9b6382b38b989e67b8c3a4649bf8361421c7da6916a99eb3ea4633
 DIST pycharm-professional-2019.3.2.tar.gz 513486485 BLAKE2B 
eba9f0adb8f289f42ee2f50df506dfe628e3b835aedd7a8c0c03da39e5bc5921a6600ea7194c81674a5aad50cbc2f2afb0387dcc88a037e1a92a4fa0f2f3984b
 SHA512 
e3a0e750c821ebd6736e39641d635db1c0a3aa00592d7ede204ce547fc12d69209a253caa4284f76607543f08da594f29ca38c3f8b586848c5b2277ae7227b8a
-DIST pycharm-professional-2019.3.tar.gz 503439093 BLAKE2B 
9d28800534320986cd513fa48cd5f39ea5bb848cd947fdece0289d3c41d5198f3487e453296fcc718057a05d8d0077bc25e209b955dd59ad3bcfa76d1cf94966
 SHA512 
ec81f418ffd22a8911050a51eeb01c853ded55c528856a4b39b3402cb52ec8b3ab3517a8a4f2b90872437a2740a189d40bc322ee78231cdeb102f1ae60607fa6

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.2.3.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.2.3.ebuild
deleted file mode 100644
index 0f418726afd..000
--- a/dev-util/pycharm-professional/pycharm-professional-2019.2.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils readme.gentoo-r1 xdg
-
-DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
-HOMEPAGE="http://www.jetbrains.com/pycharm/";
-SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
-
-LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=virtual/jre-1.8
-   dev-libs/libdbusmenu
-   dev-python/pip"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/${PN}/bin/fsnotifier
-   opt/${PN}/bin/fsnotifier64
-   opt/${PN}/bin/fsnotifier-arm
-   opt/${PN}/bin/libyjpagent-linux.so
-   opt/${PN}/bin/libyjpagent-linux64.so"
-
-MY_PN=${PN/-professional/}
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
-   default
-
-   rm -rf jre || die
-}
-
-src_install() {
-   insinto /opt/${PN}
-   doins -r *
-
-   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
-
-   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
-   newicon bin/${MY_PN}.png ${PN}.png
-   make_desktop_entry ${PN} ${PN} ${PN}
-
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-}

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.2.4.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.2.4.ebuild
deleted file mode 100644
index 9196130c9fd..000
--- a/dev-util/pycharm-profes

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

2020-01-25 Thread Mikle Kolyada
commit: 3b7345db6d3f76a78ef606e46fc3df351cc579b1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 15:01:58 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 15:01:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7345db

dev-util/pycharm-professional: Version bump (v2019.3.2)

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

 dev-util/pycharm-professional/Manifest |  1 +
 .../pycharm-professional-2019.3.2.ebuild   | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/dev-util/pycharm-professional/Manifest 
b/dev-util/pycharm-professional/Manifest
index 76fa715e1c0..97402bd21e0 100644
--- a/dev-util/pycharm-professional/Manifest
+++ b/dev-util/pycharm-professional/Manifest
@@ -2,4 +2,5 @@ DIST pycharm-professional-2019.2.3.tar.gz 482051405 BLAKE2B 
e299c2d545b808ed15b4
 DIST pycharm-professional-2019.2.4.tar.gz 485589877 BLAKE2B 
c2af015129eec902927ac1b33860ff696e7e3f994a1c827b6e31c84a87a6163262c95a579ec2d4d3c801612af8f8f23b23b432db470f30b199ddca7c6874a37a
 SHA512 
c4fa438ee4ef1de66839a225f61e2b8ecb6e49f41da4099fe0ed8da4840c72c34886a76e090e47fc5ad9f7112b339fec01f5617935e490314d7e73a4585f4ce9
 DIST pycharm-professional-2019.2.5.tar.gz 485853232 BLAKE2B 
3bb3576dc8919bdab511a1003353fc910ace2a3553fa7fdb116545c3eceebafc28804abacb88af06ca9c399a0a9c75244fd624d0a84e6db91a56c4ca00398fa8
 SHA512 
f35d49a0df01431aa72af225e09dfdf2b4f535b342ce3ab4725853a02b524a19a9da89dabdd72a08e294fce5387067ee5a7cc005c28c29717771867ca3377848
 DIST pycharm-professional-2019.3.1.tar.gz 509724729 BLAKE2B 
cd466d9c2b0f9be8442c719066d5647f0b9631dde38b782d23250207760247380419d7470826da2d5c4203dbca2742aa8fcd1987a4204d229cd700ac6f6a68f2
 SHA512 
3c3ad0546926dac4a0e336e04a16bb5f630066c7b2abeb16eda698fcc92dd0c165237bb3ad9b6382b38b989e67b8c3a4649bf8361421c7da6916a99eb3ea4633
+DIST pycharm-professional-2019.3.2.tar.gz 513486485 BLAKE2B 
eba9f0adb8f289f42ee2f50df506dfe628e3b835aedd7a8c0c03da39e5bc5921a6600ea7194c81674a5aad50cbc2f2afb0387dcc88a037e1a92a4fa0f2f3984b
 SHA512 
e3a0e750c821ebd6736e39641d635db1c0a3aa00592d7ede204ce547fc12d69209a253caa4284f76607543f08da594f29ca38c3f8b586848c5b2277ae7227b8a
 DIST pycharm-professional-2019.3.tar.gz 503439093 BLAKE2B 
9d28800534320986cd513fa48cd5f39ea5bb848cd947fdece0289d3c41d5198f3487e453296fcc718057a05d8d0077bc25e209b955dd59ad3bcfa76d1cf94966
 SHA512 
ec81f418ffd22a8911050a51eeb01c853ded55c528856a4b39b3402cb52ec8b3ab3517a8a4f2b90872437a2740a189d40bc322ee78231cdeb102f1ae60607fa6

diff --git a/dev-util/pycharm-professional/pycharm-professional-2019.3.2.ebuild 
b/dev-util/pycharm-professional/pycharm-professional-2019.3.2.ebuild
new file mode 100644
index 000..bb09db041ff
--- /dev/null
+++ b/dev-util/pycharm-professional/pycharm-professional-2019.3.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils readme.gentoo-r1 xdg
+
+DESCRIPTION="Intelligent Python IDE with unique code assistance and analysis"
+HOMEPAGE="http://www.jetbrains.com/pycharm/";
+SRC_URI="http://download.jetbrains.com/python/${P}.tar.gz";
+
+LICENSE="PyCharm_Academic PyCharm_Classroom PyCharm PyCharm_OpenSource 
PyCharm_Preview"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8
+   dev-libs/libdbusmenu
+   dev-python/pip"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/${PN}/bin/fsnotifier
+   opt/${PN}/bin/fsnotifier64
+   opt/${PN}/bin/fsnotifier-arm
+   opt/${PN}/bin/libyjpagent-linux.so
+   opt/${PN}/bin/libyjpagent-linux64.so"
+
+MY_PN=${PN/-professional/}
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_prepare() {
+   default
+
+   rm -rf jre || die
+}
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r *
+
+   fperms a+x /opt/${PN}/bin/{pycharm.sh,fsnotifier{,64},inspect.sh}
+
+   dosym ../../opt/${PN}/bin/pycharm.sh /usr/bin/${PN}
+   newicon bin/${MY_PN}.png ${PN}.png
+   make_desktop_entry ${PN} ${PN} ${PN}
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_icon_cache_update
+}



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

2020-01-25 Thread Alexys Jacob
commit: 5f6efeec7f07baf97d2e59a132bc14b6c6e18a1d
Author: Tomáš Mózes  gmail  com>
AuthorDate: Fri Jan 24 08:01:24 2020 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Sat Jan 25 15:06:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6efeec

sys-cluster/keepalived: bump to 2.0.20, drop old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14424
Signed-off-by: Alexys Jacob  gentoo.org>

 sys-cluster/keepalived/Manifest |  2 +-
 .../{keepalived-2.0.18.ebuild => keepalived-2.0.20.ebuild}  | 13 +++--
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/sys-cluster/keepalived/Manifest b/sys-cluster/keepalived/Manifest
index 72ef4d06d32..c166b0de798 100644
--- a/sys-cluster/keepalived/Manifest
+++ b/sys-cluster/keepalived/Manifest
@@ -1,3 +1,3 @@
 DIST keepalived-2.0.17.tar.gz 1003077 BLAKE2B 
68ce64145f917267f6f156fc7b4ffb05ce0bd24b64ddfb3cb2ae8b54850586cffa04c0b617a0f1c6cffd659bba208c145051e436e002ee048908c44fa1c433ff
 SHA512 
6bbcd76604785ef11af4df0a72015ff75a3f47fd04dbe15913f1a30bc80371a188f54020dca881a2b6a562e6ea0b1c5c9c4561c46aa4bdbb8c9f3c54b411d1df
-DIST keepalived-2.0.18.tar.gz 1015958 BLAKE2B 
dc941fe24e5945148b8e0ba2f18237f80b4a8382fd83e48b1b0caee2e28648ab8adc405f616d718cb00b097bcd91672f6281f0dbeed20a1fd532c392e4295620
 SHA512 
11e0a9b9bdca734a923254b4484f4e808cf362e795e3f457f707772b7522929be4a9b1c152b7cb7601d8315b6faea229ed59f115787d6197fbc62770f9a3
 DIST keepalived-2.0.19.tar.gz 1025062 BLAKE2B 
3a4164ea7468d5709dfc68da9008d83a15273b6a12679e67348b49fc9fba8938d2552f1cb905d0b6af497a5f4f6b3281b3478a4da8707ed35cd30a8601ed1e40
 SHA512 
68a510983bc043484e5edbc1d87563677a048282ec52873105f0af922e8b4de5b8e7176944010f9d4d6f65d1a4ebaf930c3d37273e28c1f115ed0fda245d8109
+DIST keepalived-2.0.20.tar.gz 1036063 BLAKE2B 
217dee8c6dcb148119822f3c6a0b57482e91a17671a35333d0dccf04a3f7c6606a1c9e0b3f2a3adeab838fd91b7c714a0bf11895fe0c7d90d836d3585620c8e2
 SHA512 
36bbc4aa0a1045486e608c9f4ed73f4335b871dae88beaed10d86445474c462136885225cd6b61219a36fca2ff43771623bc6d072e406cf684acc2ca8f2a38f6

diff --git a/sys-cluster/keepalived/keepalived-2.0.18.ebuild 
b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
similarity index 84%
rename from sys-cluster/keepalived/keepalived-2.0.18.ebuild
rename to sys-cluster/keepalived/keepalived-2.0.20.ebuild
index a00ef1ac400..12763f52118 100644
--- a/sys-cluster/keepalived/keepalived-2.0.18.ebuild
+++ b/sys-cluster/keepalived/keepalived-2.0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://www.keepalived.org/software/${P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="+bfd dbus debug -json regex snmp"
+IUSE="+bfd dbus -json regex snmp"
 
 RDEPEND="dev-libs/libnl:=
dev-libs/openssl:=
@@ -52,17 +52,10 @@ src_configure() {
--enable-vrrp \
$(use_enable bfd) \
$(use_enable dbus) \
-   $(use_enable dbus dbus-create-instance) \
-   $(use_enable debug) \
$(use_enable json) \
$(use_enable regex) \
-   $(use_enable regex regex-timers ) \
$(use_enable snmp) \
-   $(use_enable snmp snmp-checker) \
-   $(use_enable snmp snmp-rfc) \
-   $(use_enable snmp snmp-rfcv2) \
-   $(use_enable snmp snmp-rfcv3) \
-   $(use_enable snmp snmp-vrrp)
+   $(use_enable snmp snmp-rfc)
 }
 
 src_install() {



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

2020-01-25 Thread Sebastian Pipping
commit: f409dc9bb683e0d22e553332674b4c8fc55599a3
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sat Jan 25 15:11:39 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Jan 25 15:13:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f409dc9b

app-emulation/docker-compose: 1.25.3

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

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

diff --git a/app-emulation/docker-compose/Manifest 
b/app-emulation/docker-compose/Manifest
index c5f61faece3..f31bb4ec236 100644
--- a/app-emulation/docker-compose/Manifest
+++ b/app-emulation/docker-compose/Manifest
@@ -3,3 +3,4 @@ DIST docker-compose-1.24.1.tar.gz 307749 BLAKE2B 
7ded0a4b82a7a9beb9de38752f38998
 DIST docker-compose-1.25.0.tar.gz 320048 BLAKE2B 
a0615c9d81f897f551d664799e2a7cd4d72c3e0b70ceb0ff9bfb533a81799d2d524824ead27bff2391c5e98fc34430fb2ba724bba663ece66417ac72181241f0
 SHA512 
38be153a8ba1bf1a4a5c63dc794db3344c93c0819fba0c38feb791067e0aa72142205e4255b5fd31bf2f8159dfa04cde09fdcdabe0511bc0e2865974dff5433d
 DIST docker-compose-1.25.1.tar.gz 321627 BLAKE2B 
9056b0e359ff6cccba16b7ea5fc96de363f242103c48d15e3ed19ed5291878f7a5c81f99b7fd3eff46eaff5b271e883125ab02ff22bf592c4a5dd12792790fdc
 SHA512 
5e58edd3364caecc9b6ec0e92e629e624694e42f96da836378648918dfaa41ddc0c99b107f2d3f11d1dd6ab86a516a7b2da3783b542623440d8c0c6628c05020
 DIST docker-compose-1.25.2.tar.gz 306196 BLAKE2B 
6bf9c1ae14b25f41a7b3893f5ddc5b654743b29eb17c3d1b23e47d004e8e3feaf021b67c2419632faa6b11713ad1bd956b9f756e36fcd8efc7e60404a1de53a7
 SHA512 
ce045c6af233d6d03fd26100bce836444abb3022d6661ac6073cd8c6b8ed1cc0bbef9cbfad73672c8d3b6f3a12ee98e6e60c5f1b90360f778d5fa8d18e00179e
+DIST docker-compose-1.25.3.tar.gz 306220 BLAKE2B 
503a76d51ff36e7a91030f240c8b795383f399472517056e3d586ddb72c31dd02fed51474e7716e4f43f801a10160e271ed695c5defa6a2d3e1be647d9f0d33b
 SHA512 
92c7bb2adf5fd033add0bfe92634c04d0acb69846daabb215eea696d396fbcc13ffa175173544c4e2a3ae0c0ec0ac81526b6cef68cdcfe0eecec6ac894c6f8f2

diff --git a/app-emulation/docker-compose/docker-compose-1.25.3.ebuild 
b/app-emulation/docker-compose/docker-compose-1.25.3.ebuild
new file mode 100644
index 000..fa7ef8bfb51
--- /dev/null
+++ b/app-emulation/docker-compose/docker-compose-1.25.3.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2018-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_6} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Multi-container orchestration for Docker"
+HOMEPAGE="https://github.com/docker/compose";
+SRC_URI="https://github.com/docker/compose/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/docker-py-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/docopt-0.6.1[${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}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-shutil_get_terminal_size-1.0.0[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' )
+   $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+   $(python_gen_cond_dep 
'>=dev-python/subprocess32-3.5.4[${PYTHON_USEDEP}]' 'python2_7' )"
+
+DEPEND="${RDEPEND}
+   test? (
+   =dev-python/mock-1.0.1[${PYTHON_USEDEP}]' 'python2_7' )
+   )"
+
+S="${WORKDIR}/compose-${PV}"
+
+PATCHES=(
+   # Bug #679968 -- https://bugs.gentoo.org/679968
+   # Bug #681002 -- https://bugs.gentoo.org/681002
+   "${FILESDIR}"/${PN}-1.25.2-setup-py.patch
+)
+
+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}
+
+   insin

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

2020-01-25 Thread Mikle Kolyada
commit: 64cb02d2c0fc36fdad6655ce5fb732cd3086184d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 15:18:52 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 15:19:45 2020 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=64cb02d2

uid-gid.txt: gid 48 for docker

Signed-off-by: Mikle Kolyada  gentoo.org>

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 9cb262d..50227d0 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -108,6 +108,7 @@ tor 43  43  acct
 mpd45  -   acct
 openct -   46  acct
 pcscd  47  47  acct
+docker -   48  acct
 knot   53  53  acct
 tss59  59  acct
 mysql  60  60  acctRemoved from baselayout 
in 
[r1335](https://sources.gentoo.org/cgi-bin/viewvc.cgi/baselayout/trunk/share.Linux/passwd?limit_changes=0&r1=1326&r2=1335&pathrev=2545)



[gentoo-commits] repo/gentoo:master commit in: acct-group/docker/

2020-01-25 Thread Mikle Kolyada
commit: 28372e7dbf29eca177ca4dfbd20afdb56142e3dd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 15:29:34 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 15:30:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28372e7d

acct-group/docker: initial commit

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

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

diff --git a/acct-group/docker/docker-0.ebuild 
b/acct-group/docker/docker-0.ebuild
new file mode 100644
index 000..a448b78e40f
--- /dev/null
+++ b/acct-group/docker/docker-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=48

diff --git a/acct-group/docker/metadata.xml b/acct-group/docker/metadata.xml
new file mode 100644
index 000..9e00240e05c
--- /dev/null
+++ b/acct-group/docker/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   zlog...@gentoo.org
+   Mikle Kolyada
+   
+



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

2020-01-25 Thread Mikle Kolyada
commit: eec7bd73fcaefe878f2a346e17c5c04d79b7c8fd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 15:33:18 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 15:33:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec7bd73

app-emulation/docker: magrate to acct-group/docker

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

 app-emulation/docker/docker-19.03.5.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/app-emulation/docker/docker-19.03.5.ebuild 
b/app-emulation/docker/docker-19.03.5.ebuild
index b38d5ab11ef..28e4d0899f0 100644
--- a/app-emulation/docker/docker-19.03.5.ebuild
+++ b/app-emulation/docker/docker-19.03.5.ebuild
@@ -18,7 +18,7 @@ else
[ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
inherit golang-vcs-snapshot
 fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
+inherit bash-completion-r1 golang-base linux-info systemd udev
 
 DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
 HOMEPAGE="https://dockerproject.org";
@@ -28,6 +28,7 @@ IUSE="apparmor aufs btrfs +container-init device-mapper 
hardened +overlay seccom
 
 # 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#build-dependencies
 COMMON_DEPEND="
+   acct-group/docker
>=dev-db/sqlite-3.7.9:3
device-mapper? (
>=sys-fs/lvm2-2.02.89[thin]
@@ -185,9 +186,6 @@ pkg_setup() {
fi
 
linux-info_pkg_setup
-
-   # create docker group for the code checking for it in /etc/group
-   enewgroup docker
 }
 
 src_compile() {
@@ -199,7 +197,7 @@ src_compile() {
export CGO_LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
 
# if we're building from a tarball, we need the GITCOMMIT value
-   [ "$DOCKER_GITCOMMIT" ] && export DOCKER_GITCOMMIT
+   [[ ${DOCKER_GITCOMMIT} ]] && export DOCKER_GITCOMMIT
 
# fake golang layout
ln -s docker-ce/components/engine ../docker || die



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

2020-01-25 Thread David Seifert
commit: 77bdde690bf33e81a5553a5ecfddf7e1f5c9d86f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 15:40:24 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 15:40:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77bdde69

media-sound/audacious: Remove old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 media-sound/audacious/Manifest|  1 -
 media-sound/audacious/audacious-3.9-r1.ebuild | 73 ---
 2 files changed, 74 deletions(-)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index be53df21759..3050d632939 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -1,4 +1,3 @@
 DIST audacious-3.10.1.tar.bz2 564481 BLAKE2B 
d1f76f34f0f6fbbe5ba92a95015fa0f3ef6399cc05f69f58474523761b00a4de7b8471660d9cb640487110cc3998df59f21108ff0b4ea72014ad75cd32ad864b
 SHA512 
e88891caaa3897f9b4abf39136e20834aedf1287d0d5eefea392fda89050db8db00c6f363976a68fe250ddbae4e27590f7615916a76370a44ca9235f1fa60b43
-DIST audacious-3.9-gtk3.tar.bz2 600249 BLAKE2B 
08559eafc85236e8e881d0cbe6f08e29c82baf0fc46b9209f1d3eee290460260bfa99e6e8f26940f8c6854f3782da24061226ebdb416b6249d10914093e16276
 SHA512 
6ff98d027c13b30ea9600a9aba914ec993c69826199b8dc303cb60cebdf2af06a7e3dd4af1d34a86343be5485848a57c8a29e48d2a45a33945585550de4e5f9c
 DIST audacious-4.0-beta1.tar.bz2 571077 BLAKE2B 
5e47791e59b1f0abc149dfbc3f2727b2e7868e09a4f1a72720a5a07de3ef137030c69b77e3b8348d1db95ee4d7f986989e32903fe66c296fe99468688a8ceb64
 SHA512 
6696a18a29132eff6e0546883b76bd76af82931e43bff13786bc57e9e3ac36ea5c83b89155812c2c89b754779263e2528eb3423c34ba676790fcba3408a9240e
 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B 
d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54
 SHA512 
e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05

diff --git a/media-sound/audacious/audacious-3.9-r1.ebuild 
b/media-sound/audacious/audacious-3.9-r1.ebuild
deleted file mode 100644
index 593acf1e62b..000
--- a/media-sound/audacious/audacious-3.9-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${P/_/-}-gtk3"
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="Lightweight and versatile audio player"
-HOMEPAGE="https://audacious-media-player.org/";
-SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2
-   mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.60
-   >=dev-libs/glib-2.28
-   >=x11-libs/cairo-1.2.6
-   >=x11-libs/pango-1.8.0
-   virtual/freedesktop-icon-theme
-   x11-libs/gtk+:3
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   nls? ( dev-util/intltool )
-"
-PDEPEND="~media-plugins/audacious-plugins-${PV}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   if ! use nls; then
-   sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
-   fi
-}
-
-src_configure() {
-   # D-Bus is a mandatory dependency, remote control,
-   # session management and some plugins depend on this.
-   # Building without D-Bus is *unsupported* and a USE-flag
-   # will not be added due to the bug reports that will result.
-   # Bugs #197894, #199069, #207330, #208606
-   econf \
-   --disable-valgrind \
-   --enable-dbus \
-   --enable-gtk \
-   $(use_enable nls)
-}
-
-src_install() {
-   default
-
-   # Gentoo_ice skin installation; bug #109772
-   insinto /usr/share/audacious/Skins/gentoo_ice
-   doins -r "${WORKDIR}"/gentoo_ice/.
-   docinto gentoo_ice
-   dodoc "${WORKDIR}"/README
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-gentoo-schemas/

2020-01-25 Thread Ulrich Müller
commit: 0d2154a1135ed868741a53add18770224def713e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 15:42:52 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 15:42:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2154a1

app-emacs/nxml-gentoo-schemas: Remove old.

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

 app-emacs/nxml-gentoo-schemas/Manifest |  1 -
 .../nxml-gentoo-schemas-20191227.ebuild| 24 --
 2 files changed, 25 deletions(-)

diff --git a/app-emacs/nxml-gentoo-schemas/Manifest 
b/app-emacs/nxml-gentoo-schemas/Manifest
index 9aafdc6ad74..54bcebdfade 100644
--- a/app-emacs/nxml-gentoo-schemas/Manifest
+++ b/app-emacs/nxml-gentoo-schemas/Manifest
@@ -1,3 +1,2 @@
 DIST nxml-gentoo-schemas-20180611.tar.xz 11572 BLAKE2B 
e8a573e79d9531d676b8c52ba9c2869f765e6bb0326f3f00c99dd3ecfd19af6eaedbb06ddf84ae541690962a5e67b87726d6cc90a3bf7dd6d805b5c2c96b6321
 SHA512 
8473233141a56935e41a9d0371501f3fe055b21600746db29e14ec91d12a43da595e500a876eea8c885358df0825055143e901eb599a2fcbac7147a04fa8
-DIST nxml-gentoo-schemas-20191227.tar.xz 8656 BLAKE2B 
ec4c43fb6bdd1f0a83b259df6072ee7297fab98f8ca8cc26e647b6da2098c144b4d7989dd2d674470327336268c3fdac9ed4ae618d47374ee981e2483da30866
 SHA512 
8434edc7e4070f409f01639d1a1c87505fc4f37b812669567895cd9b5d48fc92157506567431563ff9b185ca312feb57e17bf3a844147eba34353c43873fe09e
 DIST nxml-gentoo-schemas-20200109.tar.xz 8672 BLAKE2B 
8b27e334e0d4aa6d7ca2d85dfacf320fbc6f8ce6d801c2f0c8a12991b7346a8d9f6977d5071b409bdd059e29209130deb90a36556c58d1f98fad55e92e2be7bc
 SHA512 
afbe78b4323ca6cd7a0f5855f0c29e65caed7f6587378cee66da284e3782035fea59171bd28dcd402ffbb65fbcb9261e4a2ed2abfd41b05d6581ae29f6852519

diff --git a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild 
b/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
deleted file mode 100644
index 440f9475ffb..000
--- a/app-emacs/nxml-gentoo-schemas/nxml-gentoo-schemas-20191227.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Extension for nxml-mode with Gentoo-specific schemas"
-HOMEPAGE="https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/";
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz";
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() { :; }
-
-src_install() {
-   insinto "${SITEETC}/${PN}"
-   doins schemas.xml *.rnc
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/embedded/, profiles/desc/

2020-01-25 Thread Mikle Kolyada
commit: e4cd35d2367ee58a45e11c112924b7cf1a0b3f84
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 16:22:29 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 16:23:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cd35d2

profiles: kill NETBEANS vars

Signed-off-by: Mikle Kolyada  gentoo.org>

 profiles/base/make.defaults |  6 +-
 profiles/desc/netbeans_modules.desc | 20 
 profiles/embedded/make.defaults |  2 +-
 3 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index b4b872168f1..ff1f29d296b 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -13,7 +13,7 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS 
APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS 
CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES 
FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES 
LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS 
NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM 
OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES 
OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS 
QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS 
USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS 
XTABLES_ADDONS"
+USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS 
APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS 
CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES 
FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES 
LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS 
NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS 
OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM 
PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS 
QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS 
USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS 
XTABLES_ADDONS"
 
 # USE_EXPAND variables whose contents are not shown in package manager
 # output. Changes need discussion on gentoo-dev.
@@ -96,10 +96,6 @@ XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options 
ipset ipp2p iface ge
 # Some common lcd devices
 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses 
text"
 
-# Miroslav Šulc  (2008-11-19)
-# Netbeans modules/clusters
-NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java 
mobility nb php profiler soa visualweb webcommon websvccommon xml"
-
 # Manuel Rüger  (2015-09-09)
 # Default Ruby build target(s)
 # Updated to include ruby24 on 2018-11-12

diff --git a/profiles/desc/netbeans_modules.desc 
b/profiles/desc/netbeans_modules.desc
deleted file mode 100644
index 19c8f26d8f9..000
--- a/profiles/desc/netbeans_modules.desc
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2008 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-
-# This file contains descriptions of NETBEANS_MODULES USE_EXPAND flags.
-
-apisupport - enables apisupport module
-cnd - enables C/C++ development support
-dlight - enables framework for creation of Observability Tools using DTrace
-enterprise - enables enterprise development support
-ergonomics - enables ergonomics features
-extide - enables extide module
-groovy - enables Groovy and Grails development support
-java - enables Java development support
-javacard - enables cluster for JavaCard development
-javafx - enables JavaFX development support
-mobility - enables support for development of mobile applications
-php - enables PHP development support
-profiler - enables Java profiler
-webcommon - enables javascript libraries and web client tools
-websvccommon - enables common support for web services development

diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index 48f05441c1c..13b351460be 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -30,7 +30,7 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_RISCV ABI_S390 ABI_X86 ALSA_CARDS 
APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS 
CPU_FLAGS_ARM CPU_FLAGS_X86 CURL_SSL ELIBC ENLIGHTENMENT_MODULES FFTOOLS 
GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES 
LIBREOFFICE_EXTENSIONS LIRC_DEVICES LLVM_TARGETS MONKEYD_PLUGINS 
NETBEANS_MODULES NGINX_MODULES_HTTP NGIN

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/

2020-01-25 Thread Ian Whyman
commit: b71d962fd58e2836401150f7f42460d726130d5e
Author: Ian Whyman  gentoo  org>
AuthorDate: Sat Jan 25 17:29:14 2020 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Sat Jan 25 17:29:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71d962f

x11-plugins/pidin-sipe: Version bump

Closes: https://bugs.gentoo.org/706182
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ian Whyman  gentoo.org>

 x11-plugins/pidgin-sipe/Manifest| 2 +-
 .../{pidgin-sipe-1.24.0.ebuild => pidgin-sipe-1.25.0.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index ce7c20f82a3..a0ed31fedff 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,2 +1,2 @@
 DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B 
e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7
 SHA512 
3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31
-DIST pidgin-sipe-1.24.0.tar.gz 1322542 BLAKE2B 
52ca80e4fb12f24c3406f671d499043f054ea1d4ad6f715d7feafa3df2d2203ccaeb9c0dd8d6214a19b383916d006faf8b284b3c0df9b6fce8926300811898c5
 SHA512 
9a7906cb6b5514d70b410bac436f6822316b570d1114f684ee96999cf0585816324780428212dd43b0988b22eff615630e9034bb518cb69add890877506b20e3
+DIST pidgin-sipe-1.25.0.tar.gz 1395316 BLAKE2B 
854832768a5c6605c28fcc02abd2444cd15b58be3be89009ce08aad390664a09235ca4fc6c6288c0e0f8677ba920a30b7e3a418312308dcb229a08817bbf4a3c
 SHA512 
e9f1f38bb27cfd8e464f2f03aea3153b7d9a1ff7c45876ff06fc8b391e5d69506b793edda5cef0f4b5f281ddd0281ad0f97c82457e1bcc977965805a323d6f0c

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild 
b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
similarity index 97%
rename from x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild
rename to x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
index 6e1a832817f..dcc5117625f 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.24.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/files/, dev-vcs/mercurial/

2020-01-25 Thread Cédric Krier
commit: 000e00ed25578d81ab907a5723d072a12c0e0220
Author: Cédric Krier  gentoo  org>
AuthorDate: Sat Jan 25 17:32:24 2020 +
Commit: Cédric Krier  gentoo  org>
CommitDate: Sat Jan 25 17:34:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=000e00ed

dev-vcs/mercurial: Version bumps to 5.2.2

Update also 

Closes: https://bugs.gentoo.org/701920
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Cédric Krier  gentoo.org>

 dev-vcs/mercurial/Manifest |   1 +
 dev-vcs/mercurial/files/zstd.py|   2 +
 dev-vcs/mercurial/mercurial-5.1.2.ebuild   |   5 +-
 ...rcurial-5.1.2.ebuild => mercurial-5.2.2.ebuild} |  76 ---
 dev-vcs/mercurial/mercurial-.ebuild| 104 +++--
 dev-vcs/mercurial/metadata.xml |  16 ++--
 6 files changed, 113 insertions(+), 91 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 38d572328a6..c4c2fbabd1a 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -3,3 +3,4 @@ DIST mercurial-4.9.1.tar.gz 7076867 BLAKE2B 
8cedc66a8ddffc543a8849bbc98ebfc9ed61
 DIST mercurial-4.9.tar.gz 7075692 BLAKE2B 
ed11442e0cd5b27f47394ed1c15016930556d5cdc59ab18f1e0d5371e434eb752b68d3d9f6dd34ed9c63df62a646223e86c6c5178775d9b856eed5df65677900
 SHA512 
59a5467cebb51f17cce7bcada37f8d85906493ab2e3d443ceeae2c6598fb69d2d59f1e99c73bd08345c5f90501a7bae0d70e04c770ea7653ec30648e591c97fb
 DIST mercurial-5.0.2.tar.gz 7202797 BLAKE2B 
7059efa2cf80c433ec25748c7c49ae0caa688363f5ef2983e0adf39a0a691ea99aaf4a090ebeda11b89e74263c548289cca3f82f40d77efbf925e12231b341cc
 SHA512 
8b328e2e5a2896b690492d75c055bb13cd76df6efb087ef770f60ead86e30f7d952cb3ca82a696c0c5ce7039c319bd0fc9b448a52c079653622760317d5bb315
 DIST mercurial-5.1.2.tar.gz 7286238 BLAKE2B 
0dcb2556e568e222da628bcfeceba56df8ab04f123f79add1953ce13bbf51e5cb0733fa72d5cff00250aaf0e3bfae5c52cc5cd72c1b6aa1fccb6820fce5a7018
 SHA512 
a8ce9d9220a5ddf452264801f06e81fe1e699ff700d085e3f82c6877910c6ef0e594203590f198b7b9e31c9a1ed627c8fa2a3a1513d0c5087cf775835a78c408
+DIST mercurial-5.2.2.tar.gz 7333065 BLAKE2B 
9cec5a6ebe4693a1b96fe268211aa2eaa06643d5b8812c427757839d5389319f0e2ff3c1ed964a56bf8a3c46f7630321abf508c61691102856dfbdbd72fed662
 SHA512 
875e75587ab1f1c54edd2f7198dff21e6b287425f215a9d28ef98d5359420df90ca7ef0128ec7b772c4a31dc95b1082b4d6d28f1754968a08408516ba9ec91ee

diff --git a/dev-vcs/mercurial/files/zstd.py b/dev-vcs/mercurial/files/zstd.py
new file mode 100644
index 000..29ae5eacd0c
--- /dev/null
+++ b/dev-vcs/mercurial/files/zstd.py
@@ -0,0 +1,2 @@
+from zstd import *
+from zstd import __version__

diff --git a/dev-vcs/mercurial/mercurial-5.1.2.ebuild 
b/dev-vcs/mercurial/mercurial-5.1.2.ebuild
index c3f5137de8f..7ae34dee8a9 100644
--- a/dev-vcs/mercurial/mercurial-5.1.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -151,6 +151,9 @@ pkg_postinst() {
elog "  dev-vcs/git"
elog "  dev-vcs/monotone"
elog "  dev-vcs/subversion"
+
+   elog "If you want to use bugzilla extension"
+   elog "please install dev-python/mysqlclient"
 }
 
 pkg_postrm() {

diff --git a/dev-vcs/mercurial/mercurial-5.1.2.ebuild 
b/dev-vcs/mercurial/mercurial-5.2.2.ebuild
similarity index 72%
copy from dev-vcs/mercurial/mercurial-5.1.2.ebuild
copy to dev-vcs/mercurial/mercurial-5.2.2.ebuild
index c3f5137de8f..339f1ec904c 100644
--- a/dev-vcs/mercurial/mercurial-5.1.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-5.2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
+PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_REQ_USE="threads(+)"
 
 inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
 
@@ -15,13 +15,23 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz";
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="+chg bugzilla emacs gpg test tk"
+IUSE="+chg emacs gpg test tk zsh-completion"
 
-RDEPEND="app-misc/ca-certificates
+BROKEN_PYTHON="
+   !~dev-python/python-3.5.0
+   !~dev-python/python-3.5.1
+   !~dev-python/python-3.5.2
+   !~dev-python/python-3.6.0
+   !~dev-python/python-3.6.1"
+
+BDEPEND="${BROKEN_PYTHON}"
+
+RDEPEND="${BROKEN_PYTHON}
+   app-misc/ca-certificates
dev-python/zstandard[${PYTHON_USEDEP}]
-   bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
gpg? ( app-crypt/gnupg )
-   tk? ( dev-lang/tk )"
+   tk

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

2020-01-25 Thread Sergei Trofimovich
commit: ebfd85983d164d2ddb840d9ad806216492f2992f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 17:18:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 17:36:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfd8598

net-libs/webkit-gtk: keyworded 2.26.2 for sparc, bug #704182

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
index 455b181a4dd..8e5adac62ed 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.26.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="amd64 ~ia64 ~ppc64 x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86"
 
 IUSE="aqua coverage doc +egl +geolocation gles2-only gnome-keyring +gstreamer 
+introspection +jpeg2k +jumbo-build libnotify +opengl seccomp spell wayland +X"
 



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

2020-01-25 Thread Sergei Trofimovich
commit: 0536971b6a51fec1fa56305fdc609bba65386549
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 16:57:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 17:36:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0536971b

app-admin/sysstat: stable 12.2.1 for hppa/sparc, bug #706206

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-admin/sysstat/sysstat-12.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sysstat/sysstat-12.2.1.ebuild 
b/app-admin/sysstat/sysstat-12.2.1.ebuild
index eb4208e42b3..2890ef3cdf8 100644
--- a/app-admin/sysstat/sysstat-12.2.1.ebuild
+++ b/app-admin/sysstat/sysstat-12.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh sparc ~x86"
 IUSE="debug nls lm-sensors selinux static"
 
 CDEPEND="



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

2020-01-25 Thread Sergei Trofimovich
commit: 4133c806c43d8ff9773d004fd23802a04c022f27
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 16:56:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 17:36:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4133c806

dev-lang/php: stable 7.3.14 for sparc, bug #706168

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/php/php-7.3.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.3.14.ebuild b/dev-lang/php/php-7.3.14.ebuild
index 2d8505fadd7..fdeeab88b27 100644
--- a/dev-lang/php/php-7.3.14.ebuild
+++ b/dev-lang/php/php-7.3.14.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2020-01-25 Thread Sergei Trofimovich
commit: a0be698953495436eb23d77c66341c2168c1426b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 16:55:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 17:36:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0be6989

dev-lang/php: stable 7.2.27 for hppa/sparc, bug #706168

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lang/php/php-7.2.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/php/php-7.2.27.ebuild b/dev-lang/php/php-7.2.27.ebuild
index dadb039d46f..2cc2e091323 100644
--- a/dev-lang/php/php-7.2.27.ebuild
+++ b/dev-lang/php/php-7.2.27.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2020-01-25 Thread David Seifert
commit: 39d6797e86da46b0e88cc9f78075e733424243ea
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 17:38:15 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 17:38:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d6797e

media-sound/audacious: Revert "Remove old"

Signed-off-by: David Seifert  gentoo.org>

 media-sound/audacious/Manifest|  1 +
 media-sound/audacious/audacious-3.9-r1.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest
index 3050d632939..be53df21759 100644
--- a/media-sound/audacious/Manifest
+++ b/media-sound/audacious/Manifest
@@ -1,3 +1,4 @@
 DIST audacious-3.10.1.tar.bz2 564481 BLAKE2B 
d1f76f34f0f6fbbe5ba92a95015fa0f3ef6399cc05f69f58474523761b00a4de7b8471660d9cb640487110cc3998df59f21108ff0b4ea72014ad75cd32ad864b
 SHA512 
e88891caaa3897f9b4abf39136e20834aedf1287d0d5eefea392fda89050db8db00c6f363976a68fe250ddbae4e27590f7615916a76370a44ca9235f1fa60b43
+DIST audacious-3.9-gtk3.tar.bz2 600249 BLAKE2B 
08559eafc85236e8e881d0cbe6f08e29c82baf0fc46b9209f1d3eee290460260bfa99e6e8f26940f8c6854f3782da24061226ebdb416b6249d10914093e16276
 SHA512 
6ff98d027c13b30ea9600a9aba914ec993c69826199b8dc303cb60cebdf2af06a7e3dd4af1d34a86343be5485848a57c8a29e48d2a45a33945585550de4e5f9c
 DIST audacious-4.0-beta1.tar.bz2 571077 BLAKE2B 
5e47791e59b1f0abc149dfbc3f2727b2e7868e09a4f1a72720a5a07de3ef137030c69b77e3b8348d1db95ee4d7f986989e32903fe66c296fe99468688a8ceb64
 SHA512 
6696a18a29132eff6e0546883b76bd76af82931e43bff13786bc57e9e3ac36ea5c83b89155812c2c89b754779263e2528eb3423c34ba676790fcba3408a9240e
 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 BLAKE2B 
d3bf8dbfee675dd588bc0258f1015c76877b6b0a3835813d8e9621d149b924aaa33544d07f7ad44a01c058d41d7480b3908b0773c124af33b6e020c376b13d54
 SHA512 
e863a8f86073007c47ce8c20739aae4bff22e22a7ddc11556b12ae6ebb68654cec7310fdc9d05f2c47f81cf2591fe601b2eb12a2fd911c0a6118c9f3cc524f05

diff --git a/media-sound/audacious/audacious-3.9-r1.ebuild 
b/media-sound/audacious/audacious-3.9-r1.ebuild
new file mode 100644
index 000..593acf1e62b
--- /dev/null
+++ b/media-sound/audacious/audacious-3.9-r1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="${P/_/-}-gtk3"
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="Lightweight and versatile audio player"
+HOMEPAGE="https://audacious-media-player.org/";
+SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2
+   mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+
+RDEPEND="
+   >=dev-libs/dbus-glib-0.60
+   >=dev-libs/glib-2.28
+   >=x11-libs/cairo-1.2.6
+   >=x11-libs/pango-1.8.0
+   virtual/freedesktop-icon-theme
+   x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( dev-util/intltool )
+"
+PDEPEND="~media-plugins/audacious-plugins-${PV}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+   if ! use nls; then
+   sed -e "/SUBDIRS/s/ po//" -i Makefile || die # bug #512698
+   fi
+}
+
+src_configure() {
+   # D-Bus is a mandatory dependency, remote control,
+   # session management and some plugins depend on this.
+   # Building without D-Bus is *unsupported* and a USE-flag
+   # will not be added due to the bug reports that will result.
+   # Bugs #197894, #199069, #207330, #208606
+   econf \
+   --disable-valgrind \
+   --enable-dbus \
+   --enable-gtk \
+   $(use_enable nls)
+}
+
+src_install() {
+   default
+
+   # Gentoo_ice skin installation; bug #109772
+   insinto /usr/share/audacious/Skins/gentoo_ice
+   doins -r "${WORKDIR}"/gentoo_ice/.
+   docinto gentoo_ice
+   dodoc "${WORKDIR}"/README
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_icon_cache_update
+}



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

2020-01-25 Thread Mikle Kolyada
commit: e238b6738bace0fa835d138ba15a6d1d6b11f83e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 17:42:12 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 17:42:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e238b673

app-admin/logrotate: Drop old

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

 app-admin/logrotate/Manifest   |  2 -
 .../logrotate/files/logrotate-3.13.0-fbsd.patch| 36 
 .../files/logrotate-3.13.0-ignore-hidden.patch | 14 ---
 app-admin/logrotate/logrotate-3.13.0.ebuild| 99 --
 app-admin/logrotate/logrotate-3.14.0.ebuild| 15 ++--
 app-admin/logrotate/logrotate-3.15.0.ebuild| 98 -
 app-admin/logrotate/logrotate-3.15.1.ebuild| 15 ++--
 7 files changed, 18 insertions(+), 261 deletions(-)

diff --git a/app-admin/logrotate/Manifest b/app-admin/logrotate/Manifest
index 811a098c7fe..8c77d7ead09 100644
--- a/app-admin/logrotate/Manifest
+++ b/app-admin/logrotate/Manifest
@@ -1,4 +1,2 @@
-DIST logrotate-3.13.0.tar.gz 213726 BLAKE2B 
b9970a0fb49b9de9c83ee679fd4587b6a1623cf1aae2444e818339361c7b7762ce51fcbd124fefafbe47d529dd21ef346a6c9a267da20547914388db99dce003
 SHA512 
3dec2fcdd674d3337b71fd70339cb5e3dd06b4bc24bee191356a30c2a211a290ae7747e63b90581e32a6d6d1f73cf62d5b0ee5a91aa05bad4d6ee403a35d9e76
 DIST logrotate-3.14.0.tar.gz 215413 BLAKE2B 
7914188922d81b1f8b6c4e493fae71d23bc9e65ebfcb190ebb4287c875af53204cbecb51c2731a3dc57530a30c685c3a626074265d9a2462714ff6ff077ea5ca
 SHA512 
5f584d9be01737960eaffcf43746270a5395486d2161577a9ee3e757cb4dfe5a207c8b1d097181dd413560d76ecc0e3d526f87d1b123a52dc3e5e49d529a5fb5
-DIST logrotate-3.15.0.tar.gz 219496 BLAKE2B 
b9f9cd0b22b79c3da1ea6092c5f3ebf9fca39da3a4bb7e1da39a8bf96f0bdb573864b77681671ad227cfc444bbc3e64a518805780580adb954bfacd564f00e2f
 SHA512 
9520f15eaec54da426699f1f5ce31949d1372fa25c5c127dfbf29ff717a1c15a6fd14437c1d7b67b116b12c8a5c28f6012e39ad4b3ca2b053c874d02efe98d84
 DIST logrotate-3.15.1.tar.gz 220263 BLAKE2B 
c164c542a0770965f5193f5816509f566b9afeb82ce8388a184d16c2b3e79aa0ef93be10d477c85f62037f01b3e626ea56d3173ca8cf017b8aa315f2e23b1a2b
 SHA512 
72294607762751fb1aaaca1d62ebd87d109d837d50606176159a5e74782a993123321967b7a6185df6ca9c87a54febb832ac7537ceaa580a895901a995570cd5

diff --git a/app-admin/logrotate/files/logrotate-3.13.0-fbsd.patch 
b/app-admin/logrotate/files/logrotate-3.13.0-fbsd.patch
deleted file mode 100644
index 028dc0551f1..000
--- a/app-admin/logrotate/files/logrotate-3.13.0-fbsd.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Nuar a/config.c b/config.c
 a/config.c 2017-10-14 18:52:56.829467653 +0200
-+++ b/config.c 2017-10-14 18:54:57.049467139 +0200
-@@ -25,6 +25,10 @@
- #include 
- #include 
- 
-+#if !defined(PATH_MAX) && defined(__FreeBSD__)
-+#include 
-+#endif
-+
- #include "log.h"
- #include "logrotate.h"
- 
-diff -Nuar a/logrotate.c b/logrotate.c
 a/logrotate.c  2017-10-12 17:19:41.0 +0200
-+++ b/logrotate.c  2017-10-14 18:56:23.419466769 +0200
-@@ -1,6 +1,6 @@
- #include "queue.h"
- /* alloca() is defined in stdlib.h in NetBSD */
--#ifndef __NetBSD__
-+#if !defined(__NetBSD__) && !defined(__FreeBSD__)
- #include 
- #endif
- #include 
-@@ -27,6 +27,10 @@
- #include 
- #endif
- 
-+#if !defined(PATH_MAX) && defined(__FreeBSD__)
-+#include 
-+#endif
-+
- #include "log.h"
- #include "logrotate.h"
- 

diff --git a/app-admin/logrotate/files/logrotate-3.13.0-ignore-hidden.patch 
b/app-admin/logrotate/files/logrotate-3.13.0-ignore-hidden.patch
deleted file mode 100644
index f3ade248d38..000
--- a/app-admin/logrotate/files/logrotate-3.13.0-ignore-hidden.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nuar a/config.c b/config.c
 a/config.c 2017-10-12 16:05:41.0 +0200
-+++ b/config.c 2017-10-14 18:52:56.829467653 +0200
-@@ -432,7 +432,9 @@
-   int i;
- 
-   /* Check if fname is '.' or '..'; if so, return false */
--  if (fname[0] == '.' && (!fname[1] || (fname[1] == '.' && !fname[2])))
-+  /* Don't include 'hidden' files either; this breaks Gentoo
-+ portage config file management http://bugs.gentoo.org/87683 */
-+  if (fname[0] == '.')
-   return 0;
- 
-   /* Check if fname is ending in a taboo-extension; if so, return false */

diff --git a/app-admin/logrotate/logrotate-3.13.0.ebuild 
b/app-admin/logrotate/logrotate-3.13.0.ebuild
deleted file mode 100644
index 88d7a22eb14..000
--- a/app-admin/logrotate/logrotate-3.13.0.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd
-
-DESCRIPTION="Rotates, compresses, and mails system logs"
-HOMEPAGE="https://github.com/logrotate/logrotate";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alp

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

2020-01-25 Thread Mikle Kolyada
commit: 47d22ae9aaaba1133f8f503cdb24a8a9f59494b6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan 25 17:47:35 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan 25 17:47:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d22ae9

app-admin/logrotate: fix build with -fno-common

Closes: https://bugs.gentoo.org/705882
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/logrotate/files/gcc-fnocommon.patch | 41 +++
 app-admin/logrotate/logrotate-3.14.0.ebuild   |  2 +-
 app-admin/logrotate/logrotate-3.15.1.ebuild   |  3 +-
 3 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/app-admin/logrotate/files/gcc-fnocommon.patch 
b/app-admin/logrotate/files/gcc-fnocommon.patch
new file mode 100644
index 000..d490c20ce0a
--- /dev/null
+++ b/app-admin/logrotate/files/gcc-fnocommon.patch
@@ -0,0 +1,41 @@
+From 908e86191bf062711ea44c922e66d27203e90214 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= 
+Date: Wed, 8 Jan 2020 10:54:53 +0100
+Subject: [PATCH] split declaration and definition of queue variable
+
+Support compilation with -fno-common flag, which is the default for GCC 10.
+
+Fixes: #288
+Closes #289
+---
+ config.c| 2 ++
+ logrotate.h | 3 ++-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/config.c b/config.c
+index 0e9a828..f027c7e 100644
+--- a/config.c
 b/config.c
+@@ -28,6 +28,8 @@
+ #include "log.h"
+ #include "logrotate.h"
+ 
++struct logInfoHead logs;
++
+ #if !defined(GLOB_ABORTED) && defined(GLOB_ABEND)
+ #define GLOB_ABORTED GLOB_ABEND
+ #endif
+diff --git a/logrotate.h b/logrotate.h
+index 1c178da..6c1c2e7 100644
+--- a/logrotate.h
 b/logrotate.h
+@@ -89,7 +89,8 @@ struct logInfo {
+ TAILQ_ENTRY(logInfo) list;
+ };
+ 
+-TAILQ_HEAD(logInfoHead, logInfo) logs;
++TAILQ_HEAD(logInfoHead, logInfo);
++extern struct logInfoHead logs;
+ 
+ extern int numLogs;
+ extern int debug;

diff --git a/app-admin/logrotate/logrotate-3.14.0.ebuild 
b/app-admin/logrotate/logrotate-3.14.0.ebuild
index 4cb39bde390..729f5629d43 100644
--- a/app-admin/logrotate/logrotate-3.14.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.14.0.ebuild
@@ -34,7 +34,7 @@ move_old_state_file() {
elog "See bug #357275"
if [[ -e "${OLDSTATEFILE}" ]] ; then
elog "Moving your current state file to new location: 
${STATEFILE}"
-   mv -n "${OLDSTATEFILE}" "${STATEFILE}"
+   mv -n "${OLDSTATEFILE}" "${STATEFILE}" || die
fi
 }
 

diff --git a/app-admin/logrotate/logrotate-3.15.1.ebuild 
b/app-admin/logrotate/logrotate-3.15.1.ebuild
index 58b95631d2d..eef82c310b8 100644
--- a/app-admin/logrotate/logrotate-3.15.1.ebuild
+++ b/app-admin/logrotate/logrotate-3.15.1.ebuild
@@ -34,7 +34,7 @@ move_old_state_file() {
elog "See bug #357275"
if [[ -e "${OLDSTATEFILE}" ]] ; then
elog "Moving your current state file to new location: 
${STATEFILE}"
-   mv -n "${OLDSTATEFILE}" "${STATEFILE}"
+   mv -n "${OLDSTATEFILE}" "${STATEFILE}" || die
fi
 }
 
@@ -45,6 +45,7 @@ install_cron_file() {
 
 PATCHES=(
"${FILESDIR}/${PN}-3.15.0-ignore-hidden.patch"
+   "${FILESDIR}/gcc-fnocommon.patch"
 )
 
 src_prepare() {



[gentoo-commits] proj/devmanual:master commit in: general-concepts/

2020-01-25 Thread Ulrich Müller
commit: 1f71c717632bd3d08b0dd920a65c4707c80f69df
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jan 25 17:50:42 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jan 25 17:50:42 2020 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1f71c717

general-concepts: Restore alphabetical order of includes.

Fixes: 4a88709ecea8b25dce3063b3b8454b870f1435d9
Fixes: 8c1cb7c99809541c4782055a1591155f5e7749a2

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

 general-concepts/text.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/general-concepts/text.xml b/general-concepts/text.xml
index 1fba9c5..e832db0 100644
--- a/general-concepts/text.xml
+++ b/general-concepts/text.xml
@@ -19,17 +19,18 @@ writing ebuilds or working with the Gentoo repository.
 
 
 
+
 
 
-
 
-
 
 
 
 
+
 
 
+
 
 
 



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

2020-01-25 Thread Stefan Strogin
commit: 23ab9a59491014cb8d985c107d7a5171f5b87450
Author: Stefan Strogin  gentoo  org>
AuthorDate: Sat Jan 25 17:52:22 2020 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat Jan 25 17:55:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab9a59

net-im/telegram-desktop: add USE=libressl

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Stefan Strogin  gentoo.org>

 net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild 
b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
index a5baf8e9c57..927e83b664e 100644
--- a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild
@@ -16,12 +16,13 @@ 
SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${
 LICENSE="GPL-3-with-openssl-exception Unlicense"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64"
-IUSE="dbus gtk3 spell"
+IUSE="dbus gtk3 libressl spell"
 
 RDEPEND="!net-im/telegram-desktop-bin
app-arch/lz4
app-arch/xz-utils
-   dev-libs/openssl:0
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
dev-libs/xxhash
dev-qt/qtcore:5
dev-qt/qtgui:5[png,X(-)]



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

2020-01-25 Thread Sergei Trofimovich
commit: 4662fe1e4967a48f12e818c5a5b8f74305738610
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 17:57:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 18:02:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4662fe1e

mail-mta/netqmail: drop old

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-mta/netqmail/netqmail-1.06-r4.ebuild | 186 --
 1 file changed, 186 deletions(-)

diff --git a/mail-mta/netqmail/netqmail-1.06-r4.ebuild 
b/mail-mta/netqmail/netqmail-1.06-r4.ebuild
deleted file mode 100644
index 520694626f7..000
--- a/mail-mta/netqmail/netqmail-1.06-r4.ebuild
+++ /dev/null
@@ -1,186 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-GENQMAIL_PV=20080406
-QMAIL_SPP_PV=0.42
-
-QMAIL_TLS_PV=20070417
-QMAIL_TLS_F=${PN}-1.05-tls-smtpauth-${QMAIL_TLS_PV}.patch
-QMAIL_TLS_CVE=vu555316.patch
-
-QMAIL_BIGTODO_PV=103
-QMAIL_BIGTODO_F=big-todo.${QMAIL_BIGTODO_PV}.patch
-
-QMAIL_LARGE_DNS='qmail-103.patch'
-
-inherit eutils qmail
-
-DESCRIPTION="qmail -- a secure, reliable, efficient, simple message transfer 
agent"
-HOMEPAGE="
-   http://netqmail.org
-   https://cr.yp.to/qmail.html
-   http://qmail.org
-"
-SRC_URI="mirror://qmail/${P}.tar.gz
-   https://dev.gentoo.org/~hollow/distfiles/${GENQMAIL_F}
-   https://www.ckdhr.com/ckd/${QMAIL_LARGE_DNS}
-   http://inoa.net/qmail-tls/${QMAIL_TLS_CVE}
-   !vanilla? (
-   highvolume? ( mirror://qmail/${QMAIL_BIGTODO_F} )
-   qmail-spp? ( mirror://sourceforge/qmail-spp/${QMAIL_SPP_F} )
-   ssl? ( http://shupp.org/patches/${QMAIL_TLS_F} )
-   )
-"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="authcram gencertdaily highvolume libressl +pop3 qmail-spp ssl vanilla"
-REQUIRED_USE='vanilla? ( !ssl !qmail-spp !highvolume )'
-RESTRICT="test"
-
-DEPEND="
-   !mail-mta/qmail
-   acct-group/nofiles
-   acct-group/qmail
-   acct-user/alias
-   acct-user/qmaild
-   acct-user/qmaill
-   acct-user/qmailp
-   acct-user/qmailq
-   acct-user/qmailr
-   acct-user/qmails
-   net-mail/queue-repair
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   )
-   sys-apps/gentoo-functions
-   sys-apps/groff
-"
-RDEPEND="
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/msmtp[mta]
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !=mail-mta/ssmtp-2.64-r2[mta]
-   >=sys-apps/ucspi-tcp-0.88-r17
-   ssl? ( >=sys-apps/ucspi-ssl-0.70-r1 )
-   virtual/daemontools
-   >=net-mail/dot-forward-0.71-r3
-   virtual/checkpassword
-   authcram? ( >=net-mail/cmd5checkpw-0.30 )
-   ${DEPEND}
-"
-
-pkg_setup() {
-   if [[ -n "${QMAIL_PATCH_DIR}" ]]; then
-   eerror
-   eerror "The QMAIL_PATCH_DIR variable for custom patches"
-   eerror "has been removed from ${PN}. If you need custom patches"
-   eerror "you should create a copy of this ebuild in an overlay."
-   eerror
-   die "QMAIL_PATCH_DIR is not supported anymore"
-   fi
-}
-
-src_unpack() {
-   genqmail_src_unpack
-   use qmail-spp && qmail_spp_src_unpack
-
-   unpack ${P}.tar.gz
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-exit.patch
-   epatch "${FILESDIR}"/${PV}-readwrite.patch
-   epatch "${DISTDIR}"/${QMAIL_LARGE_DNS}
-   epatch "${FILESDIR}"/${PV}-fbsd-utmpx.patch
-
-   ht_fix_file Makefile*
-
-   if ! use vanilla; then
-   if use ssl; then
-   # This patch contains relative paths and needs to be 
cleaned up.
-   sed 's~^--- ../../~--- ~g' \
-   < "${DISTDIR}"/${QMAIL_TLS_F} \
-   > "${T}"/${QMAIL_TLS_F} || die
-   epatch "${T}"/${QMAIL_TLS_F}
-   epatch "${DISTDIR}"/${QMAIL_TLS_CVE}
-   fi
-   use highvolume && epatch "${DISTDIR}"/${QMAIL_BIGTODO_F}
-
-   if use qmail-spp; then
-   if use ssl; then
-   epatch 
"${QMAIL_SPP_S}"/qmail-spp-smtpauth-tls-20060105.diff
-   else
-   epatch "${QMAIL_SPP_S}"/netqmail-spp.diff
-   fi
-   cd "${WORKDIR}" || die
-   epatch "${FILESDIR}"/genqmail-20080406-ldflags.patch
-   cd - || die
-   fi
-   fi
-
-   cd "${WORKDIR}" || die
-   epatch "${FILESDIR}"

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

2020-01-25 Thread Matthew Thode
commit: 53cb853fc3b7c38c22bf2298c60858a57240a3ef
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 25 18:13:22 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jan 25 18:13:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53cb853f

media-sound/pulseeffects: 4.7.1 stable amd64 and x86

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 media-sound/pulseeffects/Manifest  |  2 -
 media-sound/pulseeffects/pulseeffects-4.6.9.ebuild | 72 --
 media-sound/pulseeffects/pulseeffects-4.7.0.ebuild | 72 --
 media-sound/pulseeffects/pulseeffects-4.7.1.ebuild |  2 +-
 4 files changed, 1 insertion(+), 147 deletions(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 3b4b6a61642..32a55c27571 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,4 +1,2 @@
 DIST pulseeffects-4.6.8.tar.gz 1882449 BLAKE2B 
57a93eeb32304628efb51473912a70485e054ef50e9e9aec9731ba761dd7809ce0a8c3838fc74a04c6a29537bf182a74c6e6715c722ce76670c8be71dc4a5608
 SHA512 
672204ad90534ad45228b3473902eb8489c8306c7850f2b2a6f983aa89955529fb5381d6a7d703de94dcd658ffd5b560cce17291a0b23654b225ebd301659e74
-DIST pulseeffects-4.6.9.tar.gz 1925035 BLAKE2B 
f059169721e643cb3e3a6db42d3a0fef0bb7696c6b2a5583e69573e7620f87d4a06ed448e298e0ca4e9868dcdd8cec8bbf71e7fb83c094d3840a9f90919ea571
 SHA512 
c767508ae3d9fb8df3e8d27a05bfa908e6c0862514a20b81fbc3ea8680c9d6ca20bac8d90d513494aaccbda29104e0dc015b81dab0bee5a40b708c415246ce3e
-DIST pulseeffects-4.7.0.tar.gz 1931247 BLAKE2B 
88545378c55c968e5973973593c8cf8e5ccfbca60c28af5f4604be247dbaeba25f68dd21be77b9160dfaa7dc633127c7a0066615d607d2e5adc8e5608d6132d0
 SHA512 
9d47a61abaa851b83344437d12d0c674459c0dcc27096f1ce8d22fde8dd56c0819f81cee56a9ef13c93d476ed02195743b2fec1a66794b6878ed796da6c166bd
 DIST pulseeffects-4.7.1.tar.gz 1995518 BLAKE2B 
81a0e53875278c5264cc306b81d299b0d016f806f7f142fddceb8aef8798b4f64163f05d72f44ae147195b871b59ed9dce52bba8b98597362e9f154336daff7a
 SHA512 
19a84986ff49d832147697ed81e793f6f7b22600b4b928cf9efe7db0ed455181547d21b3216d47e4d0ae495ef420ce8392cbef0d1edef0d9d5130a1ad2d89c8f

diff --git a/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild
deleted file mode 100644
index ab95a499cd7..000
--- a/media-sound/pulseeffects/pulseeffects-4.6.9.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson
-
-DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
-HOMEPAGE="https://github.com/wwmm/pulseeffects";
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/wwmm/pulseeffects";
-else
-   SRC_URI="https://github.com/wwmm/pulseeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bs2b calf mda-lv2 rubberband"
-
-#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
-RDEPEND="
-   >=dev-libs/boost-1.41:=
-   >=dev-cpp/glibmm-2.56.0
-   >=dev-cpp/gtkmm-3.20:3.0
-   >=dev-libs/glib-2.56:2
-   >=dev-libs/libsigc++-2.10:2
-   >=x11-libs/gtk+-3.18:3
-   >=media-libs/lilv-0.24.2-r1
-   >=media-libs/lsp-plugins-1.1.7[lv2]
-   >=media-libs/gstreamer-1.12.0:1.0
-   >=media-libs/gst-plugins-good-1.12.0:1.0
-   >=media-libs/gst-plugins-bad-1.12.0:1.0
-   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
-   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
-   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
-   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
-   calf? ( >=media-plugins/calf-0.90.0[lv2] )
-   mda-lv2? ( media-plugins/mda-lv2 )
-   rubberband? ( media-libs/rubberband )
-   >=media-libs/zita-convolver-3.0.0
-   media-libs/libebur128
-   media-sound/pulseaudio
-   sys-apps/dbus"
-# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
-# and sys-devel/gettext depends reasoning
-DEPEND="
-   ${RDEPEND}
-   dev-libs/appstream-glib
-   sys-devel/gettext
-"
-BDEPEND="
-   >=sys-devel/gcc-7.3.0
-   dev-util/itstool
-   media-libs/libsamplerate
-   virtual/pkgconfig
-"
-
-pkg_postinst(){
-   gnome2_gconf_install
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm(){
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}

diff --git a/media-sound/pulseeffects/pulseeffects-4.7.0.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.7.0.ebuild
deleted file mode 100644
index ab95a499cd7..000
--- a/media-sound/pulseeffects/pulseeffects-4.7.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distrib

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

2020-01-25 Thread Jörg Bornkessel
commit: dc8f1a0976bdbb2f25377ee9e57f9f98927a0504
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sat Jan 25 18:19:08 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Sat Jan 25 18:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8f1a09

media-video/vdrtools-genindex: eapi 7; license, homepage fixed

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 .../vdrtools-genindex-0.1.3-r2.ebuild  | 31 ++
 1 file changed, 31 insertions(+)

diff --git a/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild 
b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
new file mode 100644
index 000..d3261210e22
--- /dev/null
+++ b/media-video/vdrtools-genindex/vdrtools-genindex-0.1.3-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SCRIPT="genindex"
+
+DESCRIPTION="VDR: genindex Script"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
+SRC_URI="http://www.muempf.de/down/${SCRIPT}-${PV}.tar.gz";
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+
+S=${WORKDIR}/${SCRIPT}-${PV}
+
+DOCS=( README )
+
+src_prepare() {
+   # respect LDFLAGS
+   sed -i Makefile \
+   -e "s:\$(CXXFLAGS) \$^:\$(CXXFLAGS) \$(LDFLAGS) \$^:" || die
+
+   default
+}
+
+src_install() {
+   dobin genindex
+   einstalldocs
+}



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

2020-01-25 Thread Michał Górny
commit: ff06de1148bfbba2ee075925034db341426f60ac
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 25 18:08:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 25 18:29:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff06de11

llvm.eclass: Permit LLVM 11

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

 eclass/llvm.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/llvm.eclass b/eclass/llvm.eclass
index eed3fe0014c..5477b9d25ed 100644
--- a/eclass/llvm.eclass
+++ b/eclass/llvm.eclass
@@ -81,7 +81,7 @@ if [[ ! ${_LLVM_ECLASS} ]]; then
 # @INTERNAL
 # @DESCRIPTION:
 # Correct values of LLVM slots, newest first.
-declare -g -r _LLVM_KNOWN_SLOTS=( 10 9 8 7 6 5 4 )
+declare -g -r _LLVM_KNOWN_SLOTS=( 11 10 9 8 7 6 5 4 )
 
 # @FUNCTION: get_llvm_prefix
 # @USAGE: [-b|-d] []



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

2020-01-25 Thread Michał Górny
commit: 904b2a23c2aacdab32af335d9875aec391ee0268
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 25 18:01:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 25 18:29:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904b2a23

kernel-install.eclass: Remove initramfs in postrm

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

 eclass/kernel-install.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/kernel-install.eclass b/eclass/kernel-install.eclass
index 7e64f44c8c3..1fdeb1bf4dc 100644
--- a/eclass/kernel-install.eclass
+++ b/eclass/kernel-install.eclass
@@ -302,7 +302,13 @@ kernel-install_pkg_prerm() {
 kernel-install_pkg_postrm() {
debug-print-function ${FUNCNAME} "${@}"
 
-   # (no-op at the moment)
+   if [[ -z ${ROOT} ]] && use initramfs; then
+   local image_path=$(kernel-install_get_image_path)
+   ebegin "Removing initramfs"
+   rm -f "${EROOT}/usr/src/linux-${PV}/${image_path%/*}/initrd" &&
+   find "${EROOT}/usr/src/linux-${PV}" -depth -type d 
-empty -delete
+   eend ${?}
+   fi
 }
 
 _KERNEL_INSTALL_ECLASS=1



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

2020-01-25 Thread Jörg Bornkessel
commit: 2f0af8a1228eb22192aafe8bf774df4f5c8171cf
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sat Jan 25 18:59:07 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Sat Jan 25 19:00:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0af8a1

media-video/vdr2jpeg: eapi 7; reassigned package to myself

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-video/vdr2jpeg/metadata.xml | 18 ++-
 media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild | 45 +++
 2 files changed, 56 insertions(+), 7 deletions(-)

diff --git a/media-video/vdr2jpeg/metadata.xml 
b/media-video/vdr2jpeg/metadata.xml
index 5e673b528cd..40d5ea0ecfe 100644
--- a/media-video/vdr2jpeg/metadata.xml
+++ b/media-video/vdr2jpeg/metadata.xml
@@ -1,12 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   Joerg Bornkessel
+   hd_bru...@gentoo.org
+   

-   media-vi...@gentoo.org
-   Gentoo Video project
-   
-   
-   Addon needed for XXV - WWW Admin for the Video Disk 
Recorder
-   Creating jpeg pics from *.vdr files 
-   
+   media-vi...@gentoo.org
+   Gentoo Video project
+   
+   
+   Addon needed for XXV - WWW Admin for the Video Disk Recorder
+   Creating jpeg pics from *.vdr files
+   
 

diff --git a/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild 
b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild
new file mode 100644
index 000..be8cbb63595
--- /dev/null
+++ b/media-video/vdr2jpeg/vdr2jpeg-0.2.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+VERSION="1911" # every bump, new version
+
+RESTRICT="strip"
+
+DESCRIPTION="Addon needed for XXV - WWW Admin for the Video Disk Recorder"
+HOMEPAGE="https://projects.vdr-developer.org/projects/xxv";
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libav"
+
+RDEPEND="
+   libav? ( media-video/libav )
+   !libav? ( media-video/ffmpeg:0 )
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( README LIESMICH )
+
+src_prepare() {
+   sed -i Makefile \
+   -e "s:usr/local:usr:" \
+   -e "s:-o vdr2jpeg:\$(LDFLAGS) -o vdr2jpeg:" || die
+
+   default
+}
+
+src_install() {
+   if use libav; then
+   emake DESTDIR="${D}" install FFMPEG_BIN=/usr/bin/avconv
+   else
+   emake DESTDIR="${D}" install FFMPEG_BIN=/usr/bin/ffmpeg
+   fi
+
+   einstalldocs
+}



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

2020-01-25 Thread David Seifert
commit: d0d99f28cac3aeb0680444e36c158eea37479081
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 19:02:22 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 19:02:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d99f28

media-plugins/audacious-plugins: Remove USE="adplug"

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 ...us-plugins-3.10.1.ebuild => audacious-plugins-3.10.1-r1.ebuild} | 7 +++
 ...cious-plugins-3.9-r2.ebuild => audacious-plugins-3.9-r3.ebuild} | 3 +--
 ...gins-4.0_beta1.ebuild => audacious-plugins-4.0_beta1-r1.ebuild} | 7 +++
 media-plugins/audacious-plugins/audacious-plugins-.ebuild  | 7 +++
 media-plugins/audacious-plugins/metadata.xml   | 1 -
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r1.ebuild
similarity index 95%
rename from media-plugins/audacious-plugins/audacious-plugins-3.10.1.ebuild
rename to media-plugins/audacious-plugins/audacious-plugins-3.10.1-r1.ebuild
index 23c7267d5bb..7a744ede0c7 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.10.1.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme 
jack lame libav libnotify libsamplerate
+IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme jack 
lame libav libnotify libsamplerate
lirc mms modplug mp3 nls opengl pulseaudio qt5 qtmedia scrobbler sdl 
sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="
|| ( alsa jack pulseaudio qtmedia sdl )
@@ -52,7 +52,6 @@ DEPEND="
dev-libs/libxml2:2
~media-sound/audacious-${PV}[qt5=]
aac? ( >=media-libs/faad2-2.7 )
-   adplug? ( media-libs/adplug )
alsa? ( >=media-libs/alsa-lib-1.0.16 )
ampache? ( =media-libs/ampache_browser-1* )
bs2b? ( media-libs/libbs2b )
@@ -123,11 +122,11 @@ src_configure() {
local myeconfargs=(
--enable-mpris2
--enable-songchange
+   --disable-adplug # not packaged
--disable-oss4
--disable-coreaudio
--disable-sndio
$(use_enable aac)
-   $(use_enable adplug)
$(use_enable alsa)
$(use_enable ampache)
$(use_enable bs2b)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r3.ebuild
similarity index 98%
rename from media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild
rename to media-plugins/audacious-plugins/audacious-plugins-3.9-r3.ebuild
index 93bf6d8de50..795d2dc4be8 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r2.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.9-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,7 +36,6 @@ RDEPEND="
dev-libs/dbus-glib
dev-libs/glib
dev-libs/libxml2:2
-   media-libs/adplug
~media-sound/audacious-${PV}
x11-libs/gtk+:3
x11-libs/libXcomposite

diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1-r1.ebuild
similarity index 95%
rename from media-plugins/audacious-plugins/audacious-plugins-4.0_beta1.ebuild
rename to media-plugins/audacious-plugins/audacious-plugins-4.0_beta1-r1.ebuild
index b815a044cb5..1a3e8873b7b 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-4.0_beta1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/";
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme
+IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth http gme
jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis 
wavpack"
 REQUIRED_USE="
@@ -56,7 +56,6 @@ DEPEND="
dev-qt/qtwidgets:5
~media-sound/audacious-${PV}
aac? ( >=media-libs/faad2-2.7 )
-   adplug? ( media-li

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

2020-01-25 Thread David Seifert
commit: 722799d0fd39b4e6950248b354842226fab12b47
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 19:02:25 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 19:02:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722799d0

media-sound/mpd: Remove USE="adplug"

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 media-sound/mpd/metadata.xml  | 1 -
 media-sound/mpd/{mpd-0.21.18.ebuild => mpd-0.21.18-r1.ebuild} | 8 
 media-sound/mpd/{mpd-0.21.19.ebuild => mpd-0.21.19-r1.ebuild} | 8 
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/media-sound/mpd/metadata.xml b/media-sound/mpd/metadata.xml
index a0ce8601810..621b406d3e2 100644
--- a/media-sound/mpd/metadata.xml
+++ b/media-sound/mpd/metadata.xml
@@ -6,7 +6,6 @@
 Mikle Kolyada
   
   
-Enable the AdPlug decoder plugin
 Use libcdio for ISO9660 parsing support
 Enable ChromaPrint / AcoustID support
 Enable CUE sheet support

diff --git a/media-sound/mpd/mpd-0.21.18.ebuild 
b/media-sound/mpd/mpd-0.21.18-r1.ebuild
similarity index 97%
rename from media-sound/mpd/mpd-0.21.18.ebuild
rename to media-sound/mpd/mpd-0.21.18-r1.ebuild
index db09890f55c..41e1d18a0a0 100644
--- a/media-sound/mpd/mpd-0.21.18.ebuild
+++ b/media-sound/mpd/mpd-0.21.18-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sh x86 ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+IUSE="+alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
@@ -21,7 +21,7 @@ IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue 
+curl +dbus debug
zeroconf zip zlib"
 
 OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+DECODER_PLUGINS="audiofile faad ffmpeg flac fluidsynth mad mikmod
modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
 ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
 
@@ -38,7 +38,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
acct-user/mpd
-   adplug? ( media-libs/adplug:= )
alsa? (
media-libs/alsa-lib
media-sound/alsa-utils
@@ -214,7 +213,8 @@ src_configure() {
fi
 
emesonargs+=(
-   -Dadplug=$(usex adplug enabled disabled)
+   # media-libs/adplug is not packaged anymore
+   -Dadplug=disabled
-Daudiofile=$(usex audiofile enabled disabled)
-Dfaad=$(usex faad enabled disabled)
-Dffmpeg=$(usex ffmpeg enabled disabled)

diff --git a/media-sound/mpd/mpd-0.21.19.ebuild 
b/media-sound/mpd/mpd-0.21.19-r1.ebuild
similarity index 97%
rename from media-sound/mpd/mpd-0.21.19.ebuild
rename to media-sound/mpd/mpd-0.21.19-r1.ebuild
index 3395216d6d3..3f87664378e 100644
--- a/media-sound/mpd/mpd-0.21.19.ebuild
+++ b/media-sound/mpd/mpd-0.21.19-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~x86 ~x64-macos"
-IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+IUSE="+alsa ao audiofile bzip2 cdio chromaprint +cue +curl +dbus debug
+eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+ipv6 jack lame libav libmpdclient libsamplerate libsoxr +mad mikmod mms
modplug mpg123 musepack +network nfs openal opus oss pipe pulseaudio 
qobuz
@@ -21,7 +21,7 @@ IUSE="adplug +alsa ao audiofile bzip2 cdio chromaprint +cue 
+curl +dbus debug
zeroconf zip zlib"
 
 OUTPUT_PLUGINS="alsa ao fifo jack network openal oss pipe pulseaudio recorder"
-DECODER_PLUGINS="adplug audiofile faad ffmpeg flac fluidsynth mad mikmod
+DECODER_PLUGINS="audiofile faad ffmpeg flac fluidsynth mad mikmod
modplug mpg123 musepack flac sid vorbis wavpack wildmidi"
 ENCODER_PLUGINS="audiofile flac lame twolame vorbis"
 
@@ -38,7 +38,6 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
acct-user/mpd
-   adplug? ( media-libs/adplug:= )
alsa? (
media-libs/alsa-lib
media-sound/alsa-utils
@@ -214,7 +213,8 @@ src_configure() {
fi
 
emesonargs+=(
-   -Dadplug=$(usex adplug enabled disabled)
+   # media-libs/adplug is not packaged anymore
+   -Dadplug=disabled
-Daudiofile=$(usex audiofile enabled disabled)
-Dfaad=$(usex faad enabled disabled

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

2020-01-25 Thread David Seifert
commit: d27a9e33ba053d9ddd833ebaa4c52dc5f7b496aa
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 19:02:28 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 19:02:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d27a9e33

package.mask: Last rite media-libs/adplug

Bug: https://bugs.gentoo.org/706346
Closes: https://github.com/gentoo/gentoo/pull/14443
Signed-off-by: David Seifert  gentoo.org>

 profiles/package.mask | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 268a3a6d5e5..62b52278ff4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,16 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2020-01-25)
+# Upstream is mostly unresponsive and doesn't have the resources to
+# fix their code. Lots of bugs in the form of big endian issues, buffer
+# overflows, heap overflows, memory leaks and missing sanity checks.
+# Includes libbinio, which is only used by adplug and in a similarly poor
+# state. Multiple open CVEs, removal in 30 days. Bug #667170, #706346.
+media-libs/adplug
+dev-cpp/libbinio
+media-sound/adplay
+
 # Victor Payno  (2020-01-23)
 # Requires slotted lua.
 =dev-lang/lua-5.1.5-r103



[gentoo-commits] repo/gentoo:master commit in: virtual/qmail/

2020-01-25 Thread Sergei Trofimovich
commit: 407160e540ee3ffeb2f0756bee94100590da0a31
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 19:02:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 19:03:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407160e5

virtual/qmail: drop to ~alpha

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 virtual/qmail/qmail-1.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/qmail/qmail-1.03.ebuild b/virtual/qmail/qmail-1.03.ebuild
index 20142d10fc4..f375f926d13 100644
--- a/virtual/qmail/qmail-1.03.ebuild
+++ b/virtual/qmail/qmail-1.03.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 DESCRIPTION="Virtual for qmail"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
 
 # netqmail-1.05 is a special case, because it's a vanilla
 # qmail-1.03 but patched to fix some things.



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

2020-01-25 Thread Sergei Trofimovich
commit: 07d49abd226f91fdc11bcb55910daa1fcd99f4e0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Jan 25 19:02:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jan 25 19:03:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d49abd

mail-mta/netqmail: drop old files from Manifest

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 mail-mta/netqmail/Manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mail-mta/netqmail/Manifest b/mail-mta/netqmail/Manifest
index 922fa4a3a69..e79904ce151 100644
--- a/mail-mta/netqmail/Manifest
+++ b/mail-mta/netqmail/Manifest
@@ -1,7 +1,5 @@
 DIST big-todo.103.patch 5546 BLAKE2B 
34889a97c642bafedebdd3fba7dd848e58f692bbebb33da26f39d47d65ac2067cc6bfeea9f044dcebcdce53bf789c7b2e029d6542ad1926a420291d4b59d7554
 SHA512 
fe6e19a94fb7dbe51f7164e38a91d8edb636251569d44ace1e146fe5f607b240edafb2884daaac481ff3219142ab553cfd5b01786e0dfc4662ef07336b789975
-DIST genqmail-20080406.tar.bz2 10252 BLAKE2B 
4e959ff9a79c7621f8681866e2e614ecbd6a2c64b45a79f9c553b202f2a495fbd5b1eeefdebb0502c48c0fbed5ba37073d9b500f28217a9a568bdf7eb376b8a3
 SHA512 
744d0968307bfedebf0ca7bc0d5bd0780884326acaf5fea0a66fb91f8b0caf5ba52eb443c9cb2a7d6389622ca5c87100c3204ec3408aed8ef5fb1e7f80ff0d35
 DIST genqmail-20191010.tar.bz2 10063 BLAKE2B 
bd1b664fca9fdb92aba49930b1d0c336097f2bad56ea814014c0d811d9d96fb861925dd0b016ce4ef1edd0473481fa807e81be17b7169688bfbd72a72e287718
 SHA512 
8d19a25b8745a04f7bdb378259dcee7b43f62cf90e7a7d8f4843d39169f8221cd8c5b9c332b37e5ecc7917366093e56f34bc4362b8ab0dd1785a6d0f12687a4b
-DIST netqmail-1.05-tls-smtpauth-20070417.patch 67942 BLAKE2B 
c9498d9ef5987f1f8eae77894a839708add2186bbd8b1d4a7df36b56e0345da9643b384bc3f575bdd87dae9571d7e22c9e09894fa5330910a2bf8679675e41b5
 SHA512 
ce5fb50ae9a7683b708eeb65c68a0db47c5817eb3fc14457c4f7c5746916ca2734c647a2369bf6f1240477ee818e3e7d7870aec3edbad2eaace179cba6267e41
 DIST netqmail-1.05-tls-smtpauth-20190114.patch 68060 BLAKE2B 
46a887c23e09d6cb9fa9a5259c288cfd9dc8ce51f361d076794ebf754250a35e33787426cdd53989dc196ce4a3a61fd1e66896b2ff0368c98a4566d7bef6c517
 SHA512 
33cbf4d05c4212efecb23237c1b3fb67ef9a1543f11d81ac1c397416a4153af3d67e144686f1764d8b5e7ccd51044bbe51cf833c6ac779344048384cabc1
 DIST netqmail-1.06.tar.gz 260941 BLAKE2B 
f60cf737f308d70433da917b30a07af600f8956ae718bcf17f1628382523d7fdfa2456549066b57674a112a53946a410136ee89c0911402b24a4153bbc37d39a
 SHA512 
de40a6d8fac502bd785010434d99b99f2c0524e10aea3d0f2a0d35c70fce91e991eb1fb8f20a1276eb56d7e73130ea5e2c178f6075d138af47b28d9ca6e6046b
 DIST qmail-103.patch 2104 BLAKE2B 
23721b3331c719f3b6deca8b2603bf824b66068d3901a84dda9edbe33b506d0c2b6e711364e2426d9e393453a54485f0286d4668f99cf6b9acabf10a5dc59b0a
 SHA512 
b81062bb0b0023f474c0b6af40601926e1c04ad395de480d114809e48a8060c06d99bdbdeb6f44d9e24ae1acedabb094b979193d305371aed958f18fc6eee354



[gentoo-commits] repo/gentoo:master commit in: www-misc/xxv/

2020-01-25 Thread Jörg Bornkessel
commit: a4ae6e460bd559c94ec96b2206bcea3fa77f513c
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sat Jan 25 19:15:57 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Sat Jan 25 19:16:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ae6e46

www-misc/xxv: reassing package to myself, removed versionator inherit

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 www-misc/xxv/metadata.xml| 5 -
 www-misc/xxv/xxv-1.6.1-r1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/www-misc/xxv/metadata.xml b/www-misc/xxv/metadata.xml
index 103ae1ef3d0..7a140a4e865 100644
--- a/www-misc/xxv/metadata.xml
+++ b/www-misc/xxv/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   Joerg Bornkessel
+   hd_bru...@gentoo.org
+   

To program and steer central service over a Browser the VDR 


diff --git a/www-misc/xxv/xxv-1.6.1-r1.ebuild b/www-misc/xxv/xxv-1.6.1-r1.ebuild
index 201fd74841e..1ceb6455bdf 100644
--- a/www-misc/xxv/xxv-1.6.1-r1.ebuild
+++ b/www-misc/xxv/xxv-1.6.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit eutils versionator
+inherit eutils
 
 VERSION="718" # every bump, new version
 



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

2020-01-25 Thread Jörg Bornkessel
commit: 302fc8a2e34c56dda2a086f90baa6230b6a5438c
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sat Jan 25 19:28:29 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Sat Jan 25 19:28:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302fc8a2

dev-libs/tntnet: reassing package to myself

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 dev-libs/tntnet/metadata.xml   | 5 -
 dev-libs/tntnet/tntnet-2.2.1-r1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/tntnet/metadata.xml b/dev-libs/tntnet/metadata.xml
index 77d1be7cc24..dec3d3816a1 100644
--- a/dev-libs/tntnet/metadata.xml
+++ b/dev-libs/tntnet/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   Joerg Bornkessel
+   hd_bru...@gentoo.org
+   

Enable tntnet server daemon


diff --git a/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild 
b/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild
index 0b0c372cdd8..50046a85221 100644
--- a/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild
+++ b/dev-libs/tntnet/tntnet-2.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5



[gentoo-commits] repo/gentoo:master commit in: sci-biology/bwa/files/, sci-biology/bwa/

2020-01-25 Thread David Seifert
commit: 71f83be9beeb1ed4c39d0e0ad442a8aba54a2c8c
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 19:38:35 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 19:38:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f83be9

sci-biology/bwa: Fix -fno-common bug

Closes: https://bugs.gentoo.org/706348
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 sci-biology/bwa/bwa-0.7.16a.ebuild | 10 ++
 sci-biology/bwa/files/bwa-0.7.16a-gcc-10.patch |  7 +++
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/sci-biology/bwa/bwa-0.7.16a.ebuild 
b/sci-biology/bwa/bwa-0.7.16a.ebuild
index 21fe67143bd..b29bf210169 100644
--- a/sci-biology/bwa/bwa-0.7.16a.ebuild
+++ b/sci-biology/bwa/bwa-0.7.16a.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -11,12 +11,14 @@ SRC_URI="mirror://sourceforge/bio-bwa/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 KEYWORDS="~amd64 ~x86 ~x64-macos"
 
 RDEPEND="dev-lang/perl"
 
-PATCHES=( "${FILESDIR}"/${PN}-0.7.15-Makefile.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.7.15-Makefile.patch
+   "${FILESDIR}"/${PN}-0.7.16a-gcc-10.patch
+)
 DOCS=( NEWS.md README-alt.md README.md )
 
 src_configure() {

diff --git a/sci-biology/bwa/files/bwa-0.7.16a-gcc-10.patch 
b/sci-biology/bwa/files/bwa-0.7.16a-gcc-10.patch
new file mode 100644
index 000..40056ffeaaa
--- /dev/null
+++ b/sci-biology/bwa/files/bwa-0.7.16a-gcc-10.patch
@@ -0,0 +1,7 @@
+--- a/rle.h
 b/rle.h
+@@ -32,3 +32,3 @@ extern "C" {
+ 
+-const uint8_t rle_auxtab[8];
++extern const uint8_t rle_auxtab[8];
+ 



[gentoo-commits] proj/mysql-extras:master commit in: /

2020-01-25 Thread Thomas Deutschmann
commit: af5234eeeb8e6208d80bd5d97fe43d37dcbc563a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 19:42:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:42:46 2020 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=af5234ee

Add 20018_all_mysql-5.7.29-fix-libressl-support.patch

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

 20018_all_mysql-5.7.29-fix-libressl-support.patch | 79 +++
 1 file changed, 79 insertions(+)

diff --git a/20018_all_mysql-5.7.29-fix-libressl-support.patch 
b/20018_all_mysql-5.7.29-fix-libressl-support.patch
new file mode 100644
index 000..c3604cb
--- /dev/null
+++ b/20018_all_mysql-5.7.29-fix-libressl-support.patch
@@ -0,0 +1,79 @@
+--- a/cmake/ssl.cmake
 b/cmake/ssl.cmake
+@@ -186,7 +186,8 @@ MACRO (MYSQL_CHECK_SSL)
+ OPENSSL_FIX_VERSION "${OPENSSL_VERSION_NUMBER}"
+ )
+ ENDIF()
+-
IF("${OPENSSL_MAJOR_VERSION}.${OPENSSL_MINOR_VERSION}.${OPENSSL_FIX_VERSION}" 
VERSION_GREATER "1.1.0")
++CHECK_SYMBOL_EXISTS(TLS1_3_VERSION "openssl/tls1.h" HAVE_TLS1_3_VERSION)
++IF(HAVE_TLS1_3_VERSION)
+ADD_DEFINITIONS(-DHAVE_TLSv13)
+SET(HAVE_TLSv13 1)
+IF(SOLARIS)
+@@ -196,7 +197,7 @@ MACRO (MYSQL_CHECK_SSL)
+ IF(OPENSSL_INCLUDE_DIR AND
+OPENSSL_LIBRARY   AND
+CRYPTO_LIBRARY  AND
+-   OPENSSL_MAJOR_VERSION STREQUAL "1"
++   OPENSSL_MAJOR_VERSION VERSION_GREATER_EQUAL "1"
+   )
+   SET(OPENSSL_FOUND TRUE)
+ ELSE()
+--- a/sql/auth/sha2_password_common.cc
 b/sql/auth/sha2_password_common.cc
+@@ -116,7 +116,8 @@ bool SHA256_digest::retrieve_digest(unsigned char *digest,
+ DBUG_RETURN(true);
+   }
+   m_ok= EVP_DigestFinal_ex(md_context, m_digest, NULL);
+-#if defined(HAVE_WOLFSSL) || OPENSSL_VERSION_NUMBER < 0x1010L
++#if defined(HAVE_WOLFSSL) || OPENSSL_VERSION_NUMBER < 0x1010L || \
++(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 
0x0209fL)
+   EVP_MD_CTX_cleanup(md_context);
+ #else  /* OPENSSL_VERSION_NUMBER < 0x1010L */
+   EVP_MD_CTX_reset(md_context);
+--- a/sql/mysqld.cc
 b/sql/mysqld.cc
+@@ -3419,7 +3419,7 @@ int warn_self_signed_ca()
+ static int init_ssl()
+ {
+ #ifdef HAVE_OPENSSL
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+   CRYPTO_malloc_init();
+ #else /* OPENSSL_VERSION_NUMBER < 0x1010L */
+   OPENSSL_malloc_init();
+--- a/vio/viosslfactories.c
 b/vio/viosslfactories.c
+@@ -123,21 +123,19 @@ static DH *get_dh2048(void)
+   DH *dh;
+   if ((dh=DH_new()))
+   {
+-BIGNUM *p= BN_bin2bn(dh2048_p, sizeof(dh2048_p), NULL);
+-BIGNUM *g= BN_bin2bn(dh2048_g, sizeof(dh2048_g), NULL);
+-if (!p || !g
+-#if OPENSSL_VERSION_NUMBER >= 0x1010L
+-|| !DH_set0_pqg(dh, p, NULL, g)
+-#endif /* OPENSSL_VERSION_NUMBER >= 0x1010L */
+-) {
+-  /* DH_free() will free 'p' and 'g' at once. */
++BIGNUM *p = BN_bin2bn(dh2048_p,sizeof(dh2048_p), NULL);
++BIGNUM *g = BN_bin2bn(dh2048_g,sizeof(dh2048_g), NULL);
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
++dh->p=p;
++dh->g=g;
++if (! dh->p || ! dh->g)
++#else
++if (!DH_set0_pqg(dh, p, NULL, g))
++#endif
++{
+   DH_free(dh);
+-  return NULL;
++  dh = NULL;
+ }
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
+-dh->p= p;
+-dh->g= g;
+-#endif /* OPENSSL_VERSION_NUMBER < 0x1010L */
+   }
+   return(dh);
+ }



[gentoo-commits] proj/mysql-extras:master commit in: /

2020-01-25 Thread Thomas Deutschmann
commit: 34a0bdaad4e20ddc3446e2bbfb24185d03b6b4b2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 19:42:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:42:31 2020 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=34a0bdaa

Add 20018_all_mysql-5.7.29-without-clientlibs-tools.patch

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

 ...all_mysql-5.7.29-without-clientlibs-tools.patch | 183 +
 1 file changed, 183 insertions(+)

diff --git a/20018_all_mysql-5.7.29-without-clientlibs-tools.patch 
b/20018_all_mysql-5.7.29-without-clientlibs-tools.patch
new file mode 100644
index 000..3f00c0a
--- /dev/null
+++ b/20018_all_mysql-5.7.29-without-clientlibs-tools.patch
@@ -0,0 +1,183 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -577,8 +577,6 @@ IF(BUILD_BUNDLED_ZLIB)
+ ENDIF()
+ # Add openssl.
+ MYSQL_CHECK_SSL()
+-# Add system/bundled editline.
+-MYSQL_CHECK_EDITLINE()
+ # Add libevent
+ IF(NOT WITHOUT_SERVER)
+   MYSQL_CHECK_LIBEVENT()
+@@ -673,7 +671,10 @@ IF(WITH_UNIT_TESTS)
+  ENABLE_TESTING()
+ ENDIF()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+ ADD_SUBDIRECTORY(dbug)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+@@ -720,7 +721,6 @@ IF(WITH_UNIT_TESTS)
+ ENDIF()
+ 
+ ADD_SUBDIRECTORY(extra)
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(sql/share)
+ ADD_SUBDIRECTORY(libservices)
+ 
+@@ -728,11 +728,20 @@ IF(UNIX)
+   ADD_SUBDIRECTORY(man)
+ ENDIF()
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add system/bundled editline
++  MYSQL_CHECK_EDITLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(testclients)
+   ADD_SUBDIRECTORY(sql)
+   OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
+   IF(WITH_EMBEDDED_SERVER) 
++   IF(WITHOUT_TOOLS)
++ MYSQL_CHECK_EDITLINE()
++   ENDIF(WITHOUT_TOOLS)
+ADD_SUBDIRECTORY(libmysqld)
+ADD_SUBDIRECTORY(libmysqld/examples)
+   ENDIF(WITH_EMBEDDED_SERVER)
+--- a/extra/CMakeLists.txt
 b/extra/CMakeLists.txt
+@@ -71,11 +71,16 @@ ADD_CUSTOM_TARGET(GenError
+ # Set InnoDB mutex type
+ ADD_DEFINITIONS(-DMUTEX_EVENT)
+ 
+-MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  MYSQL_ADD_EXECUTABLE(perror perror.c)
++ELSE(NOT WITHOUT_CLIENTLIBS)
++  ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  ADD_EXECUTABLE(perror perror.c)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(my_print_defaults mysys mysys_ssl)
+ SET_TARGET_PROPERTIES(my_print_defaults PROPERTIES LINKER_LANGUAGE CXX)
+ 
+-MYSQL_ADD_EXECUTABLE(perror perror.c)
+ ADD_DEPENDENCIES(perror GenError)
+ TARGET_LINK_LIBRARIES(perror mysys mysys_ssl)
+ SET_TARGET_PROPERTIES(perror PROPERTIES LINKER_LANGUAGE CXX)
+@@ -94,10 +99,15 @@ ENDIF()
+ MYSQL_ADD_EXECUTABLE(replace replace.c)
+ TARGET_LINK_LIBRARIES(replace mysys)
+ 
+-MYSQL_ADD_EXECUTABLE(lz4_decompress lz4_decompress.cc)
+-TARGET_LINK_LIBRARIES(lz4_decompress ${LZ4_LIBRARY})
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(lz4_decompress lz4_decompress.cc)
++  MYSQL_ADD_EXECUTABLE(zlib_decompress zlib_decompress.cc)
++ELSE(NOT WITHOUT_CLIENTLIBS)
++  ADD_EXECUTABLE(lz4_decompress lz4_decompress.cc)
++  ADD_EXECUTABLE(zlib_decompress zlib_decompress.cc)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ 
+-MYSQL_ADD_EXECUTABLE(zlib_decompress zlib_decompress.cc)
++TARGET_LINK_LIBRARIES(lz4_decompress ${LZ4_LIBRARY})
+ TARGET_LINK_LIBRARIES(zlib_decompress ${ZLIB_LIBRARY})
+ 
+ IF(WITH_INNOBASE_STORAGE_ENGINE)
+--- a/libmysql/CMakeLists.txt
 b/libmysql/CMakeLists.txt
+@@ -263,12 +263,17 @@ IF(WIN32)
+   LIST(APPEND LIBS_TO_MERGE auth_win_client)
+ ENDIF()
+ 
+-# LDAP authentication SASL client plugin
+-MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
+-ADD_SUBDIRECTORY(authentication_ldap)
+-  
+-# Merge several convenience libraries into one big mysqlclient
+-MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development)
++IF(WITHOUT_CLIENTLIBS)
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development SKIP_INSTALL)
++ELSE(WITHOUT_CLIENTLIBS)
++  # LDAP authentication SASL client plugin
++  MESSAGE(STATUS "Creating LDAP authentication SASL client library.")
++  ADD_SUBDIRECTORY(authentication_ldap)
++
++  # Merge several convenience libraries into one big mysqlclient
++  MERGE_CONVENIENCE_LIBRARIES(mysqlclient ${LIBS_TO_MERGE} COMPONENT 
Development)
++ENDIF(WITHOUT_CLIENTLIBS)
+ TARGET_LINK_LIBRARIES(mysqlclient ${LIBS_TO_LINK})
+ 
+ # Visual Studio users need debug  static library for debug projects
+@@ -312,9 +317,15 @@ ENDIF()
+ IF(NOT DISABLE_SHARED)
+   # Merge several convenience libraries into one big mysqlclient
+   # and link them together into share

[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20200125-1945Z

2020-01-25 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:47:16 2020 +

New tag: mysql-extras-20200125-1945Z




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

2020-01-25 Thread Thomas Deutschmann
commit: 355652ca9b64b89a02f4473bb2859a56ebed5ebb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 19:52:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:52:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355652ca

dev-db/mysql: update patch set

No changes.

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

 dev-db/mysql/Manifest   | 1 -
 dev-db/mysql/mysql-8.0.19-r1.ebuild | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index 4a074ca7765..b37e5f81ebd 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -6,5 +6,4 @@ DIST mysql-boost-5.7.29.tar.gz 51417554 BLAKE2B 
652ce9f99419387e9bcc37afeb1b4643
 DIST mysql-boost-8.0.19.tar.gz 264147972 BLAKE2B 
61a5ccbef1a7a675c85e4e6bda8e5285bdb931e6ee14d4710bf13dfd9157d1095200db2886dc93ea7251d3d59245f35c0bef5ba88ba6aac209b1e080f3b07dc4
 SHA512 
5ffc03f005ab2585694902e926b6cb2b10059b2b030549eccd3949f9c3b2f02626d02529f940dec003f2d69683856fd1c720ff12f89dfbdc48befaf24a9c4d01
 DIST mysql-extras-20190817-0024Z.tar.bz2 337793 BLAKE2B 
dfd51a708654aff5bdbbaf2acad7ef966869a8e3adcba544ee15f217d2ba942827445841e73981bccc6c1f145b6225bfa7245114219f0cf52f0dfb85494a6830
 SHA512 
c2ff81be1c55636f0a2700033af030149f312f0383217054a4b8c65aef174626299fcb4539eaae967ea7d096a5bb09f5b5122dce344b44b0a135d886ba0fdf28
 DIST mysql-extras-20190822-1908Z.tar.bz2 338830 BLAKE2B 
bc197f8e541206548d8982814e82e028d699ba9c41aec8d5191bcc46581f7880ed2741dbe2206fde44a5e8d8d54bbcf40efbd0709b357636c4c8fdb2ccc3a7bb
 SHA512 
be469e55f7e9966638600d6836a44258c74e5600240fafe2d79eaeebe7d1695b043678184b5d18ee9946f28154bc2529586a7f860b510180a30c82454ed575c8
-DIST mysql-extras-20200120-1919Z.tar.bz2 342474 BLAKE2B 
9c75ec0cb05fc8f86d46bc9308f07c4105c3ab228ef94c0e9e2ab9b83d03362e4ef07c4dac866350ea012c03c111e7012e0b12270b30304a988b9b54bad74864
 SHA512 
2739c193e9595781b742af9fdb6e0f9c9a5fde87ca652c355d3f630c8c0b45b45967e5c8cf7635fb8615174775e34ae3270b149de7ba8a9d778979c2c66069ef
 DIST mysql-extras-20200125-1945Z.tar.bz2 344906 BLAKE2B 
0e87875efbc221ded43d6f080dc7dce4277b676b538950120c94b962e51d054093286486e5d83ea3e38e1b2d0b12cf81873df50e1cebbe4cff33b54297e6a17a
 SHA512 
5fcc5d372998db2b8aef32661ff71290791c20c1195a6210ca79c0fda12008906e665f9dc878d3df5a38a95e23ff05b910daa861002c17a1b6de71ef0520bee1

diff --git a/dev-db/mysql/mysql-8.0.19-r1.ebuild 
b/dev-db/mysql/mysql-8.0.19-r1.ebuild
index c07e5f83866..5fced0177f0 100644
--- a/dev-db/mysql/mysql-8.0.19-r1.ebuild
+++ b/dev-db/mysql/mysql-8.0.19-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-MY_EXTRAS_VER="20200120-1919Z"
+MY_EXTRAS_VER="20200125-1945Z"
 
 CMAKE_MAKEFILE_GENERATOR=emake
 



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

2020-01-25 Thread Marek Szuba
commit: 113b2343c3c16a8bd7fb6a94758f05c7f9699774
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jan 25 19:53:10 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jan 25 19:53:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113b2343

dev-libs/opencl-clang: bump to 9.0.0:9

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Marek Szuba  gentoo.org>

 dev-libs/opencl-clang/Manifest  |  1 +
 dev-libs/opencl-clang/opencl-clang-9.0.0.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/opencl-clang/Manifest b/dev-libs/opencl-clang/Manifest
index e2da4006d07..7c968fe057d 100644
--- a/dev-libs/opencl-clang/Manifest
+++ b/dev-libs/opencl-clang/Manifest
@@ -1 +1,2 @@
 DIST opencl-clang-8.0.1_p20191001.tar.gz 41402 BLAKE2B 
0ab3cc4f84a9e3e599d4e0995f219b94761b882a6290d9c1e399bf820074b72daab935a9d48d09d3e02d1b46659fc8c00613f35e88f0231234e31f93ca6e4d7a
 SHA512 
87f3855bd2cc9a416f317afc98ad7cd1cfcb5bf4b2ebf7401837c1734b1c8d10e07843aab78735bf4523b231db1911014a6468c0b4c461c43a5434a31ada
+DIST opencl-clang-9.0.0.tar.gz 23345 BLAKE2B 
adbce64efb2c1e4e96d4aff585c0f18bd06036a60b35164681b9f5b4a6c89933e5428e9959ddd3cec89b93a5c350e6b0f9b15b8be2be42cd520ca55852352df5
 SHA512 
126974d816e7f2a90ddb2faa4e8e95841d8ae15f24e77013ca8894ce75ad5079ffe942fb40731030363a10e470e66f2ad1794c2fe31aee6f8608304b492b30eb

diff --git a/dev-libs/opencl-clang/opencl-clang-9.0.0.ebuild 
b/dev-libs/opencl-clang/opencl-clang-9.0.0.ebuild
new file mode 100644
index 000..0e4906e5dde
--- /dev/null
+++ b/dev-libs/opencl-clang/opencl-clang-9.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib llvm
+
+DESCRIPTION="OpenCL-oriented thin wrapper library around clang"
+HOMEPAGE="https://github.com/intel/opencl-clang";
+SRC_URI="https://github.com/intel/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="9"
+KEYWORDS="~amd64"
+
+BDEPEND="dev-vcs/git"
+COMMON="sys-devel/clang:9=[static-analyzer,${MULTILIB_USEDEP}]"
+DEPEND="${COMMON}
+   dev-util/spirv-llvm-translator:9=[${MULTILIB_USEDEP}]"
+RDEPEND="${COMMON}"
+
+LLVM_MAX_SLOT=9
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-8.0.0-clang_library_dir.patch
+)
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_PREFIX="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
+   -DCLANG_LIBRARY_DIRS="${EPREFIX}"/usr/lib/clang
+   )
+   cmake-utils_src_configure
+}



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

2020-01-25 Thread Thomas Deutschmann
commit: 2db64dc8dcc1b8dfe7490962d7b0e84637be2a69
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 19:50:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:50:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db64dc8

dev-db/mysql: bump to v5.7.29

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

 dev-db/mysql/Manifest|2 +
 dev-db/mysql/mysql-5.7.29.ebuild | 1001 ++
 2 files changed, 1003 insertions(+)

diff --git a/dev-db/mysql/Manifest b/dev-db/mysql/Manifest
index d60979723ac..4a074ca7765 100644
--- a/dev-db/mysql/Manifest
+++ b/dev-db/mysql/Manifest
@@ -2,7 +2,9 @@ DIST mysql-5.6.44.tar.gz 32531507 BLAKE2B 
28fbf49f699eb9f43223ffa186671b119d1601
 DIST mysql-5.6.45.tar.gz 32525559 BLAKE2B 
3c629aed1de808acdea6654c7413e6851507c9c5be939ca4b4f5e2796da317e9b518a749bfc03d2b0ef05bd604b39f72e24b751076b9f206b462d21fa5db4f50
 SHA512 
f9d8bb72e96cc83f1064fe7df2e5fe8317ca9d44c4e776cf7827a61292fbcfccec716806c80d565958383d78fef93a19d61c726687b57680d5f93299291ff168
 DIST mysql-boost-5.7.26.tar.gz 51098338 BLAKE2B 
1263cd75814a7293b26b0f44fd2b7d20d983f3c6a62725df9515ecac2ef252f6644810cb4bf0d6f36b98e55317f1c67ea7541228cb38d896dfedc476a5755f26
 SHA512 
a5f9871dc5a8e5fffc1467c3dd542533a63fe553c029120475f8fd5530d884c76ab0c33ad260daf317faf318ccef01464f6ac2dc3468efceb6bf2b6c06c54cfd
 DIST mysql-boost-5.7.27.tar.gz 51436383 BLAKE2B 
6db64ab5fa659aae9baa3725a0de9465e48c37618ffd69f34809880c06a00ce55dce77f507810c6fa52d86901facfa42d3d1bd8db1914a779fbc88a69be82497
 SHA512 
573f4555f3d62bcd3dc2228bcfba023518d462bb6689114a3505ccf7c7c3061d2775a8e7a37ec3c8b9dea6e8fbc56ba599610f237abc38cedff58e75799bdc52
+DIST mysql-boost-5.7.29.tar.gz 51417554 BLAKE2B 
652ce9f99419387e9bcc37afeb1b46438784752e963c3aa1877f17650c31d8b058b4052da97c3a7e9454e758c259d6c311e0518f9a75909fce9741150b82164c
 SHA512 
38acf7c2a10b20c59230ad05cd2cd6996c4c582233c1be573ead08e5c6684275790da07a036570363f89b4d61547b306589b0b98ed5fca70723a3f2cbc21fe11
 DIST mysql-boost-8.0.19.tar.gz 264147972 BLAKE2B 
61a5ccbef1a7a675c85e4e6bda8e5285bdb931e6ee14d4710bf13dfd9157d1095200db2886dc93ea7251d3d59245f35c0bef5ba88ba6aac209b1e080f3b07dc4
 SHA512 
5ffc03f005ab2585694902e926b6cb2b10059b2b030549eccd3949f9c3b2f02626d02529f940dec003f2d69683856fd1c720ff12f89dfbdc48befaf24a9c4d01
 DIST mysql-extras-20190817-0024Z.tar.bz2 337793 BLAKE2B 
dfd51a708654aff5bdbbaf2acad7ef966869a8e3adcba544ee15f217d2ba942827445841e73981bccc6c1f145b6225bfa7245114219f0cf52f0dfb85494a6830
 SHA512 
c2ff81be1c55636f0a2700033af030149f312f0383217054a4b8c65aef174626299fcb4539eaae967ea7d096a5bb09f5b5122dce344b44b0a135d886ba0fdf28
 DIST mysql-extras-20190822-1908Z.tar.bz2 338830 BLAKE2B 
bc197f8e541206548d8982814e82e028d699ba9c41aec8d5191bcc46581f7880ed2741dbe2206fde44a5e8d8d54bbcf40efbd0709b357636c4c8fdb2ccc3a7bb
 SHA512 
be469e55f7e9966638600d6836a44258c74e5600240fafe2d79eaeebe7d1695b043678184b5d18ee9946f28154bc2529586a7f860b510180a30c82454ed575c8
 DIST mysql-extras-20200120-1919Z.tar.bz2 342474 BLAKE2B 
9c75ec0cb05fc8f86d46bc9308f07c4105c3ab228ef94c0e9e2ab9b83d03362e4ef07c4dac866350ea012c03c111e7012e0b12270b30304a988b9b54bad74864
 SHA512 
2739c193e9595781b742af9fdb6e0f9c9a5fde87ca652c355d3f630c8c0b45b45967e5c8cf7635fb8615174775e34ae3270b149de7ba8a9d778979c2c66069ef
+DIST mysql-extras-20200125-1945Z.tar.bz2 344906 BLAKE2B 
0e87875efbc221ded43d6f080dc7dce4277b676b538950120c94b962e51d054093286486e5d83ea3e38e1b2d0b12cf81873df50e1cebbe4cff33b54297e6a17a
 SHA512 
5fcc5d372998db2b8aef32661ff71290791c20c1195a6210ca79c0fda12008906e665f9dc878d3df5a38a95e23ff05b910daa861002c17a1b6de71ef0520bee1

diff --git a/dev-db/mysql/mysql-5.7.29.ebuild b/dev-db/mysql/mysql-5.7.29.ebuild
new file mode 100644
index 000..d87e28c839b
--- /dev/null
+++ b/dev-db/mysql/mysql-5.7.29.ebuild
@@ -0,0 +1,1001 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+MY_EXTRAS_VER="20200125-1945Z"
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
+# Keeping eutils in EAPI=6 for emktemp in pkg_config
+
+inherit cmake-utils eutils flag-o-matic linux-info \
+   prefix toolchain-funcs multilib-minimal
+
+SRC_URI="https://cdn.mysql.com/Downloads/MySQL-5.7/${PN}-boost-${PV}.tar.gz
+   https://cdn.mysql.com/archives/mysql-5.7/mysql-boost-${PV}.tar.gz
+   http://downloads.mysql.com/archives/MySQL-5.7/${PN}-boost-${PV}.tar.gz";
+
+# Gentoo patches to MySQL
+if [[ "${MY_EXTRAS_VER}" != "live" && "${MY_EXTRAS_VER}" != "none" ]] ; then
+   SRC_URI="${SRC_URI}
+   mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2
+   
https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-${MY_EXTRAS_VER}.tar.bz2";
+fi
+
+HOMEPAGE="https://www.mysql.com/";
+DESCRIPTION=&q

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

2020-01-25 Thread Thomas Deutschmann
commit: 2af8d2fd8f9571a3d194e85ea4cf5a66c10d7b71
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 19:53:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:53:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af8d2fd

dev-db/percona-server: update patch set

No changes.

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

 dev-db/percona-server/Manifest   | 2 +-
 dev-db/percona-server/percona-server-8.0.18.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
index 8a3cd032910..bda335417e2 100644
--- a/dev-db/percona-server/Manifest
+++ b/dev-db/percona-server/Manifest
@@ -1,6 +1,6 @@
 DIST boost_1_59_0.tar.gz 83709983 BLAKE2B 
8c6676fa05fa401a6ecb3b890d95aceb4421ec48dd0eab38ce8d170c618e177c82dc67a165938f6be1a01daab24ce41888f5442dbc19ad3dd41368a01a6f89e4
 SHA512 
05fdbe5637543defdbc630b921515425885593d16db14534ed7b9aa60925ade8fb598d50cb894aed6dae688e789047216daa1bf03fa1aeb6b531060d9dae52ae
 DIST boost_1_70_0.tar.bz2 97887058 BLAKE2B 
dc7a974c6dc2662b767dbd87cb832cd1749c24fb745779d1059b73f19f7e52b33b645adfe72b0296c5e098e5cdb3b9f5eddd382374f33fbcd2ad5739287b2206
 SHA512 
7f2ea9636baf0210e8ed1d21ee798efb6ce23c0710ff8228b285e2214f82193bcd2d912fd435929c554289a59101c7be2e27ce798f93833f307976f0dd070b49
 DIST mysql-extras-20190822-1908Z.tar.bz2 338830 BLAKE2B 
bc197f8e541206548d8982814e82e028d699ba9c41aec8d5191bcc46581f7880ed2741dbe2206fde44a5e8d8d54bbcf40efbd0709b357636c4c8fdb2ccc3a7bb
 SHA512 
be469e55f7e9966638600d6836a44258c74e5600240fafe2d79eaeebe7d1695b043678184b5d18ee9946f28154bc2529586a7f860b510180a30c82454ed575c8
-DIST mysql-extras-20200122-2007Z.tar.bz2 344188 BLAKE2B 
e12a9886bb0c55f1af1ea979c9b1491b65195a54f927f0060f466fe858ea9dd2faffb6eeb7acb7efd28dfb37383b6730c314ea54fbaed2ec3e54655546c883e3
 SHA512 
ef43324b70081214f3e02eb677bde0e4e3575d2b3b1cb7fb8da18f50ff43a9554e13d13594c0d875bd1438695725ed28a586e4f67f4f4e39054d54671f9525de
+DIST mysql-extras-20200125-1945Z.tar.bz2 344906 BLAKE2B 
0e87875efbc221ded43d6f080dc7dce4277b676b538950120c94b962e51d054093286486e5d83ea3e38e1b2d0b12cf81873df50e1cebbe4cff33b54297e6a17a
 SHA512 
5fcc5d372998db2b8aef32661ff71290791c20c1195a6210ca79c0fda12008906e665f9dc878d3df5a38a95e23ff05b910daa861002c17a1b6de71ef0520bee1
 DIST percona-server-5.7.27-30.tar.gz 84672298 BLAKE2B 
8431d231f602b704195868110e8eb73adb3db7c761906c15eff182e54634ef091a3ffa0d4f3498a93dbfbf65cd5cdd12102871ab0f32378ba3068d083b2b
 SHA512 
d62c66de3128df87dce52292ad1671e01fe2c923e668ef0faf9cb663c11c9cd0b976345aea1de6ea2bc458d0e1066b42c022849e422121d96cea082ed12c8f4b
 DIST percona-server-8.0.18-9.tar.gz 256867152 BLAKE2B 
34c7b7b320f973313ecd95e658999a17748fc70ff46b1dc58144df02c17b7870cf33d68a555ee8aaaecb66c5b1003e6023154f7100a6f413514e89d495330dd2
 SHA512 
ce537a160b48e7c3dc35b15a293c39142a5b633111b5c9c5f9c1150476f0faa5e9cf81b34c9ca85286463455e3ae3fce7a200d253d880e3b67b3c71eefdbdcd4

diff --git a/dev-db/percona-server/percona-server-8.0.18.9.ebuild 
b/dev-db/percona-server/percona-server-8.0.18.9.ebuild
index 86ea26ade39..a3c7cca8223 100644
--- a/dev-db/percona-server/percona-server-8.0.18.9.ebuild
+++ b/dev-db/percona-server/percona-server-8.0.18.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-MY_EXTRAS_VER="20200122-2007Z"
+MY_EXTRAS_VER="20200125-1945Z"
 
 CMAKE_MAKEFILE_GENERATOR=emake
 



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/

2020-01-25 Thread Thomas Deutschmann
commit: 5f6f8ca266f4fdfe34c0227b5f0bcebf10592e83
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 19:59:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 19:59:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6f8ca2

sys-kernel/linux-firmware: new snapshot

Closes: https://bugs.gentoo.org/706270
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20200122.ebuild  | 354 +
 2 files changed, 355 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 16757881a06..d754824dd94 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -6,3 +6,4 @@ DIST linux-firmware-20191008.tar.gz 198940781 BLAKE2B 
35d7bca55473264c4f713bc97d
 DIST linux-firmware-20191022.tar.gz 198935619 BLAKE2B 
94d90a8e85af7104f08c398d3df20a88dc4d6f86d638565ab6e45e7fc5dff53e4e56a62a859585438812a1438ea7f7c4e4e47ce4adb22b0adf69439feb5803b4
 SHA512 
2cc99664c8d0275b670373581d7c6e29699f8b84cd6403949182cc1970c3241e5d9c388c34643630a237d87962b7c8e891445969ca9817ac92a4bbbe74e0dc0d
 DIST linux-firmware-20191108.tar.gz 203746264 BLAKE2B 
cd756ac1b1bde9706cd8321133da2e4e620a3236614427ae9836fc5e98fbc62e79060e6cf50717b41391fba9d56e16140f722ffcc5764e4b81ad2e798d1b41ec
 SHA512 
75eb78ef642cc48dc3d8d2cdd7e5312b82ee3c9ebd6ead40a02fdc1d4329c5a9226237fa0ec8e617fc358cc12144dacf4ef6c1441fe444974c1506ef21ea70a0
 DIST linux-firmware-20191215.tar.gz 203746264 BLAKE2B 
cd756ac1b1bde9706cd8321133da2e4e620a3236614427ae9836fc5e98fbc62e79060e6cf50717b41391fba9d56e16140f722ffcc5764e4b81ad2e798d1b41ec
 SHA512 
75eb78ef642cc48dc3d8d2cdd7e5312b82ee3c9ebd6ead40a02fdc1d4329c5a9226237fa0ec8e617fc358cc12144dacf4ef6c1441fe444974c1506ef21ea70a0
+DIST linux-firmware-20200122.tar.gz 219807963 BLAKE2B 
976cf7f8da61213a1210348cffdda8cae1b3f3a2d46aac05fe331fdff37e954620c2768f8941e0d4b6fff8c7b69d68b86516c9df9b9cf96538a4463b0957d1a2
 SHA512 
23500cc99d31597fe691341404cbe9375f7995783b4bf055a53a67ace380bdf9db1c247f12ae7e63ac02e4078e5089aa33e5cc6c2622b26dfaab4a65bfab1db3

diff --git a/sys-kernel/linux-firmware/linux-firmware-20200122.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20200122.ebuild
new file mode 100644
index 000..a99f0b68d81
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20200122.ebuild
@@ -0,0 +1,354 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit mount-boot savedconfig
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git";
+else
+   GIT_COMMIT="1eb2408c6feacccd10b02a49214745f15d1c6fb7"
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc 
x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git";
+
+LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
+   redistributable? (
+   linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT 
no-source-code ) )
+   unknown-license? ( all-rights-reserved )"
+SLOT="0"
+IUSE="initramfs +redistributable savedconfig unknown-license"
+RESTRICT="binchecks strip
+   unknown-license? ( bindist )"
+
+REQUIRED_USE="initramfs? ( redistributable )"
+
+BDEPEND="initramfs? ( app-arch/cpio )"
+
+#add anything else that collides to this
+RDEPEND="!savedconfig? (
+   redistributable? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !media-tv/cx18-firmware
+   ! "${UCODETMP}/early_cpio"
+
+   local amd_ucode_file="${UCODEDIR}/AuthenticAMD.bin"
+   cat "${S}"/amd-ucode/*.bin > "${amd_ucode_file}" || die 
"Failed to concat amd cpu ucode"
+
+   if [[ ! -s "${amd_ucode_file}" ]]; then
+   die "Sanity check failed: '${amd_ucode_file}' 
is empty!"
+   fi
+
+   pushd "${UCODETMP}" &>/dev/null || die
+   find . -print0 | cpio --quiet --null -o -H newc -R 0:0 
> "${S}"/amd-uc.img
+   popd &>/dev/null || die
+   if [[ ! -s "${S}/amd-uc.img" ]]; then
+   die "Failed to create '${S}/amd-uc.img'!"
+   fi
+   else
+   # If this will ever happen something has changed which
+   # must be reviewed
+   die "'${S}/amd-ucode' not found!"
+   fi
+   fi
+
+   echo "# Remove

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

2020-01-25 Thread Thomas Deutschmann
commit: d1fe717228e2b953044e1b24aa760b5183ec2c4e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 25 20:04:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 25 20:04:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fe7172

net-misc/whois: bump to v5.5.5

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

 net-misc/whois/Manifest   | 2 +-
 net-misc/whois/{whois-5.5.4.ebuild => whois-5.5.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index 72d8fb8ebef..0d3ba278cd7 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1,3 +1,3 @@
-DIST whois-5.5.4.tar.gz 103246 BLAKE2B 
2faf638f45d57c3f19845c37bfee061c2586121a4bb5e1f4b37c23dbe08ef0642db7cc58c14dea8ed8de91cfbfaf72d1901c19a2bd3ca19f6838e3500362
 SHA512 
f2fa92dc9490356c3584c2f9ac4e443dd4f57fbbeb0499fefc80af62665b886cb19d33ca55c5a8a0f9378588a646dfbd4dfda4da6c55681ba974b49ed93208d7
+DIST whois-5.5.5.tar.gz 103424 BLAKE2B 
ef406985be6ca6fe1d73e5c23817c99aa1c111f9ec74707f96602e53e519b77585fc27feaf11baf0cfc4f1fa94fbd876fd6631ea0a4c2b3d7b4bcd99cfd2e786
 SHA512 
0fcdd5b7fbdf4123edda2af58a2fcf0a1a87c454dc6cb83c86c1d200f80659967a7d08d54d3b010c40465004aa219de2a8efcc4b41524a8aefc2e6050d868d1b
 DIST whois_5.4.3.tar.xz 83904 BLAKE2B 
19b78ca984c86ad711c317ca6090003ae354eee2b39f353081e99f44396e254b3cb75d38c8f6df9fe88283c5036e9e02f38c74401de8245dbd4f5dae3a6e1a0a
 SHA512 
762feec983d29696796bea87fb47c5bd7357ca96d701b2e30cccb186c248225c45b451289ab45936d7e3eed5c0ff4e8fa249255ceb061a4e1ba1f6cd8fcdf084
 DIST whois_5.5.3.tar.xz 85456 BLAKE2B 
fb64150ef2a3c40c7e9b7467198f1187b07d7b0a75e7f89f36a613cd9480016434a187607f93c102142f2f82cba405f5b0a7b16314f1b13aea793da6eb3b9ade
 SHA512 
cf92c17b9187da1fb5ef38d3e814cb5590fc9bcb5c8f53640428cb7680fd003ce71d8a6819279b571138da1b31042b65eb1dac5d3b220ab725d191958c4ba47b

diff --git a/net-misc/whois/whois-5.5.4.ebuild 
b/net-misc/whois/whois-5.5.5.ebuild
similarity index 100%
rename from net-misc/whois/whois-5.5.4.ebuild
rename to net-misc/whois/whois-5.5.5.ebuild



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

2020-01-25 Thread Jörg Bornkessel
commit: b294a86d9b5a3b7cf6130e01f8c34529cd731373
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sat Jan 25 20:12:37 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Sat Jan 25 20:13:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b294a86d

dev-libs/cxxtools: License fixed

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel  gentoo.org>

 dev-libs/cxxtools/cxxtools-2.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild 
b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild
index d839e3a06ac..073a9fc92cf 100644
--- a/dev-libs/cxxtools/cxxtools-2.2.1.ebuild
+++ b/dev-libs/cxxtools/cxxtools-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ DESCRIPTION="Collection of general purpose C++-classes"
 HOMEPAGE="http://www.tntnet.org/cxxtools.html";
 SRC_URI="http://www.tntnet.org/download/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~sparc x86"
 IUSE=""



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

2020-01-25 Thread Anthony G. Basile
commit: 46700174943fefa3dad6caf59a0417eb2e3cd572
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jan 25 20:39:52 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jan 25 20:40:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46700174

net-vpn/tor: add 0.4.3.1_alpha, new alpha branch

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-vpn/tor/Manifest |  1 +
 net-vpn/tor/metadata.xml |  1 +
 net-vpn/tor/tor-0.4.3.1_alpha.ebuild | 92 
 3 files changed, 94 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 2ff186c0e65..b33b018529a 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,3 +1,4 @@
 DIST tor-0.4.0.5.tar.gz 7203877 BLAKE2B 
e03710038615a5b9baf327933917c369bb3fabd4df6dd9f16053a0b72bcf20219e956e74258d0e39ae297d406035a89fab017d2e28c795f5d713c3933ad7cd29
 SHA512 
f6bccc52aaa436a501077b0891ecd3a9779f288b3b15fd76fa2c612e60aba04763b5951f55b2357e6271797b2f924bee9a6d2c1ee20419daa02d9d38ec68510b
 DIST tor-0.4.1.7.tar.gz 7512661 BLAKE2B 
34c1c8e40c6a2a2aeb19e1161b3b32d1683da246c5839c9fc4375471d8e7c46bb1277bcf8fc700898580a6b15d8f401ee61f422ecd7a88c783cffb1157150fc5
 SHA512 
f6ead1412d23516a16f31e1157b4538071752ae09a421d9dceaa7cf76599c01490f9bfcb8e26f1a75e888359adf6adcd029ca64cf48e3b45b07e2d62482c9541
 DIST tor-0.4.2.5.tar.gz 7596836 BLAKE2B 
0c7fa5d427f9d0683846c1023a4539ae4042c0d26f1c5afff20037f0681f6ea0dfb735e9c0e9d14bd7dddbfd5a0023064dc6e6cf6e6629402a6a13248129e6c5
 SHA512 
e63157713caa3590324f652f17c5c5634bab015dcde5c7832eb725351c3a91c1051dd8a95650502703e9c3dd5daefc2867ff3d20530dfec17310bb3dd4bb5b7d
+DIST tor-0.4.3.1-alpha.tar.gz 7716850 BLAKE2B 
a03d0a1ad172ac9e5fd511ad772b4dbb4f2c75f42bb30636d5928bad819b984ac36bc11894d2aa75f0cca57591385a8cda5186c64c54aad222cd233268bfe8c9
 SHA512 
fb51b368927fd292de7f257e31bd882168a04bf7ffc108a1fff2bf555118d71732213ef6d2b5adb93f9178b5410307025c4a0494858fb457913655a0b705466b

diff --git a/net-vpn/tor/metadata.xml b/net-vpn/tor/metadata.xml
index 121fa511c90..5d6719bc9a3 100644
--- a/net-vpn/tor/metadata.xml
+++ b/net-vpn/tor/metadata.xml
@@ -8,6 +8,7 @@

Build and install man pages
Use app-crypt/libscrypt for the 
scrypt algorithm
+   Enable tor's relay module so it can operate 
as a relay/bridge/authority
Compile tor with hardening on 
vanilla compilers/linkers

 

diff --git a/net-vpn/tor/tor-0.4.3.1_alpha.ebuild 
b/net-vpn/tor/tor-0.4.3.1_alpha.ebuild
new file mode 100644
index 000..36757c1c3d7
--- /dev/null
+++ b/net-vpn/tor/tor-0.4.3.1_alpha.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic readme.gentoo-r1 systemd
+
+MY_PV="$(ver_rs 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/";
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz";
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
+IUSE="caps doc libressl lzma +man scrypt seccomp selinux +server systemd 
tor-hardening test zstd"
+
+DEPEND="
+   dev-libs/libevent:=[ssl]
+   sys-libs/zlib
+   caps? ( sys-libs/libcap )
+   man? ( app-text/asciidoc )
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   lzma? ( app-arch/xz-utils )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( >=sys-libs/libseccomp-2.4.1 )
+   systemd? ( sys-apps/systemd )
+   zstd? ( app-arch/zstd )"
+RDEPEND="
+   acct-user/tor
+   acct-group/tor
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+   "${FILESDIR}"/${PN}-0.3.3.2-alpha-tor.service.in.patch
+)
+
+DOCS=()
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+   use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
+   export ac_cv_lib_cap_cap_init=$(usex caps)
+   econf \
+   --localstatedir="${EPREFIX}/var" \
+   --enable-system-torrc \
+   --disable-android \
+   --disable-html-manual \
+   --disable-libfuzzer \
+   --enable-missing-doc-warnings \
+   --disable-module-dirauth \
+   --enable-pic \
+   --disable-rust \
+   --disable-restart-debugging \
+   --disable-zstd-advanced-apis  \
+   $(use_enable man asciidoc) \
+   $(use_enable man manpage) \
+   $(use_enable lzma) \
+   $(use_enable scrypt libscrypt) \
+   $(use_enable seccomp) \
+   $(use_enable serv

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

2020-01-25 Thread Anthony G. Basile
commit: b2007c2bd0a9b674b02b01bc982775fe01872da4
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Jan 25 20:41:20 2020 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Jan 25 20:41:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2007c2b

net-vpn/tor: remove older stable

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Anthony G. Basile  gentoo.org>

 net-vpn/tor/Manifest   |  1 -
 net-vpn/tor/tor-0.4.0.5.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index b33b018529a..59bdc0aa00d 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,4 +1,3 @@
-DIST tor-0.4.0.5.tar.gz 7203877 BLAKE2B 
e03710038615a5b9baf327933917c369bb3fabd4df6dd9f16053a0b72bcf20219e956e74258d0e39ae297d406035a89fab017d2e28c795f5d713c3933ad7cd29
 SHA512 
f6bccc52aaa436a501077b0891ecd3a9779f288b3b15fd76fa2c612e60aba04763b5951f55b2357e6271797b2f924bee9a6d2c1ee20419daa02d9d38ec68510b
 DIST tor-0.4.1.7.tar.gz 7512661 BLAKE2B 
34c1c8e40c6a2a2aeb19e1161b3b32d1683da246c5839c9fc4375471d8e7c46bb1277bcf8fc700898580a6b15d8f401ee61f422ecd7a88c783cffb1157150fc5
 SHA512 
f6ead1412d23516a16f31e1157b4538071752ae09a421d9dceaa7cf76599c01490f9bfcb8e26f1a75e888359adf6adcd029ca64cf48e3b45b07e2d62482c9541
 DIST tor-0.4.2.5.tar.gz 7596836 BLAKE2B 
0c7fa5d427f9d0683846c1023a4539ae4042c0d26f1c5afff20037f0681f6ea0dfb735e9c0e9d14bd7dddbfd5a0023064dc6e6cf6e6629402a6a13248129e6c5
 SHA512 
e63157713caa3590324f652f17c5c5634bab015dcde5c7832eb725351c3a91c1051dd8a95650502703e9c3dd5daefc2867ff3d20530dfec17310bb3dd4bb5b7d
 DIST tor-0.4.3.1-alpha.tar.gz 7716850 BLAKE2B 
a03d0a1ad172ac9e5fd511ad772b4dbb4f2c75f42bb30636d5928bad819b984ac36bc11894d2aa75f0cca57591385a8cda5186c64c54aad222cd233268bfe8c9
 SHA512 
fb51b368927fd292de7f257e31bd882168a04bf7ffc108a1fff2bf555118d71732213ef6d2b5adb93f9178b5410307025c4a0494858fb457913655a0b705466b

diff --git a/net-vpn/tor/tor-0.4.0.5.ebuild b/net-vpn/tor/tor-0.4.0.5.ebuild
deleted file mode 100644
index 6d72e96669d..000
--- a/net-vpn/tor/tor-0.4.0.5.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic readme.gentoo-r1 systemd user
-
-MY_PV="$(ver_rs 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="http://www.torproject.org/";
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz";
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86 ~ppc-macos"
-IUSE="caps doc libressl lzma +man scrypt seccomp selinux systemd tor-hardening 
test zstd"
-
-DEPEND="
-   dev-libs/libevent[ssl]
-   sys-libs/zlib
-   caps? ( sys-libs/libcap )
-   man? ( app-text/asciidoc )
-   !libressl? ( dev-libs/openssl:0=[-bindist] )
-   libressl? ( dev-libs/libressl:0= )
-   lzma? ( app-arch/xz-utils )
-   scrypt? ( app-crypt/libscrypt )
-   seccomp? ( sys-libs/libseccomp )
-   systemd? ( sys-apps/systemd )
-   zstd? ( app-arch/zstd )"
-RDEPEND="${DEPEND}
-   selinux? ( sec-policy/selinux-tor )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
-   "${FILESDIR}"/${PN}-0.3.3.2-alpha-tor.service.in.patch
-)
-
-DOCS=()
-
-RESTRICT="!test? ( test )"
-
-pkg_setup() {
-   enewgroup tor
-   enewuser tor -1 -1 /var/lib/tor tor
-}
-
-src_configure() {
-   use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
-   export ac_cv_lib_cap_cap_init=$(usex caps)
-   econf \
-   --localstatedir="${EPREFIX}/var" \
-   --enable-system-torrc \
-   --disable-android \
-   --disable-libfuzzer \
-   --disable-module-dirauth \
-   --enable-pic \
-   --disable-rust \
-   --disable-restart-debugging \
-   --disable-zstd-advanced-apis  \
-   $(use_enable man asciidoc) \
-   $(use_enable lzma) \
-   $(use_enable scrypt libscrypt) \
-   $(use_enable seccomp) \
-   $(use_enable systemd) \
-   $(use_enable tor-hardening gcc-hardening) \
-   $(use_enable tor-hardening linker-hardening) \
-   $(use_enable test unittests) \
-   $(use_enable test coverage) \
-   $(use_enable zstd)
-}
-
-src_install() {
-   default
-   readme.gentoo_create_doc
-
-   newconfd "${FILESDIR}"/tor.confd tor
-   newinitd "${FILESDIR}"/tor.initd-r8 tor
-   systemd_dounit contrib/dist/tor.service
-
-   keepdir /var/lib/tor
-
-   fperms 750 /var/lib/tor
-   fowners tor:tor /var/lib/tor
-
-   insinto /etc/tor/
-   newins "${FILESDIR}"/torrc-r1 torrc
-
-}



[gentoo-commits] repo/gentoo:master commit in: games-board/gnubg/

2020-01-25 Thread David Seifert
commit: cd6c01c0a351f1840fa373b3cdfd894809b6ec12
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 20:42:35 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 20:42:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6c01c0

games-board/gnubg: Overhaul ebuild

* Remove USE="opengl", as it depends on EOL gtkglext
* Remove py2
* Fix QA warning due to pre-compressed man pages

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 ...bg-1.06.002.ebuild => gnubg-1.06.002-r1.ebuild} | 44 ++
 1 file changed, 20 insertions(+), 24 deletions(-)

diff --git a/games-board/gnubg/gnubg-1.06.002.ebuild 
b/games-board/gnubg/gnubg-1.06.002-r1.ebuild
similarity index 75%
rename from games-board/gnubg/gnubg-1.06.002.ebuild
rename to games-board/gnubg/gnubg-1.06.002-r1.ebuild
index e6bbf635714..14c58bd48e4 100644
--- a/games-board/gnubg/gnubg-1.06.002.ebuild
+++ b/games-board/gnubg/gnubg-1.06.002-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit desktop python-single-r1 xdg
 
 DESCRIPTION="GNU BackGammon"
@@ -13,29 +13,26 @@ 
SRC_URI="ftp://ftp.gnu.org/gnu/gnubg/${PN}-release-${PV}-sources.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="cpu_flags_x86_avx gtk opengl python sqlite cpu_flags_x86_sse 
cpu_flags_x86_sse2 threads"
+IUSE="cpu_flags_x86_avx gtk python sqlite cpu_flags_x86_sse cpu_flags_x86_sse2 
threads"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="dev-db/sqlite:3
+RDEPEND="
+   dev-db/sqlite:3
dev-libs/glib:2
-   dev-libs/gmp:0
+   dev-libs/gmp:0=
dev-libs/libxml2
media-fonts/dejavu
media-libs/freetype:2
media-libs/libcanberra
-   media-libs/libpng:0
-   sys-libs/readline:0
+   media-libs/libpng:0=
+   sys-libs/readline:0=
x11-libs/cairo
x11-libs/pango
gtk? ( x11-libs/gtk+:2 )
-   opengl? (
-   x11-libs/gtk+:2
-   x11-libs/gtkglext
-   virtual/glu
-   )
python? ( ${PYTHON_DEPS} )
virtual/libintl"
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
sys-devel/gettext
virtual/pkgconfig"
 
@@ -64,28 +61,27 @@ src_prepare() {
 
 src_configure() {
local simd=no
-   local gtk_arg=--without-gtk
-
-   if use gtk || use opengl ; then
-   gtk_arg=--with-gtk
-   fi
use cpu_flags_x86_sse  && simd=sse
use cpu_flags_x86_sse2 && simd=sse2
use cpu_flags_x86_avx  && simd=avx
econf \
-   --localedir=/usr/share/locale \
-   --docdir=/usr/share/doc/${PF}/html \
+   --localedir="${EPREFIX}"/usr/share/locale \
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}/html \
--disable-cputest \
-   --enable-simd=${simd} \
-   ${gtk_arg} \
+   --enable-simd="${simd}" \
+   --without-board3d \
$(use_enable threads) \
-   $(usex python --with-python=${EPYTHON} --without-python) \
-   $(use_with sqlite sqlite) \
-   $(use_with opengl board3d)
+   $(use_with gtk) \
+   $(use_with python python "${EPYTHON}") \
+   $(use_with sqlite sqlite)
 }
 
 src_install() {
default
+
+   # installs pre-compressed man pages
+   gunzip "${ED}"/usr/share/man/man6/*.6.gz || die
+
insinto /usr/share/${PN}
doins ${PN}.weights *bd
dodir /usr/share/${PN}/fonts



[gentoo-commits] repo/gentoo:master commit in: games-board/gnubg/

2020-01-25 Thread David Seifert
commit: 49409db9dc8f11393c149b1a54259734446462c2
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jan 25 20:42:32 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jan 25 20:42:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49409db9

games-board/gnubg: Remove old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 games-board/gnubg/Manifest |   1 -
 games-board/gnubg/gnubg-1.05.000-r1.ebuild | 108 -
 2 files changed, 109 deletions(-)

diff --git a/games-board/gnubg/Manifest b/games-board/gnubg/Manifest
index e892648669c..20598b9b688 100644
--- a/games-board/gnubg/Manifest
+++ b/games-board/gnubg/Manifest
@@ -1,2 +1 @@
-DIST gnubg-release-1.05.000-sources.tar.gz 15030177 BLAKE2B 
a53c7d1d242083631a18f8c3eaa4d006fbbda8b6aef8240c1cc27a98b284cebd31ad2787ddd6e360a96bb365851c611971d47f686b2d8a42dfa35ff6a240eb02
 SHA512 
1d8080c362cb32a3828b6913823d0eb42b0befac7a9fbd6d5ee3346e7515f6150876ac3b8bd59d5fd0c0de2a03187441165bb82eff0ffa1fb84e385dcea58590
 DIST gnubg-release-1.06.002-sources.tar.gz 13163681 BLAKE2B 
1b631af8b268c722624012f86318844376bb21158f231d807cbfbb101ecef03ed90f7f253121844dd4221dc8026af5619fe9f62aff64e20d6c2b84450f9705d0
 SHA512 
77594209032a0d81deb802da249d7f40812127dd1e080413eda75015f324fec9592b1b51772403f501b21e39d3dd371931d82b43c24f614a7d16c5234d271948

diff --git a/games-board/gnubg/gnubg-1.05.000-r1.ebuild 
b/games-board/gnubg/gnubg-1.05.000-r1.ebuild
deleted file mode 100644
index 4e45b81db53..000
--- a/games-board/gnubg/gnubg-1.05.000-r1.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-inherit eutils python-single-r1 gnome2-utils
-
-DESCRIPTION="GNU BackGammon"
-HOMEPAGE="http://www.gnubg.org/";
-SRC_URI="http://gnubg.org/media/sources/${PN}-release-${PV}-sources.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
-IUSE="cpu_flags_x86_avx gtk opengl python sqlite cpu_flags_x86_sse 
cpu_flags_x86_sse2 threads"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   dev-db/sqlite:3
-   dev-libs/glib:2
-   dev-libs/gmp:0
-   dev-libs/libxml2
-   media-fonts/dejavu
-   media-libs/freetype:2
-   media-libs/libcanberra
-   media-libs/libpng:0
-   sys-libs/readline:0
-   x11-libs/cairo
-   x11-libs/pango
-   gtk? ( x11-libs/gtk+:2 )
-   opengl? (
-   x11-libs/gtk+:2
-   x11-libs/gtkglext
-   virtual/glu
-   )
-   python? ( ${PYTHON_DEPS} )
-   virtual/libintl"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # use ${T} instead of /tmp for constructing credits (bug #298275)
-   sed -i -e 's:/tmp:${T}:' credits.sh || die
-   sed -i -e 's/fonts //' Makefile.in || die # handle font install ourself 
to fix bug #335774
-   sed -i \
-   -e '/^localedir / s#=.*$#= @localedir@#' \
-   -e '/^gnulocaledir / s#=.*$#= @localedir@#' \
-   po/Makefile.in.in || die
-   sed -i \
-   -e '/^gnubgiconsdir / s#=.*#= /usr/share#' \
-   -e '/^gnubgpixmapsdir / s#=.*#= /usr/share/pixmaps#' \
-   pixmaps/Makefile.in || die
-   sed -i \
-   -e '1i#include ' \
-   copying.c || die #551896
-}
-
-src_configure() {
-   local simd=no
-   local gtk_arg=--without-gtk
-
-   if use gtk || use opengl ; then
-   gtk_arg=--with-gtk
-   fi
-   use cpu_flags_x86_sse  && simd=sse
-   use cpu_flags_x86_sse2 && simd=sse2
-   use cpu_flags_x86_avx  && simd=avx
-   econf \
-   --localedir=/usr/share/locale \
-   --docdir=/usr/share/doc/${PF}/html \
-   --disable-cputest \
-   --enable-simd=${simd} \
-   ${gtk_arg} \
-   $(use_enable threads) \
-   $(use_with python) \
-   $(use_with sqlite sqlite) \
-   $(use_with opengl board3d)
-}
-
-src_install() {
-   default
-   insinto /usr/share/${PN}
-   doins ${PN}.weights *bd
-   dodir /usr/share/${PN}/fonts
-   dosym /usr/share/fonts/dejavu/DejaVuSans.ttf 
/usr/share/${PN}/fonts/Vera.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 
/usr/share/${PN}/fonts/VeraBd.ttf
-   dosym /usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf 
/usr/share/${PN}/fonts/VeraSeBd.ttf
-   make_desktop_entry "gnubg -w" "GNU Backgammon"
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2020-01-25 Thread Agostino Sarubbo
commit: 705ff7d099e0b22f3e7c204040ef4e815ece1409
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan 25 20:45:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan 25 20:45:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705ff7d0

net-analyzer/munin: amd64 stable wrt bug #706280

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/munin/munin-2.0.52.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/munin/munin-2.0.52.ebuild 
b/net-analyzer/munin/munin-2.0.52.ebuild
index b36fc5f88fc..6dc3219f1b5 100644
--- a/net-analyzer/munin/munin-2.0.52.ebuild
+++ b/net-analyzer/munin/munin-2.0.52.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="asterisk irc java ldap memcached minimal mysql postgres selinux ssl test 
cgi ipv6 syslog ipmi http dhcpd doc apache2"
 REQUIRED_USE="cgi? ( !minimal ) apache2? ( cgi )"
 RESTRICT="!test? ( test )"



  1   2   >