[gentoo-commits] repo/gentoo:master commit in: x11-libs/libX11/

2020-03-05 Thread Agostino Sarubbo
commit: 89fb2cbab8fa15a3338f273574b3ac1588936498
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar  6 07:59:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar  6 07:59:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fb2cba

x11-libs/libX11: s390 stable wrt bug #711560

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

 x11-libs/libX11/libX11-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.6.9.ebuild 
b/x11-libs/libX11/libX11-1.6.9.ebuild
index f65616924f0..598bf6c36a5 100644
--- a/x11-libs/libX11/libX11-1.6.9.ebuild
+++ b/x11-libs/libX11/libX11-1.6.9.ebuild
@@ -9,7 +9,7 @@ inherit xorg-3
 
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2020-03-05 Thread Agostino Sarubbo
commit: c6f4c1bbe29451e6809b6b4da9fa5ca3ec9d6115
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar  6 07:59:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar  6 07:59:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f4c1bb

x11-apps/xkbcomp: s390 stable wrt bug #711560

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

 x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
index 9a35c9bf6fd..23203013fca 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="XKB keyboard description compiler"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 DEPEND="
>=x11-libs/libX11-1.6.9



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

2020-03-05 Thread Fabian Groffen
commit: 6b116a0dc9c0f424756c05d1f4b583c233981f3a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar  6 07:36:01 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar  6 07:36:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b116a0d

net-analyzer/graphite-web: update django deps now we're py3 only

Closes: https://bugs.gentoo.org/711626
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen  gentoo.org>

 .../{graphite-web-1.1.5.ebuild => graphite-web-1.1.5-r1.ebuild}| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild 
b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
similarity index 96%
rename from net-analyzer/graphite-web/graphite-web-1.1.5.ebuild
rename to net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
index 25a6afa9f35..f0dbbc3d667 100644
--- a/net-analyzer/graphite-web/graphite-web-1.1.5.ebuild
+++ b/net-analyzer/graphite-web/graphite-web-1.1.5-r1.ebuild
@@ -27,8 +27,7 @@ RDEPEND="
)
)
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
-   >=dev-python/django-1.8[sqlite?,${PYTHON_USEDEP}]
-   =dev-python/django-1.11.19[sqlite?,${PYTHON_USEDEP}]
>=dev-python/django-tagging-0.4.6[${PYTHON_USEDEP}]
dev-python/cairocffi[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]



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

2020-03-05 Thread Fabian Groffen
commit: 256fdce3926b98ba0ecd04cf2ec32dd29c02a7d1
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar  6 07:15:15 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar  6 07:25:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256fdce3

mail-client/mutt: cleanup old

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen  gentoo.org>

 mail-client/mutt/Manifest  |   4 -
 mail-client/mutt/mutt-1.11.4.ebuild| 288 
 mail-client/mutt/mutt-1.12.1.ebuild| 289 -
 mail-client/mutt/mutt-1.12.2-r1.ebuild | 289 -
 4 files changed, 870 deletions(-)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index d510cb01f83..2a726abed65 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,10 +1,6 @@
 DIST mutt-1.10.1.tar.gz 4255890 BLAKE2B 
2a0e7629c42ba11ec5c3686d9c17e283ed9cb1f9874decec9453cf01ae0780c7993ac0104db7987571f27c04e408c1eff47d3b73918eb9754c253b6249ad48f4
 SHA512 
13509ff159c65e23614696967b4bd8baf7b8e16c0e85cfd89e2df8201de2dc97e6c4a426f5919f05051dee2b14f847c7203e0b236931d3cdf81dbbb221551726
-DIST mutt-1.11.4.tar.gz 4582417 BLAKE2B 
750385cc90df0d34d35103883a9918f205830ea93e5ec9f33cd579d5c121d630b3074f1918fa0e8e5aa91edd503c7ba38c34785a8a96803d7af30d08a0966c4d
 SHA512 
18c5bfa5c45ef70b3307afccf28f613a36de035f1b5c493f84f0571f7ba297cd0b25e01be9102a028c51c28c459c4bc62281da88926e16ce58c3c1407609e0eb
-DIST mutt-1.12.1.tar.gz 4675166 BLAKE2B 
f1c073e05d60f41a8057d90074b7cbc2a882243b0c4b495b1b147356c83daad136d5574dd6a567c0180823e73d8fb79a38d316ab0b2c56731baed24fe9ad9890
 SHA512 
0101120ad2acab89552be210725bae1a903f0b2c48be7207750589d141236537823f27c39e8d700eee16eb6b978058d056180b3d51e45e0242546f176b971538
 DIST mutt-1.12.2.tar.gz 4675774 BLAKE2B 
0b0a4695f31db97437e7d6e52ca8e131376bd0ae168195a4a73c3d2230f4346c5b623e39b89c5cc7bf5253e7ffad8f007b844a864fcde94baef1aa7369f9
 SHA512 
a824a056edef0c320b7633a39ab2421646442132190c2b2bf788ac39aaf7a0143d12847eb27290913d8ae793810bb6353803977610045b36235579001a1096bd
 DIST mutt-1.13.4.tar.gz 4901222 BLAKE2B 
70ab2dcd93d860a2a1bc31059230f034bc87780e423f6a7ccd3b464d67c59d0f547ad2ae2ddfa42f07dc3d5ec9dea2e7302f92eeb2f5b9f722798ea80bf2fe1d
 SHA512 
59ae13d7cef052818f38f6d52e2cb42251f393ecf622eae113bfa29218b541195471de822efbdb072c6f74a4dc385bb94fe27c37b44c62eac7e2a0a4e0c6adc3
 DIST mutt-gentoo-1.10.1-patches-r0.tar.xz 108396 BLAKE2B 
86edca04154f96efce27543326f8610dffba0085c7d69e82a7ac5f48ae9cd6662bcf6afa0e55b3d83ec054ee2eb86dff70b0c15a5170f41cc57887e17a661406
 SHA512 
1e0675803abc2bc116ef6e726f5009c43b0fb7bbf9bd3141a7cbbded51033695ddcc5228612f228cd19dae4181719e756a85e3fa2c8c9a9a4a9aefb4170bd5f5
-DIST mutt-gentoo-1.11.4-patches-r0.tar.xz 107064 BLAKE2B 
f8ad915fd0ceea729fdc14719e69c43751e75fd4afc9f19460d15493fd97baee9606703d7d6a8239a34b2c0d6f2458fc007277933bbc724b6a8588bb7514decd
 SHA512 
57714259f802efe54e21cd23560bb158777b50320604db0a8ff8a47c25166a873d13d64b03eba4cb1c5067a586e7c64d9d0ba84ddbe0e179745e92d704a55cd1
-DIST mutt-gentoo-1.12.1-patches-r0.tar.xz 106064 BLAKE2B 
60b73bcfd9713261c7b88fe74d70a630954511a38331c3e8e958ef7f6459b3bf8548211ee920fe238085c6481c03633cec21e7ae70c1473c89914ce720bd7c21
 SHA512 
feffbd49ad8156e226e7d4dc56b1c976f3f2a0f8dc3551c11696d5653342b91b4406a494d6081b969fe8267bf09a441a4f3c5a0014d108000e55c985aaafa596
 DIST mutt-gentoo-1.12.2-patches-r1.tar.xz 106720 BLAKE2B 
788735757dd4cf8c1d9fe09350eaf4780b1e90f1e1d9bf39c98ee03255b9b84847a387402940d1a05e4be2b8684688216ea62f564c40715cd6ccf4bebaeebdc0
 SHA512 
ec8c0989bff2008e6df0c43a8e833fb4f463993eacb1cbdd11722a6c49bb400804c80f74ac0073883a050f352a65d2743c4aebc882a2cd7db369a4e214a95701
 DIST mutt-gentoo-1.13.4-patches-r0.tar.xz 36084 BLAKE2B 
80f508d55199b036d7ba2a5b848dc99a4d60acea5edbc5b582472ee61c89f477fe613c043c6abf6fd4c9ef6c70acc0c656c2e93430b2fbce0aa39a8e0a0ef480
 SHA512 
775b22b667d67d1ddc9b2c15d208c52f00bc8e42cabc2985eb5f2983589476d5fc6eaab38230aeafd7e4dbcb6165eef33ea2d5721cc973d406ca4f736afd4c32

diff --git a/mail-client/mutt/mutt-1.11.4.ebuild 
b/mail-client/mutt/mutt-1.11.4.ebuild
deleted file mode 100644
index 0b9a1ff5ceb..000
--- a/mail-client/mutt/mutt-1.11.4.ebuild
+++ /dev/null
@@ -1,288 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit eutils flag-o-matic autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/;
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
-   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
-   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES};
-IUSE="berkdb crypt debug doc gdbm gnutls gpg gpgme +hcache idn +imap kerberos 
libressl +lmdb mbox nls nntp notmuch 

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

2020-03-05 Thread Fabian Groffen
commit: be647df7eeea95cad901ebb25fc290d8c6071046
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Mar  6 07:25:11 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Mar  6 07:25:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be647df7

mail-client/mutt-1.13.4-r1: provide mandatory atachments settings

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen  gentoo.org>

 .../mutt/{mutt-1.13.4.ebuild => mutt-1.13.4-r1.ebuild}   | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/mail-client/mutt/mutt-1.13.4.ebuild 
b/mail-client/mutt/mutt-1.13.4-r1.ebuild
similarity index 95%
rename from mail-client/mutt/mutt-1.13.4.ebuild
rename to mail-client/mutt/mutt-1.13.4-r1.ebuild
index f67a122ec25..bf80a3ff6d2 100644
--- a/mail-client/mutt/mutt-1.13.4.ebuild
+++ b/mail-client/mutt/mutt-1.13.4-r1.ebuild
@@ -198,14 +198,22 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" install
+   insinto /etc/${PN}
if use mbox; then
-   insinto /etc/mutt
newins "${FILESDIR}"/Muttrc.mbox Muttrc
else
-   insinto /etc/mutt
doins "${FILESDIR}"/Muttrc
fi
 
+   # include attachment settings, it's mandatory and shouldn't harm
+   # when not being referenced (index_format using %X)
+   {
+   echo
+   echo "# mandatory attachments settings, not setting these is a 
BUG!"
+   echo "# see https://marc.info/?l=mutt-dev=158347284923517=2;
+   grep '^attachments' "${ED}"/etc/${PN}/Muttrc.dist
+   } >> "${ED}"/etc/${PN}/Muttrc
+
# A newer file is provided by app-misc/mime-types. So we link it.
rm "${ED}"/etc/${PN}/mime.types
dosym ../mime.types /etc/${PN}/mime.types



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

2020-03-05 Thread Luca Barbato
commit: 41cda0f5675a38d28a616b0c32c75290820def1a
Author: Luca Barbato  gentoo  org>
AuthorDate: Fri Mar  6 07:15:26 2020 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Fri Mar  6 07:15:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cda0f5

media-libs/dav1d: New version

Package-Manager: Portage-2.3.89, Repoman-2.3.18
Signed-off-by: Luca Barbato  gentoo.org>

 media-libs/dav1d/Manifest   |  1 +
 media-libs/dav1d/dav1d-0.6.0.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/media-libs/dav1d/Manifest b/media-libs/dav1d/Manifest
index 2dfef02b1f5..7c27b0a9d3c 100644
--- a/media-libs/dav1d/Manifest
+++ b/media-libs/dav1d/Manifest
@@ -6,3 +6,4 @@ DIST dav1d-0.3.1.tar.bz2 438676 BLAKE2B 
f51c997fb95abc5b2721d67feb2023daf6bdab8d
 DIST dav1d-0.4.0.tar.bz2 493854 BLAKE2B 
8ae022054ab9827306f6e8501e0bfbc03a04e280a3e155c12ae2dfef474eab976097ce3ed990bd5cdbc3ac79018138a156f0701973ac40357224feb75149332a
 SHA512 
7d2ad9959649321e86f9d0dcf44b274251c103fce9f02964d898b6d9da69e38e93bbed86a7ea217c93e0ee89e1ad43bc31dc217535c4b1cc37761191a6585fc1
 DIST dav1d-0.5.1.tar.bz2 548584 BLAKE2B 
407188a57c469124db4863bc78dbca8b31879ed8836503ba584d4781e5f956c9f0a4661a4f47729bde74f1dd393c08db98a4cb49103f99c0f76720bc148b53a9
 SHA512 
2d1e7888fa9c138903b4209647e907803d2444fc2afb219b9a45dcc4c75098128b299950750bd68970004ea413ad88933d4d651a3e4e0e1557506598a15cee3b
 DIST dav1d-0.5.2.tar.bz2 554192 BLAKE2B 
29305d0bb20a3de0048d102789fe1fdb1a030596213a1e2f025918ac6bb37c92c8c5f8078320487702ed66b16d4d63234823b5475d84bdea853b92e76be4c70e
 SHA512 
37da9138a1dba68b9e723ba48b23eab567f839308132fc5a28727c131280f2eca3e160b074982f5265c914dcad0e4029af9ce23909b32bb9ec60f235c623e384
+DIST dav1d-0.6.0.tar.bz2 594994 BLAKE2B 
37b2ecefcaacc45fe0439b996ff906191e262b660065cf62b5570c2ef8b4f1eabb1c6f8e1a5b5515c57eaeef1b4a05c63b9661f0dda7cb658dd288e15c4422b7
 SHA512 
ea4897d890aadd17370909d5bed3a8e93e40dbdc131808adf0e0ecfdc36d46fd1c31efaa12a58e11ac632bc99beef3d1760c7ca4ba7577946057530ac2f5

diff --git a/media-libs/dav1d/dav1d-0.6.0.ebuild 
b/media-libs/dav1d/dav1d-0.6.0.ebuild
new file mode 100644
index 000..c174b250529
--- /dev/null
+++ b/media-libs/dav1d/dav1d-0.6.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SCM=""
+if [[ "${PV}" == "" ]]; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d;
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+   
SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2;
+fi
+
+inherit ${SCM} meson ninja-utils multilib-minimal
+
+DESCRIPTION="dav1d is an AV1 Decoder :)"
+HOMEPAGE="https://code.videolan.org/videolan/dav1d;
+
+LICENSE="BSD-2"
+SLOT="0/3"
+IUSE="+8bit +10bit +asm"
+
+ASM_DEPEND=">=dev-lang/nasm-2.13.02"
+BDEPEND="asm? (
+   abi_x86_32? ( ${ASM_DEPEND} )
+   abi_x86_64? ( ${ASM_DEPEND} )
+   )"
+
+DOCS=( README.md doc/PATENTS THANKS.md )
+
+multilib_src_configure() {
+   local -a bits=()
+   use 8bit  && bits+=( 8 )
+   use 10bit && bits+=( 16 )
+
+   local enable_asm
+   if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then
+   enable_asm=false
+   else
+   enable_asm=$(usex asm true false)
+   fi
+
+   local emesonargs=(
+   -D bitdepths=$(IFS=,; echo "${bits[*]}")
+   -D enable_asm=${enable_asm}
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   eninja
+}
+
+multilib_src_install() {
+   DESTDIR="${D}" eninja install
+}



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

2020-03-05 Thread Mikle Kolyada
commit: f5d4d6036ce3d3d2d02ded371f47300315823da8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar  6 07:12:56 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar  6 07:13:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d4d603

sys-kernel/dracut: arm64 stable wrt bug #703516

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 sys-kernel/dracut/dracut-049-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-049-r3.ebuild 
b/sys-kernel/dracut/dracut-049-r3.ebuild
index 4d5a8b43e81..4a911bcdfc8 100644
--- a/sys-kernel/dracut/dracut-049-r3.ebuild
+++ b/sys-kernel/dracut/dracut-049-r3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/dracutdevs/dracut;
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sparc x86"
SRC_URI="https://github.com/dracutdevs/dracut/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



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

2020-03-05 Thread Hans de Graaff
commit: 2ae370bd01ca9ea260f9f316c48c8377d3796871
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  6 07:06:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  6 07:10:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae370bd

dev-ruby/acme-client: add 2.0.6

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/acme-client/Manifest |  1 +
 dev-ruby/acme-client/acme-client-2.0.6.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/acme-client/Manifest b/dev-ruby/acme-client/Manifest
index 10bbe460f91..be845f9b5eb 100644
--- a/dev-ruby/acme-client/Manifest
+++ b/dev-ruby/acme-client/Manifest
@@ -1,2 +1,3 @@
 DIST acme-client-2.0.4.tar.gz 206295 BLAKE2B 
5758a940e91036de04183ace9d076649cce220e18c92abbbf683026fd4fc1d05b3d2c735553648daac0f57f5e4c5c865679607d38f663af7623bd60fac99eff1
 SHA512 
3e8998ddedc69c6d2a15927be278ef055d1be0fe906c499504ecba811189e5ebbd9c1f54df8692bc0135766dfc8cfbd80f27ee345eab8bcd0126fac62be33742
 DIST acme-client-2.0.5.tar.gz 162456 BLAKE2B 
e01ffd790f404e0ac7a5fe42ef6d4819387dc810bb5c6856e51810b125f5020c3790003eb99e9560ab1618d7d3a420b63e4c1de9cc98e97a4a742ade6bfde54f
 SHA512 
f2f59f2536a5de918147c3b26285c9498eaf082f67d8e3c96036b61a05e3c265a37d7e23f91c03ef7a02ca99bcfec755bc0a9e2bf766ee7b6ffaae1ad1b7c4ab
+DIST acme-client-2.0.6.tar.gz 162500 BLAKE2B 
a32b2d0361d202a6a799e5ed61eb310ec51971a7a7e3e5747c0ca37a597114d1964cf336d053277cc45ae91640c706e39a1e70d5dfe77abea5bddd1055c5a0b8
 SHA512 
aeb2102971f4d09b07f7b9a793ce9a5e35bed77fa50f3c74558e85a81023e6ebe6317e56f5297e8b26fdaedfdb95041b73240a812d849828fdd99c4dc93684de

diff --git a/dev-ruby/acme-client/acme-client-2.0.6.ebuild 
b/dev-ruby/acme-client/acme-client-2.0.6.ebuild
new file mode 100644
index 000..964ca35b232
--- /dev/null
+++ b/dev-ruby/acme-client/acme-client-2.0.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="acme-client.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby client for the letsencrypt's ACME protocol."
+HOMEPAGE="https://github.com/unixcharles/acme-client;
+SRC_URI="https://github.com/unixcharles/acme-client/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/faraday-0.17:0"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/vcr-2.9.3
+   >=dev-ruby/webmock-3.8:3
+)"
+
+all_ruby_prepare() {
+   # Skip failing test where incorrect der value is retrieved, may be 
openssl 1.1.x related.
+   sed -i -e '/assigns the public key/apending' 
spec/certificate_request_spec.rb || die
+
+   # Avoid dependency on git
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2020-03-05 Thread Hans de Graaff
commit: 87567d38c54d17f870c5395343a8b7e2fe65b535
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Mar  5 18:57:21 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  6 07:10:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87567d38

dev-ruby/regexp_parser: add ruby27

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/regexp_parser/regexp_parser-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/regexp_parser/regexp_parser-0.5.0.ebuild 
b/dev-ruby/regexp_parser/regexp_parser-0.5.0.ebuild
index 061c75e89e3..b111089f9cf 100644
--- a/dev-ruby/regexp_parser/regexp_parser-0.5.0.ebuild
+++ b/dev-ruby/regexp_parser/regexp_parser-0.5.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"



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

2020-03-05 Thread Hans de Graaff
commit: 2be16aa8af1947855f76c1f76f55f50c7ed908f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  6 06:58:24 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  6 07:10:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be16aa8

dev-ruby/recog: add 2.3.7

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/recog/Manifest   |  1 +
 dev-ruby/recog/recog-2.3.7.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/recog/Manifest b/dev-ruby/recog/Manifest
index c9def2fb70e..cb86319da02 100644
--- a/dev-ruby/recog/Manifest
+++ b/dev-ruby/recog/Manifest
@@ -2,3 +2,4 @@ DIST recog-2.3.2.gem 259584 BLAKE2B 
035cdcb23fa837798fd256d00eb3cfa11b6ebeefd218
 DIST recog-2.3.4.gem 262656 BLAKE2B 
ca2ea05844f5fde74859b22a9f710e5a9f0d44d789d49fb2c8502f4f09f5e5a3772d4a4187e5f0c10ec250c84599defc9dc86dd5602a7bdc7586f07ed14df350
 SHA512 
4ebf2ce4d502eb103eb3d10b7c01f3e43a402b90d8883f76cedb93edea32f31d196c4141c11264739f73ee9afe8590c50a368897a1286ff408d4454e89622be6
 DIST recog-2.3.5.gem 263168 BLAKE2B 
da850cc08e7ffebd34e040eac15ecc62ab857c61d8a65cf5e9889f94c0173204ef8de5c712c89ddfc67c9d6bb8c01c09c702547de1bbdd7b12d121e4f4fefe7b
 SHA512 
a45bc81c17edc9e431aa945678c77c573e2d1ad2352b4b4862492108cda0620145f6dc04a7d7ff2a6b456db32ed0348af4e61cd2be187f9d3de2b421f1f4e4ce
 DIST recog-2.3.6.gem 266752 BLAKE2B 
ec11be53a79f83b174c12f44d90c4085e02ae10fb49744ee6c5d655e4be32414fa158f6a11b2d73786c00447f8ebf3f40aecd422f14886a72eb59f1519a65f63
 SHA512 
b4731092884de9dcf961122bf0cd5b4ed2fe8b9fc7ecdbd144d0813cbad52895ab4b3c0b7069a7f7e7a80bcf236cfd1c8c0d594d2caa65a76cca60e362009b43
+DIST recog-2.3.7.gem 276480 BLAKE2B 
227b5ee13245a8c3f47b9aae1a3a15133669bf2d0438f6c693da6496243b915e036ee922f0db3bbfa605b38803c4bd1cae472b8494f74d7dc73b2d476cc164b0
 SHA512 
184ed1bbd661899d66f51675f2c5e62804b24b75426ad064c1fff8d5e3f2e083cdbd48c5482beedbaebc355f0fcff3e29d1406d7bbc31c55a17fa467adf7c280

diff --git a/dev-ruby/recog/recog-2.3.7.ebuild 
b/dev-ruby/recog/recog-2.3.7.ebuild
new file mode 100644
index 000..755dd01cad4
--- /dev/null
+++ b/dev-ruby/recog/recog-2.3.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="xml"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Pattern recognition for hosts, services, and content"
+HOMEPAGE="https://github.com/rapid7/recog;
+
+LICENSE="BSD-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/nokogiri"
+
+ruby_add_bdepend "test? (
+   dev-ruby/regexp_parser:0
+   dev-ruby/rspec:3
+   dev-util/aruba
+   dev-util/cucumber
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' -e '1igem "regexp_parser", "~>0.2"' 
spec/spec_helper.rb || die
+}
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec
+   ruby-ng_cucumber
+}



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

2020-03-05 Thread Hans de Graaff
commit: 804f68ca4bc926a918a209fcc6dc77da728c0e42
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  6 07:10:20 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  6 07:10:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804f68ca

dev-ruby/zeitwerk: add 2.3.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/zeitwerk/Manifest  |  1 +
 dev-ruby/zeitwerk/zeitwerk-2.3.0.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/zeitwerk/Manifest b/dev-ruby/zeitwerk/Manifest
index 0ee2161ae2f..083939bf363 100644
--- a/dev-ruby/zeitwerk/Manifest
+++ b/dev-ruby/zeitwerk/Manifest
@@ -2,3 +2,4 @@ DIST zeitwerk-1.4.3.tar.gz 84202 BLAKE2B 
8e14790f4a5b5122efacbe89a0d1ede5c993356
 DIST zeitwerk-2.1.10.tar.gz 92514 BLAKE2B 
509cdaeecb8d7d369282a5fc9e8632a19eb2036881290b33a36deeb1953329ce6541ead79a1cd70c7467ea4ae4a0d9197b02009265ff0932e60030a2446f04c2
 SHA512 
6a6997c45fe322dd4a65832af450efd7e19d942868b9c948e795b7f5614f2f95a53fc29461fa831e0e525917e34c1e7a592970e1582a921227e9977cb669b74a
 DIST zeitwerk-2.2.1.tar.gz 94726 BLAKE2B 
6fb5fe08cc6a3845598ee70bcce5a6546b7fea8de547dc821c337ef3bd02983061edffb0d2ce1e1ab446b38ff282dc042a26532cff7604a9cdb9922d333deee4
 SHA512 
984740b981448edc539db06b268e16256ef4302f0d8d56b31c69a8f0324ded8eb1d77c3720b9e2e49723e4e0b4b5e4db538ecf5f24690930d336d7b0f0d246bc
 DIST zeitwerk-2.2.2.tar.gz 94978 BLAKE2B 
0920f7c1848eff586d0dfd2a15821fa38ccfe7d1d2945196a3cad534cb7ca740a30721b434ccf602e431bfdd16e87d6714fa0ac0edf60e6dcfa6398aae22dbaa
 SHA512 
19b58ed4d9a04c9d3cb0f587ae8b824cca1a8bf44b2a484d7ea1c3a0a8b378b66174172a3e4adec75853602bfef0c6fd3be5205eacdcad96ef87dce26d7ba5a7
+DIST zeitwerk-2.3.0.tar.gz 95973 BLAKE2B 
c484d40587d7ce52e257eb90bf543a573b6512bdd833809316c9407cd275dfc9aad703982477e1c601510d5e0703449bf2794505156fc51283ad1989c8724758
 SHA512 
e891b2fda9375f1e459dce2adc2f1b2128bd20a2f7e617ae27967b3bd0927689f5134aa42b098fdd077c089bf2debcf0a88b7b3fd89a97ac44dc9c9fbc72f14e

diff --git a/dev-ruby/zeitwerk/zeitwerk-2.3.0.ebuild 
b/dev-ruby/zeitwerk/zeitwerk-2.3.0.ebuild
new file mode 100644
index 000..fd64ef3daf3
--- /dev/null
+++ b/dev-ruby/zeitwerk/zeitwerk-2.3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Efficient and thread-safe code loader for Ruby"
+HOMEPAGE="https://github.com/fxn/zeitwerk;
+SRC_URI="https://github.com/fxn/zeitwerk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/bundler )"
+
+all_ruby_prepare() {
+   rm -f Gemfile.lock || die
+   sed -i -e '/\(focus\|reporters\|Reporters\)/ s:^:#:' Gemfile 
test/test_helper.rb || die
+
+   sed -i -e 's:require_relative "lib:require "./lib:' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rake test || die
+}



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

2020-03-05 Thread Hans de Graaff
commit: 364d44330e31e48d8ffc049bc5c8c455cf5ad550
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  6 06:19:01 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  6 07:10:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364d4433

dev-ruby/multi_test: add ruby27

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/dev-ruby/multi_test/multi_test-0.1.2.ebuild 
b/dev-ruby/multi_test/multi_test-0.1.2.ebuild
index 128a49f3f48..baee304b924 100644
--- a/dev-ruby/multi_test/multi_test-0.1.2.ebuild
+++ b/dev-ruby/multi_test/multi_test-0.1.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2020-03-05 Thread Hans de Graaff
commit: 7f14f641fd5d9e1c8838a27c843398d9c1d6ede5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Mar  6 06:20:54 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Mar  6 07:10:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f14f641

dev-util/cucumber-expressions: add ruby27

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild
index 02ba8f82381..9f93469217c 100644
--- a/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild
+++ b/dev-util/cucumber-expressions/cucumber-expressions-6.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2020-03-05 Thread Mikle Kolyada
commit: cab85bcbbe7d253c9a192c48cee3b31c5bf915c7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Mar  6 06:29:15 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Mar  6 06:29:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab85bcb

app-admin/logrotate: Version bump (v3.16.0)

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

 app-admin/logrotate/Manifest|   1 +
 app-admin/logrotate/logrotate-3.16.0.ebuild | 101 
 2 files changed, 102 insertions(+)

diff --git a/app-admin/logrotate/Manifest b/app-admin/logrotate/Manifest
index 8c77d7ead09..95a51dd7fef 100644
--- a/app-admin/logrotate/Manifest
+++ b/app-admin/logrotate/Manifest
@@ -1,2 +1,3 @@
 DIST logrotate-3.14.0.tar.gz 215413 BLAKE2B 
7914188922d81b1f8b6c4e493fae71d23bc9e65ebfcb190ebb4287c875af53204cbecb51c2731a3dc57530a30c685c3a626074265d9a2462714ff6ff077ea5ca
 SHA512 
5f584d9be01737960eaffcf43746270a5395486d2161577a9ee3e757cb4dfe5a207c8b1d097181dd413560d76ecc0e3d526f87d1b123a52dc3e5e49d529a5fb5
 DIST logrotate-3.15.1.tar.gz 220263 BLAKE2B 
c164c542a0770965f5193f5816509f566b9afeb82ce8388a184d16c2b3e79aa0ef93be10d477c85f62037f01b3e626ea56d3173ca8cf017b8aa315f2e23b1a2b
 SHA512 
72294607762751fb1aaaca1d62ebd87d109d837d50606176159a5e74782a993123321967b7a6185df6ca9c87a54febb832ac7537ceaa580a895901a995570cd5
+DIST logrotate-3.16.0.tar.gz 221904 BLAKE2B 
38bfde57e9e055b86d6f25f0dd7c49b5d35865671926b1f8a2bd703ac8b8b2252d40cc29b0e1440309ecf224c747a99a2eab0ea99c86782559bef797f61fadb8
 SHA512 
2f2e8ebf9349424f529e4cf35e75036dadb00df84feac6b421b5a558ce015c9b1a22586463cba95a0265c104a559dd236764f7e37707975e626e69cc87e963e2

diff --git a/app-admin/logrotate/logrotate-3.16.0.ebuild 
b/app-admin/logrotate/logrotate-3.16.0.ebuild
new file mode 100644
index 000..ae6c65c79eb
--- /dev/null
+++ b/app-admin/logrotate/logrotate-3.16.0.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE="acl +cron selinux"
+
+COMMON_DEPEND="
+   >=dev-libs/popt-1.5
+   selinux? ( sys-libs/libselinux )
+   acl? ( virtual/acl )"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-apps/sed-4"
+
+RDEPEND="${COMMON_DEPEND}
+   selinux? ( sec-policy/selinux-logrotate )
+   cron? ( virtual/cron )"
+
+STATEFILE="/var/lib/misc/logrotate.status"
+OLDSTATEFILE="/var/lib/logrotate.status"
+
+move_old_state_file() {
+   elog "logrotate state file is now located at ${STATEFILE}"
+   elog "See bug #357275"
+   if [[ -e "${OLDSTATEFILE}" ]] ; then
+   elog "Moving your current state file to new location: 
${STATEFILE}"
+   mv -n "${OLDSTATEFILE}" "${STATEFILE}" || die
+   fi
+}
+
+install_cron_file() {
+   exeinto /etc/cron.daily
+   newexe "${S}"/examples/logrotate.cron "${PN}"
+}
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.15.0-ignore-hidden.patch"
+)
+
+src_prepare() {
+   sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#' 
"${S}"/examples/logrotate.{cron,service} || die
+   default
+}
+
+src_configure() {
+   econf \
+   $(use_with acl) \
+   $(use_with selinux) \
+   --with-state-file-path="${STATEFILE}"
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   insinto /usr
+   dobin logrotate
+   doman logrotate.8
+   dodoc ChangeLog.md
+
+   insinto /etc
+   doins "${FILESDIR}"/logrotate.conf
+
+   use cron && install_cron_file
+
+   systemd_dounit examples/logrotate.{service,timer}
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}".conf
+
+   keepdir /etc/logrotate.d
+}
+
+pkg_postinst() {
+   elog
+   elog "The ${PN} binary is now installed under /usr/bin. Please"
+   elog "update your links"
+   elog
+   move_old_state_file
+   elog "If you are running systemd you might need to run:"
+   elog "systemd-tmpfiles --create /usr/lib/tmpfiles.d/logrotate.conf"
+   elog "in order to create the new location of the logrotate state file"
+   elog
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   elog "If you wish to have logrotate e-mail you updates, please"
+   elog "emerge virtual/mailx and configure logrotate in"
+   elog "/etc/logrotate.conf appropriately"
+   elog
+   elog "Additionally, /etc/logrotate.conf may need to be modified"
+   elog "for your particular needs. See man logrotate for details."
+   fi
+}



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

2020-03-05 Thread Zac Medico
commit: ca053dec87ea593596f83e8d20c63b40678bf03a
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Mar  6 03:15:40 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Mar  6 03:29:07 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ca053dec

Scheduler: replace add_done_callback with addExitListener

For simplicity, use addExitListener instead of add_done_callback, since
addExitListener has been fixed to use call_soon in commit 46903f3e5622.
Note that each addExitListener call occurs *after* a call to the
SequentialTaskQueue add method, since the SequentialTaskQueue needs to
be notified of task exit *first* (see commit 459b3535baa4).

Bug: https://bugs.gentoo.org/711322
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/Scheduler.py | 27 +++
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/lib/_emerge/Scheduler.py b/lib/_emerge/Scheduler.py
index 98bc789ff..ee8f3dd5e 100644
--- a/lib/_emerge/Scheduler.py
+++ b/lib/_emerge/Scheduler.py
@@ -4,7 +4,6 @@
 from __future__ import division, print_function, unicode_literals
 
 from collections import deque
-import functools
 import gc
 import gzip
 import logging
@@ -1260,13 +1259,11 @@ class Scheduler(PollScheduler):
child not in completed_tasks:
unsatisfied.add(child)
 
-   def _merge_wait_exit_handler(self, task, future):
-   future.cancelled() or future.result()
+   def _merge_wait_exit_handler(self, task):
self._merge_wait_scheduled.remove(task)
-   self._merge_exit(task, future)
+   self._merge_exit(task)
 
-   def _merge_exit(self, merge, future):
-   future.cancelled() or future.result()
+   def _merge_exit(self, merge):
self._running_tasks.pop(id(merge), None)
self._do_merge_exit(merge)
self._deallocate_config(merge.merge.settings)
@@ -1330,8 +1327,7 @@ class Scheduler(PollScheduler):
del mtimedb["resume"]
mtimedb.commit()
 
-   def _build_exit(self, build, future):
-   future.cancelled() or future.result()
+   def _build_exit(self, build):
self._running_tasks.pop(id(build), None)
if build.returncode == os.EX_OK and self._terminated_tasks:
# We've been interrupted, so we won't
@@ -1350,7 +1346,7 @@ class Scheduler(PollScheduler):

merge.addStartListener(self._system_merge_started)
else:
self._task_queues.merge.add(merge)
-   
merge.async_wait().add_done_callback(functools.partial(self._merge_exit, merge))
+   merge.addExitListener(self._merge_exit)
self._status_display.merges = 
len(self._task_queues.merge)
else:
settings = build.settings
@@ -1369,9 +1365,8 @@ class Scheduler(PollScheduler):
self._status_display.running = self._jobs
self._schedule()
 
-   def _extract_exit(self, build, future):
-   future.cancelled() or future.result()
-   self._build_exit(build, future)
+   def _extract_exit(self, build):
+   self._build_exit(build)
 
def _task_complete(self, pkg):
self._completed_tasks.add(pkg)
@@ -1588,7 +1583,7 @@ class Scheduler(PollScheduler):
task.scheduler = self._sched_iface
self._merge_wait_scheduled.append(task)
self._task_queues.merge.add(task)
-   
task.async_wait().add_done_callback(functools.partial(self._merge_wait_exit_handler,
 task))
+   
task.addExitListener(self._merge_wait_exit_handler)
self._status_display.merges = 
len(self._task_queues.merge)
state_change += 1
 
@@ -1708,7 +1703,7 @@ class Scheduler(PollScheduler):
merge = PackageMerge(merge=task, 
scheduler=self._sched_iface)
self._running_tasks[id(merge)] = merge
self._task_queues.merge.addFront(merge)
-   
merge.async_wait().add_done_callback(functools.partial(self._merge_exit, merge))
+   merge.addExitListener(self._merge_exit)
 
elif pkg.built:
self._jobs += 1
@@ -1717,7 +1712,7 @@ class Scheduler(PollScheduler):
self._running_tasks[id(task)] = task
task.scheduler = self._sched_iface
self._task_queues.jobs.add(task)
-   

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-power-manager/

2020-03-05 Thread Michał Górny
commit: 25243b079d049f6c8d07c0713ecb075ffb8ec7e7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  6 03:21:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  6 03:21:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25243b07

xfce-extra/xfce4-power-manager: Bump to 1.7.0

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

 xfce-extra/xfce4-power-manager/Manifest|  1 +
 .../xfce4-power-manager-1.7.0.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/xfce-extra/xfce4-power-manager/Manifest 
b/xfce-extra/xfce4-power-manager/Manifest
index 703a0fb56e7..bd0c32265e7 100644
--- a/xfce-extra/xfce4-power-manager/Manifest
+++ b/xfce-extra/xfce4-power-manager/Manifest
@@ -1 +1,2 @@
 DIST xfce4-power-manager-1.6.5.tar.bz2 1205473 BLAKE2B 
64d3aa04ccb11b7b541b9ec8c3dd4544c66f8e7de626c5395cd10ea1e0004d7f3e941d9357941b73aec3997ed9935f04540d2c04ca1e6ac271baa80732de0f72
 SHA512 
ebcf9ba7431518fdafa74f49511200e16093c34f78516e823a2f7ac02a085a08377efe5f9c6fe285f3d1e2de253789404e01b34a48e3f5ff23c2c143b2801207
+DIST xfce4-power-manager-1.7.0.tar.bz2 1235629 BLAKE2B 
bf6bd6c3ebfc86d199362168788b3d9b1ca2cd691a93a2cbab04415d7e68e11a3b1cb36328e8a974e504eb00282e584cc497ea4f7dcddb20e6854d06bef5ec7d
 SHA512 
30c6c37ce278d869b73880bc33d04115086646850c8fc9129e4fbeb71b36d4bb7ce7ee1758ea804b42b3736ec6632f7bcd8e7806a00421e0e24ac8433e34ac24

diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.7.0.ebuild 
b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.7.0.ebuild
new file mode 100644
index 000..9df144416fc
--- /dev/null
+++ b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.7.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit xdg-utils
+
+DESCRIPTION="Power manager for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-power-manager;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="kernel_linux networkmanager +panel-plugin policykit"
+
+COMMON_DEPEND=">=dev-libs/glib-2.42
+   >=sys-power/upower-0.99.0
+   sys-power/pm-utils
+   >=x11-libs/gtk+-3.14:3
+   >=x11-libs/libnotify-0.7
+   x11-libs/libX11
+   >=x11-libs/libXrandr-1.2
+   x11-libs/libXext
+   x11-libs/libXtst
+   >=xfce-base/xfconf-4.12:=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
+   policykit? ( >=sys-auth/polkit-0.112 )"
+RDEPEND="${COMMON_DEPEND}
+   networkmanager? ( net-misc/networkmanager )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-base/xorg-proto"
+
+src_configure() {
+   local myconf=(
+   $(use_enable policykit polkit)
+   $(use_enable networkmanager network-manager)
+   $(use_enable panel-plugin xfce4panel)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-03-05 Thread Michał Górny
commit: dfd27556cd1d8b70d9492f8813d2b7cb6a3c0350
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  6 03:24:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  6 03:24:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd27556

dev-python/qrcode: Set DISTUTILS_USE_SETUPTOOLS

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

 dev-python/qrcode/qrcode-6.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/qrcode/qrcode-6.1.ebuild 
b/dev-python/qrcode/qrcode-6.1.ebuild
index 6478dfae767..302af0286b4 100644
--- a/dev-python/qrcode/qrcode-6.1.ebuild
+++ b/dev-python/qrcode/qrcode-6.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
@@ -21,8 +22,6 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]"
 
 distutils_enable_tests unittest
 



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

2020-03-05 Thread Michał Górny
commit: 4c4d2d93bed9b65df736add987540e85cc9cce71
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar  6 03:19:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar  6 03:19:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4d2d93

distutils-r1.eclass: Fix sphinx check for plugins use

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

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

diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 355f36f59e3..f3df05eeb67 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -355,7 +355,7 @@ distutils_enable_sphinx() {
if grep -F -q 'sphinx.ext.autodoc' "${confpy}"; then
die "distutils_enable_sphinx: --no-autodoc 
passed but sphinx.ext.autodoc found in ${confpy}"
fi
-   else
+   elif [[ -z ${_DISTUTILS_SPHINX_PLUGINS[@]} ]]; then
if ! grep -F -q 'sphinx.ext.autodoc' "${confpy}"; then
die "distutils_enable_sphinx: 
sphinx.ext.autodoc not found in ${confpy}, pass --no-autodoc"
fi



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

2020-03-05 Thread Zac Medico
commit: 46903f3e5622bc479d4687c76c0e9fada8eb53db
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Mar  5 16:45:25 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Mar  5 23:30:03 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=46903f3e

AsynchronousTask: schedule exit listeners via call_soon (bug 711322)

Schedule exit listeners via call_soon, in order to avoid callback races
like the SequentialTaskQueue exit listener race that triggered bug
711322. Callbacks scheduled via call_soon are placed in a fifo queue,
ensuring that they execute in an order that is unsurprising relative to
other callbacks.

Bug: https://bugs.gentoo.org/711322
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/AsynchronousTask.py | 53 -
 1 file changed, 21 insertions(+), 32 deletions(-)

diff --git a/lib/_emerge/AsynchronousTask.py b/lib/_emerge/AsynchronousTask.py
index 1b450e3b0..799e66a4a 100644
--- a/lib/_emerge/AsynchronousTask.py
+++ b/lib/_emerge/AsynchronousTask.py
@@ -19,7 +19,7 @@ class AsynchronousTask(SlotObject):
"""
 
__slots__ = ("background", "cancelled", "returncode", "scheduler") + \
-   ("_exit_listeners", "_exit_listener_stack", "_start_listeners")
+   ("_exit_listener_handles", "_exit_listeners", 
"_start_listeners")
 
_cancelled_returncode = - signal.SIGINT
 
@@ -178,17 +178,16 @@ class AsynchronousTask(SlotObject):
self._exit_listeners.append(f)
 
def removeExitListener(self, f):
-   if self._exit_listeners is None:
-   if self._exit_listener_stack is not None:
-   try:
-   self._exit_listener_stack.remove(f)
-   except ValueError:
-   pass
-   return
-   try:
-   self._exit_listeners.remove(f)
-   except ValueError:
-   pass
+   if self._exit_listeners is not None:
+   try:
+   self._exit_listeners.remove(f)
+   except ValueError:
+   pass
+
+   if self._exit_listener_handles is not None:
+   handle = self._exit_listener_handles.pop(f, None)
+   if handle is not None:
+   handle.cancel()
 
def _wait_hook(self):
"""
@@ -200,26 +199,16 @@ class AsynchronousTask(SlotObject):
if self.returncode is not None and \
self._exit_listeners is not None:
 
-   # This prevents recursion, in case one of the
-   # exit handlers triggers this method again by
-   # calling wait(). Use a stack that gives
-   # removeExitListener() an opportunity to consume
-   # listeners from the stack, before they can get
-   # called below. This is necessary because a call
-   # to one exit listener may result in a call to
-   # removeExitListener() for another listener on
-   # the stack. That listener needs to be removed
-   # from the stack since it would be inconsistent
-   # to call it after it has been been passed into
-   # removeExitListener().
-   self._exit_listener_stack = self._exit_listeners
+   listeners = self._exit_listeners
self._exit_listeners = None
+   if self._exit_listener_handles is None:
+   self._exit_listener_handles = {}
 
-   # Execute exit listeners in reverse order, so that
-   # the last added listener is executed first. This
-   # allows SequentialTaskQueue to decrement its running
-   # task count as soon as one of its tasks exits, so that
-   # the value is accurate when other listeners execute.
-   while self._exit_listener_stack:
-   self._exit_listener_stack.pop()(self)
+   for listener in listeners:
+   if listener not in self._exit_listener_handles:
+   self._exit_listener_handles[listener] = 
\
+   
self.scheduler.call_soon(self._exit_listener_cb, listener)
 
+   def _exit_listener_cb(self, listener):
+   del self._exit_listener_handles[listener]
+   listener(self)



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/libappindicator/

2020-03-05 Thread Andreas Sturmlechner
commit: 4faee846d82cc864173b1dd56bb4c5efe25b24c3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar  6 00:50:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar  6 00:53:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4faee846

dev-libs/libappindicator: Drop slot 2

Closes: https://bugs.gentoo.org/706478
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../libappindicator-12.10.0-r202.ebuild| 90 --
 profiles/package.mask  |  4 -
 2 files changed, 94 deletions(-)

diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild 
b/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
deleted file mode 100644
index a7f45aa66b7..000
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r202.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils ltprune multilib-minimal python-single-r1 vala 
xdg-utils
-
-DESCRIPTION="A library to allow applications to export a menu into the Unity 
Menu bar"
-HOMEPAGE="https://launchpad.net/libappindicator;
-SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz;
-
-LICENSE="LGPL-2.1 LGPL-3"
-SLOT="2"
-KEYWORDS="amd64 ~arm x86"
-
-IUSE="+introspection python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   >=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}]
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   >=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}]
-   >=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1:= )
-   python? (
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pygtk[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig[${MULTILIB_USEDEP}]
-   introspection? ( $(vala_depend) )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-conditional-py-bindings.patch
-   # 
http://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.12.10/revision/244
-   "${FILESDIR}"/${P}-vala-inherit.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-   export MAKEOPTS+=" -j1" #638782
-}
-
-src_prepare() {
-   default
-
-   xdg_environment_reset
-
-   # Don't use -Werror
-   sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
-
-   eautoreconf
-
-   # Disable MONO for now because of https://bugs.gentoo.org/382491
-   sed -i -e '/^MONO_REQUIRED_VERSION/s:=.*:=:' configure || die
-}
-
-multilib_src_configure() {
-   if multilib_is_native_abi; then
-   local -x VALAC VALA_API_GEN VAPIGEN_VAPIDIR PKG_CONFIG_PATH
-   use introspection && vala_src_prepare && export 
VALA_API_GEN="${VAPIGEN}"
-   fi
-
-   ECONF_SOURCE=${S} \
-   econf \
-   --disable-static \
-   --with-gtk=2 \
-   $(multilib_native_use_enable introspection) \
-   $(multilib_native_use_enable python)
-}
-
-multilib_src_install() {
-   emake -j1 DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   prune_libtool_files --modules
-
-   # installed by slot 3 as well
-   rm -r "${D}"usr/share/gtk-doc || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index dc0431d35e9..0d28e4768f8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -403,10 +403,6 @@ sys-firmware/iwl6050-ucode
 # Mask until sys-libs/libxcrypt[system] is unmasked
 >=virtual/libcrypt-2
 
-# Andreas Sturmlechner  (2020-02-05)
-# Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
-dev-libs/libappindicator:2
-
 # Michał Górny  (2020-02-05)
 # Unmaintained.  No Python 3 support.  Last release ~2014, homepage
 # gone.



[gentoo-commits] repo/gentoo:master commit in: profiles/, x11-plugins/pidgin-indicator/

2020-03-05 Thread Andreas Sturmlechner
commit: 3be4204def9f6355aa1646a636d0627a53804427
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar  6 00:47:44 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar  6 00:53:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be4204d

x11-plugins/pidgin-indicator: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask  |  1 -
 x11-plugins/pidgin-indicator/Manifest  |  1 -
 x11-plugins/pidgin-indicator/metadata.xml  |  8 --
 .../pidgin-indicator/pidgin-indicator-1.0.ebuild   | 31 --
 4 files changed, 41 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index f995c3d75ee..920d58dbc07 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -407,7 +407,6 @@ sys-firmware/iwl6050-ucode
 # Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
 dev-libs/libappindicator:2
 dev-perl/Gtk2-AppIndicator
-x11-plugins/pidgin-indicator
 
 # Michał Górny  (2020-02-05)
 # Unmaintained.  No Python 3 support.  Last release ~2014, homepage

diff --git a/x11-plugins/pidgin-indicator/Manifest 
b/x11-plugins/pidgin-indicator/Manifest
deleted file mode 100644
index 3065fae466d..000
--- a/x11-plugins/pidgin-indicator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pidgin-indicator-1.0.tar.gz 29583 BLAKE2B 
d39ef5b3ac5da87c736c2e74b7966c7009bacefe770eb833d18a8508b2bc340c5636ee3d9eed88af0ef7f385c2a9b52b16a1c4029e4d6fd35cd6b4e364c94c28
 SHA512 
9aa9847cb6e3c988ed4bf0666ad94139b3d3aa1b9fa4215a2d5a72cbde4db9cfdd809ab576c5ab060c33e3e89acd0ede9cde0f3d8a26bef2c5f5f46052a05102

diff --git a/x11-plugins/pidgin-indicator/metadata.xml 
b/x11-plugins/pidgin-indicator/metadata.xml
deleted file mode 100644
index 9dffad7f043..000
--- a/x11-plugins/pidgin-indicator/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   
-   philipl/pidgin-indicator
-   
-

diff --git a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild 
b/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
deleted file mode 100644
index ab3ceb77180..000
--- a/x11-plugins/pidgin-indicator/pidgin-indicator-1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="Indicator plugin for Pidgin"
-HOMEPAGE="https://github.com/philipl/pidgin-indicator;
-SRC_URI="https://github.com/philipl/pidgin-indicator/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
-   dev-libs/libappindicator:2
-   net-im/pidgin[gtk]
-   x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   eautoreconf
-}
-
-src_install() {
-   default
-   find "${D}" -name "*.la" -exec rm {} + || die
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-perl/Gtk2-AppIndicator/

2020-03-05 Thread Andreas Sturmlechner
commit: 023e7916a94cfb9b1c472d7df77858e62fa0ae7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Mar  6 00:48:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Mar  6 00:53:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023e7916

dev-perl/Gtk2-AppIndicator: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../Gtk2-AppIndicator-0.150.0-r1.ebuild| 24 --
 dev-perl/Gtk2-AppIndicator/Manifest|  1 -
 dev-perl/Gtk2-AppIndicator/metadata.xml| 12 ---
 profiles/package.mask  |  1 -
 4 files changed, 38 deletions(-)

diff --git a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild 
b/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild
deleted file mode 100644
index 3984a0708ca..000
--- a/dev-perl/Gtk2-AppIndicator/Gtk2-AppIndicator-0.150.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=OESTERHOL
-DIST_VERSION=0.15
-inherit virtualx perl-module
-
-DESCRIPTION="Perl binding for the GTK2 AppIndicator"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-perl/Gtk2-1.200.0
-   dev-libs/libappindicator:2
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-src_test() {
-   virtx perl-module_src_test
-}

diff --git a/dev-perl/Gtk2-AppIndicator/Manifest 
b/dev-perl/Gtk2-AppIndicator/Manifest
deleted file mode 100644
index 77cfc600fed..000
--- a/dev-perl/Gtk2-AppIndicator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Gtk2-AppIndicator-0.15.tar.gz 15662 BLAKE2B 
59767f0d85bd2fce723c0739e3229e2200d5aea1c9d008d44dfe087bed70f408c7db90dbadf81ea64af29e89923e29aa578b89c145f41f2a25b1f08f58033ec8
 SHA512 
16aaddf520ce720969775b49697b605e0dda7ed3b62bb7edeefbc2c48a1122656469068b179acbfd595ae9b1f0328747898a54e7afdaf71ae7445792afd9c4ea

diff --git a/dev-perl/Gtk2-AppIndicator/metadata.xml 
b/dev-perl/Gtk2-AppIndicator/metadata.xml
deleted file mode 100644
index c893c255130..000
--- a/dev-perl/Gtk2-AppIndicator/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-p...@gentoo.org
-Gentoo Perl Project
-
-
-Gtk2-AppIndicator
-Gtk2::AppIndicator
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 920d58dbc07..dc0431d35e9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -406,7 +406,6 @@ sys-firmware/iwl6050-ucode
 # Andreas Sturmlechner  (2020-02-05)
 # Blocks dev-python/pygtk removal, bug #706478. Masked for removal in 30 days.
 dev-libs/libappindicator:2
-dev-perl/Gtk2-AppIndicator
 
 # Michał Górny  (2020-02-05)
 # Unmaintained.  No Python 3 support.  Last release ~2014, homepage



[gentoo-commits] proj/mozilla:master commit in: dev-libs/nss-pem/

2020-03-05 Thread Jory Pratt
commit: cafe2447632a4c5d4648008c3b639aa13a7f09b8
Author: Jory Pratt  gentoo  org>
AuthorDate: Fri Mar  6 00:20:28 2020 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Mar  6 00:20:28 2020 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cafe2447

dev-libs/nss-pem: ensure we only allow install with nss-3.50-r1

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Jory Pratt  gentoo.org>

 dev-libs/nss-pem/nss-pem-1.0.5.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/nss-pem/nss-pem-1.0.5.ebuild 
b/dev-libs/nss-pem/nss-pem-1.0.5.ebuild
index e538a00..e5fecd0 100644
--- a/dev-libs/nss-pem/nss-pem-1.0.5.ebuild
+++ b/dev-libs/nss-pem/nss-pem-1.0.5.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit cmake-multilib
 
-DESCRIPTION="PEM file reader for Network Security Services (NSS), implemented 
as a PKCS#11 module "
+DESCRIPTION="PEM file reader for Network Security Services (NSS)"
 HOMEPAGE="https://github.com/kdudka/nss-pem;
 SRC_URI="https://github.com/kdudka/${PN}/releases/download/${P}/${P}.tar.xz;
 
@@ -14,9 +14,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE=""
 
-BDEPEND=" dev-libs/nss "
+BDEPEND=" >=dev-libs/nss-3.50-r1 "
 RDEPEND="${BDEPEND}"
 
-DEPEND="${RDEPEND}"
+DEPEND="<=dev-libs/nss-3.50
+   ${RDEPEND}"
 
 S="${WORKDIR}/${P}/src"



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

2020-03-05 Thread Bernard Cafarelli
commit: f4fc68e43135db6603b28806a846d36051634906
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Thu Mar  5 23:10:14 2020 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Mar  5 23:57:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fc68e4

net-misc/nextcloud-client: 2.6.4 bump

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/nextcloud-client/Manifest |  1 +
 .../nextcloud-client/nextcloud-client-2.6.4.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/net-misc/nextcloud-client/Manifest 
b/net-misc/nextcloud-client/Manifest
index 9d7e07a9629..37c651e31f5 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,3 +1,4 @@
 DIST nextcloud-client-2.5.2.tar.gz 18995992 BLAKE2B 
6ad23962d327c1feeec34f59092021f7f82f4baeaf973fac0572db55cb03bc8ba2ed0c5037bcbfa80ca057d3976aaf6e402e129f2ec963b3a9c432330ef6aaf3
 SHA512 
1000b420355d7a4104ca5b41e813d467dcb345b60c79c78ce532de9c58ea89cad10d5565a433409bd512f0f7771c18c7c27974b968c74f84ccfda1ed3510d3ae
 DIST nextcloud-client-2.6.2.tar.gz 18982053 BLAKE2B 
53f4d13b42f50a272012909ed5c937b0a37543f11b8ef0119db670107ed10629d79cb2fcfbbe9148ff847f7ef9e38183f613ae3162206bf9e8f7424ae8280b72
 SHA512 
b56a7d6751381ffb546b0c8a4b9dbb7991f523ac2ff06dbc87ee36927a4326f57f520ea96a2116ead5d36db6b9900f552834ec9dff8ad5adf80e896829428199
 DIST nextcloud-client-2.6.3.tar.gz 18983292 BLAKE2B 
89fdb35c12f4d126c19f31d09d54e027f9edf684fa4904bfba0e7c49a628295aabe00f2b6bc79496876a252dbc9d82772a95bcc59ae4220f8c91dd09bd2661d9
 SHA512 
ddeb8a32e0208bc415bf421cb3ce05713adb617fa78c0b5cb4d894c9e8d3499dcc495c115de3ea7abb0c402eef4bc64ede8c59a7f056acda47779096fedc8025
+DIST nextcloud-client-2.6.4.tar.gz 19035129 BLAKE2B 
8721737a4e2515996de1910219c2d36b545e068ed5c66b2df85166646c25488f401563e113674254d9d1b1a70c19435c7c0728718e1633e8036ac1e415925b97
 SHA512 
849bf9bfa6a50342f6b58e805dc72ef342cb5f3e2e27d8f45d6a48759b1956dec194fb376b9a6b760df724f01eec3a22aadaa439f03e5166b1b2afb5454e40f1

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.6.4.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.6.4.ebuild
new file mode 100644
index 000..0efd5f09b27
--- /dev/null
+++ b/net-misc/nextcloud-client/nextcloud-client-2.6.4.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg
+
+DESCRIPTION="Desktop Syncing Client for Nextcloud"
+HOMEPAGE="https://github.com/nextcloud/desktop;
+SRC_URI="https://github.com/nextcloud/desktop/archive/v${PV/_/-}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc dolphin nautilus shibboleth test"
+
+COMMON_DEPEND=">=dev-db/sqlite-3.4:3
+   >=dev-libs/openssl-1.1.0:0=
+   dev-libs/qtkeychain[qt5(+)]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-qt/qtwebengine:5[widgets]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   sys-fs/inotify-tools
+   dolphin? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kio:5
+   )
+   nautilus? ( dev-python/nautilus-python )
+   shibboleth? ( dev-qt/qtwebkit:5 )"
+
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/linguist-tools:5
+   doc? (
+   dev-python/sphinx
+   dev-tex/latexmk
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   )
+   dolphin? ( kde-frameworks/extra-cmake-modules )
+   test? (
+   dev-util/cmocka
+   dev-qt/qttest:5
+   )"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.6.1-include_tests.patch )
+
+S=${WORKDIR}/desktop-${PV/_/-}
+
+src_prepare() {
+   # Keep tests in ${T}
+   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die
+
+   if ! use nautilus; then
+   pushd shell_integration > /dev/null || die
+   cmake_comment_add_subdirectory nautilus
+   popd > /dev/null || die
+   fi
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+   -DCMAKE_DISABLE_FIND_PACKAGE_Sphinx=$(usex !doc)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
+   -DNO_SHIBBOLETH=$(usex !shibboleth)
+   -DUNIT_TESTING=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   if ! use doc ; then
+   elog "Documentation and man pages not installed"
+   elog "Enable doc USE-flag to generate them"
+   fi
+}



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

2020-03-05 Thread Sergei Trofimovich
commit: 3bbf3bd432ec1436bef6e2d7ffc83d1c031553ab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar  5 23:52:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar  5 23:52:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbf3bd4

toolchain.eclass: mangle -O3 down to -O2, not -O0

In bug #701786 'strip-flags' removed all unsafe options
first including -O3 and only then mangled -O? to -O2.

This effectively made gcc to compalie wth -O0, generated
huge slow profile and confused LTO.

Let's default to safer -O3->-O2 transition.

Reported-by: jeff.lemos.a  gmail.com
Closes: https://bugs.gentoo.org/701786
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 62520ae92df..d69ce9503ea 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1494,8 +1494,8 @@ downgrade_arch_flags() {
 }
 
 gcc_do_filter_flags() {
+   replace-flags -O? -O2 # 701786 (-O3)
strip-flags
-   replace-flags -O? -O2
 
# dont want to funk ourselves
filter-flags '-mabi*' -m31 -m32 -m64



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2020-03-05 Thread Sergei Trofimovich
commit: 47f2f61b980efab9ea9412db2aa484e51f0c5b2e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar  5 23:39:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar  5 23:39:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f2f61b

net-ftp/proftpd: bump up to proftpd-1.3.7rc3

Pull in release candidate to better handle tlc-1.3.

Closes: https://bugs.gentoo.org/690526
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/proftpd/Manifest |   1 +
 net-ftp/proftpd/proftpd-1.3.7_rc3.ebuild | 274 +++
 2 files changed, 275 insertions(+)

diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest
index 1099fc7d2e3..9b4db517227 100644
--- a/net-ftp/proftpd/Manifest
+++ b/net-ftp/proftpd/Manifest
@@ -2,6 +2,7 @@ DIST mod_gss-1.3.9.tar.gz 117158 BLAKE2B 
f957fa465f9a9b06ceb9c190ab60c7f67fdeeef
 DIST mod_vroot-0.9.4.tar.gz 29461 BLAKE2B 
eb4d3f6425ab0a1a61ca607e4655b5f8ff6ea342ca49d49598e7a4c5596382aa2c1d4e8228a1cdcfff324feb92dac80fcc58e35bbb77155069749afdd7cc41fb
 SHA512 
f5de392c9fe39f0a03b0783a7092bbfe17ea6db991f4b4e4a2d8f092f073d27ef2c64dd6484d5665b5abc808c0caba016d4fc3fab3da3810f5ebe5249bb4cbce
 DIST proftpd-1.3.6b.tar.gz 20260731 BLAKE2B 
03ef212bcb1bcc53dd6d1dc4472c5565682b1c6b99af737f4ad09c280f1038f0658a8cc9609634e9b4a2a1cb56f76d83278056af0a9d136b957f853615e46cac
 SHA512 
51511f05f481a038fa3826bdf1bdb866423d9f8df48071a8a263347a1ed096a553e66daefcc95dfdfcde503e664ed4140cdbb2a4f95ade8b7aadf2007aa3a671
 DIST proftpd-1.3.6c.tar.gz 20271908 BLAKE2B 
64f0aa70df844a376d333804100e18a28af6ab2b17a3d6f250817141db3952835740c15dcd68f71498b076238a668bdaf9672b4fd7d6fe61f8632d813e221573
 SHA512 
9b10e603b26d527b594682a4905e70dc0a8361372ed80a8e2617167305047bf94ea16b441f9d5782ae04dd50768d32e12f9cb68708c1f80dcd219b09e0d4fd15
+DIST proftpd-1.3.7rc3.tar.gz 20359920 BLAKE2B 
96d2e26c815cd2c461580a2af642ac332bd848418d3d829f2795c610eead00a290a9633088809a5cd56899e3510dc3e608f1688052e1ca5121c78fcc80017523
 SHA512 
cab3ffee0ce6b921596cafc5fd2e0059c59a03f790791973b502e6384d45f0880b94e0d0961c3b230541a1785e9b0afa3d80276c82f4720696a46ea6594d744f
 DIST proftpd-mod-case-0.7.tar.gz 13184 BLAKE2B 
bf2118d9b8ed97a5b192b92b515d17ac7a0d75e154288e5afb3a1c3d686e635093df9501cc1c9b077f87c14326e31e8b9f751803dfca1eae9643f12333eb633f
 SHA512 
c08d13ef82fec36ae75aa3213dd02e0ce4045904849f422e152f039a9da66a45e4423751074b8bcf8ce347a40ce0e7bde798a85cbadc962fd872aeaa898261fc
 DIST proftpd-mod-diskuse-0.9.tar.gz 18596 BLAKE2B 
38c704c8607f0f93b080e77fe793cfe0125c88acc6f818ecb059c6c21a983e040ff5f2c1b91e34ef4ba2666a808d896018c364d1f12ea38f0c477e79bdaa2120
 SHA512 
d41976bf2810e4b783e775e8c767ca2030c3b5df116219fd31cbbac7feaf9922c315bf4ea092881b0d6cf43f2f4c5dbcae61be3c3a833058d12f962a3024b975
 DIST proftpd-mod-msg-0.4.1.tar.gz 8082 BLAKE2B 
970b46b19d25bac22ecb01495270a523997a0b7d5b53b9470b4744b919adcf03d5bcee2df85ba88c4a4c20a9fc30dc01459ffb58c5dae8e78a52a7379bf36f11
 SHA512 
38ea63b1d355e1e10a6a4477596bf3fa28529a871c9fb8dbf093b5317f0743ef9cb59b986d0b8c1c7ed932dad5d5d571883d596fad2d3b793431824db4487012

diff --git a/net-ftp/proftpd/proftpd-1.3.7_rc3.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7_rc3.ebuild
new file mode 100644
index 000..40523c9d693
--- /dev/null
+++ b/net-ftp/proftpd/proftpd-1.3.7_rc3.ebuild
@@ -0,0 +1,274 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit multilib systemd tmpfiles
+
+MOD_CASE="0.7"
+MOD_CLAMAV="0.14rc2"
+MOD_DISKUSE="0.9"
+MOD_GSS="1.3.9"
+MOD_MSG="0.4.1"
+MOD_VROOT="0.9.4"
+
+DESCRIPTION="An advanced and very configurable FTP server"
+HOMEPAGE="http://www.proftpd.org/
+   http://www.castaglia.org/proftpd/
+   https://github.com/jbenden/mod_clamav
+   http://gssmod.sourceforge.net/;
+SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
+   case? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${MOD_CASE}.tar.gz )
+   clamav? ( 
https://github.com/jbenden/mod_clamav/archive/v${MOD_CLAMAV}.tar.gz -> 
${PN}-mod_clamav-${MOD_CLAMAV}.tar.gz )
+   diskuse? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-diskuse-${MOD_DISKUSE}.tar.gz )
+   kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
+   msg? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
+   vroot? ( 
https://github.com/Castaglia/${PN}-mod_vroot/archive/v${MOD_VROOT}.tar.gz -> 
mod_vroot-${MOD_VROOT}.tar.gz )"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
+   kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
+   ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test 

[gentoo-commits] proj/portage:master commit in: repoman/lib/repoman/modules/linechecks/workaround/, repoman/cnf/linechecks/, ...

2020-03-05 Thread Mike Gilbert
commit: 2d9836a0c8bb313fa66581e6cf27fb1a86ada170
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar  5 20:26:29 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  5 21:28:26 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=2d9836a0

repoman: remove check for addpredict

This function has not been deprecated, and developers generally have a
good reason for using it. A repoman warning for this is just noise.

No reason was given when this check was added in 2010, and it was requested
by a developer who has since retired.

Signed-off-by: Mike Gilbert  gentoo.org>
Reviewed-by: Zac Medico  gentoo.org>

 repoman/cnf/linechecks/linechecks.yaml   | 1 -
 repoman/cnf/repository/repository.yaml   | 1 -
 repoman/lib/repoman/modules/linechecks/workaround/__init__.py| 6 --
 repoman/lib/repoman/modules/linechecks/workaround/workarounds.py | 7 ---
 4 files changed, 15 deletions(-)

diff --git a/repoman/cnf/linechecks/linechecks.yaml 
b/repoman/cnf/linechecks/linechecks.yaml
index 410bcd9c5..2182b467a 100644
--- a/repoman/cnf/linechecks/linechecks.yaml
+++ b/repoman/cnf/linechecks/linechecks.yaml
@@ -28,7 +28,6 @@ errors:
 PRESERVE_OLD_LIB: 'Ebuild calls deprecated preserve_old_lib'
 BUILT_WITH_USE: 'built_with_use'
 NO_OFFSET_WITH_HELPERS: 'Helper function is used with D, ROOT, ED, EROOT 
or EPREFIX'
-SANDBOX_ADDPREDICT: 'Ebuild calls addpredict'
 USEQ_ERROR: 'Ebuild calls deprecated useq function'
 HASQ_ERROR: 'Ebuild calls deprecated hasq function'
 URI_HTTPS: 'Ebuild uses http:// but should use https://'

diff --git a/repoman/cnf/repository/repository.yaml 
b/repoman/cnf/repository/repository.yaml
index 935260424..ad00d18c1 100644
--- a/repoman/cnf/repository/repository.yaml
+++ b/repoman/cnf/repository/repository.yaml
@@ -71,6 +71,5 @@ linechecks_modules:
 uselessdodoc
 whitespace
 blankline
-addpredict
 noasneeded
 

diff --git a/repoman/lib/repoman/modules/linechecks/workaround/__init__.py 
b/repoman/lib/repoman/modules/linechecks/workaround/__init__.py
index 425085a5c..694695015 100644
--- a/repoman/lib/repoman/modules/linechecks/workaround/__init__.py
+++ b/repoman/lib/repoman/modules/linechecks/workaround/__init__.py
@@ -10,12 +10,6 @@ module_spec = {
'name': 'do',
'description': doc,
'provides':{
-   'addpredict-check': {
-   'name': "addpredict",
-   'sourcefile': "workarounds",
-   'class': "SandboxAddpredict",
-   'description': doc,
-   },
'noasneeded-check': {
'name': "noasneeded",
'sourcefile': "workarounds",

diff --git a/repoman/lib/repoman/modules/linechecks/workaround/workarounds.py 
b/repoman/lib/repoman/modules/linechecks/workaround/workarounds.py
index 37cb54314..768a47e8e 100644
--- a/repoman/lib/repoman/modules/linechecks/workaround/workarounds.py
+++ b/repoman/lib/repoman/modules/linechecks/workaround/workarounds.py
@@ -9,10 +9,3 @@ class NoAsNeeded(LineCheck):
repoman_check_name = 'upstream.workaround'
re = re.compile(r'.*\$\(no-as-needed\)')
error = 'NO_AS_NEEDED'
-
-
-class SandboxAddpredict(LineCheck):
-   """Check for calls to the addpredict function."""
-   repoman_check_name = 'upstream.workaround'
-   re = re.compile(r'(^|\s)addpredict\b')
-   error = 'SANDBOX_ADDPREDICT'



[gentoo-commits] proj/gamerlay:master commit in: games-fps/zdoom/

2020-03-05 Thread Azamat H. Hackimov
commit: 8837091fb30238984ac417d52454111a1c0992bd
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:44:53 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:44:53 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8837091f

games-fps/zdoom: deprecated by upstream

Deprecated, development stoped. Use games-fps/gzdoom.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-fps/zdoom/metadata.xml   | 19 --
 games-fps/zdoom/zdoom-2.8.1.ebuild | 77 --
 2 files changed, 96 deletions(-)

diff --git a/games-fps/zdoom/metadata.xml b/games-fps/zdoom/metadata.xml
deleted file mode 100644
index 36b28ff..000
--- a/games-fps/zdoom/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-azamat.hacki...@gmail.com
-Azamat H. Hackimov
-
-
-ZDoom is an enhanced port of the official DOOM source code
-
-
-ZDoom - улучшенный порт движка DOOM
-
-
-Enable assembly implementations
-
-
-
-

diff --git a/games-fps/zdoom/zdoom-2.8.1.ebuild 
b/games-fps/zdoom/zdoom-2.8.1.ebuild
deleted file mode 100644
index 66e4ffe..000
--- a/games-fps/zdoom/zdoom-2.8.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit cmake-utils eutils versionator unpacker
-
-DESCRIPTION="ZDoom is an enhanced port of the official DOOM source code"
-HOMEPAGE="http://www.zdoom.org;
-SRC_URI="http://www.zdoom.org/files/${PN}/$(get_version_component_range 
1-2)/${P}-src.7z"
-
-LICENSE="BSD BUILD DOOM"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-# FIXME fmod does not work
-IUSE="asm gtk openal"
-
-# fmod? ( media-libs/fmod:1 )
-RDEPEND="app-arch/bzip2
-   media-libs/game-music-emu
-   media-libs/libsdl2
-   openal? ( media-libs/openal )
-   media-sound/fluidsynth
-   sys-libs/zlib
-   virtual/jpeg:0
-   x11-libs/libXcursor
-   gtk? ( x11-libs/gtk+:2 )"
-DEPEND="${RDEPEND}
-   asm? ( || ( dev-lang/nasm dev-lang/yasm ) )
-   $(unpacker_src_uri_depends)"
-
-S="${WORKDIR}"
-
-DOCS=( "docs/commands.txt" )
-HTML_DOCS=( "docs/console.{css,html}" )
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e "s:/usr/local/share/:/usr/share/doom-data/:" \
-   src/posix/i_system.h || die "sed i_system.h failed"
-
-   sed -i \
-   -e "s:/usr/local/share/doom:/usr/share/doom-data/:" \
-   src/gameconfigfile.cpp || die "sed gameconfigfile.cpp failed"
-}
-
-src_configure() {
-   mycmakeargs=(
-#  "-DFMOD_LOCAL_LIB_DIRS=/opt/fmodex/api/lib"
-#  "-DFMOD_INCLUDE_DIR=/opt/fmodex/api/inc"
-   "-DGME_INCLUDE_DIR=/usr/include"
-   "-DFORCE_INTERNAL_GME=no"
-   -DNO_ASM=$(usex !asm)
-#  -DNO_FMOD=$(usex !fmod)
-   -DNO_GTK=$(usex !gtk)
-   -DNO_OPENAL=$(usex !openal)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   dobin "${CMAKE_BUILD_DIR}/${PN}"
-   insinto "/usr/share/doom-data"
-   doins "${CMAKE_BUILD_DIR}/${PN}.pk3"
-}
-
-pkg_postinst() {
-   echo
-   elog "Copy or link wad files into /usr/share/doom-data/"
-   elog
-   elog "To play, simply run:"
-   elog
-   elog "   zdoom"
-   echo
-}



[gentoo-commits] proj/gamerlay:master commit in: games-action/torustrooper/

2020-03-05 Thread Azamat H. Hackimov
commit: 8bac36ab6b1df42bebbfc669bad1fc9db764419d
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:39:07 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:39:07 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8bac36ab

games-action/torustrooper: remove package

Unavalable sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/torustrooper/metadata.xml |  8 ---
 games-action/torustrooper/torustrooper-0.22.ebuild | 66 --
 2 files changed, 74 deletions(-)

diff --git a/games-action/torustrooper/metadata.xml 
b/games-action/torustrooper/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/torustrooper/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-

diff --git a/games-action/torustrooper/torustrooper-0.22.ebuild 
b/games-action/torustrooper/torustrooper-0.22.ebuild
deleted file mode 100644
index 6a9e40e..000
--- a/games-action/torustrooper/torustrooper-0.22.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=tt
-MY_PV=${PV//./_}
-MY_PD=torus-trooper
-
-DESCRIPTION="Speed! More speed! Speeding ship sailing through barrage, 'Torus 
Trooper'"
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/tt_e.html;
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
-   mirror://debian/pool/main/t/${MY_PD}/${MY_PD}_${PV}.dfsg1-5.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer
-   dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${MY_PD}_${PV}.dfsg1-5.diff
-   sed -i -e "s:b/::g" -i 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/fixes.patch
-   sed -i -e "s:${MY_PD}:${PN}:g" -i 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/windowed.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/dotfile.patch
-   epatch 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/window-resizing.patch
-   epatch 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/save-score-444372.patch
-   epatch 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/level-select-444948.patch
-   epatch 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/avoid-segfault-when-sdl-fails.patch
-   sed -i \
-   -e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/texture.d \
-   -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/sound.d \
-   -e 's:"\(barrage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tt/barrage.d \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r barrage images sounds || die
-   newicon "${S}"/${MY_PD}-${PV}.dfsg1/debian/${MY_PD}.xpm ${PN}.xpm
-   make_desktop_entry ${PN} ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}



[gentoo-commits] proj/gamerlay:master commit in: dev-util/adobe-air-sdk-bin/files/, dev-util/adobe-air-sdk-bin/

2020-03-05 Thread Azamat H. Hackimov
commit: f7933c42942ab88b96fdaa87bd213077bc2db93e
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 21:17:53 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 21:17:53 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f7933c42

dev-util/adobe-air-sdk-bin: remove package

Legacy, broken package.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../adobe-air-sdk-bin/adobe-air-sdk-bin-2.6.ebuild | 74 --
 .../adobe-air-sdk-bin/files/adobe-air-sdk-bin.xml  | 17 -
 dev-util/adobe-air-sdk-bin/files/airstart  | 34 --
 dev-util/adobe-air-sdk-bin/files/airstart.desktop  | 10 ---
 4 files changed, 135 deletions(-)

diff --git a/dev-util/adobe-air-sdk-bin/adobe-air-sdk-bin-2.6.ebuild 
b/dev-util/adobe-air-sdk-bin/adobe-air-sdk-bin-2.6.ebuild
deleted file mode 100644
index cf73cc9..000
--- a/dev-util/adobe-air-sdk-bin/adobe-air-sdk-bin-2.6.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils fdo-mime multilib
-
-DESCRIPTION="Adobe AIR SDK"
-HOMEPAGE="http://www.adobe.com/products/air/tools/sdk/;
-SRC_URI="http://airdownload.adobe.com/air/lin/download/${PV}/AdobeAIRSDK.tbz2 
-> AdobeAIRSDK-${PV}.tbz2"
-
-LICENSE="AdobeAirSDK"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-
-RDEPEND="
-   app-arch/unzip
-   dev-libs/libxml2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/libpng
-   net-misc/curl
-   www-plugins/adobe-flash
-   x11-libs/cairo
-   x11-libs/gtk+
-"
-
-QA_PRESTRIPPED=".*\.so /opt/Adobe/AirSDK/bin/adl"
-QA_EXECSTACK="*/libCore.so */libcurl.so */libadobecertstore.so */libadobecp.so"
-QA_TEXTRELS="*/libcurl.so */libadobecertstore.so"
-
-S="${WORKDIR}"
-
-src_install() {
-   local sdkdir=opt/Adobe/AirSDK
-   local rtdir='runtimes/air/linux/Adobe AIR/Versions/1.0'
-
-   # remove the broken symlinks
-   rm -r "${rtdir}"/Resources/nss3/{0d,1d} || die "removing cruft failed"
-   if use x86; then
-   rm "${rtdir}"/Resources/lib{curl,flashplayer}.so || die 
"removing cruft failed"
-   fi
-
-   insinto /${sdkdir}
-   doins -r * || die "doins failed"
-
-   fperms 0755 /${sdkdir}/bin/* 
/${sdkdir}/"${rtdir}"/{libCore.so,Resources/lib*.so*} \
-   || die "chmod failed"
-
-   use x86 && make_wrapper adl /${sdkdir}/bin/adl . 
/usr/lib/nss:/usr/lib/nspr:/opt/netscape/plugins /opt/bin
-   use amd64 && make_wrapper adl /${sdkdir}/bin/adl . 
/usr/lib32:/usr/lib32/nss:/usr/lib32/nspr /opt/bin
-
-   exeinto /opt/bin
-   doexe "${FILESDIR}"/airstart || die "doexe failed"
-
-   # install the file association
-   # (we can't use make_desktop_entry because we like to have NoDisplay)
-   domenu "${FILESDIR}"/airstart.desktop || die "domenu failed"
-
-   insinto /usr/share/mime/packages
-   doins "${FILESDIR}"/${PN}.xml || die "doins failed"
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-}

diff --git a/dev-util/adobe-air-sdk-bin/files/adobe-air-sdk-bin.xml 
b/dev-util/adobe-air-sdk-bin/files/adobe-air-sdk-bin.xml
deleted file mode 100644
index 14e4e6b..000
--- a/dev-util/adobe-air-sdk-bin/files/adobe-air-sdk-bin.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.freedesktop.org/standards/shared-mime-info;>
-   
-   Adobe AIR application
-   Aplikacja Adobe AIR
-   
-   
-   
-   
-
-   
-   
-   
-   
-   
-   
-

diff --git a/dev-util/adobe-air-sdk-bin/files/airstart 
b/dev-util/adobe-air-sdk-bin/files/airstart
deleted file mode 100644
index db76d6c..000
--- a/dev-util/adobe-air-sdk-bin/files/airstart
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-
-synopsis() {
-   echo "Synopsis: $0 appl.air" >&2
-   exit 1
-}
-
-[ -z "$1" ] && synopsis
-
-tmpdir="$(mktemp -d /tmp/adobeair.XX)"
-
-cleanup() {
-   rm -rf "${tmpdir}"
-}
-
-runair() {
-   if [ ! -f "$1" ]; then
-   echo 'Specified application file not found:' "$1" >&2
-   cleanup
-   synopsis
-   return 1
-   fi
-
-   if ! unzip -q "$1" -d "${tmpdir}"; then
-   echo 'Unable to extract AIR application:' "$1" >&2
-   return 1
-   fi
-
-   /opt/bin/adl -nodebug "${tmpdir}"/META-INF/AIR/application.xml 
"${tmpdir}"
-}
-
-trap cleanup HUP INT QUIT TERM
-runair "$1"
-cleanup

diff --git a/dev-util/adobe-air-sdk-bin/files/airstart.desktop 
b/dev-util/adobe-air-sdk-bin/files/airstart.desktop
deleted file mode 

[gentoo-commits] proj/gamerlay:master commit in: media-libs/fmod/

2020-03-05 Thread Azamat H. Hackimov
commit: 48bd70470e060c6c74d26c4c95b889590b2a43ae
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 21:13:31 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 21:13:31 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=48bd7047

media-libs/fmod: remove package

Unavalaible sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 media-libs/fmod/fmod-4.44.50.ebuild | 107 
 media-libs/fmod/metadata.xml|   8 ---
 2 files changed, 115 deletions(-)

diff --git a/media-libs/fmod/fmod-4.44.50.ebuild 
b/media-libs/fmod/fmod-4.44.50.ebuild
deleted file mode 100644
index bf57c7d..000
--- a/media-libs/fmod/fmod-4.44.50.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator multilib-minimal
-
-MY_P=fmodapi$(delete_all_version_separators)linux
-
-DESCRIPTION="music and sound effects library, and a sound processing system"
-HOMEPAGE="http://www.fmod.org;
-SRC_URI="http://www.fmod.org/download/fmodex/api/Linux/${MY_P}.tar.gz;
-
-LICENSE="BSD BSD-2 fmod"
-SLOT="1"
-KEYWORDS="~amd64 ~x86"
-IUSE="designer examples tools"
-
-RESTRICT="strip test"
-
-QA_FLAGS_IGNORED="opt/fmodex/tools/fsbanklib/.*"
-QA_PREBUILT="opt/fmodex/fmoddesignerapi/api/lib/*
-   opt/fmodex/api/lib/*"
-QA_TEXTRELS="opt/fmodex/fmoddesignerapi/api/lib/*
-   opt/fmodex/api/lib/*"
-
-S=${WORKDIR}/${MY_P}
-
-multilib_src_compile() {
-   if use examples; then
-   if use amd64; then
-   emake -j1 fmod_examples CPU=x64
-   elif use x86; then
-   emake -j1 fmod_examples CPU=x86
-   fi
-   fi
-}
-
-multilib_src_install() {
-   local ldpath="/opt/fmodex/api/lib"
-
-   dodir /opt/fmodex
-
-   if ! use x86; then
-   rm api/lib/libfmodex-${PV}.so
-   rm api/lib/libfmodex.so
-   rm api/lib/libfmodexL-${PV}.so
-   rm api/lib/libfmodexL.so
-   rm fmoddesignerapi/api/lib/libfmodevent-${PV}.so
-   rm fmoddesignerapi/api/lib/libfmodevent.so
-   rm fmoddesignerapi/api/lib/libfmodeventL-${PV}.so
-   rm fmoddesignerapi/api/lib/libfmodeventL.so
-   rm fmoddesignerapi/api/lib/libfmodeventnet-${PV}.so
-   rm fmoddesignerapi/api/lib/libfmodeventnet.so
-   rm fmoddesignerapi/api/lib/libfmodeventnetL-${PV}.so
-   rm fmoddesignerapi/api/lib/libfmodeventnetL.so
-   rm tools/fsbanklib/celt_encoder.so
-   rm tools/fsbanklib/libfsbankex.a
-   rm tools/fsbanklib/libmp3lame.so
-   rm tools/fsbanklib/twolame.so
-   fi
-   if ! use amd64; then
-   rm api/lib/*64*
-   rm fmoddesignerapi/api/lib/*64*
-   rm tools/fsbanklib/*64*
-   fi
-
-   cp -dpR api "${D}"/opt/fmodex || die
-
-   rm -rf "${D}"/opt/fmodex/{documentation,fmoddesignerapi/*.TXT}
-
-   if use designer; then
-   ldpath="${ldpath}:/opt/fmodex/fmoddesignerapi/api/lib"
-
-   if ! use examples; then
-   rm -r fmoddesignerapi/examples
-   fi
-
-   cp -dpR fmoddesignerapi "${D}"/opt/fmodex || die
-
-   dosym /opt/fmodex/fmoddesignerapi/api/inc 
/usr/include/fmoddesigner || die
-
-   dodoc fmoddesignerapi/*.TXT
-   fi
-
-   if use examples; then
-   cp -dpR examples "${D}"/opt/fmodex || die
-   fi
-
-   if use tools; then
-   cp -dpR tools "${D}"/opt/fmodex || die
-   fi
-
-   dosym /opt/fmodex/api/inc /usr/include/fmodex || die
-
-   docinto /usr/share/doc/${PF}/pdf
-   dodoc documentation/*.pdf
-
-   docinto /usr/share/doc/${PF}/chm
-   dodoc documentation/*.chm
-
-   dodoc documentation/*.txt
-
-   echo "LDPATH=\"$ldpath\"" > ${T}/65fmodex
-
-   doenvd "${T}"/65fmodex
-}

diff --git a/media-libs/fmod/metadata.xml b/media-libs/fmod/metadata.xml
deleted file mode 100644
index c870d0e..000
--- a/media-libs/fmod/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   so...@gentoo.org
-   Gentoo Sound project
-
-



[gentoo-commits] proj/gamerlay:master commit in: games-action/gunroar/

2020-03-05 Thread Azamat H. Hackimov
commit: bf3b2f20d21d8a3ab27b6814990765b55e108302
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:35:30 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:35:30 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=bf3b2f20

games-action/gunroar: remove package

Unavailable sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/gunroar/gunroar-0.15.ebuild | 66 
 games-action/gunroar/metadata.xml|  8 
 2 files changed, 74 deletions(-)

diff --git a/games-action/gunroar/gunroar-0.15.ebuild 
b/games-action/gunroar/gunroar-0.15.ebuild
deleted file mode 100644
index 17b01b6..000
--- a/games-action/gunroar/gunroar-0.15.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=gr
-MY_PV=${PV//./_}
-
-DESCRIPTION="Guns, Guns, Guns! 360-degree gunboat shooter, 'Gunroar'"
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/gr_e.html;
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
-   mirror://debian/pool/main/g/${PN}/${PN}_${PV}.dfsg1-3.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${PN}_${PV}.dfsg1-3.diff
-   sed -i -e "s:a7xpg-0.11.dfsg1/::g" -i 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/makefile.patch
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/01_sdl_fix_imports.diff
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/02_d_language_changes.diff
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/03_put_prefs_in_home_dir.diff
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/04_adapt_build_file_to_linux.diff
-   epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/windowed.patch
-   epatch "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/makefile.patch
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/window-resizing.patch
-   epatch 
"${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/patches/avoid-segfault-when-sdl-fails.patch
-   sed -i \
-   -e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/texture.d \
-   -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/sound.d \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-   dodir "${GAMES_STATEDIR}/${PN}" "${GAMES_STATEDIR}/${PN}/replay"
-   local statedir="${GAMES_STATEDIR}"/${PN}
-
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r images sounds || die
-   newicon "${WORKDIR}"/${MY_PN}/${P}.dfsg1/debian/${PN}.xpm ${PN}.xpm
-   make_desktop_entry ${PN} ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}

diff --git a/games-action/gunroar/metadata.xml 
b/games-action/gunroar/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/gunroar/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-



[gentoo-commits] proj/gamerlay:master commit in: games-action/d2x-xl/

2020-03-05 Thread Azamat H. Hackimov
commit: 6830a06d820b510d79badc8a8660c2e543466c59
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:29:00 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:29:00 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6830a06d

games-action/d2x-xl: remove package

Ubuildable and broken, uses deprecated eclass.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/d2x-xl/d2x-xl-1.16.15.ebuild | 149 --
 games-action/d2x-xl/d2x-xl-1.16.27.ebuild | 149 --
 2 files changed, 298 deletions(-)

diff --git a/games-action/d2x-xl/d2x-xl-1.16.15.ebuild 
b/games-action/d2x-xl/d2x-xl-1.16.15.ebuild
deleted file mode 100644
index 628bd17..000
--- a/games-action/d2x-xl/d2x-xl-1.16.15.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit autotools eutils flag-o-matic toolchain-funcs games
-
-SRC_D2X="http://www.descent2.de/files;
-SRC_FILE="${PN}-src-${PV}.7z"
-DATA_FILE="${PN}-data-1.15.295.7z"
-
-DESCRIPTION="Descent 2 engine supporting high-resolution textures"
-HOMEPAGE="http://www.descent2.de/;
-
-D1_TEXTURES="ceilings doors fans-grates lava lights metal rock signs special 
switches"
-D2_TEXTURES="ceilings doors fans-grates lava-water lights metal rock signs 
special switches"
-TEXTURES_SRC_URI=""
-
-for X in ${D1_TEXTURES}; do
-   TEXTURES_SRC_URI="${TEXTURES_SRC_URI} 
${SRC_D2X}/textures/D1-hires-${X}.7z";
-done
-for X in ${D2_TEXTURES}; do
-   TEXTURES_SRC_URI="${TEXTURES_SRC_URI} 
${SRC_D2X}/textures/D2-hires-${X}.7z";
-done
-
-# www.descent2.de must be *first* in the SRC_URI list, because
-# all the SourceForge links exhaust Portage's retry patience.
-SRC_URI="${SRC_D2X}/${SRC_FILE}
-   ${SRC_D2X}/${DATA_FILE}
-   mirror://sourceforge/${PN}/${SRC_FILE}
-   mirror://sourceforge/${PN}/${DATA_FILE}
-   models? ( ${SRC_D2X}/models/hires-models.7z )
-   sounds? ( ${SRC_D2X}/sound/hires-sounds.7z )
-   textures? ( ${TEXTURES_SRC_URI} )"
-
-LICENSE="D1X"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="descent1 descent2 descent2-vertigo debug icon models openmp sounds 
textures"
-
-CDEPEND="media-libs/glew
-   >=media-libs/libsdl-1.2.8:0
-   media-libs/sdl-image:0
-   media-libs/sdl-mixer:0
-   media-libs/sdl-net:0
-   net-misc/curl
-   virtual/opengl"
-
-RDEPEND="${CDEPEND}
-   descent1? ( games-action/descent1-data )
-   descent2? ( games-action/descent2-data )
-   descent2-vertigo? ( games-action/descent2-vertigo )"
-
-DEPEND="${CDEPEND}
-   app-arch/p7zip
-   icon? ( media-gfx/icoutils )"
-
-S="${WORKDIR}"
-DIR="${GAMES_DATADIR}/${PN}"
-
-RESTRICT=mirror
-
-src_unpack() {
-   unpack "${SRC_FILE}" "./${PN}-makefiles.7z"
-}
-
-src_prepare() {
-   if use icon ; then
-   icotool -x "${PN}.ico" || die "icotool failed"
-   fi
-
-   # Use our own data directory.
-   sed -i "s:/usr/local/games/${PN}:${DIR}:g" main/{setup,gamefolders}.cpp 
|| \
-   die "sed #1 failed"
-
-   # Don't need these libraries.
-   sed -i -r "/d2x_sdl_LDADD/s/-l(Xm|Xt|X11)//g" Makefile.am || \
-   die "sed #2 failed"
-
-   # Strip C(XX)FLAGS.
-   sed -i -r "/C(XX)?FLAGS/s/-(fopenmp|g|O[0-9])//g" configure.ac || \
-   die "sed #3 failed"
-
-   chmod a+x ./autogen.sh || die "chmod #1 failed"
-   ./autogen.sh || die "autogen.sh failed"
-   chmod +x configure || die "chmod #2 failed"
-   eautoreconf
-}
-
-src_configure() {
-   if use openmp && tc-has-openmp; then
-   append-cppflags -fopenmp
-   export LIBS="${LIBS} -lgomp"
-   fi
-
-   local DEBUG_CONF="--disable-debug --enable-release"
-   use debug && DEBUG_CONF="--enable-debug --disable-release"
-
-   egamesconf ${DEBUG_CONF} --with-opengl
-}
-
-src_install() {
-   use icon && newicon "${PN}_1_48x48x32.png" "${PN}.png"
-
-   dogamesbin "${PN}"
-   make_desktop_entry "${PN}" "D2X-XL" "${PN}"
-
-   # Unpack D2X-XL data files.
-   dodir "${DIR}"
-   cd "${D}${DIR}" || die "cd \"${D}${DIR}\" failed"
-   unpack "${DATA_FILE}"
-
-   # Symlink original data files, which may or may not be present.
-
-   if use descent1; then
-   ln -s ../../d1x/descent.{hog,pig} data/ || die "ln #1 failed"
-   fi
-
-   if use descent2; then
-   ln -s ../../d2x/descent2.{ham,hog,s11,s22} data/ || \
-   die "ln #2 failed"
-   ln -s ../../d2x/{groupa,alien{1,2},fire,ice,water}.pig data/ || 
\
-   die "ln #3 failed"
-   fi
-
-   if use descent2-vertigo; then
-   ln -s ../../d2x/hoard.ham data/ || die "ln #4 failed"
-   mkdir missions || die "mdir missions failed"
-   ln -s 

[gentoo-commits] proj/gamerlay:master commit in: games-action/projectl/

2020-03-05 Thread Azamat H. Hackimov
commit: 9f1736a86a45a45ae26cf1c7c62ddefff77c4438
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:38:05 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:38:05 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9f1736a8

games-action/projectl: remove package

Unavalable source.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/projectl/metadata.xml  |  8 
 games-action/projectl/projectl-1.001.ebuild | 63 -
 2 files changed, 71 deletions(-)

diff --git a/games-action/projectl/metadata.xml 
b/games-action/projectl/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/projectl/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-

diff --git a/games-action/projectl/projectl-1.001.ebuild 
b/games-action/projectl/projectl-1.001.ebuild
deleted file mode 100644
index 6216af9..000
--- a/games-action/projectl/projectl-1.001.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=projectL
-MY_PV=${PV//./}
-
-DESCRIPTION="Sword action STG inspired by projectN developed by D.K"
-HOMEPAGE="http://www.mb.ccnw.ne.jp/hiz/game/projectL/index_en.html;
-SRC_URI="http://www.mb.ccnw.ne.jp/hiz/game/projectL/${MY_PN}_${MY_PV}.zip
-   mirror://debian/pool/main/p/${PN}/${PN}_${PV}.dfsg1-2.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer
-   dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}_${MY_PV}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${PN}_${PV}.dfsg1-2.diff
-   sed -i -e "s:${PN}-${PV}.dfsg1/::g" -i 
"${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/import-opengl.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${PN}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch 
"${S}"/${PN}-${PV}.dfsg1/debian/patches/put_prefs_in_home_dir.patch
-   sed -i \
-   -e 's:"\(se/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/br/gamemanager.d \
-   -e 's:"\(music/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/br/gamemanager.d \
-   -e 's:"\(se/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/br/sound.d \
-   -e 's:"\(voice/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/br/sound.d \
-   -e 's:"\(music/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/br/sound.d \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r music se voice || die
-
-   newicon "${S}"/${PN}-${PV}.dfsg1/debian/${PN}.xpm ${PN}.xpm
-   make_desktop_entry projectL ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}



[gentoo-commits] proj/gamerlay:master commit in: games-action/tumikifighters/

2020-03-05 Thread Azamat H. Hackimov
commit: e194a6388db1b813aca7c0a1590a5ada5544cfc2
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:41:14 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:41:14 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=e194a638

games-action/tumikifighters: remove package

Unavalable sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/tumikifighters/metadata.xml   |  8 ---
 .../tumikifighters/tumikifighters-0.2.ebuild   | 68 --
 2 files changed, 76 deletions(-)

diff --git a/games-action/tumikifighters/metadata.xml 
b/games-action/tumikifighters/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/tumikifighters/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-

diff --git a/games-action/tumikifighters/tumikifighters-0.2.ebuild 
b/games-action/tumikifighters/tumikifighters-0.2.ebuild
deleted file mode 100644
index 7aa9a85..000
--- a/games-action/tumikifighters/tumikifighters-0.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=tf
-MY_PD=tumiki-fighters
-MY_PV=${PV//./_}
-
-DESCRIPTION="Stick more enemies and become much stronger. Sticky 2D shooter, 
'TUMIKI Fighters'. "
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/tf_e.html;
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
-   mirror://debian/pool/main/t/${MY_PD}/${MY_PD}_${PV}.dfsg1-3.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer
-   dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${MY_PD}_${PV}.dfsg1-3.diff
-   sed -i -e "s:${MY_PD}-${PV}.dfsg1/::g" -i 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/makefile.patch
-   sed -i -e "s:${MY_PD}:${PN}:g" -i 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/imports.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/windowed.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/dotfile.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/window-resizing.patch
-   sed -i \
-   -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/sound.d \
-   -e 's:"\(barrage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tf/barragemanager.d \
-   -e 's:"\(enemy[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tf/enemyspec.d \
-   -e 's:"\(field[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tf/field.d \
-   -e 's:"\(stage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tf/stagemanager.d \
-   -e 's:"\(tumiki[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tf/tumikiset.d \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r barrage enemy field sounds stage tumiki || die
-   newicon "${S}"/${MY_PD}-${PV}.dfsg1/debian/${MY_PD}.xpm ${PN}.xpm
-   make_desktop_entry ${PN} ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}



[gentoo-commits] proj/gamerlay:master commit in: games-action/cave_story_plus/

2020-03-05 Thread Azamat H. Hackimov
commit: 11840c7823badef7b2d1085517947a8234a10710
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:32:08 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:32:08 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=11840c78

games-action/cave_story_plus: update package

Migrate from deprecated eclass.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 ...e_story_plus-100.ebuild => cave_story_plus-100-r1.ebuild} | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/games-action/cave_story_plus/cave_story_plus-100.ebuild 
b/games-action/cave_story_plus/cave_story_plus-100-r1.ebuild
similarity index 89%
rename from games-action/cave_story_plus/cave_story_plus-100.ebuild
rename to games-action/cave_story_plus/cave_story_plus-100-r1.ebuild
index baed6bc..8938bc7 100644
--- a/games-action/cave_story_plus/cave_story_plus-100.ebuild
+++ b/games-action/cave_story_plus/cave_story_plus-100-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit games
+inherit desktop eutils
 
 DESCRIPTION="2D action-adventure game with semil-linear storyline"
 HOMEPAGE="https://www.nicalis.com/games/cavestory+;
@@ -65,7 +65,7 @@ pkg_nofetch() {
 }
 
 src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
+   local dir="/opt/${PN}"
local exe;
 
use amd64 && exe="${MY_PN}_64"
@@ -79,9 +79,7 @@ src_install() {
 
doicon "${FILESDIR}/${PN}.png"
 
-   games_make_wrapper "${PN}" "./${exe}" "${dir}"
+   make_wrapper "${PN}" "./${exe}" "${dir}"
doicon "${FILESDIR}/${PN}.png" || die
make_desktop_entry "${PN}" "${MY_PN}"
-
-   prepgamesdirs
 }



[gentoo-commits] proj/gamerlay:master commit in: games-action/torustrooperpure/

2020-03-05 Thread Azamat H. Hackimov
commit: 8007d62e9c05b7057741a4b84faa6f11bbeb0073
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:40:15 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:40:15 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8007d62e

games-action/torustrooperpure: remove package

Unavalable sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/torustrooperpure/metadata.xml |  8 ---
 .../torustrooperpure/torustrooperpure-0.2.ebuild   | 72 --
 2 files changed, 80 deletions(-)

diff --git a/games-action/torustrooperpure/metadata.xml 
b/games-action/torustrooperpure/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/torustrooperpure/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-

diff --git a/games-action/torustrooperpure/torustrooperpure-0.2.ebuild 
b/games-action/torustrooperpure/torustrooperpure-0.2.ebuild
deleted file mode 100644
index 2047121..000
--- a/games-action/torustrooperpure/torustrooperpure-0.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=tt
-MY_PV=${PV//./_}
-MY_PD=torus-trooper
-MY_PDV=0_22
-MY_PDPV=0.22
-
-DESCRIPTION="Brake down and Burn up! original:Torus Trooper (ABA)"
-HOMEPAGE="http://www.mb.ccnw.ne.jp/hiz/game/tt/index_en.html;
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PDV}.zip
-   
mirror://debian/pool/main/t/${MY_PD}/${MY_PD}_${MY_PDPV}.dfsg1-5.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer
-   dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${MY_PD}_${MY_PDPV}.dfsg1-5.diff
-   sed -i -e "s:b/::g" -i 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-   sed -i -e "s:src-hiz:src:g" -i 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-   sed -i -e "s:torus-trooper-pure:${PN}:g" -i 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/windowed.patch
-   epatch "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/dotfile.patch
-   epatch 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-   epatch 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/window-resizing.patch
-   epatch 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/save-score-444372.patch
-   epatch 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/level-select-444948.patch
-   epatch 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/avoid-segfault-when-sdl-fails.patch
-   epatch 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/torus-trooper-pure.patch
-   sed -i \
-   -e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/texture.d \
-   -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/sound.d \
-   -e 's:"\(barrage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/tt/barrage.d \
-   || die "sed failed"
-   rm "${S}"/Makefile
-   mv "${S}"/Makefile.pure "${S}"/Makefile
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r barrage images sounds || die
-   newicon "${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/${MY_PD}.xpm ${PN}.xpm
-   make_desktop_entry ${PN} ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}



[gentoo-commits] proj/gamerlay:master commit in: games-action/voxatron/

2020-03-05 Thread Azamat H. Hackimov
commit: b538c17ac364c106972b973b68ec0f8959d6720c
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 19:17:21 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 19:17:21 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b538c17a

games-action/voxatron: fixes to package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/voxatron/metadata.xml  |  5 ++---
 games-action/voxatron/voxatron-0.2.3.ebuild | 15 +++
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/games-action/voxatron/metadata.xml 
b/games-action/voxatron/metadata.xml
index e7bdd96..c8ea874 100644
--- a/games-action/voxatron/metadata.xml
+++ b/games-action/voxatron/metadata.xml
@@ -1,12 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
+
 computerdr...@gmail.com
 Dan Johnson
 
-
+
 azamat.hacki...@gmail.com
 Azamat H. Hackimov
 

diff --git a/games-action/voxatron/voxatron-0.2.3.ebuild 
b/games-action/voxatron/voxatron-0.2.3.ebuild
index 2d22e25..afc6da4 100644
--- a/games-action/voxatron/voxatron-0.2.3.ebuild
+++ b/games-action/voxatron/voxatron-0.2.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=5
+EAPI=7
+
+inherit multilib-minimal
 
 DESCRIPTION="A voxelicious action adventure"
 HOMEPAGE="http://www.lexaloffle.com/voxatron.php;
@@ -11,13 +12,11 @@ RESTRICT="fetch"
 
 LICENSE="Voxatron"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="-* ~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
 RDEPEND="
-   ${DEPEND}
-   media-libs/libsdl[abi_x86_32,opengl]
+   media-libs/libsdl[${MULTILIB_USEDEP},opengl]
 "
 
 pkg_nofetch() {
@@ -29,7 +28,7 @@ pkg_nofetch() {
 S="${WORKDIR}/${PN}"
 
 src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
+   local dir="/opt/${PN}"
insinto ${dir}
doins vox.dat
exeinto ${dir}



[gentoo-commits] proj/gamerlay:master commit in: games-action/gunroarhi/files/, games-action/gunroarhi/

2020-03-05 Thread Azamat H. Hackimov
commit: f6601a859fe9257c0e4c877229a7188ca398256c
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:36:58 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:36:58 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f6601a85

games-action/gunroarhi: remove package

Unavailable sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../gunroarhi/files/03_put_prefs_in_home_dir.diff  | 92 --
 games-action/gunroarhi/gunroarhi-0.30.ebuild   | 72 -
 games-action/gunroarhi/metadata.xml|  8 --
 3 files changed, 172 deletions(-)

diff --git a/games-action/gunroarhi/files/03_put_prefs_in_home_dir.diff 
b/games-action/gunroarhi/files/03_put_prefs_in_home_dir.diff
deleted file mode 100644
index 7f5b9aa..000
--- a/games-action/gunroarhi/files/03_put_prefs_in_home_dir.diff
+++ /dev/null
@@ -1,92 +0,0 @@
-diff -Naur gr_hi/src/abagames/gr/prefmanager.d 
gr_hi-p/src/abagames/gr/prefmanager.d
 gr_hi/src/abagames/gr/prefmanager.d2005-09-11 02:47:40.0 
+0200
-+++ gr_hi-p/src/abagames/gr/prefmanager.d  2009-08-28 12:09:08.0 
+0200
-@@ -6,6 +6,9 @@
- module abagames.gr.prefmanager;
- 
- private import std.stream;
-+private import std.c.stdlib;
-+private import std.string;
-+private import std.file;
- private import abagames.util.prefmanager;
- private import abagames.gr.gamemanager;
- 
-@@ -16,18 +19,31 @@
-  private:
-   static const int VERSION_NUM = 14;
-   static const int VERSION_NUM_13 = 13;
--  static const char[] PREF_FILE = "gr.prf";
-+  static const char[] PREF_FILE = "gunroar.prf";
-   PrefData _prefData;
- 
-   public this() {
- _prefData = new PrefData;
-   }
- 
-+  public static char[] pref_dir()
-+  {
-+char * home = getenv("HOME");
-+if (home is null)
-+  throw new Error("HOME environment variable not defined");
-+char[] dir = std.string.toString(home) ~ "/.gunroarhi";
-+try {
-+  mkdir(dir);
-+} catch (FileException e) {
-+}
-+return dir;
-+  }
-+
-   public void load() {
- auto File fd = new File;
- try {
-   int ver;
--  fd.open(PREF_FILE);
-+  fd.open(pref_dir() ~ "/" ~ PREF_FILE);
-   fd.read(ver);
-   if (ver == VERSION_NUM_13)
- _prefData.loadVer13(fd);
-@@ -45,7 +61,7 @@
- 
-   public void save() {
- auto File fd = new File;
--fd.create(PREF_FILE);
-+fd.create(pref_dir() ~ "/" ~ PREF_FILE);
- fd.write(VERSION_NUM);
- _prefData.save(fd);
- fd.close();
-diff -Naur gr_hi/src/abagames/gr/replay.d gr_hi-p/src/abagames/gr/replay.d
 gr_hi/src/abagames/gr/replay.d 2006-04-06 11:02:54.0 +0200
-+++ gr_hi-p/src/abagames/gr/replay.d   2009-08-28 12:10:19.0 +0200
-@@ -12,13 +12,13 @@
- private import abagames.util.sdl.mouse;
- private import abagames.gr.gamemanager;
- private import abagames.gr.mouseandpad;
-+private import abagames.gr.prefmanager;
- 
- /**
-  * Save/Load a replay data.
-  */
- public class ReplayData {
-  public:
--  static const char[] dir = "replay";
-   static const int VERSION_NUM = -11; //otoyan change
-   InputRecord!(PadState) padInputRecord;
-   InputRecord!(TwinStickState) twinStickInputRecord;
-@@ -32,7 +32,7 @@
- 
-   public void save(char[] fileName) {
- auto File fd = new File;
--fd.create(dir ~ "/" ~ fileName);
-+fd.create(PrefManager.pref_dir() ~ "/" ~ fileName);
- fd.write(VERSION_NUM);
- fd.write(seed);
- fd.write(score);
-@@ -59,7 +59,7 @@
- 
-   public void load(char[] fileName) {
- auto File fd = new File;
--fd.open(dir ~ "/" ~ fileName);
-+fd.open(PrefManager.pref_dir() ~ "/" ~ fileName);
- int ver;
- fd.read(ver);
- if (ver != VERSION_NUM)

diff --git a/games-action/gunroarhi/gunroarhi-0.30.ebuild 
b/games-action/gunroarhi/gunroarhi-0.30.ebuild
deleted file mode 100644
index 609e280..000
--- a/games-action/gunroarhi/gunroarhi-0.30.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PD=gunroar
-MY_PDV=0_15
-MY_PDPV=0.15
-MY_PN=gr_hi
-MY_PV=${PV//./_}
-
-DESCRIPTION="Guns, Guns, Guns! 360-degree gunboat shooter, fork of ABAs 
'Gunroar'"
-HOMEPAGE="http://www.edit.ne.jp/~otoyan/soft/gr_hi.html;
-SRC_URI="http://www.edit.ne.jp/~otoyan/soft/gr_hi/${MY_PN}${MY_PV}.zip
-   
mirror://debian/pool/main/g/${MY_PD}/${MY_PD}_${MY_PDPV}.dfsg1-3.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${MY_PD}_${MY_PDPV}.dfsg1-3.diff
-   sed -i -e "s:a7xpg-0.11.dfsg1/::g" -i 
"${S}"/${MY_PD}-${MY_PDPV}.dfsg1/debian/patches/makefile.patch
-  

[gentoo-commits] proj/gamerlay:master commit in: games-fps/brutal-doom/

2020-03-05 Thread Azamat H. Hackimov
commit: 9e7970f1a492264a7db843108bc52f63469345cd
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 21:08:01 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 21:08:01 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9e7970f1

games-fps/brutal-doom: update dependencies

Use gzdoom instead of zdoom.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 .../{brutal-doom-21.ebuild => brutal-doom-21-r1.ebuild}| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/games-fps/brutal-doom/brutal-doom-21.ebuild 
b/games-fps/brutal-doom/brutal-doom-21-r1.ebuild
similarity index 75%
rename from games-fps/brutal-doom/brutal-doom-21.ebuild
rename to games-fps/brutal-doom/brutal-doom-21-r1.ebuild
index 8ecc556..b85893e 100644
--- a/games-fps/brutal-doom/brutal-doom-21.ebuild
+++ b/games-fps/brutal-doom/brutal-doom-21-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
@@ -10,16 +10,16 @@ 
SRC_URI="https://www.moddb.com/downloads/mirror/95667/100/b8fb37ddb10c39462f9625
 LICENSE="HPND"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-# TODO Add USEs for zdoom and skulltag
+# TODO Add USEs for gzdoom and skulltag
 IUSE=""
 
-RDEPEND=">=games-fps/zdoom-2.7.0"
+RDEPEND="games-fps/gzdoom"
 DEPEND="app-arch/unrar"
 
 S="${WORKDIR}"
 
 src_install() {
-   insinto "/usr/share/doom-data"
+   insinto "/usr/share/doom"
doins brutalv${PV}.pk3
dodoc "BRUTAL DOOM MANUAL.rtf" "bd21 changelog.txt"
 }
@@ -27,6 +27,6 @@ src_install() {
 pkg_postinst() {
echo
elog "In order to play this mod run gzdoom with -file option:"
-   elog "gzdoom -file /usr/share/doom-data/brutalv${PV}.pk3"
+   elog "gzdoom -file /usr/share/doom/brutalv${PV}.pk3"
echo
 }



[gentoo-commits] proj/gamerlay:master commit in: games-action/valandrick/

2020-03-05 Thread Azamat H. Hackimov
commit: df114abf7d991e3515f313a65b0cdcff3600a955
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 20:42:11 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 20:42:11 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=df114abf

games-action/valandrick: remove package

Unavalable sources.
Signed-off-by: Azamat H. Hackimov  gmail.com>

 games-action/valandrick/metadata.xml   |  8 ---
 games-action/valandrick/valandrick-0.1a.ebuild | 67 --
 2 files changed, 75 deletions(-)

diff --git a/games-action/valandrick/metadata.xml 
b/games-action/valandrick/metadata.xml
deleted file mode 100644
index 5d0ede2..000
--- a/games-action/valandrick/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   frostwo...@gmx.de
-   Marcel Unbehaun
-
-

diff --git a/games-action/valandrick/valandrick-0.1a.ebuild 
b/games-action/valandrick/valandrick-0.1a.ebuild
deleted file mode 100644
index 016ea25..000
--- a/games-action/valandrick/valandrick-0.1a.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=vr
-MY_PD=val-and-rick
-MY_PV=${PV//./_}
-
-DESCRIPTION="Guns, Guns, Guns! Inofficial and secret 1st version of gunroar"
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/;
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
-   mirror://debian/pool/main/v/${MY_PD}/${MY_PD}_${PV}.dfsg1-2.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-   media-libs/mesa
-   media-libs/sdl-mixer
-   dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-   # using frostworks patches with debian's cleanups and minor patches
-   epatch "${WORKDIR}"/${MY_PD}_${PV}.dfsg1-2.diff
-   sed -i -e "s:${MY_PD}-${PV}.dfsg1/::g" -i 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/makefile.patch
-   sed -i -e "s:${MY_PD}:${PN}:g" -i 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/import.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/fixes.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/makefile.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/windowed.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/homedir.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/resizable.patch
-   epatch "${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/endian-clean.patch
-   epatch 
"${S}"/${MY_PD}-${PV}.dfsg1/debian/patches/avoid-segfault-when-sdl-fails.patch
-   sed -i \
-   -e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/texture.d \
-   -e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/util/sdl/sound.d \
-   -e 's:"\(barrage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i 
src/abagames/vr/barrage.d \
-   || die "sed failed"
-}
-
-src_install() {
-   dogamesbin ${PN}
-
-   local datadir="${GAMES_DATADIR}"/${PN}
-   dodir ${datadir}
-   insinto "${GAMES_DATADIR}"/${PN}
-   doins -r barrage images sounds || die
-
-   newicon "${S}"/${MY_PD}-${PV}.dfsg1/debian/${MY_PD}.xpm ${PN}.xpm
-   make_desktop_entry ${PN} ${PN}
-   dodoc readme*
-   prepgamesdirs
-}
-
-pkg_postinst() {
-   games_pkg_postinst
-}



[gentoo-commits] proj/gamerlay:master commit in: games-action/fieldrunners/

2020-03-05 Thread Azamat H. Hackimov
commit: 8142eeb4ce67c79e6f3eb3b73303ca6c3cf192ff
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Mar  5 19:12:31 2020 +
Commit: Azamat H. Hackimov  gentoo  ru>
CommitDate: Thu Mar  5 19:12:31 2020 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=8142eeb4

games-action/fieldrunners: update package

Migrate from deprecated eclass.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov  gmail.com>

 ...s-1.0.0.ebuild => fieldrunners-1.0.0-r1.ebuild} | 23 ++
 games-action/fieldrunners/metadata.xml | 13 ++--
 2 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/games-action/fieldrunners/fieldrunners-1.0.0.ebuild 
b/games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild
similarity index 77%
rename from games-action/fieldrunners/fieldrunners-1.0.0.ebuild
rename to games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild
index 97f823e..e736de4 100644
--- a/games-action/fieldrunners/fieldrunners-1.0.0.ebuild
+++ b/games-action/fieldrunners/fieldrunners-1.0.0-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI="5"
+EAPI=7
 
-inherit games
+inherit desktop eutils
 
 TIMESTAMP_x86="1346296515"
 TIMESTAMP_amd64="1346776333"
@@ -13,13 +12,13 @@ DESCRIPTION="Defend and control the field using a diverse 
selection of upgradeab
 HOMEPAGE="http://subatomicstudios.com/games/fieldrunners/;
 
 SLOT="0"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 KEYWORDS="-* ~amd64 ~x86"
 RESTRICT="fetch strip"
 IUSE=""
 
 SRC_URI="
-   x86? ( ${PN}-${PV}-32bit-${TIMESTAMP_x86}.tar.gz )
+   x86? ( ${P}-32bit-${TIMESTAMP_x86}.tar.gz )
amd64? ( ${PN}-linux-${PV}-64bit-${TIMESTAMP_amd64}.tar.gz )
 "
 
@@ -52,13 +51,13 @@ MY_PN="${PN/f/F}"
 DOCS=( README )
 
 pkg_nofetch() {
-ewarn
-ewarn "Place ${A} to ${DISTDIR}"
-ewarn
+   ewarn
+   ewarn "Place ${A} to ${DISTDIR}"
+   ewarn
 }
 
 src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
+   local dir="/opt/${PN}"
local arch;
use amd64 && arch="x86_64" || arch="x86"
 
@@ -68,9 +67,7 @@ src_install() {
exeinto "${dir}"
doexe "${PN}/${MY_PN}"
 
-   games_make_wrapper "${PN}" "./${MY_PN}" "${dir}"
+   make_wrapper "${PN}" "./${MY_PN}" "${dir}"
doicon "${FILESDIR}/${PN}.png" || die
make_desktop_entry "${PN}" "${MY_PN}"
-
-   prepgamesdirs
 }

diff --git a/games-action/fieldrunners/metadata.xml 
b/games-action/fieldrunners/metadata.xml
index 23da526..5346d81 100644
--- a/games-action/fieldrunners/metadata.xml
+++ b/games-action/fieldrunners/metadata.xml
@@ -1,14 +1,13 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
- m...@mva.name
- 
-   If you have any issues, please contact me, or try to find me in IRC on 
Freenode, OFTC or RusNet.
-  
- Vadim A. Misbakh-Soloviov
+
+m...@mva.name
+
+If you have any issues, please contact me, or try to find me in IRC on 
Freenode, OFTC or RusNet.
+
+Vadim A. Misbakh-Soloviov
 
-FIXME 
 
 
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/honggfuzz/

2020-03-05 Thread Sergei Trofimovich
commit: 20fe8bcdca621ceb7c4fbd59bf27ffee4e7feeed
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar  5 20:48:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar  5 20:49:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fe8bcd

app-forensics/honggfuzz: bump up to 2.1

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

 app-forensics/honggfuzz/Manifest |  1 +
 app-forensics/honggfuzz/honggfuzz-2.1.ebuild | 43 
 2 files changed, 44 insertions(+)

diff --git a/app-forensics/honggfuzz/Manifest b/app-forensics/honggfuzz/Manifest
index 35c5752b135..a51e3c0ad47 100644
--- a/app-forensics/honggfuzz/Manifest
+++ b/app-forensics/honggfuzz/Manifest
@@ -1 +1,2 @@
 DIST honggfuzz-2.0.tar.gz 65205954 BLAKE2B 
fb01fdb12cd5bf9a7c316c9df3a4ac9eb91ee535cbcdbb93436e7abcb81405a3af0fb5140b935abe44d11f5917f6f5189d697e86d3e81abfd9da38db2f899c36
 SHA512 
91e633ffe439aae6cb944f71cd5998f8adc2f1e6892c17b6d7876d707b3f167008a0574ad4b5671b82371cbe21e6c536acb148c0b844665fb3789c5e7fda52ba
+DIST honggfuzz-2.1.tar.gz 65209308 BLAKE2B 
83882aaba55e1a809c7477c528f92e3617ea912794680c21de680da38a17e5b6ccf6dbfa9e3c6da263fd8730a0007cf44b5038b8f1c80ecd9cc8dffec7548a99
 SHA512 
04505085779ba824a494f414b9eb7d9f5f5e6962ca4736cd4fa4bc00438c9cb63c5a367db9510f8e1b0383469207d70fad1e978e696912c721a14a5340e9ad2b

diff --git a/app-forensics/honggfuzz/honggfuzz-2.1.ebuild 
b/app-forensics/honggfuzz/honggfuzz-2.1.ebuild
new file mode 100644
index 000..4d8108afc11
--- /dev/null
+++ b/app-forensics/honggfuzz/honggfuzz-2.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A general purpose fuzzer with feedback support"
+HOMEPAGE="https://google.github.io/honggfuzz/;
+SRC_URI="https://github.com/google/honggfuzz/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=sys-libs/binutils-libs-2.29:=
+   sys-libs/libunwind:=
+"
+
+DEPEND="${RDEPEND}"
+
+DOCS=(
+   CHANGELOG
+   COPYING
+   CONTRIBUTING
+   README.md
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0-no-werror.patch
+)
+
+src_compile() {
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+}
+
+src_install() {
+   dobin ${PN}
+
+   einstalldocs
+}



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

2020-03-05 Thread Mike Gilbert
commit: 9c1d35ba52eb480bee7e07e1161b0a398822667a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar  5 19:51:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  5 19:51:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1d35ba

media-libs/libvpx: silence repoman warnings about addpredict

Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 8 
 media-libs/libvpx/libvpx-1.8.2.ebuild| 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild 
b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
index 1926e34ee05..0a47eac08b5 100644
--- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
@@ -52,10 +52,10 @@ src_configure() {
# https://bugs.gentoo.org/show_bug.cgi?id=384585
# https://bugs.gentoo.org/show_bug.cgi?id=465988
# copied from php-pear-r1.eclass
-   addpredict /usr/share/snmp/mibs/.index
-   addpredict /var/lib/net-snmp/
-   addpredict /var/lib/net-snmp/mib_indexes
-   addpredict /session_mm_cli0.sem
+   addpredict /usr/share/snmp/mibs/.index #nowarn
+   addpredict /var/lib/net-snmp/ #nowarn
+   addpredict /var/lib/net-snmp/mib_indexes #nowarn
+   addpredict /session_mm_cli0.sem #nowarn
multilib-minimal_src_configure
 }
 

diff --git a/media-libs/libvpx/libvpx-1.8.2.ebuild 
b/media-libs/libvpx/libvpx-1.8.2.ebuild
index 02d9e8dd432..31d177445f1 100644
--- a/media-libs/libvpx/libvpx-1.8.2.ebuild
+++ b/media-libs/libvpx/libvpx-1.8.2.ebuild
@@ -47,10 +47,10 @@ src_configure() {
# https://bugs.gentoo.org/show_bug.cgi?id=384585
# https://bugs.gentoo.org/show_bug.cgi?id=465988
# copied from php-pear-r1.eclass
-   addpredict /usr/share/snmp/mibs/.index
-   addpredict /var/lib/net-snmp/
-   addpredict /var/lib/net-snmp/mib_indexes
-   addpredict /session_mm_cli0.sem
+   addpredict /usr/share/snmp/mibs/.index #nowarn
+   addpredict /var/lib/net-snmp/ #nowarn
+   addpredict /var/lib/net-snmp/mib_indexes #nowarn
+   addpredict /session_mm_cli0.sem #nowarn
multilib-minimal_src_configure
 }
 



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

2020-03-05 Thread Sebastian Pipping
commit: 186302063fb73b2f4714fcec122a8a7d018a1ae2
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Mar  5 19:42:53 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Mar  5 19:44:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18630206

dev-python/wrapt: 1.12.0

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20
RepoMan-Options: --force

 dev-python/wrapt/Manifest|  1 +
 dev-python/wrapt/wrapt-1.12.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/wrapt/Manifest b/dev-python/wrapt/Manifest
index 71f3be5aa20..cd009d4674b 100644
--- a/dev-python/wrapt/Manifest
+++ b/dev-python/wrapt/Manifest
@@ -1,3 +1,4 @@
 DIST wrapt-1.10.10.tar.gz 122052 BLAKE2B 
216c3cf5ba3b91d2ed6c71c3a131242e8e668394b429e13d1a0ca3a0f806d380ca4e1a1a1d17ea029643fbc0d56defdacfcc9659a9eb1df67771dc03cdc7d292
 SHA512 
e18283cac7bbb137f43fa8c2839fff14072db1fdae57da2b393a5db4007656706838b64bc6785cea25602205b595fc4e7fe033e580d2fb484fd8c77351e046d1
 DIST wrapt-1.10.11.tar.gz 122499 BLAKE2B 
1398bc84e3d5490ba6e6f6f386d5eb6439ec750a2a1c5c29acf91e87a9c9405b11ff10dcb56e4aa28d07d34f7a56fbe9154d2f30556f5a2ae4f1a0986033e05a
 SHA512 
cc051749341bcd6fc1a950607fad94f74334a00acf0366129470181a5af7a3af32a26e5c5deee9242ee12bcc7e4c47dacb958c514aba8a764be3bcc662845b98
 DIST wrapt-1.11.2.tar.gz 124874 BLAKE2B 
262518e097753830d80d834e1dcd5afe9c743e7cad8fad992146829255b99ef0c1a6d0344674935bb6beae9a8e5f42a1a4ade760f7300d104b1a17bc6f94f91f
 SHA512 
2551247c46fbc34068e0f2d6efa91d8c87669c8bf1e16c3b5e2e5e0d84402301c38a78485b7e9a13120c99c9c942db680a84d87a52a072d530aba6444d86297d
+DIST wrapt-1.12.0.tar.gz 126524 BLAKE2B 
9215b8d5b53348daaeda6a6e4141408e1ab4e6cf6112e0a152be90ed9e1040433400e8788ec48559763ab5618abab6ae601b6ed254bfd641ec1976b52071ede9
 SHA512 
56a88e223dfe3d1b0f5fa01219b0a9a710d5a67cacd87d8766cf122498c47a41f4e64d2fcb0d3c939bc775893a7edcac68295754819b37ca469b301f1e98df41

diff --git a/dev-python/wrapt/wrapt-1.12.0.ebuild 
b/dev-python/wrapt/wrapt-1.12.0.ebuild
new file mode 100644
index 000..8a24a98651e
--- /dev/null
+++ b/dev-python/wrapt/wrapt-1.12.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Module for decorators, wrappers and monkey patching"
+HOMEPAGE="https://github.com/GrahamDumpleton/wrapt;
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos"
+
+DEPEND="doc? ( dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs --no-autodoc
+
+python_compile() {
+   local WRAPT_EXTENSIONS=true
+
+   distutils-r1_python_compile
+}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kio-extras/, kde-apps/kio-extras/files/

2020-03-05 Thread Andreas Sturmlechner
commit: bba00d525e78de6dcfb59a6eee04a55a88fec0f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  5 19:31:05 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  5 19:38:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba00d52

kde-apps/kio-extras: Add USE nls

Upstream commit 1029148d9ca743ffa4ccff7dfd75069808de7953

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/kio-extras-19.12.3-kio_nfs.patch | 171 +
 kde-apps/kio-extras/kio-extras-19.12.3.ebuild  |   6 +-
 2 files changed, 176 insertions(+), 1 deletion(-)

diff --git a/kde-apps/kio-extras/files/kio-extras-19.12.3-kio_nfs.patch 
b/kde-apps/kio-extras/files/kio-extras-19.12.3-kio_nfs.patch
new file mode 100644
index 000..4bdf9af413a
--- /dev/null
+++ b/kde-apps/kio-extras/files/kio-extras-19.12.3-kio_nfs.patch
@@ -0,0 +1,171 @@
+From a0a7ccb17fbb702ebc9122015f40fa9b112cedc6 Mon Sep 17 00:00:00 2001
+From: Christophe Giboudeaux 
+Date: Tue, 27 Nov 2018 23:37:13 +0100
+Subject: [PATCH 1/2] Add FindTIRPC.cmake
+
+Taken from https://phabricator.kde.org/D12761
+---
+ cmake/FindTIRPC.cmake | 60 +++
+ 1 file changed, 60 insertions(+)
+ create mode 100644 cmake/FindTIRPC.cmake
+
+diff --git a/cmake/FindTIRPC.cmake b/cmake/FindTIRPC.cmake
+new file mode 100644
+index ..20e78f9f
+--- /dev/null
 b/cmake/FindTIRPC.cmake
+@@ -0,0 +1,60 @@
++# - Try to find TI-RPC
++#
++# The following variables will be available once found :
++#
++# TIRPC_INCLUDE_DIRS - The TI-RPC headers location
++# TIRPC_LIBRARIES - Link these to use TI-RPC
++# TIRPC_VERSION - The TIRPC version
++#
++#=
++# Copyright (c) 2017 Christophe Giboudeaux 
++#
++#
++# Redistribution and use in source and binary forms, with or without
++# modification, are permitted provided that the following conditions
++# are met:
++#
++# 1. Redistributions of source code must retain the copyright
++#notice, this list of conditions and the following disclaimer.
++# 2. Redistributions in binary form must reproduce the copyright
++#notice, this list of conditions and the following disclaimer in the
++#documentation and/or other materials provided with the distribution.
++# 3. The name of the author may not be used to endorse or promote products
++#derived from this software without specific prior written permission.
++#
++# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
++# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
++# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
++# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
++# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
++# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
++# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
++# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
++# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
++# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
++#=
++
++find_package(PkgConfig QUIET)
++pkg_check_modules(PC_TIRPC libtirpc)
++
++find_path(TIRPC_INCLUDE_DIRS
++  NAMES netconfig.h
++  PATH_SUFFIXES tirpc
++  HINTS ${PC_TIRPC_INCLUDE_DIRS}
++)
++
++find_library(TIRPC_LIBRARIES
++  NAMES tirpc
++  HINTS ${PC_TIRPC_LIBRARY_DIRS}
++)
++
++set(TIRPC_VERSION ${PC_TIRPC_VERSION})
++
++include(FindPackageHandleStandardArgs)
++
++find_package_handle_standard_args(TIRPC
++  REQUIRED_VARS TIRPC_LIBRARIES TIRPC_INCLUDE_DIRS
++  VERSION_VAR TIRPC_VERSION
++)
++
++mark_as_advanced(TIRPC_INCLUDE_DIRS TIRPC_LIBRARIES)
+-- 
+2.25.1
+
+
+From 7cd0142ada663ac1bfcf4926f80f7ac53ccfb37c Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Tue, 27 Nov 2018 23:43:18 +0100
+Subject: [PATCH 2/2] Build kio_nfs against standalone libtirpc
+
+Summary:
+Since glibc-2.26, cmake skipped over nfs when standalone tirpc
+was installed in tirpc subdir (as done by Debian, Fedora, Arch, Gentoo...)
+
+Use FindTIRPC and make kio_nfs optional that way
+FindTIRPC taken from https://phabricator.kde.org/D12761
+
+Test Plan: Built with libtirpc successfully.
+
+Reviewers: #dolphin, dfaure, rdieter, sitter
+
+Subscribers: kde-frameworks-devel, cgiboudeaux, arojas, kfm-devel, meven
+
+Tags: #dolphin, #frameworks
+
+Differential Revision: https://phabricator.kde.org/D17205
+---
+ CMakeLists.txt |  9 ++---
+ nfs/CMakeLists.txt | 15 +--
+ 2 files changed, 15 insertions(+), 9 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 347caaad..37d56b3f 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -134,6 +134,11 @@ 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/eventviews/files/, kde-apps/eventviews/

2020-03-05 Thread Andreas Sturmlechner
commit: 713b531eb42e8db6bf6470894c556590a4905734
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  5 19:36:38 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  5 19:39:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713b531e

kde-apps/eventviews: Drop unused DEPEND

Upstream commit 80b191fd01268cbd5afa2cff6925a56f9d1a2ccc

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/eventviews/eventviews-19.12.3.ebuild  |  3 ++-
 .../files/eventviews-19.12.3-unused-dep.patch  | 24 ++
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/kde-apps/eventviews/eventviews-19.12.3.ebuild 
b/kde-apps/eventviews/eventviews-19.12.3.ebuild
index 748d0d758ff..704597a48e6 100644
--- a/kde-apps/eventviews/eventviews-19.12.3.ebuild
+++ b/kde-apps/eventviews/eventviews-19.12.3.ebuild
@@ -37,10 +37,11 @@ DEPEND="
>=kde-apps/kcalutils-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-apps/libkdepim-${PVCUT}:5
-   >=dev-qt/designer-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5=
>=dev-qt/qtwidgets-${QTMIN}:5
dev-libs/kdiagram:5
dev-libs/libical
 "
 RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${P}-unused-dep.patch" )

diff --git a/kde-apps/eventviews/files/eventviews-19.12.3-unused-dep.patch 
b/kde-apps/eventviews/files/eventviews-19.12.3-unused-dep.patch
new file mode 100644
index 000..1b4ef66a7c9
--- /dev/null
+++ b/kde-apps/eventviews/files/eventviews-19.12.3-unused-dep.patch
@@ -0,0 +1,24 @@
+From 80b191fd01268cbd5afa2cff6925a56f9d1a2ccc Mon Sep 17 00:00:00 2001
+From: Laurent Montel 
+Date: Thu, 5 Mar 2020 13:49:34 +0100
+Subject: UiTools is not required for building it
+
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 19d256f..fceabb0 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -38,7 +38,7 @@ set(LIBKDEPIM_LIB_VERSION "5.13.40")
+ set(CALENDARSUPPORT_LIB_VERSION "5.13.40")
+ 
+ find_package(KF5Akonadi ${AKONADI_LIB_VERSION} CONFIG REQUIRED)
+-find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets UiTools)
++find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets)
+ find_package(KF5I18n ${KF5_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF5Codecs ${KF5_MIN_VERSION} CONFIG REQUIRED)
+ find_package(KF5GuiAddons ${KF5_MIN_VERSION} CONFIG REQUIRED)
+-- 
+cgit v1.1



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

2020-03-05 Thread Mike Gilbert
commit: 5ec6f2ff9c8e209bd121f42d01b1939ffdf62048
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar  5 19:30:11 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  5 19:30:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec6f2ff

media-libs/libvpx: move build deps to BDEPEND

Closes: https://bugs.gentoo.org/711562
Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
Signed-off-by: Mike Gilbert  gentoo.org>

 media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 ++---
 media-libs/libvpx/libvpx-1.8.2.ebuild| 3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild 
b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
index c260444eab0..1926e34ee05 100644
--- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
+++ b/media-libs/libvpx/libvpx-1.7.0-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"
@@ -32,8 +32,7 @@ REQUIRED_USE="
 # Disable test phase when USE="-test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="abi_x86_32? ( dev-lang/yasm )
+BDEPEND="abi_x86_32? ( dev-lang/yasm )
abi_x86_64? ( dev-lang/yasm )
abi_x86_x32? ( dev-lang/yasm )
x86-fbsd? ( dev-lang/yasm )

diff --git a/media-libs/libvpx/libvpx-1.8.2.ebuild 
b/media-libs/libvpx/libvpx-1.8.2.ebuild
index d82535cf0c4..02d9e8dd432 100644
--- a/media-libs/libvpx/libvpx-1.8.2.ebuild
+++ b/media-libs/libvpx/libvpx-1.8.2.ebuild
@@ -28,8 +28,7 @@ REQUIRED_USE="test? ( threads )"
 # Disable test phase when USE="-test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="abi_x86_32? ( dev-lang/yasm )
+BDEPEND="abi_x86_32? ( dev-lang/yasm )
abi_x86_64? ( dev-lang/yasm )
abi_x86_x32? ( dev-lang/yasm )
x86-fbsd? ( dev-lang/yasm )



[gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-milter/files/, mail-filter/amavisd-milter/

2020-03-05 Thread Brian Evans
commit: 25ea74712f92c5079467538de44ed9c8160c3556
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar  5 19:21:49 2020 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar  5 19:21:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ea7471

mail-filter/amavisd-milter: Revbump to fix syntax error

Service script had a missing space in the test which caused error on start

Signed-off-by: Brian Evans  gentoo.org>

 .../{amavisd-milter-1.7.0.ebuild => amavisd-milter-1.7.0-r1.ebuild} | 0
 mail-filter/amavisd-milter/files/amavisd-milter.initd-r2| 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/amavisd-milter/amavisd-milter-1.7.0.ebuild 
b/mail-filter/amavisd-milter/amavisd-milter-1.7.0-r1.ebuild
similarity index 100%
rename from mail-filter/amavisd-milter/amavisd-milter-1.7.0.ebuild
rename to mail-filter/amavisd-milter/amavisd-milter-1.7.0-r1.ebuild

diff --git a/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2 
b/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2
index b18b9c45c18..4acd7992258 100644
--- a/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2
+++ b/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2
@@ -14,5 +14,5 @@ depend() {
 
 start_pre() {
# needed to avoid potential mi_stop errors
-   [ "${RC_CMD}" = "restart"] && sleep 4
+   [ "${RC_CMD}" = "restart" ] && sleep 4
 }



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2020-03-05 Thread Andreas Sturmlechner
commit: 2e8d56e5e6849047869ba465e2e67e7b13c61015
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  5 19:06:10 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  5 19:20:57 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e8d56e5

profiles: Drop kde-release-service-19.12.3 package.mask

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask/kde-release-service-19.12.3 | 239 --
 1 file changed, 239 deletions(-)

diff --git a/profiles/package.mask/kde-release-service-19.12.3 
b/profiles/package.mask/kde-release-service-19.12.3
deleted file mode 100644
index b1fb879f67..00
--- a/profiles/package.mask/kde-release-service-19.12.3
+++ /dev/null
@@ -1,239 +0,0 @@
-# Andreas Sturmlechner  (03 Mar 2020)
-# KDE Applications 19.12.3 mask
-# Not yet released.
-~kde-apps/akonadi-19.12.3
-~kde-apps/akonadi-calendar-19.12.3
-~kde-apps/akonadiconsole-19.12.3
-~kde-apps/akonadi-contacts-19.12.3
-~kde-apps/akonadi-import-wizard-19.12.3
-~kde-apps/akonadi-mime-19.12.3
-~kde-apps/akonadi-notes-19.12.3
-~kde-apps/akonadi-search-19.12.3
-~kde-apps/akregator-19.12.3
-~kde-apps/analitza-19.12.3
-~kde-apps/ark-19.12.3
-~kde-apps/artikulate-19.12.3
-~kde-apps/audiocd-kio-19.12.3
-~kde-apps/baloo-widgets-19.12.3
-~kde-apps/blinken-19.12.3
-~kde-apps/bomber-19.12.3
-~kde-apps/bovo-19.12.3
-~kde-apps/calendarjanitor-19.12.3
-~kde-apps/calendarsupport-19.12.3
-~kde-apps/cantor-19.12.3
-~kde-apps/cervisia-19.12.3
-~kde-apps/dolphin-19.12.3
-~kde-apps/dolphin-plugins-bazaar-19.12.3
-~kde-apps/dolphin-plugins-dropbox-19.12.3
-~kde-apps/dolphin-plugins-git-19.12.3
-~kde-apps/dolphin-plugins-mercurial-19.12.3
-~kde-apps/dolphin-plugins-subversion-19.12.3
-~kde-apps/dragon-19.12.3
-~kde-apps/eventviews-19.12.3
-~kde-apps/ffmpegthumbs-19.12.3
-~kde-apps/filelight-19.12.3
-~kde-apps/granatier-19.12.3
-~kde-apps/grantlee-editor-19.12.3
-~kde-apps/grantleetheme-19.12.3
-~kde-apps/gwenview-19.12.3
-~kde-apps/incidenceeditor-19.12.3
-~kde-apps/juk-19.12.3
-~kde-apps/k3b-19.12.3
-~kde-apps/kaccounts-integration-19.12.3
-~kde-apps/kaccounts-providers-19.12.3
-~kde-apps/kaddressbook-19.12.3
-~kde-apps/kajongg-19.12.3
-~kde-apps/kalarm-19.12.3
-~kde-apps/kalarmcal-19.12.3
-~kde-apps/kalgebra-19.12.3
-~kde-apps/kalzium-19.12.3
-~kde-apps/kamera-19.12.3
-~kde-apps/kamoso-19.12.3
-~kde-apps/kanagram-19.12.3
-~kde-apps/kapman-19.12.3
-~kde-apps/kapptemplate-19.12.3
-~kde-apps/kate-19.12.3
-~kde-apps/katomic-19.12.3
-~kde-apps/kbackup-19.12.3
-~kde-apps/kblackbox-19.12.3
-~kde-apps/kblocks-19.12.3
-~kde-apps/kblog-19.12.3
-~kde-apps/kbounce-19.12.3
-~kde-apps/kbreakout-19.12.3
-~kde-apps/kbruch-19.12.3
-~kde-apps/kcachegrind-19.12.3
-~kde-apps/kcalc-19.12.3
-~kde-apps/kcalutils-19.12.3
-~kde-apps/kcharselect-19.12.3
-~kde-apps/kcolorchooser-19.12.3
-~kde-apps/kcron-19.12.3
-~kde-apps/kdav-19.12.3
-~kde-apps/kdeaccessibility-meta-19.12.3
-~kde-apps/kdeadmin-meta-19.12.3
-~kde-apps/kde-apps-meta-19.12.3
-~kde-apps/kdebase-meta-19.12.3
-~kde-apps/kdebugsettings-19.12.3
-~kde-apps/kdecore-meta-19.12.3
-~kde-apps/kde-dev-scripts-19.12.3
-~kde-apps/kde-dev-utils-19.12.3
-~kde-apps/kdeedu-data-19.12.3
-~kde-apps/kdeedu-meta-19.12.3
-~kde-apps/kdegames-meta-19.12.3
-~kde-apps/kdegraphics-meta-19.12.3
-~kde-apps/kdegraphics-mobipocket-19.12.3
-~kde-apps/kde-meta-19.12.3
-~kde-apps/kdemultimedia-meta-19.12.3
-~kde-apps/kdenetwork-filesharing-19.12.3
-~kde-apps/kdenetwork-meta-19.12.3
-~kde-apps/kdenlive-19.12.3
-~kde-apps/kdepim-addons-19.12.3
-~kde-apps/kdepim-apps-libs-19.12.3
-~kde-apps/kdepim-meta-19.12.3
-~kde-apps/kdepim-runtime-19.12.3
-~kde-apps/kdesdk-kioslaves-19.12.3
-~kde-apps/kdesdk-meta-19.12.3
-~kde-apps/kdesdk-thumbnailers-19.12.3
-~kde-apps/kdeutils-meta-19.12.3
-~kde-apps/kdf-19.12.3
-~kde-apps/kdialog-19.12.3
-~kde-apps/kdiamond-19.12.3
-~kde-apps/keditbookmarks-19.12.3
-~kde-apps/kfind-19.12.3
-~kde-apps/kfloppy-19.12.3
-~kde-apps/kfourinline-19.12.3
-~kde-apps/kgeography-19.12.3
-~kde-apps/kget-19.12.3
-~kde-apps/kgoldrunner-19.12.3
-~kde-apps/kgpg-19.12.3
-~kde-apps/khangman-19.12.3
-~kde-apps/khelpcenter-19.12.3
-~kde-apps/kidentitymanagement-19.12.3
-~kde-apps/kig-19.12.3
-~kde-apps/kigo-19.12.3
-~kde-apps/killbots-19.12.3
-~kde-apps/kimagemapeditor-19.12.3
-~kde-apps/kimap-19.12.3
-~kde-apps/kio-extras-19.12.3
-~kde-apps/kipi-plugins-19.12.3
-~kde-apps/kiriki-19.12.3
-~kde-apps/kiten-19.12.3
-~kde-apps/kitinerary-19.12.3
-~kde-apps/kjumpingcube-19.12.3
-~kde-apps/kldap-19.12.3
-~kde-apps/kleopatra-19.12.3
-~kde-apps/klettres-19.12.3
-~kde-apps/klickety-19.12.3
-~kde-apps/klines-19.12.3
-~kde-apps/kmag-19.12.3
-~kde-apps/kmahjongg-19.12.3
-~kde-apps/kmail-19.12.3
-~kde-apps/kmail-account-wizard-19.12.3
-~kde-apps/kmailtransport-19.12.3
-~kde-apps/kmbox-19.12.3
-~kde-apps/kmime-19.12.3
-~kde-apps/kmines-19.12.3
-~kde-apps/kmix-19.12.3
-~kde-apps/kmousetool-19.12.3
-~kde-apps/kmouth-19.12.3
-~kde-apps/kmplot-19.12.3

[gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/

2020-03-05 Thread Andreas Sturmlechner
commit: a51bec67cebc046f4006e5ec7b9bec42051ff75a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  5 18:59:12 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  5 19:20:57 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a51bec67

kde-apps/kio-extras: Add USE nls

Upstream commit 1029148d9ca743ffa4ccff7dfd75069808de7953

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kio-extras/kio-extras-.ebuild | 18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kio-extras/kio-extras-.ebuild 
b/kde-apps/kio-extras/kio-extras-.ebuild
index 400f8cfea7..ccfff784e3 100644
--- a/kde-apps/kio-extras/kio-extras-.ebuild
+++ b/kde-apps/kio-extras/kio-extras-.ebuild
@@ -16,12 +16,18 @@ HOMEPAGE="https://cgit.kde.org/kio-extras.git;
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="activities +man mtp openexr phonon samba +sftp taglib X"
+IUSE="activities +man mtp nls openexr phonon samba +sftp taglib X"
 
 BDEPEND="
man? ( dev-util/gperf )
 "
 DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
>=kde-frameworks/karchive-${KFMIN}:5[bzip2,lzma]
>=kde-frameworks/kbookmarks-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
@@ -40,18 +46,13 @@ DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
>=kde-frameworks/syntax-highlighting-${KFMIN}:5
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
activities? (
+   >=dev-qt/qtsql-${QTMIN}:5
>=kde-frameworks/kactivities-${KFMIN}:5
>=kde-frameworks/kactivities-stats-${KFMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
)
mtp? ( >=media-libs/libmtp-1.1.16:= )
+   nls? ( net-libs/libtirpc:= )
openexr? ( media-libs/openexr:= )
phonon? ( media-libs/phonon[qt5(+)] )
samba? (
@@ -79,6 +80,7 @@ src_configure() {
$(cmake_use_find_package activities KF5ActivitiesStats)
$(cmake_use_find_package man Gperf)
$(cmake_use_find_package mtp Mtp)
+   $(cmake_use_find_package nls TIRPC)
$(cmake_use_find_package openexr OpenEXR)
$(cmake_use_find_package phonon Phonon4Qt5)
$(cmake_use_find_package samba Samba)



[gentoo-commits] proj/kde:master commit in: kde-apps/eventviews/

2020-03-05 Thread Andreas Sturmlechner
commit: 47261068f28b73f42486ffecf3a7b6cb7f603ac0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  5 18:53:58 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  5 19:20:57 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=47261068

kde-apps/eventviews: Drop obsolete DEPEND

Upstream commit 80b191fd01268cbd5afa2cff6925a56f9d1a2ccc

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/eventviews/eventviews-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/eventviews/eventviews-.ebuild 
b/kde-apps/eventviews/eventviews-.ebuild
index b131169e96..2a598d93ef 100644
--- a/kde-apps/eventviews/eventviews-.ebuild
+++ b/kde-apps/eventviews/eventviews-.ebuild
@@ -20,7 +20,6 @@ IUSE=""
 DEPEND="
dev-libs/kdiagram:5
dev-libs/libical
-   >=dev-qt/designer-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5=
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-apps/akonadi-${PVCUT}:5



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

2020-03-05 Thread Andreas Sturmlechner
commit: 774f51fce91c2446d696bee9d12baede0f8b11fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  5 19:04:54 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  5 19:20:57 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=774f51fc

kde.org.eclass: Mark Release Service 19.12.3 as released

Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index f132873ff6..2776b5b972 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -67,7 +67,7 @@ esac
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-apps-19.12.3 )
+KDE_UNRELEASED=( )
 
 HOMEPAGE="https://kde.org/;
 



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

2020-03-05 Thread Ian Stakenvicius
commit: e9eca8ffeb8fb002255605616789264880d3a2d2
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Mar  5 19:15:56 2020 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Mar  5 19:16:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9eca8ff

sys-cluster/torque: drop broken USE=drmaa, fix doc and econf warn

-Fixed the documentation link in pkg_postinst
-Dropped USE=drmaa as its broken and upstream hasn't done anything with
the code since torque-2
-Removed the --disable-geometry-request config option

Closes: https://bugs.gentoo.org/697124
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Ian Stakenvicius  gentoo.org>

 sys-cluster/torque/torque-6.0.4-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/torque/torque-6.0.4-r1.ebuild 
b/sys-cluster/torque/torque-6.0.4-r1.ebuild
index 456675c959f..6f18c025266 100644
--- a/sys-cluster/torque/torque-6.0.4-r1.ebuild
+++ b/sys-cluster/torque/torque-6.0.4-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/adaptivecomputing/torque/archive/6a0b37f85c7d644e921
 LICENSE="torque-2.5"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="autorun cgroups cpusets +crypt doc drmaa kernel_linux libressl munge 
nvidia quickcommit server +syslog tk"
+IUSE="autorun cgroups cpusets +crypt doc kernel_linux libressl munge nvidia 
quickcommit server +syslog tk"
 
 DEPEND_COMMON="
sys-libs/zlib
@@ -100,12 +100,11 @@ src_configure() {
$(use_enable tk tcl-qstat) \
$(use_enable syslog) \
$(use_enable server) \
-   $(use_enable drmaa) \
+   --disable-drmaa \
$(use_enable munge munge-auth) \
$(use_enable nvidia nvidia-gpus) \
$(usex crypt "--with-rcp=scp" "--with-rcp=mom_rcp") \
$(usex kernel_linux $(use_enable cpusets cpuset) 
--disable-cpuset) \
-   $(usex kernel_linux $(use_enable cpusets geometry-request) 
--disable-geometry-request) \
$(usex kernel_linux $(use_enable cgroups) --disable-cgroups) \
$(use_enable autorun) \
$(use_enable quickcommit) \
@@ -113,6 +112,7 @@ src_configure() {
--with-environ=/etc/pbs_environment \
--with-default-server=${PBS_SERVER_NAME} \
--disable-gcc-warnings \
+   --disable-silent-rules \
--with-tcp-retry-limit=2 \
--without-loadlibfile
 }
@@ -174,6 +174,6 @@ pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]] ; then
elog "If this is the first time torque has been installed, then 
you are not"
elog "ready to start the server.  Please refer to the 
documentation located at:"
-   elog 
"http://docs.adaptivecomputing.com/torque/${PN//./-}/adminGuide/help.htm#topics/torque/1-installConfig/initializeConfigOnServer.htm;
+   elog 
"http://docs.adaptivecomputing.com/torque/${PV//./-}/adminGuide/torquehelp.htm#topics/torque/1-installConfig/initializeConfigOnServer.htm;
fi
 }



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

2020-03-05 Thread Mike Pagano
commit: 793be5e72351a039a20744bb2d6480355a1a5d70
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Mar  5 19:12:13 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 19:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793be5e7

sys-kernel/gentoo-sources: Linux patch 5.5.8

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.5.8.ebuild | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index bbfc4fd8d72..217826d7a13 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -100,6 +100,9 @@ DIST genpatches-5.4-24.extras.tar.xz 1740 BLAKE2B 
959877a73da6fc757631407722e086
 DIST genpatches-5.5-1.base.tar.xz 3984 BLAKE2B 
aed3662231f2863f234ebdc3c615c8c7fa32c3b1301659388facef4354b148bd31a9978917dcced2081f157afa176df5cda2e11fa085e3599f68af65f8edfaec
 SHA512 
bdbe3d72620418ad0245f7e7f4fec7960d302be4842c6a090440f8ffccc5f6a67fdf11e51da5a14b659ec7a003410f1374b70ece128455ffd8eaf13177a427ff
 DIST genpatches-5.5-1.experimental.tar.xz 6168 BLAKE2B 
22b8602963c9a601da950a86b242116f4885065087e751d7371d914b2077434ba4dfb54ed03be26bb6951dfef49bc587c39c9b5065df2585b25e6c116bac7261
 SHA512 
9bbfa35b13e4d994a426fc623fd8fed56b722f4ff9e3d2ff330f8b8dab454e9d5b5da205ea64385377685bd319663fed27612b7c9122b752ce8d4be5bdde3e8c
 DIST genpatches-5.5-1.extras.tar.xz 1744 BLAKE2B 
78353a253969918f5c054768df01bf7d0a0887f5686f6b84a78f28a0c1ef49101f278c5140367a4547cce9932ec9e7dcff4b4fd8519bb9e9dd9b7d4764461877
 SHA512 
84815483c7c30e2258c1d246080c460177b8e3b6c49592a78c2a5d83798b703da845ee3f1f939da1e947dddced42fc83434ca162f8e5135c838877304e3a80cf
+DIST genpatches-5.5-10.base.tar.xz 456696 BLAKE2B 
d26c970cad7ffc6950f92fdd906a85f4e0e6242c6450b7ac0211a2cab8ade3c03112f3220943babbf26f115d35d3ba3dec18ff00c7a5608efadcaf7d417431e3
 SHA512 
bbd56eac912dac056d8273a9f3c21710fc614619b1bb6b52c48bf5972518a17ae20ad8601fb294a446415d0ecda57501681a4bbf13fe4a493a48a0d2d324e396
+DIST genpatches-5.5-10.experimental.tar.xz 5596 BLAKE2B 
7f4253811033204ded79c9c7b4d103cdefaf2ce459739fc32da9a0802ad61b5d118628ae9a70103ee460c9b7c4a79b6d48190d105b7a4d5e7b06061cd1969647
 SHA512 
8d655fe247c860096ee15140c58df8da172524c51433ad60426e1ea528f69d4e5ecb24d2ff39c3400dfe18206039ddbe046ec7aff6304dcdbfa05d03b71ae992
+DIST genpatches-5.5-10.extras.tar.xz 1740 BLAKE2B 
43ef46fdd52322a5b1f370690e7e39d8a6b835726b4166b5f35f079446042b60c9f59e159a88ac82ffa384ff7dce619140783a7e202d3374e272e140744a6459
 SHA512 
57affa6ae287b621407d8c8b8d12dcc7a45bb3d68bbd0418737c95df6ef7bdd76ea8a90caec3322b2e3a75ccb159c42fb132e38cf8c62e21d7abd22e98d309c9
 DIST genpatches-5.5-2.base.tar.xz 20784 BLAKE2B 
94924a1278b594e41fd0eda904c5e2c32bb10db1779b83921d3b2f3a33612c3833bc9197ad1e7fb6b56854227e21a9c40dccdb6123cca914684b84b9597aaae0
 SHA512 
614d39c8037a65fb40f933cff2435693d8dbf8e984687ba48a519a929ea240b7bb9a8f08c405044ad763685f35c5bd3ceea35a14a125939deac5ddba35308f4c
 DIST genpatches-5.5-2.experimental.tar.xz 5596 BLAKE2B 
1d20182312b9f097b484402c450c937ff3f72ca308dbbfd74b2b60c18356e1311288afc94a79ea8ebedca1e8a83484e845d143b57a4b971bda166ab53a16bf5f
 SHA512 
1748714cb1a05089f74387ecc14dec7793980bc32f9d7760e44a77314aca9112a4758c3c6c53c3c1d179ca3194e714f10987262c70cb03277b86948dbf36fb78
 DIST genpatches-5.5-2.extras.tar.xz 1744 BLAKE2B 
294ebaf51c96c6d1f905c1c760a97b8c63b9c81398738f64137a33152f48230aeda1aabb4818b0f858f5ae06c4dee1914a65cf1fdf20cf2d03473f8015087111
 SHA512 
f682883ed4b40856f3fa9d8ed183cf0501e8a120ed73dbdeb521b1c5fde4da6f218dfce4db2ce4422eb7e4f22e9140d825c4d41ba9424ade649d1a20ec524260

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.5.8.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.5.8.ebuild
new file mode 100644
index 000..a8f952e6a5b
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.5.8.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="10"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-03-05 Thread Mike Pagano
commit: 92363bb090ca48a9827a34b85dae1dada05b23b9
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Mar  5 19:09:37 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 19:09:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92363bb0

sys-kernel/gentoo-sources: Lnux patch 5.4.24

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-5.4.24.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 470eaf16516..bbfc4fd8d72 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -94,6 +94,9 @@ DIST genpatches-5.4-22.extras.tar.xz 1744 BLAKE2B 
f11d59a1f630a1fd8b328d62454575
 DIST genpatches-5.4-23.base.tar.xz 956024 BLAKE2B 
5270c606d07a9c593e8428ebf4636ccec4e6fe07fdda05617451cb1d6523c39fa5c483f9e2006e7944c0f7f835c40d8bffe50606b3266d4a8134779a5d651c3f
 SHA512 
038aeb54cf8854461d61b38598e0191f46fe8b327ec7287c721238f8a41fc8a69a80c4c914ad04569aed6d994321979dcf469c376297ad555ac9095dddae4567
 DIST genpatches-5.4-23.experimental.tar.xz 6148 BLAKE2B 
2011ea842b1469444aa4869398b085a3678df2016de7952abc3ecdc1a376dfb63f4029945457cf17eec9a272214b57d5390c120a2cbc4482951fde55ec271761
 SHA512 
d856cc99eaaab476d1c9306c305a569259555f481cc0e2b055098d5c80b21282b0f0367721c19156683a0f583d7177457db339a3ed6efdf52479e4d0f795e0e6
 DIST genpatches-5.4-23.extras.tar.xz 1744 BLAKE2B 
a744740c74b52b66f8db5f0a71174b15284bd83c0ca9318c2bc3809586aa914f20239a9a122930df587cf861412d7ce33a7efb74128bfd2dd52516abbe0cf20a
 SHA512 
74f429626747883c5b4c6e8cb6bced6a5dc377a758637b7eded70dc9471121aa8496030f4b00ac0cd9bacb693d89366d10fc34d0827286ade8160038bf9aa1f7
+DIST genpatches-5.4-24.base.tar.xz 1012048 BLAKE2B 
88f206f9824bdbe818a159832be638bd37ba274cc06fa245c7e48fe67112383ba3254e6e6433a5ebef792b4b61798aba9d748f8bffac0f62aa9c5536cc934b8d
 SHA512 
bfa30fab2737af4d7e8874831cadec224a634832502f7472c4a018ee98ff698e5134101b06f09ab779e03d62920a29691a12a189ff19e055cfb1effce584b8d9
+DIST genpatches-5.4-24.experimental.tar.xz 6140 BLAKE2B 
93c1963594e725765475fc1cfbd9e84d2904cc0abf22db4af59f030f74c7b3be3f24811e47346b7560818cc59b24761b2d2bc1bb309c20833c86a06f75af52f6
 SHA512 
81f55a9c37e7905bb30d4980aef2f178fc1c3871358c2d26943c42e7c99c1be6b4e3339f10a0d578ba694350da107d72259daeac1424d49ea6ad5c67d51201ba
+DIST genpatches-5.4-24.extras.tar.xz 1740 BLAKE2B 
959877a73da6fc757631407722e086c41409309060b275139c092aacc9cb1a7b749638322abf019bf194508d06a73eeef00939dc666f94313a680452b1fc91c2
 SHA512 
d9c85b2e581bcda49cf34ca90dbcb124c56ab515a8df67a55b08f5e8c0495894376267ba78c966dc9697d88ca8e429e2018d9dedd1a1fddaa7107c6fc74f248b
 DIST genpatches-5.5-1.base.tar.xz 3984 BLAKE2B 
aed3662231f2863f234ebdc3c615c8c7fa32c3b1301659388facef4354b148bd31a9978917dcced2081f157afa176df5cda2e11fa085e3599f68af65f8edfaec
 SHA512 
bdbe3d72620418ad0245f7e7f4fec7960d302be4842c6a090440f8ffccc5f6a67fdf11e51da5a14b659ec7a003410f1374b70ece128455ffd8eaf13177a427ff
 DIST genpatches-5.5-1.experimental.tar.xz 6168 BLAKE2B 
22b8602963c9a601da950a86b242116f4885065087e751d7371d914b2077434ba4dfb54ed03be26bb6951dfef49bc587c39c9b5065df2585b25e6c116bac7261
 SHA512 
9bbfa35b13e4d994a426fc623fd8fed56b722f4ff9e3d2ff330f8b8dab454e9d5b5da205ea64385377685bd319663fed27612b7c9122b752ce8d4be5bdde3e8c
 DIST genpatches-5.5-1.extras.tar.xz 1744 BLAKE2B 
78353a253969918f5c054768df01bf7d0a0887f5686f6b84a78f28a0c1ef49101f278c5140367a4547cce9932ec9e7dcff4b4fd8519bb9e9dd9b7d4764461877
 SHA512 
84815483c7c30e2258c1d246080c460177b8e3b6c49592a78c2a5d83798b703da845ee3f1f939da1e947dddced42fc83434ca162f8e5135c838877304e3a80cf

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.24.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.24.ebuild
new file mode 100644
index 000..373c95156b3
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.24.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="24"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/django/files/, dev-python/django/

2020-03-05 Thread Michał Górny
commit: 124b2b0f18a73dc01d867817a1604ef227f48a44
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  5 18:53:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  5 19:07:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124b2b0f

dev-python/django: Remove 1*

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

 dev-python/django/Manifest|   2 -
 dev-python/django/django-1.11.20.ebuild   | 113 --
 dev-python/django/django-1.11.21.ebuild   | 113 --
 dev-python/django/files/django-1.9-bashcomp.patch |  46 -
 4 files changed, 274 deletions(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index 86e9ef6d1a0..a24eca6d3aa 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -1,5 +1,3 @@
-DIST Django-1.11.20.tar.gz 7846576 BLAKE2B 
11423edda7f2f08cc894957da65c746c99ce7ce5399ff236972cce627e347cbc4a43c7ff75282318fac2ac8f65fc4db691ac9fe8e04059b0de4f1bfe31278382
 SHA512 
5a0fff6c9b90a08e98dee6d4d090047adb900a8f6a061f98e685e8998bfe3d97fe7a90aa7d4d2feae67026fb6e4441393d50cb5ab295604ed362a080b987f062
-DIST Django-1.11.21.tar.gz 7847136 BLAKE2B 
940734dc980901cb13fd90ef38815556d41e94a9fb1ac3a0e36e786b4a8df549ec2bce8a114ffbff1133a066ee8423c7beaccc7c774985df0aa1def1ebab58c1
 SHA512 
c91a1189b6b8fbbb1470f870b09c1c553e860d3b8c0977240399524a830d5403929f14b4e4b689354080748aab1c70587ad56e265f4ac0b3bdc2714d01adbbc4
 DIST Django-2.1.8.tar.gz 8613572 BLAKE2B 
543e41f1b4031b624f903f075e95af7e010510f4c265aebd35a5f6b3f074703b3a4b54bc7f2a9752e717ac99d20c42d6e34e556ca619a531cf8c66622ce1419a
 SHA512 
f84fcdf919091a9db6289f25da601ce447382f79118a99f8f316b2479a9325d629f725edb4618300f76e23bd68ae45ff4c6b6576988f109d1a7ba715c73327c3
 DIST Django-2.1.9.tar.gz 8608747 BLAKE2B 
d5ef1aacc30067dfe5369655eb23ea67788f22edcf8ba070944c0fb4fdf2fc3628a364d480a3d47bae0339255fb66a3bc27f11eb5f07280812ab5f57b4367c64
 SHA512 
1f6ad122012d898da52ce44465700d2492ef9002d5c327b25e3edfe2116b8a1143feab79751a581029664311452d52d96fe116d8817edb0ef7d7dbddfc0a5ec7
 DIST Django-2.2.1.tar.gz 8973889 BLAKE2B 
890ab092807a587dbaba69fb6da7a4c53c8e976d3a4c29003549d72dd69c374640df280885a62845dda0d00f432e398747b9ed652aebbd7e3434c07e71d9a80f
 SHA512 
661ed7352847d2167f8d3410b476cb585a269ef5d3afe0cb59cf0c9a2ea22f0572f12825368bc222f33f8c6d4c71767adade97e25b69f5a619795ccb670773e2

diff --git a/dev-python/django/django-1.11.20.ebuild 
b/dev-python/django/django-1.11.20.ebuild
deleted file mode 100644
index 63eb7b863c6..000
--- a/dev-python/django/django-1.11.20.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-PYTHON_REQ_USE='sqlite?,threads(+)'
-WEBAPP_NO_AUTO_INSTALL="yes"
-
-inherit bash-completion-r1 distutils-r1 eutils eapi7-ver webapp
-
-MY_PN="Django"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="High-level Python web framework"
-HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/;
-SRC_URI="
-   https://www.djangoproject.com/m/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
-   mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz
-   "
-
-LICENSE="BSD"
-# admin fonts: Roboto (media-fonts/roboto)
-LICENSE+=" Apache-2.0"
-# admin icons, jquery, xregexp.js
-LICENSE+=" MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
-IUSE="doc sqlite test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] )
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/numpy[$(python_gen_usedep 'python*')]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_P}"
-
-WEBAPP_MANUAL_SLOT="yes"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.9-bashcomp.patch
-)
-
-pkg_setup() {
-   webapp_pkg_setup
-}
-
-python_prepare_all() {
-   # Prevent d'loading in the doc build
-   sed -e '/^"sphinx.ext.intersphinx",/d' -i docs/conf.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   # Tests have non-standard assumptions about PYTHONPATH,
-   # and don't work with ${BUILD_DIR}/lib.
-   PYTHONPATH=. "${PYTHON}" tests/runtests.py --settings=test_sqlite -v2 
--parallel 1 \
-   || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
-   newbashcomp extras/django_bash_completion ${PN}-admin
-   bashcomp_alias ${PN}-admin 

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

2020-03-05 Thread Mike Pagano
commit: 6affbc1f6cf9a780c5464c3cc7235c934a489245
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Mar  5 19:06:22 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 19:06:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6affbc1f

sys-kernel/gentoo-sources: Linux patch 4.19.108

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.19.108.ebuild  | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b5507c73dcd..470eaf16516 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -34,6 +34,9 @@ DIST genpatches-4.19-105.extras.tar.xz 17496 BLAKE2B 
82c72721eca259b0945b7f8ae32
 DIST genpatches-4.19-106.base.tar.xz 3207860 BLAKE2B 
4a5c29c2e1e825630b4bccba0dcd2aaab4fe9755fc135eb5990641705743384c0b3da75a89c86f450af9686ab6c036fcf18abed18f7e55f71a8ecdf582a7ab0e
 SHA512 
7660e2f81b5cbd2705998ecc04bd611d39eb5cc30978737aba6741709f16fa6336fdf3bdeaaca2d2cd70ee7d55c205484ca4295774c02d5ff22722a14315e647
 DIST genpatches-4.19-106.experimental.tar.xz 6424 BLAKE2B 
099ffaebcbaef238d89739e3b372aaefaa0d88338aee2abfa99090667c0fa12fa3f55571d5645aac7ad964d2e21fbd7a6ffb111efbbadb32abafb1dcfece2312
 SHA512 
0a22df58276372c0f6f4d141d40b2c5de34e4e8998be31a55580aad13eba1af00321d764f1776885c7aa70f520fd8ed8dcea6556e11029f4a3f355ba298122c0
 DIST genpatches-4.19-106.extras.tar.xz 17492 BLAKE2B 
d84b9ed61c0d3e3fd032ac5bda3e2898e09c652166305a4a2a949938713d2b7e04405d16ed22d9fc7171d8850dc27a886956b2f3f99b6c7519c0b74e3089f032
 SHA512 
422d7cf4a79ecc5bdb48e01a77207cf77162a1cda33dd629cf806d149193ddfa0254e93f7dacebb39cf0f42a3fd17a131cc3e14b6340b5a90f20b449c99ece54
+DIST genpatches-4.19-107.base.tar.xz 3227648 BLAKE2B 
0a40b4a65cef13ba6840a3ff5380bc286cbb4fad8bdd1d714385435e0403afd8b128be2253cb9e08756b01bebd319782b5821cb879310fe45d5f034a6234b7da
 SHA512 
d2dd2859104c38014357ebc4fd94b81cee27fb13ce6ece76e8ba82d4726d0ce35cac96c8af7eb7a55f559fc4ac305779ebfdca30b194d4e791a5120fb9a78456
+DIST genpatches-4.19-107.experimental.tar.xz 6428 BLAKE2B 
c69676edb4b2210b8914b42af52134313e2d8aa49875a78f3908892930049be88fcb118c5bd1d6a0c9e705ca7e7822be0cd6275294e7ea78039fbcf692bbf427
 SHA512 
b315dc61e86a7684dc173c6e36ca422a42a0e461a3fcb32a215c11353fd446aef356a0a263c91fe3b881cd3ec37a28ecb80b5366fa28b0e8107eda85cd5802a3
+DIST genpatches-4.19-107.extras.tar.xz 17488 BLAKE2B 
55a484a8927241b721ebcdc0d48f92895982f27e7e05c68f9e04638019355fd296ad514fa767c72b27aaa3fcae0339f436080776fa53081d489e51e889a2e1ff
 SHA512 
42126be688244fda9fb87e1d83785933fb6a96d92e02460f3fd34704e45b5f73ba2921e599f5a51729939f3cacc0d29ca5a9dbedb5d929551169b02ab765617e
 DIST genpatches-4.19-85.base.tar.xz 2403008 BLAKE2B 
ed31488bc37aff8e5a7e0491f9b4ac2d70689c9d47c219f001d6900b0c79792cc0dd82e5e368924193be93d747e8a17931aa462cd263e6c517ed8ae1fc070ddb
 SHA512 
6218d1fb01617544f3218b451fbf0ff2b166c861621bb782d00dd01a28a51c97685b44d19f1a2e8da0b8d4178eb38adfc8047a98a2931558f1ff4f26288b8323
 DIST genpatches-4.19-85.experimental.tar.xz 6428 BLAKE2B 
e1f94a7fbb0b72c9d43d0785f212a4d739e086eb6338e7fdf3979c9055c69908a388e9c2f5669eaae6ac8a9adce14dad11d450878b0dbeffa8b5316513f92b16
 SHA512 
ca204d8ca75278e72648b8e79609b533de9de7635e3602476773f7040ae493c6e356de08a60588defe9491960b4ac046aee5813a25dfcb3eae9779b720a341d0
 DIST genpatches-4.19-85.extras.tar.xz 17500 BLAKE2B 
869534152df10ea77feb65211729acb49d98a6cf28cdbfe8f4faf0c6a14f788ba1f7fcd868da5571195a8a083c7257e9dcea628708cb8dd370cb9af6165f
 SHA512 
9931dc1de3062ab85a14bcbe20007d5bc1b15cf1a77570076637df0311615adc763ca91e5d13052f812237f489d7e4c9a376395c547a926be770f787740d9581

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.108.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.108.ebuild
new file mode 100644
index 000..56ee31699a0
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.108.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="107"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2020-03-05 Thread Lars Wendler
commit: 37dea0c5a7c3b80ed51400bd89b44268c959bbe2
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar  5 18:50:28 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar  5 18:51:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37dea0c5

net-misc/ntp: Revbump to fix ntpd startup with USE="caps"

Closes: https://bugs.gentoo.org/711530
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/ntp/files/ntp-4.2.8_p14-add_cap_ipc_lock.patch | 13 +
 .../{ntp-4.2.8_p14-r1.ebuild => ntp-4.2.8_p14-r2.ebuild}|  1 +
 2 files changed, 14 insertions(+)

diff --git a/net-misc/ntp/files/ntp-4.2.8_p14-add_cap_ipc_lock.patch 
b/net-misc/ntp/files/ntp-4.2.8_p14-add_cap_ipc_lock.patch
new file mode 100644
index 000..183b6d8d475
--- /dev/null
+++ b/net-misc/ntp/files/ntp-4.2.8_p14-add_cap_ipc_lock.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/711530
+
+--- ntp-4.2.8p14/ntpd/ntpd.c
 ntp-4.2.8p14/ntpd/ntpd.c
+@@ -1189,7 +1189,7 @@
+*  drop privileges in this case.
+*/
+   cap_t caps;
+-  caps = 
cap_from_text("cap_sys_time,cap_setuid,cap_setgid,cap_sys_chroot,cap_net_bind_service=pe");
++  caps = 
cap_from_text("cap_ipc_lock,cap_sys_time,cap_setuid,cap_setgid,cap_sys_chroot,cap_net_bind_service=pe");
+   if ( ! caps) {
+   msyslog( LOG_ERR, "cap_from_text() failed: %m" );
+   exit(-1);

diff --git a/net-misc/ntp/ntp-4.2.8_p14-r1.ebuild 
b/net-misc/ntp/ntp-4.2.8_p14-r2.ebuild
similarity index 98%
rename from net-misc/ntp/ntp-4.2.8_p14-r1.ebuild
rename to net-misc/ntp/ntp-4.2.8_p14-r2.ebuild
index a442cbc860d..61130e1b1da 100644
--- a/net-misc/ntp/ntp-4.2.8_p14-r1.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p14-r2.ebuild
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.2.8-sntp-test-pthreads.patch #563922
"${FILESDIR}"/${PN}-4.2.8_p10-fix-build-wo-ssl-or-libressl.patch
"${FILESDIR}"/${PN}-4.2.8_p12-libressl-2.8.patch
+   "${FILESDIR}"/${PN}-4.2.8_p14-add_cap_ipc_lock.patch #711530
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2020-03-05 Thread Matt Turner
commit: 83df155f53ded0cf04e4cb9232c781e5cf17d2a1
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar  5 18:44:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar  5 18:46:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83df155f

x11-apps/xkbcomp: Require >=libX11-1.6.9

xkbcomp needs the X11/extensions/XKBgeom.h header, which moved from
xorgproto to libX11. libX11-1.6.9 is the first version to include the
header.

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

 x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
index 886aa9179c8..9a35c9bf6fd 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="XKB keyboard description compiler"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 DEPEND="
-   x11-libs/libX11
+   >=x11-libs/libX11-1.6.9
x11-libs/libxkbfile"
 RDEPEND="${DEPEND}"
 BDEPEND="sys-devel/bison"



[gentoo-commits] proj/linux-patches: New tag: 5.5-10

2020-03-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 18:37:46 2020 +

New tag: 5.5-10




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

2020-03-05 Thread Sergei Trofimovich
commit: 1d7428bbf54aa06190af89c2090b96975703f273
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar  5 18:21:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar  5 18:21:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7428bb

sys-libs/newlib: bump up to 3.3.0

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

 sys-libs/newlib/Manifest|   1 +
 sys-libs/newlib/newlib-3.3.0.ebuild | 141 
 2 files changed, 142 insertions(+)

diff --git a/sys-libs/newlib/Manifest b/sys-libs/newlib/Manifest
index c1e9635145e..ac2c4dc6a96 100644
--- a/sys-libs/newlib/Manifest
+++ b/sys-libs/newlib/Manifest
@@ -1,3 +1,4 @@
 DIST newlib-2.2.0.tar.gz 16521910 BLAKE2B 
530290c8f219774885e3c408889b7f58bbeefe5c092f004c9ad61de8642b725df1f8fd2a00760ebde814e5bf379ae0320a589d2318113f371a733c5abaca2ba7
 SHA512 
ab9161f16845367c823b6709e3c5708969f29f05c77edb1cf969ff4202f358648f1e55080974599dcefed2fbced4694dc73748596e76c1aa37c50cddff6e4be3
 DIST newlib-2.5.0.tar.gz 17912392 BLAKE2B 
bc89491758d59f3529c72308e963c5b3e39044d6d586ef3814cc19cf55aee33948656c544df7dfcbe3915105e7373f53d7b2baf96b9b8147e3af780c1d08e670
 SHA512 
4c99e8dfcb4a7ad0769b9e173ff06628d82e4993ef87d3adf9d6b5578626b14de81b4b3c5f0673ddbb49dc9f3d3628f9f8d4432dcded91f5cd3d27b7d44343cd
 DIST newlib-3.1.0.tar.gz 17958952 BLAKE2B 
3a84ae81fc07e442a4ed3da7a78e7ede34cc7e24b5d1c66a12624ed808e5f85f134751fcea0e4ce9eb39df287a582821f751a8610a088c149895b5e38eb06989
 SHA512 
efc4c3ab7153387780d141386bca5d3e20c9d25ae3e6b87cf94c8df9d301ce5926dacdff9bd33aeb9781559d933c3d0ae77f4e5b46120d90792f75dbfde702c7
+DIST newlib-3.3.0.tar.gz 18361083 BLAKE2B 
bdc81427955d0a2f550bf2973ca82c0b8b55aa170565cdf1cfe8ac926257fad6d3e860ce7b2e286949ab21be2677378b5b6d3c743c05fe8aa6df8a8c34a16945
 SHA512 
2f0c487520e1a0af0b6935431f85d2359e27ded0d01d02567d0d1c6479f2f0e6bbc60405e88e46b92c2a18780a01a60fc9281f7e311cfd40b8d5881d629c

diff --git a/sys-libs/newlib/newlib-3.3.0.ebuild 
b/sys-libs/newlib/newlib-3.3.0.ebuild
new file mode 100644
index 000..b955419a1da
--- /dev/null
+++ b/sys-libs/newlib/newlib-3.3.0.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit flag-o-matic toolchain-funcs
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
+   inherit git-r3
+else
+   SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz;
+   KEYWORDS="-* ~arm ~hppa ~m68k ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+fi
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+DESCRIPTION="Newlib is a C library intended for use on embedded systems"
+HOMEPAGE="https://sourceware.org/newlib/;
+
+LICENSE="NEWLIB LIBGLOSS GPL-2"
+SLOT="0"
+IUSE="nls threads unicode headers-only nano"
+RESTRICT="strip"
+
+NEWLIBBUILD="${WORKDIR}/build"
+NEWLIBNANOBUILD="${WORKDIR}/build.nano"
+NEWLIBNANOTMPINSTALL="${WORKDIR}/nano_tmp_install"
+
+# Adding -U_FORTIFY_SOURCE to counter the effect of Gentoo's
+# auto-addition of _FORTIFY_SOURCE at gcc site: bug #656018#c4
+# Currently newlib can't be built itself when _FORTIFY_SOURCE
+# is set.
+CFLAGS_FULL="-ffunction-sections -fdata-sections -U_FORTIFY_SOURCE"
+CFLAGS_NANO="-Os -ffunction-sections -fdata-sections -U_FORTIFY_SOURCE"
+
+pkg_setup() {
+   # Reject newlib-on-glibc type installs
+   if [[ ${CTARGET} == ${CHOST} ]] ; then
+   case ${CHOST} in
+   *-newlib|*-elf) ;;
+   *) die "Use sys-devel/crossdev to build a newlib 
toolchain" ;;
+   esac
+   fi
+}
+
+src_configure() {
+   # we should fix this ...
+   unset LDFLAGS
+   CHOST=${CTARGET} strip-unsupported-flags
+   CCASFLAGS_ORIG="${CCASFLAGS}"
+   CFLAGS_ORIG="${CFLAGS}"
+
+   local myconf=(
+   # Disable legacy syscall stub code in newlib.  These have been
+   # moved to libgloss for a long time now, so the code in newlib
+   # itself just gets in the way.
+   --disable-newlib-supplied-syscalls
+   )
+   [[ ${CTARGET} == "spu" ]] \
+   && myconf+=( --disable-newlib-multithread ) \
+   || myconf+=( $(use_enable threads newlib-multithread) )
+
+   mkdir -p "${NEWLIBBUILD}"
+   cd "${NEWLIBBUILD}"
+
+   export "CFLAGS_FOR_TARGET=${CFLAGS_ORIG} ${CFLAGS_FULL}"
+   export "CCASFLAGS=${CCASFLAGS_ORIG} ${CFLAGS_FULL}"
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable unicode newlib-mb) \
+   $(use_enable nls) \
+   "${myconf[@]}"
+
+   # Build newlib-nano beside newlib (original)
+   # Based on 

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

2020-03-05 Thread Michał Górny
commit: 4cda57fdb61cef91565b4cf50dd51dcc240c7a14
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  5 18:02:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  5 18:02:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cda57fd

dev-python/sphinx_rtd_theme: Revbump to drop py2

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

 .../sphinx_rtd_theme-0.4.3-r1.ebuild   | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
new file mode 100644
index 000..9b07580f820
--- /dev/null
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.4.3-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="ReadTheDocs.org theme for Sphinx"
+HOMEPAGE="https://github.com/readthedocs/sphinx_rtd_theme;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   ${PDEPEND}
+   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/

2020-03-05 Thread Michał Górny
commit: c4667a669e878c92743fa7d11ed1733a85203fc3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  5 18:03:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  5 18:03:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4667a66

dev-python/readthedocs-sphinx-ext: Revbump to drop py2

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

 .../readthedocs-sphinx-ext-1.0.1-r1.ebuild | 32 ++
 1 file changed, 32 insertions(+)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
new file mode 100644
index 000..d3de5b22a6c
--- /dev/null
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-1.0.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Code specific for Read the Docs and Sphinx"
+HOMEPAGE="https://github.com/readthedocs/readthedocs-sphinx-ext;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/jinja-2.9[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+PDEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? ( ${PDEPEND} )"
+
+# unittest should be sufficient but tests are very verbose, so pytest's
+# output capture is most welcome
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/find_packages/s:):, exclude=["tests"]):' setup.py || die
+   distutils-r1_src_prepare
+}



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

2020-03-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 17:52:13 2020 +

New tag: 5.4-24




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

2020-03-05 Thread Sergei Trofimovich
commit: 125e593ce3ca408c5e0c7629633e507d6eb85de1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Mar  5 17:51:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar  5 17:51:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125e593c

dev-util/radare2: bump up to 4.3.0

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

 dev-util/radare2/Manifest |  1 +
 dev-util/radare2/radare2-4.3.0.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-util/radare2/Manifest b/dev-util/radare2/Manifest
index 88a60b5c57f..aa091a0f3a0 100644
--- a/dev-util/radare2/Manifest
+++ b/dev-util/radare2/Manifest
@@ -1 +1,2 @@
 DIST radare2-4.2.1.tar.gz 8077107 BLAKE2B 
490b063d7340b60cec1f77577985818c9dec34dd9206ce7d9db29f5d1836d515044e67d143f81fd7f6c58269f6f62f0bd87adcdb7cfb2cca5c0120d98ea29fd3
 SHA512 
aed37f6ff7ae3a25e809e8fbab3ef1c370dba80b7b8ef440a025edfbda23314ce20990b3e89589fe6bee427b2beebabd67a9e1def603e53ca5078bf32bdc4e6c
+DIST radare2-4.3.0.tar.gz 8112940 BLAKE2B 
5e658536878ab27679de7e23a60c34ac4b8009ee2b93a430405bde45aa976c758b8d49800b258b4dd225b4945855d41d19843e3fc22ab42b047abbfa1e524d42
 SHA512 
eb2efed6558e468efbdb2db810446d13f4649f63c5d40c14e2511f731cb7bc1642539b8cbccad45d311860fef4a6da9df56d6e505b117b99e839cd2ca0461ebc

diff --git a/dev-util/radare2/radare2-4.3.0.ebuild 
b/dev-util/radare2/radare2-4.3.0.ebuild
new file mode 100644
index 000..c3c2387a8dc
--- /dev/null
+++ b/dev-util/radare2/radare2-4.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 eutils
+
+DESCRIPTION="unix-like reverse engineering framework and commandline tools"
+HOMEPAGE="http://www.radare.org;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/radareorg/radare2;
+else
+   SRC_URI="https://github.com/radareorg/radare2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ssl libressl"
+
+RDEPEND="
+   dev-libs/capstone:0=
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf \
+   --without-libuv \
+   --with-syscapstone \
+   $(use_with ssl openssl)
+}
+
+src_install() {
+   default
+
+   insinto /usr/share/zsh/site-functions
+   doins doc/zsh/_*
+
+   newbashcomp doc/bash_autocompletion.sh "${PN}"
+   bashcomp_alias "${PN}" rafind2 r2 rabin2 rasm2 radiff2
+
+   # a workaround for unstable $(INSTALL) call, bug #574866
+   local d
+   for d in doc/*; do
+   if [[ -d $d ]]; then
+   rm -rfv "$d" || die "failed to delete '$d'"
+   fi
+   done
+}



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

2020-03-05 Thread Zac Medico
commit: 62b0dc613d7d8eb099231bc4cb7303a0abdaf480
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Mar  5 16:25:45 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Mar  5 16:31:04 2020 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=62b0dc61

AsynchronousTask: schedule start listeners via call_soon (bug 711322)

Schedule start listeners via call_soon, in order to avoid callback races
like the SequentialTaskQueue exit listener race that triggered bug
711322. Callbacks scheduled via call_soon are placed in a fifo queue,
ensuring that they execute in an order that is unsurprising relative to
other callbacks.

Bug: https://bugs.gentoo.org/711322
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/AsynchronousTask.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/_emerge/AsynchronousTask.py b/lib/_emerge/AsynchronousTask.py
index 580eef050..1b450e3b0 100644
--- a/lib/_emerge/AsynchronousTask.py
+++ b/lib/_emerge/AsynchronousTask.py
@@ -167,7 +167,7 @@ class AsynchronousTask(SlotObject):
self._start_listeners = None
 
for f in start_listeners:
-   f(self)
+   self.scheduler.call_soon(f, self)
 
def addExitListener(self, f):
"""



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

2020-03-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 17:12:34 2020 +

New tag: 4.19-107




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

2020-03-05 Thread Lars Wendler
commit: cfaac76098fe1f301605b7b118ccebbe2814b967
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar  5 16:54:36 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar  5 16:54:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfaac760

sys-apps/sg3_utils: Revbump to fix broken lib symlinks

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

 .../sg3_utils/{sg3_utils-1.45.ebuild => sg3_utils-1.45-r1.ebuild}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-apps/sg3_utils/sg3_utils-1.45.ebuild 
b/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild
similarity index 94%
rename from sys-apps/sg3_utils/sg3_utils-1.45.ebuild
rename to sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild
index e26f49ce241..8a91099271b 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.45.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.45-r1.ebuild
@@ -31,13 +31,13 @@ src_install() {
dodoc COVERAGE doc/README examples/*.txt
newdoc scripts/README README.scripts
 
+   find "${ED}" -type f -name "*.la" -delete || die
+
# Better fix for bug 231089; some packages look for sgutils2
local path lib
path="/usr/$(get_libdir)"
-   for lib in "${ED}/"${path}/libsgutils2.*; do
+   for lib in "${ED}/"${path}/libsgutils2{,-${PV}}.*; do
lib=${lib##*/}
dosym "${lib}" "${path}/${lib/libsgutils2/libsgutils}"
done
-
-   find "${ED}" -type f -name "*.la" -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/

2020-03-05 Thread Richard Freeman
commit: d1f2cbc5e0942388f9f269622d48d1ac122bdbcb
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Mar  5 16:36:17 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Mar  5 16:36:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f2cbc5

media-radio/tqsl: bump, EAPI bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/tqsl/Manifest  |  1 +
 media-radio/tqsl/tqsl-2.5.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/media-radio/tqsl/Manifest b/media-radio/tqsl/Manifest
index b9859a9d02a..bd285257134 100644
--- a/media-radio/tqsl/Manifest
+++ b/media-radio/tqsl/Manifest
@@ -1,3 +1,4 @@
 DIST tqsl-2.3.1.tar.gz 2896807 BLAKE2B 
f2937950b5328cfb0a13b87797f40594799e01139d5b307199095b8cdbe6f4532e911fd9661ad3b663d8616d9287d8a359f2fefb4364c6450ba4be2505a89c63
 SHA512 
edaa21b1605bcb38790a66d61e1498a04f41c4f9b3b577908a6e57cd38e1ac2e1724e9c6d5421e0ca4a4ea72d1d5f5d54f08bf5a6c202bf68181ec12f27d4afd
 DIST tqsl-2.4.1.tar.gz 4191260 BLAKE2B 
a70652c12e0704daecbd6d38bddcc386de55242feea9d2905c65dcfa01337c0a2f31ec8596b7cf58b35c77da0f6b79ecf9188bc4f74df51b9e2479361643e3ca
 SHA512 
7b61cf2dc37a3216548e9b82335bae2947be2c2ea4c43860fb4baffd4ce13f5f3d61cd999a293d4baae87835c56d2eb2fcce8a36f17eeba4e18ccab3e5053b60
 DIST tqsl-2.4.3.tar.gz 4194821 BLAKE2B 
6a8af8b396f349cc16ac74694b2d0b4e4a8e9f4fc2ea0850d53ce59980e59b4a89fed352118f020acffa42e502db0762e8d0eee560ec067cf620cfd798f3c23a
 SHA512 
fb5de8eee5d72279d945b7a6f5c495b1d3c4437977c84a548062a1e9ceb657e20fe6df995b5f440077ff02e6e3ab8c28ec9fbe2a447d04f771271105e8ffb356
+DIST tqsl-2.5.1.tar.gz 4462202 BLAKE2B 
f62afe6003b782e5e092fbd99a90a79cc4b020004092f958dad6f7c695d125e31b28b47e7945ccee1fd88c87b290f93145592cac1bd9c52501c34de901f78d74
 SHA512 
7578572f64c269a41f3fa62ebe526baee4ac382fac81549e79d676da5dc4f3dd3d2a4ce31bc741b43a07eaf164a33beeb1987dd61df1a92ede7b762a8df532f3

diff --git a/media-radio/tqsl/tqsl-2.5.1.ebuild 
b/media-radio/tqsl/tqsl-2.5.1.ebuild
new file mode 100644
index 000..a6cbd247c04
--- /dev/null
+++ b/media-radio/tqsl/tqsl-2.5.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils wxwidgets vcs-snapshot
+
+DESCRIPTION="ARRL Logbook of the World"
+HOMEPAGE="http://www.arrl.org/tqsl-download;
+SRC_URI="https://github.com/rich0/trustedqsl-tqsl/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LOTW"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/expat:=
+   dev-libs/openssl:0=
+   net-misc/curl:=
+   sys-libs/db:=
+   sys-libs/zlib:=
+   x11-libs/wxGTK:3.0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS.txt INSTALL README )
+HTML_DOCS=( html )
+
+WX_GTK_VER=3.0
+
+pkg_setup() {
+   setup-wxwidgets
+}



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

2020-03-05 Thread Agostino Sarubbo
commit: 03528652887bc47ea1b21fddb25e4c230e807167
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 16:24:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 16:24:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03528652

sys-kernel/vanilla-sources: Automated version bump to {4.19.108,5.4.24,5.5.8} - 
remove old.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...illa-sources-4.19.107.ebuild => vanilla-sources-4.19.108.ebuild} | 0
 ...{vanilla-sources-5.4.23.ebuild => vanilla-sources-5.4.24.ebuild} | 0
 .../{vanilla-sources-5.5.7.ebuild => vanilla-sources-5.5.8.ebuild}  | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4c26cae58f1..141fa0cff2d 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,8 +7,8 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6
 DIST linux-5.5.tar.xz 110713660 BLAKE2B 
36b990d3650c409652206c319c93c0cf68885334050bc286b479c8b844bc47354547e19eebb58caafb026b96d134f39f0c7ce38b4eebe9da7ea6d1610a1e2af2
 SHA512 
fa74fdabb5e63384a39e54da05b86a9ae9ea16179524b041fbbdffc7177e80b53600ae98d76be127ba216148f9dc55fe07ab20637e22c6d6030cb4aa09eb2f86
 DIST patch-3.16.82.xz 2631700 BLAKE2B 
f65a8f204e7a5089445ec3d717238b4b19fe6b606dfc3e132d1263383c4989befb5f5eaa1ff10902e3e09d95a3650b8f1605978eee64155be968731cc1e08da1
 SHA512 
41fc30e763ac73d596a7dc8c72e7d4f9c3c7f0c86ff1a75238112ba8c8b73e8223887be6a76d4b840f6c6ee911d38e6503795a50480cfc3f8886e7a53ee8b167
 DIST patch-4.14.172.xz 3499536 BLAKE2B 
1be034910a14fc78df5e365a6c6a8669fb590de67fd9e4308a29ecd2196b93899effa143e092f9655017aceb42e371d9de39e08a1f0a39ae97cddc06ac3a3ef1
 SHA512 
fcf0a85e5d55cb669ebacd378ba173ca990cb199ee98c0965a007c4f6857bf3f117cd8d339f4b0009071478eb00a1d0c15aea919469e11d57b392017b928
-DIST patch-4.19.107.xz 2862372 BLAKE2B 
3c9d91d28c1c52593075f850be6ea86044b93c5f4854625c22770fb660148ab59a95ec2a13b4243136e7614bcbd2952281ea2666d8951b00d1492ca66f0e
 SHA512 
869e1e600d802accfd5fcb682b9bd5bfbda36fa14006c367629497bb7932e9cb6c9d0cc569ebf3626151a891c73bfeb8a815c73b55a238a675f4eeb961d3040b
+DIST patch-4.19.108.xz 2876244 BLAKE2B 
683aa82da8084e396169c4b4685f1be2672021dec953d100614b95fb04214f52886f8743156211a50c292cd5a7c71fe6ba39bd77fdaaf8b86de9fec54b35990c
 SHA512 
cb4f128c5522c912b46cafd701180e2a19d798d5501e80c6a092d297e0db60d4c22c17946db44c9ccd11ee0efef804daeb7991f8afc3f8802dbece632ecee425
 DIST patch-4.4.215.xz 3024904 BLAKE2B 
f4e76fc1daa488ff8cc4af0b1591fb0587e9845e0938f7e95cbab34b22e4270a1ed7c3ada45e07077f460b9c1c435b10dc80024ebf9f880c0a0892622d19fd2b
 SHA512 
2d5a04cd34264701119f4425d6cfa98a7497bd14fadb4c02760b3f8cc2df6437b92c79d4ae0696cf99ce629d0ae46c00a1497decca4a99b8f61a7f091964f534
 DIST patch-4.9.215.xz 3367656 BLAKE2B 
7316b3989606f079693beed84f999ec03f83082f8099b3535e622a3324e640722b6f694fc4ec906fe0f1643d5139241ae91424ab97cb7d855263e9b3df8c01b4
 SHA512 
60a2e0369cd8eede4f7d284afc101950ae1f5ab8e015736c8eb9384a25e844a271b305f96702c3cf07184edf7cb9a4b576fc4aa3f962ab5fd8013aaa0218f69d
-DIST patch-5.4.23.xz 914736 BLAKE2B 
ec42d7e597ff43cadd0b0c89a7c03084dd9332aec28cecfac331202835962450999ea90a9d9ef64956aa66a49449c8c0f0218b3592019cb70d8200d441469de6
 SHA512 
80ef478ec513eb5c6a6d322651af3d569607c2bbf4edaf2b01296963c32f0a5aae54bce160611bfce9858bcaa5eda9fb483f8aab8f9120d4c9ef8d6cc1cf1395
-DIST patch-5.5.7.xz 389720 BLAKE2B 
7b3002dd018f131315078dca2f3cc59222b840f8363735544d2618351b31b828d488c5f29bf10ea5e23b4d9dc74fd81ea0dbb6144ffae9867529fc99773b78e4
 SHA512 
4c06199f301f6bab9555eec1b1b7bb5bbe3cb6400a74280bcd1ea6548148d92730bb194447164a3d956ccc91081a238768e2bf99dfd44e77edc904ef7391
+DIST patch-5.4.24.xz 968056 BLAKE2B 
ed74c9e48f8bfac0030580bd7556bda705e366176c402b8ee91a0080aea3caafc8fc1534f6590c36a9b78005a59214b918462c27099b1e70b03c84b992237f5d
 SHA512 
2036ddc1738f8d3fd0356fc2d0bf00646a882cbab7dcfbad6a8e3a4968de02a0613d9b513b45c4fd87210627405534a4af5711e3caa8bc5ebee574dc3235e133
+DIST patch-5.5.8.xz 445416 BLAKE2B 
525de1419a285b9f319e8495f704f94b8ccc32781a9969221a232536e5c0dab0b8f83a12712a87b3420410e28aea55dd28218482c50af189b5b557dc403566db
 SHA512 
8daaea68d2eaa51966bae5de14c253daf6ae6dd65cf0541e2f94459df99031d3d4355f436d182b2b9cea5fbfee3c053ac2bc91030dfa23a9f4575996528fd508

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

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.23.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.24.ebuild
similarity index 100%
rename from 

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

2020-03-05 Thread Mike Pagano
commit: 836621b120225f053a815f0660ead626b1a5ebb4
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Mar  5 16:23:07 2020 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Mar  5 16:23:07 2020 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=836621b1

Linux patch 4.19.108

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

 _README   |4 +
 1107_linux-4.19.108.patch | 2999 +
 2 files changed, 3003 insertions(+)

diff --git a/_README b/_README
index 7d48aad..65259b7 100644
--- a/_README
+++ b/_README
@@ -467,6 +467,10 @@ Patch:  1106_linux-4.19.107.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.107
 
+Patch:  1107_linux-4.19.108.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.108
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1107_linux-4.19.108.patch b/1107_linux-4.19.108.patch
new file mode 100644
index 000..f4ed81e
--- /dev/null
+++ b/1107_linux-4.19.108.patch
@@ -0,0 +1,2999 @@
+diff --git a/Documentation/networking/nf_flowtable.txt 
b/Documentation/networking/nf_flowtable.txt
+index 54128c50d508..b01c91893481 100644
+--- a/Documentation/networking/nf_flowtable.txt
 b/Documentation/networking/nf_flowtable.txt
+@@ -76,7 +76,7 @@ flowtable and add one rule to your forward chain.
+ 
+ table inet x {
+   flowtable f {
+-  hook ingress priority 0 devices = { eth0, eth1 };
++  hook ingress priority 0; devices = { eth0, eth1 };
+   }
+ chain y {
+ type filter hook forward priority 0; policy accept;
+diff --git a/Makefile b/Makefile
+index 69e2527a6968..313f0c8dd66f 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 107
++SUBLEVEL = 108
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/arm/boot/dts/stihxxx-b2120.dtsi 
b/arch/arm/boot/dts/stihxxx-b2120.dtsi
+index 4dedfcb0fcb3..ac42d3c6bda0 100644
+--- a/arch/arm/boot/dts/stihxxx-b2120.dtsi
 b/arch/arm/boot/dts/stihxxx-b2120.dtsi
+@@ -45,7 +45,7 @@
+   /* DAC */
+   format = "i2s";
+   mclk-fs = <256>;
+-  frame-inversion = <1>;
++  frame-inversion;
+   cpu {
+   sound-dai = <_uni_player2>;
+   };
+diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
+index 0bef238d2c0c..0d5f9c8f5bda 100644
+--- a/arch/mips/kernel/vpe.c
 b/arch/mips/kernel/vpe.c
+@@ -134,7 +134,7 @@ void release_vpe(struct vpe *v)
+ {
+   list_del(>list);
+   if (v->load_addr)
+-  release_progmem(v);
++  release_progmem(v->load_addr);
+   kfree(v);
+ }
+ 
+diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
+index 0219693bf08e..3f0565e1a7a8 100644
+--- a/arch/x86/kvm/svm.c
 b/arch/x86/kvm/svm.c
+@@ -1298,6 +1298,47 @@ static void shrink_ple_window(struct kvm_vcpu *vcpu)
+   control->pause_filter_count, old);
+ }
+ 
++/*
++ * The default MMIO mask is a single bit (excluding the present bit),
++ * which could conflict with the memory encryption bit. Check for
++ * memory encryption support and override the default MMIO mask if
++ * memory encryption is enabled.
++ */
++static __init void svm_adjust_mmio_mask(void)
++{
++  unsigned int enc_bit, mask_bit;
++  u64 msr, mask;
++
++  /* If there is no memory encryption support, use existing mask */
++  if (cpuid_eax(0x8000) < 0x801f)
++  return;
++
++  /* If memory encryption is not enabled, use existing mask */
++  rdmsrl(MSR_K8_SYSCFG, msr);
++  if (!(msr & MSR_K8_SYSCFG_MEM_ENCRYPT))
++  return;
++
++  enc_bit = cpuid_ebx(0x801f) & 0x3f;
++  mask_bit = boot_cpu_data.x86_phys_bits;
++
++  /* Increment the mask bit if it is the same as the encryption bit */
++  if (enc_bit == mask_bit)
++  mask_bit++;
++
++  /*
++   * If the mask bit location is below 52, then some bits above the
++   * physical addressing limit will always be reserved, so use the
++   * rsvd_bits() function to generate the mask. This mask, along with
++   * the present bit, will be used to generate a page fault with
++   * PFER.RSV = 1.
++   *
++   * If the mask bit location is 52 (or above), then clear the mask.
++   */
++  mask = (mask_bit < 52) ? rsvd_bits(mask_bit, 51) | PT_PRESENT_MASK : 0;
++
++  kvm_mmu_set_mmio_spte_mask(mask, PT_WRITABLE_MASK | PT_USER_MASK);
++}
++
+ static __init int svm_hardware_setup(void)
+ {
+   int cpu;
+@@ -1352,6 +1393,8 @@ static __init int svm_hardware_setup(void)
+   }
+   }
+ 

[gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/

2020-03-05 Thread Michał Górny
commit: 41883a1f37f5a3f19e826b51bf235356183fbb68
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  5 15:46:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  5 16:21:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41883a1f

app-pda/libplist: Silence pymighelper false positive

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

 app-pda/libplist/libplist-2.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-pda/libplist/libplist-2.0.0.ebuild 
b/app-pda/libplist/libplist-2.0.0.ebuild
index 37e0c7cd5e8..c1aa521a377 100644
--- a/app-pda/libplist/libplist-2.0.0.ebuild
+++ b/app-pda/libplist/libplist-2.0.0.ebuild
@@ -43,7 +43,8 @@ src_configure() {
}
 
do_configure_python() {
-   PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
+   local -x PYTHON_LDFLAGS="$(python_get_LIBS)"
+   do_configure "$@"
}
 
do_configure --without-cython



[gentoo-commits] repo/gentoo:master commit in: app-pda/libimobiledevice/

2020-03-05 Thread Michał Górny
commit: 1485d085ffd975c913420d977e7330051bad72a8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  5 15:46:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  5 16:21:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1485d085

app-pda/libimobiledevice: Silence pymighelper false positive

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

 app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild 
b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
index 47a55492326..6b1c60b021b 100644
--- a/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
+++ b/app-pda/libimobiledevice/libimobiledevice-1.2.0-r1.ebuild
@@ -71,7 +71,8 @@ src_configure() {
 
do_configure_python() {
# Bug 567916
-   PYTHON_LDFLAGS="$(python_get_LIBS)" do_configure "$@"
+   local -x PYTHON_LDFLAGS="$(python_get_LIBS)"
+   do_configure "$@"
}
 
do_configure --without-cython



[gentoo-commits] repo/gentoo:master commit in: media-radio/flamp/

2020-03-05 Thread Richard Freeman
commit: ad0bd192a2189549eafdf43a339f293a5a2b65ea
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Mar  5 16:05:11 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Mar  5 16:05:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0bd192

media-radio/flamp: bump, EAPI bump

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/flamp/Manifest|  1 +
 media-radio/flamp/flamp-2.2.05.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/media-radio/flamp/Manifest b/media-radio/flamp/Manifest
index 41daf11916f..e40fe85edd9 100644
--- a/media-radio/flamp/Manifest
+++ b/media-radio/flamp/Manifest
@@ -1 +1,2 @@
 DIST flamp-2.2.03.tar.gz 518242 BLAKE2B 
831fa1dc00976b7e627c0d36d594aab3c3668ae38153d3e76f1cc8460dddb7064882f6c8eb69b1fecf9abae75848acb235a1023cd6d8ba9d5c7c6731718ea907
 SHA512 
f5675d0703bbdc59897341e44bc3c558c6e24473d6b5b8750f3242884bfe978ef8ff276e375f50115c5ce01ef0531704d2704e39c89a415e3830cd205fc4667e
+DIST flamp-2.2.05.tar.gz 518900 BLAKE2B 
1cdc2989d2b8bc2a513b4152bd3c3bc9a19bf5c3c8ede49e661688b9bbc093ba3d619873f6729b66b9747a00c2bfb1860a664164be39c20281b2bf34398db57b
 SHA512 
cbd8eb9a39502d9eca99bc35c08a439816e247ad3929905831ed757c4baf034d1b024cf27d48581ce61bc4f488359f91628911920ebf3f990de47c199c386634

diff --git a/media-radio/flamp/flamp-2.2.05.ebuild 
b/media-radio/flamp/flamp-2.2.05.ebuild
new file mode 100644
index 000..c4559c75c76
--- /dev/null
+++ b/media-radio/flamp/flamp-2.2.05.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Fldigi helper for transferring files"
+HOMEPAGE="http://www.w1hkj.com;
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-radio/fldigi
+x11-libs/fltk:=
+x11-libs/libX11:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog INSTALL README )



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

2020-03-05 Thread Mike Gilbert
commit: 55d45b9d921803f7be6cf6db19089e59bcc55b22
Author: Stephan Hartmann  googlemail  com>
AuthorDate: Thu Mar  5 13:45:26 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  5 16:01:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d45b9d

www-client/chromium: stable channel bump to 80.0.3987.132

Bug: https://bugs.gentoo.org/711570
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Stephan Hartmann  googlemail.com>
Signed-off-by: Mike Gilbert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14840

 www-client/chromium/Manifest  |   1 +
 www-client/chromium/chromium-80.0.3987.132.ebuild | 738 ++
 2 files changed, 739 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 39a34894c33..aa1c19a2547 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,3 +1,4 @@
 DIST chromium-80.0.3987.122.tar.xz 801340492 BLAKE2B 
3f3015346120735c0d04268606fd61ddf57d63e042efe77d7e701fdc9609038a06cbc9380c6d90cb7324dc1679e62c86d971f36bd66f676bd2b16bc4c391bd0f
 SHA512 
3a022c55f5745f2cfb7e28efb113f78ff686da638cd02f0585ef1ae8620f81ece864bc27b4e0a88daf3f409ff565a9b80b8859d1fd7d62c8b1d26cb8b311acc5
+DIST chromium-80.0.3987.132.tar.xz 796975056 BLAKE2B 
0da35d3218f4f44c15f05693336a034876764ef228f173cd00cedc045ebc06972416779a39458863b47a1863ab8f21b5d2dc11c6ed33ee81649cd0316bf31524
 SHA512 
10bf0d1efdf2ead9e94de90971ec135f5370f8c949acfd75ca953aed706510cc3a1464f1ff3c40275921bb24953d8ce65d095e38cb0d56488ccc2c7fa27516d4
 DIST chromium-81.0.4044.34.tar.xz 791437908 BLAKE2B 
ca7f71e3e6b8982fa65fa812ce5856902b9dcf0d472b07d7fc9c9afd686348f893259413e5aacf67ad898d2e15d167b403613ae62573264fcd28e40db1460e30
 SHA512 
9ed2fa58799d038791ad7b705a60b2add0ff5d0c8200f29c51380f87fabd15a024f9d480d18bdc9026ff2807bb054c7a81e2f06a3e4b7776b2a86a8d4dec
 DIST chromium-82.0.4068.4.tar.xz 803352676 BLAKE2B 
64356b7c840d6ba955d2b7aced1faf85e05f19c9c0b39e8bf86529b86bba2e162404820f5710e9962c4d5e1325086becc3aebb0fdc2683b06231a2a0e8d7a6ae
 SHA512 
ceb3b50ad4b38e969cf27c386d696665d773e73c000a1cd1ee158bbff86ae94b09a5fbe128547ed496e258ce8bfaf9bbf28b0d229254400c86afbe49fc7e8d8b

diff --git a/www-client/chromium/chromium-80.0.3987.132.ebuild 
b/www-client/chromium/chromium-80.0.3987.132.ebuild
new file mode 100644
index 000..008f6402479
--- /dev/null
+++ b/www-client/chromium/chromium-80.0.3987.132.ebuild
@@ -0,0 +1,738 @@
+# Copyright 2009-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 desktop flag-o-matic multilib ninja-utils 
pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+closure-compile component-build cups cpu_flags_arm_neon gnome-keyring 
+hangouts kerberos pic +proprietary-codecs pulseaudio selinux +suid 
+system-ffmpeg +system-icu +system-libvpx +tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+REQUIRED_USE="component-build? ( !suid )"
+
+COMMON_DEPEND="
+   >=app-accessibility/at-spi2-atk-2.26:2
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/atk-2.26
+   dev-libs/expat:=
+   dev-libs/glib:2
+   system-icu? ( >=dev-libs/icu-65:= )
+   >=dev-libs/libxml2-2.9.4-r3:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.26:=
+   >=dev-libs/re2-0.2019.08.01:=
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   >=media-libs/harfbuzz-2.4.0:0=[icu(-)]
+   media-libs/libjpeg-turbo:=
+   media-libs/libpng:=
+   system-libvpx? ( media-libs/libvpx:=[postproc,svc] )
+   >=media-libs/openh264-1.6.0:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   system-ffmpeg? (
+   >=media-video/ffmpeg-4:=
+   || (
+   media-video/ffmpeg[-samba]
+   >=net-fs/samba-4.5.10-r1[-debug(-)]
+   )
+   >=media-libs/opus-1.3.1:=
+   )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   virtual/udev
+   x11-libs/cairo:=
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11:=
+   x11-libs/libXcomposite:=
+   x11-libs/libXcursor:=
+   x11-libs/libXdamage:=
+   x11-libs/libXext:=
+   

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

2020-03-05 Thread Mike Gilbert
commit: 13a5885ecf8d9f3129d3c84346fc4fd90719b3c5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar  5 15:58:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  5 15:59:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a5885e

sys-apps/kmod: call python_optimize

Closes: https://bugs.gentoo.org/711602
Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/kmod/{kmod-26-r3.ebuild => kmod-26-r4.ebuild} | 1 +
 sys-apps/kmod/{kmod-27.ebuild => kmod-27-r1.ebuild}| 1 +
 sys-apps/kmod/kmod-.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/sys-apps/kmod/kmod-26-r3.ebuild b/sys-apps/kmod/kmod-26-r4.ebuild
similarity index 99%
rename from sys-apps/kmod/kmod-26-r3.ebuild
rename to sys-apps/kmod/kmod-26-r4.ebuild
index 11caee768c3..a3805406d20 100644
--- a/sys-apps/kmod/kmod-26-r3.ebuild
+++ b/sys-apps/kmod/kmod-26-r4.ebuild
@@ -142,6 +142,7 @@ src_install() {
VPATH="${native_builddir}:${S}" \
install-pkgpyexecLTLIBRARIES \
install-dist_pkgpyexecPYTHON
+   #python_optimize
}
 
python_foreach_impl python_install

diff --git a/sys-apps/kmod/kmod-27.ebuild b/sys-apps/kmod/kmod-27-r1.ebuild
similarity index 99%
rename from sys-apps/kmod/kmod-27.ebuild
rename to sys-apps/kmod/kmod-27-r1.ebuild
index e0a5eee807d..f7ff20bf0db 100644
--- a/sys-apps/kmod/kmod-27.ebuild
+++ b/sys-apps/kmod/kmod-27-r1.ebuild
@@ -144,6 +144,7 @@ src_install() {
VPATH="${native_builddir}:${S}" \
install-pkgpyexecLTLIBRARIES \
install-dist_pkgpyexecPYTHON
+   python_optimize
}
 
python_foreach_impl python_install

diff --git a/sys-apps/kmod/kmod-.ebuild b/sys-apps/kmod/kmod-.ebuild
index e0a5eee807d..f7ff20bf0db 100644
--- a/sys-apps/kmod/kmod-.ebuild
+++ b/sys-apps/kmod/kmod-.ebuild
@@ -144,6 +144,7 @@ src_install() {
VPATH="${native_builddir}:${S}" \
install-pkgpyexecLTLIBRARIES \
install-dist_pkgpyexecPYTHON
+   python_optimize
}
 
python_foreach_impl python_install



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

2020-03-05 Thread Mike Gilbert
commit: 7293bf944137112097f78ac0866ff11f71325f79
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar  5 15:59:44 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar  5 16:00:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7293bf94

sys-apps/kmod: remove old

Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/kmod/Manifest   |   1 -
 sys-apps/kmod/kmod-25.ebuild | 191 ---
 2 files changed, 192 deletions(-)

diff --git a/sys-apps/kmod/Manifest b/sys-apps/kmod/Manifest
index c32d51e4790..d62d2b683b0 100644
--- a/sys-apps/kmod/Manifest
+++ b/sys-apps/kmod/Manifest
@@ -1,3 +1,2 @@
-DIST kmod-25.tar.xz 545416 BLAKE2B 
2ad428f70630a1ef509be888a9ebc45f164695365f0f722f5e7793e96b60c035040b4d9a27f926361cea6d665310fc6cc5599ff4aefeda0fae8571c6510a25a7
 SHA512 
d579cd0cea24a06362a74927b7a3c777e9e01c990306e1032e4781cd441ffe435c70f2c2c4f6ae39eb1d857e622746411d5824d0c0d8bb79f91dc9fa51956252
 DIST kmod-26.tar.xz 552032 BLAKE2B 
3e596d06b48599bf4919346475a036b058fb18a7b19d39953e24fa943b95fdbe34a29a5062f6b4fe3510e667ae873d3b9ae03b72350fa85ddbb40ca6a7730b34
 SHA512 
3ca276c6fc13c2dd2220ec528b8dc4ab4edee5d2b22e16b6f945c552e51f74342c01c33a53740e6af8c893d42bd4d6f629cd8fa6e15ef8bd8da30cb003ef0865
 DIST kmod-27.tar.xz 548924 BLAKE2B 
9f12bf5792d4c867e28e0776c279369c063e84269212e3f699ae6e5e69b8b2b466b5033e43e17ac64d6101592edcf3c34881916afb6ae676b49dc8838dfe1396
 SHA512 
e0513094935333fca1fb4c3e3493b232507a579ab00a6457cc9ed3e928363d05aad80634fb65a8287a336bf9895194c7be8ddc41bb088a6c2cca44fc1bfbdb6c

diff --git a/sys-apps/kmod/kmod-25.ebuild b/sys-apps/kmod/kmod-25.ebuild
deleted file mode 100644
index ca101dc3423..000
--- a/sys-apps/kmod/kmod-25.ebuild
+++ /dev/null
@@ -1,191 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit bash-completion-r1 ltprune multilib python-r1
-
-if [[ ${PV} == * ]]; then
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git;
-   inherit autotools git-r3
-else
-   SRC_URI="https://www.kernel.org/pub/linux/utils/kernel/kmod/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
-   inherit libtool
-fi
-
-DESCRIPTION="library and tools for managing linux kernel modules"
-HOMEPAGE="https://git.kernel.org/?p=utils/kernel/kmod/kmod.git;
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="debug doc lzma python static-libs +tools zlib"
-
-# Upstream does not support running the test suite with custom configure flags.
-# I was also told that the test suite is intended for kmod developers.
-# So we have to restrict it.
-# See bug #408915.
-RESTRICT="test"
-
-# Block systemd below 217 for 
-static-nodes-indicate-that-creation-of-static-nodes-.patch
-RDEPEND="!sys-apps/module-init-tools
-   !sys-apps/modutils
-   !=app-arch/xz-utils-5.0.4-r1 )
-   python? ( ${PYTHON_DEPS} )
-   zlib? ( >=sys-libs/zlib-1.2.6 )" #427130
-DEPEND="${RDEPEND}
-   doc? ( dev-util/gtk-doc )
-   lzma? ( virtual/pkgconfig )
-   python? (
-   dev-python/cython[${PYTHON_USEDEP}]
-   virtual/pkgconfig
-   )
-   zlib? ( virtual/pkgconfig )"
-if [[ ${PV} == * ]]; then
-   DEPEND="${DEPEND}
-   dev-libs/libxslt"
-fi
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-DOCS="NEWS README TODO"
-
-src_prepare() {
-   default
-
-   if [ ! -e configure ]; then
-   if use doc; then
-   gtkdocize --copy --docdir libkmod/docs || die
-   else
-   touch libkmod/docs/gtk-doc.make
-   fi
-   eautoreconf
-   else
-   elibtoolize
-   fi
-
-   # Restore possibility of running --enable-static wrt #472608
-   sed -i \
-   -e '/--enable-static is not supported by 
kmod/s:as_fn_error:echo:' \
-   configure || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --bindir="${EPREFIX}/bin"
-   --enable-shared
-   --with-bashcompletiondir="$(get_bashcompdir)"
-   --with-rootlibdir="${EPREFIX}/$(get_libdir)"
-   $(use_enable debug)
-   $(use_enable doc gtk-doc)
-   $(use_enable static-libs static)
-   $(use_enable tools)
-   $(use_with lzma xz)
-   $(use_with zlib)
-   )
-
-   local ECONF_SOURCE="${S}"
-
-   kmod_configure() {
-   mkdir -p "${BUILD_DIR}" || die
-   run_in_build_dir econf "${myeconfargs[@]}" "$@"
-   }
-
-   BUILD_DIR="${WORKDIR}/build"
-   kmod_configure --disable-python
-
-   if use python; then
-   python_foreach_impl kmod_configure --enable-python
-   fi
-}
-

[gentoo-commits] repo/gentoo:master commit in: media-radio/flmsg/

2020-03-05 Thread Richard Freeman
commit: 232211d32f211da0b2bd172bca2c97ba1f1791ab
Author: Richard Freeman  gentoo  org>
AuthorDate: Thu Mar  5 15:58:25 2020 +
Commit: Richard Freeman  gentoo  org>
CommitDate: Thu Mar  5 15:58:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232211d3

media-radio/flmsg: bump ver and EAPI

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Richard Freeman  gentoo.org>

 media-radio/flmsg/Manifest|  1 +
 media-radio/flmsg/flmsg-4.0.14.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/media-radio/flmsg/Manifest b/media-radio/flmsg/Manifest
index 3898f28eae9..ac37cef097d 100644
--- a/media-radio/flmsg/Manifest
+++ b/media-radio/flmsg/Manifest
@@ -1 +1,2 @@
+DIST flmsg-4.0.14.tar.gz 874399 BLAKE2B 
8daa939a1ddc52d0469ba23908a51ac3e873c93daeadea6d1b6fcd7136850db63719eb0409001a6de6c49cd71ed1be3392e17d7a128a58784185b2b8c6bb6d3c
 SHA512 
367c881007a393c3aa6d9f4bc760717caed1681bd4479b8d7b54246c90bdaf023d60cbde92c538059fcf275ea09bbc47e49052dab3608c5e7d43830f9e573a85
 DIST flmsg-4.0.3.tar.gz 898185 BLAKE2B 
7a1b80a07b2eaa4d094ff956102bb659cffc9ad88e3a2daf5650805c9995a54383d1f296b1b0dbaca341e8087eacccf71943a3745b1bb75c8fd2a5f4d8cee227
 SHA512 
afc4e8ab40d05e6cdc6ecd86b1b3348be46a8251dbd88635316fbbf4592f9959022d0f757b9283849676fa6a4467d035568302e785017b55bafdcd99f2a2d326

diff --git a/media-radio/flmsg/flmsg-4.0.14.ebuild 
b/media-radio/flmsg/flmsg-4.0.14.ebuild
new file mode 100644
index 000..7f3d7374a13
--- /dev/null
+++ b/media-radio/flmsg/flmsg-4.0.14.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="Fldigi helper for creating radiograms"
+HOMEPAGE="http://www.w1hkj.com;
+SRC_URI="mirror://sourceforge/fldigi/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-radio/fldigi
+x11-libs/fltk:=
+x11-libs/libX11:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog INSTALL README )



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

2020-03-05 Thread Lars Wendler
commit: 2180ffa48566c9ba6d6a5018e487e79fede3e638
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar  5 15:25:44 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar  5 15:25:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2180ffa4

sys-apps/coreutils: Drop dev-python/pyinotify dependency

Thanks-to: Jason Chan  gmail.com>
Closes: https://bugs.gentoo.org/710394
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/coreutils/coreutils-8.31-r1.ebuild | 5 -
 sys-apps/coreutils/coreutils-8.32.ebuild| 7 +--
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/sys-apps/coreutils/coreutils-8.31-r1.ebuild 
b/sys-apps/coreutils/coreutils-8.31-r1.ebuild
index 60949e9d236..9b764fe8181 100644
--- a/sys-apps/coreutils/coreutils-8.31-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-8.31-r1.ebuild
@@ -35,7 +35,6 @@ DEPEND="${RDEPEND}
dev-perl/Expect
dev-util/strace
${PYTHON_DEPS}
-   $(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
)"
 RDEPEND+="
hostname? ( !sys-apps/net-tools[hostname] )
@@ -52,10 +51,6 @@ RDEPEND+="
!

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

2020-03-05 Thread Lars Wendler
commit: e7358bb1215addd86f2890f26d457a03c29435e6
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu Mar  5 15:21:43 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu Mar  5 15:21:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7358bb1

sys-apps/coreutils: Bump to version 8.32

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

 sys-apps/coreutils/Manifest  |   1 +
 sys-apps/coreutils/coreutils-8.32.ebuild | 198 +++
 2 files changed, 199 insertions(+)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 9e4b4c1d5cd..587b6b33bc9 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -1,3 +1,4 @@
 DIST coreutils-8.30-patches-01.tar.xz 5788 BLAKE2B 
a41511ce39ac570cb14b7f12d125eebef92217469a9490808719fa0665f5e5c0adb96fbd02c4bac4d280d1502295669575790a81dbc01afe2ca3a9d384cbefb0
 SHA512 
b1e1933637de4581d5f8c6ede4e80a012435d13f0cf5550a76ab5bbe9441e3c15ce19ef3f78a7ea3b8368d5e9a3bb17c1207c471d26171b59786f38adeba0454
 DIST coreutils-8.30.tar.xz 5359532 BLAKE2B 
b66ccd112a6c2c8b90e58ff1c3371e7f5827937035769329885e5bdae197466189f3715720b8f8cf0b5047fe16d6c86984dcee994117c2d3c7b8dbd597027255
 SHA512 
25bc132c0d89ce71c33e417f04649c9fcfce6c5ef8b19f093b2e9e2851bfde9b5a31e20499d9c427332228ba54b88d445ddb445551e1944bb8f5cbff5ffa4eda
 DIST coreutils-8.31.tar.xz 5410140 BLAKE2B 
e3ae6be8edbe9df9164b4c9ac8bf14dc23b147fa665f20669e18ac4c6e45ba839dc0dc99e05670eb006d22133475a4a717a5f40b00ebaedfd6e1fbab887674d5
 SHA512 
ef8941dae845bbf5ae5838bc49e44554a766302930601aada6fa594e8088f0fbad74e481ee392ff89633e68b99e4da3f761fcb5d31ee3b233d540fe2a2d4e1af
+DIST coreutils-8.32.tar.xz 5547836 BLAKE2B 
0ad99c176c19ec214fcfd0845523e5362f0151827707c759bd46c0fe8d2501c6ad1c29c5b71266f6525857bc0d56c472db0d7fe29953b6c65e2e6c76bdf3c515
 SHA512 
1c8f3584efd61b4b02e7ac5db8e103b63cfb2063432caaf1e64cb2dcc56d8c657d1133bbf10bd41468d6a1f31142e6caa81d16ae68fa3e6e84075c253613a145

diff --git a/sys-apps/coreutils/coreutils-8.32.ebuild 
b/sys-apps/coreutils/coreutils-8.32.ebuild
new file mode 100644
index 000..e398ba4307c
--- /dev/null
+++ b/sys-apps/coreutils/coreutils-8.32.ebuild
@@ -0,0 +1,198 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit eutils flag-o-matic python-any-r1 toolchain-funcs
+
+PATCH="${PN}-8.30-patches-01"
+DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
+HOMEPAGE="https://www.gnu.org/software/coreutils/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
+   mirror://gentoo/${PATCH}.tar.xz
+   https://dev.gentoo.org/~polynomial-c/dist/${PATCH}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~x86-linux"
+IUSE="acl caps gmp hostname kill multicall nls selinux +split-usr static test 
vanilla xattr"
+RESTRICT="!test? ( test )"
+
+LIB_DEPEND="acl? ( sys-apps/acl[static-libs] )
+   caps? ( sys-libs/libcap )
+   gmp? ( dev-libs/gmp:=[static-libs] )
+   xattr? ( sys-apps/attr[static-libs] )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )
+   selinux? ( sys-libs/libselinux )
+   nls? ( virtual/libintl )"
+DEPEND="
+   ${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+"
+BDEPEND="
+   app-arch/xz-utils
+   test? (
+   dev-lang/perl
+   dev-perl/Expect
+   dev-util/strace
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep 'dev-python/pyinotify[${PYTHON_USEDEP}]')
+   )
+"
+RDEPEND+="
+   hostname? ( !sys-apps/net-tools[hostname] )
+   kill? (
+   !sys-apps/util-linux[kill]
+   !sys-process/procps[kill]
+   )
+   !app-misc/realpath
+   !https://bugs.gentoo.org/;
+   --enable-install-program="arch,$(usev hostname),$(usev kill)"
+   --enable-no-install-program="groups,$(usev !hostname),$(usev 
!kill),su,uptime"
+   --enable-largefile
+   $(usex caps '' --disable-libcap)
+   $(use_enable nls)
+   $(use_enable acl)
+   $(use_enable multicall single-binary)
+   $(use_enable xattr)
+   $(use_with gmp)
+   )
+   if tc-is-cross-compiler && [[ ${CHOST} == *linux* ]] ; then
+   export fu_cv_sys_stat_statfs2_bsize=yes #311569
+   export gl_cv_func_realpath_works=yes #416629
+   fi
+
+   export gl_cv_func_mknod_works=yes #409919
+   use static && append-ldflags -static && sed -i '/elf_sys=yes/s:yes:no:' 
configure #321821
+   use selinux || export 
ac_cv_{header_selinux_{context,flash,selinux}_h,search_setfilecon}=no #301782
+   # kill/uptime - procps
+   # groups/su   - shadow
+   # hostname- net-tools
+   econf "${myconf[@]}"
+}
+

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

2020-03-05 Thread Thomas Deutschmann
commit: 5365e5b99d6d05d933913213aa7bb75491dad2bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar  5 15:13:43 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar  5 15:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5365e5b9

sys-kernel/genkernel: bump to v4.0.4

- Bump coreutils to v8.32

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

 sys-kernel/genkernel/Manifest | 4 ++--
 .../genkernel/{genkernel-4.0.3.ebuild => genkernel-4.0.4.ebuild}  | 2 +-
 sys-kernel/genkernel/genkernel-.ebuild| 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 17a22b03518..a2bff8349a0 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -7,7 +7,7 @@ DIST busybox-1.20.2.tar.bz2 2186738 BLAKE2B 
3efa01ee81a9f3af0ccbcf28b1a24e817a28
 DIST busybox-1.26.0.tar.bz2 2143958 BLAKE2B 
3a4a227a4308d9d5e00c00fc5e90ee9a1d6345574bdb571cd8b4adab63dcdad3ff7edf30154bb8f8f31a3a658c85641af0f7875d4d533d56bb7c79f28980ebe6
 SHA512 
9e38c2f4c5ddb6c3a184170b5526c1a78cf53a575ed359fb18c407976cab9788fa95a26ca2d4e5c32e1d639890944d98e118149ee1402b18fe085b0baf0186d3
 DIST busybox-1.27.2.tar.bz2 2216527 BLAKE2B 
77b8fa325b9ba691c0ac944537efdf5d87011b1a87c1c244588136f78055be9f2a71c77eea5edf1d20cfe50e59b15527511b14160930c946ed4e82c9608cb991
 SHA512 
d99e86b652562ebe1a5d50e1ba3877a1d1612997c17cb8d8e4212da181211a9b741a881cb051f14cb3ee8aea40226cf2cde80a076baed265d3bc0a4e96a5031c
 DIST busybox-1.31.1.tar.bz2 2430221 BLAKE2B 
95c2345bc715eb7a1f08816a40add9b7a6176ef509a84069343ec2caddec58d8d57a07676ca2b03c209734169321433e27ba963b4c8b98dbfda4e409dcc347b4
 SHA512 
0d1197c25d963d7f95ef21e08c06c0d6124ac7b59c99989e891f744ffee4878a3b1fe44a247241a9da39fa5de0ba87f1b6d862401b591f277e66e89c02764bbf
-DIST coreutils-8.31.tar.xz 5410140 BLAKE2B 
e3ae6be8edbe9df9164b4c9ac8bf14dc23b147fa665f20669e18ac4c6e45ba839dc0dc99e05670eb006d22133475a4a717a5f40b00ebaedfd6e1fbab887674d5
 SHA512 
ef8941dae845bbf5ae5838bc49e44554a766302930601aada6fa594e8088f0fbad74e481ee392ff89633e68b99e4da3f761fcb5d31ee3b233d540fe2a2d4e1af
+DIST coreutils-8.32.tar.xz 5547836 BLAKE2B 
0ad99c176c19ec214fcfd0845523e5362f0151827707c759bd46c0fe8d2501c6ad1c29c5b71266f6525857bc0d56c472db0d7fe29953b6c65e2e6c76bdf3c515
 SHA512 
1c8f3584efd61b4b02e7ac5db8e103b63cfb2063432caaf1e64cb2dcc56d8c657d1133bbf10bd41468d6a1f31142e6caa81d16ae68fa3e6e84075c253613a145
 DIST cryptsetup-2.2.2.tar.xz 10808684 BLAKE2B 
d8d864d9ec2a5d646706d3ba003a21aa83d2373ca7afed5663c5167172116ea9342704483559f49c06979cbe0f6ac5670f4e9baae88ab908423b793043ba4a68
 SHA512 
d04123a622438ecbee28145cbdc71886b6f13db87df1c67522bff6e6e3cba817e895e2d085bdb08c78f9cafba557b1203177811a0c316ccd9b7c19939f3fc851
 DIST cryptsetup-2.3.0.tar.xz 11035660 BLAKE2B 
0fff903cdb07d91183bbd35afb660aad42d31188a80d0ef6294c40082b39fdcde25da4fe1bf679ebe308133fc63051876ce813a2ef3a557f63b574d6f6f49d8c
 SHA512 
d4af8edb7a50603028c6c6999ae7a1851d2232ee11d4a501270afb424f0a7dc82893a6a5d30d3a3188634aa80ec1a79f22a91b539910df10d07f8d9ae532cb08
 DIST dmraid-1.0.0.rc16-3.tar.bz2 232743 BLAKE2B 
290c5bb7f1b12ac48627d8afcc346327b2fcce31b1015d5974c956d94f607b297e383158cd8741f03a770cdeb3f42c3e6341ebfcbc2220e122d89c2603eee512
 SHA512 
7c45e5117adc52fc2094b1b2bad4f4c518a46317a2196611966d72085ba3587c4ac8d1080f9d934888c01788f2b2d3d621c6f0d3e2a023c0fb1f9f3fa7fc127e
@@ -29,7 +29,7 @@ DIST genkernel-3.5.2.5.tar.xz 318652 BLAKE2B 
9b0e1b07f61b54edc1d263cc679b36d7e90
 DIST genkernel-3.5.3.2.tar.xz 320644 BLAKE2B 
14eaf05aab02287c3dbb98f1a596e73bcbea39ceb2c8e44c5bdbb77b656958cee666f4353a2401bad531c2a7a98ee11b2531b251c19edc86db517cf3cc2869ec
 SHA512 
1bee8ebdb8c2c30e90e0a1c573ad09b0eb79da54f0829859305eb50ffab95e69aa219ce82d4969140dea3d8788d66d3490fc03d38e190b533666e9278c7f96a6
 DIST genkernel-3.5.3.3.tar.xz 331180 BLAKE2B 
0f83b973505ccb0a92ae24e92509710bf96991f36ca55975ffefdf1bd3e835bd72bb413688468a05e6a5fff2ec16e64816f8ccfe2530c9f1e9169d19a86a2231
 SHA512 
9170731f59a1476aa597549ac55feb3583bed249e50d1697292571caf25c5ca746a1db9e811f2009d55aea21d739ef0ab3e385acd81504bbbccc8f7346205d71
 DIST genkernel-4.0.2.tar.xz 442876 BLAKE2B 
f69e34a7467959735c71d3d95129a4a5eec1d1607e915497a4d1b55a9a2a19e3c11fb8daa107c4dbb7461aba6445d68df069ee492e1538e1a702f65309a92d70
 SHA512 
e2998124466b89aa46b387cebf28a858deee7a5da60d390569a79f49c17160e5d9974589fa1ba847d398a26a26a184b5171d20ee7a0fc14bd8b2d03f01f8e1e6
-DIST genkernel-4.0.3.tar.xz 445536 BLAKE2B 
8bea618d51607ffc902ecc49a593e10e65b305eaadfda1c5eabb69fd184664b0dbe5d5843b924e9a3650885d6a808a81e4c2780e1bf21d1a23ddb172526a794b
 SHA512 
d6876c01eb9baf2b7f637556e93c868e670103af57e6d6296dee006f2e0675a5ae43ab09680649af6dc475f2d7327a7704d0a0cd8df5bc3c2b631c1adc0f8440
+DIST genkernel-4.0.4.tar.xz 445944 BLAKE2B 

[gentoo-commits] proj/genkernel: New tag: v4.0.4

2020-03-05 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar  5 15:11:02 2020 +

New tag: v4.0.4




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

2020-03-05 Thread Agostino Sarubbo
commit: d1dd3047c56bb7d03a7f017da08c3dc06c43d3e1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dd3047

x11-base/xorg-server: sparc stable wrt bug #711560

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

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

diff --git a/x11-base/xorg-server/xorg-server-1.20.7.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.7.ebuild
index f478e9f5972..6643f5d54cd 100644
--- a/x11-base/xorg-server/xorg-server-1.20.7.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.7.ebuild
@@ -10,7 +10,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"
 if [[ ${PV} != * ]]; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 IUSE_SERVERS="dmx kdrive wayland xephyr xnest xorg xvfb"



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

2020-03-05 Thread Agostino Sarubbo
commit: a4691cbf56ad0e423e55702f0549846204515cbc
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4691cbf

dev-libs/libinput: sparc stable wrt bug #711560

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

 dev-libs/libinput/libinput-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libinput/libinput-1.15.2.ebuild 
b/dev-libs/libinput/libinput-1.15.2.ebuild
index dcba370e8f5..fd335026a1f 100644
--- a/dev-libs/libinput/libinput-1.15.2.ebuild
+++ b/dev-libs/libinput/libinput-1.15.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz;
 LICENSE="MIT"
 SLOT="0/10"
 [[ "$(ver_cut 3)" -gt 900 ]] || \
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="doc input_devices_wacom"
 # Tests require write access to udev rules directory which is a no-no for live 
system.
 # Other tests are just about logs, exported symbols and autotest of the test 
library.



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

2020-03-05 Thread Agostino Sarubbo
commit: 4b5714232ae0faac87d47cfa2bf0dcce8ce3f3a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b571423

media-libs/libglvnd: sparc stable wrt bug #711560

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

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

diff --git a/media-libs/libglvnd/libglvnd-1.3.1.ebuild 
b/media-libs/libglvnd/libglvnd-1.3.1.ebuild
index 036625e1bf1..4e0ae03b614 100644
--- a/media-libs/libglvnd/libglvnd-1.3.1.ebuild
+++ b/media-libs/libglvnd/libglvnd-1.3.1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd;
 if [[ ${PV} = * ]]; then
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv 
~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~riscv 
sparc x86"

SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
S=${WORKDIR}/${PN}-v${PV}
 fi



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

2020-03-05 Thread Agostino Sarubbo
commit: f5affee8f0c132c0fa5e7785353ca3a31c40629f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:10:03 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:10:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5affee8

x11-misc/xkeyboard-config: sparc stable wrt bug #711560

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild
index fee9463eae1..ea64e6f5566 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2020-03-05 Thread Agostino Sarubbo
commit: a1a25a164d80af51bc3072ad1e2b8fbf4b045764
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a25a16

media-libs/mesa: sparc stable wrt bug #711560

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

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

diff --git a/media-libs/mesa/mesa-19.3.4.ebuild 
b/media-libs/mesa/mesa-19.3.4.ebuild
index 72a238c910b..55c16428450 100644
--- a/media-libs/mesa/mesa-19.3.4.ebuild
+++ b/media-libs/mesa/mesa-19.3.4.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/

2020-03-05 Thread Agostino Sarubbo
commit: e4ea6eda9ae76e7a1ceb7d9cdd9b6d4acc5072e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:10:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:10:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ea6eda

x11-drivers/xf86-input-wacom: sparc stable wrt bug #711560

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

 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild
index a333bdf9da9..90489362e5e 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/linuxwacom/xf86-input-wacom;
 [[ ${PV} != * ]] && \

SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2;
 
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/libwacom



[gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/

2020-03-05 Thread Agostino Sarubbo
commit: 1f54e0d0f0363b10963d44509ba223433acd5f00
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f54e0d0

x11-apps/fonttosfnt: sparc stable wrt bug #711560

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

 x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild 
b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
index 8200c288b47..cc79410debe 100644
--- a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="X.Org fonttosfnt application"
-KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE=""
 RDEPEND="media-libs/freetype:2
x11-libs/libX11



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

2020-03-05 Thread Agostino Sarubbo
commit: c83974417e95f8de41c1a6067fc1aef85f9698df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8397441

sys-libs/mtdev: sparc stable wrt bug #711560

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

 sys-libs/mtdev/mtdev-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/mtdev/mtdev-1.1.6.ebuild 
b/sys-libs/mtdev/mtdev-1.1.6.ebuild
index 89a1d7ff2b2..9f071b43469 100644
--- a/sys-libs/mtdev/mtdev-1.1.6.ebuild
+++ b/sys-libs/mtdev/mtdev-1.1.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://bitmath.org/code/mtdev/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 IUSE=""
 
 DEPEND=">=sys-kernel/linux-headers-2.6.31"



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

2020-03-05 Thread Thomas Deutschmann
commit: 37fd6919ed868aeb9f45fa0d908769fc250ae90f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar  5 14:36:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar  5 14:36:57 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=37fd6919

genkernel: don't filter MAKEOPTS environment variable

Since commit 2c91f07c4a459efb6a8fbc11ec2525cc3020b96f we are filtering
any already set environment variable named like a genkernel option to
avoid clashing with default values.

However, MAKEOPTS is a special variable and it's common in Gentoo
that tools will honor this environment variable.

This commit will change genkernel to no longer filter an already
set MAKEOPTS environment variable.

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

 genkernel | 5 +
 1 file changed, 5 insertions(+)

diff --git a/genkernel b/genkernel
index a2c358d..68ce1a9 100755
--- a/genkernel
+++ b/genkernel
@@ -42,6 +42,11 @@ then
 
for GK_SETTING in "${GK_SETTINGS[@]}"
do
+   if [[ "${GK_SETTING}" == "MAKEOPTS" ]]
+   then
+   continue
+   fi
+
for var_to_unset in ${GK_SETTING} CMD_${GK_SETTING}
do
if [ -n "${!var_to_unset}" ]



[gentoo-commits] proj/genkernel:master commit in: defaults/

2020-03-05 Thread Thomas Deutschmann
commit: 2b2ada1ab9a30e214b69d596636d7abbbc51d249
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar  5 15:03:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar  5 15:03:31 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=2b2ada1a

defaults/software.sh: Fix coreutils binpkg name

Fixes 17d706a ("defaults/software.sh: Add coreutils")
Signed-off-by: Thomas Deutschmann  gentoo.org>

 defaults/software.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/defaults/software.sh b/defaults/software.sh
index 60f6a31..fbdca42 100644
--- a/defaults/software.sh
+++ b/defaults/software.sh
@@ -42,7 +42,7 @@ GKPKG_COREUTILS_PV="${GKPKG_COREUTILS_PV:-VERSION_COREUTILS}"
 GKPKG_COREUTILS_DEPS=""
 
GKPKG_COREUTILS_SRCTAR="${GKPKG_COREUTILS_SRCTAR:-${DISTDIR}/coreutils-${GKPKG_COREUTILS_PV}.tar.xz}"
 
GKPKG_COREUTILS_SRCDIR="${GKPKG_COREUTILS_SRCDIR:-coreutils-${GKPKG_COREUTILS_PV}}"
-GKPKG_COREUTILS_BINPKG="${GKPKG_COREUTILS_BINPKG:-%%CACHE%%/cryptsetup-${GKPKG_COREUTILS_PV}-%%ARCH%%.tar.xz}"
+GKPKG_COREUTILS_BINPKG="${GKPKG_COREUTILS_BINPKG:-%%CACHE%%/coreutils-${GKPKG_COREUTILS_PV}-%%ARCH%%.tar.xz}"
 
 GKPKG_CRYPTSETUP_PN="cryptsetup"
 GKPKG_CRYPTSETUP_PV="${GKPKG_CRYPTSETUP_PV:-VERSION_CRYPTSETUP}"



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

2020-03-05 Thread Thomas Deutschmann
commit: 42826cedf4370aabbd5cbf3657ae48e576af0c37
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar  5 15:09:41 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar  5 15:09:41 2020 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=42826ced

genkernel: bump to v4.0.4

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

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index 68ce1a9..6163abb 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='4.0.3'
+GK_V='4.0.4'
 
 GK_TIME_START=$(date +%s)
 



[gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/

2020-03-05 Thread Agostino Sarubbo
commit: 82b82882f0d796add96d865977fdb4d3a07e2ebd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b82882

x11-apps/xkbcomp: sparc stable wrt bug #711560

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

 x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild 
b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
index e6173738214..886aa9179c8 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="XKB keyboard description compiler"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 DEPEND="
x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2020-03-05 Thread Agostino Sarubbo
commit: 5110cdc7386f44ab23f7d52d1af51782237cf67d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:10:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5110cdc7

x11-libs/libxkbcommon: sparc stable wrt bug #711560

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

 x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
index b8db2675355..99a6656f110 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN};
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 
~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 
sparc x86"
 fi
 
 inherit meson multilib-minimal ${GIT_ECLASS}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libxkbcommon/

2020-03-05 Thread Agostino Sarubbo
commit: 900f80031eaaa527a9027ed302939d06286fea5e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f8003

x11-libs/libxkbcommon: ppc64 stable wrt bug #711560

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

 x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
index e926830a01d..b8db2675355 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-0.10.0.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/xkbcommon/${PN};
 else
SRC_URI="https://xkbcommon.org/download/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 
~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 
~sparc x86"
 fi
 
 inherit meson multilib-minimal ${GIT_ECLASS}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/

2020-03-05 Thread Agostino Sarubbo
commit: 6b2657be5d23784f715566b2d2668bb98338a2d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2657be

x11-drivers/xf86-input-wacom: ppc64 stable wrt bug #711560

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

 x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild 
b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild
index 8cb6393137f..a333bdf9da9 100644
--- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild
+++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0.ebuild
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/linuxwacom/xf86-input-wacom;
 [[ ${PV} != * ]] && \

SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2;
 
-KEYWORDS="~alpha amd64 arm ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sparc x86"
 IUSE="debug"
 
 RDEPEND="dev-libs/libwacom



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

2020-03-05 Thread Agostino Sarubbo
commit: 8327b5a2227e64e4124b53e5315e134c4700835e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:17 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8327b5a2

x11-misc/xkeyboard-config: ppc64 stable wrt bug #711560

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

 x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild
index 04bf852e3bc..fee9463eae1 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.29.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-apps/fonttosfnt/

2020-03-05 Thread Agostino Sarubbo
commit: c1a1b53bdf5bb956dae875cd5aa0e88426df7408
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar  5 15:09:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar  5 15:09:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a1b53b

x11-apps/fonttosfnt: ppc64 stable wrt bug #711560

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

 x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild 
b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
index 3aa44556108..8200c288b47 100644
--- a/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
+++ b/x11-apps/fonttosfnt/fonttosfnt-1.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit xorg-3
 
 DESCRIPTION="X.Org fonttosfnt application"
-KEYWORDS="amd64 arm ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 RDEPEND="media-libs/freetype:2
x11-libs/libX11



  1   2   3   >