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

2018-09-05 Thread Lars Wendler
commit: ede2d4afbe38514f959b9226755310cdb31a7aa6
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  5 14:56:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  5 14:57:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede2d4af

mail-mta/msmtp: Revbumps to rename "libsecret" to "gnome-keyring"

USE flag.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mail-mta/msmtp/metadata.xml|  1 -
 mail-mta/msmtp/{msmtp-1.6.6.ebuild => msmtp-1.6.6-r1.ebuild}   |  6 +++---
 .../msmtp/{msmtp-1.6.8-r1.ebuild => msmtp-1.6.8-r2.ebuild} | 10 +-
 mail-mta/msmtp/{msmtp-1.8.0.ebuild => msmtp-1.8.0-r1.ebuild}   | 10 +-
 4 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/mail-mta/msmtp/metadata.xml b/mail-mta/msmtp/metadata.xml
index 96c999d09ea..472d3fa70d2 100644
--- a/mail-mta/msmtp/metadata.xml
+++ b/mail-mta/msmtp/metadata.xml
@@ -8,7 +8,6 @@

Build/install msmtpd MTA daemon
Enable this to install as system-wide 
MTA
-   Enable libsecret support to store login 
credentials


msmtp

diff --git a/mail-mta/msmtp/msmtp-1.6.6.ebuild 
b/mail-mta/msmtp/msmtp-1.6.6-r1.ebuild
similarity index 94%
rename from mail-mta/msmtp/msmtp-1.6.6.ebuild
rename to mail-mta/msmtp/msmtp-1.6.6-r1.ebuild
index f988628e165..af7968d17b2 100644
--- a/mail-mta/msmtp/msmtp-1.6.6.ebuild
+++ b/mail-mta/msmtp/msmtp-1.6.6-r1.ebuild
@@ -11,11 +11,11 @@ SRC_URI="mirror://sourceforge/msmtp/${P}.tar.xz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc gnutls idn libressl libsecret +mta nls sasl ssl vim-syntax"
+IUSE="doc gnome-keyring gnutls idn libressl +mta nls sasl ssl vim-syntax"
 
 CDEPEND="
+   gnome-keyring? ( app-crypt/libsecret )
idn? ( net-dns/libidn:= )
-   libsecret? ( app-crypt/libsecret )
nls? ( virtual/libintl )
sasl? ( virtual/gsasl )
ssl? (
@@ -68,7 +68,7 @@ src_configure() {
$(use_with ssl ssl $(usex gnutls gnutls openssl)) \
$(use_with sasl libgsasl) \
$(use_with idn libidn) \
-   $(use_with libsecret )
+   $(use_with gnome-keyring libsecret)
 }
 
 src_compile() {

diff --git a/mail-mta/msmtp/msmtp-1.6.8-r1.ebuild 
b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild
similarity index 94%
rename from mail-mta/msmtp/msmtp-1.6.8-r1.ebuild
rename to mail-mta/msmtp/msmtp-1.6.8-r2.ebuild
index f560ab7edff..2716f7113dc 100644
--- a/mail-mta/msmtp/msmtp-1.6.8-r1.ebuild
+++ b/mail-mta/msmtp/msmtp-1.6.8-r2.ebuild
@@ -12,11 +12,11 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc gnutls idn libressl libsecret +mta nls sasl ssl vim-syntax"
+IUSE="doc gnome-keyring gnutls idn libressl +mta nls sasl ssl vim-syntax"
 
 DEPEND="
+   gnome-keyring? ( app-crypt/libsecret )
idn? ( net-dns/libidn:= )
-   libsecret? ( app-crypt/libsecret )
nls? ( virtual/libintl )
sasl? ( virtual/gsasl )
ssl? (
@@ -66,10 +66,10 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
$(use_enable nls)
-   $(use_with ssl tls $(usex gnutls gnutls openssl))
-   $(use_with sasl libgsasl)
+   $(use_with gnome-keyring libsecret)
$(use_with idn libidn)
-   $(use_with libsecret)
+   $(use_with sasl libgsasl)
+   $(use_with ssl tls $(usex gnutls gnutls openssl))
)
econf "${myeconfargs[@]}"
 }

diff --git a/mail-mta/msmtp/msmtp-1.8.0.ebuild 
b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild
similarity index 95%
rename from mail-mta/msmtp/msmtp-1.8.0.ebuild
rename to mail-mta/msmtp/msmtp-1.8.0-r1.ebuild
index cdcd70d34ec..bfd8ac0fa06 100644
--- a/mail-mta/msmtp/msmtp-1.8.0.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="daemon doc idn libsecret +mta nls sasl ssl vim-syntax"
+IUSE="daemon doc gnome-keyring idn +mta nls sasl ssl vim-syntax"
 
 # fcaps.eclass unconditionally defines "filecaps" USE flag which we need for
 # USE="daemon" in order to set the caps we need.
@@ -21,7 +21,7 @@ REQUIRED_USE="daemon? ( filecaps )"
 # Upstream discourages usage of openssl. See also
 # https://marlam.de/msmtp/news/openssl-discouraged/
 DEPEND="
-   libsecret? ( app-crypt/libsecret )
+   gnome-keyring? ( app-crypt/libsecret )
nls? ( virtual/libintl )
sasl? ( virtual/gsasl )
ssl? ( net-libs/gnutls[idn?] )
@@ -65,10 +65,10 @@ 

[gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/

2018-09-05 Thread Andrey Grozin
commit: d7c3ad98b2da1b4e1f346a23695f7f1384c48847
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:18:15 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:18:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c3ad98

dev-lisp/sbcl: bump to 1.4.11

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-lisp/sbcl/Manifest   |   3 +
 dev-lisp/sbcl/sbcl-1.4.11.ebuild | 246 +++
 2 files changed, 249 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index 93262963bcb..b7efe0406e2 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -16,6 +16,9 @@ DIST sbcl-1.3.21-source.tar.bz2 5901141 BLAKE2B 
6c8c678a964595fdc74121e62ce46721
 DIST sbcl-1.3.21-x86-64-linux-binary.tar.bz2 10633302 BLAKE2B 
bb427994983d3ba5dc079dfa50188ed7339dee8a1e7ffb571c51b0c727b9d03ecef31f287837a6f3fc1f2dc0bbd4d92b4d4d078fb41e559a540ed6f411a74370
 SHA512 
a0ce82d35874344e72dd013df835000eb07656f3fcdb583e577f9d6ab37d7f81ab0c8c20e2f809d9d36c4139274fe722bb1e8a6ceb3f47d1f62bc3fc46c5cade
 DIST sbcl-1.3.9-armhf-linux-binary.tar.bz2 9161130 BLAKE2B 
0dbfe39803d6e3955124fa1a619da7b6d4ec9e7d6eb78e868508c61bf478a980cb15ba427ef0b38d0f051ce38b881020534c0d37bfbcd81a8d763654283669ec
 SHA512 
309e2ac7ef9ac95bf751432cf243af0de022c5b21054df2bf4e99da4ff087218af72b0ab3be69214eba3df1b6bbe707cc28840508e960c5d2ed2af0e86de3fdd
 DIST sbcl-1.4.10-source.tar.bz2 6161728 BLAKE2B 
192f008ec2f488f3f28375e56f5c90e3bdd655522db5f6cbd90a9e0dcb8b948a864bfcf818c7b3becd7b08162842f49cef0695a4ffdc7d7767c3cdffbfbf1279
 SHA512 
647e4cb61c1f9df6286c6d58c0f71d949aa1e359970ce7134202f00d319961fc0961d597bbdd48f7ebee5c0b8e16e5bddef772bc03b5bbaa19d508b283ef4990
+DIST sbcl-1.4.11-armhf-linux-binary.tar.bz2 9767589 BLAKE2B 
2949338bc19973e0ca38f435caaa4c991a6c86d70dc092a4f1b6ec3eefa47af76f2a0c3fd8a4f8004127f4b8b3666a5cf4260b6ab56802308880067e4eaf8568
 SHA512 
297edddc36e9b9de080f9e25faa323e23877af234104b4b7e0fe2b74f0dd117d9cf0caa87b79718a8b071bcb5e97c8118f1d11af0e4aba2a961beb40c4dc99cb
+DIST sbcl-1.4.11-source.tar.bz2 6168945 BLAKE2B 
bff67a41265c06d38b62ee6ab64b750af86a26ff8945dc6ad910ea6e2e2359652cfaabca4710e0a2e967af35e883d4095bbc89721f2e0cafefa1af475ded4a20
 SHA512 
4a86a3fd355bc77616941af5dadff72b56cc212babfebff1f21db7546f9aa49c75b4ef3302712239eef957ceaba571cd41bec664824d6d996966d6ad8a7b274b
+DIST sbcl-1.4.11-x86-64-linux-binary.tar.bz2 10263675 BLAKE2B 
bb8f1d15ebdca6f980e9da5073884115f6ee70fe0837b0718d72b9f64f5c5706c1c56cae6b232d7cf48a858a0d00237cd6df9c4721b746a1902f603672f3a5f4
 SHA512 
8fc7bd9cc5742eb60e649069ce575f5dad9f0285388a920432c1b4662f24e38de1b45ae9128ba33b5f5ee585d4ce737e0178295d37a38c8185be661599bc65bb
 DIST sbcl-1.4.2-arm64-linux-binary.tar.bz2 10578821 BLAKE2B 
1cd25c548be0f1b7ec01edc3bee7fe6c2aaf07b7bd1fc55d408dee7ac95e8f3761a194bf9e8efb734179a7eff04cdae2fe5ba4a9ba5ab06f7322ac1550d142cc
 SHA512 
39bbd735b242aa0bbac05c6f4dbe28cb45e01684db7e5b4f1e51f995a9f9d5b484f63cc4243f472f72b3b1e6c4cd2268a7e812b15426eca5cf9a1fede10f44bb
 DIST sbcl-1.4.3-x86-linux-binary.tar.bz2 10227185 BLAKE2B 
6d77c4f4177cbdb72fb9bab0da5bd91e0aa8deafffd238818a2551332f0ab246715d9489b5c1156f3481aa7fb79d161a988404620fc09fe86ff927543a1ee678
 SHA512 
41cd63d61dd7c46370341dce39a362287a23b528bfebe8e5571614aeefdea03d318207d25562e995db9ccedb6c1f50ea4d66627721f0fd9486e99440126e6a38
 DIST sbcl-1.4.7-source.tar.bz2 6031614 BLAKE2B 
b98d8c3891e4f3180624ef0ccc1e81146d97e58c577c9efb2b3ac178f81a836f4019111a6c33ec31edb47d41920249c33a87955303c02ffc608ea42747b7f662
 SHA512 
b6eb749878920bec90f50f19c8c8700f700677ae1a7f7fb1ba1bbaa37f218d360dea65eb200f0cd09a9694600969f4c15042faf357395715b5390a6fdb6b

diff --git a/dev-lisp/sbcl/sbcl-1.4.11.ebuild b/dev-lisp/sbcl/sbcl-1.4.11.ebuild
new file mode 100644
index 000..d8437987be7
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.4.11.ebuild
@@ -0,0 +1,246 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.4.3
+BV_AMD64=1.4.11
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.4.11
+BV_ARM64=1.4.2
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_PPC_MACOS=1.0.47
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+BV_SPARC_SOLARIS=1.0.23
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 

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

2018-09-05 Thread Mike Pagano
commit: fdee907c217732ad73f37937c655a83b11b58792
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  5 15:26:58 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 15:26:58 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=fdee907c

Linux patch 4.9.125

 _README  |4 +
 1124_linux-4.9.125.patch | 3239 ++
 2 files changed, 3243 insertions(+)

diff --git a/_README b/_README
index a65a30e..98d9f5d 100644
--- a/_README
+++ b/_README
@@ -539,6 +539,10 @@ Patch:  1123_linux-4.9.124.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.124
 
+Patch:  1124_linux-4.9.125.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.125
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1124_linux-4.9.125.patch b/1124_linux-4.9.125.patch
new file mode 100644
index 000..d758815
--- /dev/null
+++ b/1124_linux-4.9.125.patch
@@ -0,0 +1,3239 @@
+diff --git a/Makefile b/Makefile
+index 53d57acfc17e..aef09ca7a924 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 124
++SUBLEVEL = 125
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/arc/include/asm/delay.h b/arch/arc/include/asm/delay.h
+index d5da2115d78a..03d6bb0f4e13 100644
+--- a/arch/arc/include/asm/delay.h
 b/arch/arc/include/asm/delay.h
+@@ -17,8 +17,11 @@
+ #ifndef __ASM_ARC_UDELAY_H
+ #define __ASM_ARC_UDELAY_H
+ 
++#include 
+ #include /* HZ */
+ 
++extern unsigned long loops_per_jiffy;
++
+ static inline void __delay(unsigned long loops)
+ {
+   __asm__ __volatile__(
+diff --git a/arch/arc/mm/cache.c b/arch/arc/mm/cache.c
+index bbdfeb31dee6..fefe357c3d31 100644
+--- a/arch/arc/mm/cache.c
 b/arch/arc/mm/cache.c
+@@ -840,7 +840,7 @@ void flush_cache_mm(struct mm_struct *mm)
+ void flush_cache_page(struct vm_area_struct *vma, unsigned long u_vaddr,
+ unsigned long pfn)
+ {
+-  unsigned int paddr = pfn << PAGE_SHIFT;
++  phys_addr_t paddr = pfn << PAGE_SHIFT;
+ 
+   u_vaddr &= PAGE_MASK;
+ 
+@@ -860,8 +860,9 @@ void flush_anon_page(struct vm_area_struct *vma, struct 
page *page,
+unsigned long u_vaddr)
+ {
+   /* TBD: do we really need to clear the kernel mapping */
+-  __flush_dcache_page(page_address(page), u_vaddr);
+-  __flush_dcache_page(page_address(page), page_address(page));
++  __flush_dcache_page((phys_addr_t)page_address(page), u_vaddr);
++  __flush_dcache_page((phys_addr_t)page_address(page),
++  (phys_addr_t)page_address(page));
+ 
+ }
+ 
+diff --git a/arch/arc/plat-eznps/include/plat/ctop.h 
b/arch/arc/plat-eznps/include/plat/ctop.h
+index 9d6718c1a199..3c401ce0351e 100644
+--- a/arch/arc/plat-eznps/include/plat/ctop.h
 b/arch/arc/plat-eznps/include/plat/ctop.h
+@@ -21,6 +21,7 @@
+ #error "Incorrect ctop.h include"
+ #endif
+ 
++#include 
+ #include 
+ 
+ /* core auxiliary registers */
+diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c
+index 7f868d9bb5ed..b3d268a79f05 100644
+--- a/arch/arm/kvm/mmu.c
 b/arch/arm/kvm/mmu.c
+@@ -894,19 +894,35 @@ static int stage2_set_pmd_huge(struct kvm *kvm, struct 
kvm_mmu_memory_cache
+   pmd = stage2_get_pmd(kvm, cache, addr);
+   VM_BUG_ON(!pmd);
+ 
+-  /*
+-   * Mapping in huge pages should only happen through a fault.  If a
+-   * page is merged into a transparent huge page, the individual
+-   * subpages of that huge page should be unmapped through MMU
+-   * notifiers before we get here.
+-   *
+-   * Merging of CompoundPages is not supported; they should become
+-   * splitting first, unmapped, merged, and mapped back in on-demand.
+-   */
+-  VM_BUG_ON(pmd_present(*pmd) && pmd_pfn(*pmd) != pmd_pfn(*new_pmd));
+-
+   old_pmd = *pmd;
+   if (pmd_present(old_pmd)) {
++  /*
++   * Multiple vcpus faulting on the same PMD entry, can
++   * lead to them sequentially updating the PMD with the
++   * same value. Following the break-before-make
++   * (pmd_clear() followed by tlb_flush()) process can
++   * hinder forward progress due to refaults generated
++   * on missing translations.
++   *
++   * Skip updating the page table if the entry is
++   * unchanged.
++   */
++  if (pmd_val(old_pmd) == pmd_val(*new_pmd))
++  return 0;
++
++  /*
++   * Mapping in huge pages should only happen through a
++   * fault.  If a page is merged into a transparent huge
++   * page, the individual subpages of that huge page
++   * should be unmapped through MMU notifiers before we
++   * get here.
++   

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

2018-09-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 16:02:52 2018 +

New tag: 4.14-74




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

2018-09-05 Thread Mike Pagano
commit: 0df26daa5fda6e3700527c1676fac680dff86dbe
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  5 16:10:23 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 16:10:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df26daa

sys-kernel/gentoo-sources: Linux patch 4.18.6

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c591c5d4157..17902ef4ea0 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -61,6 +61,9 @@ DIST genpatches-4.18-7.extras.tar.xz 17504 BLAKE2B 
2f5e4ed8288175f672a7b8eb84d1a
 DIST genpatches-4.18-8.base.tar.xz 61984 BLAKE2B 
fc4b575978ef25f2ac1ea23453a820cd3fce9fb99bdcc071e88d8d52113b3ad1b44725b1bddf8a9b0e17fcc4022b8a7ea1ca10925c560ebd2480ae7edbf08a93
 SHA512 
fb98eff21e6cfbf03feb1df16241e564acb086026db360136a46c78d7658cd76dbc98f698279e2e5e1c55c675acadf7da45136bcff5fc929d0fc155a70def29e
 DIST genpatches-4.18-8.experimental.tar.xz 5224 BLAKE2B 
1577cd444c84c7a8fef88e167e3027773a5574459124f007ecbcccab5f7f9d544d594616ab4c43c58edcf97e2af699c82fea4995a98aa2a4a196f5aa8d345350
 SHA512 
57b87c85d902246a38f7822f296736cc471509c5ff63e1da8999fdd285437add9e0a20ced9d1997df1e1cbf6fdcee45c62747bcda9de4cbcfa3009a0d6ded06c
 DIST genpatches-4.18-8.extras.tar.xz 17508 BLAKE2B 
2e9e8c17aacbd6894f682c6f95b767228c54673e23dd401519d69606177334408acee5c018b164c797750018d015c8abe35e48f5b00b45f5502b0dd72f776941
 SHA512 
059cf39a752f004cb3fe57f7d98118879bdd1d40c1242a012a11275a29dc7744d6333686fadda2fe08bbbea5a9b45f3f3cc9bfc20203f22184b2068baf07
+DIST genpatches-4.18-9.base.tar.xz 104404 BLAKE2B 
13a9f5b70ada49e4f7fc22d35e54c8c005a31620ba52f1ec4420c65deae9eda4f66645c0e9de743c623261e3ff9a2ad16dd5eea869e382e83509f75d0ce1e782
 SHA512 
88b22431c8bfe7b8a66a786e2e0b9039c203b9ae0eeadafe0c71e28c23d271a6fdf3445e35d8c487738f4b5b3527b56d0dff673d7398148424010eb7ff27e56b
+DIST genpatches-4.18-9.experimental.tar.xz 5224 BLAKE2B 
2f74981342a8ed11d2df985fa4347b22b6ad9bed3c75ee352b0ef1bfcba2137461ee0b134e0dbc680cd56ead903b8d405cf5204afd798dcf50b270ecd4382d66
 SHA512 
9e9b75d6fc2107308f107815c742a339675fcaecd2e3c8bc0a8074b7a2edf8df999f6d731031f3cf4589398cb2748422652d14d3695b4539651b3a10f22f3892
+DIST genpatches-4.18-9.extras.tar.xz 17508 BLAKE2B 
8d9022aaff97d2a0d9fcf589ef33b326756dfa30f60c38fcdb307820dad26bc14aa1be583661f0adc80d0e7d86f9ae04f9a7bf77d338f7008195cb646d5c5c16
 SHA512 
3fb0e0a4373a7219a28536cde87f39068e58a58c663c8f6c3ce3d1708f0bd7c631c5abd725d4e750224cfb0c9d2270d4f836f168e08c403c5c5e229a70eda144
 DIST genpatches-4.4-115.base.tar.xz 1692684 BLAKE2B 
8595bbb40d0f0172e5b6f5266d89b3aa67fad3889375c3925a39e01f9dd03e86f934d8d3c0bd93bab58ceee274277aaac4051d09f2edf665c106f2c0e29d
 SHA512 
43dac11a37c6cbef7a4070336bda44beb2d5a9a649188d188e37c4654ce94a71244a7e87652368da5a0f88dc53ad5c8d6194ad614c4033d08295debab0c90eca
 DIST genpatches-4.4-115.experimental.tar.xz 87744 BLAKE2B 
dc8a9f9ae6e6789e7c072e5c6dfa0e875765d77ffb746060f65cd708124f81f8a269a54ec6bd6f9bd159d0cd5d0d9dabd6ad9489ff5453e01c264b0f34153300
 SHA512 
e82343f1d4220ecab61503c7cefae9d5d9cd605187f4861eac21f330c39af77e90950badf1896a8fefee57133496f706e2b1905eee1d8c6cf945e77ed3b36094
 DIST genpatches-4.4-115.extras.tar.xz 16456 BLAKE2B 
3c854f5619d349eb7b20b8f92787564019769884c28cf8bd3191686e3fc8f5c764ebc3a3c99d3ea7290aab316b8a0a0728a4f679196b80b524943c503fef6705
 SHA512 
84d76421f1e3d3041ab18a2a6a019b571c1a6f27d2fc880da64ae11398c43e5eab79c538940df82aa02d697983a97145197b127613bb7f4765a26813cc36eacf

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



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

2018-09-05 Thread Louis Sautier
commit: 63820d341c47f26e699df375ced7c1ee985c946c
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep  5 13:51:01 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep  5 13:51:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63820d34

dev-python/pycodestyle: add Python 3.7 support

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
index 10fb79dbb65..41243bdcb87 100644
--- a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 



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

2018-09-05 Thread Thomas Deutschmann
commit: d0c2e3314fb21e805502c41e23b6e6e784389d63
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep  5 14:03:19 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep  5 14:03:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c2e331

dev-libs/openssl: fix broken prefix support

Commit ed7230d4486049fdd155ac6b86e07578d624aeb0 has broken prefix
support which this commit will fix.

Closes: https://bugs.gentoo.org/665272
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-libs/openssl/openssl-1.0.2p.ebuild | 6 +++---
 dev-libs/openssl/openssl-1.1.1_pre9.ebuild | 8 
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-libs/openssl/openssl-1.0.2p.ebuild 
b/dev-libs/openssl/openssl-1.0.2p.ebuild
index ddc45aa8700..ef70b21c1d7 100644
--- a/dev-libs/openssl/openssl-1.0.2p.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2p.ebuild
@@ -239,10 +239,10 @@ multilib_src_test() {
 }
 
 multilib_src_install() {
-   # We need to create $D/usr on our own to avoid a race condition #665130
-   if [[ ! -d "${D%/}/usr" ]]; then
+   # We need to create $ED/usr on our own to avoid a race condition #665130
+   if [[ ! -d "${ED%/}/usr" ]]; then
# We can only create this directory once
-   mkdir "${D%/}"/usr || die
+   mkdir "${ED%/}"/usr || die
fi
 
emake INSTALL_PREFIX="${D%/}" install

diff --git a/dev-libs/openssl/openssl-1.1.1_pre9.ebuild 
b/dev-libs/openssl/openssl-1.1.1_pre9.ebuild
index e694ab91d16..4c92eedb393 100644
--- a/dev-libs/openssl/openssl-1.1.1_pre9.ebuild
+++ b/dev-libs/openssl/openssl-1.1.1_pre9.ebuild
@@ -185,13 +185,13 @@ multilib_src_test() {
 }
 
 multilib_src_install() {
-   # We need to create $D/usr on our own to avoid a race condition #665130
-   if [[ ! -d "${D%/}/usr" ]]; then
+   # We need to create $ED/usr on our own to avoid a race condition #665130
+   if [[ ! -d "${ED%/}/usr" ]]; then
# We can only create this directory once
-   mkdir "${D%/}"/usr || die
+   mkdir "${ED%/}"/usr || die
fi
 
-   emake DESTDIR="${D%}" install
+   emake DESTDIR="${D%/}" install
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/, sci-mathematics/maxima/files/

2018-09-05 Thread Andrey Grozin
commit: 0547f4e74b206aa4fc02746df0e929a3b8777d19
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:26:17 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:26:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0547f4e7

sci-mathematics/maxima: be compatible with emacs-27

add the upstream patch
bump to eapi 6
Closes: https://bugs.gentoo.org/664848
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/maxima/files/emacs-27.patch|  10 ++
 sci-mathematics/maxima/files/xdg-utils-1.patch |  31 
 sci-mathematics/maxima/maxima-5.41.0-r2.ebuild | 212 +
 3 files changed, 253 insertions(+)

diff --git a/sci-mathematics/maxima/files/emacs-27.patch 
b/sci-mathematics/maxima/files/emacs-27.patch
new file mode 100644
index 000..ded11659900
--- /dev/null
+++ b/sci-mathematics/maxima/files/emacs-27.patch
@@ -0,0 +1,10 @@
+diff -r -U2 maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el 
maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el
+--- maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el 2016-04-03 
03:42:45.0 +0600
 maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el  2018-09-05 
20:29:46.843231210 +0700
+@@ -528,5 +528,5 @@
+ (set-process-filter imaxima-gs-process 'imaxima-gs-filter)
+ (imaxima-gs-wait)
+-(process-kill-without-query imaxima-gs-process nil)
++(set-process-query-on-exit-flag imaxima-gs-process nil)
+ (unless (eq (process-status imaxima-gs-process) 'run)
+   (setq output (shell-command-to-string (concat imaxima-gs-program " 
-h")))

diff --git a/sci-mathematics/maxima/files/xdg-utils-1.patch 
b/sci-mathematics/maxima/files/xdg-utils-1.patch
new file mode 100644
index 000..4150eb52cb9
--- /dev/null
+++ b/sci-mathematics/maxima/files/xdg-utils-1.patch
@@ -0,0 +1,31 @@
+diff -r -U2 maxima-5.41.0.orig/interfaces/emacs/misc/bookmode.el 
maxima-5.41.0/interfaces/emacs/misc/bookmode.el
+--- maxima-5.41.0.orig/interfaces/emacs/misc/bookmode.el   2017-05-29 
05:30:43.0 +0700
 maxima-5.41.0/interfaces/emacs/misc/bookmode.el2018-09-05 
20:53:02.518172515 +0700
+@@ -681,5 +681,5 @@
+ (and tem
+  (list (concat "View "(nth 1 tem))
+-   'call-process  "ghostview" nil nil nil
++   'call-process  "xdg-open" nil nil nil
+(expand-file-name(nth 1 tem))
+))
+@@ -706,5 +706,5 @@
+ (cond ((looking-at "%PS") "")
+   (t "gzip -dc | "))
+-"ghostview -")
++"xdg-open -")
+
+   )))
+diff -r -U2 maxima-5.41.0.orig/interfaces/xmaxima/Tkmaxima/Constants.tcl 
maxima-5.41.0/interfaces/xmaxima/Tkmaxima/Constants.tcl
+--- maxima-5.41.0.orig/interfaces/xmaxima/Tkmaxima/Constants.tcl   
2016-04-03 03:42:45.0 +0600
 maxima-5.41.0/interfaces/xmaxima/Tkmaxima/Constants.tcl2018-09-05 
20:55:25.180166516 +0700
+@@ -154,7 +154,7 @@
+ image/png  netmath
+ image/jpeg netmath
+-application/postscript "ghostview -safer %s"
+-application/pdf "acroread %s"
+-application/x-dvi "xdvi %s"
++application/postscript "xdg-open %s"
++application/pdf "xdg-open %s"
++application/x-dvi "xdg-open %s"
+ }
+ set maxima_priv(imagecounter) 0

diff --git a/sci-mathematics/maxima/maxima-5.41.0-r2.ebuild 
b/sci-mathematics/maxima/maxima-5.41.0-r2.ebuild
new file mode 100644
index 000..c09441ad802
--- /dev/null
+++ b/sci-mathematics/maxima/maxima-5.41.0-r2.ebuild
@@ -0,0 +1,212 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools elisp-common eutils xdg-utils
+
+DESCRIPTION="Free computer algebra environment based on Macsyma"
+HOMEPAGE="http://maxima.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+# Supported lisps
+LISPS=( sbcl cmucl gcl ecls clozurecl clisp )
+#  supports readline: . - no, y - yes
+SUPP_RL=(   .. y   .. y )
+# . - just --enable-,  - --enable-
+CONF_FLAG=( .. .   ecl  ccl   . )
+# patch file version; . - no patch
+PATCH_V=(   21 .   22 1 )
+
+IUSE="emacs tk nls unicode X ${LISPS[*]}"
+
+# Languages
+LANGS="de es pt pt_BR"
+for lang in ${LANGS}; do
+   IUSE="${IUSE} l10n_${lang/_/-}"
+done
+
+# texlive-latexrecommended needed by imaxima for breqn.sty
+RDEPEND="!app-emacs/imaxima
+   X? ( x11-misc/xdg-utils
+sci-visualization/gnuplot[gd]
+tk? ( dev-lang/tk:0 ) )
+   emacs? ( virtual/emacs
+   virtual/latex-base
+   app-emacs/auctex
+

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

2018-09-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 15:55:54 2018 +

New tag: 4.18-9




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

2018-09-05 Thread Louis Sautier
commit: 7e73ae48bc3c28b105a5f4b7a720c12e5598da2b
Author: Louis Sautier  gentoo  org>
AuthorDate: Mon Sep  3 22:29:08 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep  5 13:30:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e73ae48

dev-python/jeepney: new pkg, required by dev-python/secretstorage

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/jeepney/Manifest |  1 +
 dev-python/jeepney/jeepney-0.3.1.ebuild | 49 +
 dev-python/jeepney/metadata.xml | 13 +
 3 files changed, 63 insertions(+)

diff --git a/dev-python/jeepney/Manifest b/dev-python/jeepney/Manifest
new file mode 100644
index 000..dba5fd54f6b
--- /dev/null
+++ b/dev-python/jeepney/Manifest
@@ -0,0 +1 @@
+DIST jeepney-0.3.1.tar.gz 22271 BLAKE2B 
a8de58e4ef4c4d1874c8995e3726a4bfa26a8db4a63040658c4edfd1742fa1c22de52d8cbee4913b1973279938544481fe2c2aef3138dc0ef724f7a99a39c617
 SHA512 
ad1a2d220a7626a3bdadf6fba6a591d1b498a9f6bb34607860213efddf49bbe67a4dc2d504decd906c560c519302f1fa45b85ba348156e8bec288f525d502e82

diff --git a/dev-python/jeepney/jeepney-0.3.1.ebuild 
b/dev-python/jeepney/jeepney-0.3.1.ebuild
new file mode 100644
index 000..0f8244e3940
--- /dev/null
+++ b/dev-python/jeepney/jeepney-0.3.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# Python 3.4 and older aren't supported
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, pure Python DBus protocol wrapper"
+HOMEPAGE="https://gitlab.com/takluyver/jeepney;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples test"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/testpath[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   pytest -vv || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/jeepney/metadata.xml b/dev-python/jeepney/metadata.xml
new file mode 100644
index 000..8e28a357224
--- /dev/null
+++ b/dev-python/jeepney/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   jeepney
+   takluyver/jeepney
+   https://gitlab.com/takluyver/jeepney/issues
+   
+



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

2018-09-05 Thread Louis Sautier
commit: 9499297a9acc05e6a3375a44ca052fb457598dab
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep  4 22:07:05 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep  5 13:30:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9499297a

dev-python/secretstorage: bump to 3.1.0, drop Py2, add Py3.7, doc

Upstream no longer supports Python 2 and dev-python/jeepney requires at
least Python 3.5.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/secretstorage/Manifest  |  1 +
 .../secretstorage/secretstorage-3.1.0.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/secretstorage/Manifest 
b/dev-python/secretstorage/Manifest
index c9b5e5e896b..dc1d6847277 100644
--- a/dev-python/secretstorage/Manifest
+++ b/dev-python/secretstorage/Manifest
@@ -1 +1,2 @@
 DIST SecretStorage-2.3.1.tar.gz 16073 BLAKE2B 
e4769e748ee39596c51012a6ac626dba2b019238a8237678c47d713c2af4b0e88b50d0068b5dbf3a405b9f7b14a7df64aabf751009dd21ab25de65ead2a79c38
 SHA512 
69a2c86a1abd904b7d71bbb59cead3b2588cf88d7f35cbaf64d18ff9aa9ed62ba9f79d0bebd10136aa8a0edb1ff8a1d1aff70cf8e519dc74303993ef0d564047
+DIST SecretStorage-3.1.0.tar.gz 17767 BLAKE2B 
e234a7f34b5ca2debfd04d4f3b4b4e2a1625aa346133e464bbc1f094381445e3d0c5460457c687f55f6682c6b6085a757edb23a6029fe5c2abf139278203f326
 SHA512 
a044009480b359aecb0c8782f04e4d02c3c1c0e682f72733896c98f386562c43766318963452d60028d0a92d02903130278cf26a5c206f5f0909e106bdb2d133

diff --git a/dev-python/secretstorage/secretstorage-3.1.0.ebuild 
b/dev-python/secretstorage/secretstorage-3.1.0.ebuild
new file mode 100644
index 000..7ab36cf655c
--- /dev/null
+++ b/dev-python/secretstorage/secretstorage-3.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+MY_PN="SecretStorage"
+
+DESCRIPTION="Python bindings to FreeDesktop.org Secret Service API."
+HOMEPAGE="https://github.com/mitya57/secretstorage 
https://pypi.org/project/SecretStorage/;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/jeepney[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/alabaster[${PYTHON_USEDEP}]
+   )
+   test? ( ${RDEPEND} )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   dbus-run-session "${EPYTHON}" -m unittest discover -v -s tests \
+   || die "tests failed with ${EPYTHON}"
+}



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

2018-09-05 Thread Louis Sautier
commit: ddefc508e3d01649ff7497892cb6afed8091f490
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep  4 22:32:19 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep  5 13:30:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddefc508

dev-python/keyring: drop Python 2, add 3.7 and doc

No version of dev-python/secretstorage supports both Python 2 and 3.7.

Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9782

 dev-python/keyring/keyring-13.2.1-r1.ebuild | 50 +
 1 file changed, 50 insertions(+)

diff --git a/dev-python/keyring/keyring-13.2.1-r1.ebuild 
b/dev-python/keyring/keyring-13.2.1-r1.ebuild
new file mode 100644
index 000..0cd6bdea71d
--- /dev/null
+++ b/dev-python/keyring/keyring-13.2.1-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   # Skip an interactive test
+   pytest -vv --override-ini="addopts=--doctest-modules" \
+   --ignore ${PN}/tests/backends/test_kwallet.py \
+   || die "testsuite failed under ${EPYTHON}"
+}



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

2018-09-05 Thread Louis Sautier
commit: 6f2add408b2e209fb4f3b72f0d1aa7246c88cc8b
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Sep  4 22:27:07 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep  5 13:30:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2add40

dev-python/keyring: add the Python project to maintainers

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/keyring/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/keyring/metadata.xml b/dev-python/keyring/metadata.xml
index 29d3c3220b7..8efe6589b0a 100644
--- a/dev-python/keyring/metadata.xml
+++ b/dev-python/keyring/metadata.xml
@@ -9,6 +9,10 @@
openst...@gentoo.org
Openstack

+   
+   pyt...@gentoo.org
+   Python
+   

Provides a easy way to access the system keyring service from 
python.




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

2018-09-05 Thread Lars Wendler
commit: 5261e1d82ef50eb8b560faeafd2ed2ade291cdde
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  5 14:07:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  5 14:08:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5261e1d8

mail-mta/msmtp: Fixes required for using fcaps.eclass correctly.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mail-mta/msmtp/msmtp-1.8.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mail-mta/msmtp/msmtp-1.8.0.ebuild 
b/mail-mta/msmtp/msmtp-1.8.0.ebuild
index 7308304effa..cdcd70d34ec 100644
--- a/mail-mta/msmtp/msmtp-1.8.0.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.0.ebuild
@@ -14,6 +14,10 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
 IUSE="daemon doc idn libsecret +mta nls sasl ssl vim-syntax"
 
+# fcaps.eclass unconditionally defines "filecaps" USE flag which we need for
+# USE="daemon" in order to set the caps we need.
+REQUIRED_USE="daemon? ( filecaps )"
+
 # Upstream discourages usage of openssl. See also
 # https://marlam.de/msmtp/news/openssl-discouraged/
 DEPEND="
@@ -82,7 +86,7 @@ src_install() {
default
 
if use daemon ; then
-   fcaps CAP_NET_BIND_SERVICE "${ED%/}"/usr/bin/msmtpd
+   fcaps CAP_NET_BIND_SERVICE usr/bin/msmtpd
newinitd "${FILESDIR}"/msmtpd.init msmtpd
newconfd "${FILESDIR}"/msmtpd.confd msmtpd
fi



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-05 Thread Andrey Grozin
commit: bc93b9010304427e3de6af296a5acf5bcab57af4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:29:49 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:29:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc93b901

sci-geosciences/qmapshack: clean old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/qmapshack/Manifest |  2 --
 .../qmapshack/qmapshack-1.10.0-r1.ebuild   | 40 --
 sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild  | 40 --
 3 files changed, 82 deletions(-)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 235e9093c7e..559bca0b664 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1,4 +1,2 @@
-DIST qmapshack-1.10.0.tar.gz 7841397 BLAKE2B 
7a2c92cdb8a3284ed9b9002d0b07b81fd282f48e7eaf3624a1658c988c12951667292a4aebc56bb064abdf49fbbb681013a7610bf73641221b95d642a5a869f2
 SHA512 
252ca368fa4fbb803a5f6a82acc29da98c55eab5cde3ff9783c5afe3100783f4f5352e463511f4196d94c70d4cf4b7718334b886c76e30172df325d89a69afe9
-DIST qmapshack-1.11.0.tar.gz 8531519 BLAKE2B 
f79e8a98afa8dd3450214cdd4156ce8de862ab2b1a988855c5e3892e9952a4e0ed06f894f56f47412a9015d704cb447303bb5969edfa95884580899c4c42963f
 SHA512 
1907ffe9619e6c8d0997a65eb9f59896fa1fa15123c5b166f4ee8e4ea72223772d3292808c1e730c88a21189edb5c546da2de72bfa1730a4ae5f28b69bf3555a
 DIST qmapshack-1.11.1.tar.gz 11446871 BLAKE2B 
fa92b93787306d23110112fd851f0ee02418ac7b27316f57b4045efc4ae726e36c4014682d1ee32879f8894bab7dcac70852384f8b158e01026d7782f67b5ede
 SHA512 
43e1b587bd3f4901b155ea6d1d520cf303681640c1bd521b30ef7f23aaf49b2fffe9b764e5dd3fcaef360b0d32b360b76eb8d737ec5e186aa75362ff2507956e
 DIST qmapshack-1.6.3.tar.gz 5181205 BLAKE2B 
89e7a638f35e0e555b237a000992f48b1a126ed9de5c2892ee8e147060866656b87abbc46937cc5187e473681b71a2dfb250160d4847824df4989c352afd676b
 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133

diff --git a/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild
deleted file mode 100644
index 2765fdf91e9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild
deleted file mode 100644
index 2765fdf91e9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



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

2018-09-05 Thread Jeroen Roovers
commit: 7f62908812b9eaf81ccbc5c36bbfcd04350aa0b1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  5 13:55:00 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  5 13:55:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f629088

net-misc/curl: Version 7.61.1.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/curl/Manifest   |   1 +
 net-misc/curl/curl-7.61.1.ebuild | 247 +++
 2 files changed, 248 insertions(+)

diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
index 4520e5eba87..5b58153f041 100644
--- a/net-misc/curl/Manifest
+++ b/net-misc/curl/Manifest
@@ -1,2 +1,3 @@
 DIST curl-7.60.0.tar.bz2 2938400 BLAKE2B 
1c80e63094b6c0e8c63265ed7a62f75aac2ba13cf86ba201d69837f32c6b0011599a33507e65234cf3dccc5aa08ee558ff9c52998c50f0288738ba3992b6bc65
 SHA512 
c7566bbe7289cd75d34a65b457905d54b5d07543b9fed5a762c889eb09114ad66de62c3edafd1973e87bc8e303a434e77b4e40eea1718801e79ae9256531abe9
 DIST curl-7.61.0.tar.bz2 2949354 BLAKE2B 
bb9fb6155aa6031d81fa17410e772a58ec111401e7854ad0148c33169f1a7067bb04029965f117be7df20c51a6157bf93fb6439bc4a2d25849a4784baadc
 SHA512 
4907234c75a9e52a5b81cf895bcc811d7a69f1db84a9ae1adc3af360e8cc4371f58c00925ce6bc5170f2a8072848da47a52c41f4bfedcf14274ec75802afcddd
+DIST curl-7.61.1.tar.bz2 2965173 BLAKE2B 
16ef6962f64e18a4b67c3cccff78120084a2660207f512974f9827c53037a95b935a6020620f926eee85339fbc558be5585f2a4c001bd287c4d33795e6a6dab5
 SHA512 
484d33c0d32109539a95309cdb4404c03c0e7164fdbf7a4724a5b01aa20e2d48fbe6363c7cc53060d4d28050cfa6b43f9ed220ab65d4d389eb00efff5db1bfb5

diff --git a/net-misc/curl/curl-7.61.1.ebuild b/net-misc/curl/curl-7.61.1.ebuild
new file mode 100644
index 000..703e9d8df20
--- /dev/null
+++ b/net-misc/curl/curl-7.61.1.ebuild
@@ -0,0 +1,247 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit autotools eutils prefix multilib-minimal
+
+DESCRIPTION="A Client that groks URLs"
+HOMEPAGE="https://curl.haxx.se/;
+SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
+IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
+IUSE+=" elibc_Winnt"
+
+#lead to lots of false negatives, bug #285669
+RESTRICT="test"
+
+RDEPEND="ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
+   brotli? ( app-arch/brotli:= )
+   ssl? (
+   curl_ssl_axtls? (
+   net-libs/axtls:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   curl_ssl_gnutls? (
+   net-libs/gnutls:0=[static-libs?,${MULTILIB_USEDEP}]
+   dev-libs/nettle:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   curl_ssl_libressl? (
+   dev-libs/libressl:0=[static-libs?,${MULTILIB_USEDEP}]
+   )
+   curl_ssl_mbedtls? (
+   net-libs/mbedtls:0=[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   curl_ssl_openssl? (
+   dev-libs/openssl:0=[static-libs?,${MULTILIB_USEDEP}]
+   )
+   curl_ssl_nss? (
+   dev-libs/nss:0[${MULTILIB_USEDEP}]
+   app-misc/ca-certificates
+   )
+   )
+   http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
+   idn? ( net-dns/libidn2:0[static-libs?,${MULTILIB_USEDEP}] )
+   adns? ( net-dns/c-ares:0[${MULTILIB_USEDEP}] )
+   kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] )
+   rtmp? ( media-video/rtmpdump[${MULTILIB_USEDEP}] )
+   ssh? ( net-libs/libssh2[static-libs?,${MULTILIB_USEDEP}] )
+   sys-libs/zlib[${MULTILIB_USEDEP}]"
+
+# Do we need to enforce the same ssl backend for curl and rtmpdump? Bug #423303
+#  rtmp? (
+#  media-video/rtmpdump
+#  curl_ssl_gnutls? ( media-video/rtmpdump[gnutls] )
+#  curl_ssl_openssl? ( media-video/rtmpdump[-gnutls,ssl] )
+#  )
+
+# ssl providers to be added:
+# fbopenssl  $(use_with spnego)
+
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
+   test? (
+   sys-apps/diffutils
+   dev-lang/perl
+   )"
+
+# c-ares must be disabled for threads
+# only one ssl provider can be enabled
+REQUIRED_USE="
+   curl_ssl_winssl? ( 

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

2018-09-05 Thread Jeroen Roovers
commit: 196da06d54f0c7b91c8cbb6c2ad157b28d15ac9b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  5 14:16:21 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  5 14:16:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196da06d

net-misc/chrony: Update live ebuild.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-misc/chrony/chrony-.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-.ebuild
index ac4e878733e..3281755d086 100644
--- a/net-misc/chrony/chrony-.ebuild
+++ b/net-misc/chrony/chrony-.ebuild
@@ -15,6 +15,7 @@ IUSE="caps +cmdmon ipv6 libedit +ntp +phc pps readline 
+refclock +rtc seccomp se
 REQUIRED_USE="
?? ( libedit readline )
 "
+
 CDEPEND="
caps? ( sys-libs/libcap )
libedit? ( dev-libs/libedit )
@@ -40,9 +41,8 @@ PATCHES=(
 src_prepare() {
default
sed -i \
-   -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-   -e 's:/var/run:/run:g' \
-   conf.c doc/*.adoc examples/* || die
+   -e 's:/etc/chrony\.conf:/etc/chrony/chrony.conf:g' \
+   doc/* examples/* || die
 }
 
 src_configure() {
@@ -75,12 +75,13 @@ src_configure() {
$(usex rtc '' --disable-rtc) \
${CHRONY_EDITLINE} \
${EXTRA_ECONF} \
-   --docdir=/usr/share/doc/${PF} \
--chronysockdir=/run/chrony \
+   --disable-sechash \
+   --docdir=/usr/share/doc/${PF} \
--mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc/chrony \
-   --disable-sechash \
+   --with-pidfile="${EPREFIX}/run/chrony/chronyd.pid"
--without-nss \
--without-tomcrypt
"
@@ -97,7 +98,7 @@ src_compile() {
 src_install() {
default
 
-   newinitd "${FILESDIR}"/chronyd.init-r1 chronyd
+   newinitd "${FILESDIR}"/chronyd.init-r2 chronyd
newconfd "${FILESDIR}"/chronyd.conf chronyd
 
insinto /etc/${PN}



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

2018-09-05 Thread Mike Pagano
commit: 50bb5fa98b1e73412ead3adb0d5c6f35fb59e983
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  5 15:21:02 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 15:21:02 2018 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=50bb5fa9

Linux patch 4.4.154

 _README  |4 +
 1153_linux-4.4.154.patch | 2064 ++
 2 files changed, 2068 insertions(+)

diff --git a/_README b/_README
index e62afd1..5a367b5 100644
--- a/_README
+++ b/_README
@@ -655,6 +655,10 @@ Patch:  1152_linux-4.4.153.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.153
 
+Patch:  1153_linux-4.4.154.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.154
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1153_linux-4.4.154.patch b/1153_linux-4.4.154.patch
new file mode 100644
index 000..88b66fb
--- /dev/null
+++ b/1153_linux-4.4.154.patch
@@ -0,0 +1,2064 @@
+diff --git a/Makefile b/Makefile
+index 208a813be615..b184286cf7e6 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 153
++SUBLEVEL = 154
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arc/include/asm/delay.h b/arch/arc/include/asm/delay.h
+index d5da2115d78a..03d6bb0f4e13 100644
+--- a/arch/arc/include/asm/delay.h
 b/arch/arc/include/asm/delay.h
+@@ -17,8 +17,11 @@
+ #ifndef __ASM_ARC_UDELAY_H
+ #define __ASM_ARC_UDELAY_H
+ 
++#include 
+ #include /* HZ */
+ 
++extern unsigned long loops_per_jiffy;
++
+ static inline void __delay(unsigned long loops)
+ {
+   __asm__ __volatile__(
+diff --git a/arch/arc/mm/cache.c b/arch/arc/mm/cache.c
+index 9a84cbdd44b0..017fb440bba4 100644
+--- a/arch/arc/mm/cache.c
 b/arch/arc/mm/cache.c
+@@ -821,7 +821,7 @@ void flush_cache_mm(struct mm_struct *mm)
+ void flush_cache_page(struct vm_area_struct *vma, unsigned long u_vaddr,
+ unsigned long pfn)
+ {
+-  unsigned int paddr = pfn << PAGE_SHIFT;
++  phys_addr_t paddr = pfn << PAGE_SHIFT;
+ 
+   u_vaddr &= PAGE_MASK;
+ 
+@@ -841,8 +841,9 @@ void flush_anon_page(struct vm_area_struct *vma, struct 
page *page,
+unsigned long u_vaddr)
+ {
+   /* TBD: do we really need to clear the kernel mapping */
+-  __flush_dcache_page(page_address(page), u_vaddr);
+-  __flush_dcache_page(page_address(page), page_address(page));
++  __flush_dcache_page((phys_addr_t)page_address(page), u_vaddr);
++  __flush_dcache_page((phys_addr_t)page_address(page),
++  (phys_addr_t)page_address(page));
+ 
+ }
+ 
+diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c
+index e8835d4e173c..e0267532bd4e 100644
+--- a/arch/arm/kvm/mmu.c
 b/arch/arm/kvm/mmu.c
+@@ -892,19 +892,35 @@ static int stage2_set_pmd_huge(struct kvm *kvm, struct 
kvm_mmu_memory_cache
+   pmd = stage2_get_pmd(kvm, cache, addr);
+   VM_BUG_ON(!pmd);
+ 
+-  /*
+-   * Mapping in huge pages should only happen through a fault.  If a
+-   * page is merged into a transparent huge page, the individual
+-   * subpages of that huge page should be unmapped through MMU
+-   * notifiers before we get here.
+-   *
+-   * Merging of CompoundPages is not supported; they should become
+-   * splitting first, unmapped, merged, and mapped back in on-demand.
+-   */
+-  VM_BUG_ON(pmd_present(*pmd) && pmd_pfn(*pmd) != pmd_pfn(*new_pmd));
+-
+   old_pmd = *pmd;
+   if (pmd_present(old_pmd)) {
++  /*
++   * Multiple vcpus faulting on the same PMD entry, can
++   * lead to them sequentially updating the PMD with the
++   * same value. Following the break-before-make
++   * (pmd_clear() followed by tlb_flush()) process can
++   * hinder forward progress due to refaults generated
++   * on missing translations.
++   *
++   * Skip updating the page table if the entry is
++   * unchanged.
++   */
++  if (pmd_val(old_pmd) == pmd_val(*new_pmd))
++  return 0;
++
++  /*
++   * Mapping in huge pages should only happen through a
++   * fault.  If a page is merged into a transparent huge
++   * page, the individual subpages of that huge page
++   * should be unmapped through MMU notifiers before we
++   * get here.
++   *
++   * Merging of CompoundPages is not supported; they
++   * should become splitting first, unmapped, merged,
++   * and mapped back in on-demand.
++   */
++  VM_BUG_ON(pmd_pfn(old_pmd) != pmd_pfn(*new_pmd));
++
+   pmd_clear(pmd);
+   

[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-05 Thread Andrey Grozin
commit: f6bb934f65a408232071e3c0a3253cfe29b85de4
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:34:16 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:34:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6bb934f

sci-geosciences/qmapshack: depend on dev-qt/qtsql

Suggested-by: gentoo  lermytte.be
Closes: https://bugs.gentoo.org/661134
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../qmapshack/qmapshack-1.11.1-r1.ebuild   | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
new file mode 100644
index 000..e49afba1831
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.11.1-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/designer:5
+   dev-qt/qtnetwork:5[ssl]
+   dev-qt/qtsql:5
+   dev-libs/quazip
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj
+   sci-libs/alglib"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2018-09-05 Thread Mike Gilbert
commit: 3258d7f48cd61a5a116b857de94fa02547a3f06d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep  4 17:53:47 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep  5 14:00:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3258d7f4

net-misc/chrony: systemd changes/fixes

Use upstream unit file with a couple tweaks.
Stop installing obsolete[1] ntp-units.d file.

[1] 
https://github.com/systemd/systemd/commit/b72ddf0f4f552dd53d6404b6ddbc9f17d02b8e12

 4_pre1-r1.ebuild => chrony-3.4_pre1-r2.ebuild} | 10 
 net-misc/chrony/chrony-.ebuild | 12 ++
 net-misc/chrony/files/chronyd-systemd-gentoo.patch | 28 ++
 3 files changed, 41 insertions(+), 9 deletions(-)

diff --git a/net-misc/chrony/chrony-3.4_pre1-r1.ebuild 
b/net-misc/chrony/chrony-3.4_pre1-r2.ebuild
similarity index 96%
rename from net-misc/chrony/chrony-3.4_pre1-r1.ebuild
rename to net-misc/chrony/chrony-3.4_pre1-r2.ebuild
index a39dc7b24dc..2b17b91c999 100644
--- a/net-misc/chrony/chrony-3.4_pre1-r1.ebuild
+++ b/net-misc/chrony/chrony-3.4_pre1-r2.ebuild
@@ -36,12 +36,15 @@ RESTRICT=test
 
 S="${WORKDIR}/${P/_/-}"
 
+PATCHES=(
+   "${FILESDIR}"/chronyd-systemd-gentoo.patch
+)
+
 src_prepare() {
+   default
sed -i \
-e 's:/etc/chrony\.conf:/etc/chrony/chrony.conf:g' \
doc/* examples/* || die
-
-   default
 }
 
 src_configure() {
@@ -116,6 +119,5 @@ src_install() {
insinto /etc/logrotate.d
newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony
 
-   systemd_newunit "${FILESDIR}"/chronyd.service-r2 chronyd.service
-   systemd_enable_ntpunit 50-chrony chronyd.service
+   systemd_dounit examples/chronyd.service
 }

diff --git a/net-misc/chrony/chrony-.ebuild 
b/net-misc/chrony/chrony-.ebuild
index 1878efaf91d..ac4e878733e 100644
--- a/net-misc/chrony/chrony-.ebuild
+++ b/net-misc/chrony/chrony-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,13 +33,16 @@ RDEPEND="
 RESTRICT=test
 S="${WORKDIR}/${P/_/-}"
 
+PATCHES=(
+   "${FILESDIR}"/chronyd-systemd-gentoo.patch
+)
+
 src_prepare() {
+   default
sed -i \
-e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-e 's:/var/run:/run:g' \
conf.c doc/*.adoc examples/* || die
-
-   default
 }
 
 src_configure() {
@@ -111,6 +114,5 @@ src_install() {
insinto /etc/logrotate.d
newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony
 
-   systemd_newunit "${FILESDIR}"/chronyd.service-r2 chronyd.service
-   systemd_enable_ntpunit 50-chrony chronyd.service
+   systemd_dounit examples/chronyd.service
 }

diff --git a/net-misc/chrony/files/chronyd-systemd-gentoo.patch 
b/net-misc/chrony/files/chronyd-systemd-gentoo.patch
new file mode 100644
index 000..63d6b7ed339
--- /dev/null
+++ b/net-misc/chrony/files/chronyd-systemd-gentoo.patch
@@ -0,0 +1,28 @@
+From ba3ddefc90f58d30a365104cf6e930333e3a2704 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Tue, 4 Sep 2018 13:01:06 -0400
+Subject: [PATCH] Tweak chronyd.service for Gentoo
+
+---
+ examples/chronyd.service | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/examples/chronyd.service b/examples/chronyd.service
+index 1777413..ceed830 100644
+--- a/examples/chronyd.service
 b/examples/chronyd.service
+@@ -7,9 +7,8 @@ ConditionCapability=CAP_SYS_TIME
+ 
+ [Service]
+ Type=forking
+-PIDFile=/var/run/chrony/chronyd.pid
+-EnvironmentFile=-/etc/sysconfig/chronyd
+-ExecStart=/usr/sbin/chronyd $OPTIONS
++PIDFile=/run/chrony/chronyd.pid
++ExecStart=/usr/sbin/chronyd
+ PrivateTmp=yes
+ ProtectHome=yes
+ ProtectSystem=full
+-- 
+2.18.0
+



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2018-09-05 Thread Andrey Grozin
commit: e4d4749495d5520627cf350a437f91e4e1cb7324
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:36:09 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:36:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d47494

sci-geosciences/qmapshack: clean old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild | 40 ---
 1 file changed, 40 deletions(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild
deleted file mode 100644
index 2765fdf91e9..000
--- a/sci-geosciences/qmapshack/qmapshack-1.11.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils xdg-utils gnome2-utils
-
-DESCRIPTION="GPS mapping utility"
-HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
-SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-qt/qtwebkit:5
-   dev-qt/qtscript:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtdbus:5
-   dev-qt/qttest:5
-   dev-qt/designer:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-libs/quazip
-   >=sci-geosciences/routino-3.1.1
-   sci-libs/gdal
-   sci-libs/proj
-   sci-libs/alglib"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5"
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



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

2018-09-05 Thread Anthony G. Basile
commit: f7a608c956d8523b3e4c951414c53b23b79f95db
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 15:31:08 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 15:36:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a608c9

net-libs/libnsl: version 1.2.0 stable on ppc, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild 
b/net-libs/libnsl/libnsl-1.2.0.ebuild
index 760503a9d2d..85be79a50bd 100644
--- a/net-libs/libnsl/libnsl-1.2.0.ebuild
+++ b/net-libs/libnsl/libnsl-1.2.0.ebuild
@@ -13,7 +13,7 @@ SLOT="0/2"
 LICENSE="LGPL-2.1+"
 
 # Stabilize together with glibc-2.26!
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
 
 IUSE=""
 



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

2018-09-05 Thread Anthony G. Basile
commit: a40d8dfa7e99b1c64ae0a19ddb56c56fbdf0c272
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 15:33:50 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 15:36:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40d8dfa

net-libs/rpcsvc-proto: version 1.3.1-r1 stable on ppc, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
index 4c48b938ef6..314e705dbd3 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="!

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

2018-09-05 Thread Anthony G. Basile
commit: 298c315b8a2bbe9deaf4d718cd66965026523955
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 15:36:03 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 15:36:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=298c315b

sys-libs/glibc: version 2.26-r7 stable on ppc, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/glibc/glibc-2.26-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild 
b/sys-libs/glibc/glibc-2.26-r7.ebuild
index d309ffa8067..23f9e11bbef 100644
--- a/sys-libs/glibc/glibc-2.26-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r7.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
inherit git-r3
 else
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 
sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh 
sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/uhd/

2018-09-05 Thread Richard Farina
commit: c589904fddee686bb9353420ad6ca5c5d73c6b15
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Sep  5 15:41:48 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Sep  5 15:42:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c589904f

net-wireless/uhd: bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-wireless/uhd/Manifest|   2 +
 net-wireless/uhd/uhd-3.13.0.1.ebuild | 130 +++
 2 files changed, 132 insertions(+)

diff --git a/net-wireless/uhd/Manifest b/net-wireless/uhd/Manifest
index 7697d5a75e9..79684a22b4b 100644
--- a/net-wireless/uhd/Manifest
+++ b/net-wireless/uhd/Manifest
@@ -1,6 +1,8 @@
 DIST EttusResearch-UHD-3.10.3.0.tar.gz 7566274 BLAKE2B 
4267f1cb2e30808e54709946c74fbab8612560d38ad32f58745085b2b8c18f1c376e642ff430db476dd829bc0ecfca62faa211fe8800ce8589223f9123a1c608
 SHA512 
398fdaa29daf4a0d49172afce46ec57a8a96861a8d3262fdd19f78a29dc7d17ae7cb3731639950784420eca50c0a2f0dc8bf83da7be0b63af208b7bf0b382f6b
 DIST EttusResearch-UHD-3.11.0.0.tar.gz 9279808 BLAKE2B 
b0c083d0ad04b7012b0a7bfa866f26db0e159d6daa2209b56ab8733d8d5288e8ff039aa3e2a27e5d715d08022e175a4e04e65f465ceea5da77dc4339d9ba5951
 SHA512 
63a50f2736c4ba05e06517cfdcb3eae465f78d506e75df36055d8cdec5259ffeebdd6e7ef352c64dfd6b9ef7fbd0df572515bdedefcabe2006abbecb012b169f
 DIST EttusResearch-UHD-3.12.0.0.tar.gz 9317321 BLAKE2B 
7fdbef49482166d929952848dc2a978161e739462c6743dc162ad92b93190086e6957b08f54cba23e6118ddff41c5fb1cfceffedc8411791aece866ab2ab98f7
 SHA512 
33efcb913a40fcceaf21460eeb7b8fe7fdd9066cefc1f6ae7d4f436532965b3fe7d551a8e95c3823418ffec4c0e2804e200c9222b5bf5735622cc2cb1389
+DIST EttusResearch-UHD-3.13.0.1.tar.gz 9409122 BLAKE2B 
69d84db2b908598545af8175304c19d00bde29d606b6af55e12ed2184d14a08bee7cb229b54dc5f339f587194b493e04f6f584685c2e836f81a9063ffc5e5799
 SHA512 
83196212326ab43f7996bf297677980f1e2cb2e51fc6479f086e010078d2ff6ee42ffd5af6bdcaaf0d6c45a3e773b117f8bdbf2e8e0add2b8dc6f3e19ad777cd
 DIST uhd-images_003.010.003.000-release.zip 57008597 BLAKE2B 
9fc93404860956e217c1bac6d3ade6fb5fb160afa6b07e5f4ccf10bf48a932d29068cca8730796797c66f36e9e30bd1d699359fad02b191ba4a224e096bf5fc3
 SHA512 
a211cc9e40e3ff718150e4fed92a2acd0c5612524e0127b7f5ae0b20242e479cd9a44d4e48e7dfebc1a55e4d2adea6c0e0517d3e81817d8d50f03cd7e8f7
 DIST uhd-images_3.12.0.0.tar.xz 87309808 BLAKE2B 
02e121cada37e2b2956521317513eb02a5b2ce6d9ca04609b5f847bda31e12a4ef4d83135f9e78fb88042f455afe8636d2c8c1a4539fa7e03ef3310a215fa938
 SHA512 
7bba0d87580413e2843c7e71938c5d5bfeaf7aa3bc58d058c1c80d5e1397443bcec637e378b2e9582752b97b11e57110299231c4ad3ae81cdd629251f49e84d8
+DIST uhd-images_3.13.0.1.tar.xz 73484904 BLAKE2B 
0045a9b0ed20661c8e1f2e650635cf4263a192b418ac82a6aea29ff899b3ef62d18591a4faee92b02c0618c5f5992d9177f816ca6050778fa69367afc73b0842
 SHA512 
94fdd4277306341ed9334b040aa5825edf762459976c1b68471d20ef3b29c102e5ac61be412fea8a1678c4ff59637cb9098594616ebd7153e7434005cfa1b672
 DIST uhd_3.11.0.0_images.tar.xz 73634376 BLAKE2B 
1d6ff5ec976082e1b3f6db3e8277e277591c7b2a96698c93407099a3543c6787632724d385f319828a9fe8e6ea750e0cd2256cd1cb32aeddda7dfa6ab88ffb3e
 SHA512 
1a665ea58ef545f0a0b643916b822127d55cf81a59c6f447d8006619200d1be69ebebf47261ac318d6ecd1d0e265b9cf4b5da83b082b649496aadd9b4293c6c8

diff --git a/net-wireless/uhd/uhd-3.13.0.1.ebuild 
b/net-wireless/uhd/uhd-3.13.0.1.ebuild
new file mode 100644
index 000..18e5ddf1306
--- /dev/null
+++ b/net-wireless/uhd/uhd-3.13.0.1.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit versionator python-single-r1 gnome2-utils cmake-utils multilib
+
+DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver"
+HOMEPAGE="https://kb.ettus.com;
+
+image_version=uhd-images_00$(get_version_component_range 
1).0$(get_version_component_range 2).00$(get_version_component_range 
3).00$(get_version_component_range 4)-release
+SRC_URI="https://github.com/EttusResearch/uhd/archive/v${PV}.tar.gz -> 
EttusResearch-UHD-${PV}.tar.gz \
+   
https://github.com/EttusResearch/uhd/releases/download/v${PV}/uhd-images_${PV}.tar.xz;
+#https://github.com/EttusResearch/UHD-Mirror/tags
+#http://files.ettus.com/binaries/images/
+
+LICENSE="GPL-3"
+SLOT="0/$(get_version_component_range 1).$(get_version_component_range 2)"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="b100 b200 doc e300 examples mpmd octoclock n230 test usb usrp1 usrp2 
+utils x300"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   b100? ( usb )
+   b200? ( usb )
+   usrp1? ( usb )
+   usrp2? ( usb )
+   || ( b100 b200 e300 mpmd n230 usrp1 usrp2 x300 )"
+
+RDEPEND="${PYTHON_DEPS}
+   e300? ( virtual/udev )
+   usb? ( virtual/libusb:1 )
+   dev-libs/boost:=
+   sys-libs/ncurses:0[tinfo]
+"
+
+DEPEND="${RDEPEND}
+   doc? ( 

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

2018-09-05 Thread Andrey Grozin
commit: 32adc7c1c7048faa9a42e1cb611e0b6848742f1c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:41:58 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:41:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32adc7c1

app-text/coolreader: clean old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/coolreader/coolreader-3.2.2.1.ebuild | 85 ---
 1 file changed, 85 deletions(-)

diff --git a/app-text/coolreader/coolreader-3.2.2.1.ebuild 
b/app-text/coolreader/coolreader-3.2.2.1.ebuild
deleted file mode 100644
index caf405eb150..000
--- a/app-text/coolreader/coolreader-3.2.2.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-PLOCALES="bg cs de es hu pl ru uk"
-inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils eapi7-ver
-
-CR_PV=$(ver_rs 3 '-')
-
-if [ "${PV}" !=  ]
-then
-   # git tag cr3.2.2-1
-   SRC_URI="https://github.com/buggins/${PN}/archive/cr${CR_PV}.tar.gz -> 
${P}.tar.gz"
-   S="${WORKDIR}/${PN}-cr${CR_PV}"
-else
-   inherit git-r3
-   # github mirror has some new commits to fix page margins settings
-   # sourceforge mirror saved as backup
-   #EGIT_REPO_URI="git://git.code.sf.net/p/crengine/crengine"
-   EGIT_REPO_URI="https://github.com/buggins/${PN}.git;
-   SRC_URI=""
-fi
-
-DESCRIPTION="CoolReader - reader of eBook files (fb2,epub,htm,rtf,txt)"
-HOMEPAGE="https://sourceforge.net/projects/crengine/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="wxwidgets"
-
-DEPEND="sys-libs/zlib
-   media-libs/libpng:0
-   virtual/jpeg:0
-   media-libs/freetype
-   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )
-   !wxwidgets? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 
dev-qt/linguist-tools:5 )"
-RDEPEND="${DEPEND}
-   wxwidgets? ( || ( media-fonts/liberation-fonts media-fonts/corefonts ) 
)"
-
-for lang in ${PLOCALES}; do
-   IUSE="${IUSE} l10n_${lang}"
-done
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # locales
-   l10n_find_plocales_changes "${S}"/cr3qt/src/i18n 'cr3_' '.ts'
-   local lang langs
-   langs=""
-   for lang in ${PLOCALES}; do
-   if use l10n_${lang}; then
-   langs="${langs} ${lang}"
-   fi
-   done
-   sed -e "s|SET(LANGUAGES .*)|SET(LANGUAGES ${langs})|" \
-   -i "${S}"/cr3qt/CMakeLists.txt \
-   || die "sed CMakeLists.txt failed"
-}
-
-src_configure() {
-   CMAKE_USE_DIR="${S}"
-   CMAKE_BUILD_TYPE="Release"
-   if use wxwidgets; then
-   setup-wxwidgets
-   local mycmakeargs=(-D GUI=WX)
-   else
-   local mycmakeargs=(-D GUI=QT5)
-   fi
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}



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

2018-09-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 16:05:01 2018 +

New tag: 4.4-155




[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/

2018-09-05 Thread Andrey Grozin
commit: fdbe9c79c005256cb97f2959d1673055fc9ad2c3
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:21:55 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:21:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdbe9c79

sci-mathematics/maxima: clean old

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sci-mathematics/maxima/maxima-5.41.0.ebuild | 208 
 1 file changed, 208 deletions(-)

diff --git a/sci-mathematics/maxima/maxima-5.41.0.ebuild 
b/sci-mathematics/maxima/maxima-5.41.0.ebuild
deleted file mode 100644
index cf8753a2f9e..000
--- a/sci-mathematics/maxima/maxima-5.41.0.ebuild
+++ /dev/null
@@ -1,208 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools elisp-common eutils
-
-DESCRIPTION="Free computer algebra environment based on Macsyma"
-HOMEPAGE="http://maxima.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-
-# Supported lisps
-LISPS=( sbcl cmucl gcl ecls clozurecl clisp )
-#  supports readline: . - no, y - yes
-SUPP_RL=(   .. y   .. y )
-# . - just --enable-,  - --enable-
-CONF_FLAG=( .. .   ecl  ccl   . )
-# patch file version; . - no patch
-PATCH_V=(   21 .   22 1 )
-
-IUSE="emacs tk nls unicode X ${LISPS[*]}"
-
-# Languages
-LANGS="de es pt pt_BR"
-for lang in ${LANGS}; do
-   IUSE="${IUSE} l10n_${lang/_/-}"
-done
-
-# texlive-latexrecommended needed by imaxima for breqn.sty
-RDEPEND="!app-emacs/imaxima
-   X? ( x11-misc/xdg-utils
-sci-visualization/gnuplot[gd]
-tk? ( dev-lang/tk:0 ) )
-   emacs? ( virtual/emacs
-   virtual/latex-base
-   app-emacs/auctex
-   app-text/ghostscript-gpl
-   dev-texlive/texlive-latexrecommended )"
-
-# generating lisp dependencies
-depends() {
-   local LISP DEP
-   LISP=${LISPS[$1]}
-   DEP="dev-lisp/${LISP}:="
-   if [ "${SUPP_RL[$1]}" = "." ]; then
-   DEP="${DEP} app-misc/rlwrap"
-   fi
-   echo ${DEP}
-}
-
-n=${#LISPS[*]}
-for ((n--; n >= 0; n--)); do
-   LISP=${LISPS[${n}]}
-   RDEPEND="${RDEPEND} ${LISP}? ( $(depends ${n}) )"
-   DEF_DEP="${DEF_DEP} !${LISP}? ( "
-done
-
-# default lisp
-DEF_LISP=0 # sbcl
-ARM_LISP=2 # gcl
-DEF_DEP="${DEF_DEP} arm? ( `depends ${ARM_LISP}` ) !arm? ( `depends 
${DEF_LISP}` )"
-
-n=${#LISPS[*]}
-for ((n--; n >= 0; n--)); do
-   DEF_DEP="${DEF_DEP} )"
-done
-
-unset LISP
-
-RDEPEND="${RDEPEND}
-   ${DEF_DEP}"
-
-DEPEND="${RDEPEND}
-   sys-apps/texinfo"
-
-TEXMF="${EPREFIX}"/usr/share/texmf-site
-
-pkg_setup() {
-   local n=${#LISPS[*]}
-
-   for ((n--; n >= 0; n--)); do
-   use ${LISPS[${n}]} && NLISPS="${NLISPS} ${n}"
-   done
-
-   if [ -z "${NLISPS}" ]; then
-   use arm && DEF_LISP=${ARM_LISP}
-   ewarn "No lisp specified in USE flags, choosing 
${LISPS[${DEF_LISP}]} as default"
-   NLISPS=${DEF_LISP}
-   fi
-}
-
-src_prepare() {
-   local n PATCHES v
-   PATCHES=( emacs-0 rmaxima-0 wish-2 xdg-utils-0 )
-
-   n=${#PATCHES[*]}
-   for ((n--; n >= 0; n--)); do
-   epatch "${FILESDIR}"/${PATCHES[${n}]}.patch
-   done
-
-   n=${#LISPS[*]}
-   for ((n--; n >= 0; n--)); do
-   v=${PATCH_V[${n}]}
-   if [ "${v}" != "." ]; then
-   epatch "${FILESDIR}"/${LISPS[${n}]}-${v}.patch
-   fi
-   done
-
-   # bug #343331
-   rm share/Makefile.in || die
-   rm src/Makefile.in || die
-   touch src/*.mk
-   touch src/Makefile.am
-   eautoreconf
-}
-
-src_configure() {
-   local CONFS CONF n lang
-   for n in ${NLISPS}; do
-   CONF=${CONF_FLAG[${n}]}
-   if [ ${CONF} = . ]; then
-   CONF=${LISPS[${n}]}
-   fi
-   CONFS="${CONFS} --enable-${CONF}"
-   done
-
-   # enable existing translated doc
-   if use nls; then
-   for lang in ${LANGS}; do
-   if use "l10n_${lang/_/-}"; then
-   CONFS="${CONFS} --enable-lang-${lang}"
-   use unicode && CONFS="${CONFS} 
--enable-lang-${lang}-utf8"
-   fi
-   done
-   fi
-
-   econf ${CONFS} \
-   $(use_with tk wish) \
-   $(use_enable emacs) \
-   --with-lispdir="${EPREFIX}/${SITELISP}/${PN}"
-}
-
-src_compile() {
-   emake
-   if use emacs; then
-   pushd interfaces/emacs/emaxima > /dev/null
-   elisp-compile *.el
-   popd > 

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

2018-09-05 Thread Andrey Grozin
commit: cc8b56efca3751dc3b0756e3dc109657f37ce092
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Sep  5 15:39:20 2018 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Sep  5 15:40:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8b56ef

app-text/coolreader: move dev-qt/linguist-tools out of RDEPEND

Bug: https://bugs.gentoo.org/664218
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/coolreader/coolreader-3.2.2.1-r1.ebuild | 87 
 1 file changed, 87 insertions(+)

diff --git a/app-text/coolreader/coolreader-3.2.2.1-r1.ebuild 
b/app-text/coolreader/coolreader-3.2.2.1-r1.ebuild
new file mode 100644
index 000..672463952a1
--- /dev/null
+++ b/app-text/coolreader/coolreader-3.2.2.1-r1.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+PLOCALES="bg cs de es hu pl ru uk"
+inherit cmake-utils wxwidgets l10n xdg-utils gnome2-utils eapi7-ver
+
+CR_PV=$(ver_rs 3 '-')
+
+if [ "${PV}" !=  ]
+then
+   # git tag cr3.2.2-1
+   SRC_URI="https://github.com/buggins/${PN}/archive/cr${CR_PV}.tar.gz -> 
${P}.tar.gz"
+   S="${WORKDIR}/${PN}-cr${CR_PV}"
+else
+   inherit git-r3
+   # github mirror has some new commits to fix page margins settings
+   # sourceforge mirror saved as backup
+   #EGIT_REPO_URI="git://git.code.sf.net/p/crengine/crengine"
+   EGIT_REPO_URI="https://github.com/buggins/${PN}.git;
+   SRC_URI=""
+fi
+
+DESCRIPTION="CoolReader - reader of eBook files (fb2,epub,htm,rtf,txt)"
+HOMEPAGE="https://sourceforge.net/projects/crengine/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="wxwidgets"
+
+CDEPEND="sys-libs/zlib
+   media-libs/libpng:0
+   virtual/jpeg:0
+   media-libs/freetype
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER} )
+   !wxwidgets? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 )"
+DEPEND="${CDEPEND}
+   !wxwidgets? ( dev-qt/linguist-tools:5 )"
+RDEPEND="${CDEPEND}
+   wxwidgets? ( || ( media-fonts/liberation-fonts media-fonts/corefonts ) 
)"
+
+for lang in ${PLOCALES}; do
+   IUSE="${IUSE} l10n_${lang}"
+done
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # locales
+   l10n_find_plocales_changes "${S}"/cr3qt/src/i18n 'cr3_' '.ts'
+   local lang langs
+   langs=""
+   for lang in ${PLOCALES}; do
+   if use l10n_${lang}; then
+   langs="${langs} ${lang}"
+   fi
+   done
+   sed -e "s|SET(LANGUAGES .*)|SET(LANGUAGES ${langs})|" \
+   -i "${S}"/cr3qt/CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+}
+
+src_configure() {
+   CMAKE_USE_DIR="${S}"
+   CMAKE_BUILD_TYPE="Release"
+   if use wxwidgets; then
+   setup-wxwidgets
+   local mycmakeargs=(-D GUI=WX)
+   else
+   local mycmakeargs=(-D GUI=QT5)
+   fi
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   gnome2_icon_cache_update
+}



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

2018-09-05 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 16:35:54 2018 +

New tag: 4.9-129




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

2018-09-05 Thread Matt Thode
commit: 0bf14982f356e7f99af2a4c7fab425fdc94b28e9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 17:00:37 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 17:01:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf14982

sys-cluster/heat: 9.0.5 and 10.0.2 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-cluster/heat/Manifest   |   4 +
 sys-cluster/heat/heat-10.0.2.ebuild | 163 ++
 sys-cluster/heat/heat-9.0.5.ebuild  | 169 
 3 files changed, 336 insertions(+)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 123494e7512..e8fad270050 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,9 +1,13 @@
 DIST heat-10.0.1.tar.gz 2353949 BLAKE2B 
401cc24ebc2c5105666719a9d89a55116f4f8139dd7fb4a5b5e37f3da39240dfedb3b61b810f72750390e4f9dc0f8e6b69499c1b921f222064a610fd85cd8b84
 SHA512 
019df95a16f7d5f89a726248d33780ef4fa7fc2ff91b9a0a756548fa91993eb625097b9ab0dd232019669161ccf6fbf43132237d4666bf200f141173bbb07782
+DIST heat-10.0.2.tar.gz 2355489 BLAKE2B 
5fe952f029bc4ad510b300ebc7d1be069e110a2c96312d254c1f5a44be580b5204cc2e58faa6371bed47a46cd21896f68790a93e8cc1a52ce65e5569b0bd1fa3
 SHA512 
b028b5ddee6b17edab91ecd2f78fa5fd29bcc431d21af34104d2c4a1023ef355affd4391061986056c21c72374c528f46178c1fcafe1c39b1cba6fe8f205ff86
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
 DIST heat-9.0.4.tar.gz 2365172 BLAKE2B 
069ee142fc8f8dba7eb6cdd9386a4fa32db85cb9a2bc454da1e4290acfd17d364de34706a3199fb7b68b4a4ce1c24d1b8d7781b4d1b984e6171e78ff32335008
 SHA512 
fd75a7cd9e656c58e81d47292687024ba6b61cccdbeab3ce2472f05f238a944ef4dfa120b39b6f2285aa434b3386ea13d3ca07a48b70d1f53798384a344c53a2
+DIST heat-9.0.5.tar.gz 2365613 BLAKE2B 
36ae4d2e4221d5ae21607ee5833c7a6486e9b8c603276ae34ac18be9d662fc69b62bebb99ab6d64daeab18645ff1804a2cce1c8424f8f5122b9b23f6f7eefd54
 SHA512 
9aab590769c764e46b3d5e0ea88e7e7bdd410b36a00740d5a3b503d328b2c8fba70547b07db56548809feb3ece0e2579278b9cd662ae81ecc40d461754c4416e
 DIST heat.conf.sample-10.0.1 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
+DIST heat.conf.sample-10.0.2 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
 DIST heat.conf.sample-9.0.4 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
+DIST heat.conf.sample-9.0.5 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.2.ebuild 
b/sys-cluster/heat/heat-10.0.2.ebuild
new file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2018-09-05 Thread Sergei Trofimovich
commit: 12569c937b27615ddce8874888d6b5c5209e1370
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep  5 18:49:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep  5 18:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12569c93

sys-devel/gdb: bump up to 8.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-devel/gdb/Manifest   |   1 +
 sys-devel/gdb/gdb-8.2.ebuild | 260 +++
 2 files changed, 261 insertions(+)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 66c4613b07d..6d260ae06f6 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -7,3 +7,4 @@ DIST gdb-8.0.tar.xz 19588616 BLAKE2B 
148965e33a42787b5fa39650c2b6c48e28895930e36
 DIST gdb-8.1-patches-1.tar.xz 8768 BLAKE2B 
792ceddcb8eafd028db23d69ad5d9eb00223722520c6ff0a23a24fee1a33dceb02f05e61a1d6c3700835c480b38d66f43f71ef3c4af406d4ae1147eaaf8f311e
 SHA512 
87a5c9d9207817245e1ffd07fdad2cb566de4fc11725aa0e49e58268c3ab1ae3b4b9f4b9faa55acc8cb4c3c7cb5a3875ea7da02abeb8f775953a8aed2e2c6403
 DIST gdb-8.1.1.tar.xz 20064728 BLAKE2B 
bd17a27a3974a34b94aa5898a97cf26dba9e91b815f25e6a0d67a7b4bc718ed2701a38cddbbfddce087c5d2d24c596daee4f06ea1acfe662f47a909409815311
 SHA512 
7dcd5e8c90de92f577834d887b5f54edb93a07083bfe661bc46c270a6cc4919f0b348e7e2fe8ae4511298a570ef150eeefdc667ef7cf527f0cf60943177ab6c9
 DIST gdb-8.1.tar.xz 20095080 BLAKE2B 
9332058b8b723261ba215124f42a2d6ba916219efdfb3c23ae1f48fecf131c801bbd31b345f2c8339b23d74da690be0260ac31f8f2e79549b62f0880199bfdec
 SHA512 
ffd82f415d7652d62dad1716c307836f594217a363429609beb7d70239e8bf06b73b393345b0e000796228e56681ed7656ac3c8be05e91d6d652ab0d5b1dc357
+DIST gdb-8.2.tar.xz 20173112 BLAKE2B 
921fdc02f7192f0bd76eb176f857c9c041b7316dc10c5e800eb81deef82a3186d511ec431145f952e5fbd20a4b2c89c14652c42dc52e0d8152acd811f3ae44a7
 SHA512 
11cc481bebc51eb6db73249ecb62b8c07455cf3db169f4860b3a83114849fbd2b5860a2db64488ba6c5909cf07b255c04770f1e36059eae6bee16d2a3581be90

diff --git a/sys-devel/gdb/gdb-8.2.ebuild b/sys-devel/gdb/gdb-8.2.ebuild
new file mode 100644
index 000..5201e5910de
--- /dev/null
+++ b/sys-devel/gdb/gdb-8.2.ebuild
@@ -0,0 +1,260 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit epatch eutils flag-o-matic python-single-r1
+
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
+
+RPM=
+MY_PV=${PV}
+case ${PV} in
+*)
+   # live git tree
+   EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
+   inherit git-r3
+   SRC_URI=""
+   ;;
+*.*.50.2???)
+   # weekly snapshots
+   
SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz;
+   ;;
+*.*.*.*.*.*)
+   # fedora versions; note we swap the rpm & fedora core versions.
+   # gdb-6.8.50.20090302-8.fc11.src.rpm -> gdb-6.8.50.20090302.11.8.ebuild
+   # gdb-7.9-11.fc23.src.rpm -> gdb-7.9.23.11.ebuild
+   inherit versionator rpm
+   gvcr() { get_version_component_range "$@"; }
+   parse_fedora_ver() {
+   set -- $(get_version_components)
+   MY_PV=$(gvcr 1-$(( $# - 2 )))
+   RPM="${PN}-${MY_PV}-$(gvcr $#).fc$(gvcr $(( $# - 1 ))).src.rpm"
+   }
+   parse_fedora_ver
+   SRC_URI="mirror://fedora-dev/development/rawhide/source/SRPMS/g/${RPM}"
+   ;;
+*)
+   # Normal upstream release
+   SRC_URI="mirror://gnu/gdb/${P}.tar.xz
+   ftp://sourceware.org/pub/gdb/releases/${P}.tar.xz;
+   ;;
+esac
+
+PATCH_VER="1"
+PATCH_DEV="slyfox"
+DESCRIPTION="GNU debugger"
+HOMEPAGE="https://sourceware.org/gdb/;
+SRC_URI="${SRC_URI}
+   
${PATCH_DEV:+https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
+   ${PATCH_VER:+mirror://gentoo/${PN}-8.1-patches-${PATCH_VER}.tar.xz}
+"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+if [[ ${PV} != * ]] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+fi
+IUSE="+client lzma multitarget nls +python +server test vanilla xml"
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   || ( client server )
+"
+
+RDEPEND="
+   server? ( !dev-util/gdbserver )
+   client? (
+   dev-libs/mpfr:0=
+   >=sys-libs/ncurses-5.2-r2:0=
+   sys-libs/readline:0=
+   lzma? ( app-arch/xz-utils )
+   python? ( ${PYTHON_DEPS} )
+   xml? ( dev-libs/expat )
+   sys-libs/zlib
+   )"
+DEPEND="${RDEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2018-09-05 Thread Sergei Trofimovich
commit: ee9de902c82c81f6c72314e533471e2bedf743d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Sep  5 18:52:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep  5 18:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9de902

sys-devel/gdb: drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-devel/gdb/Manifest|   3 -
 sys-devel/gdb/gdb-8.0.1-r1.ebuild | 250 -
 sys-devel/gdb/gdb-8.0.1.ebuild| 250 -
 sys-devel/gdb/gdb-8.0.ebuild  | 242 
 sys-devel/gdb/gdb-8.1.ebuild  | 254 --
 5 files changed, 999 deletions(-)

diff --git a/sys-devel/gdb/Manifest b/sys-devel/gdb/Manifest
index 6d260ae06f6..11d26cdf51c 100644
--- a/sys-devel/gdb/Manifest
+++ b/sys-devel/gdb/Manifest
@@ -1,9 +1,6 @@
 DIST gdb-7.10.1.tar.xz 18531436 BLAKE2B 
b50a1b6b5b867e4a52943fdc4992c654ceec180099771381df78de5ba79086e822264356a762c61b89e986407d6f0cce336be216276545591e637131dc02f4a8
 SHA512 
17a5138277a31685a5c2a841cb47ed9bc4626ea617b8ca77750513b300299f4fbbffe504958b5372de610dcb952c679cf8fa9c1bdadd380294fbf59b6e366010
 DIST gdb-7.12.1.tar.xz 19225392 BLAKE2B 
2e4b7fe69c3cb11c04b505d1e110bf0a9ca65b6178f3e6a6ccc11fde1e8750b595016baf64adb2c22903d346cec1dab15574681de812ac8d260aebf4152a3027
 SHA512 
0ac8d0a495103611ef41167a08313a010dce6ca4c6d827cbe8558a0c1a1a8a6bfa53f1b7704251289cababbfaaf9e075550cdf741a54d6cd9ca3433d910efcd8
 DIST gdb-7.9.1.tar.xz 17867692 BLAKE2B 
f5de07a4ebf1a5112a1b40341b217d08f1eb6820eb2237a4be2cd289f832600b81b3c14f4632a762fdc13945a2fb65ffb58f13eb330f3d48892799e27bb62c87
 SHA512 
eebdf88b24e52e792b8a4b89ea85790de72b462a7810b44975fdf4232c068f353b15506071f450102a9d4bcecdde8e93dc3748a10699b7f73f3e04fb2d9d8414
-DIST gdb-8.0.1-patches-1.tar.xz 8620 BLAKE2B 
8595017a881c41cbe78846fae9f50460aa6a4aa8d3863b17e4b9119d886600ee086b642c44b427a2de29c5f3fd4697df838e85e23aafeac05a6ce3291546f099
 SHA512 
912ad1a51207ca1ec9d3c46e32b07d78a5d3368b617f277532f8a81e40875cc9ec5af8b62f9b1de67aa6d09520c6cc6ad32f48bd44415985d8ad03aa4a1bca7d
-DIST gdb-8.0.1.tar.xz 19583920 BLAKE2B 
c22e314a0fe3ccb84cef6eca66c51af60914160ac9760cbe517628079dfb15ec73a623badf070b3162d4bd9e44937f717fd44e1d569edba4532853c82b31ac1d
 SHA512 
5eb328910033f0918058be2f92caebf1e8dfc6caa3c730d99d621627e53de3c1b43761c2f683d53555893253c2f06768cbf56cdea051a3d291ffb6cfae87b5e1
-DIST gdb-8.0.tar.xz 19588616 BLAKE2B 
148965e33a42787b5fa39650c2b6c48e28895930e36f11b44e8391366be1cc3bd4265ea7df932a7d650291fb20e3f66956c7dff1923025f889e5c035d3bf4207
 SHA512 
e4044bdd162cbf95044ec1eaa44d2fa62a33e051bdbbacbc97afd4dfb07bae1bea514381fc1966aede89d6796ef2377a15748a93d95e2ad494c8497db489e886
 DIST gdb-8.1-patches-1.tar.xz 8768 BLAKE2B 
792ceddcb8eafd028db23d69ad5d9eb00223722520c6ff0a23a24fee1a33dceb02f05e61a1d6c3700835c480b38d66f43f71ef3c4af406d4ae1147eaaf8f311e
 SHA512 
87a5c9d9207817245e1ffd07fdad2cb566de4fc11725aa0e49e58268c3ab1ae3b4b9f4b9faa55acc8cb4c3c7cb5a3875ea7da02abeb8f775953a8aed2e2c6403
 DIST gdb-8.1.1.tar.xz 20064728 BLAKE2B 
bd17a27a3974a34b94aa5898a97cf26dba9e91b815f25e6a0d67a7b4bc718ed2701a38cddbbfddce087c5d2d24c596daee4f06ea1acfe662f47a909409815311
 SHA512 
7dcd5e8c90de92f577834d887b5f54edb93a07083bfe661bc46c270a6cc4919f0b348e7e2fe8ae4511298a570ef150eeefdc667ef7cf527f0cf60943177ab6c9
 DIST gdb-8.1.tar.xz 20095080 BLAKE2B 
9332058b8b723261ba215124f42a2d6ba916219efdfb3c23ae1f48fecf131c801bbd31b345f2c8339b23d74da690be0260ac31f8f2e79549b62f0880199bfdec
 SHA512 
ffd82f415d7652d62dad1716c307836f594217a363429609beb7d70239e8bf06b73b393345b0e000796228e56681ed7656ac3c8be05e91d6d652ab0d5b1dc357

diff --git a/sys-devel/gdb/gdb-8.0.1-r1.ebuild 
b/sys-devel/gdb/gdb-8.0.1-r1.ebuild
deleted file mode 100644
index 69645e9ea72..000
--- a/sys-devel/gdb/gdb-8.0.1-r1.ebuild
+++ /dev/null
@@ -1,250 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit epatch eutils flag-o-matic python-single-r1
-
-export CTARGET=${CTARGET:-${CHOST}}
-if [[ ${CTARGET} == ${CHOST} ]] ; then
-   if [[ ${CATEGORY} == cross-* ]] ; then
-   export CTARGET=${CATEGORY#cross-}
-   fi
-fi
-is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
-
-RPM=
-MY_PV=${PV}
-case ${PV} in
-*)
-   # live git tree
-   EGIT_REPO_URI="git://sourceware.org/git/binutils-gdb.git"
-   inherit git-r3
-   SRC_URI=""
-   ;;
-*.*.50.2???)
-   # weekly snapshots
-   
SRC_URI="ftp://sourceware.org/pub/gdb/snapshots/current/gdb-weekly-${PV}.tar.xz;
-   ;;
-*.*.*.*.*.*)
-   # fedora versions; note we swap the rpm & fedora core versions.
-   # gdb-6.8.50.20090302-8.fc11.src.rpm -> gdb-6.8.50.20090302.11.8.ebuild
-   # gdb-7.9-11.fc23.src.rpm -> gdb-7.9.23.11.ebuild
-   inherit versionator rpm
-   gvcr() 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/cubicsdr/

2018-09-05 Thread Richard Farina
commit: 9c5dd3f3488e3c61b4b074726da6e579981e862d
Author: Zero_Chaos  gentoo  org>
AuthorDate: Wed Sep  5 16:37:48 2018 +
Commit: Richard Farina  gentoo  org>
CommitDate: Wed Sep  5 16:38:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5dd3f3

net-wireless/cubicsdr: initial import from pentoo

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 net-wireless/cubicsdr/Manifest  |  1 +
 net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild | 40 +
 net-wireless/cubicsdr/metadata.xml  | 15 +++
 3 files changed, 56 insertions(+)

diff --git a/net-wireless/cubicsdr/Manifest b/net-wireless/cubicsdr/Manifest
new file mode 100644
index 000..4f1727c0218
--- /dev/null
+++ b/net-wireless/cubicsdr/Manifest
@@ -0,0 +1 @@
+DIST 0.2.3.tar.gz 36946378 BLAKE2B 
fc583e8e8a84c4ff38bd0f98ba8aa8c5abd9fae6e8d3fcc1b94a9200f1ba700ff0ddd4a80ba5c4b8ba107eca06d7dd8b6d425ad3965f6e0cf6fe4359eee353b4
 SHA512 
e90ce269519c4f13c4719c2e9b405ebbccd3c430520283fb8c9ed4656136f95a48b652cd79b8fc270795a493d43d02fc11f849ae1f3f556a8d6d6c3ab3420d27

diff --git a/net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild 
b/net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild
new file mode 100644
index 000..008e44a9e31
--- /dev/null
+++ b/net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit cmake-utils wxwidgets
+
+MY_P="CubicSDR"
+SRC_URI="https://github.com/cjcliffe/${MY_P}/archive/${PV}.tar.gz;
+S="${WORKDIR}/${MY_P}-${PV}"
+
+DESCRIPTION="Cross-Platform and Open-Source Software Defined Radio Application"
+HOMEPAGE="https://cubicsdr.com/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa pulseaudio"
+
+DEPEND="
+   net-libs/liquid-dsp
+   x11-libs/wxGTK:${WX_GTK_VER}[opengl]
+   net-wireless/soapysdr
+   virtual/opengl
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   setup-wxwidgets
+
+   local mycmakeargs=(
+   -DUSE_AUDIO_ALSA="$(usex alsa)"
+   -DUSE_AUDIO_PULSE="$(usex pulseaudio)"
+   )
+
+   cmake-utils_src_configure
+}

diff --git a/net-wireless/cubicsdr/metadata.xml 
b/net-wireless/cubicsdr/metadata.xml
new file mode 100644
index 000..14421f975e2
--- /dev/null
+++ b/net-wireless/cubicsdr/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+   
+   ra...@gentoo.org
+   Radio
+   
+   
+   cjcliffe/CubicSDR
+   
+



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/kst/

2018-09-05 Thread Andreas Sturmlechner
commit: 6ecbac744f236426308e25eca7fb7207a9a766f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 17:41:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 17:42:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ecbac74

sci-visualization/kst: Add missing DEPEND

Closes: https://bugs.gentoo.org/664798
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-visualization/kst/kst-2.0.8.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/kst/kst-2.0.8.ebuild 
b/sci-visualization/kst/kst-2.0.8.ebuild
index 6f068a906ed..d5cfd61e367 100644
--- a/sci-visualization/kst/kst-2.0.8.ebuild
+++ b/sci-visualization/kst/kst-2.0.8.ebuild
@@ -34,6 +34,7 @@ RDEPEND="
sci-libs/netcdf-cxx:3
 "
 DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
test? ( dev-qt/qttest:5 )
 "
 



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

2018-09-05 Thread Andreas Sturmlechner
commit: eaf61075cf730121322d40b30273b4c9aed3161f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 18:02:02 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 18:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf61075

sci-libs/getdata: Run python-single-r1_pkg_setup conditionally

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-libs/getdata/getdata-0.9.0-r1.ebuild | 30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild 
b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
index 9bbc02d66ae..d46c5d419c3 100644
--- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
-
 FORTRAN_STANDARD="95"
 FORTRAN_NEEDED=fortran
-
+PYTHON_COMPAT=( python2_7 )
 inherit autotools eutils fortran-2 python-single-r1
 
 DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered 
binary data"
@@ -28,9 +26,11 @@ DEPEND="
python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} )"
 RDEPEND="${DEPEND}"
 
-PATCHES=(
-   "${FILESDIR}/${P}-remove-python-test.patch"
-)
+PATCHES=( "${FILESDIR}/${P}-remove-python-test.patch" )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
 
 src_prepare() {
default
@@ -42,20 +42,20 @@ src_configure() {
--disable-idl \
--disable-matlab \
--disable-php \
-   $(use_enable cxx cplusplus) \
-   $(use_enable debug) \
-   $(use_enable fortran) \
-   $(use_enable fortran fortran95) \
-   $(use_enable perl) \
-   $(use_enable python) \
-   $(use_enable static-libs static) \
--with-libz \
--without-libslim \
--without-libzzip \
$(use_with bzip2 libbz2) \
+   $(use_enable cxx cplusplus) \
+   $(use_enable debug) \
$(use_with flac libFLAC) \
+   $(use_enable fortran) \
+   $(use_enable fortran fortran95) \
$(use_with lzma liblzma) \
-   $(usex perl --with-perl-dir=vendor)
+   $(use_enable perl) \
+   $(usex perl --with-perl-dir=vendor) \
+   $(use_enable python) \
+   $(use_enable static-libs static)
 }
 
 src_install() {



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

2018-09-05 Thread Andreas Sturmlechner
commit: 07a25e61a71c228a34d775a714336e145714f32e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 18:04:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 18:04:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a25e61

sci-libs/getdata: Drop eutils

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-libs/getdata/getdata-0.9.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/getdata/getdata-0.9.0-r1.ebuild 
b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
index d46c5d419c3..1e6aa25c7ab 100644
--- a/sci-libs/getdata/getdata-0.9.0-r1.ebuild
+++ b/sci-libs/getdata/getdata-0.9.0-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 FORTRAN_STANDARD="95"
 FORTRAN_NEEDED=fortran
 PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils fortran-2 python-single-r1
+inherit autotools fortran-2 python-single-r1
 
 DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered 
binary data"
 HOMEPAGE="http://getdata.sourceforge.net/;
@@ -60,5 +60,5 @@ src_configure() {
 
 src_install() {
default
-   prune_libtool_files --all
+   find "${D}" -name '*.la' -delete || die
 }



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

2018-09-05 Thread Mike Pagano
commit: c3ab221f952a48252645957f17c2c6a2ab1f38fb
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  5 16:25:41 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 16:25:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ab221f

sys-kernel/gentoo-sources: Linux patch 4.14.68

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 17902ef4ea0..68c8b6eab28 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -25,6 +25,9 @@ DIST genpatches-4.14-72.extras.tar.xz 17484 BLAKE2B 
dec86eb26ccf0ec1ef0a47124aaf
 DIST genpatches-4.14-73.base.tar.xz 1779884 BLAKE2B 
faade2d87d6cdf47172f41d16bde03ff7f7610e2eb44237261518cf62255ab55bf2545e4b0779b81cf3fc7eaf25cea256eca3f145d8e35150914bfbc
 SHA512 
b6e94a7ce93cfe20fea4ed407e49b7140ab0169c91d504415c8d8c433ee30a987ad805ac93c4bd281ce6a56a05f2ded127fbdeffb4be47697ee44704bb6e0999
 DIST genpatches-4.14-73.experimental.tar.xz 5224 BLAKE2B 
1577cd444c84c7a8fef88e167e3027773a5574459124f007ecbcccab5f7f9d544d594616ab4c43c58edcf97e2af699c82fea4995a98aa2a4a196f5aa8d345350
 SHA512 
57b87c85d902246a38f7822f296736cc471509c5ff63e1da8999fdd285437add9e0a20ced9d1997df1e1cbf6fdcee45c62747bcda9de4cbcfa3009a0d6ded06c
 DIST genpatches-4.14-73.extras.tar.xz 17492 BLAKE2B 
012192e85aef3973e8306538ed013a231a8fae37dfa635e1285df92ba4bf8dd81ffa95b5f100f0fb502db66d8abe1bbbc8722b5f50f502ebf321cd10deb9e857
 SHA512 
939f54ea53f560f741f3db39ee57c301d0c31bd8c59cbd928caa22bdb9dbd2635e3fe87dda9e45145e2af790014fabae613ff71ed78472264323b3f47d44e9dc
+DIST genpatches-4.14-74.base.tar.xz 1817716 BLAKE2B 
15ccfb61fc1abf2bc5e74d67dccdcf2231892a6382b69a1ee080eccd8158f69c61fa9caed806011fabd93cca23df1a0b0df0109bfddb3f102e71abd1c67ba251
 SHA512 
bc1564b3ab5f7eee6b1e69897807339c9654dd151e6b434a9de1950dd28dc6ab736111d1d2a97f611d3d8c1043ab424b885e39d32f3707f1c4d5bd95116b1278
+DIST genpatches-4.14-74.experimental.tar.xz 5224 BLAKE2B 
7980eaf0e9104cc3af6476590383dd24a93ab8bb0f98737031b680b59bcbb2c14d8de6c83f8bb5adddba1318945e6f0cd850547fb2fac73de26d952a4763d60b
 SHA512 
e1b56730da236ff584c777dae616115a2e5921830804c7b079baf23607f1ca797a7fc426865bf4c97e6cad843a5a20913b2aaac93cefe4384401dd291c647e72
+DIST genpatches-4.14-74.extras.tar.xz 17492 BLAKE2B 
88ca175e4dab3d6d8b4ce0116ca9e9edb613aca556a686604b0200a1389942b61ab34ad2cad23e34c18360ad529e13f57c6a7c2195de83e28d119ee4ab2f8e20
 SHA512 
a301efd26862e84904f518a231f6eef12914d7a3888a8961a7d0985fe2006a902cc9f03372aa720073b1be59756585755a2185bb3821a7de7d3d632a62a35ff4
 DIST genpatches-4.17-16.base.tar.xz 381880 BLAKE2B 
ead45eefb0b6e2c08676ecc1f0eefc266ef01b516b7aa5e3ae64f4f08c94b22143d91804415cfc0610719a64fc3057cd820797f91a1d6f8b9e1075a0d842d69a
 SHA512 
99e2bf6235c580899ca18977e5cf24d3f89020e3a6390a1a777b8aad905a8ef5a77416b3a0aeea97a3b22bbdc6a76aa6ad5e3553549b0aead3f9e572ee6923b8
 DIST genpatches-4.17-16.experimental.tar.xz 5224 BLAKE2B 
eace3c128d3a178140e294842c1affd3ab9394ad684e5cb0a5f9ef1075a901ee2e6507eebeb1d6f46dd4fc564f6ba1d8f771a386cfe0a7157825171a9afdd989
 SHA512 
c57eb379eef65888e63e1d4433aca67a44d6e8c6f1ad032be6d3f287cc13cbb9a4f4f18b12de0c86292e1805ea533a11919362414f33c4b03c6c2ea95a1cd7ab
 DIST genpatches-4.17-16.extras.tar.xz 17500 BLAKE2B 
7578c9171ed547e592936e6dc8d4225a5b03866ebdcef79f02f5461973bb0f67d8503fe7dc22088c2ba8a3f5ca39c784e9cdb60847aeba0893fd31560f79e4e8
 SHA512 
33637b30e5b9e4021090d0296b721d0e39a50693a0e06297a15be8845a0b0057b708d2df594b300892b0cab511e09ea7f2d3623263c91335679c7429939015a6

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



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

2018-09-05 Thread Thomas Beierlein
commit: 520ba1c6abb55cf129a589fd8853064531ae8b0c
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Wed Sep  5 17:19:41 2018 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Wed Sep  5 17:19:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520ba1c6

media-radio/fldigi: Version bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-radio/fldigi/Manifest |  1 +
 media-radio/fldigi/fldigi-4.0.18.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index 3c9e613baa0..b065e40067b 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -1,2 +1,3 @@
 DIST fldigi-4.0.16.tar.gz 3727379 BLAKE2B 
249516d338d3c70365213673fc4ad3ecd1298f5230e682a74b3f166c36538143d4d7bcc5dee0d1903ba79d8a95bbba89021bfb6bc2a28657ae42edc38129d163
 SHA512 
cb8eb7eb64be755bcf2021ff27fd8d6982b2fde44f3d49f46478a60c7dfb4120e1d929666c1f0cc42ae91d480be9871aa4705bf613ec78adf4c3d20ecfc9df42
 DIST fldigi-4.0.17.tar.gz 3757991 BLAKE2B 
1203ccbfafcb74cc6a48f22465473acbcbf47485d22d191f4aeb64d51059d8dd9a0dd743e62f10fbea08404567f2551d9b42a47562beb70325dfbc6854a8af2b
 SHA512 
566a424037aa1199da63c44895ddaa3afb51b45f7fb1dfd43992f9b3c8b26dbecf649df6f77d0758f8cc6e35fa94598d3c6e64236621f3a64bfc50897e74f722
+DIST fldigi-4.0.18.tar.gz 3757912 BLAKE2B 
f50f9233bf077c8d53bafffe153c319778fc0f0efa5123b1c6169bce70f91bb6cd799944486b4c2eb31ecdf0f15e75d9d6b700d6c21f4a256382d947d4e14f68
 SHA512 
b585845b83b8f108a0aefa108349a73e53378e39c545d426c5846dc451653bcbc13d2239e33e69e6045eaeb605c4ac7dc1ae3e9cc0173962f6e0cb86bc6a4f5c

diff --git a/media-radio/fldigi/fldigi-4.0.18.ebuild 
b/media-radio/fldigi/fldigi-4.0.18.ebuild
new file mode 100644
index 000..36c4d891600
--- /dev/null
+++ b/media-radio/fldigi/fldigi-4.0.18.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
+HOMEPAGE="http://www.w1hkj.com;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hamlib nls pulseaudio"
+IUSE_CPU_FLAGS=" sse sse2 sse3"
+IUSE+=" ${IUSE_CPU_FLAGS// / cpu_flags_x86_}"
+
+RDEPEND="x11-libs/fltk:1[threads,xft]
+   media-libs/libsamplerate
+   media-libs/libpng:0
+   x11-misc/xdg-utils
+   dev-perl/RPC-XML
+   dev-perl/Term-ReadLine-Perl
+   || (
+   media-libs/portaudio[oss]
+   media-libs/portaudio[alsa]
+   )
+   hamlib? ( media-libs/hamlib )
+   pulseaudio? ( media-sound/pulseaudio )
+   >=media-libs/libsndfile-1.0.10"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+PATCHES=( "$FILESDIR"/$PN-c++11.patch )
+
+src_configure() {
+   econf --with-sndfile \
+   $(use_with hamlib) \
+   $(use_enable nls) \
+   $(use_with pulseaudio) \
+   $(use_enable cpu_flags_x86_sse optimizations sse) \
+   $(use_enable cpu_flags_x86_sse2 optimizations sse2) \
+   $(use_enable cpu_flags_x86_sse3 optimizations sse3) \
+   --without-asciidoc
+}



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

2018-09-05 Thread Austin English
commit: f8c3fad5ed1cc81c6eb70b56fa1df336c12fbf15
Author: Austin English  gentoo  org>
AuthorDate: Wed Sep  5 21:11:41 2018 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Sep  5 21:12:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c3fad5

dev-util/artifactory-bin: version bumps (5.11.2 / 6.3.3)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/artifactory-bin/Manifest  |   2 +
 .../artifactory-bin/artifactory-bin-5.11.2.ebuild  | 110 +
 .../artifactory-bin/artifactory-bin-6.3.3.ebuild   | 110 +
 3 files changed, 222 insertions(+)

diff --git a/dev-util/artifactory-bin/Manifest 
b/dev-util/artifactory-bin/Manifest
index aa7cf59e0a1..26ad80b675d 100644
--- a/dev-util/artifactory-bin/Manifest
+++ b/dev-util/artifactory-bin/Manifest
@@ -1,5 +1,6 @@
 DIST artifactory-4.16.0.zip 41455447 BLAKE2B 
0f9f575d5ce3ba983c905e70c8e3545946065ff458f9a1c0f0e346bebeffe002bbea4214b7a23829e3a11d8ccf6aec4548f6ba5abd405d30165d3c07e2372e98
 SHA512 
e861b66ed7586ba881267312462584fd9037e2b72021e930a52489ae718ca2449c7997278cb26cb3dead774f16d74cf285c8ce2fca0c085e7edb444f71deaa14
 DIST artifactory-4.16.1.zip 41489457 BLAKE2B 
7854710a5cf4dd52d7c92581a030259df6b0b8038f9843e528b0c57211eafd405a114b709ba5407a9c83e4d693f1ecb8eafe3d5e98bb22542d5c48e15bc3cf6f
 SHA512 
b8f5441f011966837861073c928512704961c7683fadac4603f2177df1c64861432f894c5fe0669c4842a4b7d008553169e88aaffdde6e3d6e6bbdff6adf9d78
+DIST artifactory-5.11.2.zip 96724749 BLAKE2B 
832fba6bec97e2974e3cb9e21542a76a3d10c1c6c600692cbd73b6452a50276b12b5081dbcb4a4fc0102e297657f58c77aa3eb0537e7423a480b79a8a1f957b8
 SHA512 
8c6d6305799631f430f7f7d74c4ef37e9a4cea50b5c3d50d44b37346a2296bd99cf96d09752006e61c97a6d6fea684183dc2b52d383810f06b3cbeabf41189ef
 DIST artifactory-5.3.2.zip 45729254 BLAKE2B 
1fe6ec8a5a33d8735bd92d480e8fb7b035af2b27bf9034791f1bdca3c3d2a13794ba06613fb508ea8f221cc1647f2a8e213994ef7603d92c88b17037fd3c7266
 SHA512 
60fbbed97c9915ed4a7627a3b893fa6c5bcec695932415d3102b9788ba6182c8cef937ad48639d4398a682ab2f517771c3dcda9306842e4202bbd45ab4768f1d
 DIST artifactory-5.4.4.zip 76841935 BLAKE2B 
d763122cf0d2d1237fad41b825f68ecd6ec3c3453e5ec0a76a5b367c70c5aec4ee3cd81b9ab453628c879db22e0a292fc9b43d2b3d3d5461fc63d43bffde7b2d
 SHA512 
f949e4c2ecaaf4581bc2e96058403684cab09f10b0bec512eda9b65bb41577a792b08d05f7a16e0e7f1614567dc9b0d1d59bb3c6ad6a4dafeb0c054a3add09a8
 DIST artifactory-5.4.6.zip 76857888 BLAKE2B 
04185e4c585a6e8121b9b6d78a4565c5107381cae53fe3d8aea647ea6ebb0920f9775a7275ba79d282a0c87a7e0544f6382a2ed10dbecb6b279679be0fd94066
 SHA512 
08d7895dc823e61be83026d31eea387eb914f17cb2f13b03d5314c6473f30de9279d230d242d8160dba0d3c8f6981b25b5ad46f52ad12d1c39ee820ac7a676fe
@@ -7,3 +8,4 @@ DIST artifactory-5.5.1.zip 77406287 BLAKE2B 
be60fbbc3b8c61fc9d1a7272889219de7ea4
 DIST artifactory-5.5.2.zip 77438814 BLAKE2B 
b77d9348fbae8bf871e4fb6716e2a9d357cd0d268d65360ec7509b0999db78a8b80f68eb22cbbc0a85ee2980fbc72c7aa390a60c8129451506441d7cbfd9f776
 SHA512 
fd052e66316ec050599f6262274cdf5232ebb1385fedd2c19c6ba8e3dca0d9fe86d7a89fddbb8974b28e0f9dc3d7ccda1aac6b3f9159f0b77bfc51873ffd5e3b
 DIST artifactory-5.6.2.zip 91577071 BLAKE2B 
1f9687bef239519171bdb28fb033368e5dea10186ef350c7ee7d9e4a33ce99c5e965692d8052d82454c83f42c84e79c18edafbb98540da4b818b65b577a9ac72
 SHA512 
b4bde9bcf53d2af6901a8e80827f3b09d685a8bbe7073badad586401b6881d046e5cade4165fa68843e981dea2912374c187518e29ab1ee86d3d0fac134a54f0
 DIST artifactory-5.6.3.zip 91592176 BLAKE2B 
1214bac4d5bd6f15915e05a2e42de4b6b55b885210fa06ee4b4b63599b8f3c13c6fe46a04569e790ea6e274c4837a09b260736412805119e7f93f7867be8e421
 SHA512 
a2348b8667a1d936e90dc6fd42e3967f63cc88cc99bf425ea26731ff4c54f0177ea386c5b19be97a4ac8f89ce41e65237d14593112b38656d60ada45d3b62371
+DIST artifactory-6.3.3.zip 98166641 BLAKE2B 
33d760bc0f763ba0d8e091ce5484b3a90df4e57f291ea7a96a69bed13579c3c17af0005f95dbda847b2ab428d7dc36ddbee594d008f6e3badbb04e45c3b5dd89
 SHA512 
12f545d5e66b70e35d8b9967baadcfb503df7457bc48957a80b38d447cc9f024ce8f33b2463da65f5616161906bc64652fdd042446c5e8615e24ecc7f23a527b

diff --git a/dev-util/artifactory-bin/artifactory-bin-5.11.2.ebuild 
b/dev-util/artifactory-bin/artifactory-bin-5.11.2.ebuild
new file mode 100644
index 000..3079fc35b32
--- /dev/null
+++ b/dev-util/artifactory-bin/artifactory-bin-5.11.2.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Using a binary ebuild until a source ebuild is doable.
+# This was previously blocked by two major bugs upstream:
+# A lack of documented build instructions - 
https://www.jfrog.com/jira/browse/RTFACT-8960
+# A lack of source releases - https://www.jfrog.com/jira/browse/RTFACT-8961
+# Upstream now releases source and instructions (yay!), but most of 
artifactory's
+# dependencies are not in portage yet.
+
+EAPI=6
+
+inherit user
+
+MY_P="${P/-bin}"
+MY_PN="${PN/-bin}"
+MY_PV="${PV/-bin}"
+

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

2018-09-05 Thread Anthony G. Basile
commit: e395e2f769adcffb0593a0a2a64a1c2c96dc99e0
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 19:30:15 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 19:30:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e395e2f7

net-libs/rpcsvc-proto: version 1.3.1-r1 stable on ppc64, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
index 314e705dbd3..8a8003bcc44 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.3.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/thkukuk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1+ BSD"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc 
x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE=""
 
 RDEPEND="!

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

2018-09-05 Thread Anthony G. Basile
commit: 50cb79755ec50e0177006f28bb76a57544532653
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 20:05:23 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 20:05:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cb7975

net-misc/stunnel: version bump to 5.49

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-misc/stunnel/Manifest|  1 +
 net-misc/stunnel/stunnel-5.49.ebuild | 95 
 2 files changed, 96 insertions(+)

diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
index 4369e08ff02..f9ff0c8ed7a 100644
--- a/net-misc/stunnel/Manifest
+++ b/net-misc/stunnel/Manifest
@@ -5,3 +5,4 @@ DIST stunnel-5.44.tar.gz 699117 BLAKE2B 
956c7ce8987f79efab3baaa5071263466ec01f04
 DIST stunnel-5.45.tar.gz 706423 BLAKE2B 
81c5355419de3b0bc88d59ea8c98d1a4523d7a1ae6a3d12464f7ab6a1df1f5dd798d2f50ec7adce7515e68a650149321f13e34791781620ad071824246502dce
 SHA512 
653fea6e5002983bb9231a542ab1bab078428821910b8e257adbeea88e583e84d080615f232d5d3086e8d6069c43ddbdfc7923c4b50071ab0c0be547e76d8983
 DIST stunnel-5.46.tar.gz 706499 BLAKE2B 
6ece93015b2a59ec17fa60505bccb5e879d44fa0cea6e838aa56d178f61f26b8b9b469d8bf2991d4c094fd824eaed2b5214184f6a15e0c415c53b6f7d136
 SHA512 
2000e36d4d011a83e47afcaf19473e083da010d7b3909cb831c51975512257888615b5d64f4a4d78f48529d68c6740ea2be7f7935b0ab86de4535e290f78cc97
 DIST stunnel-5.48.tar.gz 708356 BLAKE2B 
6f4538c5fe6bc00eb0f45edfbf83f1de6cfcd23257aa368dc0ba788dd17af7033ba20f1ab7c3f5bf48a5e2ff3d4048eb1a344d1ea4cebebe69e6e2277aaf19ba
 SHA512 
5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa
+DIST stunnel-5.49.tar.gz 713560 BLAKE2B 
c93b6ea7f9e8da2668919101caf30850370f1c7e742863959d2c1350829e7f5a6d12ff8a8cf66dbac47db40c150cb23a6bce3bea6d79e3c906c4fedad8d410a2
 SHA512 
8bfd17684ea0d6eeec278f00618c6f96af113fbe14aaafd882d43f3d834ca1e5ed27f9908dffb04224ea4a1234063846f816e3528b95234ae156b61ade6aaa16

diff --git a/net-misc/stunnel/stunnel-5.49.ebuild 
b/net-misc/stunnel/stunnel-5.49.ebuild
new file mode 100644
index 000..6e724f8d84f
--- /dev/null
+++ b/net-misc/stunnel/stunnel-5.49.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit ssl-cert multilib systemd user
+
+DESCRIPTION="TLS/SSL - Port Wrapper"
+HOMEPAGE="http://www.stunnel.org/index.html;
+SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   
http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz
+   http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
+   ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ipv6 libressl selinux stunnel3 tcpd"
+
+DEPEND="tcpd? ( sys-apps/tcp-wrappers )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}
+   stunnel3? ( dev-lang/perl )
+   selinux? ( sec-policy/selinux-stunnel )"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup stunnel
+   enewuser stunnel -1 -1 -1 stunnel
+}
+
+src_prepare() {
+   # Hack away generation of certificate
+   sed -i -e "s/^install-data-local:/do-not-run-this:/" \
+   tools/Makefile.in || die "sed failed"
+
+   # libressl compat
+   eapply "${FILESDIR}"/${PN}-5.48-compat-libressl.patch
+
+   echo "CONFIG_PROTECT=\"/etc/stunnel/stunnel.conf\"" > "${T}"/20stunnel
+
+   eapply_user
+}
+
+src_configure() {
+   econf \
+   --libdir="${EPREFIX}/usr/$(get_libdir)" \
+   $(use_enable ipv6) \
+   $(use_enable tcpd libwrap) \
+   --with-ssl="${EPREFIX}"/usr \
+   --disable-fips
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   rm -rf "${ED}"/usr/share/doc/${PN}
+   rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
+   "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
+   use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
+
+   # The binary was moved to /usr/bin with 4.21,
+   # symlink for backwards compatibility
+   dosym ../bin/stunnel /usr/sbin/stunnel
+
+   dodoc AUTHORS BUGS CREDITS PORTS README TODO ChangeLog
+   docinto html
+   dodoc doc/stunnel.html doc/en/VNC_StunnelHOWTO.html tools/ca.html \
+   tools/importCA.html
+
+   insinto /etc/stunnel
+   doins "${FILESDIR}"/stunnel.conf
+   newinitd "${FILESDIR}"/stunnel-r1 stunnel
+
+   doenvd 

[gentoo-commits] repo/gentoo:master commit in: net-wireless/cubicsdr/

2018-09-05 Thread Thomas Deutschmann
commit: d5d074c7e5c205f4e39e33376050a0d7523a960e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep  5 20:26:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep  5 20:26:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d074c7

net-wireless/cubicsdr: fix bad filename

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-wireless/cubicsdr/Manifest  | 2 +-
 .../cubicsdr/{cubicsdr-0.2.3.ebuild => cubicsdr-0.2.3-r1.ebuild}| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/cubicsdr/Manifest b/net-wireless/cubicsdr/Manifest
index 4f1727c0218..aaae7ee736c 100644
--- a/net-wireless/cubicsdr/Manifest
+++ b/net-wireless/cubicsdr/Manifest
@@ -1 +1 @@
-DIST 0.2.3.tar.gz 36946378 BLAKE2B 
fc583e8e8a84c4ff38bd0f98ba8aa8c5abd9fae6e8d3fcc1b94a9200f1ba700ff0ddd4a80ba5c4b8ba107eca06d7dd8b6d425ad3965f6e0cf6fe4359eee353b4
 SHA512 
e90ce269519c4f13c4719c2e9b405ebbccd3c430520283fb8c9ed4656136f95a48b652cd79b8fc270795a493d43d02fc11f849ae1f3f556a8d6d6c3ab3420d27
+DIST cubicsdr-0.2.3.tar.gz 36946378 BLAKE2B 
fc583e8e8a84c4ff38bd0f98ba8aa8c5abd9fae6e8d3fcc1b94a9200f1ba700ff0ddd4a80ba5c4b8ba107eca06d7dd8b6d425ad3965f6e0cf6fe4359eee353b4
 SHA512 
e90ce269519c4f13c4719c2e9b405ebbccd3c430520283fb8c9ed4656136f95a48b652cd79b8fc270795a493d43d02fc11f849ae1f3f556a8d6d6c3ab3420d27

diff --git a/net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild 
b/net-wireless/cubicsdr/cubicsdr-0.2.3-r1.ebuild
similarity index 97%
rename from net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild
rename to net-wireless/cubicsdr/cubicsdr-0.2.3-r1.ebuild
index 008e44a9e31..8b93c462064 100644
--- a/net-wireless/cubicsdr/cubicsdr-0.2.3.ebuild
+++ b/net-wireless/cubicsdr/cubicsdr-0.2.3-r1.ebuild
@@ -7,7 +7,7 @@ WX_GTK_VER="3.0"
 inherit cmake-utils wxwidgets
 
 MY_P="CubicSDR"
-SRC_URI="https://github.com/cjcliffe/${MY_P}/archive/${PV}.tar.gz;
+SRC_URI="https://github.com/cjcliffe/${MY_P}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${MY_P}-${PV}"
 
 DESCRIPTION="Cross-Platform and Open-Source Software Defined Radio Application"



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

2018-09-05 Thread Alexey Shvetsov
commit: 22c0b91257b9ca896137ed32b14731dfb3c502c0
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Wed Sep  5 20:47:15 2018 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Wed Sep  5 20:47:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c0b912

sys-apps/hwloc: Version bump

Closes: https://bugs.gentoo.org/658486
Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sys-apps/hwloc/Manifest |  2 ++
 sys-apps/hwloc/hwloc-1.11.11.ebuild | 70 +
 sys-apps/hwloc/hwloc-2.0.2.ebuild   | 70 +
 3 files changed, 142 insertions(+)

diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest
index 9237c888db0..12eb34c8231 100644
--- a/sys-apps/hwloc/Manifest
+++ b/sys-apps/hwloc/Manifest
@@ -1,3 +1,5 @@
 DIST hwloc-1.11.10.tar.bz2 4102431 BLAKE2B 
4caec6f1c1a5f0b571854127cc6fd808e778b3b2bcf7ded7edfe99100ac4ccc05c893f3df0a56119234510aa5256e5da84cfa15dddb7d15e49eca2936baa7f41
 SHA512 
9e2cf5cc43f8c21cfd0bf09a58fda09ba832908eca5a211d164eb106f090609b6351bc934e572200530284fbfc5c460db29a49ec7974dbd298d757ed8aaf32b3
+DIST hwloc-1.11.11.tar.bz2 4114437 BLAKE2B 
57666c4a0a49898f55eba991a52954bb9dbc84202cd3e4d7db832a55efc09bb7477593bfa903cadc9e58ac5ba298cbdce3469926f16b8ed65dfa15e2ebb38d5d
 SHA512 
cac1283c603ebe58e6e2c35d3122f349f3251da6b4f4671bdc8a335b2dd7cc2131107fe239dcc25915b07e193784dbf1b86561433acaeef4e4c3ea103f7d54c5
 DIST hwloc-1.11.2.tar.bz2 4019136 BLAKE2B 
29a959c48b3be347b5816333c3f9948ddafc6c4882d7c646c956ae08d72827dd4cef22da7842a034e3131e0044f9528573c6dfceb373869c326890f23651d967
 SHA512 
aa54b6389c303470a00dbbb3ae5f688244d0f1e0d84e661b739933ff9d86928869f2f3be04fe621cdf06c206defcd4ea1c9e8b72696f7cada9bb3243c3feba68
 DIST hwloc-1.11.7.tar.bz2 4187754 BLAKE2B 
9d55c35ee328eddbdb9364f4330d157eeefb53fd01b3d0cba23423515302ab0f43aac6c6aaec3a96277411883e3806888aa1c55d2312e102d00302305279f044
 SHA512 
f3afd123f917d07fe987b8a16dba9f1aa9a9112fc4bdc806417c942b5fbd3b7f31067550048258814b4ba08d4ac7bd45c1fd477457d817bf9453735e0b82f04e
+DIST hwloc-2.0.2.tar.bz2 6032384 BLAKE2B 
868c57b434f7722202ec07747dcc62b320ed265ff8334347d824151eb0d37ff626a90f8b66828f82e9ea9e17b95f41f4ffe509f00e7aa9c822bb5080fb4edbd8
 SHA512 
b3bbf56bea99e3c381f72989aa18bc2329f15d7d12d9386ea7049fc875be4b5f89f2476a3c6cbaea562d1c91f147a3a2c80a50e93b824c7ef6323eed1d6126ef

diff --git a/sys-apps/hwloc/hwloc-1.11.11.ebuild 
b/sys-apps/hwloc/hwloc-1.11.11.ebuild
new file mode 100644
index 000..cedd15f02d9
--- /dev/null
+++ b/sys-apps/hwloc/hwloc-1.11.11.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal
+
+MY_PV=v$(ver_rs 1-2)
+
+DESCRIPTION="displays the hardware topology in convenient formats"
+HOMEPAGE="http://www.open-mpi.org/projects/hwloc/;
+SRC_URI="http://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-fbsd ~x86-fbsd ~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).
+# Anyone with hardware is welcome to step up and help test to get it re-added.
+
+# dev-util/nvidia-cuda-toolkit is always multilib
+
+RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
+   cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1:= )
+   gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] 
media-video/nvidia-settings ) )
+   pci? (
+   >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}]
+   >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}]
+   )
+   plugins? ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] )
+   numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )
+   xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
+
+PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" )
+DOCS=( AUTHORS NEWS README VERSION )
+
+src_prepare() {
+   default
+   eautoreconf
+
+   if use cuda ; then
+   append-cflags -I"${EPREFIX}"/opt/cuda/include
+   append-cppflags -I"${EPREFIX}"/opt/cuda/include
+   fi
+}
+
+multilib_src_configure() {
+   export HWLOC_PKG_CONFIG=$(tc-getPKG_CONFIG) #393467
+
+   if use cuda ; then
+   local -x LDFLAGS="${LDFLAGS}"
+   append-ldflags -L"${EPREFIX}"/opt/cuda/$(get_libdir)
+   fi
+
+   ECONF_SOURCE=${S} econf \
+   $(use_enable static-libs static) \
+   $(use_enable cairo) \
+   $(multilib_native_use_enable cuda) \
+   $(use_enable debug) \
+   

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

2018-09-05 Thread Andreas Sturmlechner
commit: 338e033483efc12d7bbe7e78a01e6262942b8a57
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 20:56:36 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:06:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338e0334

media-sound/beets: Drop old

Closes: https://bugs.gentoo.org/625974
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/beets/Manifest  |  1 -
 media-sound/beets/beets-1.4.3-r1.ebuild | 96 -
 media-sound/beets/metadata.xml  |  9 
 3 files changed, 106 deletions(-)

diff --git a/media-sound/beets/Manifest b/media-sound/beets/Manifest
index 6f517f7471e..e6047ad865d 100644
--- a/media-sound/beets/Manifest
+++ b/media-sound/beets/Manifest
@@ -1,2 +1 @@
-DIST beets-1.4.3.tar.gz 1428494 BLAKE2B 
29adc617c4efbb304b05c6bc027a09fd34c11af70b22a86a329fe9048de31828f729114db929e97b103a6f6d8210c0b74716f327f8b4f853f745433fea5f1e14
 SHA512 
b95a9056abae5da3db7786342e8969b4f9c86c2c4589dd48bad244d28ef3d3da4900d3d3eaee1e45964960c62ecaa8d754a33829e0d7f497f01ecc763c0f492d
 DIST beets-1.4.7.tar.gz 1458621 BLAKE2B 
f7dd19a7dd92415c29e9b1a7932ba33cb5d43000d35a58b2f42c1487db68c6374dd159960f67e1ac68722693d91d364b24297fb2c0c86a39b82fe5b40a1e739d
 SHA512 
6663a2ffece208a510fce9f5d3dd9c8e617cab60cdb994f7bdb13fd759cfea8882290c75c3cdf4f6de9c7d9b78845b6ed29f98b41c787c89ff8782e4ac3ec152

diff --git a/media-sound/beets/beets-1.4.3-r1.ebuild 
b/media-sound/beets/beets-1.4.3-r1.ebuild
deleted file mode 100644
index 20b305abb9c..000
--- a/media-sound/beets/beets-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-inherit distutils-r1 eutils
-
-MY_PV=${PV/_beta/-beta.}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A media library management system for obsessive-compulsive music 
geeks"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="http://beets.io/ https://pypi.org/project/beets/;
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="MIT"
-IUSE="badfiles bpd chroma convert doc discogs flac gstreamer lastgenre 
lastimport mpdstats ogg opus replaygain test thumbnails web"
-REQUIRED_USE="replaygain? ( gstreamer )"
-
-RDEPEND=">=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]
-   dev-python/jellyfish[${PYTHON_USEDEP}]
-   dev-python/munkres[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
-   >=dev-python/python-musicbrainz-ngs-0.4[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/unidecode[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9[${PYTHON_USEDEP}]
-   >=media-libs/mutagen-1.33[${PYTHON_USEDEP}]
-   badfiles? ( media-sound/mp3val media-libs/flac )
-   bpd? ( dev-python/bluelet[${PYTHON_USEDEP}] )
-   chroma? ( dev-python/pyacoustid[${PYTHON_USEDEP}] )
-   convert? ( media-video/ffmpeg:0[encode] )
-   discogs? ( dev-python/discogs-client[${PYTHON_USEDEP}] )
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   mpdstats? ( dev-python/python-mpd[${PYTHON_USEDEP}] )
-   lastgenre? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   lastimport? ( dev-python/pylast[${PYTHON_USEDEP}] )
-   replaygain? (
-   gstreamer? ( media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-good:1.0
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ogg? ( media-plugins/gst-plugins-ogg )
-   flac? ( media-plugins/gst-plugins-flac:1.0 )
-   opus? ( media-plugins/gst-plugins-opus:1.0 ) )
-   )
-   thumbnails? (
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   dev-python/pathlib[${PYTHON_USEDEP}]
-   || ( dev-python/pillow[${PYTHON_USEDEP}] media-gfx/imagemagick )
-   )
-   web? ( dev-python/flask[${PYTHON_USEDEP}] 
dev-python/flask-cors[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   # remove plugins that do not have appropriate dependencies installed
-   for flag in bpd chroma convert discogs lastgenre lastimport mpdstats 
replaygain thumbnails web; do
-   if ! use ${flag}; then
-   rm -r beetsplug/${flag}.py || \
-   rm -r beetsplug/${flag}/ ||
-   die "Unable to remove ${flag} plugin"
-   fi
-   done
-
-   for flag in bpd lastgenre web; do
-   if ! use ${flag}; then
-   sed -e "s:'beetsplug.${flag}',::" -i setup.py || \
-   die "Unable to disable ${flag} plugin "
-   fi
-   done
-
-   use bpd || rm -f test/test_player.py
-
-}
-

[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2018-09-05 Thread Austin English
commit: 1fdf028d71b005a0cb2259c4a7b93c6dbf1e098a
Author: Austin English  gentoo  org>
AuthorDate: Wed Sep  5 21:15:39 2018 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Sep  5 21:16:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdf028d

www-apps/chromedriver-bin: version bump (2.41)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-apps/chromedriver-bin/Manifest |  1 +
 .../chromedriver-bin/chromedriver-bin-2.41.ebuild  | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/www-apps/chromedriver-bin/Manifest 
b/www-apps/chromedriver-bin/Manifest
index fe89dda8461..0fda863d423 100644
--- a/www-apps/chromedriver-bin/Manifest
+++ b/www-apps/chromedriver-bin/Manifest
@@ -4,3 +4,4 @@ DIST chromedriver-bin-2.30.linux32.zip 3891104 BLAKE2B 
653365b57013549c3190d4fe2
 DIST chromedriver-bin-2.30.linux64.zip 3864914 BLAKE2B 
d31a1ff9f0eba3384bb3e1598b448c3893d65be98876ad302891657e0eaa8684733303eca618e43226a3e6eb1fd212248188d20cfc97b5aefc9118600420
 SHA512 
451d120fceda3a08bba77fbae8d99c87c0902e608006a7895882a06cdcb1614afe0b563fd1b2b2bdc3ac3fbc426b5d3141245ee4d00a0c4dad6911d9a94f5d1a
 DIST chromedriver-bin-2.35.linux64.zip 3721349 BLAKE2B 
37abd16d3d2aea57dfff871f2cdcf3ea0c34ad50dd8ba98f2e166e541ebf6ea2ede641a10f7b3d6ff2114740f9aad3cda6e0fc19ab3708fca89b3ce96cb3639e
 SHA512 
0da15aee65c7f13552a57cc77212206fcd9a76b3cb912d85807760d6fb44b122e850c72e36fa7f53355c5bfff038afeeec2181089d1507c59cd5e176fd415ae7
 DIST chromedriver-bin-2.40.linux64.zip 3860375 BLAKE2B 
b91d4cd05b390f5b0d175ab396838ed3d2ab0dd0a961c4d51268a85c1ffc0be077615126b9373dd7cf69add57f9eb56b5b494ecf55086a4b86cdbc50f1307275
 SHA512 
5d4fd5723b6245bb7ee722f0e206391b1baa5f1c558f7e79f54289ea3adab385537f569f84b6de2b4f02e38105416f3361b439349a180e3a764126ed2ad525a4
+DIST chromedriver-bin-2.41.linux64.zip 3944714 BLAKE2B 
6f86f973c1768d549bbc57a6578459d5603424351240530a7bc3e20c201dd5a0323843e29201a6731f70cc9672c129ebcda7478539cf9875e6e9c14d7f30eca0
 SHA512 
328bd82d17f5d4238d3fd18b8848f4edc218014cba515972b75f1e4e866f1d729f6d56463b276f7afaf7965f0d36680c0238ae8ff8f9667bc6631e49ae9e7013

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild
new file mode 100644
index 000..2ddd7f88b05
--- /dev/null
+++ b/www-apps/chromedriver-bin/chromedriver-bin-2.41.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="WebDriver for Chrome"
+HOMEPAGE="https://sites.google.com/a/chromium.org/chromedriver;
+SRC_URI="amd64? ( 
https://chromedriver.storage.googleapis.com/${PV}/chromedriver_linux64.zip -> 
${P}.linux64.zip )"
+
+LICENSE="google-chrome"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="!www-client/chromium
+   www-client/google-chrome"
+
+S="${WORKDIR}"
+QA_PREBUILT="usr/bin/chromedriver"
+
+src_install()
+{
+   dobin chromedriver
+}



[gentoo-commits] proj/releng:master commit in: tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/, ...

2018-09-05 Thread Anthony G. Basile
commit: 624ab61076d428eaa591261097fe999409046127
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 20:10:53 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 20:10:53 2018 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=624ab610

tools-uclibc: update uclibc config for ppc

 .../portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng  | 12 
 .../portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng   | 12 
 2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng 
b/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng
index d76a2b91..43b6485f 100644
--- a/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng
+++ b/tools-uclibc/portage.ppc.hardened/savedconfig/sys-libs/uclibc-ng
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# uClibc-ng 0.1.0.23 C Library Configuration
+# uClibc-ng 0.1.0.30 C Library Configuration
 #
 # TARGET_aarch64 is not set
 # TARGET_alpha is not set
@@ -10,6 +10,7 @@
 # TARGET_bfin is not set
 # TARGET_c6x is not set
 # TARGET_cris is not set
+# TARGET_csky is not set
 # TARGET_frv is not set
 # TARGET_h8300 is not set
 # TARGET_hppa is not set
@@ -26,6 +27,8 @@
 TARGET_powerpc=y
 # TARGET_sh is not set
 # TARGET_sparc is not set
+# TARGET_sparc64 is not set
+# TARGET_tile is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
 
@@ -53,7 +56,6 @@ UCLIBC_HAS_FLOATS=y
 UCLIBC_HAS_FPU=y
 DO_C99_MATH=y
 DO_XSI_MATH=y
-UCLIBC_HAS_FENV=y
 UCLIBC_HAS_LONG_DOUBLE_MATH=y
 KERNEL_HEADERS="/usr/include"
 HAVE_DOT_CONFIG=y
@@ -77,7 +79,6 @@ LDSO_RUNPATH_OF_EXECUTABLE=y
 LDSO_SAFE_RUNPATH=y
 LDSO_SEARCH_INTERP_PATH=y
 LDSO_LD_LIBRARY_PATH=y
-# LDSO_NO_CLEANUP is not set
 UCLIBC_CTOR_DTOR=y
 LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
@@ -92,7 +93,6 @@ UCLIBC_HAS_LFS=y
 # MALLOC_SIMPLE is not set
 MALLOC_STANDARD=y
 UCLIBC_DYNAMIC_ATEXIT=y
-COMPAT_ATEXIT=y
 UCLIBC_HAS_UTMPX=y
 UCLIBC_HAS_UTMP=y
 UCLIBC_SUSV2_LEGACY=y
@@ -202,9 +202,7 @@ UCLIBC_HAS_GNU_GETSUBOPT=y
 # Big and Tall
 #
 UCLIBC_HAS_REGEX=y
-UCLIBC_HAS_REGEX_OLD=y
 UCLIBC_HAS_FNMATCH=y
-UCLIBC_HAS_FNMATCH_OLD=y
 UCLIBC_HAS_WORDEXP=y
 UCLIBC_HAS_NFTW=y
 UCLIBC_HAS_FTW=y
@@ -224,8 +222,6 @@ HARDWIRED_ABSPATH=y
 # Security options
 #
 # UCLIBC_BUILD_PIE is not set
-UCLIBC_HAS_ARC4RANDOM=y
-# ARC4RANDOM_USES_NODEV is not set
 UCLIBC_HAS_SSP=y
 # SSP_QUICK_CANARY is not set
 # UCLIBC_BUILD_SSP is not set

diff --git a/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng 
b/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng
index d76a2b91..43b6485f 100644
--- a/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng
+++ b/tools-uclibc/portage.ppc.vanilla/savedconfig/sys-libs/uclibc-ng
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# uClibc-ng 0.1.0.23 C Library Configuration
+# uClibc-ng 0.1.0.30 C Library Configuration
 #
 # TARGET_aarch64 is not set
 # TARGET_alpha is not set
@@ -10,6 +10,7 @@
 # TARGET_bfin is not set
 # TARGET_c6x is not set
 # TARGET_cris is not set
+# TARGET_csky is not set
 # TARGET_frv is not set
 # TARGET_h8300 is not set
 # TARGET_hppa is not set
@@ -26,6 +27,8 @@
 TARGET_powerpc=y
 # TARGET_sh is not set
 # TARGET_sparc is not set
+# TARGET_sparc64 is not set
+# TARGET_tile is not set
 # TARGET_x86_64 is not set
 # TARGET_xtensa is not set
 
@@ -53,7 +56,6 @@ UCLIBC_HAS_FLOATS=y
 UCLIBC_HAS_FPU=y
 DO_C99_MATH=y
 DO_XSI_MATH=y
-UCLIBC_HAS_FENV=y
 UCLIBC_HAS_LONG_DOUBLE_MATH=y
 KERNEL_HEADERS="/usr/include"
 HAVE_DOT_CONFIG=y
@@ -77,7 +79,6 @@ LDSO_RUNPATH_OF_EXECUTABLE=y
 LDSO_SAFE_RUNPATH=y
 LDSO_SEARCH_INTERP_PATH=y
 LDSO_LD_LIBRARY_PATH=y
-# LDSO_NO_CLEANUP is not set
 UCLIBC_CTOR_DTOR=y
 LDSO_GNU_HASH_SUPPORT=y
 # HAS_NO_THREADS is not set
@@ -92,7 +93,6 @@ UCLIBC_HAS_LFS=y
 # MALLOC_SIMPLE is not set
 MALLOC_STANDARD=y
 UCLIBC_DYNAMIC_ATEXIT=y
-COMPAT_ATEXIT=y
 UCLIBC_HAS_UTMPX=y
 UCLIBC_HAS_UTMP=y
 UCLIBC_SUSV2_LEGACY=y
@@ -202,9 +202,7 @@ UCLIBC_HAS_GNU_GETSUBOPT=y
 # Big and Tall
 #
 UCLIBC_HAS_REGEX=y
-UCLIBC_HAS_REGEX_OLD=y
 UCLIBC_HAS_FNMATCH=y
-UCLIBC_HAS_FNMATCH_OLD=y
 UCLIBC_HAS_WORDEXP=y
 UCLIBC_HAS_NFTW=y
 UCLIBC_HAS_FTW=y
@@ -224,8 +222,6 @@ HARDWIRED_ABSPATH=y
 # Security options
 #
 # UCLIBC_BUILD_PIE is not set
-UCLIBC_HAS_ARC4RANDOM=y
-# ARC4RANDOM_USES_NODEV is not set
 UCLIBC_HAS_SSP=y
 # SSP_QUICK_CANARY is not set
 # UCLIBC_BUILD_SSP is not set



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

2018-09-05 Thread Andreas Sturmlechner
commit: 4a879481536068780fda845e214f5f6f28128860
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 20:43:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:06:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a879481

media-sound/beets: Remove USE flac,ogg,opus; fix USE gstreamer

They were effectively only used if USE +replaygain +gstreamer were enabled,
not ticking any build switches but purely forwarding USE dependencies.
Depend on media-plugins/gst-plugins-meta instead.

gstreamer is also being used if USE +mpd.

Reviewed-by: Mart Raudsepp  gentoo.org>

Quote:
replaygain uses decodebin, thus should depend on
media-plugins/gst-plugins-meta:1.0 to pull in any decided by user decoders.
It uses rganalysis explicitly, for which it needs to depend on
media-libs/gst-plugins-good:1.0. Other explicitly used elements are all
from core or base, thus the gst-plugins-meta dep will cover it, or you can
be explicit (core = media-libs/gstreamer).

Additionally there is beetsplug/bpd/gstplayer.py that uses playbin. I don't
know what that thing is about, but it seems irrelevant to replaygain, so
might want a gstreamer? ( media-plugins/gst-plugins-meta:1.0 ) independent
of USE=replaygain, if it's optional enough to work fine without it
installed without losing anything important.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/beets/beets-1.4.7.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-sound/beets/beets-1.4.7.ebuild 
b/media-sound/beets/beets-1.4.7.ebuild
index 7a21e504abd..b0ea1935a00 100644
--- a/media-sound/beets/beets-1.4.7.ebuild
+++ b/media-sound/beets/beets-1.4.7.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://beets.io/ https://pypi.org/project/beets/;
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="MIT"
-IUSE="badfiles chromaprint doc discogs ffmpeg flac gstreamer lastfm mpd ogg 
opus replaygain test thumbnail webserver"
+IUSE="badfiles chromaprint doc discogs ffmpeg gstreamer lastfm mpd replaygain 
test thumbnail webserver"
 
 RDEPEND="
dev-python/jellyfish[${PYTHON_USEDEP}]
@@ -45,15 +45,13 @@ RDEPEND="
mpd? (
dev-python/bluelet[${PYTHON_USEDEP}]
dev-python/python-mpd[${PYTHON_USEDEP}]
+   gstreamer? ( media-plugins/gst-plugins-meta:1.0 )
)
replaygain? (
gstreamer? (
dev-python/pygobject:3[${PYTHON_USEDEP}]
-   media-libs/gstreamer:1.0[introspection]
-   media-libs/gst-plugins-base:1.0[ogg?]
media-libs/gst-plugins-good:1.0
-   flac? ( media-plugins/gst-plugins-flac:1.0 )
-   opus? ( media-plugins/gst-plugins-opus:1.0 )
+   media-plugins/gst-plugins-meta:1.0
)
!gstreamer? ( media-sound/mp3gain )
)



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

2018-09-05 Thread Andreas Sturmlechner
commit: 9d8706f11b83454bf7c9ed4c27c8707c77446513
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 21:04:23 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:06:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8706f1

media-sound/beets: +replaygain,+gstreamer needs gst-plugins-meta[ffmpeg]

Reported-by:  protonmail.com>
Closes: https://bugs.gentoo.org/663398
Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/media-sound/beets/beets-1.4.7.ebuild 
b/media-sound/beets/beets-1.4.7.ebuild
index b0ea1935a00..580bf88dca8 100644
--- a/media-sound/beets/beets-1.4.7.ebuild
+++ b/media-sound/beets/beets-1.4.7.ebuild
@@ -51,7 +51,7 @@ RDEPEND="
gstreamer? (
dev-python/pygobject:3[${PYTHON_USEDEP}]
media-libs/gst-plugins-good:1.0
-   media-plugins/gst-plugins-meta:1.0
+   media-plugins/gst-plugins-meta:1.0[ffmpeg]
)
!gstreamer? ( media-sound/mp3gain )
)



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

2018-09-05 Thread Andreas Sturmlechner
commit: 9923e14b1646b58c044afae815684290744fa1f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 22 14:11:05 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:06:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9923e14b

media-sound/beets: 1.4.7 version bump with many improvements

EAPI-6 bump.
python3 support.
Decouple use flag names from plugin names with rm_use_plugins()
Consolidate various use flags and use more common names.
Re-add USE replaygain.
Add missing || die.
Add missing USE=badfiles handling.
Fix and sort RDEPENDs.
Tests are broken since at least 1.4.3.

Bug: https://bugs.gentoo.org/625974
Closes: https://bugs.gentoo.org/563380
Closes: https://bugs.gentoo.org/625578
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/beets/Manifest   |   1 +
 media-sound/beets/beets-1.4.7.ebuild | 139 +++
 media-sound/beets/metadata.xml   |   6 ++
 3 files changed, 146 insertions(+)

diff --git a/media-sound/beets/Manifest b/media-sound/beets/Manifest
index f620929dd77..6f517f7471e 100644
--- a/media-sound/beets/Manifest
+++ b/media-sound/beets/Manifest
@@ -1 +1,2 @@
 DIST beets-1.4.3.tar.gz 1428494 BLAKE2B 
29adc617c4efbb304b05c6bc027a09fd34c11af70b22a86a329fe9048de31828f729114db929e97b103a6f6d8210c0b74716f327f8b4f853f745433fea5f1e14
 SHA512 
b95a9056abae5da3db7786342e8969b4f9c86c2c4589dd48bad244d28ef3d3da4900d3d3eaee1e45964960c62ecaa8d754a33829e0d7f497f01ecc763c0f492d
+DIST beets-1.4.7.tar.gz 1458621 BLAKE2B 
f7dd19a7dd92415c29e9b1a7932ba33cb5d43000d35a58b2f42c1487db68c6374dd159960f67e1ac68722693d91d364b24297fb2c0c86a39b82fe5b40a1e739d
 SHA512 
6663a2ffece208a510fce9f5d3dd9c8e617cab60cdb994f7bdb13fd759cfea8882290c75c3cdf4f6de9c7d9b78845b6ed29f98b41c787c89ff8782e4ac3ec152

diff --git a/media-sound/beets/beets-1.4.7.ebuild 
b/media-sound/beets/beets-1.4.7.ebuild
new file mode 100644
index 000..7a21e504abd
--- /dev/null
+++ b/media-sound/beets/beets-1.4.7.ebuild
@@ -0,0 +1,139 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_REQ_USE="sqlite"
+inherit distutils-r1
+
+MY_PV=${PV/_beta/-beta.}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="A media library management system for obsessive-compulsive music 
geeks"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="http://beets.io/ https://pypi.org/project/beets/;
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="MIT"
+IUSE="badfiles chromaprint doc discogs ffmpeg flac gstreamer lastfm mpd ogg 
opus replaygain test thumbnail webserver"
+
+RDEPEND="
+   dev-python/jellyfish[${PYTHON_USEDEP}]
+   dev-python/munkres[${PYTHON_USEDEP}]
+   >=dev-python/python-musicbrainz-ngs-0.4[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/requests-oauthlib[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9[${PYTHON_USEDEP}]
+   dev-python/unidecode[${PYTHON_USEDEP}]
+   >=media-libs/mutagen-1.33[${PYTHON_USEDEP}]
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   badfiles? (
+   media-libs/flac
+   media-sound/mp3val
+   )
+   chromaprint? (
+   dev-python/pyacoustid[${PYTHON_USEDEP}]
+   media-libs/chromaprint[tools]
+   )
+   discogs? ( dev-python/discogs-client[${PYTHON_USEDEP}] )
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   ffmpeg? ( media-video/ffmpeg:0[encode] )
+   lastfm? ( dev-python/pylast[${PYTHON_USEDEP}] )
+   mpd? (
+   dev-python/bluelet[${PYTHON_USEDEP}]
+   dev-python/python-mpd[${PYTHON_USEDEP}]
+   )
+   replaygain? (
+   gstreamer? (
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[ogg?]
+   media-libs/gst-plugins-good:1.0
+   flac? ( media-plugins/gst-plugins-flac:1.0 )
+   opus? ( media-plugins/gst-plugins-opus:1.0 )
+   )
+   !gstreamer? ( media-sound/mp3gain )
+   )
+   thumbnail? (
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   virtual/python-pathlib[${PYTHON_USEDEP}]
+   || (
+   dev-python/pillow[${PYTHON_USEDEP}]
+   media-gfx/imagemagick
+   )
+   )
+   webserver? (
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+RESTRICT="test" # tests broken in 1.4.3 already
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   rm_use_plugins() {
+   [[ -n "${1}" ]] || die "rm_use_plugins: No use option given"
+   

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

2018-09-05 Thread Andreas Sturmlechner
commit: 0ae92277d1773417f01843f6503f2c18eab2751b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 19:33:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ae92277

media-libs/libsoundtouch: Drop vulnerable

Bug: https://bugs.gentoo.org/626508
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-libs/libsoundtouch/Manifest  |  2 -
 .../files/libsoundtouch-1.7.0-flags.patch  | 22 --
 .../libsoundtouch/libsoundtouch-1.8.0-r1.ebuild| 48 -
 .../libsoundtouch/libsoundtouch-1.9.2.ebuild   | 50 --
 4 files changed, 122 deletions(-)

diff --git a/media-libs/libsoundtouch/Manifest 
b/media-libs/libsoundtouch/Manifest
index ee90696b78f..04139e0a0d8 100644
--- a/media-libs/libsoundtouch/Manifest
+++ b/media-libs/libsoundtouch/Manifest
@@ -1,3 +1 @@
-DIST soundtouch-1.8.0.tar.gz 106229 BLAKE2B 
158a1e4f8c8cbdc550e310f1c2531ace208159c986abbb25aa9787089538308940b61793acd6c26c2937cfc725b5ad3a23849e37b9958d05c09f55045493cc7d
 SHA512 
724e6ecc1727ee4c4f2503d183717dc1503ee2017b176677da6f0268e82254a7cca3ff9a27dbb9cab59e32d002797eec1b39d2b729f741e5f2ea77a147af4d39
-DIST soundtouch-1.9.2.tar.gz 171369 BLAKE2B 
c60d06191a2e8268e7980bf30824676f4f3761357c5a41b1e376efa90f92153386f29447cdc9159c74acbd0a26d3cd4f8de51ee689cfe717cf422705e61f2e16
 SHA512 
d8f3f8970198a46ef3dc252719749bc19cbd2f8de5e00eeb2874565bfc421b60d94d400bacf702591293e595edf6c1c35917b6153fd395cad8d6b03115da7068
 DIST soundtouch-2.0.0.tar.gz 455148 BLAKE2B 
e38358b0b773edc03a1b227222418d1e79a97f7a1c7abd22f2cb96bb2a7e3427802214775c908329eeec87710b4d199fba819ad7b99f3d58071749cf372991a1
 SHA512 
c916bdd2cb3d7547f264b1caf09b739b48a161c8c6288c3893fc97379546ed6b41dafaf603b583fbf64ae91270fdeb90811e5b0df0e9c051dc9f6ddca4d319f9

diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch 
b/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch
deleted file mode 100644
index 2b1e1ac8095..000
--- a/media-libs/libsoundtouch/files/libsoundtouch-1.7.0-flags.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 soundtouch/source/SoundStretch/Makefile.am
-+++ soundtouch/source/SoundStretch/Makefile.am
-@@ -48,7 +48,7 @@
- # soundstretch_LDFLAGS=-s
- 
- ## additional compiler flags
--soundstretch_CXXFLAGS=-O3
-+#soundstretch_CXXFLAGS=-O3
- 
- #clean-local: 
- # -rm -f additional-files-to-remove-on-make-clean
 soundtouch/source/SoundTouch/Makefile.am
-+++ soundtouch/source/SoundTouch/Makefile.am
-@@ -32,7 +32,7 @@
- 
- 
- # Compiler flags
--AM_CXXFLAGS=-O3 -fcheck-new -I../../include
-+AM_CXXFLAGS=-fcheck-new -I../../include
- 
- # Compile the files that need MMX and SSE individually.
- libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la

diff --git a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild 
b/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
deleted file mode 100644
index 622e5152d3a..000
--- a/media-libs/libsoundtouch/libsoundtouch-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic multilib-minimal
-
-MY_PN=${PN/lib}
-
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback 
rates"
-HOMEPAGE="https://www.surina.net/soundtouch/;
-SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
-IUSE="cpu_flags_x86_sse2 static-libs"
-
-DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
-   sed -i "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
-   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' configure.ac || die
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} \
-   econf \
-   --enable-shared \
-   --disable-integer-samples \
-   --enable-x86-optimizations=$(usex cpu_flags_x86_sse2 sse2) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_compile() {
-   emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}/html 
install
-}
-
-multilib_src_install_all() {
-   prune_libtool_files
-}

diff --git a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild 
b/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild
deleted file mode 100644
index a086c0f6769..000
--- a/media-libs/libsoundtouch/libsoundtouch-1.9.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils 

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

2018-09-05 Thread Andreas Sturmlechner
commit: 6d7f0881cc7a0bbc7bec2631e8fefe85bfb879a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  1 19:46:37 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7f0881

media-sound/sonic-visualiser: Drop 3.0.2

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/sonic-visualiser/Manifest  |   1 -
 .../sonic-visualiser/sonic-visualiser-3.0.2.ebuild | 109 -
 2 files changed, 110 deletions(-)

diff --git a/media-sound/sonic-visualiser/Manifest 
b/media-sound/sonic-visualiser/Manifest
index d644ad47dff..5bbeea3cff4 100644
--- a/media-sound/sonic-visualiser/Manifest
+++ b/media-sound/sonic-visualiser/Manifest
@@ -1,2 +1 @@
-DIST sonic-visualiser-3.0.2.tar.gz 5123229 BLAKE2B 
767be64ae74a47e2d1fb2e1b9a93384999c3567613f0b9662d3c5063fd0d951398c6bf4f3ce118545f83f707647461a92e152cabb0596a80dae0284f8415188c
 SHA512 
25259df72175e397c63e76dca25f0099139c6569153c1e5750f90bcf5d661f20dd8c02aba53272567e72e661bfc66ec19cb3b3066795f978a6b76c826a5bf825
 DIST sonic-visualiser-3.1.1.tar.gz 5304359 BLAKE2B 
79c9d1d55ea2ec939fdb7abe656ab81aae72862d139eda4e62037e0231c596cf725b4fd5741216e6413bc25e659798dee3b0e06f55063a9ad73f0d9204f76d84
 SHA512 
e83efffb62179e67a0e5fd7352f63f5a0210102a7fb38c5ad486479a3749f68a44fec2d1843d1c1ca826ba0004bf421811a270a0a50e3f89f71d956dc7a76ae7

diff --git a/media-sound/sonic-visualiser/sonic-visualiser-3.0.2.ebuild 
b/media-sound/sonic-visualiser/sonic-visualiser-3.0.2.ebuild
deleted file mode 100644
index e326ea97ed9..000
--- a/media-sound/sonic-visualiser/sonic-visualiser-3.0.2.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils qmake-utils autotools xdg-utils
-
-DESCRIPTION="Music audio files viewer and analiser"
-HOMEPAGE="https://www.sonicvisualiser.org/;
-SRC_URI="https://code.soundsoftware.ac.uk/attachments/download//${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="id3tag jack mad ogg osc +portaudio pulseaudio"
-
-RDEPEND="dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtxml:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   media-libs/libsndfile
-   media-libs/libsamplerate
-   app-arch/bzip2
-   >=media-libs/dssi-0.9.1
-   media-libs/liblrdf
-   media-libs/ladspa-sdk
-   media-libs/speex
-   >=media-libs/vamp-plugin-sdk-2.0
-   media-libs/rubberband
-   dev-libs/sord
-   dev-libs/serd
-   sci-libs/fftw:3.0
-   >=dev-libs/capnproto-0.6:=
-   osc? ( media-libs/liblo )
-   portaudio? ( >=media-libs/portaudio-19_pre20071207 )
-   jack? ( media-sound/jack-audio-connection-kit )
-   mad? ( media-libs/libmad )
-   id3tag? ( media-libs/libid3tag )
-   ogg? ( media-libs/libfishsound >=media-libs/liboggz-1.1.0 )
-   pulseaudio? ( media-sound/pulseaudio )"
-
-DEPEND="${RDEPEND}
-   dev-qt/qttest:5
-   virtual/pkgconfig"
-
-REQUIRED_USE="|| ( jack pulseaudio portaudio )"
-
-sv_disable_opt() {
-   einfo "Disabling $1"
-   for i in . svapp svcore svgui ; do
-   sed -i -e "/$1/d" "${S}/$i/configure.ac" || die "failed to 
remove $1 support"
-   done
-}
-
-src_prepare() {
-   epatch "${FILESDIR}/notest.patch"
-
-   use id3tag || sv_disable_opt id3tag
-   use jack || sv_disable_opt jack
-   use mad || sv_disable_opt mad
-   use ogg || sv_disable_opt fishsound
-   use ogg || sv_disable_opt oggz
-   use osc || sv_disable_opt liblo
-   use portaudio || sv_disable_opt portaudio
-   use pulseaudio || sv_disable_opt libpulse
-
-   eautoreconf
-
-   # Those need to be regenerated as they must match current capnproto 
version
-   einfo "Regenerating piper capnproto files"
-   rm -f piper-cpp/vamp-capnp/piper.capnp.* || die
-   mkdir -p piper/capnp || die
-   cp "${FILESDIR}/piper.capnp" piper/capnp/ || die
-   cd piper-cpp
-   emake vamp-capnp/piper.capnp.h
-}
-
-src_configure() {
-   export QMAKE="$(qt5_get_bindir)"/qmake
-   econf
-   eqmake5 -r sonic-visualiser.pro
-}
-
-src_test() {
-   for i in test-svcore-base test-svcore-data-fileio 
test-svcore-data-model ; do
-   einfo "Running ${i}"
-   ./${i} || die
-   done
-}
-
-src_install() {
-   dobin ${PN} piper-vamp-simple-server piper-convert 
vamp-plugin-load-checker
-   dodoc README*
-   #install samples
-   insinto /usr/share/${PN}/samples
-   doins samples/*
-   # desktop entry
-   doicon icons/sv-icon.svg
-   domenu *.desktop
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



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

2018-09-05 Thread Andreas Sturmlechner
commit: 5d6284db8dc4ae79633ae9fe2afd65fbac274d99
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  1 19:50:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6284db

media-sound/chuck: Drop 1.3.5.1

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-sound/chuck/Manifest |  1 -
 media-sound/chuck/chuck-1.3.5.1.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/media-sound/chuck/Manifest b/media-sound/chuck/Manifest
index c06bb1ac981..db8b7944008 100644
--- a/media-sound/chuck/Manifest
+++ b/media-sound/chuck/Manifest
@@ -1,3 +1,2 @@
-DIST chuck-1.3.5.1.tgz 14686970 BLAKE2B 
4ce0427d26070ed86b2ec3f788eff88944bf32eec42790a1126641e111bb41abe4e67b4a16b61a6a93524eb2b34d4460fa7ccb9b3656bdcc60cc23189a67ec3b
 SHA512 
450237207150b285954dc2661d6f7829424d4353cdc457a7dce637b6877247b106ad0ed58bdbded17c1f7558e0f01daa7a06642f2727136f6edca5a64d202f73
 DIST chuck-1.3.5.2.tgz 14687476 BLAKE2B 
35c3803ba1291bbfedd31d7c2845d20e32af4e91ea77e0790f429465b98d6d3ff91e321f036e3c2294d900d746741d987ac3a231bd6db01e3edaab006d507c97
 SHA512 
00407b0f20fa9adcd9d0c31078ef7593f8a5b026f19086942c3fa56128fd07e202848651e5e8f41f1d70566de766e84f4a049ca4013e65a61b6f6fb10d69ffbc
 DIST chuck-1.4.0.0.tgz 14664130 BLAKE2B 
2009cc3f6905c7e4361aefdbcc89cab08d21328c6fe8ea366aad32a862428a5ffb16d45b1717e849d174f52e104ff0394a0aa2f93cfceed066e7b393edaabb1e
 SHA512 
198b3c08a79bbbd2c0cdd5d9a7a11b8b58f09e949a3f5dd3f330af7d80fdb2861ca53dce807df555aed6ba917e72001ef7147b62a3ada57c34154102388dece1

diff --git a/media-sound/chuck/chuck-1.3.5.1.ebuild 
b/media-sound/chuck/chuck-1.3.5.1.ebuild
deleted file mode 100644
index 249ca778cb9..000
--- a/media-sound/chuck/chuck-1.3.5.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs flag-o-matic eutils
-
-DESCRIPTION="Strongly-timed, concurrent, and on-the-fly audio programming 
language"
-HOMEPAGE="http://chuck.cs.princeton.edu/;
-SRC_URI="http://chuck.cs.princeton.edu/release/files/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+alsa jack examples"
-REQUIRED_USE="|| ( alsa jack )"
-
-RDEPEND="app-eselect/eselect-chuck
-   media-libs/libsndfile
-   alsa? ( media-libs/alsa-lib )
-   jack? ( media-sound/jack-audio-connection-kit )"
-DEPEND="${RDEPEND}
-   sys-devel/bison
-   sys-devel/flex"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.2.1.1-hid-smc.patch \
-   "${FILESDIR}"/${PN}-1.3.5.1-makefile.patch
-}
-
-compile_backend() {
-   backend=$1
-   pushd "${S}/src" &>/dev/null || die
-   einfo "Compiling against ${backend}"
-   emake  CC=$(tc-getCC) CXX=$(tc-getCXX) linux-${backend}
-   mv chuck{,-${backend}}
-   emake clean
-   popd &>/dev/null || die
-}
-
-src_compile() {
-   # when compile with athlon or athlon-xp flags
-   # chuck crashes on removing a shred with a double free or corruption
-   # it happens in Chuck_VM_Stack::shutdown() on the line
-   #   SAFE_DELETE_ARRAY( stack );
-   replace-cpu-flags athlon athlon-xp i686
-
-   use jack && compile_backend jack
-   use alsa && compile_backend alsa
-}
-
-src_install() {
-   use jack && dobin src/chuck-jack
-   use alsa && dobin src/chuck-alsa
-
-   dodoc AUTHORS DEVELOPER PROGRAMMER QUICKSTART README THANKS TODO 
VERSIONS
-   docinto doc
-   dodoc doc/*
-   if use examples; then
-   insinto /usr/share/doc/${PF}/
-   doins -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}
-
-pkg_postinst() {
-   elog "Chuck now can use multiple audio engines, so you can specify"
-   elog "the preferred audio engine with chuck-{jack,alsa}"
-   elog "Or you can use 'eselect chuck' to set the audio engine"
-
-   einfo "Calling eselect chuck update..."
-   eselect chuck update --if-unset
-}



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

2018-09-05 Thread Andreas Sturmlechner
commit: 8b42415404eb3335b89ffb3d42d85fae6273294c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 19:07:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b424154

sci-libs/dcmtk: Drop vulnerable 3.6.0

Closes: https://bugs.gentoo.org/602918
Closes: https://bugs.gentoo.org/602920
Closes: https://bugs.gentoo.org/618762
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-libs/dcmtk/Manifest|   1 -
 sci-libs/dcmtk/dcmtk-3.6.0.ebuild  |  98 ---
 sci-libs/dcmtk/files/01_fix_perl_script_path.patch | 222 --
 sci-libs/dcmtk/files/02_dcmtk_3.6.0-1.patch|  89 --
 sci-libs/dcmtk/files/04_nostrip.patch  | 171 ---
 sci-libs/dcmtk/files/dcmtk-asneeded.patch  |  63 
 sci-libs/dcmtk/files/dcmtk-fix_doc_install.patch   |  16 --
 sci-libs/dcmtk/files/dcmtk-gcc472-error.patch  | 318 -
 sci-libs/dcmtk/files/dcmtk_version_number.patch| 131 -
 sci-libs/dcmtk/files/png_tiff.patch|  11 -
 .../files/regression_stacksequenceisodd.patch  |  98 ---
 11 files changed, 1218 deletions(-)

diff --git a/sci-libs/dcmtk/Manifest b/sci-libs/dcmtk/Manifest
index dd9494962b5..fd3e552a864 100644
--- a/sci-libs/dcmtk/Manifest
+++ b/sci-libs/dcmtk/Manifest
@@ -1,2 +1 @@
-DIST dcmtk-3.6.0.tar.gz 4673121 BLAKE2B 
5694669bf4e612fbc39c5785a1498097972d47ecd5c66e437603dd2259258783b36ac86ea2dd57cc74b3af1701c933965e53c433dd09e1acd94dbb768b81b365
 SHA512 
2a9d866bafcaea72d889d24b51ff2341ee39c717aacf9ae5825c8588cd5cb01c3e341b6173abce751f6cb32c45bee81ccb08967cae2cca7fdcb2b61be53c
 DIST dcmtk-3.6.3.tar.gz 6269785 BLAKE2B 
8f0797840fa5ab4ffb60e46f65b16739d3ed0cb7591b20cbfba81a59de97344a663f73bed8fc7f349a99accc46fd2fde3cff021861bde6f07957a433a4db67a3
 SHA512 
5b907422d2d80e417ae8239e159d1300da4ed8db7e92cee619cc1d37116165e8824f8a9103605e07a95b1bffe94bbd2d5e05125f068281d241e8e78755d0b5e8

diff --git a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild 
b/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
deleted file mode 100644
index 1a94d20b506..000
--- a/sci-libs/dcmtk/dcmtk-3.6.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit cmake-utils eutils
-
-DESCRIPTION="The DICOM Toolkit"
-HOMEPAGE="https://dicom.offis.de/dcmtk.php.en;
-SRC_URI="ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/${P}.tar.gz;
-
-LICENSE="OFFIS"
-KEYWORDS="~amd64 ~arm ~x86"
-SLOT="0"
-IUSE="doc png ssl tcpd tiff +threads xml zlib"
-
-RDEPEND="
-   virtual/jpeg:0
-   png? ( media-libs/libpng:* )
-   ssl? ( dev-libs/openssl:0 )
-   tcpd? ( sys-apps/tcp-wrappers )
-   tiff? ( media-libs/tiff:0 )
-   xml? ( dev-libs/libxml2:2 )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
-   media-gfx/graphviz"
-
-PATCHES=(
-   "${FILESDIR}"/01_fix_perl_script_path.patch
-   "${FILESDIR}"/02_dcmtk_3.6.0-1.patch
-   "${FILESDIR}"/04_nostrip.patch
-   "${FILESDIR}"/dcmtk_version_number.patch
-   "${FILESDIR}"/png_tiff.patch
-   "${FILESDIR}"/regression_stacksequenceisodd.patch
-   "${FILESDIR}"/${PN}-asneeded.patch
-   "${FILESDIR}"/${PN}-gcc472-error.patch
-   "${FILESDIR}"/${PN}-fix_doc_install.patch
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -e "s:share/doc/dcmtk:&-${PV}:" \
-   -e "s:DIR \"/:DIR \"/usr/:" \
-   -e "s:usr/etc:etc:" \
-   -e "s:/lib\":/$(get_libdir)\":" \
-   -e "s:COPYRIGHT::" \
-   -i CMakeLists.txt || die
-   sed -e 's:${CMAKE_INSTALL_PREFIX}/::' \
-   -i dcmwlm/data/CMakeLists.txt doxygen/CMakeLists.txt || die
-   # Temporary workaround: docs are not built with CMake
-   sed -i -e '/include/d' doxygen/Makefile.in || die
-
-   # fix -D deprecation warnings
-   sed -i -e "s|_BSD_SOURCE|_DEFAULT_SOURCE|g" \
-   "${S}"/config/configure.in \
-   "${S}"/CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=ON
-   -DCMAKE_INSTALL_PREFIX=/
-   $(cmake-utils_use tiff DCMTK_WITH_TIFF)
-   $(cmake-utils_use png DCMTK_WITH_PNG)
-   $(cmake-utils_use xml DCMTK_WITH_XML)
-   $(cmake-utils_use zlib DCMTK_WITH_ZLIB)
-   $(cmake-utils_use ssl DCMTK_WITH_OPENSSL)
-   $(cmake-utils_use doc DCMTK_WITH_DOXYGEN)
-   $(cmake-utils_use threads DCMTK_WITH_THREADS)
-   )
-
-   cmake-utils_src_configure
-
-   if use doc; then
-   cd "${S}"/doxygen || die
-   econf
-   fi
-}
-
-src_compile() {
-   cmake-utils_src_compile
-
-   if use doc; then
-   

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

2018-09-05 Thread Andreas Sturmlechner
commit: 58dd5d6626a60bcb2438e3a72e0886bdde56f9f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 18:07:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd5d66

sci-libs/getdata: Drop old

Closes: https://bugs.gentoo.org/625510
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sci-libs/getdata/Manifest  |  1 -
 .../files/getdata-0.8.5-out-of-source.patch| 16 
 .../getdata/files/getdata-0.8.5-serial-test.patch  | 42 --
 .../getdata/files/getdata-0.9.0-serial-test.patch  | 41 --
 sci-libs/getdata/getdata-0.8.5.ebuild  | 94 --
 sci-libs/getdata/getdata-0.9.0.ebuild  | 94 --
 6 files changed, 288 deletions(-)

diff --git a/sci-libs/getdata/Manifest b/sci-libs/getdata/Manifest
index 65591a376d9..d5e6e9deace 100644
--- a/sci-libs/getdata/Manifest
+++ b/sci-libs/getdata/Manifest
@@ -1,2 +1 @@
-DIST getdata-0.8.5.tar.bz2 1015954 BLAKE2B 
8a7740a95cb08bd188fc5d6a102a9cf6c8a2a5573a9b0152c5e9f8766c65e1f008390568c06672fb55c031e0877b5d1eaf9925fc4a04daa9321aac19cc7a61fe
 SHA512 
3a87ea2fbaa5491ac1d6faecdf10f0a80eef62fb8beefc6103f7f18e74efd404884f100f1d123b1fec672d1a09ea2c87e75626b7c62ea56b568a11cc44feaad0
 DIST getdata-0.9.0.tar.xz 920652 BLAKE2B 
d5f0659474dfab9f4e589a28a7788b5a51de3c0064b58de37bdb11dad27b56daa05d8e705da743c5da271bd8c4e1343ac6ac41adfdfabfcaef0006e46c45d2bf
 SHA512 
28d720141e34cc56a5166594d0a6ac293144d123706988ed170e40dd9d7aaf13b920305e8bd8343ecd7cbe43eee5d83720e3e5f5d2da0cdccdc1444725cc6844

diff --git a/sci-libs/getdata/files/getdata-0.8.5-out-of-source.patch 
b/sci-libs/getdata/files/getdata-0.8.5-out-of-source.patch
deleted file mode 100644
index 45a6c7e14c3..000
--- a/sci-libs/getdata/files/getdata-0.8.5-out-of-source.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- bindings/python/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
-index c2ab221..f5ade68 100644
 a/bindings/python/Makefile.am
-+++ b/bindings/python/Makefile.am
-@@ -35,7 +35,7 @@ LIBS=
- 
- BUILT_SOURCES = pyconstants.c
- AM_CFLAGS = ${WALL} -fno-strict-aliasing
--AM_CPPFLAGS = $(CPPFLAGS) $(PYTHON_CPPFLAGS) $(NUMPY_CPPFLAGS)
-+AM_CPPFLAGS = $(CPPFLAGS) $(PYTHON_CPPFLAGS) $(NUMPY_CPPFLAGS) 
-I$(top_srcdir)/src
- pygetdata_la_LDFLAGS = -module -avoid-version \
-   
 -export-symbols-regex initpygetdata
- pygetdata_la_LIBADD = $(PYTHON_LIBS) ../../src/libgetdata.la

diff --git a/sci-libs/getdata/files/getdata-0.8.5-serial-test.patch 
b/sci-libs/getdata/files/getdata-0.8.5-serial-test.patch
deleted file mode 100644
index 976757ea864..000
--- a/sci-libs/getdata/files/getdata-0.8.5-serial-test.patch
+++ /dev/null
@@ -1,42 +0,0 @@
- bindings/Makefile.am | 6 +-
- bindings/python/test/Makefile.am | 3 +--
- 2 files changed, 2 insertions(+), 7 deletions(-)
-
-diff --git a/bindings/Makefile.am b/bindings/Makefile.am
-index df53b0f..ec33316 100644
 a/bindings/Makefile.am
-+++ b/bindings/Makefile.am
-@@ -38,10 +38,6 @@ if MAKE_MATLABBINDINGS
- MATLAB_SUBDIR=matlab
- endif
- 
--if MAKE_PYBINDINGS
--PY_SUBDIR=python
--endif
--
- if MAKE_PERLBINDINGS
- PERL_SUBDIR=perl
- endif
-@@ -52,7 +48,7 @@ make_parameters_SOURCES = make_parameters.c
- nodist_make_parameters_SOURCES = ../src/getdata.h ../src/gd_config.h
- 
- SUBDIRS = . ${F77_SUBDIR} ${CXX_SUBDIR} ${IDL_SUBDIR} ${MATLAB_SUBDIR} \
--  ${PY_SUBDIR} ${PERL_SUBDIR}
-+  ${PERL_SUBDIR}
- 
- make_parameters$(EXEEXT): $(make_parameters_SOURCES) \
-   $(nodist_make_parameters_SOURCES)
-diff --git a/bindings/python/test/Makefile.am 
b/bindings/python/test/Makefile.am
-index d159cad..b793b02 100644
 a/bindings/python/test/Makefile.am
-+++ b/bindings/python/test/Makefile.am
-@@ -18,8 +18,7 @@
- # along with GetData; if not, write to the Free Software Foundation, Inc.,
- # 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- #
--AUTOMAKE_OPTIONS = foreign
--
-+AUTOMAKE_OPTIONS = foreign serial-tests
- if TEST_PYTHON
- TESTS_ENVIRONMENT=${DL_LIBRARY_PATH}=${${DL_LIBRARY_PATH}}:../../../src/.libs 
PYTHONPATH=../.libs/ ${PYTHON}
- pyTESTS=callback.py big_test.py

diff --git a/sci-libs/getdata/files/getdata-0.9.0-serial-test.patch 
b/sci-libs/getdata/files/getdata-0.9.0-serial-test.patch
deleted file mode 100644
index ea17e548da2..000
--- a/sci-libs/getdata/files/getdata-0.9.0-serial-test.patch
+++ /dev/null
@@ -1,41 +0,0 @@
- bindings/Makefile.am | 6 +-
- bindings/python/test/Makefile.am | 2 +-
- 2 files changed, 2 insertions(+), 6 deletions(-)
-
-diff --git a/bindings/Makefile.am b/bindings/Makefile.am
-index 

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

2018-09-05 Thread Andreas Sturmlechner
commit: c20021523a0e765139c5e2bb7fb65b0acc68116f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 20:19:10 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2002152

media-sound/jalv: Drop 1.6.0-r1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-sound/jalv/jalv-1.6.0-r1.ebuild | 55 ---
 1 file changed, 55 deletions(-)

diff --git a/media-sound/jalv/jalv-1.6.0-r1.ebuild 
b/media-sound/jalv/jalv-1.6.0-r1.ebuild
deleted file mode 100644
index 76a06677aae..000
--- a/media-sound/jalv/jalv-1.6.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 qmake-utils waf-utils
-
-DESCRIPTION="Simple but fully featured LV2 host for Jack"
-HOMEPAGE="http://drobilla.net/software/jalv/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk gtk2 gtkmm portaudio qt5"
-
-RDEPEND=">=media-libs/lv2-1.6.0
-   >=media-libs/lilv-0.24.0
-   >=dev-libs/serd-0.14.0
-   >=dev-libs/sord-0.12.0
-   >=media-libs/suil-0.6.0
-   >=media-libs/sratom-0.6.0
-   gtk? ( >=x11-libs/gtk+-3.0.0:3 )
-   gtk2? ( >=x11-libs/gtk+-2.18.0:2 )
-   gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 )
-   portaudio? ( media-libs/portaudio )
-   !portaudio? ( virtual/jack )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README )
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.7.0.patch" )
-
-src_configure() {
-   use qt5 && export PATH="$(qt5_get_bindir):${PATH}"
-   waf-utils_src_configure \
-   "--docdir=/usr/share/doc/${PF}" \
-   --no-qt4 \
-   $(use qt5   || echo --no-qt5)   \
-   $(use gtk   || echo --no-gtk3)  \
-   $(use gtk2  || echo --no-gtk2)  \
-   $(use gtkmm || echo --no-gtkmm) \
-   $(use portaudio && echo --portaudio)
-}



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

2018-09-05 Thread Andreas Sturmlechner
commit: 684af8f7b140b8b7b02a6b8cb15db9a60fd4f56d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 19:47:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 21:17:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684af8f7

media-gfx/openmesh: Drop 4.1-r1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 media-gfx/openmesh/Manifest   |  1 -
 media-gfx/openmesh/openmesh-4.1-r1.ebuild | 70 ---
 2 files changed, 71 deletions(-)

diff --git a/media-gfx/openmesh/Manifest b/media-gfx/openmesh/Manifest
index a3be678b328..99209b22a79 100644
--- a/media-gfx/openmesh/Manifest
+++ b/media-gfx/openmesh/Manifest
@@ -1,2 +1 @@
-DIST OpenMesh-4.1.tar.bz2 24728164 BLAKE2B 
6be9876fccc8dbf53b6dddbaac09a3f241b2cffbcd98473f0f7caca23b634bdb0a0a8af808a178531c61e5d533597a4fd467b8b2928d9947a7f126990a4ee42a
 SHA512 
064a4d5cb467589869baf4a302e6c620bd84de874b24019252b97ef863b59e83f2fe23ea45e4a5162a7765847da19f75f563f084cf2b3ae77c7e704b4c859b71
 DIST OpenMesh-7.1.tar.bz2 22855582 BLAKE2B 
778b3a40c2e476cdb2f50b5b4a90f8b6ae7852f166087426ff1db25c829cb4172cd7ed14db1a9f7b4447e7ebeb0d6116647d929b7dab43d565192a8ac48e
 SHA512 
bca0f937e08fe512efb436f5b96b83a1ff7945640e18fb1bb083956f04609560e29b1c1f7e058840791df77df6859fdd20ff6f49d80b908e8c1c5542b8615e6d

diff --git a/media-gfx/openmesh/openmesh-4.1-r1.ebuild 
b/media-gfx/openmesh/openmesh-4.1-r1.ebuild
deleted file mode 100644
index b72c8c6a8d1..000
--- a/media-gfx/openmesh/openmesh-4.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN="OpenMesh"
-MY_PV="${PV/_rc/-RC}"
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-DESCRIPTION="A generic data structure to represent and manipulate polygonal 
meshes"
-HOMEPAGE="https://www.openmesh.org/;
-SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="4"
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE="qt5 static-libs test"
-
-RDEPEND="
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   media-libs/freeglut
-   )
-"
-DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest )
-"
-
-DOCS=( LICENSE/{LICENSE,README.txt} README CHANGELOG )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # Fix libdir and remove rpath.
-   sed -i \
-   -e "s|\(set (ACG_PROJECT_LIBDIR \"\).*|\1$(get_libdir)/\")|" \
-   -e "s|\(BUILD_WITH_INSTALL_RPATH \)1|\1 0|" \
-   -e "s|\(SKIP_BUILD_RPATH\) 0|\1 1|" \
-   -e '/^ *INSTALL_RPATH/d' \
-   cmake/ACGCommon.cmake || die
-
-   if ! use static-libs; then
-   sed -i "s|\(SHARED\)ANDSTATIC|\1|" \
-   src/${MY_PN}/{Core,Tools}/CMakeLists.txt || die
-   sed -i '/OpenMeshCoreStatic/d' \
-   src/${MY_PN}/Tools/CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DOPENMESH_BUILD_UNIT_TESTS=TRUE
-   # Disable python bindings until someone wants them.
-   -DOPENMESH_BUILD_PYTHON_BINDINGS=FALSE
-   -DOPENMESH_BUILD_PYTHON_UNIT_TESTS=FALSE
-   -DBUILD_APPS=$(usex qt5)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   cd "${BUILD_DIR}" || die
-   LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${BUILD_DIR}/Build/$(get_libdir) 
ctest --verbose
-}



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

2018-09-05 Thread Matt Thode
commit: 52e184a3fc45162f2fdd35484d9641154a15ee9e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:24:05 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e184a3

dev-python/python-cinderclient: 4.0.1 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/python-cinderclient/Manifest|  1 +
 .../python-cinderclient-4.0.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/python-cinderclient/Manifest 
b/dev-python/python-cinderclient/Manifest
index 150ce571dbf..69e3a1b4545 100644
--- a/dev-python/python-cinderclient/Manifest
+++ b/dev-python/python-cinderclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-cinderclient-3.1.0.tar.gz 278247 BLAKE2B 
d5fb6b3f74c70fd58cdc8a2cf2ea7a57935fd3246de035ebfc84d1acb037ff309ff1de2954c373a453f623e78b6c84bfca194f77273420eaa46ee291a2a97c28
 SHA512 
6d828a96802d9a5118ab3b463ed9c8619530a69a1ca153f0c3d737e26bd692864ad2ba4c79e74a18ebf820222a75b81a9735f63c989817797689d8f399f76394
 DIST python-cinderclient-3.5.0.tar.gz 284317 BLAKE2B 
c231b2d67071dc01521e271cdae19d0e1bb8af387780b4f855631ae248e156110888eddd63684102d5b5769840d31e622d9db1e24ecdb90ddda06e803c6586fd
 SHA512 
0ee11c19b404c5f335422a5a18d01529330dc8d39b58c5f8b6be28a0e682858f1fea5f21bfcfc2a272a556f1a3a61fa6a0379fadbe79b65a4ad72cccf42a6223
+DIST python-cinderclient-4.0.1.tar.gz 282913 BLAKE2B 
22b20bf80950dd501b7ae89350a7c1d5f44b3489f07063160f7d69b0160b3100536dfeae7b609e709ce2eb963865279faf22ef176ffb60f33b4adc6e2d527fdc
 SHA512 
b74f0d83019ede4598490c8bf4b675bbc75c362ce08099c8590e925d419ee2d55c23ce4d4815d6c31a3aeaf6276f4e72f4801bd629b56ac045025a181030d03c

diff --git a/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild 
b/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild
new file mode 100644
index 000..76e3d5f5c26
--- /dev/null
+++ b/dev-python/python-cinderclient/python-cinderclient-4.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Cinder API"
+HOMEPAGE="https://launchpad.net/python-cinderclient;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2018-09-05 Thread Matt Thode
commit: 405ca5875494aaecb49ba7fa6f8a59a58ea1dc87
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:19:23 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405ca587

dev-python/python-openstackclient: 3.16.1 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/python-openstackclient/Manifest |  1 +
 .../python-openstackclient-3.16.1.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index a374ad73682..f1c660049c9 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1 +1,2 @@
 DIST python-openstackclient-3.14.2.tar.gz 668307 BLAKE2B 
32bcd033f856e29d5ce7c190025b15017427f2ffa0fd5d311ddf57567184ae7565c50f618346476afdc8802a6d50d3578338e436a28e18494351b982b5b803d9
 SHA512 
118053f339577832b2c7bd9e62da67ad631ce2ca514009e767538be99d14580f066e6efdac8a93ad4df8cee1d19c41ecfa5fc7b2b9ca3fe0f1d664abedf39a42
+DIST python-openstackclient-3.16.1.tar.gz 693759 BLAKE2B 
fe4cea827eb88ef2aee105c6fcfaa282a57579a78c894c783330ce1515877f803215c937789e161de32836476bbe30052cec1fbc2dd7d5df2a817f24a0cbd7fe
 SHA512 
e51806cc0bb2caa88090f518b592695d14190b2e14c0e647b69b977b30f288a8038be87aafee8332fe1ec707dc4598db7661668f0eb863f6c43c2f1d11e75d26

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild
new file mode 100644
index 000..f860edb9235
--- /dev/null
+++ b/dev-python/python-openstackclient/python-openstackclient-3.16.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack APIs"
+HOMEPAGE="https://github.com/openstack/python-openstackclient;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.11.2[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.17.0[${PYTHON_USEDEP}]
+   >=dev-python/python-novaclient-9.1.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
+"



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

2018-09-05 Thread Matt Thode
commit: a7be7ac4d4cdaf22ca2aab149821250a44288cc7
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:13:17 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:32:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7be7ac4

dev-python/openstacksdk: 0.17.2 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/openstacksdk/Manifest   |  1 +
 dev-python/openstacksdk/openstacksdk-0.17.2.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/openstacksdk/Manifest b/dev-python/openstacksdk/Manifest
index c14ee1ec068..5f1f99527ac 100644
--- a/dev-python/openstacksdk/Manifest
+++ b/dev-python/openstacksdk/Manifest
@@ -1,2 +1,3 @@
 DIST openstacksdk-0.11.3.tar.gz 693350 BLAKE2B 
6e5edc27a2c2d35682827fa9cf15a93bdc7cc5b5fcd440d15f7448a52fbf8fbbdb0f0f528828b23cc9585b72bde2d1537745c0176c8d117ed6fe7d40c6a01c56
 SHA512 
140d69d853e7e1049f2c539267f9199058b6f5a9452a80b8a6361efe70f42f07a91d94935ef75e43591a5cf70e8102aed31570c559fc89d83ce86ce26fb54d44
+DIST openstacksdk-0.17.2.tar.gz 735020 BLAKE2B 
01cd0be40c2b7c95678e03d50d74125674cc70a190b6db90d6769aebb7e662df1e6cd0ad12f92fb617e0109655cf673ec0d21f19a040dffb4f72350f1fe8948e
 SHA512 
c6608df8a618730f4542a7e01708acbe116729042730e2c7adf15c3e1186192b5b6a7fd39b74694290245d31b58c40214df73ca231547ca409a768c44f80750c
 DIST openstacksdk-0.9.17.tar.gz 335611 BLAKE2B 
2f1ac157c957cc90d53d97dad1930a2cab7dc40c15cb76f22394762eefffa402480a8fa4b9fd30358690b401e2d362b4f7e29b8a17d0e7ef87885256d1d62bcf
 SHA512 
4699e80ad68896cea709c861b013404234b1d6acf2fcd8bc4e8b21b8841f8c204e693c4e631a85906b5b415404cf50f35f395df6206e471920c68d2f26726696

diff --git a/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild
new file mode 100644
index 000..774d2611512
--- /dev/null
+++ b/dev-python/openstacksdk/openstacksdk-0.17.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A collection of libraries for building applications to work with 
OpenStack."
+HOMEPAGE="https://github.com/openstack/python-openstacksdk;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/requestsexceptions-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonpatch-1.16[${PYTHON_USEDEP}]
+   !~dev-python/jsonpatch-1.20[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/deprecation-1.0[${PYTHON_USEDEP}]
+   >=dev-python/munch-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.9.0[${PYTHON_USEDEP}]
+   virtual/python-ipaddress[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1.0[${PYTHON_USEDEP}]
+"



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

2018-09-05 Thread Matt Thode
commit: 432d50aa83469abd6e6b22fb7989a43b43620bc5
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:18:40 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432d50aa

dev-python/osc-lib: 1.11.1 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/osc-lib/Manifest  |  1 +
 dev-python/osc-lib/osc-lib-1.11.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-python/osc-lib/Manifest b/dev-python/osc-lib/Manifest
index e45a4466a7b..13bca831d62 100644
--- a/dev-python/osc-lib/Manifest
+++ b/dev-python/osc-lib/Manifest
@@ -1,2 +1,3 @@
+DIST osc-lib-1.11.1.tar.gz 89065 BLAKE2B 
4410cd9033984a671cd36b1788f7dfc57321aa1303bd5dcdfd58aa394184cb936cf8af88fbd5c0966f89f671138d91d47b0e0cf42f2930d88e2ba15d744410f4
 SHA512 
703475a0ecf5c9c8b1b9fda1f2eec6ce544cc0862afdb3fc3db34ff00e9b09dff6b43907cc376d9c6ca5b8e56ea0e22b1a36b4783588ffe9ae8c43fddcec9c10
 DIST osc-lib-1.7.0.tar.gz 81917 BLAKE2B 
3a87d42fb8baed7096e01e591d863097d5efab63fc36f0245b5311fa52a0f952a3a8a52cfc964e14630009aed7922752e7a0c5d9aeb1da0d31d7caf40c3a9a44
 SHA512 
a3dd3ceeaf674692fa318809b190df30d1d6be5b59355b8f0b5862f5b220452e3df0185415b35ef596158ce010b47bdfea24e5fcc3d957d38a2a89b8a5905bcf
 DIST osc-lib-1.9.0.tar.gz 86263 BLAKE2B 
23105d3e0a327e0c7a9d08be59ff70b510528bbc26bf8b5fad0dbd6bb53e96773427ea4a0a6fe069ffb8270ea001e767d2e58863132938398a0d9c99a427f13d
 SHA512 
26ade2147f5e0f7c02a2ff0ca1e0b2c369f6cbcb7d7843c4df09e5c5ae9e5e6eb7001cc9232723b2941b956fec1c7ae34457fd8ba7c45056a185576cd8abe2a4

diff --git a/dev-python/osc-lib/osc-lib-1.11.1.ebuild 
b/dev-python/osc-lib/osc-lib-1.11.1.ebuild
new file mode 100644
index 000..020428995ac
--- /dev/null
+++ b/dev-python/osc-lib/osc-lib-1.11.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A package of common support modules for writing OSC plugins."
+HOMEPAGE="https://github.com/openstack/osc-lib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/openstacksdk-0.15.0[${PYTHON_USEDEP}]
+   >=dev-python/os-client-config-1.29.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"



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

2018-09-05 Thread Matt Thode
commit: 53bae2369d08413e5700dd31ca66d5659c7d9aae
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:16:24 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:32:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bae236

dev-python/python-keystoneclient: 3.17.0 bump with cleanup

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/python-keystoneclient/Manifest  |  5 +-
 .../python-keystoneclient-2.3.1.ebuild | 59 --
 .../python-keystoneclient-3.10.0.ebuild| 44 
 ebuild => python-keystoneclient-3.17.0.ebuild} | 20 +++-
 .../python-keystoneclient-3.5.1.ebuild | 53 ---
 5 files changed, 9 insertions(+), 172 deletions(-)

diff --git a/dev-python/python-keystoneclient/Manifest 
b/dev-python/python-keystoneclient/Manifest
index a408c093ec5..7296fa35150 100644
--- a/dev-python/python-keystoneclient/Manifest
+++ b/dev-python/python-keystoneclient/Manifest
@@ -1,5 +1,2 @@
-DIST python-keystoneclient-2.3.1.tar.gz 322240 BLAKE2B 
abf6bff9f318c4497c8241ab45921d8d5373da3753fe1f3313cd0c075c7e9625f27cad6f91b3452713ec286e5697d2a8211aaf276f313470b7476c646a591469
 SHA512 
555ad57332ea677242057c34313df0d02a16f5738c584db82611db3e3636e792d30b9dc5ea371ba56a4c3b9a158ba879ca38ff5fd40ae842f8be98e52ea856d8
-DIST python-keystoneclient-3.10.0.tar.gz 300635 BLAKE2B 
7493e7d193a10f49ad5129b82f6a8402e0a82dbe2ef6f9b82922d41e029286108dd9351d6e17f66f59afafa8dffd1f32abac0d59478d9417ee5ba0bf91899bb7
 SHA512 
606143ed7e1187098e6e0c4168bc0ee19204e1782b3fd1db4bd2fbca1cea193fd924b01a5fb5bc1de592fa961f737788108ac384899d81f747fed2853f5f18bb
-DIST python-keystoneclient-3.13.0.tar.gz 303828 BLAKE2B 
eb6167c171d043fad4af61b3167d5f7069300c2a7b056ec5b2e78a31f9a9d11e225a0df3be6bbdbd37cee024b7c675aa3699bc81b0509b3296a9ebddba063268
 SHA512 
0b4b9297c1661d8ed84c6019ccf93eab495c4ac5d098af456deb244c6db7bd1d40e874ef65c170c6fa9ff4814ac1e714baa9fda0f40dbd4e043ffdbcc9310718
 DIST python-keystoneclient-3.15.0.tar.gz 306850 BLAKE2B 
5101f0854d3c9cc2ac2165e66df4fe28f9da64d6a96de2e4c1eb9bac26228d7a987f8149fc32a99a3015f43982f0d664555bc1361ca22c86ab68c2d36776605f
 SHA512 
f02d6efe1563a92c5ae1a374568a7b47e281f3df026168eb8cc8e0b31e5029af6534341738b07423713705df845c63708a8f0f845e9a929c107a3f13dd5f9578
-DIST python-keystoneclient-3.5.1.tar.gz 300839 BLAKE2B 
7ec1f354b016c79abdc54de531e9cf3cb7a63d8adc9d96a92940ad135cdb233622e8aa338e3f27223175ec9fe35a69b1ab7718c636acba5cde514b5a3f0f1895
 SHA512 
b9328de923b5a579d093b02c05edb1d01cb6d319414f515016528e1e05db11eb8844d836a85d67ce7c3e802ac1ba60f807ded3dad7a0e98479f82b7076c9e589
+DIST python-keystoneclient-3.17.0.tar.gz 308264 BLAKE2B 
f9c10a97c9b5e4e12d58a010274306af4923792909dd8646e9073299ecc284ef40902231f63e20ffc41e413f2a2c465b1fa949f0bc2d8772fca92718d9ef5853
 SHA512 
20b40a85498738c77070fd795a044693b55fe52aa2b50966112ba8d452fec7fe6a257d9f40aa4404401e7c4206f15230d7fdf65a14269922e281b910ea548284

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
deleted file mode 100644
index 39d3f5484e3..000
--- a/dev-python/python-keystoneclient/python-keystoneclient-2.3.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Client Library for OpenStack Identity"
-HOMEPAGE="http://www.openstack.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-# Note: blacklist version not in portage:
-#doc? ( !~dev-python/sphinx-1.3_preb1[${PYTHON_USEDEP}] )
-
-CDEPEND="
-   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-TCDEPEND="
-   >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
-   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/tempest-lib-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
-   >=dev-python/bandit-0.13.2[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/positional-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
-   =dev-python/requests-2.8.1[${PYTHON_USEDEP}]
-   

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

2018-09-05 Thread Matt Thode
commit: 7d4a28be56ccb2773fa6ae8884726235909b143f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:22:15 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4a28be

dev-python/python-glanceclient: 2.12.1 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/python-glanceclient/Manifest|  1 +
 .../python-glanceclient-2.12.1.ebuild  | 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-python/python-glanceclient/Manifest 
b/dev-python/python-glanceclient/Manifest
index 70cd282cb8b..2dc138c534d 100644
--- a/dev-python/python-glanceclient/Manifest
+++ b/dev-python/python-glanceclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-glanceclient-2.10.0.tar.gz 180299 BLAKE2B 
0d97626361ad7fc2c688f5da6af6d49bf6e078f715560b4ac93725f8ea6df895e7eed0e44bf69399c973978af22ebaef3d371ae19026cff7fb2bd896c8be30d2
 SHA512 
9132493559d7a7b6de62e5ec1bdcd7a2dcf408c00bb0cfaccb6e11829975d468bfe68feabd71fdf8cc0d28a2c5c549945816aa14c9469314ffafd3d39b9c2da6
+DIST python-glanceclient-2.12.1.tar.gz 182868 BLAKE2B 
eec3751fc3ba9d820a92329bb5fe793a7173ab97fa4c17c2ec5c7ae87bf625dd4ef6bb3d0502c16847cdfc0a0c722b9043c4b11256563c593ced5a5b4f32f242
 SHA512 
080db737a3ac1e46cbad9c3da19b6383841a20210b2db7bcdf192db71ac530df13bf9dd9b5e8f5edda94170e26618a85afbcece5eb5147c5eb35fe8feb72bbb1
 DIST python-glanceclient-2.8.0.tar.gz 177172 BLAKE2B 
0772b7e2b788b63bb590c8354dbad2c4e0bbd731f790f36916aeb154a44474f979961195d307e45149bccd2a58e1df72c48aa0593d6972c606b393f1202ee440
 SHA512 
257eaf1d548a3a6277b9c80e8b23b9ae4231586307c43a064754c227f3e3c872451ec0469aca931638ea0f7c9920892878c677b144dc72bad215c38d375a63d3

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild
new file mode 100644
index 000..f7e95c5df9e
--- /dev/null
+++ b/dev-python/python-glanceclient/python-glanceclient-2.12.1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Glance API"
+HOMEPAGE="https://github.com/openstack/python-glanceclient;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+REQUIRED_USE="test? ( doc )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/ordereddict-1.1[$(python_gen_usedep 'python2_7')]
+   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.6.2[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/warlock-1.2.0[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   testr init
+   testr run || die "testsuite failed under python2.7"
+   flake8 tests && einfo "run flake8 over tests folder passed" || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+   distutils-r1_python_install_all
+}



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

2018-09-05 Thread Matt Thode
commit: 7411e4cb2f4ee25758b0e6da141b4f19fdb51c58
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:30:02 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7411e4cb

dev-python/python-neutronclient: 6.9.0 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/python-neutronclient/Manifest   |   1 +
 .../python-neutronclient-6.9.0.ebuild  | 100 +
 2 files changed, 101 insertions(+)

diff --git a/dev-python/python-neutronclient/Manifest 
b/dev-python/python-neutronclient/Manifest
index 1f5731ee485..7d62e27f8f0 100644
--- a/dev-python/python-neutronclient/Manifest
+++ b/dev-python/python-neutronclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-neutronclient-6.5.0.tar.gz 255893 BLAKE2B 
f7e6f6225e476c200b82bb4ca224b500078bd8357377a7d5d8a331531647ddce9df4bbc42e9d9cebee689d031bd47216c8fc9bce0ad2b3228890b8cbfd8979f8
 SHA512 
77d4f86f2bc066026c903c9c694dfe2de747dc7caec268853a3d2ae8e27a47b39695b33bd81b182334717fbab7817873ae468b928e85622204c348e5b18e0930
 DIST python-neutronclient-6.7.0.tar.gz 286482 BLAKE2B 
db64746641ce58cff379ea131f05c37e962cbb64323d4e76436f4b0b9169a954396b13530894e0c09c439072d7d040286f0face1e12ae537b417e7e14ddc600d
 SHA512 
4201ce10173c91ade8b4699d54136e583da1cdd74ac340cad9f419c56d71e0cdcdb78a70795e69a8c5e13d2feba240315b976f32fd96f6561b696425f3c69885
+DIST python-neutronclient-6.9.0.tar.gz 284879 BLAKE2B 
720d26489dae7e50617ec83c266ac1197dc1934a3b8f5e8a0e285227421cf8814d96d57ab30710b63eb92406663aafb29fe8d8d7efa1e1d2e74c116eaac5902c
 SHA512 
89f5a2004c7888f11a1a17f4287ddf6942e083fc3871be4a8590a5bb86ec557584165a75cb6470ea3f19526eea882b0174746b20800211d11d10fea1210df74f

diff --git a/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild 
b/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild
new file mode 100644
index 000..8c2bc857d46
--- /dev/null
+++ b/dev-python/python-neutronclient/python-neutronclient-6.9.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Quantum API"
+HOMEPAGE="https://launchpad.net/neutron;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+REQUIRED_USE="test? ( doc )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mox3-0.20.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   

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

2018-09-05 Thread Matt Thode
commit: 205e61598a493710e38a523aa0641cd469483982
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:27:44 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205e6159

dev-python/python-novaclient: 11.0.0 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/python-novaclient/Manifest  |  1 +
 .../python-novaclient-11.0.0.ebuild| 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/python-novaclient/Manifest 
b/dev-python/python-novaclient/Manifest
index 9f277a866ca..8ec3f86ca06 100644
--- a/dev-python/python-novaclient/Manifest
+++ b/dev-python/python-novaclient/Manifest
@@ -1,2 +1,3 @@
+DIST python-novaclient-11.0.0.tar.gz 302163 BLAKE2B 
acc249b58e0bbdade3b7db7bdb6cd5be790a36cfb429aa72a22c44b4fae58d24411ea0d7fd2e0e7da3275e708dd34a22e9079ec9b5bbd08583ecd58f02071bd7
 SHA512 
6a7101dcb27674115817b724dbab877d875637503a69a2342c7a23f6f79f8065e9aec68806c8646feb0a83a704a11141a4af9f49a6596980b69a689b9d7fc74c
 DIST python-novaclient-7.1.2.tar.gz 284152 BLAKE2B 
d632444db1393d69c9e87c2f487babe8931492c339e2838d4f024e01d78a2d1b2958feb0c9f22637311dbc5a6c51e052b241798a7507914f56ec10c3962ff27b
 SHA512 
6b7e4bc80e07b09756f61624d2cf7b81dccd1d102f22cb9609b7e1de6f091061c513691095467e293b742c40a62c8cabc2d3ff8cbc5492d07763655de4d6c516
 DIST python-novaclient-9.1.2.tar.gz 279803 BLAKE2B 
a26e80085200de4eb1da97a37feeb3da0a70fdfc4adcd837ce0e18a275ed819457e140aa94e74e7d07003d2607a245aa0a263bed954c7252f4f28092cc7b74c0
 SHA512 
d71008a32b022d452b43babef6b600f5ee2b2ad3a4e1a473731966f08132c5de813d9387982e4111c055d0266be6527cca3da5d58ec8b7bda8d628bb8189ca1b

diff --git a/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild 
b/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild
new file mode 100644
index 000..16681fb748a
--- /dev/null
+++ b/dev-python/python-novaclient/python-novaclient-11.0.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Nova API"
+HOMEPAGE="https://github.com/openstack/python-novaclient;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-5.5.1[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/python-glanceclient-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-neutronclient-6.7.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
+   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
+   =dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
+   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.4.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   # built in...
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   testr init
+   testr run --parallel || die "testsuite failed under python2.7"
+}



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

2018-09-05 Thread Matt Thode
commit: c232b8ad584aa19f14cdf3e07453828ebf48db60
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep  5 21:32:34 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Sep  5 21:33:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c232b8ad

dev-python/oslo-utils: 3.36.4 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/oslo-utils/Manifest |  1 +
 dev-python/oslo-utils/oslo-utils-3.36.4.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index f65d7d17b6e..31eabc4f4c8 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1 +1,2 @@
 DIST oslo-utils-3.35.1.tar.gz 85615 BLAKE2B 
c2eea32d6844c59425a6e8783c1285dc47f2863401e6739bd7418c23ad1446613f41cbcd2e2d85d260ff8adddb681d9f1b5547ac521c2d9b5e2050324457bf97
 SHA512 
069fd262cfab3f5756b1135552c19c886fdbf72885f12b2ae84c67af1f50306ccc2c5331b1774fc49fb764107ad1c3e94305cd6fb6a25888ee8fa446facd2cbc
+DIST oslo-utils-3.36.4.tar.gz 87872 BLAKE2B 
15f4fe90e5335cdf146ec582a506f2ab2bcae9989feca24caec7c12a4136767e93acb117345ce62013cde64938994eeb0c0809665cd155d5e0aaae7dc6aad879
 SHA512 
d5a81b68cc00c25eeb2e6d39b8fd4a47cb958c32e50471845b14a06cb5f420ac58986106893a27364adba968adc19f864624d69bae316202bdaf2c156458eac1

diff --git a/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild
new file mode 100644
index 000..a353a45ca0f
--- /dev/null
+++ b/dev-python/oslo-utils/oslo-utils-3.36.4.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo Utility library"
+HOMEPAGE="https://launchpad.net/oslo;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   virtual/python-funcsigs[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+# Note: Tests fail due to requiring installation
+#
+# Installation appears to fail due to the use of namespace packages but root
+# cause was never truly established.
+#
+# Tests fail with:
+# ImportError: No module named 'oslo.utils
+
+#RESTRICT="test"
+
+python_test() {
+   distutils_install_for_testing
+
+   cd "${TEST_DIR}"/lib || die
+
+   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPTYHON}"
+
+   testr init || die "testr init failed under ${EPYTHON}"
+   testr run || die "testr run failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2018-09-05 Thread Austin English
commit: 64d903f58791924c514f42a1c27429ab3f0e2743
Author: Austin English  gentoo  org>
AuthorDate: Wed Sep  5 22:05:18 2018 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Sep  5 22:05:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d903f5

media-gfx/xdot: version bump (0.8)

Gentoo-Bug: https://bugs.gentoo.org/643126
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-gfx/xdot/Manifest|  1 +
 media-gfx/xdot/xdot-0.8.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/media-gfx/xdot/Manifest b/media-gfx/xdot/Manifest
index fbb978bd458..70513f2d4c1 100644
--- a/media-gfx/xdot/Manifest
+++ b/media-gfx/xdot/Manifest
@@ -1,3 +1,4 @@
 DIST xdot-0.5.tar.gz 24555 BLAKE2B 
81621369e3e2604d5f86da8edee1af440b3bf6811ad9aad67334f8a61a0100cae0da223d7f8b3def29c2fc9a647f9ac6b55f8ccfdcedae5cd431c143c21938f3
 SHA512 
f466ee0af2270c66218b67bf371c972d0ffefe977059b3c4a2ca29807c3ca419020286ed9c031853f79afb55222884c942bd14d8365b64ce2a0ed5f6d1d0
 DIST xdot-0.6.tar.gz 27710 BLAKE2B 
414a6fd422a2d4e08d20c28841cb91215f16a89ba6dd03406219bd2dc9f63fb5250f19f3e48a3535cd2a5daa08aa2b3c702b06ef17e252e34c24c40459e29566
 SHA512 
25dcb35aacdd58fb13519346d1d8cf500b3cc40dee85e967d23c52c0c37ba092a023aec6cd72a35b74e3ea6a2168e1691ad218e4a6af17ea6d56d824f05b
 DIST xdot-0.7.tar.gz 126406 BLAKE2B 
4451992c0bc3808fe9de64601baea7af8f08fc10475bcf266f6ffc2d70b96566b77d1ae03f9dd57a42ae54f23d2e7f8b2e258239a891818a404fc2b2cd5e5df9
 SHA512 
793be28fbd0ee6c2b9dd97532ef8742d598f84055ef67e688593d7c1f689f04593dd89a490f4f48866b18ac595252d03b9cc6d8d8e2d6c0ac1ef1ad28789c512
+DIST xdot-0.8.tar.gz 131659 BLAKE2B 
e8bfa034cd106054ef070b5c1cfe641b7fb3ce37f60c747c5ccb339f2b4bbbeb58b54f6f1f9cf57544c53a81d0bf61e4e787a6a78c18b6db90b5cceee3720e70
 SHA512 
76eea4054ed5b9b3fa25c53dcbceed6671ee622ed6d841ee30cb1005beaf35a74c4e36e4b577b69ef12e39f6e8fcb8f38d1bb024bb9abe92df8c672f0c114ab3

diff --git a/media-gfx/xdot/xdot-0.8.ebuild b/media-gfx/xdot/xdot-0.8.ebuild
new file mode 100644
index 000..e8716f71acd
--- /dev/null
+++ b/media-gfx/xdot/xdot-0.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+
+inherit distutils-r1
+
+MY_PN=xdot.py
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Interactive viewer for Graphviz dot files"
+HOMEPAGE="https://github.com/jrfonseca/xdot.py;
+SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   media-gfx/graphviz
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   eapply_user
+
+   # Don't require graphviz python(2) supprt, which xdot doesn't use. This 
allows xdot to support python3.
+   # For more info, see https://bugs.gentoo.org/643126
+   sed -i "/install_requires=\['graphviz'\],/d" setup.py || die
+}



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

2018-09-05 Thread Robin H. Johnson
commit: 9638f65d0442ee6ceb72fbf845e645bcffa7a1be
Author: Tomas Mozes  gmail  com>
AuthorDate: Mon Aug 27 05:30:39 2018 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep  5 21:19:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9638f65d

dev-db/redis: re-add -lm for luajit

Closes: https://bugs.gentoo.org/664648
Package-Manager: Portage-2.3.45, Repoman-2.3.10
(cherry picked from commit 159e0c2bca9bc8b1ba4f6134097faaef7d3e5b25)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/9706

 dev-db/redis/files/redis-5.0-sharedlua.patch | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-db/redis/files/redis-5.0-sharedlua.patch 
b/dev-db/redis/files/redis-5.0-sharedlua.patch
index 3b97f913c60..76971cf4571 100644
--- a/dev-db/redis/files/redis-5.0-sharedlua.patch
+++ b/dev-db/redis/files/redis-5.0-sharedlua.patch
@@ -12,7 +12,7 @@ index c26c0d7..fa50c41 100644
  #ifndef CJSON_MODNAME
  #define CJSON_MODNAME   "cjson"
 diff --git a/src/Makefile b/src/Makefile
-index 6f12a20..205cd59 100644
+index f5525bd..cecd8d0 100644
 --- a/src/Makefile
 +++ b/src/Makefile
 @@ -16,7 +16,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh')
@@ -24,16 +24,15 @@ index 6f12a20..205cd59 100644
  NODEPS:=clean distclean
  
  # Default settings
-@@ -58,7 +58,7 @@ endif
- 
+@@ -66,6 +66,7 @@ endif
  FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
  FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
--FINAL_LIBS=-lm
-+FINAL_LIBS=@LUA_LIBS@
+ FINAL_LIBS=-lm
++FINAL_LIBS+=@LUA_LIBS@
  DEBUG=-g -ggdb
  
  ifeq ($(uname_S),SunOS)
-@@ -100,7 +100,7 @@ endif
+@@ -107,7 +108,7 @@ endif
  endif
  endif
  # Include paths to dependencies
@@ -42,7 +41,7 @@ index 6f12a20..205cd59 100644
  
  ifeq ($(MALLOC),tcmalloc)
FINAL_CFLAGS+= -DUSE_TCMALLOC
-@@ -137,6 +137,7 @@ endif
+@@ -145,6 +146,7 @@ endif
  REDIS_SERVER_NAME=redis-server
  REDIS_SENTINEL_NAME=redis-sentinel
  REDIS_SERVER_OBJ=adlist.o quicklist.o ae.o anet.o dict.o server.o sds.o 
zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o 
networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o 
t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o 
intset.o syncio.o cluster.o crc16.o endianconv.o slowlog.o scripting.o bio.o 
rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o 
blocked.o hyperloglog.o latency.o sparkline.o redis-check-rdb.o 
redis-check-aof.o geo.o lazyfree.o module.o evict.o expire.o geohash.o 
geohash_helper.o childinfo.o defrag.o siphash.o rax.o t_stream.o listpack.o 
localtime.o
@@ -50,7 +49,7 @@ index 6f12a20..205cd59 100644
  REDIS_CLI_NAME=redis-cli
  REDIS_CLI_OBJ=anet.o adlist.o dict.o redis-cli.o zmalloc.o release.o anet.o 
ae.o crc64.o siphash.o crc16.o
  REDIS_BENCHMARK_NAME=redis-benchmark
-@@ -188,7 +189,7 @@ endif
+@@ -196,7 +198,7 @@ endif
  
  # redis-server
  $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ)



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

2018-09-05 Thread Anthony G. Basile
commit: 2caf0122c805e747d20b237959a4e116ce8c68b2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 19:29:14 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 19:29:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2caf0122

net-libs/libnsl: version 1.2.0 stable on ppc64, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/net-libs/libnsl/libnsl-1.2.0.ebuild 
b/net-libs/libnsl/libnsl-1.2.0.ebuild
index 85be79a50bd..9ae659fcd87 100644
--- a/net-libs/libnsl/libnsl-1.2.0.ebuild
+++ b/net-libs/libnsl/libnsl-1.2.0.ebuild
@@ -13,7 +13,7 @@ SLOT="0/2"
 LICENSE="LGPL-2.1+"
 
 # Stabilize together with glibc-2.26!
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~x86-linux"
 
 IUSE=""
 



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

2018-09-05 Thread Anthony G. Basile
commit: 240b643b0430e17f7be8ecdf9293714a2e76eff7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Wed Sep  5 19:31:13 2018 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Wed Sep  5 19:31:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240b643b

sys-libs/glibc: version 2.26-r7 stable on ppc64, bug #657148

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-libs/glibc/glibc-2.26-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.26-r7.ebuild 
b/sys-libs/glibc/glibc-2.26-r7.ebuild
index 23f9e11bbef..f912fc41765 100644
--- a/sys-libs/glibc/glibc-2.26-r7.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r7.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="git://sourceware.org/git/glibc.git"
inherit git-r3
 else
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh 
sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
 fi
 



[gentoo-commits] proj/sci:master commit in: sci-libs/spams-python/

2018-09-05 Thread Horea Christian
commit: 39b8dc99e86cc829993ca05afa139a8a72efeb20
Author: Horea Christian  yandex  com>
AuthorDate: Wed Sep  5 19:57:19 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed Sep  5 19:57:19 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=39b8dc99

sci-libs/spams-python: added test suite

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sci-libs/spams-python/spams-python-2.6.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/sci-libs/spams-python/spams-python-2.6.ebuild 
b/sci-libs/spams-python/spams-python-2.6.ebuild
index eb5d40777..59a809762 100644
--- a/sci-libs/spams-python/spams-python-2.6.ebuild
+++ b/sci-libs/spams-python/spams-python-2.6.ebuild
@@ -53,3 +53,7 @@ python_prepare_all() {
sed -i -e "s|libdirs = \[\]|libdirs = [${MY_LIBDIRS}]|g" setup.py || die
distutils-r1_python_prepare_all
 }
+
+python_test() {
+   ${EPYTHON} test_spams.py
+}



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

2018-09-05 Thread Patrick McLean
commit: a766f94ef38334dfbb51b3a975e0d56bf7855a67
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep  5 21:09:52 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep  5 21:14:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a766f94e

sys-kernel/vanilla-sources: Version bump to 4.14.68

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b31721b2bfe..549250d4b36 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,7 +5,7 @@ DIST linux-4.18.tar.xz 101781564 BLAKE2B 
138bdc49dc8871e5566b5e23a9e5ed0e68fff48
 DIST linux-4.4.tar.xz 87295988 BLAKE2B 
f260f1858994f5d481fd078c86e51bddbc958f7c5d1586f60dced772e1b1107ecf3aae0558c3e6f39c36f7d3aa1e6cd1e5c64ec9d6f2218f47b98413da6466fb
 SHA512 
13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 DIST patch-3.16.57.xz 2026584 BLAKE2B 
275c631a26fd7832f5845f2bb74ec053b2e289e72b4a7578cf36427f8939f6267d99395857cd40b26e61a56fa2ea8d913298889bf0b629f48f8fc951ab62b398
 SHA512 
ceb84c52cee592f2bf19d47522a01e66c98edea1c5b532b667fb92c8919ebe905c9340bb68bf38205518e5f41e7ab4059f37e40d334c05f4c1f9f0f28f1caafa
-DIST patch-4.14.67.xz 1650468 BLAKE2B 
538e1abaa2401fb988be642a1c80e23821f7132e821322c1c82ad8c0ba3f3ff7f68713ee7b9a3d5a391d2ada9c08db2cc799e45f36d10df1abd839c20eb27dfc
 SHA512 
fa55874353fb4aec12fc50d39e24ebfebcbcdf84f8602511f6bb5afca9585e4be63691599bed29a97e34901487f380bc1bcdb260e14b3709c81c715fa86e8579
+DIST patch-4.14.68.xz 1684056 BLAKE2B 
f3e3de8f642f6c06edeaefd644cdbf3cdaae07c8642dd7e61b4962737cba9d60c3f035358ad2328ca17d6d583a1534d7c2b3506e06b4bb03a870c2ae8ea8c695
 SHA512 
20980a89e944664bd35cd17039bcc161fceb8e2afad376810936b99aa67c3c17a21aa753e890dd71e0cebade84971dd1f236bde2bc21826c0a8380c3cc9e9d1c
 DIST patch-4.17.19.xz 463572 BLAKE2B 
6097f24f8663ade71204d83e4b89bc15f3d0b0f906cb4a0e6a9aa32705fdbd7e8855337acca37697ef93bb3f2c696ce60bab2d4e02f1e20a0113ca02c7df61a7
 SHA512 
57fab939df862c3807d1ddd6461b19f85b3c0aba83203f327cf174f9d6e33c79e996362cabbb44014e03fe1eb77cf0232944927ae95aa1e51ef43b153d6343ab
 DIST patch-4.18.5.xz 58136 BLAKE2B 
dfcd74b39247ff1983086e93b675ec7d4a5e2914517c4536c47ba04a0f5431374991765e0568c907921bd441ca08e50f341171f6b252b963095f8c165034895e
 SHA512 
b7c1457b92051d79a6dfe1d1acbe3e9cf589ba1aac0db61d76a500f0966854307c35e91016b6175f2a863a4cd63e0c99fa879eea2e5467d38e86afa44bfcfd52
 DIST patch-4.4.153.xz 2100716 BLAKE2B 
5375a0ff6e7a9c81b2bb8df2068e56f1be0d396ddabdf0ec893626d3f0ac494fc776a552141fdf0c7e369e46258505f72c22128fff3fabcbf3c33ef94c6a360d
 SHA512 
ce69fec36d2f1f84489bc07e2eb71fb44c83056ab42f2694b0736833f5079e2583c26aabdcd2c436f683dc481eef7e2a4df69d8104b979ea21f40c77aef1f621

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



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

2018-09-05 Thread Patrick McLean
commit: f20c30602bafa0bd208725aa705b858e1de97e50
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep  5 21:10:31 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep  5 21:14:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20c3060

sys-kernel/vanilla-sources: Version bump to 4.18.6

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 549250d4b36..2e7134c8cda 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,6 +7,6 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST patch-3.16.57.xz 2026584 BLAKE2B 
275c631a26fd7832f5845f2bb74ec053b2e289e72b4a7578cf36427f8939f6267d99395857cd40b26e61a56fa2ea8d913298889bf0b629f48f8fc951ab62b398
 SHA512 
ceb84c52cee592f2bf19d47522a01e66c98edea1c5b532b667fb92c8919ebe905c9340bb68bf38205518e5f41e7ab4059f37e40d334c05f4c1f9f0f28f1caafa
 DIST patch-4.14.68.xz 1684056 BLAKE2B 
f3e3de8f642f6c06edeaefd644cdbf3cdaae07c8642dd7e61b4962737cba9d60c3f035358ad2328ca17d6d583a1534d7c2b3506e06b4bb03a870c2ae8ea8c695
 SHA512 
20980a89e944664bd35cd17039bcc161fceb8e2afad376810936b99aa67c3c17a21aa753e890dd71e0cebade84971dd1f236bde2bc21826c0a8380c3cc9e9d1c
 DIST patch-4.17.19.xz 463572 BLAKE2B 
6097f24f8663ade71204d83e4b89bc15f3d0b0f906cb4a0e6a9aa32705fdbd7e8855337acca37697ef93bb3f2c696ce60bab2d4e02f1e20a0113ca02c7df61a7
 SHA512 
57fab939df862c3807d1ddd6461b19f85b3c0aba83203f327cf174f9d6e33c79e996362cabbb44014e03fe1eb77cf0232944927ae95aa1e51ef43b153d6343ab
-DIST patch-4.18.5.xz 58136 BLAKE2B 
dfcd74b39247ff1983086e93b675ec7d4a5e2914517c4536c47ba04a0f5431374991765e0568c907921bd441ca08e50f341171f6b252b963095f8c165034895e
 SHA512 
b7c1457b92051d79a6dfe1d1acbe3e9cf589ba1aac0db61d76a500f0966854307c35e91016b6175f2a863a4cd63e0c99fa879eea2e5467d38e86afa44bfcfd52
+DIST patch-4.18.6.xz 100104 BLAKE2B 
3f78b60b54a1554f59f0b0a175e5441cd706da7ee4d0c43031bc6000b0df1943a62162e8cf5edb36006867acf3b21982c646c688df7fc4542bcd9d43f63809ef
 SHA512 
9fe507cfc549e02fc52580cafa7a663522d3793830d2ac7e7f7686f68c20928b91395849cf5387831f79e42affe292665cb360541390be666987b3a0bab5ee1e
 DIST patch-4.4.153.xz 2100716 BLAKE2B 
5375a0ff6e7a9c81b2bb8df2068e56f1be0d396ddabdf0ec893626d3f0ac494fc776a552141fdf0c7e369e46258505f72c22128fff3fabcbf3c33ef94c6a360d
 SHA512 
ce69fec36d2f1f84489bc07e2eb71fb44c83056ab42f2694b0736833f5079e2583c26aabdcd2c436f683dc481eef7e2a4df69d8104b979ea21f40c77aef1f621
 DIST patch-4.9.124.xz 2175868 BLAKE2B 
0dc5c27d85d696670ef86051015260cc36603fe3dda0626ac82b9f364cc8c562ca5155e4cd30c499febd85710c620683bbda67293e0f9be5799e78cf89b991d1
 SHA512 
6ae8e557ea4c72c04e9fd99fdae4f69a8f4cb1edb2cf4647de43b288f07069c0b54f9b0e8c45dc14165c48d58690e239d626d9503693decdc2b33903b79f421d

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



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

2018-09-05 Thread Patrick McLean
commit: 1e0d5d6d1eca708e5499c35bcd0bbd8addd7d8c5
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep  5 21:11:38 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep  5 21:14:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0d5d6d

sys-kernel/vanilla-sources: Version bump to 4.9.125

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 2e7134c8cda..484eff1abfd 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,4 +9,4 @@ DIST patch-4.14.68.xz 1684056 BLAKE2B 
f3e3de8f642f6c06edeaefd644cdbf3cdaae07c864
 DIST patch-4.17.19.xz 463572 BLAKE2B 
6097f24f8663ade71204d83e4b89bc15f3d0b0f906cb4a0e6a9aa32705fdbd7e8855337acca37697ef93bb3f2c696ce60bab2d4e02f1e20a0113ca02c7df61a7
 SHA512 
57fab939df862c3807d1ddd6461b19f85b3c0aba83203f327cf174f9d6e33c79e996362cabbb44014e03fe1eb77cf0232944927ae95aa1e51ef43b153d6343ab
 DIST patch-4.18.6.xz 100104 BLAKE2B 
3f78b60b54a1554f59f0b0a175e5441cd706da7ee4d0c43031bc6000b0df1943a62162e8cf5edb36006867acf3b21982c646c688df7fc4542bcd9d43f63809ef
 SHA512 
9fe507cfc549e02fc52580cafa7a663522d3793830d2ac7e7f7686f68c20928b91395849cf5387831f79e42affe292665cb360541390be666987b3a0bab5ee1e
 DIST patch-4.4.153.xz 2100716 BLAKE2B 
5375a0ff6e7a9c81b2bb8df2068e56f1be0d396ddabdf0ec893626d3f0ac494fc776a552141fdf0c7e369e46258505f72c22128fff3fabcbf3c33ef94c6a360d
 SHA512 
ce69fec36d2f1f84489bc07e2eb71fb44c83056ab42f2694b0736833f5079e2583c26aabdcd2c436f683dc481eef7e2a4df69d8104b979ea21f40c77aef1f621
-DIST patch-4.9.124.xz 2175868 BLAKE2B 
0dc5c27d85d696670ef86051015260cc36603fe3dda0626ac82b9f364cc8c562ca5155e4cd30c499febd85710c620683bbda67293e0f9be5799e78cf89b991d1
 SHA512 
6ae8e557ea4c72c04e9fd99fdae4f69a8f4cb1edb2cf4647de43b288f07069c0b54f9b0e8c45dc14165c48d58690e239d626d9503693decdc2b33903b79f421d
+DIST patch-4.9.125.xz 2193248 BLAKE2B 
30a70374d2675344e0e59f9ca5a8b2d29d4aca5ee2e9ae9555250a24370bf47bf50115590d4db2aa3369b4ad48f3d8f494ec3f38e7ff678f4470718512bbae53
 SHA512 
f1d0112424d7e686a71fe61809fe4a55a65d1c6eada53abefbf0e8dad7432206b90a3be1aff12d0d0d31a846e369a2b6c26a347783fc58ea739599101621

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



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

2018-09-05 Thread Patrick McLean
commit: d42ae098e801e14aa73f9c14bf6aceec1b8d0b69
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep  5 21:12:20 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep  5 21:14:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42ae098

sys-kernel/vanilla-sources: Version bump to 4.4.154

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 484eff1abfd..5e5f73e1844 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,5 +8,5 @@ DIST patch-3.16.57.xz 2026584 BLAKE2B 
275c631a26fd7832f5845f2bb74ec053b2e289e72b
 DIST patch-4.14.68.xz 1684056 BLAKE2B 
f3e3de8f642f6c06edeaefd644cdbf3cdaae07c8642dd7e61b4962737cba9d60c3f035358ad2328ca17d6d583a1534d7c2b3506e06b4bb03a870c2ae8ea8c695
 SHA512 
20980a89e944664bd35cd17039bcc161fceb8e2afad376810936b99aa67c3c17a21aa753e890dd71e0cebade84971dd1f236bde2bc21826c0a8380c3cc9e9d1c
 DIST patch-4.17.19.xz 463572 BLAKE2B 
6097f24f8663ade71204d83e4b89bc15f3d0b0f906cb4a0e6a9aa32705fdbd7e8855337acca37697ef93bb3f2c696ce60bab2d4e02f1e20a0113ca02c7df61a7
 SHA512 
57fab939df862c3807d1ddd6461b19f85b3c0aba83203f327cf174f9d6e33c79e996362cabbb44014e03fe1eb77cf0232944927ae95aa1e51ef43b153d6343ab
 DIST patch-4.18.6.xz 100104 BLAKE2B 
3f78b60b54a1554f59f0b0a175e5441cd706da7ee4d0c43031bc6000b0df1943a62162e8cf5edb36006867acf3b21982c646c688df7fc4542bcd9d43f63809ef
 SHA512 
9fe507cfc549e02fc52580cafa7a663522d3793830d2ac7e7f7686f68c20928b91395849cf5387831f79e42affe292665cb360541390be666987b3a0bab5ee1e
-DIST patch-4.4.153.xz 2100716 BLAKE2B 
5375a0ff6e7a9c81b2bb8df2068e56f1be0d396ddabdf0ec893626d3f0ac494fc776a552141fdf0c7e369e46258505f72c22128fff3fabcbf3c33ef94c6a360d
 SHA512 
ce69fec36d2f1f84489bc07e2eb71fb44c83056ab42f2694b0736833f5079e2583c26aabdcd2c436f683dc481eef7e2a4df69d8104b979ea21f40c77aef1f621
+DIST patch-4.4.154.xz 2110952 BLAKE2B 
25449d85a9c62a1938ac99809fd2f16e3e8c17ffaa870cfede842d6be02fdd5b91b07db8f629d3a2fa508dcd14147628f700b30a75a3927e1986f11371ecdf19
 SHA512 
c7d2e0b8216e7e5d38ad6fc102ad2c619913fe7c9b727195a71b14c308e878ebbb96673d299b76b427676e57e172f1ba9ebacb2f0b3c48a7e9accf993f06db3c
 DIST patch-4.9.125.xz 2193248 BLAKE2B 
30a70374d2675344e0e59f9ca5a8b2d29d4aca5ee2e9ae9555250a24370bf47bf50115590d4db2aa3369b4ad48f3d8f494ec3f38e7ff678f4470718512bbae53
 SHA512 
f1d0112424d7e686a71fe61809fe4a55a65d1c6eada53abefbf0e8dad7432206b90a3be1aff12d0d0d31a846e369a2b6c26a347783fc58ea739599101621

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



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/, sys-libs/compiler-rt-sanitizers/files/9999/

2018-09-05 Thread Michał Górny
commit: a24ec3238f68cc33307abf658b7a1d08e4ffc480
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  5 06:06:11 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  5 06:20:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24ec323

sys-libs/compiler-rt-sanitizers: Inline new glibc patches

Inline the patches needed for new glibc (with split tirpc) since they
have not been merged upstream, and are appropriately needed for -
as well.

 .../compiler-rt-sanitizers-7.0.0_rc2.ebuild|  11 +--
 ...itizer_common-Fix-using-libtirpc-on-Linux.patch |  67 ++
 ...0002-test-Support-using-libtirpc-on-Linux.patch | 100 +
 3 files changed, 171 insertions(+), 7 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild
index f606ef2f383..07047f9ba30 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild
@@ -17,7 +17,6 @@ LLVM_P=llvm-${PV/_/}.src
 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
 HOMEPAGE="https://llvm.org/;
 SRC_URI="https://prereleases.llvm.org/${PV/_//}/${MY_P}.tar.xz
-   https://dev.gentoo.org/~mgorny/dist/llvm/${PN}-6.0.1-patchset.tar.xz
test? ( https://releases.llvm.org/${PV/_//}/${LLVM_P}.tar.xz )"
 
 LICENSE="|| ( UoI-NCSA MIT )"
@@ -63,8 +62,6 @@ pkg_setup() {
 src_unpack() {
einfo "Unpacking ${MY_P}.tar.xz ..."
tar -xf "${DISTDIR}/${MY_P}.tar.xz" || die
-   einfo "Unpacking ${P}-patchset.tar.xz ..."
-   tar -xf "${DISTDIR}/${PN}-6.0.1-patchset.tar.xz" || die
 
if use test; then
einfo "Unpacking parts of ${LLVM_P}.tar.xz ..."
@@ -77,12 +74,12 @@ src_unpack() {
 src_prepare() {
cmake-utils_src_prepare
 
-   # apply the patchset (new glibc fixes)
-   eapply 
"${WORKDIR}/${PN}-6.0.1-patchset/0007-sanitizer_common-Fix-using-libtirpc-on-Linux.patch"
-   eapply 
"${WORKDIR}/${PN}-6.0.1-patchset/0008-test-Support-using-libtirpc-on-Linux.patch"
+   # apply the fixes for new glibc / split tirpc
+   eapply 
"${FILESDIR}//0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch"
+   eapply 
"${FILESDIR}//0002-test-Support-using-libtirpc-on-Linux.patch"
 
if use test; then
-   # remove tests that are broken by new glibc
+   # remove tests that are (still) broken by new glibc
# https://bugs.llvm.org/show_bug.cgi?id=36065
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die

diff --git 
a/sys-libs/compiler-rt-sanitizers/files//0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch
 
b/sys-libs/compiler-rt-sanitizers/files//0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch
new file mode 100644
index 000..ca871c37b99
--- /dev/null
+++ 
b/sys-libs/compiler-rt-sanitizers/files//0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch
@@ -0,0 +1,67 @@
+From e198d21b9a5851dbc061f60911e3b3da910bca0a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Wed, 6 Jun 2018 12:16:38 +0200
+Subject: [PATCH 7/8] [sanitizer_common] Fix using libtirpc on Linux
+
+Fix using libtirpc on Linux by using pkg-config to detect it, and append
+appropriate include directory.  The libtirpc headers reference one
+another via '#include ', so attempting to include it via
+'#include ' just failed and resulted in RPC headers not being
+detected at all.
+
+Additionally, perform the header check without -nodefaultlibs as that
+apparently causes it to fail.
+---
+ lib/sanitizer_common/CMakeLists.txt   | 11 ++-
+ .../sanitizer_platform_limits_posix.cc|  4 +---
+ 2 files changed, 11 insertions(+), 4 deletions(-)
+
+diff --git a/lib/sanitizer_common/CMakeLists.txt 
b/lib/sanitizer_common/CMakeLists.txt
+index e0226ae49..4071bc0e8 100644
+--- a/lib/sanitizer_common/CMakeLists.txt
 b/lib/sanitizer_common/CMakeLists.txt
+@@ -151,9 +151,18 @@ include_directories(..)
+ 
+ set(SANITIZER_COMMON_DEFINITIONS)
+ 
++include(FindPkgConfig)
++pkg_check_modules(TIRPC libtirpc)
++if (TIRPC_FOUND)
++  include_directories(${TIRPC_INCLUDE_DIRS})
++  set(CMAKE_REQUIRED_INCLUDES ${TIRPC_INCLUDE_DIRS})
++endif()
++
+ include(CheckIncludeFile)
++cmake_push_check_state()
++string(REPLACE "-nodefaultlibs" "" CMAKE_REQUIRED_FLAGS 
${CMAKE_REQUIRED_FLAGS})
+ append_have_file_definition(rpc/xdr.h HAVE_RPC_XDR_H 
SANITIZER_COMMON_DEFINITIONS)
+-append_have_file_definition(tirpc/rpc/xdr.h HAVE_TIRPC_RPC_XDR_H 
SANITIZER_COMMON_DEFINITIONS)
++cmake_pop_check_state()
+ 
+ set(SANITIZER_CFLAGS ${SANITIZER_COMMON_CFLAGS})
+ append_rtti_flag(OFF SANITIZER_CFLAGS)
+diff --git 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-09-05 Thread Michał Górny
commit: 194612e2d9a98af0db4b2a4793ddec48b7d68188
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  5 06:10:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  5 06:20:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194612e2

sys-libs/compiler-rt-sanitizers: Add missing dep on libtirpc

 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild | 1 +
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild  | 1 +
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild  | 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild
index 07047f9ba30..772234d377c 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.0_rc2.ebuild
@@ -28,6 +28,7 @@ RESTRICT="!test? ( test ) !clang? ( test )"
 CLANG_SLOT=${SLOT%%.*}
 # llvm-6 for new lit options
 DEPEND="
+   net-libs/libtirpc
>=sys-devel/llvm-6
clang? ( sys-devel/clang )
test? (

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
index 9635d97c119..58cff642072 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
@@ -28,6 +28,7 @@ RESTRICT="!test? ( test ) !clang? ( test )"
 CLANG_SLOT=${SLOT%%.*}
 # llvm-6 for new lit options
 DEPEND="
+   net-libs/libtirpc
>=sys-devel/llvm-6
clang? ( sys-devel/clang )
test? (

diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
index e50fb3c855a..9830402c160 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
@@ -27,6 +27,7 @@ RESTRICT="!test? ( test ) !clang? ( test )"
 CLANG_SLOT=${SLOT%%.*}
 # llvm-6 for new lit options
 DEPEND="
+   net-libs/libtirpc
>=sys-devel/llvm-6
clang? ( sys-devel/clang )
test? (



[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2018-09-05 Thread Michał Górny
commit: eab43e1f6478f40c79ebc6e16017695884b39b60
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  5 06:09:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  5 06:20:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab43e1f

sys-libs/compiler-rt-sanitizers: Add new glibc fixes to live ebuilds

 .../compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild   | 6 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild  | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
index 3028242fe9f..9635d97c119 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0..ebuild
@@ -75,8 +75,12 @@ src_unpack() {
 src_prepare() {
cmake-utils_src_prepare
 
+   # apply the fixes for new glibc / split tirpc
+   eapply 
"${FILESDIR}//0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch"
+   eapply 
"${FILESDIR}//0002-test-Support-using-libtirpc-on-Linux.patch"
+
if use test; then
-   # remove tests that are broken by new glibc
+   # remove tests that are (still) broken by new glibc
# https://bugs.llvm.org/show_bug.cgi?id=36065
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die

diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
index 6d2a4a7a40b..e50fb3c855a 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-.ebuild
@@ -74,8 +74,12 @@ src_unpack() {
 src_prepare() {
cmake-utils_src_prepare
 
+   # apply the fixes for new glibc / split tirpc
+   eapply 
"${FILESDIR}//0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch"
+   eapply 
"${FILESDIR}//0002-test-Support-using-libtirpc-on-Linux.patch"
+
if use test; then
-   # remove tests that are broken by new glibc
+   # remove tests that are (still) broken by new glibc
# https://bugs.llvm.org/show_bug.cgi?id=36065
if use elibc_glibc && has_version '>=sys-libs/glibc-2.25'; then
rm test/lsan/TestCases/Linux/use_tls_dynamic.cc || die



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

2018-09-05 Thread Michał Górny
commit: 0f4400d0eb877a57868deecfd74dedffe402148a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep  5 05:52:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep  5 06:20:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4400d0

app-admin/systemrescuecd-x86: Bump to 5.3.0

 app-admin/systemrescuecd-x86/Manifest  |  1 +
 .../systemrescuecd-x86-5.3.0.ebuild| 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/systemrescuecd-x86/Manifest 
b/app-admin/systemrescuecd-x86/Manifest
index bc0615e30a2..fa5fe331e43 100644
--- a/app-admin/systemrescuecd-x86/Manifest
+++ b/app-admin/systemrescuecd-x86/Manifest
@@ -32,3 +32,4 @@ DIST systemrescuecd-x86-5.1.2.iso 523479040 BLAKE2B 
abf6f1e3e05e382b48dcfd4ecde9
 DIST systemrescuecd-x86-5.2.0.iso 569669632 BLAKE2B 
fe31a68df650b46bd875b91c643c8f1daaa60042ea6c59ac452bb99a2792dcdcee62f1b60c329a70c95689af22c1a0fc52a966631af347258d665f55d2f6d8c0
 SHA512 
42da80a419aa27bea891339dc163a62bff8ba34d74c202a7fd0317592e8870a71ddc7fa9e9ded5e9d2f75dc36ec8417673074ffde60ea472815405456e34876c
 DIST systemrescuecd-x86-5.2.1.iso 570523648 BLAKE2B 
9bb6b2ff7b9930f658baddbf60ef89e86171febcfb48eb0a6ce1bfea8fd3348773a9da948370f9f310dd0e992c40aa64a4ef1442f5cd7f408f847d147074cf1f
 SHA512 
6820f079c9e97ac0d383ed9096a120e7e31771e1d41465f4cf7f5db36a7cb83ccfaae5c5e561181c3b3cb169d4cc4a9a6904a707ecde06a6de4f2456d2a658e4
 DIST systemrescuecd-x86-5.2.2.iso 572006400 BLAKE2B 
2cc95acc529ae8e0525664ffbdfefaf6e4513e8135fa6af120121b0b7930b0203bd17d5d70ccafacfe0064bb8615f45aa22b6e6e3fcee8a005a0315fd9b5cf62
 SHA512 
7dd1ccd63775e35f6589808416468c4a9314f4a7a5d0cb1f2bc34ffb9eef3a450b0da244dfc9e325d828c39404c0cdcce27cc990eade33762c17a1e32f8db9b5
+DIST systemrescuecd-x86-5.3.0.iso 607547392 BLAKE2B 
92aa82e54794adc1705111776b4df21bd39f96bdbed1c6e05bb24b01fd1a12d92fb1209241289f89adca7885fd441ddd61639d5168978b95dd0784faec65f32a
 SHA512 
082a82a2882b62012944184107b2655de6c89f5a6c26145a3edb2b5a54ff6aad6a4ef43edc0468e62895daf4d5365d2722ffa8bf4f2f8e60f1ee7d9a727b013d

diff --git a/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.0.ebuild 
b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.0.ebuild
new file mode 100644
index 000..7bfc35a7dd2
--- /dev/null
+++ b/app-admin/systemrescuecd-x86/systemrescuecd-x86-5.3.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The .iso image of SystemRescueCD rescue disk, x86 (+ amd64) 
variant"
+HOMEPAGE="http://www.sysresccd.org/;
+# Large ISO mirroring explicitly approved by infra in bug #588766
+SRC_URI="mirror://sourceforge/systemrescuecd/sysresccd-${PN#*-}/${PV}/${P}.iso"
+
+LICENSE="GPL-2"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+isohybrid"
+
+DEPEND="isohybrid? ( >=sys-boot/syslinux-4 )"
+
+S=${WORKDIR}
+
+src_install() {
+   insinto "/usr/share/${PN%-*}"
+   doins "${DISTDIR}/${P}.iso"
+
+   if use isohybrid; then
+   set -- isohybrid -u "${ED}usr/share/${PN%-*}/${P}.iso"
+   echo "${@}"
+   "${@}" || die "${*} failed"
+   fi
+}
+
+pkg_postinst() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # no version newer than ours? we're the newest!
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   ln -f -s -v "${P}.iso" "${f}" || die
+   fi
+}
+
+pkg_postrm() {
+   local f=${EROOT%/}/usr/share/${PN%-*}/${PN}-newest.iso
+
+   # if there is no version newer than ours installed
+   if ! has_version ">${CATEGORY}/${PF}"; then
+   # and we are truly and completely uninstalled...
+   if [[ ! ${REPLACED_BY_VERSION} ]]; then
+   # then find an older version to set the symlink to
+   local newest_version=$(best_version 
"<${CATEGORY}/${PF}")
+
+   if [[ ${newest_version} ]]; then
+   # update the symlink
+   ln -f -s -v "${newest_version%-r*}.iso" "${f}" 
|| die
+   else
+   # last version removed? clean up the symlink
+   rm -v "${f}" || die
+   # and the parent directory
+   rmdir "${f%/*}" || die
+   fi
+   fi
+   fi
+}



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

2018-09-05 Thread Ulrich Müller
commit: fa01c744b804292486860fc9768cc273587d559f
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Sep  5 06:46:54 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Sep  5 06:46:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa01c744

app-editors/uemacs-pk: Remove old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-editors/uemacs-pk/Manifest |  1 -
 .../uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild| 42 --
 2 files changed, 43 deletions(-)

diff --git a/app-editors/uemacs-pk/Manifest b/app-editors/uemacs-pk/Manifest
index 1390414055f..6c035a94b76 100644
--- a/app-editors/uemacs-pk/Manifest
+++ b/app-editors/uemacs-pk/Manifest
@@ -1,2 +1 @@
-DIST uemacs-4.0.15_p20141208.tar.xz 151500 BLAKE2B 
18fed2319b7440583e4e5bb46b8f05a7fe3ec7ffc44c1c8d6311a760472a509a28bc8bbded02f1128d0d663bc78b6a9382173d203bad83a1d09503a992382d33
 SHA512 
a632c82275ee652412aec7d8f3549d80c5fd5bb1211675828ec4c58365bb7819927ff4e92f6fb7b5b9030b681062773ea19f1af345d4d3ddb652c3d68507bdbb
 DIST uemacs-4.0.15_p20180117.tar.xz 151600 BLAKE2B 
76a6a3cd3d0abf720721c7c09687c1964958e6c1c05ad8db07e6e561d6714e436d31659d118af85d069ad77da2606b0ac86005824e2ac56db8040a0ea739aabf
 SHA512 
aadf3f9e8ab3f2c9c7bccf305f7a37e75ac1c92c5c388ce35a10b24cedf886f7d9b0ce8b1196c2f96a0d874bd5af130edb3ecb1ccf571d8e8c00753564e38aa7

diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild 
b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
deleted file mode 100644
index fb2d7f37ef7..000
--- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20141208.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
-HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
-   ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK;
-# snapshot from git repo
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz;
-
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-
-RDEPEND="sys-libs/ncurses:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/uemacs"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch
-}
-
-src_compile() {
-   emake V=1 \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_install() {
-   dobin em
-   insinto /usr/share/${PN}
-   doins emacs.hlp
-   newins emacs.rc .emacsrc
-   dodoc README readme.39e emacs.ps UTF-8-demo.txt
-}



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

2018-09-05 Thread Ulrich Müller
commit: e100b17297aee0a24c4f47fc20329a801d7a78df
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Sep  5 06:54:19 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Sep  5 06:54:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e100b172

app-editors/uemacs-pk: Version bump.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-editors/uemacs-pk/Manifest |  1 +
 .../uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-editors/uemacs-pk/Manifest b/app-editors/uemacs-pk/Manifest
index 6c035a94b76..dc21550f568 100644
--- a/app-editors/uemacs-pk/Manifest
+++ b/app-editors/uemacs-pk/Manifest
@@ -1 +1,2 @@
 DIST uemacs-4.0.15_p20180117.tar.xz 151600 BLAKE2B 
76a6a3cd3d0abf720721c7c09687c1964958e6c1c05ad8db07e6e561d6714e436d31659d118af85d069ad77da2606b0ac86005824e2ac56db8040a0ea739aabf
 SHA512 
aadf3f9e8ab3f2c9c7bccf305f7a37e75ac1c92c5c388ce35a10b24cedf886f7d9b0ce8b1196c2f96a0d874bd5af130edb3ecb1ccf571d8e8c00753564e38aa7
+DIST uemacs-4.0.15_p20180719.tar.xz 151748 BLAKE2B 
66572d3b4eb54310b7468a43fa718faa78aae8070a8675018f8dccc38d2dcb8e93b41942f49ca28b7c8ee5d100b541ecebfa2adc9a84f121a178ade0903029b1
 SHA512 
0baa273d5f8df75976d01acbe69b2bca7ec803c8a40364ebded39d16874426874af7b7547774c211fbbb96c82fcb69aaf75f8fa5fd3e95422ee105e6be7f9564

diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild 
b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
new file mode 100644
index 000..0286f0e2043
--- /dev/null
+++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20180719.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
+HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
+   ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK;
+# snapshot from git repo
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/uemacs-${PV}.tar.xz;
+
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/uemacs"
+PATCHES=("${FILESDIR}"/${PN}-4.0.15_p20110825-gentoo.patch)
+
+src_compile() {
+   emake V=1 \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
+}
+
+src_install() {
+   dobin em
+   insinto /usr/share/${PN}
+   doins emacs.hlp
+   newins emacs.rc .emacsrc
+   dodoc README readme.39e emacs.ps UTF-8-demo.txt
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/, app-office/skrooge/files/

2018-09-05 Thread Andreas Sturmlechner
commit: fcfa3986fd61784b200a8098919ca80eb98743b3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 07:19:19 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 07:21:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcfa3986

app-office/skrooge: Fix build with USE=-designer

Closes: https://bugs.gentoo.org/665042
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../files/skrooge-2.14.0-designer-optional.patch   | 100 +
 app-office/skrooge/skrooge-2.14.0.ebuild   |   2 +
 2 files changed, 102 insertions(+)

diff --git a/app-office/skrooge/files/skrooge-2.14.0-designer-optional.patch 
b/app-office/skrooge/files/skrooge-2.14.0-designer-optional.patch
new file mode 100644
index 000..e34e80b78af
--- /dev/null
+++ b/app-office/skrooge/files/skrooge-2.14.0-designer-optional.patch
@@ -0,0 +1,100 @@
+From b83f0a0d1171fab0d839de23b97e0ffe3aae4d3e Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Wed, 5 Sep 2018 08:46:09 +0200
+Subject: [PATCH] Fix build with SKG_DESIGNER=OFF
+
+Summary: cmake was adding designerplugin code to build with SKG_DESIGNER=OFF.
+
+Reviewers: #skrooge
+
+Differential Revision: https://phabricator.kde.org/D15282
+---
+ skgbankgui/CMakeLists.txt | 12 +++
+ skgbasegui/CMakeLists.txt | 44 +--
+ 2 files changed, 32 insertions(+), 24 deletions(-)
+
+diff --git a/skgbankgui/CMakeLists.txt b/skgbankgui/CMakeLists.txt
+index 9bb197f3d..17c7c6ca2 100644
+--- a/skgbankgui/CMakeLists.txt
 b/skgbankgui/CMakeLists.txt
+@@ -26,12 +26,16 @@ SET(skgbankgui_SRCS
+ skgpredicatcreator.cpp
+ skgquerydelegate.cpp
+ skgunitcombobox.cpp
++)
+ 
+-skgquerycreatordesignerplugin.cpp
+-skgbkwidgetcollectiondesignerplugin.cpp
+-skgpredicatcreatordesignerplugin.cpp
+-skgunitcomboboxdesignerplugin.cpp
++IF(SKG_DESIGNER)
++SET(skgbankgui_SRCS ${skgbankgui_SRCS}
++skgquerycreatordesignerplugin.cpp
++skgbkwidgetcollectiondesignerplugin.cpp
++skgpredicatcreatordesignerplugin.cpp
++skgunitcomboboxdesignerplugin.cpp
+ )
++ENDIF()
+ 
+ SET(LIBS Qt5::Xml skgbankmodeler skgbasemodeler skgbasegui)
+ IF(SKG_DESIGNER)
+diff --git a/skgbasegui/CMakeLists.txt b/skgbasegui/CMakeLists.txt
+index 112efe267..81b0bf8de 100644
+--- a/skgbasegui/CMakeLists.txt
 b/skgbasegui/CMakeLists.txt
+@@ -63,28 +63,32 @@ SET(skgbasegui_SRCS
+ skgshow.cpp
+ skgwidgetselector.cpp
+ skgsimpleperiodedit.cpp
+-
+-skgwidgetcollectiondesignerplugin.cpp
+-skgtabwidgetdesignerplugin.cpp
+-skgtablewidgetdesignerplugin.cpp
+-skgtableviewdesignerplugin.cpp
+-skgfilteredtableviewdesignerplugin.cpp
+-skgtreeviewdesignerplugin.cpp
+-skgcomboboxdesignerplugin.cpp
+-skgcolorbuttondesignerplugin.cpp
+-skgwidgetselectordesignerplugin.cpp
+-skgwebviewdesignerplugin.cpp
+-skgzoomselectordesignerplugin.cpp
+-skgcalculatoreditdesignerplugin.cpp
+-skggraphicsviewdesignerplugin.cpp
+-skgshowdesignerplugin.cpp
+-skgtablewithgraphdesignerplugin.cpp
+-skgdateeditdesignerplugin.cpp
+-skgprogressbardesignerplugin.cpp
+-skgperiodeditdesignerplugin.cpp
+-skgsimpleperiodeditdesignerplugin.cpp
+ )
+ 
++IF(SKG_DESIGNER)
++SET(skgbasegui_SRCS ${skgbasegui_SRCS}
++skgwidgetcollectiondesignerplugin.cpp
++skgtabwidgetdesignerplugin.cpp
++skgtablewidgetdesignerplugin.cpp
++skgtableviewdesignerplugin.cpp
++skgfilteredtableviewdesignerplugin.cpp
++skgtreeviewdesignerplugin.cpp
++skgcomboboxdesignerplugin.cpp
++skgcolorbuttondesignerplugin.cpp
++skgwidgetselectordesignerplugin.cpp
++skgwebviewdesignerplugin.cpp
++skgzoomselectordesignerplugin.cpp
++skgcalculatoreditdesignerplugin.cpp
++skggraphicsviewdesignerplugin.cpp
++skgshowdesignerplugin.cpp
++skgtablewithgraphdesignerplugin.cpp
++skgdateeditdesignerplugin.cpp
++skgprogressbardesignerplugin.cpp
++skgperiodeditdesignerplugin.cpp
++skgsimpleperiodeditdesignerplugin.cpp
++)
++ENDIF()
++
+ SET(LIBS KF5::Parts KF5::KIOFileWidgets KF5::NotifyConfig KF5::Notifications 
Qt5::QuickWidgets Qt5::PrintSupport Qt5::Svg skgbasemodeler)
+ IF(SKG_DESIGNER)
+ SET(LIBS ${LIBS} Qt5::Designer)
+-- 
+2.18.0
+

diff --git a/app-office/skrooge/skrooge-2.14.0.ebuild 
b/app-office/skrooge/skrooge-2.14.0.ebuild
index f5110fcfb09..69bfd2e405c 100644
--- a/app-office/skrooge/skrooge-2.14.0.ebuild
+++ b/app-office/skrooge/skrooge-2.14.0.ebuild
@@ -76,6 +76,8 @@ REQUIRED_USE="test? ( designer )"
 # hangs + installs files
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}/${P}-designer-optional.patch" )
+
 src_configure() {
local mycmakeargs=(
-DSKG_BUILD_TEST=$(usex test)



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

2018-09-05 Thread Lars Wendler
commit: f7fab30d2795075d014e8495ca74c49e633f9c76
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  5 07:37:54 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  5 07:38:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7fab30d

dev-vcs/mercurial: Bump to version 4.7.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-4.7.1.ebuild | 133 +++
 2 files changed, 134 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 16a8ac4e9a3..04cbb59505a 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -1,3 +1,4 @@
 DIST mercurial-4.5.2.tar.gz 5779915 BLAKE2B 
9abc5a8bafc43bc8e930bb51aa2e57397cd5858dc7bb31d9a37795a4e2799dc03b57130b23e29f89a07bd7502f136594a03d1a4bd5dfd04e2e968213b50413da
 SHA512 
f70e40cba72b7955f0ecec9c1f53ac26f206188617cb182e22ce4f43dc8b970ce46d12c516ef88480c3fa076a59afcddd736dffb642d8e23befaf45b4941
 DIST mercurial-4.6.2.tar.gz 6407989 BLAKE2B 
22aa121b2544e3597f2ea4d3a7a80b3b8f5ca6f9de15326dbee555ca3d14b8a552042c4448aae17b1c015b4f302c3512c204f17a834b758f51fbcc2455ed4e6f
 SHA512 
71afb9ed3f62b1b946563c55851dda1fc8b724afe82a4a253c7f4719ae9e1160d5f9644bed7fd27ee3a21d8e682352364fc9f47bafa552cd4cd7fac7c0d42bdd
+DIST mercurial-4.7.1.tar.gz 6480135 BLAKE2B 
de34cdd34d5fa2a6f4e1f24730c99b5764b9ac15aef21284337924d13bd5b4b14684d729149c4b48bf8fde13679cf661d92da968943c3f04ea065729df42318c
 SHA512 
04d3f97dd4a0f36c6f6d639d8eccc7e4f29b2dc211fa69e7fc17dae0eb954f2ddaaf04f70facc6b968a166db7c07ed80792575d7a27e80bc0c1a43fc38b5e536
 DIST mercurial-4.7.tar.gz 6476268 BLAKE2B 
e13458729f06a2516e885abf767989e8df7f3cc743f7f57aa44ca41c6c2c4542a28e6172a7e109395fb76057afc04c2318b10f8b21ae90cb5c9efe6188da0483
 SHA512 
a08dfc4e296b5d162097769ab38ab85b7c5de16710bce0b6dce2a39f56cb517455c0ed634f689d07e9bd082fb7641501b7da51963844aee7ab28233cf721dec8

diff --git a/dev-vcs/mercurial/mercurial-4.7.1.ebuild 
b/dev-vcs/mercurial/mercurial-4.7.1.ebuild
new file mode 100644
index 000..9446c0956cd
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-4.7.1.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="https://www.mercurial-scm.org/;
+SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/win32 || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion _hg
+
+   rm -f doc/*.?.txt
+   dodoc CONTRIBUTORS
+   cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die
+
+   dobin hgeditor
+   dobin contrib/hgk
+   python_foreach_impl python_doscript contrib/hg-ssh
+
+   if use emacs; then
+   elisp-install ${PN} contrib/mercurial.el* || die "elisp-install 
failed!"
+   elisp-site-file-install "${FILESDIR}"/${SITEFILE}
+   fi
+
+   local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix plan9 
*.el)
+   for f in ${RM_CONTRIB[@]}; do
+   rm -r contrib/$f || die
+   done
+
+   dodoc -r contrib
+   docompress -x /usr/share/doc/${PF}/contrib
+   doman doc/*.?
+
+   insinto /etc/mercurial/hgrc.d
+   doins "${FILESDIR}/cacerts.rc"
+}
+
+src_test() {
+   pushd tests 

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

2018-09-05 Thread Andreas Sturmlechner
commit: 85e153d951eb7128c7278931b3b707b19c040e90
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 08:28:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 08:30:17 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=85e153d9

kde-apps/akregator: Drop alt. depend on kde-apps/syndication

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/akregator/akregator-18.08.1.ebuild   | 2 +-
 kde-apps/akregator/akregator-18.08.49..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/akregator/akregator-18.08.1.ebuild 
b/kde-apps/akregator/akregator-18.08.1.ebuild
index b79ff5237c..fdfe45c8f2 100644
--- a/kde-apps/akregator/akregator-18.08.1.ebuild
+++ b/kde-apps/akregator/akregator-18.08.1.ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   || ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' 
'18.08.0') )
+   $(add_frameworks_dep syndication)
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep kontactinterface)
$(add_kdeapps_dep kpimtextedit)

diff --git a/kde-apps/akregator/akregator-18.08.49..ebuild 
b/kde-apps/akregator/akregator-18.08.49..ebuild
index 56896afeb1..b8fd326563 100644
--- a/kde-apps/akregator/akregator-18.08.49..ebuild
+++ b/kde-apps/akregator/akregator-18.08.49..ebuild
@@ -33,7 +33,7 @@ COMMON_DEPEND="
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
-   || ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' 
'18.08.0') )
+   $(add_frameworks_dep syndication)
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep kontactinterface)
$(add_kdeapps_dep kpimtextedit)



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

2018-09-05 Thread Andreas Sturmlechner
commit: 417ddafe23b2ccd55305ee69f3a3cc65259933f9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep  5 08:29:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  5 08:30:17 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=417ddafe

kde-apps/kblog: Drop alt. depend on kde-apps/syndication

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 kde-apps/kblog/kblog-18.08.1.ebuild   | 2 +-
 kde-apps/kblog/kblog-18.08.49..ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kblog/kblog-18.08.1.ebuild 
b/kde-apps/kblog/kblog-18.08.1.ebuild
index b51a4d9d13..369a034469 100644
--- a/kde-apps/kblog/kblog-18.08.1.ebuild
+++ b/kde-apps/kblog/kblog-18.08.1.ebuild
@@ -16,7 +16,7 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kxmlrpcclient)
-   || ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' 
'18.08.0') )
+   $(add_frameworks_dep syndication)
$(add_kdeapps_dep kcalcore)
 "
 RDEPEND="${DEPEND}

diff --git a/kde-apps/kblog/kblog-18.08.49..ebuild 
b/kde-apps/kblog/kblog-18.08.49..ebuild
index 22385261ca..497b6302dd 100644
--- a/kde-apps/kblog/kblog-18.08.49..ebuild
+++ b/kde-apps/kblog/kblog-18.08.49..ebuild
@@ -16,7 +16,7 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kxmlrpcclient)
-   || ( $(add_frameworks_dep syndication) $(add_kdeapps_dep syndication '' 
'18.08.0') )
+   $(add_frameworks_dep syndication)
$(add_kdeapps_dep kcalcore)
 "
 RDEPEND="${DEPEND}



[gentoo-commits] proj/gamerlay:master commit in: games-simulation/fgx/

2018-09-05 Thread Vadim A. Misbakh-Soloviov
commit: 4fca4753b8b7faf026fc97e7d3eefe0641d27cb8
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Wed Sep  5 08:41:14 2018 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Wed Sep  5 08:41:14 2018 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4fca4753

fgx: drop (qt4, dead)

 games-simulation/fgx/fgx-.ebuild | 33 -
 games-simulation/fgx/metadata.xml|  8 
 2 files changed, 41 deletions(-)

diff --git a/games-simulation/fgx/fgx-.ebuild 
b/games-simulation/fgx/fgx-.ebuild
deleted file mode 100644
index 850d7f8..000
--- a/games-simulation/fgx/fgx-.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit games qt4-r2 git-2
-
-DESCRIPTION="Launcher for FlightGear Flight Simulator, based on Qt"
-HOMEPAGE="http://code.google.com/p/fgx/;
-EGIT_REPO_URI="git://gitorious.org/fgx/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="debug"
-
-DEPEND="dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   dev-qt/qtwebkit:4
-   dev-qt/qtxmlpatterns:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   eqmake4 "${S}"/src/fgx.pro
-}
-
-src_install() {
-   dogamesbin ${PN} || die "dogamesbin failed"
-   newicon src/resources/artwork/${PN}-logo.png ${PN}.png || die "newicon 
failed"
-   make_desktop_entry ${PN}
-   prepgamesdirs
-}

diff --git a/games-simulation/fgx/metadata.xml 
b/games-simulation/fgx/metadata.xml
deleted file mode 100644
index 5a0fdfa..000
--- a/games-simulation/fgx/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-ch...@ilovelinux.de
-Christian Schmitt
-
-



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

2018-09-05 Thread Lars Wendler
commit: 654f07d09646acba37e7e562423ed1aa60f4e440
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  5 09:42:24 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  5 09:42:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654f07d0

package.mask: Masked =sys-process/psmisc-23.2

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 355c89d52f2..c3fa56be101 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Lars Wendler  (05 Sep 2018)
+# Broken "killall -SIG". Breaks many scripts.
+# See https://bugs.gentoo.org/664066
+=sys-process/psmisc-23.2
+
 # Joerg Bornkessel  (02/Sep/2018)
 # homepage dead
 # dead on upstream



[gentoo-commits] repo/gentoo:master commit in: mail-mta/msmtp/files/, mail-mta/msmtp/

2018-09-05 Thread Lars Wendler
commit: 589832f11fcf11ccc25f50e49d869ee403ee3228
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  5 08:54:42 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  5 08:56:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=589832f1

mail-mta/msmtp: Bump to version 1.8.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mail-mta/msmtp/Manifest   |   1 +
 mail-mta/msmtp/files/msmtpd.confd |  16 +
 mail-mta/msmtp/files/msmtpd.init  |  10 +++
 mail-mta/msmtp/metadata.xml   |   1 +
 mail-mta/msmtp/msmtp-1.8.0.ebuild | 144 ++
 5 files changed, 172 insertions(+)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index 453ca3bcd85..a6ff5e03d34 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1,3 +1,4 @@
 DIST msmtp-1.6.6.tar.xz 283744 BLAKE2B 
41745d9f20a33b0e4c6f7eee3ad5897c5a555a8cd1e27eb0bf7d347054d072b9eadfc7a31583e12a4f35f071aa710bb403980cba0e06920f65fdb727c786447b
 SHA512 
30f33648b66a6b230cd38d0eee4c916a631a51bddcc1a15c9f7b324305506cb83b9c95f95def9150d0b783d38000db409981331b3c6a756232f0ce49e9b343ab
 DIST msmtp-1.6.7.tar.xz 293208 BLAKE2B 
9d493c45a96a0e5e7278d9af89ff74dff92b8699076f17ae556030df55861b2fa9a06f677d2641744ba2a55989ebdc981ae1902c99884675562dd03586768ec9
 SHA512 
453d4196168a7ad2413cf2a91af25ed8ec73b04ea12f8cc40f6342a892baeb9edfbeba4a555a3a22d11881b831b4cd11b5f2844f66f2a6e7b891422edd9c68d9
 DIST msmtp-1.6.8.tar.xz 294872 BLAKE2B 
156237dcc10c320ef15b368ebfe823d6f30f1a740061c5846878a8e478c1f3a3129c52af8327995933ecb15cd8cec0c18a3104993b030bcbfa09e3b0b6c2a58b
 SHA512 
58ccdb6f16ab31959aeb1929c11f820219d4be062edca209c5986e4e0932d718f6f39c81727d05cd448779cedc4ab3e7bb557ce9f5dd3e7cc95e0aa5c3b623bf
+DIST msmtp-1.8.0.tar.xz 302680 BLAKE2B 
41537a883dd59e1f2281c0428aa57af985a74aeaa9aad34bdce882c3cca79ad65a796b6ef509c7546079d8f3e647eb493481ddbd5f7781a92c560986cb9958a9
 SHA512 
986cf8ceca847b857f3884fcef26202429b3099820aa20e4e458768a80421bfb163d8aab9d950da2190ae0e2e95bafb80f4c2647d28dbd470d78c439bfba4f77

diff --git a/mail-mta/msmtp/files/msmtpd.confd 
b/mail-mta/msmtp/files/msmtpd.confd
new file mode 100644
index 000..a42aa5323ca
--- /dev/null
+++ b/mail-mta/msmtp/files/msmtpd.confd
@@ -0,0 +1,16 @@
+# The user msmtpd should be run as. Default is "msmtpd".
+#MSMTPD_USER="joe"
+
+
+# Uncomment one of the following arguments for msmtpd or write your own
+# argument list.
+
+# Start single SMTP session on stdin/stdout
+#MSMTPD_ARGS="--inetd"
+
+# Listen on a specific IP and a specific port.
+# Default IP is 127.0.0.1 and default port is 25.
+#MSMTPD_ARGS="--interface=192.168.100.1 --port=25000"
+
+# Pipe mails to a specific command instead of msmtp. Please read msmtpd man 
page.
+#MSMTPD_ARGS="--command='/usr/bin/msmtp -f %F'"

diff --git a/mail-mta/msmtp/files/msmtpd.init b/mail-mta/msmtp/files/msmtpd.init
new file mode 100644
index 000..29f799099fe
--- /dev/null
+++ b/mail-mta/msmtp/files/msmtpd.init
@@ -0,0 +1,10 @@
+#!/sbin/openrc-run
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+description="Local mta daemon that pipes mails (by default) to msmtp"
+pidfile="/var/run/msmtpd.pid"
+command="/usr/bin/msmtpd"
+command_user="${MSMTPD_USER:-msmtpd}"
+command_args="${MSMTPD_ARGS}"
+command_background="true"

diff --git a/mail-mta/msmtp/metadata.xml b/mail-mta/msmtp/metadata.xml
index 423cd3ac03f..96c999d09ea 100644
--- a/mail-mta/msmtp/metadata.xml
+++ b/mail-mta/msmtp/metadata.xml
@@ -6,6 +6,7 @@
Net-Mail


+   Build/install msmtpd MTA daemon
Enable this to install as system-wide 
MTA
Enable libsecret support to store login 
credentials


diff --git a/mail-mta/msmtp/msmtp-1.8.0.ebuild 
b/mail-mta/msmtp/msmtp-1.8.0.ebuild
new file mode 100644
index 000..7308304effa
--- /dev/null
+++ b/mail-mta/msmtp/msmtp-1.8.0.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit fcaps multilib user
+
+DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
+HOMEPAGE="https://marlam.de/msmtp/;
+SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="daemon doc idn libsecret +mta nls sasl ssl vim-syntax"
+
+# Upstream discourages usage of openssl. See also
+# https://marlam.de/msmtp/news/openssl-discouraged/
+DEPEND="
+   libsecret? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? ( net-libs/gnutls[idn?] )
+   !ssl? ( idn? ( net-dns/libidn2:= ) )
+"
+
+RDEPEND="${DEPEND}
+   net-mail/mailbase
+   mta? (
+   !mail-mta/courier
+   !mail-mta/esmtp
+

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

2018-09-05 Thread Lars Wendler
commit: c387e57cc6fc00c36b507b2afce0fa3477aaf374
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  5 09:01:09 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  5 09:01:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c387e57c

mail-mta/msmtp: Removed old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mail-mta/msmtp/Manifest   |   1 -
 mail-mta/msmtp/msmtp-1.6.7.ebuild | 137 --
 2 files changed, 138 deletions(-)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index a6ff5e03d34..5ed709294f0 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1,4 +1,3 @@
 DIST msmtp-1.6.6.tar.xz 283744 BLAKE2B 
41745d9f20a33b0e4c6f7eee3ad5897c5a555a8cd1e27eb0bf7d347054d072b9eadfc7a31583e12a4f35f071aa710bb403980cba0e06920f65fdb727c786447b
 SHA512 
30f33648b66a6b230cd38d0eee4c916a631a51bddcc1a15c9f7b324305506cb83b9c95f95def9150d0b783d38000db409981331b3c6a756232f0ce49e9b343ab
-DIST msmtp-1.6.7.tar.xz 293208 BLAKE2B 
9d493c45a96a0e5e7278d9af89ff74dff92b8699076f17ae556030df55861b2fa9a06f677d2641744ba2a55989ebdc981ae1902c99884675562dd03586768ec9
 SHA512 
453d4196168a7ad2413cf2a91af25ed8ec73b04ea12f8cc40f6342a892baeb9edfbeba4a555a3a22d11881b831b4cd11b5f2844f66f2a6e7b891422edd9c68d9
 DIST msmtp-1.6.8.tar.xz 294872 BLAKE2B 
156237dcc10c320ef15b368ebfe823d6f30f1a740061c5846878a8e478c1f3a3129c52af8327995933ecb15cd8cec0c18a3104993b030bcbfa09e3b0b6c2a58b
 SHA512 
58ccdb6f16ab31959aeb1929c11f820219d4be062edca209c5986e4e0932d718f6f39c81727d05cd448779cedc4ab3e7bb557ce9f5dd3e7cc95e0aa5c3b623bf
 DIST msmtp-1.8.0.tar.xz 302680 BLAKE2B 
41537a883dd59e1f2281c0428aa57af985a74aeaa9aad34bdce882c3cca79ad65a796b6ef509c7546079d8f3e647eb493481ddbd5f7781a92c560986cb9958a9
 SHA512 
986cf8ceca847b857f3884fcef26202429b3099820aa20e4e458768a80421bfb163d8aab9d950da2190ae0e2e95bafb80f4c2647d28dbd470d78c439bfba4f77

diff --git a/mail-mta/msmtp/msmtp-1.6.7.ebuild 
b/mail-mta/msmtp/msmtp-1.6.7.ebuild
deleted file mode 100644
index 31860bf30eb..000
--- a/mail-mta/msmtp/msmtp-1.6.7.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib
-
-DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
-HOMEPAGE="https://marlam.de/msmtp/;
-SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc gnutls idn libressl libsecret +mta nls sasl ssl vim-syntax"
-
-CDEPEND="
-   idn? ( net-dns/libidn:= )
-   libsecret? ( app-crypt/libsecret )
-   nls? ( virtual/libintl )
-   sasl? ( virtual/gsasl )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   )
-"
-
-RDEPEND="${CDEPEND}
-   net-mail/mailbase
-   mta? (
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/opensmtpd
-   !=mail-mta/ssmtp-2.64-r2[mta]
-   )
-"
-
-DEPEND="${CDEPEND}
-   doc? ( virtual/texi2dvi )
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig
-"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
-
-src_prepare() {
-   # Use default Gentoo location for mail aliases
-   sed -i 's:/etc/aliases:/etc/mail/aliases:' 
scripts/find_alias/find_alias_for_msmtp.sh || die
-
-   default
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable nls)
-   $(use_with ssl ssl $(usex gnutls gnutls openssl))
-   $(use_with sasl libgsasl)
-   $(use_with idn libidn)
-   $(use_with libsecret )
-   )
-   econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-   default
-
-   if use doc ; then
-   cd doc || die
-   emake html pdf
-   fi
-}
-
-src_install() {
-   default
-
-   if use doc ; then
-   dohtml doc/msmtp.html
-   dodoc doc/msmtp.pdf
-   fi
-
-   if use mta ; then
-   dodir /usr/sbin
-   dosym ../bin/msmtp /usr/sbin/sendmail
-   dosym msmtp /usr/bin/sendmail
-   dosym ../bin/msmtp /usr/$(get_libdir)/sendmail
-   fi
-
-   if use vim-syntax ; then
-   insinto /usr/share/vim/vimfiles/syntax
-   doins scripts/vim/msmtp.vim
-   fi
-
-   insinto /etc
-   newins doc/msmtprc-system.example 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/files/, sys-boot/grub/

2018-09-05 Thread Mike Gilbert
commit: bab479f78d08aaab25917e51f90b85e0ca5f42b4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Sep  6 03:38:26 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Sep  6 03:38:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab479f7

sys-boot/grub: fix build with gcc8

Closes: https://bugs.gentoo.org/662408
Package-Manager: Portage-2.3.49_p2, Repoman-2.3.10_p48

 sys-boot/grub/files/2.02-gcc8.patch | 72 +
 sys-boot/grub/grub-2.02-r3.ebuild   |  1 +
 2 files changed, 73 insertions(+)

diff --git a/sys-boot/grub/files/2.02-gcc8.patch 
b/sys-boot/grub/files/2.02-gcc8.patch
new file mode 100644
index 000..51ee7dc86c2
--- /dev/null
+++ b/sys-boot/grub/files/2.02-gcc8.patch
@@ -0,0 +1,72 @@
+From 563b1da6e6ae7af46cc8354cadb5dab416989f0a Mon Sep 17 00:00:00 2001
+From: Michael Chang 
+Date: Mon, 26 Mar 2018 16:52:34 +0800
+Subject: Fix packed-not-aligned error on GCC 8
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+When building with GCC 8, there are several errors regarding 
packed-not-aligned.
+
+./include/grub/gpt_partition.h:79:1: error: alignment 1 of ‘struct 
grub_gpt_partentry’ is less than 8 [-Werror=packed-not-aligned]
+
+This patch fixes the build error by cleaning up the ambiguity of placing
+aligned structure in a packed one. In "struct grub_btrfs_time" and "struct
+grub_gpt_part_type", the aligned attribute seems to be superfluous, and also
+has to be packed, to ensure the structure is bit-to-bit mapped to the format
+laid on disk. I think we could blame to copy and paste error here for the
+mistake. In "struct efi_variable", we have to use grub_efi_packed_guid_t, as
+the name suggests. :)
+
+Signed-off-by: Michael Chang 
+Tested-by: Michael Chang 
+Tested-by: Paul Menzel 
+Reviewed-by: Daniel Kiper 
+---
+ grub-core/fs/btrfs.c  | 2 +-
+ include/grub/efiemu/runtime.h | 2 +-
+ include/grub/gpt_partition.h  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/grub-core/fs/btrfs.c b/grub-core/fs/btrfs.c
+index 4849c1c..be19544 100644
+--- a/grub-core/fs/btrfs.c
 b/grub-core/fs/btrfs.c
+@@ -175,7 +175,7 @@ struct grub_btrfs_time
+ {
+   grub_int64_t sec;
+   grub_uint32_t nanosec;
+-} __attribute__ ((aligned (4)));
++} GRUB_PACKED;
+ 
+ struct grub_btrfs_inode
+ {
+diff --git a/include/grub/efiemu/runtime.h b/include/grub/efiemu/runtime.h
+index 9b6b729..36d2ded 100644
+--- a/include/grub/efiemu/runtime.h
 b/include/grub/efiemu/runtime.h
+@@ -29,7 +29,7 @@ struct grub_efiemu_ptv_rel
+ 
+ struct efi_variable
+ {
+-  grub_efi_guid_t guid;
++  grub_efi_packed_guid_t guid;
+   grub_uint32_t namelen;
+   grub_uint32_t size;
+   grub_efi_uint32_t attributes;
+diff --git a/include/grub/gpt_partition.h b/include/grub/gpt_partition.h
+index 1b32f67..9668a68 100644
+--- a/include/grub/gpt_partition.h
 b/include/grub/gpt_partition.h
+@@ -28,7 +28,7 @@ struct grub_gpt_part_type
+   grub_uint16_t data2;
+   grub_uint16_t data3;
+   grub_uint8_t data4[8];
+-} __attribute__ ((aligned(8)));
++} GRUB_PACKED;
+ typedef struct grub_gpt_part_type grub_gpt_part_type_t;
+ 
+ #define GRUB_GPT_PARTITION_TYPE_EMPTY \
+-- 
+cgit v1.0-41-gc330
+

diff --git a/sys-boot/grub/grub-2.02-r3.ebuild 
b/sys-boot/grub/grub-2.02-r3.ebuild
index d4640dd767b..a2712785195 100644
--- a/sys-boot/grub/grub-2.02-r3.ebuild
+++ b/sys-boot/grub/grub-2.02-r3.ebuild
@@ -43,6 +43,7 @@ PATCHES=(
"${FILESDIR}"/2.02-freetype-pkg-config.patch
"${FILESDIR}"/2.02-xfs-sparse-inodes.patch
"${FILESDIR}"/2.02-X86_64_PLT32.patch
+   "${FILESDIR}"/2.02-gcc8.patch
 )
 
 DEJAVU=dejavu-sans-ttf-2.37



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

2018-09-05 Thread Mike Pagano
commit: c8f8feecbcd7feb77653744ecff00af5ab5265e1
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  5 23:24:01 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  5 23:24:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f8feec

sys-kernel/gentoo-sources: Linux patch 4.9.125

Package-Manager: Portage-2.3.48, Repoman-2.3.10

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index ce2df732d01..fda24c4e512 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -127,6 +127,9 @@ DIST genpatches-4.9-127.extras.tar.xz 17348 BLAKE2B 
b7d6fe9deb23dfa838d073143952
 DIST genpatches-4.9-128.base.tar.xz 2379516 BLAKE2B 
e68c68ad74df356b3368b92e92253f7a202b85023cae0e2f129df65a62efc0fa2c18ec2bdc71eb7a031a4ec2137e2b212f9d9a17da93bc15d8394c3ff5339f3d
 SHA512 
bbb3d36b8ee2676e56b8547132d3bf5d56e796ecc06b9e6222a520de9c29339c617ff93e03613d65a0b0bfeadb1eefa2d10fe2e0861d3c1343e272160e994326
 DIST genpatches-4.9-128.experimental.tar.xz 106400 BLAKE2B 
3ca6de8991745069a3abdec7faa143eb77dc6a361bb638f1a880f7b707b2b622211ada9465cdc7eb24a61161589cd56055d10be6987336f095bf36218eb5c3af
 SHA512 
1e1cc91d8d790e6a9e617ece093f91d1737d15c76f1df52c78111e9fdbf09c3dbd962ce35edf7c50a9a0d3a441ec834bf03bc9cb83e4988b973c14aeccb76724
 DIST genpatches-4.9-128.extras.tar.xz 17352 BLAKE2B 
1cceb0fe070585680ce5924f249e1069606710fbd6a0c0112916534b434c5b8410abeb9e5b6f7b7e20f4eeca857fa0c0666d0c1db8f8239fdaedd36a73001033
 SHA512 
a79a0e359e018c8e54f2bd73fe3edc185ebc1b0a8a96f882ed17a197773d4ecaf6788dde06571eb3bf5954bb6475dbbfa52f35d6e654e81614575e7368aef1e0
+DIST genpatches-4.9-129.base.tar.xz 2400384 BLAKE2B 
7c26e10472e9c9502e13ec96f40995ba633dfcace829b9ae7f9698477724a5df2578c42d5d6e43fb58035606ae91b99edf3db7123715e7cb2f939bfa3843ec0d
 SHA512 
f994f3d84cf1167e7b7ce84f81948f0f95215fd85995a96df66865ea924aca55016d9c7b939f5750d27b1c8634b9599f50ae2da5ae0c999d8a3f50f0685d449c
+DIST genpatches-4.9-129.experimental.tar.xz 106396 BLAKE2B 
1583513f76430319e9c683d107b4a68c5c4aafb3c1b41ac1d6184b3dcf71549a910c19f1b906b557d49b73ae39489db6ca41b37961ddcbb4ad7f353e22fa9f10
 SHA512 
34964fc056d54de48d5252ec4db50dd0430f65cbf5a9cc9e01f13292d731d64deccfef4d111db7fa6064991b78eecb581eade5d8e6ed25d4dda61eb2bc74293e
+DIST genpatches-4.9-129.extras.tar.xz 17360 BLAKE2B 
48f386500a086f5f762970130396aa91e3ea040548e54ca05a96725f8e73c803077d76ac477e5d77bf9372ba5b852adedd17a0e364560d375ce5b82e5a56481b
 SHA512 
1da445db98a6e9602bc422d2455827865a8200357486a23465ade9f36d4c17f77f9b1bf6ddde14fa990f70cafa3268d314b1204b3ac2053798f341f24e50e9ad
 DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B 
be8a1a304f634b40dba1daa56922473c25fc57cedca73401bc1a142674832bb797f805f883aecc56a4b17fd63dae6aebe42f7c642739e8c5704f130b6675dfde
 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 
483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289
 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 
03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe
 SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e

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



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

2018-09-05 Thread Patrick McLean
commit: 7fa423dc015e8f7d431fc97f265867918ea35d5f
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep  5 23:44:07 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep  5 23:44:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa423dc

sys-cluster/ceph: Version bump to 12.2.8

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-cluster/ceph/Manifest   |   1 +
 sys-cluster/ceph/ceph-12.2.8.ebuild | 305 
 2 files changed, 306 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 5a6dd0305b2..ea15cfc3db7 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -2,5 +2,6 @@ DIST ceph-10.2.10.tar.gz 14573701 BLAKE2B 
78c68deb8537cae8394b4d35569983431e938e
 DIST ceph-10.2.3.tar.gz 11596171 BLAKE2B 
c24c879649f0d42f58cfb1d03701797bc685d83c157031156d13308c731412a4a0149b658193722b358ebf0c4f9760d9664668cd797b69d207e81dc572f49700
 SHA512 
9de1e6851fc343d2c52c72cec3f7887d998d5b588f1251ee3a1fda14427badfa10408e6691fb03a374a10f4ec9844868423fee70fbbe2c0d962af98481412f19
 DIST ceph-12.2.5.tar.gz 78758920 BLAKE2B 
0e4a515ff80fdd39e8f1afd737434c7dc2a218f0a89b53ec31bc3a5478bfd876c6f2bf3c2947a8c2f056d9b94ffa34d18ceac06b8605e84485ec631c7a32
 SHA512 
bd78358590eb077afcc3c1e12864fadee906c95ac8afee25bdca6155f99b75f89d923159fcc13430abba21a89fee3e566177ff5f9ffabdd3b3f220d05602ab86
 DIST ceph-12.2.7.tar.gz 78783279 BLAKE2B 
9058a5e408b3431cf0e8c28b44f95f6eb12f029697348eb6879efa9db4ad6a3b52b1040f484919a3f1781ac3a4aa72af3b8905760480fd3f3724dbceeab4eb07
 SHA512 
dde75a41c31cca54d4a680b0b93e28680a23f912a348a65e55e600c315bbfe3ced008d758fe8ba1e801a9d6e5f8079cc157ec5eef8916b86f487f42064ea
+DIST ceph-12.2.8.tar.gz 77243685 BLAKE2B 
37c34396a0c276b8d79735e14934ac70da024822c2a060061531c234e03e5d41aad6c41dc64b05c2ce47f03287d0cae9ef9bed67e4a0861b6380c8ce1de4ea69
 SHA512 
91c5c11aaeef701b3e31c9f8a1192b6b79fd34f3b96c61595c65173c98bfce0009c5b7c9b29764f5e4d4b1f5ac2ca7109fed5ae598c176aba717a34a132fabac
 DIST ceph-13.2.1-frontend-node-modules.tar.xz 44352460 BLAKE2B 
0a0099e60f0b36d48928dcda3f69dbb00e14a9a9e10c688ecbeb3daa3adbe339655652a43924043fe140ce1754525be2abed61f1ad5f24779fa4ff890d2b7cf6
 SHA512 
3938e8cadb6385cdaf023fe55ab5f202e44ed80173b128e3b76fc4849556cea90ce5d8884a928b93776b0509b5aef814f1078ba5e44a9d644b43a871aea06dd9
 DIST ceph-13.2.1.tar.gz 90786830 BLAKE2B 
e0884a039ff0e8a1705d8f31f4dcf4cd8ab8989d7c2fa703417038ff9a6cf7b0fbca09abceb901970fbb2dd9a1dc87c2500fec38a2bfca86a9a6dcaab15be991
 SHA512 
411218ea6037bdf9425a741720ea89876e893e64fbfa518c9584ba581f805fde2c82b13ed47313279665e5d20f36223fc8d5c27055b580c72b22c2004e4da81b

diff --git a/sys-cluster/ceph/ceph-12.2.8.ebuild 
b/sys-cluster/ceph/ceph-12.2.8.ebuild
new file mode 100644
index 000..9de69307ead
--- /dev/null
+++ b/sys-cluster/ceph/ceph-12.2.8.ebuild
@@ -0,0 +1,305 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
+   python-r1 udev user readme.gentoo-r1 systemd
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/;
+
+LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace cephfs fuse jemalloc ldap lttng +mgr nss +radosgw +ssl"
+IUSE+=" static-libs +system-boost systemd +tcmalloc test xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   virtual/libudev:=
+   app-arch/bzip2:=[static-libs?]
+   app-arch/lz4:=[static-libs?]
+   app-arch/snappy:=[static-libs?]
+   app-arch/zstd:=[static-libs?]
+   app-misc/jq:=[static-libs?]
+   =dev-util/google-perftools-2.4:=[static-libs?] )
+   ${PYTHON_DEPS}
+   "
+DEPEND="${COMMON_DEPEND}
+   app-arch/cpio
+   amd64? ( dev-lang/yasm )
+   x86? ( dev-lang/yasm )
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/sphinx
+   dev-util/gperf
+   dev-util/valgrind
+   sys-apps/which
+   sys-devel/bc
+   virtual/pkgconfig
+   test? (
+   dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   sys-apps/grep[pcre]
+   sys-fs/btrfs-progs
+   )"
+RDEPEND="${COMMON_DEPEND}
+   net-misc/socat
+   sys-apps/gptfdisk
+   sys-block/parted
+   sys-fs/cryptsetup
+   sys-fs/lvm2
+   !/dev/null || die
+   emake 

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

2018-09-05 Thread Patrick McLean
commit: 39bd3768fcf94500593582cc02ec1b4e12f66a27
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep  5 23:48:07 2018 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep  5 23:48:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bd3768

sys-cluster/ceph: Remove old version 12.2.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 sys-cluster/ceph/Manifest   |   1 -
 sys-cluster/ceph/ceph-12.2.5.ebuild | 305 
 2 files changed, 306 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index ea15cfc3db7..72923438896 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,6 +1,5 @@
 DIST ceph-10.2.10.tar.gz 14573701 BLAKE2B 
78c68deb8537cae8394b4d35569983431e938eff42b01f448dea68016b33ca5770c83d1e1d382bfd6c8164d5259e821779c6515f8c8fb4d5d52ee90b7df43180
 SHA512 
883d1b8340aaefc7a1eee4bbfb5b1d1cc15bffed8f35fb1e8fb86b1208a4d0d16753eb6c688ea0e661c4877d3d148b2b6c2b41620c4e8a61e47c69f46f98e537
 DIST ceph-10.2.3.tar.gz 11596171 BLAKE2B 
c24c879649f0d42f58cfb1d03701797bc685d83c157031156d13308c731412a4a0149b658193722b358ebf0c4f9760d9664668cd797b69d207e81dc572f49700
 SHA512 
9de1e6851fc343d2c52c72cec3f7887d998d5b588f1251ee3a1fda14427badfa10408e6691fb03a374a10f4ec9844868423fee70fbbe2c0d962af98481412f19
-DIST ceph-12.2.5.tar.gz 78758920 BLAKE2B 
0e4a515ff80fdd39e8f1afd737434c7dc2a218f0a89b53ec31bc3a5478bfd876c6f2bf3c2947a8c2f056d9b94ffa34d18ceac06b8605e84485ec631c7a32
 SHA512 
bd78358590eb077afcc3c1e12864fadee906c95ac8afee25bdca6155f99b75f89d923159fcc13430abba21a89fee3e566177ff5f9ffabdd3b3f220d05602ab86
 DIST ceph-12.2.7.tar.gz 78783279 BLAKE2B 
9058a5e408b3431cf0e8c28b44f95f6eb12f029697348eb6879efa9db4ad6a3b52b1040f484919a3f1781ac3a4aa72af3b8905760480fd3f3724dbceeab4eb07
 SHA512 
dde75a41c31cca54d4a680b0b93e28680a23f912a348a65e55e600c315bbfe3ced008d758fe8ba1e801a9d6e5f8079cc157ec5eef8916b86f487f42064ea
 DIST ceph-12.2.8.tar.gz 77243685 BLAKE2B 
37c34396a0c276b8d79735e14934ac70da024822c2a060061531c234e03e5d41aad6c41dc64b05c2ce47f03287d0cae9ef9bed67e4a0861b6380c8ce1de4ea69
 SHA512 
91c5c11aaeef701b3e31c9f8a1192b6b79fd34f3b96c61595c65173c98bfce0009c5b7c9b29764f5e4d4b1f5ac2ca7109fed5ae598c176aba717a34a132fabac
 DIST ceph-13.2.1-frontend-node-modules.tar.xz 44352460 BLAKE2B 
0a0099e60f0b36d48928dcda3f69dbb00e14a9a9e10c688ecbeb3daa3adbe339655652a43924043fe140ce1754525be2abed61f1ad5f24779fa4ff890d2b7cf6
 SHA512 
3938e8cadb6385cdaf023fe55ab5f202e44ed80173b128e3b76fc4849556cea90ce5d8884a928b93776b0509b5aef814f1078ba5e44a9d644b43a871aea06dd9

diff --git a/sys-cluster/ceph/ceph-12.2.5.ebuild 
b/sys-cluster/ceph/ceph-12.2.5.ebuild
deleted file mode 100644
index 75cd704ac78..000
--- a/sys-cluster/ceph/ceph-12.2.5.ebuild
+++ /dev/null
@@ -1,305 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-DISTUTILS_OPTIONAL=1
-
-inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
-   python-r1 udev user readme.gentoo-r1 systemd
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
-   SRC_URI=""
-else
-   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
-   KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Ceph distributed filesystem"
-HOMEPAGE="https://ceph.com/;
-
-LICENSE="LGPL-2.1 CC-BY-SA-3.0 GPL-2 BSD Boost-1.0 MIT"
-SLOT="0"
-
-CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
-
-IUSE="babeltrace cephfs fuse jemalloc ldap lttng +mgr nss +radosgw +ssl"
-IUSE+=" static-libs +system-boost systemd +tcmalloc test xfs zfs"
-IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
-
-# unbundling code commented out pending bugs 584056 and 584058
-#>=dev-libs/jerasure-2.0.0-r1
-#>=dev-libs/gf-complete-2.0.0
-COMMON_DEPEND="
-   virtual/libudev:=
-   app-arch/bzip2:=[static-libs?]
-   app-arch/lz4:=[static-libs?]
-   app-arch/snappy:=[static-libs?]
-   app-arch/zstd:=[static-libs?]
-   app-misc/jq:=[static-libs?]
-   =dev-libs/boost-1.66:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]
-   )
-   jemalloc? ( dev-libs/jemalloc:=[static-libs?] )
-   !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] )
-   ${PYTHON_DEPS}
-   "
-DEPEND="${COMMON_DEPEND}
-   app-arch/cpio
-   amd64? ( dev-lang/yasm )
-   x86? ( dev-lang/yasm )
-   dev-python/cython[${PYTHON_USEDEP}]
-   dev-python/sphinx
-   dev-util/gperf
-   dev-util/valgrind
-   sys-apps/which
-   sys-devel/bc
-   virtual/pkgconfig
-   test? (
-   dev-python/tox[${PYTHON_USEDEP}]
-   dev-python/virtualenv[${PYTHON_USEDEP}]
-   sys-apps/grep[pcre]
-   sys-fs/btrfs-progs
-   )"
-RDEPEND="${COMMON_DEPEND}
-   net-misc/socat
-   sys-apps/gptfdisk
-   

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

2018-09-05 Thread Thomas Deutschmann
commit: 91664cdda7c0b2b78a0adc1ae0dbd1d4aadf78b7
Author: kuzetsa  gmail  com>
AuthorDate: Thu Sep  6 00:52:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  6 00:52:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91664cdd

sys-kernel/ck-sources: genpatches-4.9-128

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.124.ebuild | 59 +
 2 files changed, 62 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index aabf1f7325b..6a296544214 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -24,6 +24,9 @@ DIST genpatches-4.9-124.extras.tar.xz 17348 BLAKE2B 
60c69049baa4a00291a00e6a7ae0
 DIST genpatches-4.9-127.base.tar.xz 2354512 BLAKE2B 
2226db036333946c7a9e60ed7c41eaf76fc113b9ee4c1044c05196f8bb7bc7c263425cd16f0e16349ecaab9adab0b5ef75ceed690210fcfd9ae620dd8254e4bf
 SHA512 
c5798dfb5389c7585155bbe7baca675dc53e9bd7a6f038e9db6026172c3b7b6733422fe931e3bed2462caad2f05c774b20ac49757c2763b3d78e5239500e58e1
 DIST genpatches-4.9-127.experimental.tar.xz 106396 BLAKE2B 
5273ecfa6b48624ec665b1d80de623fa78cb95818252e02a732d6e4409be9dacfb710e420d9b0cb2bdcd71ae1389b6e888439d1d911b46bed5adfcc98981bea2
 SHA512 
5774bc6477931e51c2be55d365ca38a7619073afc7bcf342a3b7e024c31d31dd899bba63ea4af31cd1d5a81b5a605fda2d4c19862c5580e0d3762b0222f87a3a
 DIST genpatches-4.9-127.extras.tar.xz 17348 BLAKE2B 
b7d6fe9deb23dfa838d073143952aa3fca61f6b729035f5443e8aca6ac061933ff037cf4b0b0e45504066eba1a979401ebd6b2cbd94eafc95b8302e79632
 SHA512 
f28c5825d22a29adfd33570e0490a02bf996ba48ce18ad6baeb330ac556153921cffb7cf8921e0bc8a81043c1ae085acf4d266f7e63d157ce832116cd939b2aa
+DIST genpatches-4.9-128.base.tar.xz 2379516 BLAKE2B 
e68c68ad74df356b3368b92e92253f7a202b85023cae0e2f129df65a62efc0fa2c18ec2bdc71eb7a031a4ec2137e2b212f9d9a17da93bc15d8394c3ff5339f3d
 SHA512 
bbb3d36b8ee2676e56b8547132d3bf5d56e796ecc06b9e6222a520de9c29339c617ff93e03613d65a0b0bfeadb1eefa2d10fe2e0861d3c1343e272160e994326
+DIST genpatches-4.9-128.experimental.tar.xz 106400 BLAKE2B 
3ca6de8991745069a3abdec7faa143eb77dc6a361bb638f1a880f7b707b2b622211ada9465cdc7eb24a61161589cd56055d10be6987336f095bf36218eb5c3af
 SHA512 
1e1cc91d8d790e6a9e617ece093f91d1737d15c76f1df52c78111e9fdbf09c3dbd962ce35edf7c50a9a0d3a441ec834bf03bc9cb83e4988b973c14aeccb76724
+DIST genpatches-4.9-128.extras.tar.xz 17352 BLAKE2B 
1cceb0fe070585680ce5924f249e1069606710fbd6a0c0112916534b434c5b8410abeb9e5b6f7b7e20f4eeca857fa0c0666d0c1db8f8239fdaedd36a73001033
 SHA512 
a79a0e359e018c8e54f2bd73fe3edc185ebc1b0a8a96f882ed17a197773d4ecaf6788dde06571eb3bf5954bb6475dbbfa52f35d6e654e81614575e7368aef1e0
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.17.tar.xz 102165892 BLAKE2B 
b9e1fe2c063d2761b4d54594b841f6591fd6f5b634a402c07e0fa5518a2b271293d97c5a7a8e3c30c9c4d78df16bf20a4f0befe998c9a9393bb3290d2df1dda3
 SHA512 
4d9de340a26155a89ea8773131c76220cc2057f2b5d031b467b60e8b14c1842518e2d60a863d8c695f0f7640f3f18d43826201984a238dade857b6cef79837db
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.124.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.124.ebuild
new file mode 100644
index 000..b4e180d636f
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.124.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="128"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="150"
+MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir
+MUQSS_DISTNAME="${PN}-${K_BRANCH_ID}-muqss.patch"
+
+CK_LVER_URL="${MUQSS_BASE_URL}/${K_BRANCH_ID}"
+CK_URI="${CK_LVER_URL}/${MUQSS_FILE} -> ${MUQSS_DISTNAME}"
+

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

2018-09-05 Thread Thomas Deutschmann
commit: 57cd71db0b3f6975b8a2a03f7641d8ede0376329
Author: kuzetsa  gmail  com>
AuthorDate: Thu Sep  6 00:52:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  6 00:52:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cd71db

sys-kernel/ck-sources: prune old versions

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/ck-sources/Manifest  | 60 --
 sys-kernel/ck-sources/ck-sources-4.14.48.ebuild | 67 -
 sys-kernel/ck-sources/ck-sources-4.14.50.ebuild | 67 -
 sys-kernel/ck-sources/ck-sources-4.14.51.ebuild | 67 -
 sys-kernel/ck-sources/ck-sources-4.14.55.ebuild | 66 
 sys-kernel/ck-sources/ck-sources-4.14.56.ebuild | 66 
 sys-kernel/ck-sources/ck-sources-4.14.59.ebuild | 66 
 sys-kernel/ck-sources/ck-sources-4.14.60.ebuild | 59 --
 sys-kernel/ck-sources/ck-sources-4.16.14.ebuild | 62 ---
 sys-kernel/ck-sources/ck-sources-4.16.16.ebuild | 62 ---
 sys-kernel/ck-sources/ck-sources-4.16.17.ebuild | 62 ---
 sys-kernel/ck-sources/ck-sources-4.17.6.ebuild  | 61 --
 sys-kernel/ck-sources/ck-sources-4.17.8.ebuild  | 61 --
 sys-kernel/ck-sources/ck-sources-4.9.107.ebuild | 65 
 sys-kernel/ck-sources/ck-sources-4.9.109.ebuild | 65 
 sys-kernel/ck-sources/ck-sources-4.9.112.ebuild | 65 
 sys-kernel/ck-sources/ck-sources-4.9.113.ebuild | 65 
 sys-kernel/ck-sources/ck-sources-4.9.116.ebuild | 65 
 sys-kernel/ck-sources/ck-sources-4.9.117.ebuild | 59 --
 19 files changed, 1210 deletions(-)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index bcd5288f14a..aabf1f7325b 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -4,76 +4,20 @@ DIST ck-sources-4.14-muqss.patch 282185 BLAKE2B 
46af7e98f2abc7b207536fc657b539ab
 DIST ck-sources-4.9-freezer-fix.patch 684 BLAKE2B 
63894db45e5653af1851c7cee2493b6717d37f50d55c3a2b41316075d0f3e0bcb8975ff1c647c764bdf088ceeb4c716657e189d1e5337a69346e6dcefac332b9
 SHA512 
4241ca604f928263c29a49aca076832c06469db734864ec8c648cbbc30ba63cfb0b21d076ea4a7f3c438868802feb4e369d976e9ef6e091ce7bacf1a69c2c588
 DIST ck-sources-4.9-muqss.patch 303456 BLAKE2B 
be42cf125910d3978a6da69f5bd6050063b1bfba591c1a196bedf34f25338d57455ff1e8152a1ac11b05db4542058ec0283fe433ebb4c4312709400babccd21c
 SHA512 
1325a18ce2f758ebf0aad95e29c4f2636eb952cf8306f863b1acbf74e982aecfbc82e321064c89fe19ee63938e4930662f40f55cd16284f86743effb79cef3ee
 DIST deblob-4.14 143883 BLAKE2B 
aaad9858bf626f1495f83187fd2ab91f812504534c7294cfb6818c773229eb780096a2c78a6aa963f3826df3cfdf7a7db5238f71fa8955c21b4acd75660d2b17
 SHA512 
662a11c03f51d85158175a8bf35fce20f01d94659d36b97a9773304ff9c091b2a9ab72a0445065c20188457fbe174fb43334a79e17b3a9e8553bb6144a971f4c
-DIST deblob-4.16 142787 BLAKE2B 
8c43d5487ea8bf78861c582f71206e1d90ad23aad57a0100bea19fb7dd1a3627e4138c3284f31ef292f4c810f6f315718080316e00fb0388cfd997276d170458
 SHA512 
5f2e0d7cc3adad0ba8f46a2c23041078105778854e87f3a5fb139cdd58151e4cca8690ab99e20026c3a966dc7c414e154c3b395e4e5ab5d744eece3cb9019d02
 DIST deblob-4.17 142269 BLAKE2B 
7ac3e9565b1e72c0cba7590aa8ca8eedb3cab1b31cdbcced2a9170dac9b6e4b3979bc319c1b9b342827754b586ed8571057778862e294658c19c78e25d39dc81
 SHA512 
a0120c94ed132fec3870a836df715a8952aaad54c348938fecd6c755186c69f00b80c9f95fa8b33612d30bcb047fcb21a642a689b255e9ca4abc45e6d97c3e37
 DIST deblob-4.9 146273 BLAKE2B 
8bc593ca375e003183dc6260aab0b2f81675b0814ec50fae3afe5d4ce9ce41c1c1401ce80e1c285153f610f8f730f82d6ad03e2578c792fd4af8779f2d1e3079
 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 DIST deblob-check-4.14 755969 BLAKE2B 
5573bdf913554e23dba3d3c56227a2c8c3fcfad7f4a99e1ec9208171008b5d2d50bdc55000672af95e020ef8171325b9d1797a69c988b4df5b0f71bc2a186fad
 SHA512 
09626864cea33804d3dc94ceb691b24b6c14d1b9531eee8e745276dbc403903d762b1f75d685bf831f42b942d6f7ea265efb0d4889fecc976d95b11faf843fd3
-DIST deblob-check-4.16 767829 BLAKE2B 
606d87e6dff29ef1d9704e0a4b767cc5586d300d5e55d3370feb721d2a5bb6c6e6d7a48783021776b7ac347a3580b66725012213c9548a69bf96de91bf01a8ca
 SHA512 
b9b179117356809e55f99b966121bac67f634112bd3b54c3320c9a261967d18462c7f322416cd7d9b2c8d9d374fb37daeda8abe4fb3f013abb2f7da845b2f516
 DIST deblob-check-4.17 772327 BLAKE2B 
1c004c633bfb9948fb4f4529b4adc222f3aa8fbeb01d7eec3d60f574420187977db8e151c9ee963bf54a7580ae2a519acf9e39d416dce79b34246695406aa87f
 SHA512 
bcd5406b566dd59d8d82c293866ccdf8d37e62f6b1283f83042b1a5c366764a4f16a873a4179eacbd7cf6422fbd746f6e8a5f2c02f4f062bcd63a549b9b46c52
 DIST deblob-check-4.9 717834 BLAKE2B 

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

2018-09-05 Thread Thomas Deutschmann
commit: 2def9ab5ca04fa96e55b039a8cc0ab0797201395
Author: kuzetsa  gmail  com>
AuthorDate: Thu Sep  6 00:53:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  6 00:53:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2def9ab5

sys-kernel/ck-sources: genpatches-4.14-73

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/ck-sources/Manifest  |  3 ++
 sys-kernel/ck-sources/ck-sources-4.14.67.ebuild | 64 +
 2 files changed, 67 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 6a296544214..beb1d0bf273 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -15,6 +15,9 @@ DIST genpatches-4.14-69.extras.tar.xz 17492 BLAKE2B 
ff0c08ce223b758746b57a7f1a3a
 DIST genpatches-4.14-72.base.tar.xz 1735900 BLAKE2B 
b2d48a5f103103a5d64e1987d23440cff23b6471a5e317b68b765d51ef38c5efbcf19e8a368ef35986db3133d6670a641c6cdfaf3fb38b55729fbd9fe7403d32
 SHA512 
f7c0465ab9ebc159abee61acf19e74a30a9e385de1263c7795f37607b5904f7e59fc28c1f68b940265cee3383ac2cefb8be76a56ed80459cd4dc27111236a870
 DIST genpatches-4.14-72.experimental.tar.xz 5220 BLAKE2B 
9f1b09c8a01b961c49a78b8f195e61a999687d5890e60aa78227c7b11d128736fbf63d55651f2fef9a010353ba25682cba7bfda6ebb53290e4bb31894407884c
 SHA512 
3a3783aaf42a453bab212caf7289f0baa9c1501fbaa06a54c038fa96bc5cc6dc62860e17533ea404d365a17ab21a188f2713ab82b269a40f60fb3ca0b6ab89e9
 DIST genpatches-4.14-72.extras.tar.xz 17484 BLAKE2B 
dec86eb26ccf0ec1ef0a47124aaf3f5dc3299f788a33be826758ab9f944d04f6807fcc008e0368b5ff4379fad025a727faac54d69a79114c5d2ff9da61218921
 SHA512 
7de3a38b3a00626d7c0be90cb1a2967836980d93de2ae5d4458fe88da589ae19bf1f352ad2b106c69ad9a4b623a78b7d858cbe5a6da096a8551be76535b41333
+DIST genpatches-4.14-73.base.tar.xz 1779884 BLAKE2B 
faade2d87d6cdf47172f41d16bde03ff7f7610e2eb44237261518cf62255ab55bf2545e4b0779b81cf3fc7eaf25cea256eca3f145d8e35150914bfbc
 SHA512 
b6e94a7ce93cfe20fea4ed407e49b7140ab0169c91d504415c8d8c433ee30a987ad805ac93c4bd281ce6a56a05f2ded127fbdeffb4be47697ee44704bb6e0999
+DIST genpatches-4.14-73.experimental.tar.xz 5224 BLAKE2B 
1577cd444c84c7a8fef88e167e3027773a5574459124f007ecbcccab5f7f9d544d594616ab4c43c58edcf97e2af699c82fea4995a98aa2a4a196f5aa8d345350
 SHA512 
57b87c85d902246a38f7822f296736cc471509c5ff63e1da8999fdd285437add9e0a20ced9d1997df1e1cbf6fdcee45c62747bcda9de4cbcfa3009a0d6ded06c
+DIST genpatches-4.14-73.extras.tar.xz 17492 BLAKE2B 
012192e85aef3973e8306538ed013a231a8fae37dfa635e1285df92ba4bf8dd81ffa95b5f100f0fb502db66d8abe1bbbc8722b5f50f502ebf321cd10deb9e857
 SHA512 
939f54ea53f560f741f3db39ee57c301d0c31bd8c59cbd928caa22bdb9dbd2635e3fe87dda9e45145e2af790014fabae613ff71ed78472264323b3f47d44e9dc
 DIST genpatches-4.17-12.base.tar.xz 246780 BLAKE2B 
64cafd4ba5492db8df42f20d92040fa758d61044398562432f0111d07a4e8e3a5dcf9c2c1d52cb503f10ffc44162616185697186344cd5291390457a807aa376
 SHA512 
b9ea2c3181dac826da6db02bfb677f8889b9ff06497e7231b1ddb90cdcc6b8be70b85d25c70ccea874493fe26c338f2639fd5aee8cfa77a164f4a2d07278e4e7
 DIST genpatches-4.17-12.experimental.tar.xz 5228 BLAKE2B 
303a95aa5d28940446d41530e02b251a3b2a4fb5123f2f0f7d7ce9f674012b4be27e2f6149760efcc3e7a92d91b4be0a6c46d34b320f50f1b3317b205da1d38e
 SHA512 
758f92ba2a94e1a5052dc2470fc2a459032a25954fd799b1aa15cfdc37335f6ad642d2c06ec13250134bdece9ca0b9c30ddba31d70ea47fce87c6d637aaa3f63
 DIST genpatches-4.17-12.extras.tar.xz 17496 BLAKE2B 
4e62accefe05f592f514403a5ee38aaa3e68f629e2cdc9b4048ac9884b7ef26940b9663055614881fc849fdc2948aeecb12b81ed283d587c3cf765784453ff45
 SHA512 
2c55ee4a36046b8c487ee2cf8a0484df9e00b529cf5d5296d3e7dc0f611a4ae748841574df2f996ffe81fcd98578bf9872523a795d3c2657df15f836af5a4975

diff --git a/sys-kernel/ck-sources/ck-sources-4.14.67.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.14.67.ebuild
new file mode 100644
index 000..19fdd218952
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.14.67.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://kernel.kolivas.org/;
+
+IUSE="experimental"
+
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="73"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+
+PYTHON_COMPAT=( python2_7 )
+inherit python-any-r1 kernel-2
+detect_version
+detect_arch
+
+DEPEND="deblob? ( ${PYTHON_DEPS} )"
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+
+DESCRIPTION="Gentoo's genpatches for Linux ${K_BRANCH_ID}, with Con Kolivas' 
MuQSS process scheduler."
+
+MUQSS_VERSION="162"
+MUQSS_FILE="${K_BRANCH_ID}-sched-MuQSS_${MUQSS_VERSION}.patch"
+MUQSS_BASE_URL="http://ck.kolivas.org/patches/muqss/4.0;
+
+# clearly identify package name in distrdir
+MUQSS_DISTNAME="${PN}-${K_BRANCH_ID}-muqss.patch"
+
+CK_LVER_URL="${MUQSS_BASE_URL}/${K_BRANCH_ID}"

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

2018-09-05 Thread Thomas Deutschmann
commit: 405fa2a7648f9b53c66522af11e1468c2827c734
Author: kuzetsa  gmail  com>
AuthorDate: Thu Sep  6 00:51:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  6 00:53:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405fa2a7

sys-kernel/ck-sources: genpatches-4.18-8

Closes: https://github.com/gentoo/gentoo/pull/9735
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-kernel/ck-sources/Manifest |  7 
 sys-kernel/ck-sources/ck-sources-4.18.5.ebuild | 54 ++
 2 files changed, 61 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index beb1d0bf273..4c766915ea6 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -1,13 +1,16 @@
 DIST ck-sources-4.14-blkio-fix.patch 1882 BLAKE2B 
b85d7d0bcc868284d60c73f26b055cfc061c7535b19ac3aac9ae6df0f086e6b2342fc3ceab878c45b2c021ffc12abf4c8793472b3db85ae32d7d6c3b917530a5
 SHA512 
aa1f65b505d32af70e0e3c921e477f7e0adea76204ede19ced32514598a1f369bf0897487273b2acb99290ddcd2788707f0711290b767183cecb689f6df5cfa1
 DIST ck-sources-4.14-irqregsdeclaration-fix.patch 1254 BLAKE2B 
ca93275665086bff06b7fa16dd913ed30974dd6d1666c0aceebd43cf74cb78604069b00e0866d6b9a86bd45a2429d501c2edcec904bc075b6e34058ee1fd3d23
 SHA512 
c226454f1477e9b729d3559ffa1ba8610a4fbc3cddba29d7b231c8edc89490bd6258adb208bd6bf13c7a9a8f8dded6e481af4dcad07ca7ad88ae67ef6f1f5dba
 DIST ck-sources-4.14-muqss.patch 282185 BLAKE2B 
46af7e98f2abc7b207536fc657b539abf1511a83e0e3499e92744b417c2d50847502fa2775edbea6592550ba760c3f08aba82856133f73afbb3484cf11a155d2
 SHA512 
97701da9531b81ceade15eaa75de4a362182f5f5b6b66ed8de61e9e8c727853cb9301fa8a9f2debb43bf88abbcbe0fe2d5a54fc51247a0ea34e0cfdec6a85102
+DIST ck-sources-4.18-muqss.patch 300666 BLAKE2B 
6b813475a1aab23d47f261ec4a86717c048bcbf1bb889491edee11169e9e757b2e5a3e1e8c4c1370be3571bae2f1745a43bb8d8c4e8ffb2d3ccddf6e9738b07d
 SHA512 
184afddbba5036a18eb71b6fabd017bc3e9697e2e92fff184d45d83cb04ceeb4bea050f6038268ae7c458ac6410e93f358108e21295b23beafc7f50ceb35bb86
 DIST ck-sources-4.9-freezer-fix.patch 684 BLAKE2B 
63894db45e5653af1851c7cee2493b6717d37f50d55c3a2b41316075d0f3e0bcb8975ff1c647c764bdf088ceeb4c716657e189d1e5337a69346e6dcefac332b9
 SHA512 
4241ca604f928263c29a49aca076832c06469db734864ec8c648cbbc30ba63cfb0b21d076ea4a7f3c438868802feb4e369d976e9ef6e091ce7bacf1a69c2c588
 DIST ck-sources-4.9-muqss.patch 303456 BLAKE2B 
be42cf125910d3978a6da69f5bd6050063b1bfba591c1a196bedf34f25338d57455ff1e8152a1ac11b05db4542058ec0283fe433ebb4c4312709400babccd21c
 SHA512 
1325a18ce2f758ebf0aad95e29c4f2636eb952cf8306f863b1acbf74e982aecfbc82e321064c89fe19ee63938e4930662f40f55cd16284f86743effb79cef3ee
 DIST deblob-4.14 143883 BLAKE2B 
aaad9858bf626f1495f83187fd2ab91f812504534c7294cfb6818c773229eb780096a2c78a6aa963f3826df3cfdf7a7db5238f71fa8955c21b4acd75660d2b17
 SHA512 
662a11c03f51d85158175a8bf35fce20f01d94659d36b97a9773304ff9c091b2a9ab72a0445065c20188457fbe174fb43334a79e17b3a9e8553bb6144a971f4c
 DIST deblob-4.17 142269 BLAKE2B 
7ac3e9565b1e72c0cba7590aa8ca8eedb3cab1b31cdbcced2a9170dac9b6e4b3979bc319c1b9b342827754b586ed8571057778862e294658c19c78e25d39dc81
 SHA512 
a0120c94ed132fec3870a836df715a8952aaad54c348938fecd6c755186c69f00b80c9f95fa8b33612d30bcb047fcb21a642a689b255e9ca4abc45e6d97c3e37
+DIST deblob-4.18 143094 BLAKE2B 
6ad1f08bc48923dead72c25cc5e9ca2722d01f59b95684893b01717c0e1da67bb4b87c2516e74e0e4fdddbbaddc20960533dfedbdae7272c870bb76eb2d1a826
 SHA512 
4914fabe913a72e63e61b2f313a9e9147ede28971ceddd8ab4d3fd046f284d6020507a0b08b2e4251ddd7015ca942f1dba07fa6ec891f497418d4594196d2619
 DIST deblob-4.9 146273 BLAKE2B 
8bc593ca375e003183dc6260aab0b2f81675b0814ec50fae3afe5d4ce9ce41c1c1401ce80e1c285153f610f8f730f82d6ad03e2578c792fd4af8779f2d1e3079
 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 DIST deblob-check-4.14 755969 BLAKE2B 
5573bdf913554e23dba3d3c56227a2c8c3fcfad7f4a99e1ec9208171008b5d2d50bdc55000672af95e020ef8171325b9d1797a69c988b4df5b0f71bc2a186fad
 SHA512 
09626864cea33804d3dc94ceb691b24b6c14d1b9531eee8e745276dbc403903d762b1f75d685bf831f42b942d6f7ea265efb0d4889fecc976d95b11faf843fd3
 DIST deblob-check-4.17 772327 BLAKE2B 
1c004c633bfb9948fb4f4529b4adc222f3aa8fbeb01d7eec3d60f574420187977db8e151c9ee963bf54a7580ae2a519acf9e39d416dce79b34246695406aa87f
 SHA512 
bcd5406b566dd59d8d82c293866ccdf8d37e62f6b1283f83042b1a5c366764a4f16a873a4179eacbd7cf6422fbd746f6e8a5f2c02f4f062bcd63a549b9b46c52
+DIST deblob-check-4.18 781430 BLAKE2B 
b5e23f938eb7641ce6127cf2b0909a910f698e8d1ffd34212f999eb5d7a62e2c1846f30b7e349ec1dc995ee24d7fdc824c9dbf3c66cdcf3ceb2a4f457368c6fb
 SHA512 
70ef576b3e56c6671a9c533e7766899e87a197d057639f603ff185dcd3de2e0cc17d51eb725b5b4c6a1ef52e1caa8e4875ae1d65e6d2876447513d1ba0710cba
 DIST deblob-check-4.9 717834 BLAKE2B 

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

2018-09-05 Thread Thomas Deutschmann
commit: b54b414716ab603d6d8e91f7eb2db57099e20cb2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Sep  6 00:44:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep  6 00:44:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54b4147

www-client/firefox: bump to v62.0

Bug: https://bugs.gentoo.org/665168
Closes: https://bugs.gentoo.org/661274
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/firefox/Manifest|  93 ++
 www-client/firefox/firefox-62.0.ebuild | 525 +
 2 files changed, 618 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 8ed84dc0cd4..bcdb28c8a50 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -461,3 +461,96 @@ DIST firefox-61.0-xh.xpi 481792 BLAKE2B 
c76ea18c6507f539565810e8e83ef55a87f48cc6
 DIST firefox-61.0-zh-CN.xpi 514392 BLAKE2B 
d99d6e4704921b18c642b049cf504d1ae8f0d356d2b2ba95cb4fce7c756d236947b999e8185e1c68534eab77c09d4acc00b9cde22f2afe32bdf4d95a68afb89a
 SHA512 
4a496390765eeb1df0dc98fa9f424fd4e2ee36f718a78637aac45ac2200d36a5b1c280eef970d811ba61c7d0817ab75356b6d1c06a4b22c4cdbc24d6d324a2f9
 DIST firefox-61.0-zh-TW.xpi 513542 BLAKE2B 
0416b8f01af07b70e5cdb9ef2192f8aac0b26795657e1367619def7f0ea0cbb76f49a5af39d0c592154c4ff5446af458729dcf51f90a01138bf01a0af5364f2e
 SHA512 
b428d5f8e26e5b44dbd328ea17b29022f84a45d80a4833a69ea4bd3444a3627703aac163b1276ca91d4d210ed30cb7be211960f75d5d6e0f30864de682353b57
 DIST firefox-61.0.source.tar.xz 266932956 BLAKE2B 
b6581ed79f95475721dabead2971ab269b8f9d50c66b83865a79d903feae9e74812c3efe815d669ffb7fc4a1792ec56c3865063f3ebc69e4005f2f8ee6bd2aa7
 SHA512 
5a3c2a15109159becbf983616edb3f86ce7a0b44bf1918c98c4f45ae3604cd6d105c2023e7706bc5de73c0901447415bf7697bb2dd41745490004feeaf48c139
+DIST firefox-62.0-ach.xpi 446322 BLAKE2B 
71d657ab28d498ac6a19f0212a23f353e66d054ee83e021395d9545dec2ba87145a3c50794215d68ba6cba499e031f8ba1bdd9679e160f060d5e781ea5941aa3
 SHA512 
edf25863b126619e50a1e39a1930c85826b252c23b5d36c4dc5e808f612e3cbd624932bf63b13244e26d994b71f48e9543e652e74b4decbdcee045ac5697ed99
+DIST firefox-62.0-af.xpi 432298 BLAKE2B 
386c4179a2c1b90bfad71a75ce96f78c2be95debf2e2c5893990602d92a53c8332494f93f34bb64d1bec1a6dc494b87f73a80264219aa190e019559cb278ed09
 SHA512 
34e5130cf2ba469c6b27ee15535cf3783150798bc73cfcc44ef4afa5d90d7e47c1eae24d055ea5ce7317d6f875a4b5b2320a1f28ecc1baeba4b6992eaa6fb716
+DIST firefox-62.0-an.xpi 467495 BLAKE2B 
7f961abf6ceaab928e8568f4fdfa2b370c17ffae53deba8b1ddde767b09680aebbd050813869414e33ca5a102bd9f8d74d1ab8aedc8f27fc162c28bcbbd09242
 SHA512 
425b7e4436dd9b78a93d6b6fab04d1d0dca4c603b7b31cabf505327ed98145215bcab815c478d26c2ace6ece1665283a9c9dec7199c521a84dcd33c34b4b6b2b
+DIST firefox-62.0-ar.xpi 497992 BLAKE2B 
3e0cee4665909a58ec9517bffefa11ecf35a3e8858de34ec332bea188d03b9e12edcfb5d190631b95325764d6fb797a83c51560c378bed03152860a123bbd961
 SHA512 
52ef5921eb3009731126823bc6aebdbcd03166aa3d8450d3a371046a417c41a86c57fdf495e10d17079c3d43901472bc8bd1de3be0ddf589ecd12a5fd0ecc72d
+DIST firefox-62.0-as.xpi 478311 BLAKE2B 
a156ae4eabe691ffab04d6cd015ce6d77ec9757e7fcaf764650eb5073ade914a17ddb2e10031cb94d08d70396db42fa9e3331e777bc3436216f679b1983c357e
 SHA512 
aad2c64b4b389d8cadfb12efa1c06156e0875f2338f5e1e8d30d82837bcb6f846f2588a476848074bf4b2d0df57511f2ce6078cdd479ae3d673e77294a962c15
+DIST firefox-62.0-ast.xpi 455181 BLAKE2B 
4842e278c80a78ea4b1e79d35e7dd038052e5302bc7fe2335a303ebb6572e0cc7785398e40b45b31fac5f223c4e65f5be63d50fd65915576a558e6add0ce5de8
 SHA512 
a9a35029b9b699294b47b4ddeb69545968497ae8998c87f1335423967ce2ffd127fad86fea626b303e3c6321ec6967f205630a9f23fc9129bef71a0cbcfe529b
+DIST firefox-62.0-az.xpi 477133 BLAKE2B 
ce82badae789b03ca2dfb0477b635c05c15f23c4861c163e3549fddde9db79d14c7bc1e5c85f62e0adcc4eed80c96bf69fcae39218e136dd32f2d2d6cb7307f1
 SHA512 
0da7b37a46487a693e261733e390edcd78d25679f40642dd6fc032beff0f7620942344e5644f660456838324ae95dbec6dc97f6e69e664365b3f52df855bd66b
+DIST firefox-62.0-bg.xpi 524206 BLAKE2B 
c8cd02e672334b1869bc92d9b9f31f30dad3eb485c3f303d83df1736cb755104f48ceffda130f4eaa425b0d3883483a83dc5290534672da86e39aeaa808bfeb3
 SHA512 
d5c15b851dc1d61874ad81b2e43691a6d525aca8dd30582dc2c23fe68cf23dd96608bb7c2e5c70e4a00965a73246d48eb356bb287e14fb9ce5646baf4c6ed6d0
+DIST firefox-62.0-bn-BD.xpi 538602 BLAKE2B 
4ac14a26d0bcd20d16a9c7cc88e42e9edf47ad79061c33258ade65c7acf7308222db3696c0d73017eebed03bbb4e474c07b485466b5fa334c0bbc97f0bc906f2
 SHA512 
1a776552a454c82399941d34addc834dfb72c84906f243e32543363b6f022c97bc9050eb4c50c44d1e774eebdb877966ae64e8556d120bec9bbae1a3f3f4ccc5
+DIST firefox-62.0-bn-IN.xpi 509949 BLAKE2B 
92842ab5d7921f8620fb07a48a1337864633367c17ae56644741edf182aad4c59a6282a452fcba8bc76d15da241409bfb6f5217dcc56eac9bdedea352e0164ce
 SHA512 
e80bdc106f3d73571cb1f803672e6506f9d34c3b47c130628375a77091867bc9225ee1b45512fc6d5ed8b035275b346c3b0b9bd881400d150732e1b2ea2f3426
+DIST firefox-62.0-br.xpi 464398 BLAKE2B 

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

2018-09-05 Thread Thomas Deutschmann
commit: b354b630f2b163be1445ad9275313dfc5e72bbe1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep  5 22:24:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep  5 22:25:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b354b630

www-client/firefox-bin: bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/firefox-bin/Manifest  | 172 +
 www-client/firefox-bin/firefox-bin-60.2.0.ebuild | 181 +++
 www-client/firefox-bin/firefox-bin-62.0.ebuild   | 181 +++
 3 files changed, 534 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 0fbdff02134..0273759d7e3 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,6 +166,90 @@ DIST firefox-60.1.0esr-vi.xpi 527416 BLAKE2B 
6274971f00ce026c63c751cce6bb2593eba
 DIST firefox-60.1.0esr-xh.xpi 511079 BLAKE2B 
588b02a1a37addf5104bbae632094866075418c8cf4be8f3b351866470b3844576fe7cd7b04825c0d28877b885a3d6138e5b06da841381db248c7d429c1b017a
 SHA512 
73d6f5420345a71318342e05b5468b649ccaa1f38ae82b23497024940807aabe0236f674b4f7932ed1d740df6482f2e19b7e6f7da6cff6ee751c555ea66205c6
 DIST firefox-60.1.0esr-zh-CN.xpi 542800 BLAKE2B 
057581e3094ae800bdcb7fc3213a9ec202c722dab947990ba4ab477ba5e6b28697603730d4b76e6a400e33c6fda815326d5ef731da59e76db94f5f86ccbd4f79
 SHA512 
a945211f9a5a6494ac8f86def8f48de2fcd067782fea31f7f98efac94b630e2e401a1b1d7a70875c126266d90d20e84864846554125e53dfec89cf853c9db938
 DIST firefox-60.1.0esr-zh-TW.xpi 541124 BLAKE2B 
cc5e64b8dcd4180a65be30225f047fae3fa43e5e450e8ed4563109c27fd49fbfbc167b8858b8e7a289edab540c937d5af59b18e69b5d3d4ad447b865ed27f231
 SHA512 
395334989f0280cc201fa368a03689e807d8dbf7643cffce71c1702c2e2763c71c6c2a56336a5c935941922a67a286bdb9171a3cec46d9c1cdda7c1383784888
+DIST firefox-60.2.0esr-ach.xpi 496145 BLAKE2B 
97bce2e13a8c73c2d0dde9f60f482b064df4556f53772fa4670999e8b023b7128742869a5d0d8bded33754f547b8b4f4294126f0b5dadd2131eb07b9782908c0
 SHA512 
1db47c7691d024049a2309a3f2be42b117f2eff1b00d81adaca65119a8d144b10f7339cce10652331b7f98f4fccadfeab020f733d4347441962dd419db9b7898
+DIST firefox-60.2.0esr-af.xpi 486622 BLAKE2B 
d78eb520d3161c316d833518ca78b0b4757ad2aa85f4055ca202d9a095da01ea5ca50b4ac05c960826e2619bfcd88902a89762df2642363fb2b8f6ca1e71dac4
 SHA512 
f7aa4314dc9d725d8edf6197b11ce1e1a36ccb0aa571a1bd6ba7dfe51285f0bf96bd9209621516850312937371280357ba4068d8cc49c6b801d2f8690674ef8e
+DIST firefox-60.2.0esr-an.xpi 519809 BLAKE2B 
3b5c8de38761c7b7796367016b54a7f0dc162f9ee962c2849df8a15bfd13aedf830d8e3a8ab465a0ad0c299384111ed43efcd0a9c52db9b1938243a46894
 SHA512 
04d772704ed4fc5c72198f0343baef15ccade22ac0e1cd0942ee3e3e37e334a4e4e0e12c4fe89ca001451b5151dbf18ce047e6aacb90644eb75508d339958bed
+DIST firefox-60.2.0esr-ar.xpi 547037 BLAKE2B 
1e528b2a19fdfb167506d46415d5fcce66b41b6c57b8e50cdb20a466a4c985ea1a10c7f6e7d41996641b4cf8d3802370e1d3361a75affc3c21b9a5f5f446
 SHA512 
2d0b30211effcc5ee1560311bfea8b4ba6f7f43a538ee2327e8aa7a16031849a7989406498d1b09f678bc8d6e5d6c633beb98134ca317d5fa08b13409ded8847
+DIST firefox-60.2.0esr-as.xpi 530031 BLAKE2B 
2e7633d31b3c945e15ebce3bad759043f99a65b130555992f3bd395d6ca40608c35003ec7a494e3b6c2fe14f767455414f8bb024b49757c2a2cd54d3278a2e8e
 SHA512 
ef3e71d6df63901efc6ba4fa7b2302fd1662d87dfa952862773e867114fe13a5676f0b73df4c56341c1be485300613f2398086a7473b073b693052e8e52693e1
+DIST firefox-60.2.0esr-ast.xpi 507954 BLAKE2B 
38222e77bc3f7f77d969830382b586d9c23988f89341e99ee18d289e8728170ca61fab31f6dafd31889ee3274cad1b5aededae97096ed79ce3a5b68ff6c52390
 SHA512 
394288e3952152280c84e178f6f2bd7c39be412f7a9f1528f82ae36ed3804714b9c4d291807ec0939af1326c957b299de1c6d5166713b5506654c6ee4bd91551
+DIST firefox-60.2.0esr-az.xpi 524057 BLAKE2B 
4d2efc825cffe00917377fecdeb09de963cd909443b8177268d8150044b1b0adfc9046b35f47316235ee82b4ce029a5a2bbf8659fe187d75b5ae2cb5bb90954a
 SHA512 
1821f841a1c7eea80c983f4128e8c4ea4ee6ccb066d018863fe7c3f2817b0473c6ba1b733695ea90d021ba884127bdf277c9ca10797229618ef2dc4f5434f62c
+DIST firefox-60.2.0esr-bg.xpi 573157 BLAKE2B 
32d6572ef9a231eaa3bbd21f3e33c7268642ced02562393c2666f001f42fe37c293ea4b01add8c88f1f6aac72e64e762e55d5c14db01fa188313f9448c4da5bc
 SHA512 
0c7f5483f27afe5957846f724b97e6511a91432116c02471c51ac7299eb64c7bc76df6071ebe2fd03d008d080a57d3e8fcdad4f07da313d7540b4c0cf50b73eb
+DIST firefox-60.2.0esr-bn-BD.xpi 589720 BLAKE2B 
7bbac81cf63e4539998b3cfbd2cba9e33c7ea2493639b1a355313569d8c8ffe7dad5730f5006837f570ef9b75d54f10888bab9f911ee5a215af3f4f5f65b5d64
 SHA512 
37e6f9d7d42dd2db51f47820b07de4b7ea248ca27c4f8addfbd2e41fe9488ff793b6fe39bf2be659a3726c4e2c9c4dfec1e0f9d47feabf4ac7e74e54a59eb5e4
+DIST firefox-60.2.0esr-bn-IN.xpi 570163 BLAKE2B 
dc0cb32661d4a9336642904b5006f43f6c71a7aa02598f46c36166dc866e5be9390a8e825af5b2454759a50f2e461e7e51f5a60c8eaf27fb862694d5d09cc9dd
 SHA512 

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

2018-09-05 Thread Thomas Deutschmann
commit: 174e8df6e9b3c6e33da67052a14d07db94eba939
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep  5 22:25:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep  5 22:25:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174e8df6

www-client/firefox-bin: amd64 & x86 stable

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 www-client/firefox-bin/firefox-bin-60.2.0.ebuild | 2 +-
 www-client/firefox-bin/firefox-bin-62.0.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox-bin/firefox-bin-60.2.0.ebuild 
b/www-client/firefox-bin/firefox-bin-60.2.0.ebuild
index 8ca945b7569..1bd69fcb71f 100644
--- a/www-client/firefox-bin/firefox-bin-60.2.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-60.2.0.ebuild
@@ -33,7 +33,7 @@ SRC_URI="${SRC_URI}
 HOMEPAGE="https://www.mozilla.org/en-US/firefox/;
 RESTRICT="strip mirror"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="+ffmpeg +pulseaudio selinux startup-notification"

diff --git a/www-client/firefox-bin/firefox-bin-62.0.ebuild 
b/www-client/firefox-bin/firefox-bin-62.0.ebuild
index 4d1814a7ffa..179d3ff1570 100644
--- a/www-client/firefox-bin/firefox-bin-62.0.ebuild
+++ b/www-client/firefox-bin/firefox-bin-62.0.ebuild
@@ -33,7 +33,7 @@ SRC_URI="${SRC_URI}
 HOMEPAGE="https://www.mozilla.org/en-US/firefox/;
 RESTRICT="strip mirror"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="+ffmpeg +pulseaudio selinux startup-notification"



  1   2   >