[gentoo-commits] proj/pambase:master commit in: templates/

2020-08-05 Thread Sam James
commit: 4e5e41c2e5607a298f30f679aa7ba8c4994033e3
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 06:10:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 06:10:16 2020 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=4e5e41c2

templates/*: remove unnecessary strips

Now obsolete as of 732fb3bbfd7d007fdca78dd4587f1a7bd34bfa6c.

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

 templates/login.tpl  |  4 ++--
 templates/system-auth.tpl| 44 ++--
 templates/system-login.tpl   | 28 ++--
 templates/system-session.tpl | 12 ++--
 4 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/templates/login.tpl b/templates/login.tpl
index 7476cb7..23e262a 100644
--- a/templates/login.tpl
+++ b/templates/login.tpl
@@ -1,6 +1,6 @@
-{% if securetty -%}
+{% if securetty %}
 auth   requiredpam_securetty.so
-{% endif -%}
+{% endif %}
 
 auth   include system-local-login
 accountinclude system-local-login

diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
index e8a6d91..298e45c 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -1,54 +1,54 @@
 auth   requiredpam_env.so {{ debug|default('', true) }}
-{% if pam_ssh -%}
+{% if pam_ssh %}
 auth   sufficient  pam_ssh.so
-{% endif -%}
+{% endif %}
 
-{% if krb5 -%}
+{% if krb5 %}
 auth[success=1 default=ignore]  pam_krb5.so {{ krb5_params }}
-{% endif -%}
+{% endif %}
 
 auth   requiredpam_unix.so try_first_pass {{ likeauth }} {{ 
nullok|default('', true) }} {{ debug|default('', true) }}
 auth   optionalpam_permit.so
-{% if not minimal -%}
+{% if not minimal %}
 authrequiredpam_faillock.so preauth silent audit deny=3 
unlock_time=600
 authsufficient  pam_unix.so {{ nullok|default('', true) }} 
try_first_pass
 auth[default=die]   pam_faillock.so authfail audit deny=3 
unlock_time=600
-{% endif -%}
+{% endif %}
 
-{% if krb5 -%}
+{% if krb5 %}
 account[success=1 default=ignore]  pam_krb5.so {{ 
krb5_params }}
-{% endif -%}
+{% endif %}
 accountrequiredpam_unix.so {{ debug|default('', true) 
}}
 accountoptionalpam_permit.so
-{% if not minimal -%}
+{% if not minimal %}
 account requiredpam_faillock.so
-{% endif -%}
+{% endif %}
 
-{% if passwdqc -%}
+{% if passwdqc %}
 password   requiredpam_passwdqc.so min=8,8,8,8,8 retry=3
-{% endif -%}
+{% endif %}
 
-{% if krb5 -%}
+{% if krb5 %}
 password   [success=1 default=ignore]  pam_krb5.so {{ krb5_params }}
-{% endif -%}
+{% endif %}
 
 password   requiredpam_unix.so try_first_pass {{ 
unix_authtok|default('', true) }} {{ nullok|default('', true) }} {{ 
unix_extended_encryption|default('', true) }} {{ debug|default('', true) }}
 password   optionalpam_permit.so
 
-{%- if pam_ssh %}
+{% if pam_ssh %}
 sessionoptionalpam_ssh.so
-{% endif -%}
+{% endif %}
 
-{% if systemd -%}
+{% if systemd %}
 -sessionoptionalpam_systemd.so
-{% endif -%}
+{% endif %}
 
-{% if elogind -%}
+{% if elogind %}
 -sessionoptionalpam_elogind.so
-{% endif -%}
+{% endif %}
 
-{% if libcap -%}
+{% if libcap %}
 -sessionoptionalpam_libcap.so
-{% endif -%}
+{% endif %}
 
 {% include "templates/system-session.tpl" %}

diff --git a/templates/system-login.tpl b/templates/system-login.tpl
index d8df530..d51481b 100644
--- a/templates/system-login.tpl
+++ b/templates/system-login.tpl
@@ -1,39 +1,39 @@
 auth   requiredpam_shells.so {{ debug|default('', true) }}
 auth   requiredpam_nologin.so
 auth   include system-auth
-{% if not minimal -%}
+{% if not minimal %}
 authrequiredpam_faillock.so preauth silent audit deny=3 
unlock_time=600
 authsufficient  pam_unix.so nullok try_first_pass
 auth[default=die]   pam_faillock.so authfail audit deny=3 
unlock_time=600
-{% endif -%}
+{% endif %}
 
 accountrequiredpam_access.so {{ debug|default('', 
true) }}
 accountrequiredpam_nologin.so
 accountinclude system-auth
-{% if not minimal -%}
+{% if not minimal %}
 account requiredpam_faillock.so
-{% endif -%}
+{% endif %}
 
 password   include system-auth
 session optionalpam_loginuid.so
-{% if selinux -%}
+{% if selinux %}
 sessionrequiredpam_selinux.so close
-{% endif -%}
+{% endif %}
 
 sessionrequiredpam_env.so envfile=/etc/profile.env {{ 
debug|default('', true) }}
-{% if not minimal -%}
+{% if not minimal %}
 sessionoptionalpam_lastlog.so silent {{ 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/lens-family/

2020-08-05 Thread Sergei Trofimovich
commit: de8e5c4f766ba511227b156fbcdc093c73c89ad3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:50:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:50:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8e5c4f

dev-haskell/lens-family: bump up to 1.2.3

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

 dev-haskell/lens-family/Manifest |  1 +
 dev-haskell/lens-family/lens-family-1.2.3.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-haskell/lens-family/Manifest b/dev-haskell/lens-family/Manifest
index b2276fc52b0..e4198c5412d 100644
--- a/dev-haskell/lens-family/Manifest
+++ b/dev-haskell/lens-family/Manifest
@@ -1 +1,2 @@
 DIST lens-family-1.2.1.tar.gz 8192 BLAKE2B 
e402d520ded809890c311be9e5856367679a64adb490a2f3c70e6cce471bdfa9be311f7de4532216c32a48c17210dbebbea45bdd0d873ab4a014442c628e3f23
 SHA512 
5e8bd69631b5b4da489e7cb79ca91d0bacdd6ae943b2c599f837055c6589a0d0e19bfe3be427723b5775c088201237ee7cb0f2807a70aed0fbaf46293828c6fb
+DIST lens-family-1.2.3.tar.gz 8525 BLAKE2B 
769d26b7deeb392718f200ac99b6af757131a56e7725c1b90e9c40d6c352f4d812095a3863e56b48d8b17a9f84348986301c2b7fb10ff88962563449e1379547
 SHA512 
a8925f6596b396e65f4c5015badfd48056e3dafe372019690204fa44502fd512ebd78dcff709b1fe5d1c1648fc2f3da49d657109c495a281d998c6be67bf3201

diff --git a/dev-haskell/lens-family/lens-family-1.2.3.ebuild 
b/dev-haskell/lens-family/lens-family-1.2.3.ebuild
new file mode 100644
index 000..b0f38fc74ba
--- /dev/null
+++ b/dev-haskell/lens-family/lens-family-1.2.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.5.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Lens Families"
+HOMEPAGE="http://hackage.haskell.org/package/lens-family;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/lens-family-core-1.2.2:=[profile?] 
=dev-haskell/mtl-2.1:=[profile?] =dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.0.0.2
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/wxdirect/files/, dev-haskell/wxdirect/

2020-08-05 Thread Sergei Trofimovich
commit: f7a7039c608b3a411f7208b9436ad7b1dbffc169
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:51:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a7039c

dev-haskell/wxdirect: bump up to 0.92.3.0

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

 dev-haskell/wxdirect/Manifest  |  1 +
 .../wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch | 49 ++
 .../wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch | 38 +
 dev-haskell/wxdirect/wxdirect-0.92.3.0-r1.ebuild   | 46 
 4 files changed, 134 insertions(+)

diff --git a/dev-haskell/wxdirect/Manifest b/dev-haskell/wxdirect/Manifest
index d7baf064462..ecf20b6fbdb 100644
--- a/dev-haskell/wxdirect/Manifest
+++ b/dev-haskell/wxdirect/Manifest
@@ -1 +1,2 @@
 DIST wxdirect-0.92.2.0.tar.gz 30544 BLAKE2B 
3d51252cc792f2d00be9ec53f139d961c19d6bf5e5aa792b1fe65ed258b2f98b9da30fda28d018b6d26dae72d80d8c394c17ba822e43c2ba89611881b7ba9b29
 SHA512 
f112fc0a62031bc9eb8e6caa2bd70f0b9fa66a81380785165a07bdffa6fa2b44652ffb9f1165c3b8ab7db8a31273650e36e98c8eb72f7cec5873ecb75f58dc21
+DIST wxdirect-0.92.3.0.tar.gz 30586 BLAKE2B 
cb174838000a39b0067338297adb7c1e0b96bd524297950f5d3ede244ec914d2a1b3c717669b5af53f29b55266473c7042b7c90990b70c6177e85fc11d76bc34
 SHA512 
02dfd9496f1a36480c82a4cf03e3a0ded0a45ede984b70e923b2289323f9c4561b7c0a2ab2db34ee2021b7b5fe62c25ea4a8b61bcbbe3414f821dacb14190f8b

diff --git a/dev-haskell/wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch 
b/dev-haskell/wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch
new file mode 100644
index 000..75d9bf21c72
--- /dev/null
+++ b/dev-haskell/wxdirect/files/wxdirect-0.90.0.1-ghc-7.5.patch
@@ -0,0 +1,49 @@
+--- wxdirect-0.90.0.1-orig/wxdirect.cabal  2012-04-19 01:05:11.0 
+1000
 wxdirect-0.90.0.1/wxdirect.cabal   2012-05-19 21:12:02.612085338 +1000
+@@ -66,7 +66,7 @@
+   if flag(splitBase)
+ build-depends:
+ base   >= 4 && < 5,
+-containers >= 0.2   && < 0.5
++containers >= 0.2   && < 0.6
+   else
+ build-depends:
+ base   >= 3 && < 4,
+--- wxdirect-0.90.0.1-orig/src/Classes.hs  2012-04-19 01:05:10.0 
+1000
 wxdirect-0.90.0.1/src/Classes.hs   2012-07-14 13:58:48.072492467 +1000
+@@ -1,3 +1,4 @@
++{-# LANGUAGE CPP #-}
+ 
-
+ {-| Module  :  Classes
+ Copyright   :  (c) Daan Leijen 2003
+@@ -28,7 +29,9 @@
+ import Data.List( sort, sortBy )
+ import qualified Data.Set as Set
+ import qualified Data.Map as Map
++#if !MIN_VERSION_base(4,6,0)
+ import Prelude hiding ( catch )
++#endif
+ import HaskellNames( haskellTypeName, isBuiltin )
+ import Types
+ 
+--- wxdirect-0.90.0.1-orig/src/CompileClasses.hs   2012-04-19 
01:05:10.0 +1000
 wxdirect-0.90.0.1/src/CompileClasses.hs2012-05-19 21:28:27.358052781 
+1000
+@@ -89,7 +89,7 @@
+(exportsStatic,exportsClassClasses,classCount) = exportDefs decls 
exportsClass []
+ 
+methodCount  = length decls
+-   ghcoptions   = [ "{-# LANGUAGE ForeignFunctionInterface #-}"]
++   ghcoptions   = [ "{-# LANGUAGE CPP, ForeignFunctionInterface #-}"]
+ 
+export   = concat  [ ["module " ++ moduleRoot ++ moduleName
+ , "( -- * Global" ]
+@@ -103,6 +103,9 @@
+ , "import System.IO.Unsafe( unsafePerformIO )"
+ , "import " ++ moduleRoot ++ "WxcTypes"
+ , "import " ++ moduleRoot ++ 
moduleClassTypesName
++, "#if (__GLASGOW_HASKELL__>=705)"
++, "import Foreign.C.Types(CDouble(..), 
CInt(..), CWchar(..))"
++, "#endif"
+ , ""
+ ]
+   ]

diff --git a/dev-haskell/wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch 
b/dev-haskell/wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch
new file mode 100644
index 000..df29d1ba08b
--- /dev/null
+++ b/dev-haskell/wxdirect/files/wxdirect-0.90.1.1-ghc-7.5.patch
@@ -0,0 +1,38 @@
+--- wxdirect-0.90.1.1-orig/src/Classes.hs  2014-03-23 01:08:59.0 
+1100
 wxdirect-0.90.1.1/src/Classes.hs   2014-03-23 15:43:57.402011540 +1100
+@@ -1,3 +1,4 @@
++{-# LANGUAGE CPP #-}
+ 
-
+ {-| Module  :  Classes
+ Copyright   :  (c) Daan Leijen 2003
+@@ -24,6 +25,9 @@
+ 
+ import qualified Data.Set as Set
+ import qualified Data.Map as Map
++#if !MIN_VERSION_base(4,6,0)
++import Prelude hiding ( catch )
++#endif
+ import Text.Parsec.Prim hiding ( try )
+ import 

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/equivalence/

2020-08-05 Thread Sergei Trofimovich
commit: 842bf73c77b5ae4fcced691cc13d5f7bc8606c43
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 07:14:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 07:14:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842bf73c

dev-haskell/equivalence: bump up to 0.3.5

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

 dev-haskell/equivalence/Manifest |  1 +
 dev-haskell/equivalence/equivalence-0.3.5.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-haskell/equivalence/Manifest b/dev-haskell/equivalence/Manifest
index bc34300ee79..f2815da4205 100644
--- a/dev-haskell/equivalence/Manifest
+++ b/dev-haskell/equivalence/Manifest
@@ -1,2 +1,3 @@
 DIST equivalence-0.2.5.tar.gz 8013 BLAKE2B 
c5485fd7a8d4dd047b743c2821cd71fb8b5b278c10f47cd27d23b96286a6edb1675568b721f93d8ff06ba6aaee3f268db177eff7cd01ed825392cd9805f58600
 SHA512 
6417a8698826458b172fc5556b472f5ae06b29a8d2b54e7ea10d6665eb7a1691dc9d92d56a1b93b43d4ef3f71188b8878f8a43a123c9b6ad3641e4848a20d676
 DIST equivalence-0.3.1.tar.gz 8350 BLAKE2B 
2c2b929f6abe9b38d834d854f3144a60e7173d7f4fdc30aab39050d7f054165da4f457b3aeba213e9d5508422dd4ba9d3b0311767bcd15e3bd9570f024979f6d
 SHA512 
5d6f6adc2d31c48520c2120503b4a21e18044dbe75f35af188213887c714370b09c776c44c2eaabf41226719f6eb6f6bbc04eab558879d61157a67b2549e
+DIST equivalence-0.3.5.tar.gz 8313 BLAKE2B 
779fb3c57f7a9f06f18349b94d6afbcca8aa442af1426a513f47718bbf76e9202f10fb6f76cff693f8e9fe72b68bd04a1198d9ef52643dce6049e010384b3ac2
 SHA512 
f8a073c9ddc49a8c1d60a280b84f97947a23ed6a021b92d4028100ed308cf1dfcd0b26889a6cbbde0e77f00b777b2d1af0fa2410422641e0a03395692a9ebefc

diff --git a/dev-haskell/equivalence/equivalence-0.3.5.ebuild 
b/dev-haskell/equivalence/equivalence-0.3.5.ebuild
new file mode 100644
index 000..a0f7e03b7d5
--- /dev/null
+++ b/dev-haskell/equivalence/equivalence-0.3.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Maintaining an equivalence relation implemented as union-find 
using STT"
+HOMEPAGE="https://github.com/pa-ba/equivalence;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/fail:=[profile?]
+   >=dev-haskell/mtl-2.0.1:=[profile?]
+   >=dev-haskell/stmonadtrans-0.4.3:=[profile?]
+   >=dev-haskell/transformers-compat-0.3:=[profile?]
+   >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+   test? ( >=dev-haskell/quickcheck-2 )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/store/

2020-08-05 Thread Sergei Trofimovich
commit: 9d9575c68f38a34e6bae82aedfc1ff496a255cbd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 07:13:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 07:14:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d9575c6

dev-haskell/store: bump up to 0.7.5

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

 dev-haskell/store/Manifest   |  1 +
 dev-haskell/store/store-0.7.5.ebuild | 64 
 2 files changed, 65 insertions(+)

diff --git a/dev-haskell/store/Manifest b/dev-haskell/store/Manifest
index f7fb3a550da..d7365f49f65 100644
--- a/dev-haskell/store/Manifest
+++ b/dev-haskell/store/Manifest
@@ -1 +1,2 @@
 DIST store-0.3.1.tar.gz 41555 BLAKE2B 
6dc4cc284725db02987755ccd7665f241cc24b50449707d7af59ecbc82617bfc3445d9be57c37036f6bffb90870cf326d1519f131163c7dc7a87589fbc5718a1
 SHA512 
7e6064cbee01ce7357e5b7235d502ee9b5b323358ebd7e71b5b310830ae52595384bb143dbbbad8e28cdde2c9001f1ae9ea03b47f2dc5cf50ac18cb2c4e9d7cd
+DIST store-0.7.5.tar.gz 43180 BLAKE2B 
990907bb8135f82a6ee4bf7b4e0389ef036e9c5334d3c26606723788ee04d35d86ff1d7ab1b2d8a48c61b299933f5c285d8846e79806196b68b99a9b6b7e0200
 SHA512 
14b8e36cfc04eec80a6a37d27dbac08887a3bebd226941f368076ea39b09a5c432c4d38ce860776a677b8829ecbabd3f2448cc2437e00ebcf2fb3a36d1715af0

diff --git a/dev-haskell/store/store-0.7.5.ebuild 
b/dev-haskell/store/store-0.7.5.ebuild
new file mode 100644
index 000..89f6263d6da
--- /dev/null
+++ b/dev-haskell/store/store-0.7.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.
+#hackport: flags: -small-bench,-comparison-bench,-integer-simple
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Fast binary serialization"
+HOMEPAGE="https://github.com/fpco/store#readme;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/async-2.0.2:=[profile?]
+   >=dev-haskell/base-orphans-0.4.3:=[profile?]
+   >=dev-haskell/base64-bytestring-0.1.1:=[profile?]
+   >=dev-haskell/bifunctors-4.0:=[profile?]
+   >=dev-haskell/contravariant-1.3:=[profile?]
+   >=dev-haskell/cryptohash-0.11.6:=[profile?]
+   >=dev-haskell/fail-4.9:=[profile?]
+   >=dev-haskell/free-4.11:=[profile?]
+   >=dev-haskell/hashable-1.2.3.1:=[profile?]
+   >=dev-haskell/hspec-2.1.2:=[profile?]
+   >=dev-haskell/hspec-smallcheck-0.3.0:=[profile?]
+   >=dev-haskell/lifted-base-0.2.3.3:=[profile?]
+   >=dev-haskell/monad-control-0.3.3.0:=[profile?]
+   >=dev-haskell/mono-traversable-0.7.0:=[profile?]
+   >=dev-haskell/network-2.6.0.2:=[profile?]
+   >=dev-haskell/primitive-0.6:=[profile?]
+   >=dev-haskell/resourcet-1.1.3.3:=[profile?]
+   >=dev-haskell/safe-0.3.8:=[profile?]
+   >=dev-haskell/semigroups-0.8:=[profile?]
+   >=dev-haskell/smallcheck-1.1.1:=[profile?]
+   >=dev-haskell/store-core-0.4:=[profile?] 
=dev-haskell/syb-0.4.4:=[profile?]
+   >=dev-haskell/text-1.2.0.4:=[profile?]
+   >=dev-haskell/th-lift-0.7.1:=[profile?]
+   >=dev-haskell/th-lift-instances-0.1.4:=[profile?]
+   >=dev-haskell/th-orphans-0.13.2:=[profile?]
+   >=dev-haskell/th-reify-many-0.1.6:=[profile?]
+   >=dev-haskell/th-utilities-0.2:=[profile?]
+   >=dev-haskell/unordered-containers-0.2.5.1:=[profile?]
+   >=dev-haskell/vector-0.10.12.3:=[profile?]
+   >=dev-haskell/void-0.5.11:=[profile?]
+   >=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+   test? ( >=dev-haskell/clock-0.3 )
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   --flag=-comparison-bench \
+   --flag=-integer-simple \
+   --flag=-small-bench
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/dictd-vera/, app-dicts/dictd-vera/files/

2020-08-05 Thread Jeroen Roovers
commit: 833a30c14b973f8a78fa87b76761d9952e8f9da3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 08:10:31 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 08:16:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833a30c1

app-dicts/dictd-vera: Version 1.24

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

 app-dicts/dictd-vera/Manifest  |  1 +
 app-dicts/dictd-vera/dictd-vera-1.24.ebuild| 35 ++
 .../dictd-vera/files/dictd-vera-1.24-U+D7.patch| 18 +++
 3 files changed, 54 insertions(+)

diff --git a/app-dicts/dictd-vera/Manifest b/app-dicts/dictd-vera/Manifest
index 7d9a42150bc..9b4a767f869 100644
--- a/app-dicts/dictd-vera/Manifest
+++ b/app-dicts/dictd-vera/Manifest
@@ -1 +1,2 @@
 DIST vera-1.23.tar.gz 236439 BLAKE2B 
fdbecb4bf2abdac0a858be29fe544474dab69623967e2e9c8f8e02188ce7b8a8f39a099bcf7ff6e0d846afb0ec0cedd8e4ec64ba1b27a66eee963f3de088a4c1
 SHA512 
f16f2d24715131f60238c49f43d79bcd02b47c8e999de381c2139289f05859659a9f3ae79e3ed8d4b3dae447666cb8391ad7a072dff91275857b901fd0748c78
+DIST vera-1.24.tar.gz 240378 BLAKE2B 
f35df71c4fc9b95a9abba83cf49f9a70db03f1353f7d4e2b4e1db1a2f6ae41dc88f0f61b28e5405e76a97a7305f8a8bf6414b19a8067f113e2fd6bb54e57de43
 SHA512 
1727c91b0b60dc579e8f634375488a145921cf419bf3213118f90af031c48ed3d3408609d0a8a41135a3f6c6e9fa579b412981883325ae0dd9f0f72f56da5cd9

diff --git a/app-dicts/dictd-vera/dictd-vera-1.24.ebuild 
b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
new file mode 100644
index 000..382ad1a157a
--- /dev/null
+++ b/app-dicts/dictd-vera/dictd-vera-1.24.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="V.E.R.A. -- Virtual Entity of Relevant Acronyms for dict"
+HOMEPAGE="http://home.snafu.de/ohei/vera/vueber-e.html;
+SRC_URI="mirror://gnu/vera/vera-${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="FDL-1.3"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=app-text/dictd-1.5.5"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/vera-${PV}
+PATCHES=(
+   "${FILESDIR}"/${P}-U+D7.patch
+)
+
+src_compile() {
+   cat vera.[0-9a-z] | dictfmt -f -u http://home.snafu.de/ohei \
+   -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms" \
+   vera || die
+   dictzip -v vera.dict || die
+}
+
+src_install() {
+   insinto /usr/lib/dict
+   doins vera.dict.dz
+   doins vera.index
+
+   dodoc changelog README
+}

diff --git a/app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch 
b/app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch
new file mode 100644
index 000..8e0bb7be5b1
--- /dev/null
+++ b/app-dicts/dictd-vera/files/dictd-vera-1.24-U+D7.patch
@@ -0,0 +1,18 @@
+--- a/vera.h
 b/vera.h
+@@ -886,13 +886,13 @@
+ Hosted Virtual Desktop
+ 
+ @item HVGA
+-Half Video Graphics Array [320�480] (VGA)
++Half Video Graphics Array [320x480] (VGA)
+ 
+ @item HVM
+ Hardware Virtual Machine
+ 
+ @item HWE
+-HardWare Enablement [stack]] (Linux, Ubuntu)
++HardWare Enablement [stack] (Linux, Ubuntu)
+ 
+ @item HWMC
+ HardWare Motion Compensation



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/alex-tools/

2020-08-05 Thread Sergei Trofimovich
commit: 513ad1448e2419c43a13d537d00434349aff6f50
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 09:12:59 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 09:13:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513ad144

dev-haskell/alex-tools: drop boilerplate from metadata.xml

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

 dev-haskell/alex-tools/metadata.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-haskell/alex-tools/metadata.xml 
b/dev-haskell/alex-tools/metadata.xml
index 691ba22004d..b7878815d80 100644
--- a/dev-haskell/alex-tools/metadata.xml
+++ b/dev-haskell/alex-tools/metadata.xml
@@ -5,9 +5,4 @@
hask...@gentoo.org
Gentoo Haskell

-   
-   
-   
-   This captures a common patter for using Alex.
-   
 



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

2020-08-05 Thread Jeroen Roovers
commit: b57e2bdf19733cd009e85d3bc7b53d1302f8a753
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  5 08:15:45 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  5 08:16:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57e2bdf

www-client/vivaldi: Version 3.2.1967.41_p1

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

 www-client/vivaldi/Manifest  |   4 +
 www-client/vivaldi/vivaldi-3.2.1967.41_p1.ebuild | 125 +++
 2 files changed, 129 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index 316fa401ef9..d6805148685 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -2,3 +2,7 @@ DIST vivaldi-3.1.1929.48_p1-amd64.deb 71032864 BLAKE2B 
e638ce8d6d62d7a477d9ecaa5
 DIST vivaldi-3.1.1929.48_p1-arm64.deb 63480420 BLAKE2B 
d2ac7936747e3b491b81647658ced0db6915ec8d71a4b817de8f64915286880b3a2c6b1221c2a581700c7c0d70fd430de2eaf7e1881238bcd537f3150571daeb
 SHA512 
6e04590e34a3dd0fc2897b8ff285cb19362582cd0f5d696cec63a6450e437399c709c98672794e32f67354bbf088acb855bb79f4ad058a6ba38247675052023f
 DIST vivaldi-3.1.1929.48_p1-armhf.deb 62932908 BLAKE2B 
4e013731a762fc2a09af47d8d2aa2e9c76c97ec53ac561d859a08e5ad714f8d598bfef64ef9cfdb4997261d051972ca34d9cb13722203f9b17d9ca279356acd4
 SHA512 
685f3eb9f9a6d4449caa322c5931b36d0acdc2916c56c8df1c0c77b1a1e30328dfdf14e03e37e7ad964efc286af01b9e919095f2c5acc2d017a61bb89f4eed91
 DIST vivaldi-3.1.1929.48_p1-i386.deb 69411320 BLAKE2B 
94859a65221052f80e36f9903de6075c372a95d00f92e581183483a273f247c763ea4d586e47c403b8528f355ef7cc27a19cfbe910f68f02f101cbdf6f5ba5bb
 SHA512 
5c96a07a7269272fa15ba5388d11e3330b3d611a070e4425f1a53cc920556d21eaeff69d54af077661cae7f19d1f266ad067d62af12c1a3d4cb5af87fb2c02f6
+DIST vivaldi-3.2.1967.41_p1-amd64.deb 71962128 BLAKE2B 
5bbc16da29cc901381b6009dd64a9a1a51eddf5d6d7a94cf20b8de93ba49e0eb9cd5593e4f191ebbd34af3258a9a11a32554d15953c27565335d1015d7cd200d
 SHA512 
39822d917fee31ce351eac3279a7efea0aa9886c1f69655b7b9caab6db9a5c698a3e7b3f193cf0e41ce4ca3f76e0fa75fa41500d56fa3569130f71dd595e288c
+DIST vivaldi-3.2.1967.41_p1-arm64.deb 64193856 BLAKE2B 
d2c72c55f8bc9414c325683ba001f91edb59fe7103f8a4599bf35ab87988b89511cece6fcd535c7db33ca6c9c68ced745794a6bcdcc7a84e417cf53d34f2b401
 SHA512 
747c1de2118a1c2760fba38ed93d2f92245971d33f23fa8728b9607c3f50baf9f1b40155c2dce9e5de8944d9383c60bc714d5b787fd8fdd43012c613a1aff377
+DIST vivaldi-3.2.1967.41_p1-armhf.deb 63720968 BLAKE2B 
cadb74682e28dc3a5b9ff4700aaec5bcdbe9c8b60d06c15696fe566eec105475a84f0bdeb0a27b3ddcb74240c1535f2a82564b6f6bd290eae00842d38b67aff2
 SHA512 
91766af814953518aeec766a23b3bb6cc753441d7b7d416ee0a90ac3771bf79ff08d07bf0dc25e2728e0db4c61312becaf4d1a91bdabc57154911f4ac2eb4b9c
+DIST vivaldi-3.2.1967.41_p1-i386.deb 69549032 BLAKE2B 
7b1f03f69136191a58e5dcfdfe20c27a658516bae0e1d69afc430440c4e6e0bb2ad4bc167fdfa06f7d37ec4fc701b67366f7703a24ad715533b2cd88e0d8c00a
 SHA512 
091ed7def6d7abe60d6579b480acfc8151c5e0772c137f56a26530f8eeffe9c330d92292bda3db81c68c034b769990f8b76fc747628255ceff963bf82d5c3fbe

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

[gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatmem/files/, dev-ada/gnatmem/

2020-08-05 Thread Alfredo Tupone
commit: e9188ba72be3130b5a15fde1996e07c3bac4d7f7
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Aug  5 09:22:39 2020 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Aug  5 09:22:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9188ba7

dev-ada/gnatmem: build with newer binutils-libs

Closes: https://bugs.gentoo.org/735676
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ada/gnatmem/files/gnatmem-2019-bfd.patch | 29 
 dev-ada/gnatmem/gnatmem-2019-r1.ebuild   | 13 +
 2 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/dev-ada/gnatmem/files/gnatmem-2019-bfd.patch 
b/dev-ada/gnatmem/files/gnatmem-2019-bfd.patch
new file mode 100644
index 000..007d217cf24
--- /dev/null
+++ b/dev-ada/gnatmem/files/gnatmem-2019-bfd.patch
@@ -0,0 +1,29 @@
+--- a/src/libaddr2line.c   2020-08-04 22:41:04.670046491 +0200
 b/src/libaddr2line.c   2020-08-04 22:44:55.560802332 +0200
+@@ -55,14 +55,26 @@
+   if (found)
+ return;
+ 
++#if defined(bfd_get_section_flags)
+   if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0)
++#else
++  if ((bfd_section_flags (section) & SEC_ALLOC) == 0)
++#endif
+ return;
+ 
++#if defined(bfd_get_section_vma)
+   vma = bfd_get_section_vma (abfd, section);
++#else
++  vma = bfd_section_vma (section);
++#endif
+   if (pc < vma)
+ return;
+ 
++#if defined(bfd_get_section_size)
+   size = bfd_get_section_size (section);
++#else
++  size = bfd_section_size (section);
++#endif
+   if (pc >= vma + size)
+ return;
+ 

diff --git a/dev-ada/gnatmem/gnatmem-2019-r1.ebuild 
b/dev-ada/gnatmem/gnatmem-2019-r1.ebuild
index 44e18966d1e..67e5964f46a 100644
--- a/dev-ada/gnatmem/gnatmem-2019-r1.ebuild
+++ b/dev-ada/gnatmem/gnatmem-2019-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
@@ -21,13 +21,16 @@ IUSE=""
 RDEPEND="${ADA_DEPS}"
 DEPEND="${RDEPEND}
dev-ada/gprbuild[${ADA_USEDEP}]
-   sys-libs/binutils-libs"
+   sys-libs/binutils-libs:="
 
 REQUIRED_USE="${ADA_REQUIRED_USE}"
 
 S="${WORKDIR}"/${MYP}
 
-PATCHES=( "${FILESDIR}"/${PN}-2018-gentoo.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-2018-gentoo.patch
+   "${FILESDIR}"/${P}-bfd.patch
+)
 
 src_prepare() {
default
@@ -37,7 +40,9 @@ src_prepare() {
 
 src_compile() {
gprbuild -v -Pgnatmem.gpr -j$(makeopts_jobs) \
-   -cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS}
+   -cargs:C ${CFLAGS} -cargs:Ada ${ADAFLAGS} \
+   -largs ${LDFLAGS} \
+   || die
 }
 
 src_install() {



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

2020-08-05 Thread Joonas Niilola
commit: 22571aa100b404068b27c28b2365855c1426fce0
Author: Stephen Bosch  vodacomm  ca>
AuthorDate: Tue Aug  4 15:46:09 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug  5 06:43:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22571aa1

app-emulation/lxc: Add MEMCG to config checks

Closes: https://bugs.gentoo.org/735132
Signed-off-by: Stephen Bosch  vodacomm.ca>
Closes: https://github.com/gentoo/gentoo/pull/17000
Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/lxc/lxc-4.0.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/lxc/lxc-4.0.3.ebuild 
b/app-emulation/lxc/lxc-4.0.3.ebuild
index 18554a5e703..c5119e1d542 100644
--- a/app-emulation/lxc/lxc-4.0.3.ebuild
+++ b/app-emulation/lxc/lxc-4.0.3.ebuild
@@ -37,6 +37,7 @@ PDEPEND="templates? ( app-emulation/lxc-templates )"
 CONFIG_CHECK="~CGROUPS ~CGROUP_DEVICE
~CPUSETS ~CGROUP_CPUACCT
~CGROUP_SCHED
+   ~MEMCG
 
~NAMESPACES
~IPC_NS ~USER_NS ~PID_NS
@@ -55,6 +56,7 @@ ERROR_VETH="CONFIG_VETH:  needed for internal 
(host-to-container) networking"
 ERROR_MACVLAN="CONFIG_MACVLAN:  needed for internal (inter-container) 
networking"
 ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE:  needed for lxc-execute command"
 ERROR_NETPRIO_CGROUP="CONFIG_NETPRIO_CGROUP:  as of kernel 3.3 and lxc 
0.8.0_rc1 this causes LXCs to fail booting."
+ERROR_MEMCG="CONFIG_MEMCG is not set. This is needed for memory resource 
control in containers."
 
 DOCS=( AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt )
 



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

2020-08-05 Thread Joonas Niilola
commit: 90f4beab1004a26f4ab0957021769ab0a077df07
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Aug  5 06:43:37 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug  5 06:43:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f4beab

app-emulation/lxc: bump to 4.0.4

 - clean kernel config checks, remove some old.

Signed-off-by: Joonas Niilola  gentoo.org>

 app-emulation/lxc/Manifest |   1 +
 app-emulation/lxc/lxc-4.0.4.ebuild | 171 +
 2 files changed, 172 insertions(+)

diff --git a/app-emulation/lxc/Manifest b/app-emulation/lxc/Manifest
index ae4ea385e37..814ef80d2ef 100644
--- a/app-emulation/lxc/Manifest
+++ b/app-emulation/lxc/Manifest
@@ -1 +1,2 @@
 DIST lxc-4.0.3.tar.gz 1368461 BLAKE2B 
861bd8f3736ecda9075c57338845d386811ae3aeceb72cd054023a25a9758d5d7c9ceec917fc634c118a13f8fb142b28bd93f27138b9ee1d0817f8360fda88da
 SHA512 
a5d45626b1f26c0f098f6f0f5852472ea065f65f9918b972826e087a9a71a34253c85dd6f1b6b6837ca97303f8d43478a66595057d65a6e72a72334a3257ef88
+DIST lxc-4.0.4.tar.gz 844684 BLAKE2B 
438f9c79787cfab493a159a03dad214519b979c192264cb4acff21174f5642e2c10a899504ed2ac697906ca1ea9ad5cd92e01dbb8c6420651e7130b56022032a
 SHA512 
5c5bb3c474b37284e862cbaf35daab01be7606992eb101cbea7097951ccee81dad8ab8d2624ba5f62279ece17889b1245fd6b2b63e8b17ed728560c5d40309b2

diff --git a/app-emulation/lxc/lxc-4.0.4.ebuild 
b/app-emulation/lxc/lxc-4.0.4.ebuild
new file mode 100644
index 000..cbd914e7061
--- /dev/null
+++ b/app-emulation/lxc/lxc-4.0.4.ebuild
@@ -0,0 +1,171 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools bash-completion-r1 linux-info flag-o-matic pam 
readme.gentoo-r1 systemd
+
+DESCRIPTION="LinuX Containers userspace utilities"
+HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc;
+SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz
+   https://github.com/lxc/lxc/archive/${P}.tar.gz;
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="apparmor +caps doc examples libressl pam seccomp selinux +ssl +templates 
+tools"
+
+RDEPEND="app-misc/pax-utils
+   sys-apps/util-linux
+   sys-libs/libcap
+   virtual/awk
+   caps? ( sys-libs/libcap )
+   pam? ( sys-libs/pam )
+   seccomp? ( sys-libs/libseccomp )
+   selinux? ( sys-libs/libselinux )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+DEPEND="${RDEPEND}
+   >=app-text/docbook-sgml-utils-0.6.14-r2
+   >=sys-kernel/linux-headers-3.2
+   apparmor? ( sys-apps/apparmor )"
+BDEPEND="doc? ( app-doc/doxygen )"
+PDEPEND="templates? ( app-emulation/lxc-templates )"
+
+CONFIG_CHECK="~!NETPRIO_CGROUP
+   ~CGROUPS
+   ~CGROUP_CPUACCT
+   ~CGROUP_DEVICE
+
+   ~CGROUP_FREEZER
+   ~CGROUP_SCHED
+   ~CPUSETS
+   ~IPC_NS
+
+   ~MACVLAN
+   ~MEMCG
+   ~NAMESPACES
+   ~NET_NS
+
+   ~PID_NS
+   ~POSIX_MQUEUE
+   ~USER_NS
+   ~UTS_NS
+
+   ~VETH"
+
+ERROR_CGROUP_FREEZER="CONFIG_CGROUP_FREEZER: needed to freeze containers"
+ERROR_MACVLAN="CONFIG_MACVLAN: needed for internal (inter-container) 
networking"
+ERROR_MEMCG="CONFIG_MEMCG: needed for memory resource control in containers"
+ERROR_NET_NS="CONFIG_NET_NS: needed for unshared network"
+ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command"
+ERROR_UTS_NS="CONFIG_UTS_NS: needed to unshare hostnames and uname info"
+ERROR_VETH="CONFIG_VETH: needed for internal (host-to-container) networking"
+
+DOCS=( AUTHORS CONTRIBUTING MAINTAINERS NEWS README doc/FAQ.txt )
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.0.0-bash-completion.patch
+   "${FILESDIR}"/${PN}-2.0.5-omit-sysconfig.patch # bug 558854
+)
+
+S="${WORKDIR}/lxc-${P}"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+
+   # --enable-doc is for manpages which is why we don't link it to a "doc"
+   # USE flag. We always want man pages.
+   local myeconfargs=(
+   --bindir=/usr/bin
+   --localstatedir=/var
+   --sbindir=/usr/bin
+
+   --with-config-path=/var/lib/lxc
+   --with-distro=gentoo
+   --with-init-script=systemd
+   --with-rootfs-path=/var/lib/lxc/rootfs
+   --with-runtime-path=/run
+   --with-systemdsystemunitdir=$(systemd_get_systemunitdir)
+
+   --disable-asan
+   --disable-coverity-build
+   --disable-dlog
+   --disable-mutex-debugging
+   --disable-rpath
+   --disable-tests
+   --disable-ubsan
+   --disable-werror
+
+   --enable-bash
+   --enable-commands

[gentoo-commits] repo/gentoo:master commit in: dev-haskell/store-core/

2020-08-05 Thread Sergei Trofimovich
commit: a20d097fabe118915924e93aa029e6a49800cac7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 07:02:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 07:02:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20d097f

dev-haskell/store-core: bump up to 0.4.4.2

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

 dev-haskell/store-core/Manifest  |  1 +
 dev-haskell/store-core/metadata.xml  |  3 +++
 dev-haskell/store-core/store-core-0.4.4.2.ebuild | 32 
 3 files changed, 36 insertions(+)

diff --git a/dev-haskell/store-core/Manifest b/dev-haskell/store-core/Manifest
index 8d2cbf7917f..e7c756dc0d7 100644
--- a/dev-haskell/store-core/Manifest
+++ b/dev-haskell/store-core/Manifest
@@ -1 +1,2 @@
 DIST store-core-0.3.tar.gz 6952 BLAKE2B 
269afdd4c3212c6ed1c6d9c4a499694fced4035b3fa298fd9262af1badcf5952fd0ed95aeece0d7ed82eaeccf739d22811fb44003e564e5e8aa53efb61ce32cc
 SHA512 
32800552f02a4b205794e238637d3c4d12d58e78fdb1b8bb51e4c9c09634c58f6fed13c108ffda1fb9059ef00dafc674c105832b2df290cb3c183d7ba76bbd05
+DIST store-core-0.4.4.2.tar.gz 7768 BLAKE2B 
c8d6ad7914e32f056930cc10cce87b86c781d2c5b3e04212a51f09e0dc248caaa837fea592804b7857639f711e915fcc2e5a332b2d9755a98c68b4ab0ddb71a4
 SHA512 
b157ef0a5b7ab1918f80ab5bbce1cb8b90e2daa7c915103a2d020c60aa533e625aa7c32abe78ce0bd0ef868f49da5f59cfdf41973ca49f8eed5ffafc14dcc406

diff --git a/dev-haskell/store-core/metadata.xml 
b/dev-haskell/store-core/metadata.xml
index 46a27879f9b..c956a8f5746 100644
--- a/dev-haskell/store-core/metadata.xml
+++ b/dev-haskell/store-core/metadata.xml
@@ -5,6 +5,9 @@
hask...@gentoo.org
Gentoo Haskell

+   
+   No description
+   

Fast and lightweight binary serialization


diff --git a/dev-haskell/store-core/store-core-0.4.4.2.ebuild 
b/dev-haskell/store-core/store-core-0.4.4.2.ebuild
new file mode 100644
index 000..a2c3f334aba
--- /dev/null
+++ b/dev-haskell/store-core/store-core-0.4.4.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.3
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Fast and lightweight binary serialization"
+HOMEPAGE="https://github.com/fpco/store#readme;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="force-alignment"
+
+RDEPEND=">=dev-haskell/fail-4.9:=[profile?]
+   >=dev-haskell/primitive-0.6:=[profile?] 
=dev-haskell/text-1.2.0.4:=[profile?] =dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+"
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag force-alignment force-alignment)
+}



[gentoo-commits] proj/pambase: New tag: pambase-20200805

2020-08-05 Thread Mikle Kolyada
commit: 
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Aug  5 09:07:08 2020 +

New tag: pambase-20200805




[gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/

2020-08-05 Thread Mikle Kolyada
commit: f17d61edbeb2d2619359d76609505b0a9cb90b92
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Aug  5 09:14:32 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Aug  5 09:19:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17d61ed

sys-auth/pambase: Drop old

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

 sys-auth/pambase/Manifest|  1 -
 sys-auth/pambase/pambase-20200804.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 04b2eba2817..2c0a93a9ef4 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,3 +1,2 @@
 DIST pambase-20200304.tar.gz 3466 BLAKE2B 
e4d406460d435403ed7a46d517f9006cacc54a94f5019a573c81b331731c88679ed6d388354b5946894bdfada556b4c73735c3f4de88fc7678cd831c68ab46c3
 SHA512 
c2a7f3fd143637fbdf5c0a3c58ba5a3c23c5e8adb1f057d02b4b9d64660435fc529031a0f710a9e5fc7091710f78dcb2f3e1ff48f033fb491ddd0399ef05b189
 DIST pambase-20200618.tar.gz 3423 BLAKE2B 
7b52d6e8ecfb26b4e4cd4995e629ccaa84340099ffd7f9d70da020689cd292bb191bc287b81056e685d4ce1b99f7aedae9802a8929cc8088c13a532fce2f86ca
 SHA512 
66220971ef207b002440c3b4dfd061fa8b434b3fa61db0b9e360aec83821c35ef55b19268fdefdeee847e637b3f47918ef0d9128d7286bf0f8032182555c33dd
-DIST pambase-20200804.tar.gz 3126 BLAKE2B 
fa873b5e5b38cafa314d3286fbd9bf733396df34ab51523501072a4a29eb061a67804f27fbaed875eed432a878c9328b5ecc05d2e6e52c0534e0845e61f5e147
 SHA512 
50f33fcc095a97df05c9521cbb8c9701298c24e4e7e3c8b33942a35cc57627e3608d289a9d317756859742e1afeb054b62bfdb021709d1ffe799b4af37c77ec5

diff --git a/sys-auth/pambase/pambase-20200804.ebuild 
b/sys-auth/pambase/pambase-20200804.ebuild
deleted file mode 100644
index cb83a3cab2e..000
--- a/sys-auth/pambase/pambase-20200804.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit pam python-any-r1
-
-DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://github.com/gentoo/pambase;
-SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="caps debug elogind minimal mktemp +nullok pam_krb5 pam_ssh +passwdqc 
securetty selinux +sha512 systemd"
-
-RESTRICT="binchecks"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-MIN_PAM_REQ=1.4.0
-
-RDEPEND="
-   >=sys-libs/pam-${MIN_PAM_REQ}
-   elogind? ( sys-auth/elogind[pam] )
-   mktemp? ( sys-auth/pam_mktemp )
-   pam_krb5? (
-   >=sys-libs/pam-${MIN_PAM_REQ}
-   sys-auth/pam_krb5
-   )
-   caps? ( sys-libs/libcap[pam] )
-   pam_ssh? ( sys-auth/pam_ssh )
-   passwdqc? ( sys-auth/passwdqc )
-   selinux? ( sys-libs/pam[selinux] )
-   sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} )
-   systemd? ( sys-apps/systemd[pam] )
-"
-
-BDEPEND="$(python_gen_any_dep '
-   dev-python/jinja[${PYTHON_USEDEP}]
-   ')"
-
-python_check_deps() {
-   has_version "dev-python/jinja[${PYTHON_USEDEP}]"
-}
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_configure() {
-   ${EPYTHON} ./${PN}.py \
-   $(usex caps '--libcap' '') \
-   $(usex debug '--debug' '') \
-   $(usex elogind '--elogind' '') \
-   $(usex minimal '--minimal' '') \
-   $(usex mktemp '--mktemp' '') \
-   $(usex nullok '--nullok' '') \
-   $(usex pam_krb5 '--krb5' '') \
-   $(usex pam_ssh '--pam-ssh' '') \
-   $(usex passwdqc '--passwdqc' '') \
-   $(usex securetty '--securetty' '') \
-   $(usex selinux '--selinux' '') \
-   $(usex sha512 '--sha512' '') \
-   $(usex systemd '--systemd' '')
-}
-
-src_test() { :; }
-
-src_install() {
-   dopamd -r stack/.
-}



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/

2020-08-05 Thread Mikle Kolyada
commit: 4a6aa7cf6f131436524abada23263901222ab8fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Aug  5 09:18:28 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Aug  5 09:19:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6aa7cf

sys-auth/pambase: Version bump (v20200805)

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

 sys-auth/pambase/Manifest|  1 +
 sys-auth/pambase/pambase-20200805.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 2c0a93a9ef4..a3d88354f49 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,2 +1,3 @@
 DIST pambase-20200304.tar.gz 3466 BLAKE2B 
e4d406460d435403ed7a46d517f9006cacc54a94f5019a573c81b331731c88679ed6d388354b5946894bdfada556b4c73735c3f4de88fc7678cd831c68ab46c3
 SHA512 
c2a7f3fd143637fbdf5c0a3c58ba5a3c23c5e8adb1f057d02b4b9d64660435fc529031a0f710a9e5fc7091710f78dcb2f3e1ff48f033fb491ddd0399ef05b189
 DIST pambase-20200618.tar.gz 3423 BLAKE2B 
7b52d6e8ecfb26b4e4cd4995e629ccaa84340099ffd7f9d70da020689cd292bb191bc287b81056e685d4ce1b99f7aedae9802a8929cc8088c13a532fce2f86ca
 SHA512 
66220971ef207b002440c3b4dfd061fa8b434b3fa61db0b9e360aec83821c35ef55b19268fdefdeee847e637b3f47918ef0d9128d7286bf0f8032182555c33dd
+DIST pambase-20200805.tar.gz 3242 BLAKE2B 
d88821ce1ea38800621c0a63e69fc31ae712286850a710a863a834a70454a4b3914b2bd2fce4024c80e9b678029b73130ab03035b49a5d07240184d77c6464b1
 SHA512 
90599acde0389b7f376fe94459f39374a840def13dab6a548f0533b1fee8861136669b912a107af6fe2d59bbed0efb128c0ddf7a2fd0ebd595308b8260c02b6d

diff --git a/sys-auth/pambase/pambase-20200805.ebuild 
b/sys-auth/pambase/pambase-20200805.ebuild
new file mode 100644
index 000..cb83a3cab2e
--- /dev/null
+++ b/sys-auth/pambase/pambase-20200805.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit pam python-any-r1
+
+DESCRIPTION="PAM base configuration files"
+HOMEPAGE="https://github.com/gentoo/pambase;
+SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="caps debug elogind minimal mktemp +nullok pam_krb5 pam_ssh +passwdqc 
securetty selinux +sha512 systemd"
+
+RESTRICT="binchecks"
+
+REQUIRED_USE="?? ( elogind systemd )"
+
+MIN_PAM_REQ=1.4.0
+
+RDEPEND="
+   >=sys-libs/pam-${MIN_PAM_REQ}
+   elogind? ( sys-auth/elogind[pam] )
+   mktemp? ( sys-auth/pam_mktemp )
+   pam_krb5? (
+   >=sys-libs/pam-${MIN_PAM_REQ}
+   sys-auth/pam_krb5
+   )
+   caps? ( sys-libs/libcap[pam] )
+   pam_ssh? ( sys-auth/pam_ssh )
+   passwdqc? ( sys-auth/passwdqc )
+   selinux? ( sys-libs/pam[selinux] )
+   sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} )
+   systemd? ( sys-apps/systemd[pam] )
+"
+
+BDEPEND="$(python_gen_any_dep '
+   dev-python/jinja[${PYTHON_USEDEP}]
+   ')"
+
+python_check_deps() {
+   has_version "dev-python/jinja[${PYTHON_USEDEP}]"
+}
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   ${EPYTHON} ./${PN}.py \
+   $(usex caps '--libcap' '') \
+   $(usex debug '--debug' '') \
+   $(usex elogind '--elogind' '') \
+   $(usex minimal '--minimal' '') \
+   $(usex mktemp '--mktemp' '') \
+   $(usex nullok '--nullok' '') \
+   $(usex pam_krb5 '--krb5' '') \
+   $(usex pam_ssh '--pam-ssh' '') \
+   $(usex passwdqc '--passwdqc' '') \
+   $(usex securetty '--securetty' '') \
+   $(usex selinux '--selinux' '') \
+   $(usex sha512 '--sha512' '') \
+   $(usex systemd '--systemd' '')
+}
+
+src_test() { :; }
+
+src_install() {
+   dopamd -r stack/.
+}



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

2020-08-05 Thread Mikle Kolyada
commit: 618cef9eddaac09eff089cbdb6b93e15568c2591
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Aug  5 09:15:44 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Aug  5 09:19:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618cef9e

profiles: update pambase mask

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

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e71a713a664..c1d2e8dfed3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -41,7 +41,7 @@ dev-libs/liboobs
 # Starting with this version pambase was
 # completly rewritten in python.
 # Initial testing needed.
-=sys-auth/pambase-20200804
+=sys-auth/pambase-20200805
 
 # Jack Todaro  (2020-08-04)
 # Deprecated in favour of dev-haskell/dbus.



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/psqueue/

2020-08-05 Thread Sergei Trofimovich
commit: 1edd67bd3dabb240997965c4d2c526e3e02ed632
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:42:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1edd67bd

dev-haskell/psqueue: bump up to 1.1.0.1

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

 dev-haskell/psqueue/Manifest   |  1 +
 dev-haskell/psqueue/psqueue-1.1.0.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-haskell/psqueue/Manifest b/dev-haskell/psqueue/Manifest
index adabc84502c..1415dcc438f 100644
--- a/dev-haskell/psqueue/Manifest
+++ b/dev-haskell/psqueue/Manifest
@@ -1 +1,2 @@
+DIST PSQueue-1.1.0.1.tar.gz 6408 BLAKE2B 
5852064aabcea6e9495234cf16d4292878ed5b645fa822aaafb5d1bc869ba2fc30ce83ef4b5fa009faae4616b814cc776f796b38f51bae877324194755ab5bcb
 SHA512 
76d5cd09d7955c4d7500b7e68fd4776b84d5cbbcc6eb1a101549119e11fdd8a452bc87cb473eef37655a18f5a5e616d126e020edb907901feae77a0b10b86eb9
 DIST PSQueue-1.1.tar.gz 6280 BLAKE2B 
5810404fa4cb93814987215b8ab4177540647ddb4e2d8678d53529e2539edb441fcc25cff26e9037ca6fb37c709b9dfd4e34a19d0d716e10270849ea297fda81
 SHA512 
34fbd599b7fc47aef8952db79c848f4b50716d2d900b1d8274733ad4c7382d41a0407159e89af9828355c618412c626e4384f2e7461396b51cf866d9b8cfdb0d

diff --git a/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild 
b/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild
new file mode 100644
index 000..5ae6c9add7b
--- /dev/null
+++ b/dev-haskell/psqueue/psqueue-1.1.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.4.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="PSQueue"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Priority Search Queue"
+HOMEPAGE="http://hackage.haskell.org/package/PSQueue;
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.0
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'base >= 4.3 && < 4.13' 'base >= 4.3'
+}



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/stringbuilder/

2020-08-05 Thread Sergei Trofimovich
commit: b75ae1ef40243f2b96615e50512d7b569e05c592
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:43:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75ae1ef

dev-haskell/stringbuilder: bump up to 0.5.1

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

 dev-haskell/stringbuilder/Manifest |  1 +
 .../stringbuilder/stringbuilder-0.5.1.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-haskell/stringbuilder/Manifest 
b/dev-haskell/stringbuilder/Manifest
index 4e570500199..3eea96f873e 100644
--- a/dev-haskell/stringbuilder/Manifest
+++ b/dev-haskell/stringbuilder/Manifest
@@ -1,2 +1,3 @@
 DIST stringbuilder-0.4.0.tar.gz 1981 BLAKE2B 
b92d9c98fd7fd03ab07a5296b0a05acc8ae8b4ee41fe33cc07607e65a42f8cf964a7a97c0d95e0f4c483842a44ac5a58aa9f71c314171e74aca343dd80e94226
 SHA512 
fead3cedc1851b4b66d443eff50659328c4b5005c2095151ac848314c8eb55fe7061f725d594a792594e7ffe939eb3ef69770e79947a28549b1a4254144ab251
 DIST stringbuilder-0.5.0.tar.gz 2104 BLAKE2B 
61ebdfa87153e9725620dfd01d7ee578c5dbc35ca62b1ac607a54ae5cfcce71d2afd73e273cad9eac079f2f06418895f7982998a9bab993bf8c1672953440ece
 SHA512 
39c461a753c1e494b66021e5e277154e3f7aa642414a6848658b30b6ce5d0ca02e6ea9d946361be0ecefe948138f83cc16a5d04341f088666cc131f7a73a38c6
+DIST stringbuilder-0.5.1.tar.gz 2149 BLAKE2B 
a157b91bc850b3551745537ae7af55cbe51ece2f69001117c116e903cc4c82fa6f9bd96facfe85eeae6dd2090e075a8ae35aea4564aa63c8b121eec8e024d8af
 SHA512 
09cbf01dce82b325393c0d6f0264792695d528a184052f5e1d5dbd3fc181fd11c280e77ba445f1e44c6a8dabc0b267aa90f4a9f1fc34135f1b741d2a5dca9369

diff --git a/dev-haskell/stringbuilder/stringbuilder-0.5.1.ebuild 
b/dev-haskell/stringbuilder/stringbuilder-0.5.1.ebuild
new file mode 100644
index 000..e211fd85436
--- /dev/null
+++ b/dev-haskell/stringbuilder/stringbuilder-0.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.5.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="A writer monad for multi-line string literals"
+HOMEPAGE="http://hackage.haskell.org/package/stringbuilder;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+   test? ( >=dev-haskell/hspec-1.3
+   dev-haskell/quickcheck )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/unexceptionalio/

2020-08-05 Thread Sergei Trofimovich
commit: 228ee46e0410bbfda6544e10baec567921931e67
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:44:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228ee46e

dev-haskell/unexceptionalio: bump up to 0.5.1

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

 dev-haskell/unexceptionalio/Manifest   |  1 +
 .../unexceptionalio/unexceptionalio-0.5.1.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-haskell/unexceptionalio/Manifest 
b/dev-haskell/unexceptionalio/Manifest
index c3e2a8c5eb9..7965a8a3ff5 100644
--- a/dev-haskell/unexceptionalio/Manifest
+++ b/dev-haskell/unexceptionalio/Manifest
@@ -1 +1,2 @@
 DIST unexceptionalio-0.3.0.tar.gz 2335 BLAKE2B 
e2d3a7f63dece9631bcbe602d2f8c06b151d103f85ad3bb84de869b3194f20e2f8483523f15a828a8526af856fce53d7fa6f669c2a659c957b7ccca10466c878
 SHA512 
be6479cfdb39707473e07639b3a35c4e178571ec2b45a356e278c9bb20710775fe26c086239aa65c2d5f201730df223b5ca3e42ea61e1ffb9a285f384e62f4b6
+DIST unexceptionalio-0.5.1.tar.gz 5635 BLAKE2B 
4a4190a32a306dd8406639d24e9cad2abbd93ad9e59d3ce2dc4c370386915bc366ff42ce3d6179f02a9d0523702fb283af07b6182cedf0c9106195e54d17fb76
 SHA512 
62c42e5c683cd05505971602fe4e64a50b5949d9540acefd8d4d66ec0bf57075cdb8e35e99f7e7c4b4fdf589b2af47aa31c0cd62d518b4ded5fc5f9f382008ba

diff --git a/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild 
b/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild
new file mode 100644
index 000..9c43479777a
--- /dev/null
+++ b/dev-haskell/unexceptionalio/unexceptionalio-0.5.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.5.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="IO without any non-error, synchronous exceptions"
+HOMEPAGE="https://github.com/singpolyma/unexceptionalio;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.10
+   test? ( dev-haskell/hunit
+   dev-haskell/test-framework
+   dev-haskell/test-framework-hunit )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/parsec1/

2020-08-05 Thread Sergei Trofimovich
commit: d3f6f9e9e814cf9ba4b3c1c21c1753ea5140e839
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:41:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:45:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f6f9e9

dev-haskell/parsec1: bump up to 1.0.0.7

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

 dev-haskell/parsec1/Manifest   |  1 +
 dev-haskell/parsec1/parsec1-1.0.0.7.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-haskell/parsec1/Manifest b/dev-haskell/parsec1/Manifest
index 34fd3d3d613..be6b4fc88ea 100644
--- a/dev-haskell/parsec1/Manifest
+++ b/dev-haskell/parsec1/Manifest
@@ -1 +1,2 @@
 DIST parsec1-1.0.0.6.tar.gz 13871 BLAKE2B 
4159797292ee8a5a64ec53c324fab116aad1c3974183c978b6e43a124e58e897b5115ff36349218b8c57fd2a69c54b592322dfa7c0cfc20761490d7f0c205d82
 SHA512 
1372007edd048aa5cca20f44fe70041b238c0b5aa36ed2c189124072f5d7671d3d164cbad58c8ce3f5c7bff01096fc9deec80cd21edc5475eecae12d2c4c6c38
+DIST parsec1-1.0.0.7.tar.gz 13440 BLAKE2B 
c445585d3db87a1abf7ea0a3157145241396ced3202c70927d355e76ad7b40f802ec0701efdc4e4dcbcdd024d6837d8eae118513acaedd44b77634befd89f7d7
 SHA512 
6ce75332064f811b105091d6adbdc2d0cfe571ec04674cf7b8f79d50df5b6d81f4a32a703151c09dfd9022b6df0929ceafc7f7451b4dff7bbc79382dc5ac743c

diff --git a/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild 
b/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild
new file mode 100644
index 000..e9718d6c2c2
--- /dev/null
+++ b/dev-haskell/parsec1/parsec1-1.0.0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable monadic parser combinators"
+HOMEPAGE="https://hackage.haskell.org/package/parsec1;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-8.0.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.24.0.0
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/pantry/

2020-08-05 Thread Sergei Trofimovich
commit: 09414bf5e0a1706ea1fc7e9934c056b7b2e74603
Author: Jack Todaro  posteo  org>
AuthorDate: Tue Aug  4 22:03:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:46:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09414bf5

dev-haskell/pantry: bump up to 0.4.0.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro  posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/17002
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/pantry/Manifest  |  1 +
 dev-haskell/pantry/pantry-0.4.0.2.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/dev-haskell/pantry/Manifest b/dev-haskell/pantry/Manifest
index 84a03e48f0b..30098f325a5 100644
--- a/dev-haskell/pantry/Manifest
+++ b/dev-haskell/pantry/Manifest
@@ -1 +1,2 @@
 DIST pantry-0.4.0.1.tar.gz 89571 BLAKE2B 
4d378ab3a1e951ccb651cd246cfa7328ccbc4dcb8e382e0332122a1bd6334bf3617cb257d8e22865f9dd32f6c75936a0e4871936a25c75596a730df8fcc88d97
 SHA512 
0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d
+DIST pantry-0.4.0.2.tar.gz 89491 BLAKE2B 
df082f4bf08f345fd64d54950241cc27af8259f1ae40ed3b123a10aeda3596c70029b1de08f8d551542af6b9cbdd77184e5dc1bda031be79d371a1051589771a
 SHA512 
17e564825b9b7fa3bf2b091d0d0ba261c5ba17105ae34193b1aeb45db823877240d8d138f9bfb9699e87c946a5c87ce83ba12144aae73919d94c7cf3e7df1d7c

diff --git a/dev-haskell/pantry/pantry-0.4.0.2.ebuild 
b/dev-haskell/pantry/pantry-0.4.0.2.ebuild
new file mode 100644
index 000..553d2801748
--- /dev/null
+++ b/dev-haskell/pantry/pantry-0.4.0.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Content addressable Haskell package management"
+HOMEPAGE="https://github.com/commercialhaskell/pantry#readme;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RESTRICT="test" # seems related to http-download, requiring network access
+
+RDEPEND="dev-haskell/aeson:=[profile?]
+   dev-haskell/ansi-terminal:=[profile?]
+   >=dev-haskell/cabal-3:=[profile?] =dev-haskell/hpack-0.31.2:=[profile?]
+   dev-haskell/http-client:=[profile?]
+   dev-haskell/http-client-tls:=[profile?]
+   dev-haskell/http-conduit:=[profile?]
+   dev-haskell/http-download:=[profile?]
+   dev-haskell/http-types:=[profile?]
+   dev-haskell/memory:=[profile?]
+   dev-haskell/mtl:=[profile?]
+   dev-haskell/network-uri:=[profile?]
+   dev-haskell/path:=[profile?]
+   dev-haskell/path-io:=[profile?]
+   dev-haskell/persistent:=[profile?]
+   >=dev-haskell/persistent-sqlite-2.9.3:=[profile?]
+   dev-haskell/persistent-template:=[profile?]
+   dev-haskell/primitive:=[profile?]
+   dev-haskell/resourcet:=[profile?]
+   dev-haskell/rio:=[profile?]
+   dev-haskell/rio-orphans:=[profile?]
+   dev-haskell/rio-prettyprint:=[profile?]
+   dev-haskell/tar-conduit:=[profile?]
+   dev-haskell/text:=[profile?]
+   dev-haskell/text-metrics:=[profile?]
+   dev-haskell/unix-compat:=[profile?]
+   dev-haskell/unliftio:=[profile?]
+   dev-haskell/unordered-containers:=[profile?]
+   dev-haskell/vector:=[profile?]
+   dev-haskell/yaml:=[profile?]
+   dev-haskell/zip-archive:=[profile?]
+   >=dev-lang/ghc-8.2.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-2.0.0.2
+   test? ( dev-haskell/exceptions
+   dev-haskell/hedgehog
+   dev-haskell/hspec
+   dev-haskell/quickcheck
+   dev-haskell/raw-strings-qq )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/pantry/

2020-08-05 Thread Sergei Trofimovich
commit: ae0338a62e71f0e48a10465fefdc48d6a4454537
Author: Jack Todaro  posteo  org>
AuthorDate: Tue Aug  4 22:06:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0338a6

dev-haskell/pantry: remove old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro  posteo.org>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-haskell/pantry/Manifest  |  1 -
 dev-haskell/pantry/pantry-0.4.0.1.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/dev-haskell/pantry/Manifest b/dev-haskell/pantry/Manifest
index 30098f325a5..24d5402699a 100644
--- a/dev-haskell/pantry/Manifest
+++ b/dev-haskell/pantry/Manifest
@@ -1,2 +1 @@
-DIST pantry-0.4.0.1.tar.gz 89571 BLAKE2B 
4d378ab3a1e951ccb651cd246cfa7328ccbc4dcb8e382e0332122a1bd6334bf3617cb257d8e22865f9dd32f6c75936a0e4871936a25c75596a730df8fcc88d97
 SHA512 
0fbed425e3079bf1a06805efff092345c5f09bca430d2167d132cba4cd4a4c66567ce1aba921a9ac01d0db368f255395b2ad38d8b16ea5d81e263b100ad5a51d
 DIST pantry-0.4.0.2.tar.gz 89491 BLAKE2B 
df082f4bf08f345fd64d54950241cc27af8259f1ae40ed3b123a10aeda3596c70029b1de08f8d551542af6b9cbdd77184e5dc1bda031be79d371a1051589771a
 SHA512 
17e564825b9b7fa3bf2b091d0d0ba261c5ba17105ae34193b1aeb45db823877240d8d138f9bfb9699e87c946a5c87ce83ba12144aae73919d94c7cf3e7df1d7c

diff --git a/dev-haskell/pantry/pantry-0.4.0.1.ebuild 
b/dev-haskell/pantry/pantry-0.4.0.1.ebuild
deleted file mode 100644
index b68dbeafb85..000
--- a/dev-haskell/pantry/pantry-0.4.0.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.5.
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Content addressable Haskell package management"
-HOMEPAGE="https://github.com/commercialhaskell/pantry#readme;
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="test" # seems related to http-download, requiring network access
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-   dev-haskell/ansi-terminal:=[profile?]
-   >=dev-haskell/cabal-3:=[profile?] =dev-haskell/hpack-0.31.2:=[profile?]
-   dev-haskell/http-client:=[profile?]
-   dev-haskell/http-client-tls:=[profile?]
-   dev-haskell/http-conduit:=[profile?]
-   dev-haskell/http-download:=[profile?]
-   dev-haskell/http-types:=[profile?]
-   dev-haskell/memory:=[profile?]
-   dev-haskell/mtl:=[profile?]
-   dev-haskell/network-uri:=[profile?]
-   dev-haskell/path:=[profile?]
-   dev-haskell/path-io:=[profile?]
-   dev-haskell/persistent:=[profile?]
-   >=dev-haskell/persistent-sqlite-2.9.3:=[profile?]
-   dev-haskell/persistent-template:=[profile?]
-   dev-haskell/primitive:=[profile?]
-   dev-haskell/resourcet:=[profile?]
-   dev-haskell/rio:=[profile?]
-   dev-haskell/rio-orphans:=[profile?]
-   dev-haskell/rio-prettyprint:=[profile?]
-   dev-haskell/tar-conduit:=[profile?]
-   dev-haskell/text:=[profile?]
-   dev-haskell/text-metrics:=[profile?]
-   dev-haskell/unix-compat:=[profile?]
-   dev-haskell/unliftio:=[profile?]
-   dev-haskell/unordered-containers:=[profile?]
-   dev-haskell/vector:=[profile?]
-   dev-haskell/yaml:=[profile?]
-   dev-haskell/zip-archive:=[profile?]
-   >=dev-lang/ghc-8.2.1:=
-"
-DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-2.0.0.2
-   test? ( dev-haskell/exceptions
-   dev-haskell/hedgehog
-   dev-haskell/hspec
-   dev-haskell/quickcheck
-   dev-haskell/raw-strings-qq )
-"



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

2020-08-05 Thread Joonas Niilola
commit: c60c784a90b2e3ede466e98776c1890f5ea70ad4
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Aug  5 07:09:10 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Aug  5 07:09:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60c784a

sys-fs/lxcfs: remove old 4.0.4-r2

Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/lxcfs/Manifest  |  1 -
 sys-fs/lxcfs/lxcfs-4.0.4-r2.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/sys-fs/lxcfs/Manifest b/sys-fs/lxcfs/Manifest
index b2286fe267f..2f478b27028 100644
--- a/sys-fs/lxcfs/Manifest
+++ b/sys-fs/lxcfs/Manifest
@@ -1,3 +1,2 @@
 DIST lxcfs-4.0.3.tar.gz 100719 BLAKE2B 
24371b921ad635f97c51ac8406c949e81330ae358b0166c2af295cb1f630594bb72da802aad41971c11303f393fd05bc9f1b109bd4da4953db2c3bb7e5189315
 SHA512 
0aaedfe826d982b9464dfb60fb57c58e34ea6022b8503bc858538b6634dc7d0845f65832d6f814043dbc0677f887e1b559549a8f3865c755970c6b47ba65eb2b
-DIST lxcfs-4.0.4.tar.gz 101546 BLAKE2B 
1e84e3b75bfb39273539ea72f941442cc3c8574c0f55359a38edc04a98a45ea8680f9bf49c5974decf180a8ecf07cadccf4e732d1743c070a740c78b773a3ee8
 SHA512 
15bcebecc815310870aea58d995d605444b57583b7f1bb2d35b065256ea5f70b071d58887fbf1ca124ea84da99151bbd9dffcca37a2e151677d56229dc8961ce
 DIST lxcfs-4.0.5.tar.gz 101842 BLAKE2B 
c916473e1b7ad42b8f69026a16810941c999d44ffcf1d456cb301411965f05e626338a5bde1e38fe99acd05f72bbcd5acbdcb2f65fa5ec183c967babcb8c70fd
 SHA512 
5c44aa7f43071a4316cc8702928fde2c928bd5654c9ab4d540152839db0d7dd235a861f263da56f02611941d46d22eee98e0cdd52aeaeda99f3c79c754d420a1

diff --git a/sys-fs/lxcfs/lxcfs-4.0.4-r2.ebuild 
b/sys-fs/lxcfs/lxcfs-4.0.4-r2.ebuild
deleted file mode 100644
index ad87ebdf52b..000
--- a/sys-fs/lxcfs/lxcfs-4.0.4-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="FUSE filesystem for LXC"
-HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/ 
https://github.com/lxc/lxcfs/;
-SRC_URI="https://github.com/lxc/lxcfs/archive/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-libs/glib:2
-   sys-fs/fuse:0"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-apps/help2man"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # Without the localstatedir the filesystem isn't mounted correctly
-   # Without with-distro ./configure will fail when cross-compiling
-   econf --localstatedir=/var --with-distro=gentoo
-}
-
-src_test() {
-   cd tests/ || die
-   emake tests
-   ./main.sh || die "Tests failed"
-}
-
-src_install() {
-   default
-
-   newconfd "${FILESDIR}"/lxcfs-4.0.0.confd lxcfs
-   newinitd "${FILESDIR}"/lxcfs-4.0.0.initd lxcfs
-
-   # Provide our own service file (copy of upstream) due to paths being 
different from upstream, 
-   # 728470
-   systemd_newunit "${FILESDIR}"/lxcfs-4.0.0.service lxcfs.service
-}



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

2020-08-05 Thread Michał Górny
commit: 6ad667e8ef14057e62a522de89f5a9d87f8a0900
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 05:42:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 07:50:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad667e8

dev-python/hypothesis: Bump to 5.23.11

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

 dev-python/hypothesis/Manifest  |  1 +
 dev-python/hypothesis/hypothesis-5.23.11.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 5fb2d577491..7eb4d6eea18 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -9,6 +9,7 @@ DIST hypothesis-python-5.20.2.tar.gz 9024252 BLAKE2B 
91fc3c24e00301c2df16ca408f1
 DIST hypothesis-python-5.20.3.tar.gz 9024258 BLAKE2B 
75bc1e868061be9c8d0377143f5f45221e182eef54c93aa0445dac1b087c35472af6a32d7b6ee8d69bfb9ed16a14927e8572f98b7b3d02fbd880d979b54b862b
 SHA512 
2b8819c425f607e300ad569115cc72b3ab45026a4d82b7f52a66fc60fe92d392a4ca0dac3260969409006958a81e69fbaac1b4612bfa6236e27f4d8f996acb89
 DIST hypothesis-python-5.21.0.tar.gz 9025422 BLAKE2B 
acd6f3b0f945ae65656af2a718add06fe440e221fda7793e3557ab194ccee4c6327e7946a58ce51e9efe3c08274888a648d9021c49fdcf663a04c28b99a0f636
 SHA512 
1921e5ea8d0f2a6e55d80611004d35671f7a7a02cb8a8f101b45e64e4ef23f9c2c8a9c467fb6c9f33ae440622020e1ad504f51a7d725a6449ca715ad1f373e40
 DIST hypothesis-python-5.23.1.tar.gz 9031807 BLAKE2B 
00c54296f83bdcd41ac63b36a29dc9e542a236406609b9b800912a209d56c4169f2d4b1c139697ffe38eff6cd886cd4a2491f3b4b5294cc710aedb70f5905436
 SHA512 
b6da23a586b60b5a094dddccab82f3b863cebcde5103e492807fb9e0b9d047b3e5fe928da24eabf5764298332d9c1e9b434ef167d7cff0a9de8a175d5f9964a5
+DIST hypothesis-python-5.23.11.tar.gz 9042077 BLAKE2B 
0f2bb7e028c2020327be41f1483bfd3140eb83ebfaef6bb016c961bfd23b274700d9cfec82e15449de9a6bd0b70040a1a6e9e7848acbd890e53c793e9f3d0829
 SHA512 
33ae65506771d96c59939df2b988b1354ab5d08c82ccd950070e2848afb79bf16048803dc5c9adfd508e7042e1d1a9ff9237646758b5a1d000943d339bf91caa
 DIST hypothesis-python-5.23.3.tar.gz 9032683 BLAKE2B 
629a44b3dbfd206c259413df44143e38d045b915d3b85359e199064aae20ec3b6946d856fbb2a9c702c765f5cd69c4418ad009fa79d6cc6eb196c2662e4254bc
 SHA512 
15d4b3b57c234f970bebf7bd98a75a5ac031422b3f70848d25a8ee94852a3f73f8b3e1d69ee850144f1f229d1dbe18fa7959df1930fc42a5768ac7e3d6bb9e7b
 DIST hypothesis-python-5.23.7.tar.gz 9037231 BLAKE2B 
0f0e2b700dfaaf4e29b950ec38ef9ba6b1aaf5a90f3266def8f895c35e4a0e8104258c86c30fca49f2239106d032c306a7a520e0b1976a87d4b50b3314c5ff2d
 SHA512 
9e4a52d149f84b895cb72ab955997caf1070f778ae15c3401602ba86ca0cbe7ea2a6603821bd7c0d79ce59bb41adb21e0cb11f22ab179e9657784c2da40685f2
 DIST hypothesis-python-5.23.8.tar.gz 9039621 BLAKE2B 
625bc11fdfd29fa7c5e32796e08afcb5210edf9d5445cb9788a4e77581c4bf70afe28af834297db470a180c2a3715c7d6039a238def468882cdc1ee4471e284f
 SHA512 
e430ba8b003f59b88216abe1b99b1eca6ab59a3e13a6ae0a71e5fc2a49e0679ae5b8b71a05d9fdfdfbe94d35fd3b3807c64e07d7e9058f79bd751e402fe376b7

diff --git a/dev-python/hypothesis/hypothesis-5.23.11.ebuild 
b/dev-python/hypothesis/hypothesis-5.23.11.ebuild
new file mode 100644
index 000..54efc2972e9
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-5.23.11.ebuild
@@ -0,0 +1,56 @@
+# 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,9} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5.3.5[${PYTHON_USEDEP}]
+   !!

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

2020-08-05 Thread Michał Górny
commit: b45b78d167828da20b8a7bd7bea8a99efe9d30ed
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 05:44:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 07:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45b78d1

dev-python/virtualenv: Bump to 20.0.30

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

 dev-python/virtualenv/Manifest  |  1 +
 dev-python/virtualenv/virtualenv-20.0.30.ebuild | 94 +
 2 files changed, 95 insertions(+)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index 3b7871a31c8..bec2bb32b65 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -2,3 +2,4 @@ DIST virtualenv-16.7.10.tar.gz 5116776 BLAKE2B 
42f0a4b4330850b504f8febd991ef6ecd
 DIST virtualenv-20.0.27.tar.gz 8265353 BLAKE2B 
31e0a5fa11d988b5340b130615dc5095a61321393fdc4f72fd88e70d88bc7922c2f8f289b995fb623d2fe900a7da8f012433d4a7bb2ecd7ab53810865e05ea2b
 SHA512 
812a17d1461c8e62568f345aba0722204dd22d0d149720d00e37712a34a9d2d614e1b854f07d7e89e1eb6e915ca3f90e8e81fb9c2442ed637efdc6b2120153d7
 DIST virtualenv-20.0.28.tar.gz 8265900 BLAKE2B 
ee07267a0fff59abe4b51091bbc8ff980ad5419375a1049e943622af174a1b533610f6a80876b75d36c3edbd1851767db08085bfd0db8215fa99495ea9a49bb1
 SHA512 
4984ce046e0787bd44feb3b30f01d53f1840722693643cec086ac3ee61c471ebf619ea31b41a7e20cfd792d59a7ba19ef64b3a6bf3950891bdf15a49747e4712
 DIST virtualenv-20.0.29.tar.gz 8277951 BLAKE2B 
1f73bcc7420ed37b81f19f97f23d1df658ff74efe2f30c70babc06eb933b1a22ff0c9ad98aafda5570b21047f829b5a7ea5d8fbe76ef39d0319c1fe4a9514cbc
 SHA512 
b1a2375828f3d1e54a2608405b093c7ce912c44bdbe5197abec19958f95bf45820c0e0f585732c15dfe8a52fd7c45857e7dcae1dbf6a7f25556ce59aa80cc50b
+DIST virtualenv-20.0.30.tar.gz 8278198 BLAKE2B 
f25bb4042326aac5af43d3f32bf33e27468c32a8863d2c7e9d8bc73bce0a384b97d406aa275d3a19015b1d46a3210e9ccd8f986d43e87c33f7e537907c94f9d7
 SHA512 
c75849b274e44b48fcb34f8e61b24c2b67b17d87ab2f1be63b6b49a70d6bfcf31c279f7a60d85f6f58cc7d0a3443debbba6b0e39d01dfa1b0ae5b075c5c9f30f

diff --git a/dev-python/virtualenv/virtualenv-20.0.30.ebuild 
b/dev-python/virtualenv/virtualenv-20.0.30.ebuild
new file mode 100644
index 000..65177020198
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-20.0.30.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=manual
+
+inherit distutils-r1
+
+DESCRIPTION="Virtual Python Environment builder"
+HOMEPAGE="
+   https://virtualenv.pypa.io/en/stable/
+   https://pypi.org/project/virtualenv/
+   https://github.com/pypa/virtualenv/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
+   >=dev-python/distlib-0.3.1[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-41[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/contextlib2-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pathlib2-2.3.3[${PYTHON_USEDEP}]
+   ' -2)
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-0.12[${PYTHON_USEDEP}]
+   ' -2 python3_{6,7} pypy3)
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_resources-1.0[${PYTHON_USEDEP}]
+   ' -2 python3_6 pypy3)"
+# coverage is used somehow magically in virtualenv, maybe it actually
+# tests something useful
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   $(python_gen_cond_dep '
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   >=dev-python/pip-20.0.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-5[${PYTHON_USEDEP}]
+   >=dev-python/pytest-freezegun-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-timeout-1.3.4[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   ' 'python3*')
+   )"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinx_rtd_theme \
+   dev-python/towncrier
+
+src_prepare() {
+   # we don't have xonsh
+   rm tests/unit/activation/test_xonsh.py || die
+   # require internet
+   sed -e 's:test_seed_link_via_app_data:_&:' \
+   -i tests/unit/seed/embed/test_boostrap_link_via_app_data.py || 
die
+   # TODO: investigate
+   sed -e 's:test_cross_major:_&:' \
+   

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

2020-08-05 Thread Michał Górny
commit: 3a46e111e7b4a94b48711ca60b0b5078efe36688
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 05:43:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 07:50:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a46e111

dev-python/parso: Bump to 0.8.0

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

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

diff --git a/dev-python/parso/Manifest b/dev-python/parso/Manifest
index a9f546c1901..5e313d20f2c 100644
--- a/dev-python/parso/Manifest
+++ b/dev-python/parso/Manifest
@@ -2,3 +2,4 @@ DIST parso-0.5.2.tar.gz 390495 BLAKE2B 
257de5853cad74803d9b45ae4820c96933d09ebe7
 DIST parso-0.6.1.tar.gz 390866 BLAKE2B 
3dbbef687f194f41bc7fdeb7c78930802ee5a97150d2585eb8949ac74ac640e897b8f04b29f2768df920aa5d54ec80f1aac3b84f996ef0ea957ddccf9da77cf0
 SHA512 
98cc20a3378c89b870df5e5df52f2c2091c1a133ea9701141ed90edbb05c5b8ddf30dcc19069cc19666f34e37f8ca64e37bfd701314adb24b0a10ab197862cf1
 DIST parso-0.7.0.tar.gz 395175 BLAKE2B 
ac407b711b6229a93864e339b3632563d3fcd7f84e22a43bd89282300b931f58d638ab8a64c441dc183852576261be18a3be471b0824b6e56fb69025cf666d6b
 SHA512 
41ad60b1d7dff682281059aabff0d43ccd3048b6cc6ee3e9e141d4a0a965fd99449f6d3f23689914c1f7bda371e3cc86266775a1c23fb1c430ea689c916fbb71
 DIST parso-0.7.1.tar.gz 399842 BLAKE2B 
1e47c1dd6846d01aa5820d7cedc3eafcf12ea0d4a2e95fa3f54429633b1c12dc39a4abe237fa46eb629408006777bd1f512cf878025b55119568ac19729b8c19
 SHA512 
318969a7a941c4a0948e58643b07b6f5c446ea166b3a8e44a556f0677ec9a36d7dc8c6d37ca7bce3f8276ee3d7144e22fbaaeac90c738fb90f7e94a0cf8abf7d
+DIST parso-0.8.0.tar.gz 392579 BLAKE2B 
b816a9f54aca54fbb8df772d1f6501d55fccef91d3c9bfcddc9f069e1b5a15dee7742bf37dbfd07f26253247a29a42303c4034608c6c9991c97e55acac77b69d
 SHA512 
fe9d1c46cb128d6af9c45f333e49475da795c1ed67572891f4daf08af620814b9db18469be11f771869e0f44acea9446e1419067e1b72affc1cb669a277d6a2c

diff --git a/dev-python/parso/parso-0.8.0.ebuild 
b/dev-python/parso/parso-0.8.0.ebuild
new file mode 100644
index 000..e5da1da9a57
--- /dev/null
+++ b/dev-python/parso/parso-0.8.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="a python parser that supports error recovery and round-trip 
parsing"
+HOMEPAGE="https://github.com/davidhalter/parso https://pypi.org/project/parso/;
+SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/, sys-fs/aufs-headers/, net-vpn/vpncwatch/, ...

2020-08-05 Thread Michał Górny
commit: 9451bd4aa7de2603c1451c40a6e9fc4a668cfd43
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 07:25:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 07:50:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9451bd4a

*/*: reassign jlec's packages

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

 app-backup/cachedir/metadata.xml   | 5 +
 app-benchmarks/bootchart2/metadata.xml | 4 +---
 app-benchmarks/ioping/metadata.xml | 3 ---
 app-benchmarks/ramspeed/metadata.xml   | 5 +
 app-office/scribus/metadata.xml| 4 +---
 app-text/pdfgrep/metadata.xml  | 3 ---
 dev-lua/luaposix/metadata.xml  | 7 ++-
 dev-util/shellcheck/metadata.xml   | 4 
 eclass/cuda.eclass | 4 ++--
 eclass/emboss-r2.eclass| 3 +--
 eclass/fortran-2.eclass| 1 -
 net-analyzer/zmap/metadata.xml | 4 +---
 net-libs/czmq/metadata.xml | 5 +
 net-misc/axel/metadata.xml | 5 +
 net-vpn/vpncwatch/metadata.xml | 4 +---
 sys-block/blocks/metadata.xml  | 4 +---
 sys-boot/makebootfat/metadata.xml  | 4 +---
 sys-cluster/pmix/metadata.xml  | 4 
 sys-cluster/singularity/metadata.xml   | 4 
 sys-cluster/ucx/metadata.xml   | 4 
 sys-fs/aufs-headers/metadata.xml   | 4 +---
 sys-fs/aufs-util/metadata.xml  | 4 +---
 sys-fs/bcache-tools/metadata.xml   | 4 +---
 sys-kernel/aufs-sources/metadata.xml   | 4 +---
 sys-kernel/kergen/metadata.xml | 5 +
 25 files changed, 20 insertions(+), 82 deletions(-)

diff --git a/app-backup/cachedir/metadata.xml b/app-backup/cachedir/metadata.xml
index b7595a302f2..7a38bb90096 100644
--- a/app-backup/cachedir/metadata.xml
+++ b/app-backup/cachedir/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   j...@gentoo.org
-   Justin Lecher
-   
+   
 

diff --git a/app-benchmarks/bootchart2/metadata.xml 
b/app-benchmarks/bootchart2/metadata.xml
index 59b22aee67c..b714966c25d 100644
--- a/app-benchmarks/bootchart2/metadata.xml
+++ b/app-benchmarks/bootchart2/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-j...@gentoo.org
-  
+  
   
 mmeeks/bootchart
   

diff --git a/app-benchmarks/ioping/metadata.xml 
b/app-benchmarks/ioping/metadata.xml
index f1fd644784b..55ad5be23a2 100644
--- a/app-benchmarks/ioping/metadata.xml
+++ b/app-benchmarks/ioping/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-j...@gentoo.org
-  
   
 shell-to...@gentoo.org
 Gentoo Shell Tools Project

diff --git a/app-benchmarks/ramspeed/metadata.xml 
b/app-benchmarks/ramspeed/metadata.xml
index d84a11e0804..d03ea47e8ab 100644
--- a/app-benchmarks/ramspeed/metadata.xml
+++ b/app-benchmarks/ramspeed/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-j...@gentoo.org
-Justin Lecher
-  
+  
   
 Force shared libraries to be built as PIC (this is 
slower)
   

diff --git a/app-office/scribus/metadata.xml b/app-office/scribus/metadata.xml
index 02d7f56a4fe..22b568ff29b 100644
--- a/app-office/scribus/metadata.xml
+++ b/app-office/scribus/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-j...@gentoo.org
-  
+  
   
 Enable support for Boost based enhancement
 Enable support for spell checking with 
app-text/hunspell

diff --git a/app-text/pdfgrep/metadata.xml b/app-text/pdfgrep/metadata.xml
index 1a839140fb6..3b89b4ece53 100644
--- a/app-text/pdfgrep/metadata.xml
+++ b/app-text/pdfgrep/metadata.xml
@@ -1,9 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   j...@gentoo.org
-   

f...@geekplace.eu


diff --git a/dev-lua/luaposix/metadata.xml b/dev-lua/luaposix/metadata.xml
index 686aaf5c3d7..55f9ea8cfb0 100644
--- a/dev-lua/luaposix/metadata.xml
+++ b/dev-lua/luaposix/metadata.xml
@@ -1,10 +1,7 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   j...@gentoo.org
-   Justin Lecher
-   
+   

luaposix/luaposix


diff --git a/dev-util/shellcheck/metadata.xml b/dev-util/shellcheck/metadata.xml
index c120a64c1f9..b7878815d80 100644
--- a/dev-util/shellcheck/metadata.xml
+++ b/dev-util/shellcheck/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   j...@gentoo.org
-   Justin Lecher
-   

hask...@gentoo.org
Gentoo Haskell

diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass
index f1c09ca2e45..3d16570e862 100644
--- a/eclass/cuda.eclass
+++ b/eclass/cuda.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 case "${EAPI:-0}" 

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

2020-08-05 Thread Michał Górny
commit: ba8d86af580e0c7191e77e479349aecae6ac9150
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 05:40:02 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 07:50:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8d86af

dev-python/hyperlink: Bump to 20.0.1

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

 dev-python/hyperlink/Manifest|  1 +
 dev-python/hyperlink/hyperlink-20.0.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/hyperlink/Manifest b/dev-python/hyperlink/Manifest
index ed40bc847e4..dac2d61d04f 100644
--- a/dev-python/hyperlink/Manifest
+++ b/dev-python/hyperlink/Manifest
@@ -1 +1,2 @@
 DIST hyperlink-19.0.0.tar.gz 99099 BLAKE2B 
1213bbc404ebf04f178e3f8b986c343f64cd6a75202942d1cfaeab640d1523388beaafcd2662f414c9fb1eb87f746f3edeb5b5e395b9fc0acb7e82697f45f7a2
 SHA512 
5d5723bc0bd0c381edd3a9ef7bab3ba9ad4252027d5a4afa61e6cfff3e5b8457994b6dd36ecc356e638d41f797fe3367a3010249e0e77bee6e9e94336c1e7c2e
+DIST hyperlink-20.0.1.tar.gz 140291 BLAKE2B 
ee8c741d4cb87e4a577e1c9a45614f5f47e086f27b60a75897b66684ab5927da73ccaba47b16b770f0277a52351cc732cf74762e29c83644c220ed59c67a18d0
 SHA512 
f935c09d35baf8a8a3c8d4dc6aaf64135d13dda4636187f5d47f3fe4de675498efa29cd93d802c0912db2fa371d0e58213767b1c3c42e5a14bb837ea96a72193

diff --git a/dev-python/hyperlink/hyperlink-20.0.1.ebuild 
b/dev-python/hyperlink/hyperlink-20.0.1.ebuild
new file mode 100644
index 000..d1adb23821d
--- /dev/null
+++ b/dev-python/hyperlink/hyperlink-20.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A featureful, correct URL for Python"
+HOMEPAGE="https://github.com/python-hyper/hyperlink 
https://pypi.org/project/hyperlink/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/idna[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+src_test() {
+   # suppresses hypothesis health checks
+   local -x CI=1
+   distutils-r1_src_test
+}



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

2020-08-05 Thread Michał Górny
commit: 0c198d05ee90c3c87efb1ea2bf2c1fad653059ad
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 05:40:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 07:50:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c198d05

dev-python/cmd2: Bump to 1.3.0

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

 dev-python/cmd2/Manifest  |  1 +
 dev-python/cmd2/cmd2-1.3.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index 0b4c2fea770..7c5fa9ed5f9 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -1,3 +1,4 @@
 DIST cmd2-1.1.0.tar.gz 605311 BLAKE2B 
0816c3975b45c4845f234a746037319213af8860ea8996b6d05e2412e26649be6770d21dab330387037f6284b1f440a29b727c1ac4fed969fc8dbb2f9ac389be
 SHA512 
b8065ec217a588725eb1787d2aedac8c49b8b8196c12848038f91cba73f23e960fbfe5d4b8631b2a57eb1aeaa1a206683b8b71545c1171d6d3101f03fefc0f0b
 DIST cmd2-1.2.0.tar.gz 613769 BLAKE2B 
dbdabdd52ef26fa6fd91d4255dab1b77b0363fbfba85c4f42b3d125ab3663ef301bf267ace4617c3a391765b78778d231691cb87fb43d6d47c78d02a4a11cbc8
 SHA512 
2df3342a4b74a29948bba0dc11c44e37be9f2ebd78051efd4d77dd03bd3460d11857c8edc3c57baacb4b1abbc41b3504d475e0395563818032dc6946fcda6538
 DIST cmd2-1.2.1.tar.gz 623518 BLAKE2B 
69aebdb6350c453001b6101988d9b0d3d96ca7970c54cd59d3aad6e01b3e7133d62b57cb44588cec786ea21818d8c5983e5bc64510e8c6f07627505f14c28651
 SHA512 
5f7259111ed8f5719c230c33f6131c8464f5500ba14869d26e9f52850ea619c2b97ed950774930d9e19621e98c64b50c67eaff34277cd81463b60f8dcf6f04a3
+DIST cmd2-1.3.0.tar.gz 642189 BLAKE2B 
5052f0d0f3e42329efb43f4552ef24407812705f90e937bb0ef3c19c7b30b2648171a05346dcaf91df873e61e522161ac1db94ed0898114e81079d08478d45d7
 SHA512 
e9d935435d83b0e6ab946c0abff6d44116a2efcd3ac9eb9997f2f7b765f164ae3e379eca79da781f0689b7944c7ed967e09bd94010f370974a83fb8baab4142f

diff --git a/dev-python/cmd2/cmd2-1.3.0.ebuild 
b/dev-python/cmd2/cmd2-1.3.0.ebuild
new file mode 100644
index 000..cdd3428887c
--- /dev/null
+++ b/dev-python/cmd2/cmd2-1.3.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Extra features for standard library's cmd module"
+HOMEPAGE="https://github.com/python-cmd2/cmd2;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pyperclip-1.6[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-1.6.0[${PYTHON_USEDEP}]
+   ' python3_{6,7})
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:test_which_editor_good:_&:' tests/test_cmd2.py || die
+   distutils-r1_src_prepare
+}
+
+src_test() {
+   # tests rely on very specific text wrapping...
+   local -x COLUMNS=80
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest -vv || die "Tests failed with ${EPYTHON}"
+}



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

2020-08-05 Thread Lars Wendler
commit: 700f2ea5e9b992a67ac720f8e040201d4002468f
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug  5 06:39:31 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug  5 06:39:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700f2ea5

sys-apps/ethtool: Bump to version 5.8

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

 sys-apps/ethtool/Manifest  |  1 +
 sys-apps/ethtool/ethtool-5.8.ebuild| 22 
 .../ethtool/files/ethtool-5.8-avoid_bashisms.patch | 29 ++
 3 files changed, 52 insertions(+)

diff --git a/sys-apps/ethtool/Manifest b/sys-apps/ethtool/Manifest
index 3166c8e3d1e..35d18260914 100644
--- a/sys-apps/ethtool/Manifest
+++ b/sys-apps/ethtool/Manifest
@@ -1,3 +1,4 @@
 DIST ethtool-5.4.tar.xz 239288 BLAKE2B 
8c8b2bee53fe3e71510684ca7c6f64153cb6f1c5ebe44cd4d1dc351885d2d9957eb206a96bda9efadb5faa0e15a3f0ba07923d7e29b27694e3e3f605151a940d
 SHA512 
c7bfe7eae2ba207d710716274e9f5ae275c57d0bebc0a9acb95677125e64f1b42ef610032011fb59894aab46973988bad40fddbc5ccc238893e7da66f913255b
 DIST ethtool-5.6.tar.xz 281084 BLAKE2B 
1fecc52e9031a3d13cbe6b3c508ebd7fc6dc03b02d4126b3ddd9ef40eedbef151b66f52e80b6570d45ebba09437b587124d2c22817da7d4f3658bd1ff1d3c8a1
 SHA512 
9308f8e4a297d842a7a5a51419e408951e669da1f58cb1eed41f52be4cd2f32f811d1d19e9bee59d8297938a6d5a4abff2b9bbf789d0c49ed5074a78826d3199
 DIST ethtool-5.7.tar.xz 283048 BLAKE2B 
1f265ea452ec0d37b4bd4bb4e602a27d2d26144d750940b2c61638524626fffb59c3fbf054472e31ff755260d7cce8f6cdc31ef74a512a3656830b546b4bbe6d
 SHA512 
195e24c48201412e0eaad7d7ca4e530c3a8cf50f3518cfe49d299fd091cf9198007c5d23be95109c735ceb2ccad37ac9f2e9cde0fb36ea426ab17b1dd064d4a9
+DIST ethtool-5.8.tar.xz 299416 BLAKE2B 
ea7433205eba831b6ba56e140c73cfe283cc5dc56ced963414a017b0d6b6fbde9d0195ff64ebdc060351e5e9844af8beb8f00f7e04d76b04f958b166cda7e589
 SHA512 
5eada909f82573ad93bc5476e6f8d50f68ce2c9948558877eb6ace8dc17aee895b2f27343592f5f23eaef0e0fc70b5f776f76e75d9614bab305a2819ca82370e

diff --git a/sys-apps/ethtool/ethtool-5.8.ebuild 
b/sys-apps/ethtool/ethtool-5.8.ebuild
new file mode 100644
index 000..49fc0d567fc
--- /dev/null
+++ b/sys-apps/ethtool/ethtool-5.8.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Utility for examining and tuning ethernet-based network 
interfaces"
+HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/;
+SRC_URI="https://www.kernel.org/pub/software/network/ethtool/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+netlink"
+
+DEPEND="app-arch/xz-utils"
+RDEPEND="netlink? ( net-libs/libmnl )"
+
+PATCHES=( "${FILESDIR}/${PN}-5.8-avoid_bashisms.patch" )
+
+src_configure() {
+   econf $(use_enable netlink)
+}

diff --git a/sys-apps/ethtool/files/ethtool-5.8-avoid_bashisms.patch 
b/sys-apps/ethtool/files/ethtool-5.8-avoid_bashisms.patch
new file mode 100644
index 000..9cd9fd86fb7
--- /dev/null
+++ b/sys-apps/ethtool/files/ethtool-5.8-avoid_bashisms.patch
@@ -0,0 +1,29 @@
+Running this script with dash results in an endless loop spitting out this:
+
+  ./test-driver: 62: [: --test-name: unexpected operator
+  ./test-driver: 78: [[: not found
+
+This is caused by two bashisms which are being fixed by the below patch
+
+Signed-off-by: Lars Wendler 
+
+--- ethtool-5.8/test-driver
 ethtool-5.8/test-driver
+@@ -59,7 +59,7 @@
+ while test $# -gt 1; do
+  arg=${1%=*}
+  val=${1#*=}
+- if [ $arg == $val ]; then
++ if [ $arg = $val ]; then
+val=$2
+shift
+  fi
+@@ -75,7 +75,7 @@
+   --) break;;
+   -*) usage_error "invalid option: '$1'";;
+   esac
+-  [[ $arg != $val ]] && shift
++  [ $arg != $val ] && shift
+ done
+ 
+ missing_opts=



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

2020-08-05 Thread Lars Wendler
commit: f969b88e97f9d8ee016f2838f1afd351981bfb67
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug  5 06:21:02 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug  5 06:39:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f969b88e

sys-fs/exfatprogs: Initial commit

Reported-by: Alexander Tsoy  tsoy.me>
Closes: https://bugs.gentoo.org/735980
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/exfatprogs/Manifest|  1 +
 sys-fs/exfatprogs/exfatprogs-1.0.4.ebuild | 25 +
 sys-fs/exfatprogs/exfatprogs-.ebuild  | 25 +
 sys-fs/exfatprogs/metadata.xml| 11 +++
 4 files changed, 62 insertions(+)

diff --git a/sys-fs/exfatprogs/Manifest b/sys-fs/exfatprogs/Manifest
new file mode 100644
index 000..6df02c6aa3d
--- /dev/null
+++ b/sys-fs/exfatprogs/Manifest
@@ -0,0 +1 @@
+DIST exfatprogs-1.0.4.tar.xz 255736 BLAKE2B 
de2d64853e94944dd5c1f961a94daf5d31266a4b8f51e20a0528344fed24a5482ae6412f39d47b7da9807d5b8d10f87106b88818318f26339c0c8e05d52b247d
 SHA512 
c3d9b92101b9461d47a9b3c7a43a99b90160ec81121662b04947aea18ad1b2381dc1d71c491bc4a5f2439120d6c21533ba2714a548134d9c918c4b1c72063d45

diff --git a/sys-fs/exfatprogs/exfatprogs-1.0.4.ebuild 
b/sys-fs/exfatprogs/exfatprogs-1.0.4.ebuild
new file mode 100644
index 000..f262a17592a
--- /dev/null
+++ b/sys-fs/exfatprogs/exfatprogs-1.0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Userspace utilities for new exfat filesystem (kernel 5.7+)"
+HOMEPAGE="https://github.com/exfatprogs/exfatprogs;
+if [[ "${PV}" == * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git;
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+RDEPEND="!sys-fs/exfat-utils"
+
+src_prepare() {
+   default
+   [[ "${PV}" == * ]] && eautoreconf
+}

diff --git a/sys-fs/exfatprogs/exfatprogs-.ebuild 
b/sys-fs/exfatprogs/exfatprogs-.ebuild
new file mode 100644
index 000..f262a17592a
--- /dev/null
+++ b/sys-fs/exfatprogs/exfatprogs-.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Userspace utilities for new exfat filesystem (kernel 5.7+)"
+HOMEPAGE="https://github.com/exfatprogs/exfatprogs;
+if [[ "${PV}" == * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git;
+else
+   
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE=""
+
+RDEPEND="!sys-fs/exfat-utils"
+
+src_prepare() {
+   default
+   [[ "${PV}" == * ]] && eautoreconf
+}

diff --git a/sys-fs/exfatprogs/metadata.xml b/sys-fs/exfatprogs/metadata.xml
new file mode 100644
index 000..f694d91a6b5
--- /dev/null
+++ b/sys-fs/exfatprogs/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   base-sys...@gentoo.org
+   Gentoo Base System
+   
+   
+   exfatprogs/exfatprogs
+   
+



[gentoo-commits] repo/proj/rust:master commit in: virtual/rust/, dev-lang/rust/

2020-08-05 Thread Mikhail Pukhlikov
commit: cffbeb74582c618865852a74ebad5072cdb2a598
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Wed Aug  5 07:12:41 2020 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Wed Aug  5 07:12:41 2020 +
URL:https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=cffbeb74

bump rust

Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 dev-lang/rust/Manifest | 2 +-
 dev-lang/rust/{rust-1.45.1-r666.ebuild => rust-1.45.2-r666.ebuild} | 0
 virtual/rust/{rust-1.45.1-r666.ebuild => rust-1.45.2-r666.ebuild}  | 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/Manifest b/dev-lang/rust/Manifest
index 9155658..51c1504 100644
--- a/dev-lang/rust/Manifest
+++ b/dev-lang/rust/Manifest
@@ -2,4 +2,4 @@ DIST rust-1.44.1-aarch64-unknown-linux-gnu.tar.xz 101259004 
SHA256 149e4d34ac86b
 DIST rust-1.44.1-armv7-unknown-linux-gnueabihf.tar.xz 109724880 SHA256 
1e997c82efd3a3d4ed9e17a4ce031df2cef289d70a8819dfabd75b589a4884c4 SHA512 
6a7bafba9c4d60bb13fac2a7683702352d3a04df24674f993952e9d872b9def47b5f8070925798343f5fd2f83775377ba2ddcf188b8500ec518fe44eb67483eb
 WHIRLPOOL 
6d6e3144b5ab4f0c73e2f3c7fc59ae99dffe9386369db1d9be99dbf009ee51119dc1a425b87223e6b90282e72c2c0d2e93c298ea321b55092a02b3513dd67ad7
 DIST rust-1.44.1-i686-unknown-linux-gnu.tar.xz 124915068 SHA256 
6b66841e041174bcefcfed9110cf787eae62ff8c07438b6bb081b832a2419513 SHA512 
fc6259c7b55a1ee457e444885c9604d2bcbe937833bdca9bb70fbfb230032c1e497ea04aa5edd761eefe5b48d34928998c6935563e76c82eccb7a03b1d5aaa45
 WHIRLPOOL 
29ccc66cd1647463d10836bbd12d9eef5054922979af277b39cd7c673cbde8d38de057e5d4911a03d507e063e916363af17a48ec55420b1b3f0fce897b4a6a85
 DIST rust-1.44.1-x86_64-unknown-linux-gnu.tar.xz 112133992 SHA256 
aa813a36f9ed0b9886c9555140e9163f565c532e541a28f8bd69288f7e4f0ff5 SHA512 
540761fd5246f4a48a7606ac0220f0d61963473b57ef703696871dc23fda8154d45351b8e81018d15899c386b44e43b05028cc797d495e9dc46f127fbea7f093
 WHIRLPOOL 
dbb3537d6fb83018b03a3493dbc332e36073cfe5a878e680f5264cbd844414386a5d5c514b041f5e4c562c2243ece782623b2f6344b361d90c9972dc73a91992
-DIST rustc-1.45.1-src.tar.xz 98686408 SHA256 
0dc76c67d35a379d18d741ea6b8fac6ba8ac7d2a657076143bd93af00fd70f3c SHA512 
ef71a1706c84fa8557f481d310033285a41ecd9b8d537bacb846d01ed9954b679b915272db57cd96d5ee097cc0134899e584d517c467a9d2949496312e5995df
 WHIRLPOOL 
d77ebf6edf22b83dbad65e9ddfaa0b51c82f92b1e67498c2680cd8269ad9a2f92f4a9da18684aed97c7259f63170d93cf4f64606e8f093557182cd022175838a
+DIST rustc-1.45.2-src.tar.xz 98683036 SHA256 
f8412adac2f5d974b2f06c5bd4be7361084d18a678d098bf05de5ccfa57b74a9 SHA512 
cc6250c0bc844e77ca6dd7ae013e434ed3009b001914114866ed31f28edf3960221454d131e298b15050e3b8153fb8298d509559c2f7307c64611aa8e36b4d25
 WHIRLPOOL 
de979a517ac95d8145deebe2f7047b5ece6f2b47ad04995620bab49963c708bd3d5997660cc426f803474c6b79d90f7babaceb7ad0d52811a94ff24ae1599cc4

diff --git a/dev-lang/rust/rust-1.45.1-r666.ebuild 
b/dev-lang/rust/rust-1.45.2-r666.ebuild
similarity index 100%
rename from dev-lang/rust/rust-1.45.1-r666.ebuild
rename to dev-lang/rust/rust-1.45.2-r666.ebuild

diff --git a/virtual/rust/rust-1.45.1-r666.ebuild 
b/virtual/rust/rust-1.45.2-r666.ebuild
similarity index 100%
rename from virtual/rust/rust-1.45.1-r666.ebuild
rename to virtual/rust/rust-1.45.2-r666.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/alex-tools/

2020-08-05 Thread Sergei Trofimovich
commit: e8b8483ac9fbfc8381dab0427abd260aff014118
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 08:08:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 08:08:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b8483a

dev-haskell/alex-tools: new package, a depend of language-lua-0.11

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

 dev-haskell/alex-tools/Manifest  |  1 +
 dev-haskell/alex-tools/alex-tools-0.4.ebuild | 33 
 dev-haskell/alex-tools/metadata.xml  | 13 +++
 3 files changed, 47 insertions(+)

diff --git a/dev-haskell/alex-tools/Manifest b/dev-haskell/alex-tools/Manifest
new file mode 100644
index 000..f9e6e7c5d06
--- /dev/null
+++ b/dev-haskell/alex-tools/Manifest
@@ -0,0 +1 @@
+DIST alex-tools-0.4.tar.gz 4507 BLAKE2B 
3475957bfe9eda85b53bd4a541cf4441b6eece6901834723c84e4e9877579e8b45258f045aece44ed0d1f17f17f3ab77ea61d56421f07b998bf0a5b7f69e915c
 SHA512 
d4282acdd6f734e3077802d3e87588eaf704f449fb9a46cc330f17a067bb142d948b7c0ae430def970e0b4dc5caf533b226e02112bdc9a2b1c79b552d3abc681

diff --git a/dev-haskell/alex-tools/alex-tools-0.4.ebuild 
b/dev-haskell/alex-tools/alex-tools-0.4.ebuild
new file mode 100644
index 000..c02ea029335
--- /dev/null
+++ b/dev-haskell/alex-tools/alex-tools-0.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A set of functions for a common use case of Alex"
+HOMEPAGE="http://hackage.haskell.org/package/alex-tools;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/text-1.2:=[profile?] =dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.18.1.3
+"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'base >=4.7 && <4.12' 'base >=4.7' \
+   'template-haskell >=2.9.0 && <2.14' 'template-haskell >=2.9.0 
&& <2.16'
+}

diff --git a/dev-haskell/alex-tools/metadata.xml 
b/dev-haskell/alex-tools/metadata.xml
new file mode 100644
index 000..691ba22004d
--- /dev/null
+++ b/dev-haskell/alex-tools/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   hask...@gentoo.org
+   Gentoo Haskell
+   
+   
+   
+   
+   This captures a common patter for using Alex.
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-lua/

2020-08-05 Thread Sergei Trofimovich
commit: a9d1535d8cb8c85d94c490383dbb6d1027ba2928
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 08:08:32 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 08:08:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d1535d

dev-haskell/language-lua: bump up to 0.11.0.1

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

 dev-haskell/language-lua/Manifest  |  1 +
 .../language-lua/language-lua-0.11.0.1.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-haskell/language-lua/Manifest 
b/dev-haskell/language-lua/Manifest
index 141a913463b..a5d62856d40 100644
--- a/dev-haskell/language-lua/Manifest
+++ b/dev-haskell/language-lua/Manifest
@@ -1 +1,2 @@
 DIST language-lua-0.10.0.tar.gz 145929 BLAKE2B 
7d86971a44debfd371936de35f4071b49249f3121263379a29fd3d07a3ed9fb8d3d06572b7d9990a5c2a64e0e93e4fd9fe48aec071007a62f17e93b67a799377
 SHA512 
9b43e3e67f54e25e82c3f1fb9fa81be31509aab01084ef95e6eddbef71fb5df7d9e58816fa51db95f8febe66fa77c52d62b15a7060dfa6a845b662b0b16dac15
+DIST language-lua-0.11.0.1.tar.gz 122831 BLAKE2B 
20b1ae06f2b22e5f75b50c04b7fe9edbb81b8897ec015d8b5c6a8ea97fa8dba49901ff101103a4f728189be6c18f76191506cda8a28583f3783d6f4af66a6b4b
 SHA512 
59b3d64f7a920b7aee55965e2a0c847d7eeb4e7c5a33668ee4a796b403b98a11a37ed8d6d1efe8244aba6e56cba01841cd7cf00d706544d65949ac019b5fd11a

diff --git a/dev-haskell/language-lua/language-lua-0.11.0.1.ebuild 
b/dev-haskell/language-lua/language-lua-0.11.0.1.ebuild
new file mode 100644
index 000..7f916d15ee7
--- /dev/null
+++ b/dev-haskell/language-lua/language-lua-0.11.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.1
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Lua parser and pretty-printer"
+HOMEPAGE="https://github.com/glguy/language-lua;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/alex-tools-0.4:=[profile?] 
=dev-haskell/text-1.2:=[profile?] =dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+   dev-haskell/alex
+   >=dev-haskell/cabal-1.16.0
+   dev-haskell/happy
+   test? ( dev-haskell/quickcheck
+   dev-haskell/tasty
+   dev-haskell/tasty-hunit
+   dev-haskell/tasty-quickcheck )
+"



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

2020-08-05 Thread Miroslav Šulc
commit: abd576f7129eb1e005a83f71c1c9bd59b31ceb70
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Aug  5 08:21:59 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug  5 08:22:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd576f7

media-sound/lilypond: fixed readme path in 

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/lilypond/lilypond-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-.ebuild
index 97370354492..adc21f971c1 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-.ebuild
@@ -57,7 +57,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.21.1-fix-font-size.patch
 )
 
-DOCS=( DEDICATION HACKING README.txt ROADMAP )
+DOCS=( DEDICATION HACKING Documentation/out/topdocs/README.txt ROADMAP )
 
 src_prepare() {
default



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/tekore/

2020-08-05 Thread Andrew Ammerlaan
commit: 3bf0b97db4fce1872b6dcd256454fa1d849c5fcf
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Aug  5 08:33:08 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Aug  5 08:33:08 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bf0b97d

dev-python/tekore: version bump

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

 dev-python/tekore/Manifest | 2 +-
 dev-python/tekore/{tekore-2.1.2.ebuild => tekore-2.1.3.ebuild} | 6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index b0b26d2..8d0a1f7 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1,2 +1,2 @@
 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B 
ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb
 SHA512 
a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
-DIST tekore-2.1.2.tar.gz 202009 BLAKE2B 
a0d5a6314fa96bb917a1c8d71ee1e5519f046aa4289f4d86b3fdbab40d8f83bfd2753e2ac700ed0d876259c77db889a5cbb5b20532f5efae531882e514267a2f
 SHA512 
04fa94abce4c5180c29474fb2bfa80d05a7d421979b535dcda0e281dfa087d405f40a51a2b530e1b06725f5005aec3ff72ae90fc1c786cf9656f972975d985ee
+DIST tekore-2.1.3.tar.gz 202522 BLAKE2B 
2328116cf0d25e2c55e9f68c38064293bfb3e0d5361d02a7ed9f79a723ede54afeee2a355949ea619c56f02b242497a58044704197b757530cf51273b6970cc4
 SHA512 
d0895cdeee442bda19aecccd0cc2bd4022284972c535dac42d1aaa3c1e2b6676e9d80515cee44c555e6180b2b81a007fa43e77cb44f81c90e06aad6c6410d981

diff --git a/dev-python/tekore/tekore-2.1.2.ebuild 
b/dev-python/tekore/tekore-2.1.3.ebuild
similarity index 89%
rename from dev-python/tekore/tekore-2.1.2.ebuild
rename to dev-python/tekore/tekore-2.1.3.ebuild
index 84d7136..c821256 100644
--- a/dev-python/tekore/tekore-2.1.2.ebuild
+++ b/dev-python/tekore/tekore-2.1.3.ebuild
@@ -23,6 +23,11 @@ RDEPEND="
media-sound/spotify
 "
 
+BDEPEND="test? (
+   >=dev-python/pytest-asyncio-0.11[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-launchers/

2020-08-05 Thread Andrew Ammerlaan
commit: 0ddc2979b53bbe21ef70de47ad5f2ea69effb02c
Author: Matthias Coppens  gmail  com>
AuthorDate: Tue Aug  4 17:02:51 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Aug  4 17:03:11 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ddc2979

gui-apps/nwg-launchers: Version bump

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/nwg-launchers/Manifest   |  1 +
 gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/gui-apps/nwg-launchers/Manifest b/gui-apps/nwg-launchers/Manifest
index aa38694..e6135e1 100644
--- a/gui-apps/nwg-launchers/Manifest
+++ b/gui-apps/nwg-launchers/Manifest
@@ -1 +1,2 @@
 DIST nwg-launchers-0.2.0.tar.gz 43240 BLAKE2B 
e026faaa272d2c0b71a4140d3a0dd6bad9b40a528a3d49819197ad93a833a2263048c56287058f70fa50a7c0de503b8b3d84fa1a0271b3c906d107c582d61d3c
 SHA512 
4f04c8bae4a3cf8869d66b833d9528fffb65f27a04e254c38133f2cd3b046b2db3cdc61dec90c958f009ea79e68313741f71b29bc15a04f4905f0853b3b3
+DIST nwg-launchers-0.3.0.tar.gz 42750 BLAKE2B 
ef745b20b884d5bb9281017d2cf6f19f3dc3125489e5d1c1c0e4909209119902f0da1982f09154111ad4a269948d2f2a4e851efaa8ae5dfe992a4c30c601fb64
 SHA512 
3dc1a49d72dfa2d5cfd8254b6e0d48af4b86dce86171a44813c2d89f9a450bed0ab88bd2afbc2152a3608c89ab27d434a62f21589ef7f9519b5f5e669f78e324

diff --git a/gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild 
b/gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild
new file mode 100644
index 000..0ba68bd
--- /dev/null
+++ b/gui-apps/nwg-launchers/nwg-launchers-0.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGIT_REPO_URI="https://github.com/nwg-piotr/${PN};
+case "${PV}" in
+   )
+   inherit git-r3
+   ;;
+   *)
+   SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+esac
+inherit meson
+
+DESCRIPTION="GTK+ launchers for sway, i3 and some other WMs"
+HOMEPAGE="${EGIT_REPO_URI}"
+LICENSE="GPL-3"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   x11-libs/gtk+:3
+   dev-cpp/gtkmm:3.0
+   dev-cpp/nlohmann_json"
+DEPEND="${RDEPEND}"
+
+IUSE="+bar +dmenu +grid"
+
+src_configure() {
+   meson_src_configure $(meson_use bar) $(meson_use dmenu) $(meson_use 
grid)
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/wofi/

2020-08-05 Thread Andrew Ammerlaan
commit: eb9a6abe641fac86467034b05bd485ea457bddf3
Author: Matthias Coppens  gmail  com>
AuthorDate: Tue Aug  4 17:13:50 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Aug  4 17:13:50 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb9a6abe

gui-apps/wofi: Version bump

Added versions 1.2 and 1.2.1
Removed versions 1.1.1 and 1.1.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Matthias Coppens  gmail.com>

 gui-apps/wofi/{wofi-1.1.1.ebuild => wofi-1.2.1.ebuild} | 0
 gui-apps/wofi/{wofi-1.1.2.ebuild => wofi-1.2.ebuild}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/gui-apps/wofi/wofi-1.1.1.ebuild b/gui-apps/wofi/wofi-1.2.1.ebuild
similarity index 100%
rename from gui-apps/wofi/wofi-1.1.1.ebuild
rename to gui-apps/wofi/wofi-1.2.1.ebuild

diff --git a/gui-apps/wofi/wofi-1.1.2.ebuild b/gui-apps/wofi/wofi-1.2.ebuild
similarity index 100%
rename from gui-apps/wofi/wofi-1.1.2.ebuild
rename to gui-apps/wofi/wofi-1.2.ebuild



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

2020-08-05 Thread Miroslav Šulc
commit: 794cce3f16bb0eb284765f30048968f07ca2fdf8
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Wed Aug  5 08:31:32 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Aug  5 08:32:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794cce3f

media-sound/lilypond: bump to 2.21.4 + python3_9

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/lilypond/Manifest | 1 +
 media-sound/lilypond/{lilypond-.ebuild => lilypond-2.21.4.ebuild} | 4 ++--
 media-sound/lilypond/lilypond-.ebuild | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
index 40fc65bffd7..3687cff7423 100644
--- a/media-sound/lilypond/Manifest
+++ b/media-sound/lilypond/Manifest
@@ -1 +1,2 @@
 DIST lilypond-2.21.1.tar.gz 18135688 BLAKE2B 
4a797c325e254b59cb314b28a801198f398efd7a37cac448b79d8161ab7248b0c9ca45ce742b82d0aebb784a98637209c84df74304a9e8c8f744b9f5033e18d2
 SHA512 
596f6a09d0f9a0c39ca717a9e4e246e03679a6cf40a78491eac9bc3eccf173799c75a0baef491cae8385bf1abda53244fd731695762b6fd841396edb92d0ab75
+DIST lilypond-2.21.4.tar.gz 18011766 BLAKE2B 
fe9731a170ec6e551bd5e2259cca33e1c69ee5dedccaf39e7026afe3342da8d301f7450450122f4e102915d4469dddb89575b3a75db21e988d526d9b683bcc38
 SHA512 
29d671d411cf3817e8a62f208bec4c8d74a08c3a54b8856c1474cfa736e2882c5418b52af2675598093fae2b77c2ba4c812aae9164d99c9643ff18271cee6860

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-2.21.4.ebuild
similarity index 96%
copy from media-sound/lilypond/lilypond-.ebuild
copy to media-sound/lilypond/lilypond-2.21.4.ebuild
index adc21f971c1..3aa63a51f18 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-2.21.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
 
@@ -57,7 +57,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.21.1-fix-font-size.patch
 )
 
-DOCS=( DEDICATION HACKING Documentation/out/topdocs/README.txt ROADMAP )
+DOCS=( DEDICATION HACKING README.txt ROADMAP )
 
 src_prepare() {
default

diff --git a/media-sound/lilypond/lilypond-.ebuild 
b/media-sound/lilypond/lilypond-.ebuild
index adc21f971c1..fc14ef8ed34 100644
--- a/media-sound/lilypond/lilypond-.ebuild
+++ b/media-sound/lilypond/lilypond-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit elisp-common autotools python-single-r1 toolchain-funcs xdg-utils
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/readline/

2020-08-05 Thread Sergei Trofimovich
commit: 023bc174326adf34dd1e8aac4ef3b9c197ef7e41
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:33:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:33:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023bc174

dev-haskell/readline: tweak for cabal-3

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

 dev-haskell/readline/readline-1.0.3.0-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-haskell/readline/readline-1.0.3.0-r1.ebuild 
b/dev-haskell/readline/readline-1.0.3.0-r1.ebuild
index 757986fb18d..0ee3340204d 100644
--- a/dev-haskell/readline/readline-1.0.3.0-r1.ebuild
+++ b/dev-haskell/readline/readline-1.0.3.0-r1.ebuild
@@ -26,5 +26,8 @@ PATCHES=("${FILESDIR}"/${P}-tinfo.patch)
 src_prepare() {
default
 
+   # Default setup is not compatible to cabal-3
+   rm Setup.hs || die
+
eautoconf
 }



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/haxml/

2020-08-05 Thread Sergei Trofimovich
commit: 3aa40d6a4cf5adbcc13dda073123dca44775f2a4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 06:49:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 06:49:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa40d6a

dev-haskell/haxml: bump up to 1.25.5

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

 dev-haskell/haxml/Manifest   |  1 +
 dev-haskell/haxml/haxml-1.25.5-r1.ebuild | 40 
 dev-haskell/haxml/metadata.xml   |  7 +++---
 3 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/dev-haskell/haxml/Manifest b/dev-haskell/haxml/Manifest
index bbc2c6e4aa2..d4544dc21e5 100644
--- a/dev-haskell/haxml/Manifest
+++ b/dev-haskell/haxml/Manifest
@@ -1,3 +1,4 @@
 DIST HaXml-1.24.1.tar.gz 142739 BLAKE2B 
d5f972f2dd61b512c5984264bce05e38430627055725cf6be7ff0cfe5db73c6f1be829d5c50278e09808826371169b3e24bbf98561ef3b4bccc7b937f5ec1d7f
 SHA512 
421f3a61e8eebf5ad915551c51dcd843a544e7959b93d6dd4ab2ffc6c20954f559da75dcfecc6fea838f80dc4d3c83243be3ce7a21e92bc165b3e0be120451bf
 DIST HaXml-1.24.tar.gz 143107 BLAKE2B 
dd7c8507a4d53a7260a9bffcb6c9f6eb54287fa71de31945acab19c0a8b63261905a74d5ec176376016f63092871af56f5ea89d06e0747c26dff02044d5fe894
 SHA512 
421864e4177b16f485b72d33210a67914c2040664d604db5cc70b356a518114f11dbcc1b1c8f300fd045338605613a14317bd5bf5f041a8e38990d3c5dc7e94c
 DIST HaXml-1.25.3.tar.gz 144189 BLAKE2B 
f521a02d33c0d39d79a0e26defa2ae64331b5377b18980f38733ab9e2971f0685b4e8e6b68702f72687142484842fb61b4d337f0b277d88520b266799812f356
 SHA512 
b80a70954a79c9246ed9e92ca2bd7c94f54b2843eb387fa2045652cfa5eee69b8bfae17ef88b391855abe3dc672e3cf212be53e275e6ff350fe1074fff608828
+DIST HaXml-1.25.5.tar.gz 145834 BLAKE2B 
4afb4a4ee5b9af2229edd797177550dcc6fc4c917f69d87670bb8bd1232398a0138a2f297222fc8677c1fd1cd50e37ee9e3480ff5d363095263d48e3f06efa6e
 SHA512 
c2aa429198b4ba9b3a32ddf10e10e1213e34d617241e7a2f476f1998b8f24a7ca8462f8cdb52edceeb50f2020c74ff63db4307faebf3ae621afb3b8822398d15

diff --git a/dev-haskell/haxml/haxml-1.25.5-r1.ebuild 
b/dev-haskell/haxml/haxml-1.25.5-r1.ebuild
new file mode 100644
index 000..17a81e4f173
--- /dev/null
+++ b/dev-haskell/haxml/haxml-1.25.5-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="HaXml"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Utilities for manipulating XML documents"
+HOMEPAGE="http://projects.haskell.org/HaXml/;
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/polyparse-1.12.1:=[profile?]
+   >=dev-haskell/random-1.0:=[profile?] =dev-haskell/semigroups-0.18.5:=[profile?] 
=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.8
+"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   cabal_chdeps \
+   'base   >= 4.3.1.0  && < 4.13' 'base   >= 4.3.1.0' \
+   'polyparse  >= 1.12.1   && <1.13' 'polyparse  >= 1.12.1'
+}

diff --git a/dev-haskell/haxml/metadata.xml b/dev-haskell/haxml/metadata.xml
index 522384de844..b7878815d80 100644
--- a/dev-haskell/haxml/metadata.xml
+++ b/dev-haskell/haxml/metadata.xml
@@ -1,7 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-  hask...@gentoo.org
-
+   
+   hask...@gentoo.org
+   Gentoo Haskell
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/language-glsl/

2020-08-05 Thread Sergei Trofimovich
commit: 8c019f44951e6e72cf9337d0b6babfb6fbafc18b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Aug  5 07:20:03 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Aug  5 07:20:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c019f44

dev-haskell/language-glsl: bump up to 0.3.0

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

 dev-haskell/language-glsl/Manifest |  1 +
 .../language-glsl/language-glsl-0.3.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-haskell/language-glsl/Manifest 
b/dev-haskell/language-glsl/Manifest
index 078f86e49e1..706062ba872 100644
--- a/dev-haskell/language-glsl/Manifest
+++ b/dev-haskell/language-glsl/Manifest
@@ -1 +1,2 @@
 DIST language-glsl-0.2.0.tar.gz 16432 BLAKE2B 
19d0de18cf95368fa60112f9e81962bf7e219d78b49029199c8f45b94cd424794cbea4cccd6603edef09734c446b62a40c4fb84f2b5cfb0b114fe69457aa2b27
 SHA512 
b7044d7ae11c8bdd63d38d7ee1c3e880a0201a7c72bb16596ecc2e32a61e37e973a8b2aa25342737f2d2133c679f479628ae78812ea773a53cd34eb941ea6d7e
+DIST language-glsl-0.3.0.tar.gz 16622 BLAKE2B 
b30fc8372174a8d6204f94b23f60259580456358e80e2101c3a94a437e2ce26e31fc9802c708b328c205fa08cb527e94533b74d8b81aa64f9db191b1689e8461
 SHA512 
cdd004906d927654164bb6cb562457ee4d7010dea3a35c3408ebb345abc2698777c5748d1dfb27ed8d43dc7189f5299c05ac6b53eb9b400a25750f47cad62f9b

diff --git a/dev-haskell/language-glsl/language-glsl-0.3.0.ebuild 
b/dev-haskell/language-glsl/language-glsl-0.3.0.ebuild
new file mode 100644
index 000..ae3153434dd
--- /dev/null
+++ b/dev-haskell/language-glsl/language-glsl-0.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.5.6.
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="GLSL abstract syntax tree, parser, and pretty-printer"
+HOMEPAGE="http://hackage.haskell.org/package/language-glsl;
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/parsec:=[profile?]
+   dev-haskell/prettyclass:=[profile?]
+   >=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+   >=dev-haskell/cabal-1.16.0
+   test? ( dev-haskell/hunit
+   dev-haskell/test-framework
+   dev-haskell/test-framework-hunit )
+"



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

2020-08-05 Thread Andreas Sturmlechner
commit: 6d77fe5d42f6aa7197a2fea9f9cc8c54d6750228
Author: Jimi Huotari  gentoo  org>
AuthorDate: Mon Aug  3 21:10:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  5 08:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d77fe5d

profiles: mask 'dev-libs/liboobs' for removal

No consumers since 2015, and no known stand-alone use.

Signed-off-by: Jimi Huotari  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/16989
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e3711a8..6e868442ef1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Jimi Huotari  (2020-08-04)
+# No consumers since 2015, and no known stand-alone use.
+# Removal in 30 days.
+dev-libs/liboobs
 
 # Mikle Kolyada 
 # Starting with this version pambase was



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

2020-08-05 Thread Andreas Sturmlechner
commit: fdcf58bc6495b5c86f9fbf8a24d85ec7ee770810
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug  5 08:10:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  5 08:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdcf58bc

profiles: Add missing mask date for sys-auth/pambase

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

 profiles/package.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6e868442ef1..e71a713a664 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -37,7 +37,7 @@
 # Removal in 30 days.
 dev-libs/liboobs
 
-# Mikle Kolyada 
+# Mikle Kolyada  (2020-08-04)
 # Starting with this version pambase was
 # completly rewritten in python.
 # Initial testing needed.



[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/

2020-08-05 Thread Andreas Sturmlechner
commit: 7eed7bf472f069b64e6bf91857b79d7fed7988fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  4 20:04:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  5 08:26:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eed7bf4

sci-libs/gdal: python3_9

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

 sci-libs/gdal/gdal-3.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/gdal/gdal-3.0.4-r1.ebuild 
b/sci-libs/gdal/gdal-3.0.4-r1.ebuild
index c7591678764..7a83f0bb9fc 100644
--- a/sci-libs/gdal/gdal-3.0.4-r1.ebuild
+++ b/sci-libs/gdal/gdal-3.0.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 GENTOO_DEPEND_ON_PERL="no"
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 DISTUTILS_OPTIONAL=1
 inherit autotools bash-completion-r1 perl-module distutils-r1 flag-o-matic 
java-pkg-opt-2 toolchain-funcs
 



[gentoo-commits] repo/gentoo:master commit in: app-text/gv/files/, app-text/gv/

2020-08-05 Thread Andreas Sturmlechner
commit: fc883cc48414103267d1244f9e0978679637d432
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  4 20:19:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  5 08:26:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc883cc4

app-text/gv: Drop 3.7.3-r1

Closes: https://bugs.gentoo.org/724026
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/gv/Manifest  |  1 -
 app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch | 15 -
 app-text/gv/gv-3.7.3-r1.ebuild| 48 ---
 3 files changed, 64 deletions(-)

diff --git a/app-text/gv/Manifest b/app-text/gv/Manifest
index 29cbaff662b..bdd011b0171 100644
--- a/app-text/gv/Manifest
+++ b/app-text/gv/Manifest
@@ -1,2 +1 @@
 DIST gv-3.7.3.90.tar.gz 757506 BLAKE2B 
f856d23d3b9b9164db414534dec4b9a1c441a88d644011a46429b29127364fe429fc72ed3ce76d4142106d10c6a5305b81ec22ed353716df1c1a824907f7b191
 SHA512 
a80ff303fda1d6f13d66847f4b20aee4b364a05ec750bdb08267aa46470b201edf9762e16ad39dfe9da03118658598697f411dc8c32ab8bbad05a1161e816c50
-DIST gv-3.7.3.tar.gz 754282 BLAKE2B 
cdc2133e9be41e420401d23ab7691ca27ccbcabbe5c4d2c892f5661b5c47afc1f5b90f9f240a735d33e66813dcdda0a7a5c78580719ad715048fcaf6a2991446
 SHA512 
0c0339f023896016212bb1b8ef0185689dd669855c060d0491e1ac59c76ca19f3006b1b00b421cb40bb0beba8e2d35dad1da7d856ac9d33440cfbb07ff1e33c3

diff --git a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch 
b/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch
deleted file mode 100644
index 76c88b158b2..000
--- a/app-text/gv/files/gv-3.7.3-libXaw3d-1.6.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This piece of code is from libXaw3d-1.6/src/Scrollbar.c (Line 644)
-
-http://bugs.gentoo.org/399753
-
 src/Scrollbar.c
-+++ src/Scrollbar.c
-@@ -1006,7 +1006,7 @@
-TOPLOC = newtop;
-SHOWNLENGTH = newbot-newtop+1;
- 
--   (*swclass->threeD_class.shadowdraw) (w, event, region, FALSE);
-+   (*swclass->threeD_class.shadowdraw) (w, event, region, sbw->threeD.relief, 
FALSE);
- 
-ENDMESSAGE(Redisplay)
- }

diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild
deleted file mode 100644
index f1f8764caa9..000
--- a/app-text/gv/gv-3.7.3-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript"
-HOMEPAGE="https://www.gnu.org/software/gv/;
-SRC_URI="mirror://gnu/gv/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="xinerama"
-
-RDEPEND="app-text/ghostscript-gpl
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   >=x11-libs/libXaw3d-1.6-r1[unicode]
-   x11-libs/libXext
-   x11-libs/libXmu
-   x11-libs/libXpm
-   x11-libs/libXt
-   xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.7.3-libXaw3d-1.6.patch
-}
-
-src_configure() {
-   # Grab -DXAW_INTERNATIONALIZATION if needed
-   append-cppflags "$($(tc-getPKG_CONFIG) --cflags xaw3d)"
-
-   export ac_cv_lib_Xinerama_main=$(usex xinerama)
-   econf --enable-scrollbar-code
-}
-
-src_install() {
-   default
-   doicon "${FILESDIR}"/gv_icon.xpm
-   make_desktop_entry gv GhostView gv_icon 'Graphics;Viewer'
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/, sci-libs/gdal/files/

2020-08-05 Thread Andreas Sturmlechner
commit: fca144ebd963f6e5a6144c499c419ecadfaae3f0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  4 19:46:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  5 08:26:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca144eb

sci-libs/gdal: Fix build against poppler-20.08

Thanks-to: PhobosK  fastmail.fm>
Closes: https://bugs.gentoo.org/735828
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-libs/gdal/files/gdal-3.0.4-poppler-20.08.patch | 42 ++
 sci-libs/gdal/gdal-3.0.4-r1.ebuild |  1 +
 2 files changed, 43 insertions(+)

diff --git a/sci-libs/gdal/files/gdal-3.0.4-poppler-20.08.patch 
b/sci-libs/gdal/files/gdal-3.0.4-poppler-20.08.patch
new file mode 100644
index 000..0fd8051c365
--- /dev/null
+++ b/sci-libs/gdal/files/gdal-3.0.4-poppler-20.08.patch
@@ -0,0 +1,42 @@
+From 2b863dbabdc2a7d724f9fdf3e6ff20a142b619f6 Mon Sep 17 00:00:00 2001
+From: Even Rouault 
+Date: Mon, 3 Aug 2020 14:52:25 +0200
+Subject: [PATCH] Unix build: fix detection of minor version number of Poppler
+ with the new YY.MM.X numbering scheme (fixes #2823) (#2825)
+
+Authored-by: @chris2553
+---
+ a/configure| 4 ++--
+ b/configure.ac | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/configure b/configure
+index 4d618db8149..69d46182a26 100755
+--- a/configure
 b/configure
+@@ -40824,8 +40824,8 @@ $as_echo "yes" >&6; }
+ fi
+ if test "$POPPLER_VERSION" != ""; then
+ HAVE_POPPLER=yes
+-POPPLER_MAJOR_VERSION=`expr $POPPLER_VERSION : '\([0-9]*\)'`
+-POPPLER_MINOR_VERSION=`expr $POPPLER_VERSION : '[0-9]*\.\([0-9]*\)'`
++POPPLER_MAJOR_VERSION=`echo $POPPLER_VERSION | cut -d'.' -f1`
++POPPLER_MINOR_VERSION=`echo $POPPLER_VERSION | cut -d'.' -f2 | sed -e 
's/^0//'`
+ POPPLER_CFLAGS=`echo $POPPLER_CFLAGS $POPPLER_CFLAGS | sed 
"s/include\/poppler/include/"`
+ fi
+ else
+diff --git a/configure.ac b/configure.ac
+index 0f4124e6431..7f337e77c1d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -4966,8 +4966,8 @@ if test "$with_poppler" != "no" -a "$with_poppler" != 
""; then
+ [POPPLER_VERSION=`$PKG_CONFIG --modversion poppler`], 
[POPPLER_VERSION=])
+ if test "$POPPLER_VERSION" != ""; then
+ HAVE_POPPLER=yes
+-POPPLER_MAJOR_VERSION=`expr $POPPLER_VERSION : '\([[0-9]]*\)'`
+-POPPLER_MINOR_VERSION=`expr $POPPLER_VERSION : 
'[[0-9]]*\.\([[0-9]]*\)'`
++POPPLER_MAJOR_VERSION=`echo $POPPLER_VERSION | cut -d'.' -f1`
++POPPLER_MINOR_VERSION=`echo $POPPLER_VERSION | cut -d'.' -f2 | sed -e 
's/^0//'`
+ POPPLER_CFLAGS=`echo $POPPLER_CFLAGS $POPPLER_CFLAGS | sed 
"s/include\/poppler/include/"`
+ fi
+ else

diff --git a/sci-libs/gdal/gdal-3.0.4-r1.ebuild 
b/sci-libs/gdal/gdal-3.0.4-r1.ebuild
index b8e390e8e00..c7591678764 100644
--- a/sci-libs/gdal/gdal-3.0.4-r1.ebuild
+++ b/sci-libs/gdal/gdal-3.0.4-r1.ebuild
@@ -89,6 +89,7 @@ PATCHES=(
"${FILESDIR}/${PN}-2.3.0-curl.patch" # bug 659840
"${FILESDIR}/${PN}-3.0.2-complete.patch"
"${FILESDIR}/${PN}-3.0.2-datadir.patch"
+   "${FILESDIR}/${P}-poppler-20.08.patch" # bug 735828
 )
 
 src_prepare() {



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

2020-08-05 Thread Sam James
commit: 732fb3bbfd7d007fdca78dd4587f1a7bd34bfa6c
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 06:02:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 06:03:49 2020 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=732fb3bb

pambase.py: strip all blank lines

It's simpler to do this in pambase.py than with
Jinja 2, at least for now.

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

 pambase.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pambase.py b/pambase.py
index 1ebafbe..9765778 100755
--- a/pambase.py
+++ b/pambase.py
@@ -67,7 +67,7 @@ def process_args(args):
 
 def parse_templates(processed_args):
load = FileSystemLoader('')
-   env = Environment(loader=load)
+   env = Environment(loader=load, trim_blocks=True, lstrip_blocks=True, 
keep_trailing_newline=True)
 
templates = [
"login",
@@ -87,6 +87,11 @@ def parse_templates(processed_args):
with open('stack/{0}'.format(template_name), "w+") as output:
rendered_template = template.render(processed_args)
 
+   # Strip all intermediate lines to not worry about 
appeasing Jinja
+   lines = rendered_template.split("\n")
+   lines = [line for line in lines if line]
+   rendered_template = "\n".join(lines)
+
if rendered_template:
output.write(rendered_template + "\n")
 



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

2020-08-05 Thread Sam James
commit: e879759fba8edeffa2492a0dfcbe9c48570a684b
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  5 06:12:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  5 06:13:04 2020 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=e879759f

pambase.py: strip trailing whitespace in stack

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

 pambase.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pambase.py b/pambase.py
index 9765778..8f04870 100755
--- a/pambase.py
+++ b/pambase.py
@@ -89,7 +89,7 @@ def parse_templates(processed_args):
 
# Strip all intermediate lines to not worry about 
appeasing Jinja
lines = rendered_template.split("\n")
-   lines = [line for line in lines if line]
+   lines = [line.strip() for line in lines if line]
rendered_template = "\n".join(lines)
 
if rendered_template:



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

2020-08-05 Thread Sam James
commit: 78b4ccfb31bac43e3847fe566f66fa96eee93906
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:24:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:24:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b4ccfb

dev-db/mysql-connector-c: Stabilize 8.0.21 arm, #736066

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

 dev-db/mysql-connector-c/mysql-connector-c-8.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.21.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.21.ebuild
index 37e2ef5cb41..2a1e47b00df 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.21.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.21.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://dev.mysql.com/downloads/;
 LICENSE="GPL-2"
 
 
SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz;
-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"
 
 SLOT="0/21"
 IUSE="ldap libressl static-libs"



[gentoo-commits] repo/gentoo:master commit in: app-metrics/collectd/

2020-08-05 Thread Sam James
commit: da017033530de9498262f7b8a21a93208164049b
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 03:43:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 03:43:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da017033

app-metrics/collectd: arm stable (bug #735772)

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

 app-metrics/collectd/collectd-5.11.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-metrics/collectd/collectd-5.11.0-r3.ebuild 
b/app-metrics/collectd/collectd-5.11.0-r3.ebuild
index e3d3fc157a4..ecf8b556356 100644
--- a/app-metrics/collectd/collectd-5.11.0-r3.ebuild
+++ b/app-metrics/collectd/collectd-5.11.0-r3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2;
 
 LICENSE="MIT GPL-2 GPL-2+ GPL-3 GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="~alpha ~amd64 arm ~x86"
 IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
 
 # The plugin lists have to follow here since they extend IUSE



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

2020-08-05 Thread Sam James
commit: 74191a79b387b1b6ae012eeab7a8c02cff02b1bf
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74191a79

media-libs/openexr: Stabilize 2.5.2 arm64, #717474

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

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

diff --git a/media-libs/openexr/openexr-2.5.2.ebuild 
b/media-libs/openexr/openexr-2.5.2.ebuild
index 7ea5a2cb683..c7e721324ae 100644
--- a/media-libs/openexr/openexr-2.5.2.ebuild
+++ b/media-libs/openexr/openexr-2.5.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 -arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos ~x86-solaris"
 IUSE="cpu_flags_x86_avx doc examples static-libs utils test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Sam James
commit: 05ee815e523bbca6e892a8a23c18917e91aa44c4
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:09:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:09:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ee815e

dev-db/mysql-connector-c++: Stabilize 8.0.21 arm, #736064

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

 dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild
index d80889a1865..9d8c04dfea0 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.21.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}-src.tar.gz;
 
 LICENSE="Artistic GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+legacy libressl"
 
 RDEPEND="



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

2020-08-05 Thread Sam James
commit: 5183356cc3caa643050936d69de9b4ce2e345b32
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:08:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:08:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5183356c

media-libs/ilmbase: Stabilize 2.5.2 arm64, #717474

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

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

diff --git a/media-libs/ilmbase/ilmbase-2.5.2.ebuild 
b/media-libs/ilmbase/ilmbase-2.5.2.ebuild
index 86af59f34b9..d8ddd853c3b 100644
--- a/media-libs/ilmbase/ilmbase-2.5.2.ebuild
+++ b/media-libs/ilmbase/ilmbase-2.5.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/AcademySoftwareFoundation/openexr/archive/v${PV}.tar
 
 LICENSE="BSD"
 SLOT="0/25" # based on SONAME
-KEYWORDS="~amd64 -arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 -arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
 IUSE="large-stack static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Sam James
commit: 3b8bf516e81bc42010527631980a96be697c23e2
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 04:00:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 04:00:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8bf516

sys-fs/udev: Stabilize 245.5 arm64, #736088

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

 sys-fs/udev/udev-245.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/udev/udev-245.5.ebuild b/sys-fs/udev/udev-245.5.ebuild
index 4b884c8001b..3707e0cca0c 100644
--- a/sys-fs/udev/udev-245.5.ebuild
+++ b/sys-fs/udev/udev-245.5.ebuild
@@ -18,7 +18,7 @@ else
MY_P=${MY_PN}-${MY_PV}
S=${WORKDIR}/${MY_P}

SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/net-snmp/files/, net-analyzer/net-snmp/

2020-08-05 Thread Jeroen Roovers
commit: 83fb218650770c9488f4623c7c5bbfa7e8469744
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug  6 05:47:52 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug  6 05:51:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fb2186

net-analyzer/net-snmp: Remove libdir from net-snmp-config/pkg-config

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Bug: https://bugs.gentoo.org/686416
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../net-snmp-5.8.1-net-snmp-config-libdir.patch| 37 ++
 .../net-snmp/files/net-snmp-5.8.1-pkg-config.patch | 12 ---
 net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild   |  1 +
 net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild|  1 +
 net-analyzer/net-snmp/net-snmp-.ebuild |  1 +
 5 files changed, 48 insertions(+), 4 deletions(-)

diff --git 
a/net-analyzer/net-snmp/files/net-snmp-5.8.1-net-snmp-config-libdir.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.8.1-net-snmp-config-libdir.patch
new file mode 100644
index 000..73d420531bb
--- /dev/null
+++ b/net-analyzer/net-snmp/files/net-snmp-5.8.1-net-snmp-config-libdir.patch
@@ -0,0 +1,37 @@
+--- a/net-snmp-config.in
 b/net-snmp-config.in
+@@ -193,10 +193,10 @@
+  client lib
+ --libs)
+   # use this one == --netsnmp-libs + --external-libs
+-  echo $NSC_LIBDIR $NSC_SNMPLIBS $NSC_LIBS
++  echo $NSC_SNMPLIBS $NSC_LIBS
+   ;;
+ --netsnmp-libs)
+-  echo $NSC_LIBDIR $NSC_BASE_SNMP_LIBS
++  echo $NSC_BASE_SNMP_LIBS
+   ;;
+ --external-libs)
+   echo $NSC_LNETSNMPLIBS $NSC_LIBS @PERLLDOPTS_FOR_APPS@
+@@ -210,10 +210,10 @@
+   ;;
+ --agent-libs)
+   # use this one == --netsnmp-agent-libs + --external-libs
+-  echo $NSC_LIBDIR $NSC_AGENTLIBS $NSC_LIBS
++  echo $NSC_AGENTLIBS $NSC_LIBS
+   ;;
+ --netsnmp-agent-libs)
+-  echo $NSC_LIBDIR $NSC_BASE_AGENT_LIBS
++  echo $NSC_BASE_AGENT_LIBS
+   ;;
+ --external-agent-libs)
+   echo $NSC_LMIBLIBS $NSC_LAGENTLIBS $NSC_LNETSNMPLIBS $NSC_LIBS
+@@ -660,7 +660,7 @@
+ echo "Ack.  Can't create $tmpfile."
+   exit 1
+   fi
+-  cmd="@CC@ $cflags @CFLAGS@ @DEVFLAGS@ -I. -I${NSC_INCLUDEDIR} -o 
$outname $tmpfile $cfiles $NSC_LDFLAGS $NSC_LIBDIR $NSC_BASE_AGENT_LIBS 
$NSC_AGENTLIBS $ldflags"
++  cmd="@CC@ $cflags @CFLAGS@ @DEVFLAGS@ -I. -I${NSC_INCLUDEDIR} -o 
$outname $tmpfile $cfiles $ldflags $NSC_LDFLAGS $NSC_BASE_AGENT_LIBS 
$NSC_AGENTLIBS"
+   echo "running: $cmd"
+   echo `$cmd`
+   result=$?

diff --git a/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch 
b/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch
index fd53973c2be..acda136a22c 100644
--- a/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch
+++ b/net-analyzer/net-snmp/files/net-snmp-5.8.1-pkg-config.patch
@@ -1,16 +1,20 @@
 --- a/netsnmp-agent.pc.in
 +++ b/netsnmp-agent.pc.in
-@@ -9,4 +9,4 @@
+@@ -8,5 +8,5 @@
+ URL: http://www.net-snmp.org
  Version: @PACKAGE_VERSION@
  Cflags: -I${includedir}
- Libs: -L${libdir} -lnetsnmpmibs -lnetsnmpagent -lnetsnmp
+-Libs: -L${libdir} -lnetsnmpmibs -lnetsnmpagent -lnetsnmp
 -Libs.private: @LDFLAGS@ @LMIBLIBS@ @LAGENTLIBS@ @PERLLDOPTS_FOR_APPS@ 
@LNETSNMPLIBS@ @LIBS@
++Libs: -lnetsnmpmibs -lnetsnmpagent -lnetsnmp
 +Libs.private: @LMIBLIBS@ @LAGENTLIBS@ @PERLLDOPTS_FOR_APPS@ @LNETSNMPLIBS@ 
@LIBS@
 --- a/netsnmp.pc.in
 +++ b/netsnmp.pc.in
-@@ -9,4 +9,4 @@
+@@ -8,5 +8,5 @@
+ URL: http://www.net-snmp.org
  Version: @PACKAGE_VERSION@
  Cflags: -I${includedir}
- Libs: -L${libdir} -lnetsnmp
+-Libs: -L${libdir} -lnetsnmp
 -Libs.private: @LDFLAGS@ @LNETSNMPLIBS@ @LIBS@ @PERLLDOPTS_FOR_APPS@
++Libs: -lnetsnmp
 +Libs.private: @LNETSNMPLIBS@ @LIBS@ @PERLLDOPTS_FOR_APPS@

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild
index 1418de67f9f..01b3f5ccf53 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_pre2.ebuild
@@ -79,6 +79,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.8-pcap.patch
"${FILESDIR}"/${PN}-5.8-tinfo.patch
"${FILESDIR}"/${PN}-5.8.1-pkg-config.patch
+   "${FILESDIR}"/${PN}-5.8.1-net-snmp-config-libdir.patch
 )
 
 pkg_setup() {

diff --git a/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild
index 4c3850d0345..885006e7fa2 100644
--- a/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild
+++ b/net-analyzer/net-snmp/net-snmp-5.8.1_rc1.ebuild
@@ -78,6 +78,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.8-do-not-conflate-LDFLAGS-and-LIBS.patch
"${FILESDIR}"/${PN}-5.8-pcap.patch
"${FILESDIR}"/${PN}-5.8.1-pkg-config.patch
+   "${FILESDIR}"/${PN}-5.8.1-net-snmp-config-libdir.patch
"${FILESDIR}"/${PN}--tinfo.patch
 )
 

diff --git a/net-analyzer/net-snmp/net-snmp-.ebuild 

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

2020-08-05 Thread Michał Górny
commit: deb06aa6f52b6ccbf3e693d60a607f264645c408
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 02:29:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb06aa6

dev-python/django-otp: Bump to 0.9.4

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

 dev-python/django-otp/Manifest|  1 +
 dev-python/django-otp/django-otp-0.9.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest
index d3df199eec3..04f3024a72f 100644
--- a/dev-python/django-otp/Manifest
+++ b/dev-python/django-otp/Manifest
@@ -1 +1,2 @@
 DIST django-otp-0.9.3.gh.tar.gz 63488 BLAKE2B 
186af524cdfa3084bfc14deab1a4422a2da2a61b94d85f6c84a01ca0876b68d3f4b478ab2ed37b7d73ca273a2cce3bf4a6ad16c07cc2961bb6e5a0f26c80b1aa
 SHA512 
23e73c1fb0af43c9ba946af5bd1a4ea2dc5abd2b6e9e543a0b7ec37296f0132e9203e3df3d8d0a70448d63453b8111921343c04fc3f073c505d6dac332fc0042
+DIST django-otp-0.9.4.gh.tar.gz 63947 BLAKE2B 
f1dd73b92d804419aa6990eff75b8f69d69a143e6f1e8a940f98dacd57678a3a46fa13012451a340ec0572c973469a4e913378a8808d25258e25beb1a6b559ef
 SHA512 
d8387091d557894b91b4350069e2ac3fa30a2998b3e5fc89deeae69dfe1af4dbbc35560361740ebb2f797ee7223b3862427f185c8861eb724327fb09eb9e7b69

diff --git a/dev-python/django-otp/django-otp-0.9.4.ebuild 
b/dev-python/django-otp/django-otp-0.9.4.ebuild
new file mode 100644
index 000..7c072a1e8d9
--- /dev/null
+++ b/dev-python/django-otp/django-otp-0.9.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Django framework adding two-factor authentication using one-time 
passwords"
+HOMEPAGE="https://github.com/django-otp/django-otp/;
+SRC_URI="
+   https://github.com/django-otp/django-otp/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/qrcode[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_test() {
+   local -x PYTHONPATH=test:${PYTHONPATH}
+   local -x DJANGO_SETTINGS_MODULE=test_project.settings
+   django-admin test -v 2 django_otp || die "Tests fail with ${EPYTHON}"
+}



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

2020-08-05 Thread Michał Górny
commit: 25d908a0a23295698facdb50b3a403193a5130f1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 01:52:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d908a0

dev-python/hypothesis: Remove old

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

 dev-python/hypothesis/Manifest |  1 -
 dev-python/hypothesis/hypothesis-4.50.8.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index f06525b0f2e..f27189dafde 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,4 +1,3 @@
-DIST hypothesis-python-4.50.8.tar.gz 6814518 BLAKE2B 
f2c39cae3708fe88d1854cda97633ba420c32fda38093bb852ef45929762cade0f7f0d1ef696ff96f7ebe7460e8bf53f63de9c959bbbd9e8ec162196d307aac0
 SHA512 
8c77439fd029e2380afbc059d2edf977414997ba81ecdfde14dfe9dbe9515a92e701751d13879c6b879271f817e01926c2dc66945ae76eb141818da1775bc545
 DIST hypothesis-python-4.57.1.tar.gz 9005030 BLAKE2B 
3d318896cbe2d24fa6847e764a109791d3acf3821852f8e170991b0be5b069f166e16bdacf7a82fbe49bd9db5188315cdec7cdb4592647571233949ec5732991
 SHA512 
28622ce8a1d89d09df65f3fbf7e92a1ad98dac140ab646fe11fcb15e6aa9a9672eb51d459f984384d92b819f902de911b06cec2542582d529dd556d2f99ed952
 DIST hypothesis-python-5.16.3.tar.gz 9011952 BLAKE2B 
d74a68c4ee1e5aacf4be1da5a4656011b0a15f990106c21298101d36e9a097c5dfd165987ad90a45f3a0b74375c4da609cd750f618242b94f34e03b6de0ee866
 SHA512 
912d984995d4ad8f06e98eb2cc327629328990fc1c072527ce261b637e16622acaf4d0d93928f9dd2d6601ab78f69aa6cf129d5cd7c1c00e50754ebc06957df0
 DIST hypothesis-python-5.21.0.tar.gz 9025422 BLAKE2B 
acd6f3b0f945ae65656af2a718add06fe440e221fda7793e3557ab194ccee4c6327e7946a58ce51e9efe3c08274888a648d9021c49fdcf663a04c28b99a0f636
 SHA512 
1921e5ea8d0f2a6e55d80611004d35671f7a7a02cb8a8f101b45e64e4ef23f9c2c8a9c467fb6c9f33ae440622020e1ad504f51a7d725a6449ca715ad1f373e40

diff --git a/dev-python/hypothesis/hypothesis-4.50.8.ebuild 
b/dev-python/hypothesis/hypothesis-4.50.8.ebuild
deleted file mode 100644
index e780d7c770e..000
--- a/dev-python/hypothesis/hypothesis-4.50.8.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
-SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2*' 
pypy)
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/pytest-4.3[${PYTHON_USEDEP}]
-   !!

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

2020-08-05 Thread Michał Górny
commit: 8fbfd323e1bdef5235db8fe2a9a33cbad1b1adfc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug  6 02:28:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  6 02:30:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbfd323

dev-python/sybil: Bump to 1.4.0

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

 dev-python/sybil/Manifest   |  1 +
 dev-python/sybil/sybil-1.4.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 814f2ae9b58..8307144e5a4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
 DIST sybil-1.3.0.tar.gz 29296 BLAKE2B 
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
 SHA512 
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
 DIST sybil-1.3.1.tar.gz 29392 BLAKE2B 
a7736bed59e444bcd42f5fdf720e08680d827eef9043b318abda08d427e25eeec9ba3acf9bfa251c584e0960c3d3b10fecaf8367742f29230421bec594cf3e59
 SHA512 
7bd39707babb15ed7ec99ecd640d983d4e71519efe7490230fe0be4e0111bc0b0957797b19292519b6c09965669251788f1d2c0baf9f179856f28e6aeb5ecc52
+DIST sybil-1.4.0.tar.gz 30062 BLAKE2B 
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
 SHA512 
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8

diff --git a/dev-python/sybil/sybil-1.4.0.ebuild 
b/dev-python/sybil/sybil-1.4.0.ebuild
new file mode 100644
index 000..3918a42c35c
--- /dev/null
+++ b/dev-python/sybil/sybil-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-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} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# nose is used to test nosetests integration
+BDEPEND="
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-08-05 Thread Sam James
commit: b5b278fc395bf9660ad6dc37f2a0ef5ce13bb0a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:39:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:39:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b278fc

dev-python/configobj: Stabilize 5.0.6-r1 arm, #730724

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

 dev-python/configobj/configobj-5.0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/configobj/configobj-5.0.6-r1.ebuild 
b/dev-python/configobj/configobj-5.0.6-r1.ebuild
index c530f28451b..5fac105de74 100644
--- a/dev-python/configobj/configobj-5.0.6-r1.ebuild
+++ b/dev-python/configobj/configobj-5.0.6-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/DiffSK/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/tatt/

2020-08-05 Thread Sam James
commit: 185deba12229448f3e9f698d3353e0f8459df738
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:39:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:39:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185deba1

app-portage/tatt: Stabilize 0.7-r1 arm, #730724

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

 app-portage/tatt/tatt-0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/tatt/tatt-0.7-r1.ebuild 
b/app-portage/tatt/tatt-0.7-r1.ebuild
index 7a01b56de4c..04467f9671c 100644
--- a/app-portage/tatt/tatt-0.7-r1.ebuild
+++ b/app-portage/tatt/tatt-0.7-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+templates"
 
 RDEPEND="



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

2020-08-05 Thread Sam James
commit: b7bdb1d94e7a77fb3b1f2f36134e20732538a5d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bdb1d9

media-libs/suil: Keyword 0.10.6 arm64, #734824

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

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

diff --git a/media-libs/suil/suil-0.10.6.ebuild 
b/media-libs/suil/suil-0.10.6.ebuild
index b99f7141370..0e8f63852de 100644
--- a/media-libs/suil/suil-0.10.6.ebuild
+++ b/media-libs/suil/suil-0.10.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="doc gtk qt5"
 
 BDEPEND="



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

2020-08-05 Thread Sam James
commit: 97954d84d09dbf71901e01ec2322ae5ff3d9e3d3
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97954d84

media-sound/audacity: Keyword 2.4.2-r1 arm64, #734824

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

 media-sound/audacity/audacity-2.4.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild 
b/media-sound/audacity/audacity-2.4.2-r1.ebuild
index d6d9d34fc96..4f3f3dae4ec 100644
--- a/media-sound/audacity/audacity-2.4.2-r1.ebuild
+++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
 IUSE="alsa doc ffmpeg +flac id3tag jack +ladspa +lv2 mad ogg oss
portmidi +portmixer portsmf sbsms twolame vamp +vorbis +vst"
 



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

2020-08-05 Thread Sam James
commit: 396c9e19158c0f1a30c3e322c3a715e9b1ec2c40
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396c9e19

media-libs/libsbsms: Keyword 2.0.2-r1 arm64, #734824

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

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

diff --git a/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild 
b/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild
index b4008daded6..8c2ce6927e1 100644
--- a/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild
+++ b/media-libs/libsbsms/libsbsms-2.0.2-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/sbsms/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~mips ppc ppc64 x86"
 IUSE="cpu_flags_x86_sse static-libs"
 
 PATCHES=( "${FILESDIR}/${P}-cflags.patch" )



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

2020-08-05 Thread Sam James
commit: 1244696d84c1c1a4584d23a3fb80ead4de49e3d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 02:34:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 02:35:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1244696d

media-libs/libsoundtouch: Keyword 2.1.2 arm64, #734824

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

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

diff --git a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild 
b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
index 52aa7ea0a6e..19a363b2ee9 100644
--- a/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-2.1.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.com/${MY_PN}/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2;
 LICENSE="LGPL-2.1"
 # subslot = libSoundTouch.so soname
 SLOT="0/1"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 IUSE="cpu_flags_x86_sse openmp static-libs"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/files/, media-sound/audacity/

2020-08-05 Thread Miroslav Šulc
commit: 9043667c3f03113d9bed94fc64132e2519b17657
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Aug  6 04:57:26 2020 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Aug  6 04:57:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9043667c

media-sound/audacity: fixed compilation wrt portaudio in 2.4.2-r1

patch by Matt Whitlock  mattwhitlock.name>

Closes: https://bugs.gentoo.org/735810
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/audacity/audacity-2.4.2-r1.ebuild |  1 +
 .../files/audacity-2.4.2-add-missing-include-portaudio.patch  | 11 +++
 2 files changed, 12 insertions(+)

diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild 
b/media-sound/audacity/audacity-2.4.2-r1.ebuild
index 4f3f3dae4ec..e55b34a8ae8 100644
--- a/media-sound/audacity/audacity-2.4.2-r1.ebuild
+++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild
@@ -62,6 +62,7 @@ PATCHES=(
"${FILESDIR}/${P}-fix-vertical-track-resizing.patch"
"${FILESDIR}/${P}-fix-gettimeofday.patch"
"${FILESDIR}/${P}-fix-metainfo.patch"
+   "${FILESDIR}/${P}-add-missing-include-portaudio.patch"
 )
 
 src_prepare() {

diff --git 
a/media-sound/audacity/files/audacity-2.4.2-add-missing-include-portaudio.patch 
b/media-sound/audacity/files/audacity-2.4.2-add-missing-include-portaudio.patch
new file mode 100644
index 000..7b845bc3181
--- /dev/null
+++ 
b/media-sound/audacity/files/audacity-2.4.2-add-missing-include-portaudio.patch
@@ -0,0 +1,11 @@
+diff -Naur a/src/AudioIOBase.cpp b/src/AudioIOBase.cpp
+--- a/src/AudioIOBase.cpp  2020-06-19 15:16:47.0 +
 b/src/AudioIOBase.cpp  2020-08-04 19:43:27.985734707 +
+@@ -21,6 +21,7 @@
+ #include "prefs/RecordingPrefs.h"
+ #include "widgets/MeterPanelBase.h"
+ 
++#include "portaudio.h"
+ #if USE_PORTMIXER
+ #include "portmixer.h"
+ #endif



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

2020-08-05 Thread Sam James
commit: b8c6249a8ab07433ab2c24970843685d143dc706
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  6 03:40:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  6 03:40:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c6249a

net-misc/freerdp: Stabilize 2.2.0 arm64, #733328

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

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

diff --git a/net-misc/freerdp/freerdp-2.2.0.ebuild 
b/net-misc/freerdp/freerdp-2.2.0.ebuild
index a7d671b0790..4c2a81ad030 100644
--- a/net-misc/freerdp/freerdp-2.2.0.ebuild
+++ b/net-misc/freerdp/freerdp-2.2.0.ebuild
@@ -15,7 +15,7 @@ else
MY_P=${P/_/-}
S="${WORKDIR}/${MY_P}"
SRC_URI="https://pub.freerdp.com/releases/${MY_P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Free implementation of the Remote Desktop Protocol"



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

2020-08-05 Thread Agostino Sarubbo
commit: acc9af6e99e6c040e022dc4abcc7ecc9e155d3e0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:51:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:51:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc9af6e

app-misc/golly: amd64 stable wrt bug #735192

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

 app-misc/golly/golly-3.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/golly/golly-3.3-r3.ebuild 
b/app-misc/golly/golly-3.3-r3.ebuild
index f499453a833..c7042f51869 100644
--- a/app-misc/golly/golly-3.3-r3.ebuild
+++ b/app-misc/golly/golly-3.3-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="tiff"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 043f5821c0605a831675f732151aa089557b2c45
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:50:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:50:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043f5821

media-sound/teamspeak-client: amd64 stable wrt bug #734802

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

 media-sound/teamspeak-client/teamspeak-client-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.5.3.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.5.3.ebuild
index 3de4c84f9e2..5453d19c153 100644
--- a/media-sound/teamspeak-client/teamspeak-client-3.5.3.ebuild
+++ b/media-sound/teamspeak-client/teamspeak-client-3.5.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
x86? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )
 "
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
 SLOT="0"
 IUSE="+alsa pulseaudio"



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2020-08-05 Thread Agostino Sarubbo
commit: 8b94d29c8d8d109a115a022abf0d1f9cbe857d50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:51:11 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:51:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b94d29c

app-antivirus/clamtk: amd64 stable wrt bug #735204

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

 app-antivirus/clamtk/clamtk-6.03-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamtk/clamtk-6.03-r1.ebuild 
b/app-antivirus/clamtk/clamtk-6.03-r1.ebuild
index c2d0a2050b2..d708ef4c5cc 100644
--- a/app-antivirus/clamtk/clamtk-6.03-r1.ebuild
+++ b/app-antivirus/clamtk/clamtk-6.03-r1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="kde nautilus nemo +nls thunar"
 REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/resolve-march-native/

2020-08-05 Thread Agostino Sarubbo
commit: ddd3a3b828af87ac1ad7a6e6fc54c837c4405b0e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:51:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:51:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd3a3b8

app-misc/resolve-march-native: amd64 stable wrt bug #735234

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

 app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild 
b/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild
index bdc28fb3778..f02a0efb303 100644
--- a/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild
+++ b/app-misc/resolve-march-native/resolve-march-native-0.9.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-08-05 Thread Agostino Sarubbo
commit: 4689e87e465216ca3840012c01296af0916bfffd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4689e87e

net-misc/omniORB: amd64 stable wrt bug #735424

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

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

diff --git a/net-misc/omniORB/omniORB-4.2.2.ebuild 
b/net-misc/omniORB/omniORB-4.2.2.ebuild
index 62f67c23cdc..ef80ae23835 100644
--- a/net-misc/omniORB/omniORB-4.2.2.ebuild
+++ b/net-misc/omniORB/omniORB-4.2.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/omniorb/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-2 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc ipv6 ssl"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 3b0b33735159c386478e7ad37fd1a17b243e895a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:50:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:50:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0b3373

dev-python/dkimpy: amd64 stable wrt bug #734798

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

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

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
index edf55b0d712..9b82416d574 100644
--- a/dev-python/dkimpy/dkimpy-1.0.4.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-05 Thread Agostino Sarubbo
commit: 0ed0fcc4bd6975708b46459ee3020a6720e2cf20
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed0fcc4

dev-python/django: amd64 stable wrt bug #735896

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

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

diff --git a/dev-python/django/django-3.0.8.ebuild 
b/dev-python/django/django-3.0.8.ebuild
index b48404f115e..3670410107c 100644
--- a/dev-python/django/django-3.0.8.ebuild
+++ b/dev-python/django/django-3.0.8.ebuild
@@ -23,7 +23,7 @@ LICENSE+=" Apache-2.0"
 # admin icons, jquery, xregexp.js
 LICENSE+=" MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="doc sqlite test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 964753e6d1d847b44e74f3e64b1308b24b330a6f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964753e6

app-text/txt2tags: amd64 stable wrt bug #735250

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

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

diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild 
b/app-text/txt2tags/txt2tags-3.3.ebuild
index 572bf7c02bc..aff0ab9a9a5 100644
--- a/app-text/txt2tags/txt2tags-3.3.ebuild
+++ b/app-text/txt2tags/txt2tags-3.3.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://github.com/jendrikseipp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/

2020-08-05 Thread Agostino Sarubbo
commit: 4bfe84c6160fdcae36c57ad8affe3bb08e8a8d7d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfe84c6

x11-themes/fvwm-crystal: amd64 stable wrt bug #735508

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

 x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild 
b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild
index 30241305845..b9953e40b09 100644
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild
+++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 case ${PV} in
@@ -20,7 +20,7 @@ case ${PV} in
inherit subversion
ESVN_REPO_URI="svn://svn.code.sf.net/p/fvwm-crystal/code"
SRC_URI=""
-   KEYWORDS=""
+   KEYWORDS="amd64"
S="${WORKDIR}/${PN}"
src_unpack() {
subversion_src_unpack



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lgi/

2020-08-05 Thread Agostino Sarubbo
commit: 74a12f8475409781a8533e2bc9a0ed861a5702f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:50:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:50:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a12f84

dev-lua/lgi: amd64 stable wrt bug #704766

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

 dev-lua/lgi/lgi-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lgi/lgi-0.9.2.ebuild b/dev-lua/lgi/lgi-0.9.2.ebuild
index f5222a9aef6..16f66013240 100644
--- a/dev-lua/lgi/lgi-0.9.2.ebuild
+++ b/dev-lua/lgi/lgi-0.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/pavouk/lgi/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm ppc ~ppc64 ~x86"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/

2020-08-05 Thread Agostino Sarubbo
commit: fbad4f53a509e5c55f7aeda323b6c7acc434add0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbad4f53

dev-tex/rubber: amd64 stable wrt bug #735308

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

 dev-tex/rubber/rubber-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/rubber/rubber-1.5.1.ebuild 
b/dev-tex/rubber/rubber-1.5.1.ebuild
index dd7a18c0aa7..ca8d6affec7 100644
--- a/dev-tex/rubber/rubber-1.5.1.ebuild
+++ b/dev-tex/rubber/rubber-1.5.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://launchpad.net/rubber/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="virtual/latex-base"
 BDEPEND="${RDEPEND}



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

2020-08-05 Thread Agostino Sarubbo
commit: 761628bfcad8e4732ed56c839cc9d75cb62e9086
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761628bf

dev-util/flawfinder: amd64 stable wrt bug #735322

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

 dev-util/flawfinder/flawfinder-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/flawfinder/flawfinder-2.0.11.ebuild 
b/dev-util/flawfinder/flawfinder-2.0.11.ebuild
index df1286a9367..7ee16c8408a 100644
--- a/dev-util/flawfinder/flawfinder-2.0.11.ebuild
+++ b/dev-util/flawfinder/flawfinder-2.0.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.dwheeler.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 7c077380923e52ae7b62308daa567ebbfd12dd65
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:50:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:50:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c077380

x11-plugins/pidgin-opensteamworks: amd64 stable wrt bug #735112

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

 x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild 
b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
index 713d7108b75..c688cb9ee8e 100644
--- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
+++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-05 Thread Agostino Sarubbo
commit: 06a219d400bdbfaf8ce24c5ca56be411e075146d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:53:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:53:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a219d4

media-gfx/gthumb: amd64 stable wrt bug #712932

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

 media-gfx/gthumb/gthumb-3.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gthumb/gthumb-3.10.0.ebuild 
b/media-gfx/gthumb/gthumb-3.10.0.ebuild
index 92fddec51aa..bb4265b619d 100644
--- a/media-gfx/gthumb/gthumb-3.10.0.ebuild
+++ b/media-gfx/gthumb/gthumb-3.10.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/gthumb;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="cdr colord exif gnome-keyring gstreamer http lcms raw slideshow svg tiff 
webp"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/

2020-08-05 Thread Agostino Sarubbo
commit: 0c6a689c46c236aff6e15222eb5ba31a87b3415b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6a689c

x11-wm/fvwm: amd64 stable wrt bug #735508

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

 x11-wm/fvwm/fvwm-2.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/fvwm/fvwm-2.6.9.ebuild b/x11-wm/fvwm/fvwm-2.6.9.ebuild
index f72e00f3023..08fa6efd475 100644
--- a/x11-wm/fvwm/fvwm-2.6.9.ebuild
+++ b/x11-wm/fvwm/fvwm-2.6.9.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/fvwmorg/fvwm/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype 
+vanilla xinerama lock"
 
 COMMON_DEPEND="



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

2020-08-05 Thread Agostino Sarubbo
commit: 55a707e172831f98ff4134c4beb48701c95ca9dd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:52:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:52:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a707e1

x11-plugins/pidgin-telegram: amd64 stable wrt bug #735826

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

 x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild 
b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild
index a7a509ac64c..17d8fbe738e 100644
--- a/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild
+++ b/x11-plugins/pidgin-telegram/pidgin-telegram-1.4.3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/majn/telegram-purple;
 
SRC_URI="https://github.com/majn/telegram-purple/releases/download/v${PV}/telegram-purple_${PV}.orig.tar.gz;
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 IUSE="gcrypt libressl +nls +png +webp"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 7eca9fd674314a6fda42460708eae2333de43e5d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:51:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:51:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eca9fd6

sys-apps/hwloc: amd64 stable wrt bug #711888

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

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

diff --git a/sys-apps/hwloc/hwloc-1.11.13.ebuild 
b/sys-apps/hwloc/hwloc-1.11.13.ebuild
index f3d9bd8ae5c..ba8a446c93f 100644
--- a/sys-apps/hwloc/hwloc-1.11.13.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.13.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
 
 # opencl support dropped with x11-drivers/ati-drivers being removed (#582406).



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

2020-08-05 Thread Agostino Sarubbo
commit: 8da919065b5162f289a3b0192d52d62a055e4389
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:51:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:51:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da91906

app-misc/lcd4linux: amd64 stable wrt bug #735220

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

 app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild 
b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild
index c8254373f7a..2bbdac173ba 100644
--- a/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild
+++ b/app-misc/lcd4linux/lcd4linux-0.11.0_pre20170527-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="dmalloc outb"
 REQUIRED_USE="
?? ( lcd_devices_hd44780 lcd_devices_hd44780-i2c )



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

2020-08-05 Thread Agostino Sarubbo
commit: b749bbc4e35471fabdbae9a0de47dde54a85c572
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:53:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:53:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b749bbc4

app-arch/patool: amd64 stable wrt bug #714048

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

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

diff --git a/app-arch/patool/patool-1.12.ebuild 
b/app-arch/patool/patool-1.12.ebuild
index 82eb33677c9..c8161661369 100644
--- a/app-arch/patool/patool-1.12.ebuild
+++ b/app-arch/patool/patool-1.12.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=""



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

2020-08-05 Thread Agostino Sarubbo
commit: 76280f4a767e9965867dcecfcc37ff2d45aa8f6a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76280f4a

dev-db/sqlite: ppc stable wrt bug #732604

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-db/sqlite/sqlite-3.32.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.32.3-r1.ebuild 
b/dev-db/sqlite/sqlite-3.32.3-r1.ebuild
index 9ae0bf305b7..469627cdb43 100644
--- a/dev-db/sqlite/sqlite-3.32.3-r1.ebuild
+++ b/dev-db/sqlite/sqlite-3.32.3-r1.ebuild
@@ -22,7 +22,7 @@ fi
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 if [[ "${PV}" == "" ]]; then
PROPERTIES="live"



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

2020-08-05 Thread Agostino Sarubbo
commit: 160fb234a739f832cbf07269a70ea2cae5037ae8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:25 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160fb234

dev-libs/jsoncpp: ppc stable wrt bug #734538

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild
index 9533cee4756..b1737e48d53 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="|| ( public-domain MIT )"
 SLOT="0/24"
-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"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 7de8398f126d3794406532484500420a6b911075
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:07 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de8398f

gnome-base/libglade: ppc stable wrt bug #730176

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-base/libglade/libglade-2.6.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/libglade/libglade-2.6.4-r3.ebuild 
b/gnome-base/libglade/libglade-2.6.4-r3.ebuild
index 365c5044f8d..c85f9b1cf8b 100644
--- a/gnome-base/libglade/libglade-2.6.4-r3.ebuild
+++ b/gnome-base/libglade/libglade-2.6.4-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://library.gnome.org/devel/libglade/stable/;
 
 LICENSE="LGPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: e312a60579d65902e946e9e6bfdcbe401ad00de6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e312a605

app-arch/libarchive: ppc stable wrt bug #734520

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

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



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

2020-08-05 Thread Agostino Sarubbo
commit: 4a4420c65d65b24da23ab00c22a91080594af15e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:33 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4420c6

net-misc/omniORB: ppc stable wrt bug #735424

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/net-misc/omniORB/omniORB-4.2.2.ebuild 
b/net-misc/omniORB/omniORB-4.2.2.ebuild
index ef80ae23835..30f69691508 100644
--- a/net-misc/omniORB/omniORB-4.2.2.ebuild
+++ b/net-misc/omniORB/omniORB-4.2.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/omniorb/${MY_P}.tar.bz2"
 
 LICENSE="LGPL-2 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86"
 IUSE="doc ipv6 ssl"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: 7cafb36cd6f59ee676fc863ba0333665b318af17
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:16 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cafb36c

sys-libs/gdbm: ppc stable wrt bug #733408

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-libs/gdbm/gdbm-1.18.1.ebuild b/sys-libs/gdbm/gdbm-1.18.1.ebuild
index c3faedf75ed..5eacb0438dc 100644
--- a/sys-libs/gdbm/gdbm-1.18.1.ebuild
+++ b/sys-libs/gdbm/gdbm-1.18.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gdbm/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/6" # libgdbm.so version
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+berkdb nls +readline static-libs"
 
 DEPEND="



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

2020-08-05 Thread Agostino Sarubbo
commit: a5357d8727afe1ad1f5b54459aed321c7329df9e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5357d87

app-text/txt2tags: ppc stable wrt bug #735250

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/app-text/txt2tags/txt2tags-3.3.ebuild 
b/app-text/txt2tags/txt2tags-3.3.ebuild
index aff0ab9a9a5..028b911f7cb 100644
--- a/app-text/txt2tags/txt2tags-3.3.ebuild
+++ b/app-text/txt2tags/txt2tags-3.3.ebuild
@@ -13,5 +13,5 @@ 
SRC_URI="https://github.com/jendrikseipp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-eyes-plugin/

2020-08-05 Thread Agostino Sarubbo
commit: 326c1003a95381e5f895b0be4045bf75f9ddd2d5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:01:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:01:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326c1003

xfce-extra/xfce4-eyes-plugin: arm stable wrt bug #734368

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.1.ebuild 
b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.1.ebuild
index 3f132ca77ba..15ca5b35771 100644
--- a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.1.ebuild
+++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.5.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.20



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2020-08-05 Thread Agostino Sarubbo
commit: e578cceea531d78576c38f1e9132bee3e5459db7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:00:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e578ccee

dev-tex/latex2html: arm stable wrt bug #704630

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild 
b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index 733e923133d..be06435e60d 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="app-text/ghostscript-gpl



[gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/

2020-08-05 Thread Agostino Sarubbo
commit: c462daf3c702bf03ef6d78b9c0b4fc2a3ae46e4f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:02:38 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:02:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c462daf3

x11-wm/fvwm: ppc stable wrt bug #735508

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/fvwm/fvwm-2.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/fvwm/fvwm-2.6.9.ebuild b/x11-wm/fvwm/fvwm-2.6.9.ebuild
index 08fa6efd475..1966a95d11d 100644
--- a/x11-wm/fvwm/fvwm-2.6.9.ebuild
+++ b/x11-wm/fvwm/fvwm-2.6.9.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/fvwmorg/fvwm/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2 FVWM"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86"
 IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype 
+vanilla xinerama lock"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/

2020-08-05 Thread Agostino Sarubbo
commit: 3d6912e86b560cade2c617194961fac9bfa8c561
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:16:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:16:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6912e8

net-dns/ddclient: x86 stable wrt bug #734656

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-dns/ddclient/ddclient-3.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/ddclient/ddclient-3.9.1.ebuild 
b/net-dns/ddclient/ddclient-3.9.1.ebuild
index 7c5ed788b5b..cd30dfa85f2 100644
--- a/net-dns/ddclient/ddclient-3.9.1.ebuild
+++ b/net-dns/ddclient/ddclient-3.9.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Perl client used to update dynamic DNS entries"
 HOMEPAGE="https://ddclient.net/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="examples iproute2"



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

2020-08-05 Thread Agostino Sarubbo
commit: acdc053a8f4f98d1e990c074598172a8f8b8a823
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:15:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:15:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdc053a

dev-libs/jsoncpp: x86 stable wrt bug #734538

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild
index 8a239a927e2..d90de76e3fc 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="|| ( public-domain MIT )"
 SLOT="0/24"
-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"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2020-08-05 Thread Agostino Sarubbo
commit: f62b6214758d27a19063a088705bbb20ce604d29
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:16:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:16:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62b6214

dev-python/dkimpy: x86 stable wrt bug #734798

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
index 9b82416d574..0cdf6add25e 100644
--- a/dev-python/dkimpy/dkimpy-1.0.4.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-05 Thread Agostino Sarubbo
commit: 8354fc4edafee5bb97eb80ccba1b3f104b689c63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:16:43 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:16:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8354fc4e

x11-plugins/pidgin-opensteamworks: x86 stable wrt bug #735112

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild 
b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
index c688cb9ee8e..bc8f30a4b43 100644
--- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
+++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="



  1   2   3   4   >