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

2017-10-13 Thread Alfredo Tupone
commit: ebe231de790ad2672cfb20d50d2789fb5e11
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Sat Oct 14 06:58:53 2017 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Oct 14 06:58:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe231de

sci-mathematics/alt-ergo: Adding alt-ergo 1.30

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-mathematics/alt-ergo/Manifest |  1 +
 sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild | 34 +++
 sci-mathematics/alt-ergo/metadata.xml | 16 +
 3 files changed, 51 insertions(+)

diff --git a/sci-mathematics/alt-ergo/Manifest 
b/sci-mathematics/alt-ergo/Manifest
new file mode 100644
index 000..576d5476a19
--- /dev/null
+++ b/sci-mathematics/alt-ergo/Manifest
@@ -0,0 +1 @@
+DIST alt-ergo-1.30.tar.gz 380329 SHA256 
2fd8428323efeafe1f0a92aeaf98242f4668784567a25eac230675451653b708 SHA512 
6ac6abdc6602b0ba89ee58eb96c66ac93e8195e0b4f75595381eded86365c2dd881251de2b77e2f1137684651ddc7fd94f922509de0be2964d81f52a6fb0f2f2
 WHIRLPOOL 
45ac4e9f0f44e1deb30a32fb4d83624cf152dcbd734bc5baaf26f2460ac1eb67553049665ed733013bca3c3749af916510f8f0c3693eadada1d6df0949c017cc

diff --git a/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild 
b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
new file mode 100644
index 000..46560c62743
--- /dev/null
+++ b/sci-mathematics/alt-ergo/alt-ergo-1.30.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Automatic theorem prover"
+HOMEPAGE="http://alt-ergo.ocamlpro.com";
+SRC_URI="https://alt-ergo.ocamlpro.com/http/${P}/${P}.tar.gz";
+
+LICENSE="CeCILL-C"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples gtk +ocamlopt"
+
+DEPEND=">=dev-lang/ocaml-3.12.1[ocamlopt?]
+   dev-ml/zarith
+   gtk? ( >=dev-ml/lablgtk-2.14[sourceview,ocamlopt?] )
+   dev-ml/camlzip
+   dev-ml/ocplib-simplex"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGES INSTALL.md README.md )
+
+src_compile() {
+   emake
+   use gtk && emake gui
+}
+
+src_install() {
+   default
+   use gtk && emake DESTDIR="${D}" install-gui
+   insinto /usr/share/doc/${PF}
+   use examples && doins -r examples
+}

diff --git a/sci-mathematics/alt-ergo/metadata.xml 
b/sci-mathematics/alt-ergo/metadata.xml
new file mode 100644
index 000..8e305fa324a
--- /dev/null
+++ b/sci-mathematics/alt-ergo/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+   Alt-Ergo is an open-source automatic solver of mathematical 
formulas
+   designed for program verification. It is based on 
Satisfiability Modulo
+   Theories (SMT). Solvers of this family have made impressive 
advances
+   and became very popular during the last decade. They are now 
used is
+   various domains such as hardware design, software verification 
and
+   formal testing.
+   
+



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

2017-10-13 Thread Alon Bar-Lev
commit: 8641f4ecd15460581c51517a9ce54e9ac27b2f61
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Oct 14 06:31:26 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct 14 06:31:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8641f4ec

net-libs/gnutls: fix metadata.xml spaces

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/gnutls/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gnutls/metadata.xml b/net-libs/gnutls/metadata.xml
index 9f796b4b07f..85804ccbea4 100644
--- a/net-libs/gnutls/metadata.xml
+++ b/net-libs/gnutls/metadata.xml
@@ -11,7 +11,7 @@
   Named Entities. Requires net-dns/unbound
 
 
- Enable openpgp support
+  Enable openpgp support
 
 
   Build openssl compatibility libraries



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

2017-10-13 Thread Alon Bar-Lev
commit: 2c78f90d70f3680c88116d3d842b1323550345f1
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Oct 14 01:46:03 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Oct 14 01:46:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c78f90d

net-libs/gnutls: cleanup

Gentoo-Bug: https://bugs.gentoo.org/622038
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-libs/gnutls/Manifest |   2 -
 net-libs/gnutls/gnutls-3.5.12.ebuild | 134 ---
 net-libs/gnutls/gnutls-3.5.14.ebuild | 134 ---
 3 files changed, 270 deletions(-)

diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest
index c0a68df90fb..9c83cdb4613 100644
--- a/net-libs/gnutls/Manifest
+++ b/net-libs/gnutls/Manifest
@@ -1,5 +1,3 @@
-DIST gnutls-3.5.12.tar.xz 7212652 SHA256 
63cb39a5eaa029381df2e49a74cfb7be89fc4a592445191818ffe1e66bde57cb SHA512 
8fec23e7e494a2e15e0f938115cae1ba3fee952d634db387f983b01096f68ca4313b23bc4c439d3c7fdd07c861eac4913a7c2343c8704961588ae195886ec90c
 WHIRLPOOL 
f7309aa89e75ed75371893ba4e4ac89f9f8bc7a61ef10ae4c4986aec290ae2dc5108cd3cc6463af6700ddab3754c6fcbd10ac95d3c40c4549cfdf6b3289f8a72
 DIST gnutls-3.5.13.tar.xz 7226468 SHA256 
79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096 SHA512 
e98f23a589042f879936c3f8b474535e695fb7dd68a9e81323668c013241f765c2d3af6c6a072ecf867acc1e551ec46e15bb842144d3a06bdd5d2f4fc3d828a7
 WHIRLPOOL 
89439e7adba634698642a247c418569c0ea6ca6155bfb5dce17c8ed69d2506a37d9ad793122aaaec92adffefa75cb23a857c49ef722c5cf506700fe0c34b6028
-DIST gnutls-3.5.14.tar.xz 7228200 SHA256 
4aa12dec92f42a0434df794aca3d02f6f2a35b47b48c01252de65f355c051bda SHA512 
c55384bdf835c0f7715bfb10b7fa0ac30d26d53ffa5f32af78844cf27985407eed034af77413fb2e94e3a0c0a5fb0597d66f5dbbbe72e5e0658bfeeafa6f7829
 WHIRLPOOL 
c6ae68898983184d00dde78a38a3398b677541ae6316a25544668f183423da1f6c3c7f3709f896f6c135e6907d832d6980f102d77b40758f9cf81c25f68cb086
 DIST gnutls-3.5.15.tar.xz 7238928 SHA256 
046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5 SHA512 
046cf3adf6cc3d38fd431f2ff28ddabb65f3c13379516d105316a04c7128be89c5f7ed3df6a034fc06e9ab2e154c2cde2f5cbe8530a1e58cc4b4fb72e158134b
 WHIRLPOOL 
811cca49bdd144107b6c25de31b3209694a8590107953fc3c4ecafddba48339e98cf1dc8e489addb04f0ac525411e96e505fd8edb342dca4e02f97dde3f26ffe
 DIST gnutls-3.6.0.tar.xz 8024972 SHA256 
2ab9e3c0131fcd9142382f37ba9c6d20022b76cba83560cbcaa8e4002d71fb72 SHA512 
e5f36d7e8d64e8432098e30549c321745d3605eeb85aba2a04bfa92146ca771961f0e2f3682bcae36be5b6095acd25996104a4213ce7b3466d61332a5188dc03
 WHIRLPOOL 
e8e479d7a0adc14c969b7364f58505f68ed92054fb8d8ba862f59d9ab64578e83ae02309ec9b5da2e63fc5dec799d86e434abc32394dbf414dc46bf46b15b0c8

diff --git a/net-libs/gnutls/gnutls-3.5.12.ebuild 
b/net-libs/gnutls/gnutls-3.5.12.ebuild
deleted file mode 100644
index 3cc5187823c..000
--- a/net-libs/gnutls/gnutls-3.5.12.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit libtool ltprune multilib-minimal versionator
-
-DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project"
-HOMEPAGE="http://www.gnutls.org/";
-SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz"
-
-LICENSE="GPL-3 LGPL-2.1"
-SLOT="0/30" # libgnutls.so number
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
-IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 
sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib 
${IUSE_LINGUAS// / linguas_}"
-
-REQUIRED_USE="
-   test-full? ( guile pkcs11 openpgp openssl idn seccomp tools zlib )"
-
-# NOTICE: sys-devel/autogen is required at runtime as we
-# use system libopts
-RDEPEND=">=dev-libs/libtasn1-4.9:=[${MULTILIB_USEDEP}]
-   dev-libs/libunistring:=[${MULTILIB_USEDEP}]
-   >=dev-libs/nettle-3.1:=[gmp,${MULTILIB_USEDEP}]
-   >=dev-libs/gmp-5.1.3-r1:=[${MULTILIB_USEDEP}]
-   tools? ( sys-devel/autogen )
-   dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:=[networking] )
-   nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
-   pkcs11? ( >=app-crypt/p11-kit-0.23.1[${MULTILIB_USEDEP}] )
-   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
-   idn? ( >=net-dns/libidn2-0.16-r1[${MULTILIB_USEDEP}] )
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20140508
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   )"
-DEPEND="${RDEPEND}
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   doc? ( dev-util/gtk-doc )
-   nls? (

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

2017-10-13 Thread Markus Meier
commit: 8f423ffea9d2e7b89b8c4a7b766d443c2a3c5f2f
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:22:32 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:22:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f423ffe

media-video/ffmpeg: arm stable, bug #630460

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-video/ffmpeg/ffmpeg-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
index 66159129457..527fc20e356 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
@@ -54,7 +54,7 @@ LICENSE="
samba? ( GPL-3 )
 "
 if [ "${PV#}" = "${PV}" ] ; then
-   KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 fi
 
 # Options to use as use_enable in the foo[:bar] form.



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

2017-10-13 Thread Markus Meier
commit: a960d786b8f2444d6940d5e7de6874299de7c4c3
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:21:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:21:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a960d786

profiles: bump ffmpeg version for package.use.stable.mask, bug #630460

Signed-off-by: Markus Meier  gentoo.org>

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

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 6c39e2d6842..a962e7b03b7 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -18,7 +18,7 @@ media-libs/sdl-mixer fluidsynth
 # Alexis Ballier  (29 May 2017)
 # frei0r-plugins is not stable yet, mask it on stable versions
  (26 May 2017)
 # toolame not stable yet



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

2017-10-13 Thread Markus Meier
commit: 1e2bc4bc1c2286174bc25d7194a20ce590d45427
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:15:27 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:15:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e2bc4bc

media-video/mplayer: arm stable, bug #581952

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 media-video/mplayer/mplayer-1.3.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mplayer/mplayer-1.3.0-r3.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
index 98a7e338b0a..ef36667a318 100644
--- a/media-video/mplayer/mplayer-1.3.0-r3.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
@@ -156,9 +156,9 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 else
-   KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 x86"
+   KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 x86"
 fi
 
 # faac codecs are nonfree



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2017-10-13 Thread Markus Meier
commit: 0ad9a568860ff6d91ba619782ddaf5cf449fdaeb
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:16:17 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:16:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad9a568

net-print/cups-filters: arm stable, bug #627392

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 net-print/cups-filters/cups-filters-1.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-filters/cups-filters-1.16.4.ebuild 
b/net-print/cups-filters/cups-filters-1.16.4.ebuild
index 2df6a72f971..9517c9839ca 100644
--- a/net-print/cups-filters/cups-filters-1.16.4.ebuild
+++ b/net-print/cups-filters/cups-filters-1.16.4.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters";
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters";



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

2017-10-13 Thread Markus Meier
commit: 37c0e1f4e9d6b0720cf9e3e4f22e96f9735ac5ce
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:15:00 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:15:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c0e1f4

media-sound/toolame: arm stable, bug #581952

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 media-sound/toolame/toolame-02l-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/toolame/toolame-02l-r4.ebuild 
b/media-sound/toolame/toolame-02l-r4.ebuild
index 685ff590e1c..4d732b6a554 100644
--- a/media-sound/toolame/toolame-02l-r4.ebuild
+++ b/media-sound/toolame/toolame-02l-r4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 PATCHES=(



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

2017-10-13 Thread Markus Meier
commit: 80c92afd42f2c3680a9e8c1aee3b5b5c0748cef1
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:16:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:16:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c92afd

app-text/poppler: arm stable, bug #627390

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/app-text/poppler/poppler-0.57.0.ebuild 
b/app-text/poppler/poppler-0.57.0.ebuild
index 4f93e5af5da..46891458997 100644
--- a/app-text/poppler/poppler-0.57.0.ebuild
+++ b/app-text/poppler/poppler-0.57.0.ebuild
@@ -11,7 +11,7 @@ if [[ "${PV}" == "" ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/68"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2017-10-13 Thread Markus Meier
commit: 287df7a3acc7af59edad8076efce4b182f68e9b7
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:17:23 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:17:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287df7a3

media-libs/openjpeg: arm stable, bug #629668

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/openjpeg/openjpeg-2.3.0.ebuild 
b/media-libs/openjpeg/openjpeg-2.3.0.ebuild
index 75a932201b8..704ebbed817 100644
--- a/media-libs/openjpeg/openjpeg-2.3.0.ebuild
+++ b/media-libs/openjpeg/openjpeg-2.3.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/uclouvain/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD-2"
 SLOT="2/7" # based on SONAME
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs test"
 
 RDEPEND="media-libs/lcms:2=



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

2017-10-13 Thread Markus Meier
commit: 20fa4f89ef512b28b59e8ceffdb1f6933bf96e53
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:17:01 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fa4f89

net-dns/libidn2: arm stable, bug #629466

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-dns/libidn2/libidn2-2.0.4.ebuild 
b/net-dns/libidn2/libidn2-2.0.4.ebuild
index 7b64e993d3a..7b568184d25 100644
--- a/net-dns/libidn2/libidn2-2.0.4.ebuild
+++ b/net-dns/libidn2/libidn2-2.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="



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

2017-10-13 Thread Markus Meier
commit: 4cd6e4909b3327120f3c8d26793f8aa9f4bdd65e
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 14 06:15:50 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 14 06:15:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd6e490

net-libs/gnutls: arm stable, bug #622038

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-libs/gnutls/gnutls-3.5.13.ebuild 
b/net-libs/gnutls/gnutls-3.5.13.ebuild
index 096f0e9dbb4..d927832a49a 100644
--- a/net-libs/gnutls/gnutls-3.5.13.ebuild
+++ b/net-libs/gnutls/gnutls-3.5.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 
1-2)/${P}.tar.xz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/30" # libgnutls.so number
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
 IUSE="+cxx dane doc examples guile +idn nls openpgp +openssl pkcs11 sslv2 
sslv3 seccomp static-libs test test-full +tls-heartbeat tools valgrind zlib 
${IUSE_LINGUAS// / linguas_}"
 



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

2017-10-13 Thread Steve Arnold
commit: 8d8d65810344d48769b7f0addee27aea2613ab2e
Author: Stephen L Arnold  gentoo  org>
AuthorDate: Sat Oct 14 05:58:49 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sat Oct 14 05:58:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8d6581

sys-devel/crossdev: remove obsolete patch (change pushed)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-devel/crossdev/crossdev-.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-devel/crossdev/crossdev-.ebuild 
b/sys-devel/crossdev/crossdev-.ebuild
index aa413719ace..724d297db4a 100644
--- a/sys-devel/crossdev/crossdev-.ebuild
+++ b/sys-devel/crossdev/crossdev-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -26,10 +26,6 @@ RDEPEND=">=sys-apps/portage-2.1
!sys-devel/crossdev-wrappers"
 DEPEND="app-arch/xz-utils"
 
-PATCHES=(
-   "${FILESDIR}"/use-new-path-for-functions.sh.patch
-)
-
 src_install() {
default
if [[ "${PV}" == "" ]] ; then



[gentoo-commits] proj/portage:master commit in: pym/portage/dbapi/, /, pym/_emerge/

2017-10-13 Thread Zac Medico
commit: 8b1f9dbd925ccf9c23909116c56eaa4d4f996474
Author: Daniel Robbins  funtoo  org>
AuthorDate: Fri Oct 13 21:33:19 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct 14 04:44:29 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8b1f9dbd

portdbapi: cache catpkg to repository mappings

In order to avoid performance problems as the number
of repositories increases, use a cache of catpkg to
repository mappings to optimize findname2, cp_list,
and getRepositories methods.

Bug: https://bugs.gentoo.org/634210
Closes: https://github.com/gentoo/portage/pull/218

 NEWS  |   7 +++
 RELEASE-NOTES |   6 +++
 pym/_emerge/depgraph.py   |   4 +-
 pym/portage/dbapi/porttree.py | 103 +-
 4 files changed, 107 insertions(+), 13 deletions(-)

diff --git a/NEWS b/NEWS
index 60a436522..c773530e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 News (mainly features/major bug fixes)
 
+portage-2.3.12
+
+* better_cache implemented to use less expensive os.listdir() instead of
+  os.stat() operations to scan for ebuilds. Avoids exhaustively scanning
+  overlays for all ebuilds which allows Portage to not slow down significantly
+  with lots of overlays enabled. (Daniel Robbins)
+
 portage-2.3.7
 -
 * eapply_user combines patch basenames from all matched directories into a

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 81c54e550..749322aaa 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,12 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.12
+==
+* Bug Fixes:
+- Bug 634210 optimize portdbapi performance to handle large numbers
+  of repositories (Daniel Robbins)
+
 portage-2.3.11
 ==
 * Bug Fixes:

diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py
index 75fb3..f54acdc26 100644
--- a/pym/_emerge/depgraph.py
+++ b/pym/_emerge/depgraph.py
@@ -5039,7 +5039,7 @@ class depgraph(object):
if atom.soname:
repo_list = [None]
elif atom.repo is None and hasattr(db, 
"getRepositories"):
-   repo_list = db.getRepositories()
+   repo_list = db.getRepositories(catpkg=atom.cp)
else:
repo_list = [atom.repo]
 
@@ -5490,7 +5490,7 @@ class depgraph(object):
atom_set = InternalPackageSet(initial_atoms=(atom,),
allow_repo=True)
if atom.repo is None and hasattr(db, "getRepositories"):
-   repo_list = db.getRepositories()
+   repo_list = 
db.getRepositories(catpkg=atom_exp.cp)
else:
repo_list = [atom.repo]
 

diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index a3254d017..53edcd18f 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -43,6 +43,8 @@ import os as _os
 import sys
 import traceback
 import warnings
+import errno
+import collections
 
 try:
from urllib.parse import urlparse
@@ -253,6 +255,7 @@ class portdbapi(dbapi):
"RESTRICT", "SLOT", "DEFINED_PHASES", "REQUIRED_USE"])
 
self._aux_cache = {}
+   self._better_cache = None
self._broken_ebuilds = set()
 
@property
@@ -342,12 +345,21 @@ class portdbapi(dbapi):
except KeyError:
return None
 
-   def getRepositories(self):
+   def getRepositories(self, catpkg=None):
"""
-   This function is required for GLEP 42 compliance; it will 
return a list of
-   repository IDs
-   TreeMap = {id: path}
+   With catpkg=None, this will return a complete list of 
repositories in this dbapi. With catpkg set to a value,
+   this method will return a short-list of repositories that 
contain this catpkg. Use this second approach if
+   possible, to avoid exhaustively searching all repos for a 
particular catpkg. It's faster for this method to
+   find the catpkg than for you do it yourself.
+
+   This function is required for GLEP 42 compliance.
+
+   @param catpkg: catpkg for which we want a list of repositories; 
we'll get a list of all repos containing this
+ catpkg; if None, return a list of all Repositories that 
contain a particular catpkg.
+   @return: a list of repositories.
"""
+   if catpkg is not None and self._better_cache is not None and 
catpkg in self._better_cache:
+   return [repo.name for repo in 
self._better_cache[cat

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-DBI/

2017-10-13 Thread Kent Fredric
commit: 894e3ade2c53cf3f4452f5003ceaf6f4dc6baa4d
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct 14 03:50:13 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct 14 04:31:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894e3ade

dev-perl/Apache-DBI: Enhance testing

- EAPI6
- Add USE="examples"
- Fix DESCRIPTION
- Enhance testing substantially

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild | 55 
 1 file changed, 55 insertions(+)

diff --git a/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild 
b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild
new file mode 100644
index 000..1540bd97087
--- /dev/null
+++ b/dev-perl/Apache-DBI/Apache-DBI-1.120.0-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PHRED
+DIST_VERSION=1.12
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Authentication and Authorization via Perl's DBI"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Digest-SHA1-2.10.0
+   >=virtual/perl-Digest-MD5-2.2
+   >=dev-perl/DBI-1.30"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"
+src_test() {
+   local MODULES=(
+   "Apache::DBI ${DIST_VERSION}"
+   # Defaults to Apache1 Logic, but supports
+   # Apache2 but must run under Apache2
+   #   "Apache::AuthDBI ${DIST_VERSION}"
+   )
+   has_version "dev-perl/DBD-mysql" && MODULES+=( "DBD::mysql" );
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+   eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   local i;
+   elog "Install the following dependencies for comprehensive tests:"
+   i="$(if has_version "dev-perl/DBD-mysql"; then echo '[I]'; else echo '[ 
]'; fi)"
+   elog " $i dev-perl/DBD-mysql"
+   elog "- Test apache authentication using mysql as a backing store"
+   elog "  (Also requires a running mysql instance)"
+   elog "For testing details, see:"
+   elog 
"https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Apache-DBI";
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Apache-Reload/

2017-10-13 Thread Kent Fredric
commit: 1f764b01a14e3d9f79aa3bbd3e971000de4f7388
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct 14 04:26:42 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct 14 04:31:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f764b01

dev-perl/Apache-Reload: Enhance and enable tests

- EAPI6
- Fix description
- Fix missing build dependency
- Improve tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Apache-Reload/Apache-Reload-0.130.0-r1.ebuild  | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild 
b/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild
new file mode 100644
index 000..4d26ce84020
--- /dev/null
+++ b/dev-perl/Apache-Reload/Apache-Reload-0.130.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SHAY
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Automatically reload changed modules without restarting Apache"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="www-apache/mod_perl"
+DEPEND="${RDEPEND}
+   dev-perl/Apache-Test
+"
+
+src_test() {
+   local MODULES=(
+   "Apache::Reload ${DIST_VERSION}"
+   "Apache2::Reload ${DIST_VERSION}"
+   )
+   local failed=()
+   for dep in "${MODULES[@]}"; do
+   ebegin "Compile testing ${dep}"
+   perl -Mblib="${S}" -M"${dep} ()" -e1
+   eend $? || failed+=( "$dep" )
+   done
+   if [[ ${failed[@]} ]]; then
+   echo
+   eerror "One or more modules failed compile:";
+   for dep in "${failed[@]}"; do
+   eerror "  ${dep}"
+   done
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}



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

2017-10-13 Thread Michael Palimaka
commit: 58f84fe4964a0bdd7e335c7819cdb9c03c52697c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 14 04:24:32 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 14 04:26:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f84fe4

x11-misc/sddm: fix runtime failure when consolekit is used

Bug: https://bugs.gentoo.org/633920
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-misc/sddm/files/sddm-0.16.0-ck2-revert.patch | 20 +++
 x11-misc/sddm/sddm-0.16.0-r1.ebuild  | 66 
 2 files changed, 86 insertions(+)

diff --git a/x11-misc/sddm/files/sddm-0.16.0-ck2-revert.patch 
b/x11-misc/sddm/files/sddm-0.16.0-ck2-revert.patch
new file mode 100644
index 000..bbe2a272840
--- /dev/null
+++ b/x11-misc/sddm/files/sddm-0.16.0-ck2-revert.patch
@@ -0,0 +1,20 @@
+SDDM 0.16.0 fails to start with consolekit2 because it assumes consolekit2
+has the same interface names as logind.
+
+This patch forces sddm to use legacy behaviour when consolekit2 is detected.
+
+Bug: https://bugs.gentoo.org/633920
+Bug: https://github.com/sddm/sddm/issues/903
+Bug: https://github.com/ConsoleKit2/ConsoleKit2/issues/99
+
+--- a/src/daemon/LogindDBusTypes.cpp
 b/src/daemon/LogindDBusTypes.cpp
+@@ -60,7 +60,7 @@
+ 
+ if 
(QDBusConnection::systemBus().interface()->isServiceRegistered(QStringLiteral("org.freedesktop.ConsoleKit")))
 {
+ qDebug() << "Console kit interface found";
+-available = true;
++available = false;
+ serviceName = QStringLiteral("org.freedesktop.ConsoleKit");
+ managerPath = QStringLiteral("/org/freedesktop/ConsoleKit/Manager");
+ managerIfaceName = 
QStringLiteral("/org.freedesktop.ConsoleKit.Manager"); //note this doesn't 
match logind

diff --git a/x11-misc/sddm/sddm-0.16.0-r1.ebuild 
b/x11-misc/sddm/sddm-0.16.0-r1.ebuild
new file mode 100644
index 000..3aaacde32ab
--- /dev/null
+++ b/x11-misc/sddm/sddm-0.16.0-r1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils systemd user
+
+DESCRIPTION="Simple Desktop Display Manager"
+HOMEPAGE="https://github.com/sddm/sddm";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz";
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
+SLOT="0"
+IUSE="consolekit elogind +pam systemd"
+
+REQUIRED_USE="?? ( elogind systemd )"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.6:5
+   >=dev-qt/qtdbus-5.6:5
+   >=dev-qt/qtgui-5.6:5
+   >=dev-qt/qtdeclarative-5.6:5
+   >=dev-qt/qtnetwork-5.6:5
+   >=x11-base/xorg-server-1.15.1
+   x11-libs/libxcb[xkb]
+   consolekit? ( >=sys-auth/consolekit-0.9.4 )
+   elogind? ( sys-auth/elogind )
+   pam? ( sys-libs/pam )
+   systemd? ( sys-apps/systemd:= )
+   !systemd? ( sys-power/upower )"
+
+DEPEND="${RDEPEND}
+   dev-python/docutils
+   >=dev-qt/linguist-tools-5.6:5
+   >=dev-qt/qttest-5.6:5
+   kde-frameworks/extra-cmake-modules
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.12.0-respect-user-flags.patch" # fix for flags 
handling and bug 563108
+   "${FILESDIR}/${P}-ck2-revert.patch" #bug 633920
+)
+
+src_prepare() {
+   use consolekit && eapply "${FILESDIR}/${PN}-0.14.0-consolekit.patch"
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_PAM=$(usex pam)
+   -DNO_SYSTEMD=$(usex '!systemd')
+   -DUSE_ELOGIND=$(usex 'elogind')
+   -DBUILD_MAN_PAGES=ON
+   -DDBUS_CONFIG_FILENAME="org.freedesktop.sddm.conf"
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN},video
+
+   systemd_reenable sddm.service
+}



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

2017-10-13 Thread Michael Palimaka
commit: 86a7fd50fe2b1cb71074379eee45d2fdd11f4617
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct 14 02:41:49 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct 14 02:42:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a7fd50

app-admin/keepass: version bump 2.37

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/keepass/Manifest|   1 +
 app-admin/keepass/keepass-2.37.ebuild | 111 ++
 2 files changed, 112 insertions(+)

diff --git a/app-admin/keepass/Manifest b/app-admin/keepass/Manifest
index f9b9d9129eb..9e12b375465 100644
--- a/app-admin/keepass/Manifest
+++ b/app-admin/keepass/Manifest
@@ -1 +1,2 @@
 DIST KeePass-2.36-Source.zip 5063221 SHA256 
de7e3e9d9bedab13e4d66b0ee941b2ebedaa08d8090f7cd78bd0fc019187d8c8 SHA512 
16d51ed6bc437172765f69d1d67862afe7219a0898d13b4609198bbd7b5107620f1be418f5ea6ba23a5e3c7ca12d45ba3f0f3778c516eea6b2b953bc291cfe41
 WHIRLPOOL 
1d9fbf662757e09c4854010da9f6960fe4bf794eb694b37a9f63d813c1e1d1471257a66f01eac761fed5b06831f659cb81f11eba8858ee4e128cd578a19fcae8
+DIST KeePass-2.37-Source.zip 5080663 SHA256 
1d8ffdd8ce1050939755311994ea3a491052bcb54d772bd7fc748567a5bbcbf1 SHA512 
d094793a3216181ae375fb1343a809a20c358786bdf369c0171e5b7ca17a74bada314875cf410d84efaa4fa2b13e199de9be3c60f5f4e2c189241e4fffec8ad8
 WHIRLPOOL 
341140bf316d5750e0ad02e3edea9254471dbfe9c78e5441687847ed02fc0b4f44ae6ea310f523b7ad1ee6eb1af36f27568e17de9df5fbc38c16070ed20af8bf

diff --git a/app-admin/keepass/keepass-2.37.ebuild 
b/app-admin/keepass/keepass-2.37.ebuild
new file mode 100644
index 000..4cdca74eeb1
--- /dev/null
+++ b/app-admin/keepass/keepass-2.37.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils xdg-utils
+
+MY_PN="KeePass"
+DESCRIPTION="A free, open source, light-weight and easy-to-use password 
manager"
+HOMEPAGE="http://keepass.info/";
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-Source.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="aot"
+
+COMMON_DEPEND="dev-lang/mono"
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-dotnet/libgdiplus[cairo]
+"
+
+S="${WORKDIR}"
+PATCHES=( "${FILESDIR}/${PN}-2.36-xsl-path-detection.patch" )
+
+src_prepare() {
+   # KeePass looks for some XSL files in the same folder as the executable,
+   # we prefer to have it in /usr/share/KeePass. Apply patch using base 
function.
+   # This XSL file will not be upstreamed since the KeePass creator said 
that
+   # including this patch would break the Portable USB version of KeePass
+   # (which keeps/looks for xsl files in its own folder)
+   default
+
+   # Switch into build dir so the mono prepration script works correctly
+   cd Build || die
+   source PrepMonoDev.sh || die
+   cd ../ || die
+}
+
+src_compile() {
+   # Build with Release target
+   xbuild /target:KeePass /property:Configuration=Release || die
+
+   # Run Ahead Of Time compiler on the binary
+   if use aot; then
+   cp Ext/KeePass.exe.config Build/KeePass/Release/ || die
+   mono --aot -O=all Build/KeePass/Release/KeePass.exe || die
+   fi
+}
+
+src_install() {
+   # Wrapper script to launch mono
+   make_wrapper "${PN}" "mono /usr/$(get_libdir)/${PN}/KeePass.exe"
+
+   # Some XSL files
+   insinto "/usr/share/${PN}/XSL"
+   doins Ext/XSL/*
+
+   insinto "/usr/$(get_libdir)/${PN}/"
+   exeinto "/usr/$(get_libdir)/${PN}/"
+
+   doins Ext/KeePass.exe.config
+
+   # Default configuration, simply says to use user-specific configuration
+   doins Ext/KeePass.config.xml
+
+   # The actual executable
+   doexe Build/KeePass/Release/KeePass.exe
+
+   # Copy the AOT compilation result
+   if use aot; then
+   doexe Build/KeePass/Release/KeePass.exe.so
+   fi
+
+   # Prepare the icons
+   newicon -s 256 Ext/Icons_04_CB/Finals/plockb.png "${PN}.png"
+   newicon -s 256 -t gnome -c mimetypes Ext/Icons_04_CB/Finals/plockb.png 
"application-x-${PN}2.png"
+
+   # Create a desktop entry and associate it with the KeePass mime type
+   make_desktop_entry "${PN}" "${MY_PN}" "${PN}" "System;Security" 
"MimeType=application/x-keepass2;"
+
+   # MIME descriptor for .kdbx files
+   insinto /usr/share/mime/packages/
+   doins "${FILESDIR}/${PN}.xml"
+
+   # sed, because patching this really sucks
+   sed -i 's/mono/mono --verify-all/g' "${D}/usr/bin/keepass"
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+
+   if ! has_version x11-misc/xdotool ; then
+   elog "Optional dependencies:"
+   elog "  x11-misc/xdotool (enables autotype/autofill)"
+   fi
+
+   elo

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

2017-10-13 Thread Andreas Sturmlechner
commit: d68e6c03460539eb97f782bfb46fa894d843841d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 00:10:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 14 00:10:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d68e6c03

media-libs/taglib: Security cleanup

Gentoo-bug: 627296
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-libs/taglib/Manifest   |  1 -
 media-libs/taglib/metadata.xml   |  1 -
 media-libs/taglib/taglib-1.11.1.ebuild   | 54 --
 media-libs/taglib/taglib-1.9.1-r2.ebuild | 65 
 4 files changed, 121 deletions(-)

diff --git a/media-libs/taglib/Manifest b/media-libs/taglib/Manifest
index c681c95b835..893cea44b90 100644
--- a/media-libs/taglib/Manifest
+++ b/media-libs/taglib/Manifest
@@ -1,2 +1 @@
 DIST taglib-1.11.1.tar.gz 1261620 SHA256 
b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b SHA512 
7846775c4954ea948fe4383e514ba7c11f55d038ee06b6ea5a0a1c1069044b348026e76b27aa4ba1c71539aa8143e1401fab39184cc6e915ba0ae2c06133cb98
 WHIRLPOOL 
243cafaf238303eb2dcdca415ced4dbfb49d4890ba4ad5baec25aff9175bc33e3a20835518d461be946805b7b438c50c86d3999dc98fa648d177ac32a4a0b062
-DIST taglib-1.9.1.tar.gz 654074 SHA256 
d4da9aaaddf590ff15273b9b2c4622b6ce8377de0f40bab40155d471ede9c585 SHA512 
17523b7ebdd089520289ae817b07f291be93fd0b9d3b2891eb4860a24e45943e94d25b99250c1ac477de5e51b08c39887ca13fdcc2dce17867eb60d1edb26154
 WHIRLPOOL 
962ec0508d8256a54ea686d4fb8d366f23f82bf10df6406c8012295ceda8416a5f23db6e450551b685798d628623eb5247e6ab7b658f955d897b86340baa5e8e

diff --git a/media-libs/taglib/metadata.xml b/media-libs/taglib/metadata.xml
index 6322822c753..cabb8e8cf5a 100644
--- a/media-libs/taglib/metadata.xml
+++ b/media-libs/taglib/metadata.xml
@@ -6,7 +6,6 @@
Gentoo KDE Project


-   Provide support for Microsoft's 'advanced 
systems format' media container.
Use dev-libs/boost instead of GCC 
built-ins



diff --git a/media-libs/taglib/taglib-1.11.1.ebuild 
b/media-libs/taglib/taglib-1.11.1.ebuild
deleted file mode 100644
index d064b14e30f..000
--- a/media-libs/taglib/taglib-1.11.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-multilib
-
-DESCRIPTION="A library for reading and editing audio meta data"
-HOMEPAGE="https://taglib.github.io/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-SLOT="0"
-IUSE="boost debug examples test"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   boost? ( dev-libs/boost:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   test? ( >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}] )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.11-install-examples.patch
-)
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/taglib-config
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   sed -e "s/BUILD_TESTS AND NOT BUILD_SHARED_LIBS/BUILD_TESTS/" \
-   -i CMakeLists.txt \
-   -i ConfigureChecks.cmake || die
-}
-
-multilib_src_configure() {
-   local mycmakeargs=(
-   -DBUILD_EXAMPLES=$(multilib_native_usex examples)
-   $(cmake-utils_use_find_package boost Boost)
-   -DBUILD_SHARED_LIBS=ON
-   -DBUILD_TESTS=$(usex test)
-   )
-
-   cmake-utils_src_configure
-}
-
-multilib_src_test() {
-   # ctest does not work
-   emake -C "${BUILD_DIR}" check
-}

diff --git a/media-libs/taglib/taglib-1.9.1-r2.ebuild 
b/media-libs/taglib/taglib-1.9.1-r2.ebuild
deleted file mode 100644
index 807331a20de..000
--- a/media-libs/taglib/taglib-1.9.1-r2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-multilib
-
-DESCRIPTION="A library for reading and editing audio meta data"
-HOMEPAGE="https://taglib.github.io/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-SLOT="0"
-IUSE="+asf debug examples +mp4 test"
-
-RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
-   test? ( >=dev-util/cppunit-1.13.2[${MULTILIB_USEDEP}] )
-"
-RDEPEND="${RDEPEND}
-   abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r2
-   !app-emulation/emul-li

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

2017-10-13 Thread Aaron Bauman
commit: fb56777ae9661803e5b3ed6d012925660ccbf283
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Oct 13 22:58:27 2017 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Oct 13 22:59:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb56777a

net-analyzer/nagios-core: amd64 stable wrt bug #628086

 net-analyzer/nagios-core/nagios-core-4.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.3.3.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.3.3.ebuild
index fd40037f208..553186b6064 100644
--- a/net-analyzer/nagios-core/nagios-core-4.3.3.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.3.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86"
 IUSE="apache2 classicui lighttpd perl +web vim-syntax"
 
 # In pkg_postinst(), we change the group of the Nagios configuration



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

2017-10-13 Thread Marek Szuba
commit: e80d644d932b9cce018e4ebd425d58a91f1bfa62
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Oct 13 22:26:09 2017 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Oct 13 22:26:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80d644d

dev-libs/amdgpu-pro-opencl: version bump to 17.30.465504

Gentoo-Bug: 631500
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/amdgpu-pro-opencl/Manifest|  1 +
 .../amdgpu-pro-opencl-17.30.465504.ebuild  | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/dev-libs/amdgpu-pro-opencl/Manifest 
b/dev-libs/amdgpu-pro-opencl/Manifest
index 9982e892fe7..8f837f29866 100644
--- a/dev-libs/amdgpu-pro-opencl/Manifest
+++ b/dev-libs/amdgpu-pro-opencl/Manifest
@@ -1,2 +1,3 @@
 DIST amdgpu-pro-17.10-429170.tar.xz 121382128 SHA256 
cb1ea7f9756f197a976138d2c00f239ae4ee43b839fbb1ea57f8770957d4afd6 SHA512 
2d9d0a97478564e259dc8494083df8dc13e3bc664384978aff369070b1105703653d8dc4dca38e94dc8bdf3ddfb5c6f4de39cec5a9b263423de8fb91fd0117c6
 WHIRLPOOL 
1e07579d2c9d5d8a796973658cbb6627418b133a630ca5e977f93da0d27b900da2078d2ea8b35a13071b0b05e3d5e7f47e17d61042dcca60709f6599c18380a2
 DIST amdgpu-pro-17.30-458935.tar.xz 393634984 SHA256 
3652a5c9476a650a3e3cd89bcd7ac119ed7d16a570501a6a902cbc6f9488 SHA512 
3f517ce13e102edb820f8f9538e0894c794d767816f99774fbfec342adb6912712664f069db2542412baabb24ee198204f38757407c29aff238ed1772dc3caab
 WHIRLPOOL 
29a5b06657767255ace0529467ca56a904a021254f7dab854b1fd3ac843108ac346d3c4e97e10ef53844152de116581bff7c3aa8f4f066a08becb88e59918da3
+DIST amdgpu-pro-17.30-465504.tar.xz 394216628 SHA256 
b74494d142542164b5582e8bed845315f788aa3d9eb0c1ed5f2a6c5f982beaf5 SHA512 
fa515d5397488ebd4271988f7b9b538190c4277a3c4dcaeb4b05f5cd5bdec657f13546de644b1a6825c88bd3b73e6c1a6aaa6b6c74e3cf942783b2df530cf4c7
 WHIRLPOOL 
3a1617cd8b8fd096614cf04b7e716b607ec718d122b286533d8dabc862c82b644ba864eb661b1d5e5da45c8fe674192d3f8038dbd85311d9ffc5c6f793f7d32b

diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.30.465504.ebuild 
b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.30.465504.ebuild
new file mode 100644
index 000..971d4999df4
--- /dev/null
+++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.30.465504.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit unpacker versionator
+
+SUPER_PN='amdgpu-pro'
+MY_PV=$(replace_version_separator 2 '-')
+
+DESCRIPTION="Proprietary OpenCL implementation for AMD GPUs"
+HOMEPAGE="https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Driver-for-Linux-Release-Notes.aspx";
+SRC_URI="${SUPER_PN}-${MY_PV}.tar.xz"
+
+LICENSE="AMD-GPU-PRO-EULA"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror fetch strip"
+
+DEPEND="dev-util/patchelf"
+RDEPEND="dev-libs/ocl-icd"
+
+QA_PREBUILT="/opt/${SUPER_PN}/lib*/*"
+
+S="${WORKDIR}/${SUPER_PN}-${MY_PV}"
+
+pkg_nofetch() {
+   local pkgver=$(get_version_component_range 1-2)
+   einfo "Please download the AMDGPU-Pro Driver ${pkgver} for Ubuntu from"
+   einfo "${HOMEPAGE}"
+   einfo "The archive should then be placed into ${DISTDIR}."
+}
+
+src_unpack() {
+   default
+
+   local ids_ver="1.0.0"
+   local libdrm_ver="2.4.70"
+   local patchlevel=$(get_version_component_range 3)
+   cd "${S}" || die
+   unpack_deb opencl-${SUPER_PN}-icd_${MY_PV}_amd64.deb
+   unpack_deb 
libdrm-${SUPER_PN}-amdgpu1_${libdrm_ver}-${patchlevel}_amd64.deb
+   unpack_deb ids-${SUPER_PN}_${ids_ver}-${patchlevel}_all.deb
+}
+
+src_prepare() {
+   default
+
+   cd "${S}/opt/${SUPER_PN}/lib/x86_64-linux-gnu" || die
+   patchelf --set-rpath '$ORIGIN' libamdocl64.so || die "Failed to fix 
library rpath"
+}
+
+src_install() {
+
+   into "/opt/${SUPER_PN}"
+   dolib opt/${SUPER_PN}/lib/x86_64-linux-gnu/*
+   insinto "/opt/${SUPER_PN}"
+   doins -r opt/${SUPER_PN}/share
+
+   insinto /etc/OpenCL/vendors/
+   echo "/opt/${SUPER_PN}/$(get_libdir)/libamdocl64.so" > 
"${SUPER_PN}.icd" || die "Failed to generate ICD file"
+   doins "${SUPER_PN}.icd"
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   ewarn "Please note that using proprietary OpenCL libraries 
together with the"
+   ewarn "Open Source amdgpu stack is not officially supported by 
AMD. Do not ask them"
+   ewarn "for support in case of problems with this package."
+   ewarn ""
+   ewarn "Furthermore, if you have the whole AMDGPU-Pro stack 
installed this package"
+   ewarn "will almost certainly conflict with it. This might 
change once AMDGPU-Pro"
+   ewarn "has become officially supported by Gentoo."
+   fi
+
+   elog "AMD OpenCL driver relies on dev-libs/ocl-icd to work. To enable 
it, please run"
+   elog ""
+   elog "eselect opencl set ocl-icd"
+  

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

2017-10-13 Thread Tim Harder
commit: 28d72709ecb19f999e92fb3b903f0d06b37bcc8e
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Oct 13 21:40:50 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Oct 13 21:41:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d72709

sys-apps/ripgrep: remove old

 sys-apps/ripgrep/Manifest |  1 -
 sys-apps/ripgrep/ripgrep-0.5.2.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/ripgrep/Manifest b/sys-apps/ripgrep/Manifest
index 19ee26da1f8..4dfee08b0ad 100644
--- a/sys-apps/ripgrep/Manifest
+++ b/sys-apps/ripgrep/Manifest
@@ -19,7 +19,6 @@ DIST memmap-0.5.2.crate 14465 SHA256 
46f3c7359028b31999287dae4e5047ddfe90a23b7dc
 DIST num_cpus-1.6.2.crate 8442 SHA256 
aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584 SHA512 
6136c6cd3e4a9c0f165f037e3e6af6502a3ffcdd0cc2d38635902f243124e5c6ccbd4db8e0bcb624e2ef824284145c0dd31c1cd5f708478334bc91f842c6050e
 WHIRLPOOL 
9d32f8b35d52028ed36a56968875cadcace904c133a9c8e43ec7ab6a8525ef5fca23c6fbbe28387bf3981488b0d1e095a2a7a49c504736bafe8981b2bb3dc84a
 DIST regex-0.2.2.crate 193403 SHA256 
1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b SHA512 
208b671d06b260e4a130718a86ced88ee7f183bd056461bc6d44a15a22260a9ee05a014682bdb8bb7ff674fd33ac4748687c7ebd847578c7fecc8efbbb1993b3
 WHIRLPOOL 
dafb61f75a55f02dd790201156f6dbf042eadf3b54c7e71732653e3dc8db4552f43d281d96a1bf196e7336b638cc97b5d24bb43f6223caf312cb7b0351be827e
 DIST regex-syntax-0.4.1.crate 121453 SHA256 
ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db SHA512 
0c6996d0b8c16053f6e4e6324053f8b6924313827d9fec59e209852aed11a18902a51bdaa98b95ab706a4b65896a201549cda2972b54ac2e2a2c704b61690a0f
 WHIRLPOOL 
841c41fe9ba5fdc733d93944252c4e7d07b448435bf620baefc8db28a9e3891e97f619361cb1c80adc00be5be8721bebe36b85881b68035040ab870a23615b62
-DIST ripgrep-0.5.2.tar.xz 48910752 SHA256 
e0fadefc1718d967ac15ccc22131255606cddf969b700ccc243c1f973be81d90 SHA512 
d8bc86e12be80568de4565c911a03b0c3a15577b22dfa2f1fd9b44f4e77354da1e80852247b9955e225fd13a540acbb3ca7b5a00d686bfa65fdf3f5f329dfcd5
 WHIRLPOOL 
c33a828471a925da2be2f6b3730c28146182ff79b2a75e4f193a0c94f540256cb1670d5cc79470a39d0b898e8c55e20fabe5fdec1c42124339001ad7b437d02c
 DIST ripgrep-0.6.0.tar.gz 470996 SHA256 
102aff26fae9f455a8bcc435759d488f4944a34bee4b22b852f1cac3245b1b5e SHA512 
219ec95598c080ddeee65233d1abf58320662ef28681a25cdf9fb63fd38bdb149c75471625545188dcd1deedf05fd58fc32e25cf39fd63943f765c57394ede23
 WHIRLPOOL 
0100649443d80973f102f23af115b4404756de8838eb4daad71a6ad32ff5242f8c2bfda359acc0818e5dd8394fd3409ac38653b21b15384bbb7d5f751c97703a
 DIST same-file-0.1.3.crate 7078 SHA256 
d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7 SHA512 
2d3d03ab0dd4add93cd32e7ca43041d541bee41000fd8d98575a58cbd192fe4498234ab80baa3c4791de9f3d4214feae90f628fd655e3510ede61f757be3a82c
 WHIRLPOOL 
efd0b9caf419b8436d54895deca5ee3d7a5191a006051b975d65c0e3d8aea32f3ee866f4481d6a2a8d4ce9b5af7de4b11a295990dd1ca7a9889a255bff345525
 DIST simd-0.1.1.crate 39577 SHA256 
63b5847c2d766ca7ce7227672850955802fabd779ba616aeabead4c2c3877023 SHA512 
ed58383bbee3d0a5bc537629cdb242d5ae8ff46d4e8911df16e34a9fe9da693f1347b89f77614d1835391f57c27176824c46feb9733de89915ed4709217466f2
 WHIRLPOOL 
2177fdbfb33203350e55258cf94ddd0861314e720d43147039db5b7fcb3028caeeef71a4759ba8aef59c5b3cb72cfeb05f806be3e9c6ecd36f07ec42a43e513d

diff --git a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild 
b/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
deleted file mode 100644
index ffb5e3686d0..000
--- a/sys-apps/ripgrep/ripgrep-0.5.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="a search tool that combines the usability of ag with the raw 
speed of grep"
-HOMEPAGE="https://github.com/BurntSushi/ripgrep";
-#SRC_URI="https://github.com/BurntSushi/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-# custom tarball bundling all deps and index, otherwise cargo fetches from the 
network
-SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.xz";
-
-LICENSE="|| ( MIT Unlicense )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-util/cargo
-   >=dev-lang/rust-1.11
-"
-
-src_prepare() {
-   default
-
-   # move cache dir where cargo expects it
-   mv .cargo "${HOME}" || die
-}
-
-src_compile() {
-   cargo build --release --verbose || die
-}
-
-src_test() {
-   cargo test || die "tests failed"
-}
-
-src_install() {
-   dobin target/release/rg
-   doman doc/rg.1
-   dodoc CHANGELOG.md README.md
-}



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

2017-10-13 Thread Tim Harder
commit: e5c663804f7fabc520965c647994704942af95c1
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Oct 13 21:36:08 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Oct 13 21:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c66380

app-editors/gvim: version bump to 8.0.1188

 app-editors/gvim/Manifest   | 1 +
 app-editors/gvim/{gvim-.ebuild => gvim-8.0.1188.ebuild} | 2 +-
 app-editors/gvim/gvim-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index f9942bbf76c..7cdcaf7d5e8 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -4,3 +4,4 @@ DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e
 DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309
 DIST vim-8.0.0983.tar.gz 13292263 SHA256 
5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 
985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136
 WHIRLPOOL 
98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0
 DIST vim-8.0.1056.tar.gz 13309986 SHA256 
c061d1ddc0f4001415e68678780eac7121d08877a852fae484e6a93f633aec0c SHA512 
19385736d4d97a66a2fb3fd8ce725d42c435da09a41e8b40234048626b28d2fa96c4db96a4313bd30f1c2d3733c52097e147c90e4bc11be80d3fcbf12fa4d13b
 WHIRLPOOL 
d81b3166f028867ebf48d43bf249675f16cda0118a2e443606a8cae01b0932d3f8a29ca568d088953d4b9d8afe8299ac207d0213ad247e1c10b9c52ed18514e1
+DIST vim-8.0.1188.tar.gz 13363260 SHA256 
cd92e56493584128bff13d3104631d3d38e66264101a3c5d59e2488f74f738de SHA512 
9c3733aa894c276de593d6144ee0aaf251092a11f4d0ac603d3d49a282ac6176aa4e88eccfd2527ff53b386bdd0177a85c0942367d68a652b5ca4040390ba49b
 WHIRLPOOL 
7b19600f086d2f2908fbee5c44876a1775881d9a1cbb54428d4d1db254d14cdbcfe243fe055a754f58027c0166f7dcb1dd13b4db5662793bb7fc014bd76ea504

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-8.0.1188.ebuild
similarity index 99%
copy from app-editors/gvim/gvim-.ebuild
copy to app-editors/gvim/gvim-8.0.1188.ebuild
index ec9f6848cec..a43f58ae6ed 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-8.0.1188.ebuild
@@ -66,7 +66,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 
dev-lang/ruby:2.1 ) )
+   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl:0= )

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index ec9f6848cec..a43f58ae6ed 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -66,7 +66,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 
dev-lang/ruby:2.1 ) )
+   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
selinux? ( sys-libs/libselinux )
session? ( x11-libs/libSM )
tcl? ( dev-lang/tcl:0= )



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

2017-10-13 Thread Tim Harder
commit: 82404a1ef61196a8e8491d3a569ded6f48fcb080
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Oct 13 21:26:49 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Oct 13 21:39:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82404a1e

dev-python/psutil: version bump to 5.4.0

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

diff --git a/dev-python/psutil/Manifest b/dev-python/psutil/Manifest
index 4c1a858de42..ed3bfe28f1b 100644
--- a/dev-python/psutil/Manifest
+++ b/dev-python/psutil/Manifest
@@ -5,3 +5,4 @@ DIST psutil-5.1.3.tar.gz 341980 SHA256 
959bd58bdc8152b0a143cb3bd822d4a1b8f723061
 DIST psutil-5.2.2.tar.gz 348413 SHA256 
44746540c0fab5b95401520d29eb9ffe84b3b4a235bd1d1971cbe36e1f38dd13 SHA512 
df4878d03a6ff98beb611969edd5a4d704ac269d38dc286d84def3ca271936e03367241470f2a192e0d71d0f64fe1f252223b0d67e964918146334a807d1a997
 WHIRLPOOL 
3c6a2a74ede27f52f5113b060f9786a75169394309ca42f07cb56f839916c4f263877cd30cdc45328195b3ade3ede09cbbfe707bd360422eb7dbbe29e73428ce
 DIST psutil-5.3.0.tar.gz 397265 SHA256 
a3940e06e92c84ab6e82b95dad056241beea93c3c9b1d07ddf96485079855185 SHA512 
fbcb467fe5cd7e9e5ed149409e427d992510eac3e8be73a31e71c60d5e576bdb9c36f6ebd1d84730a0ab250973ad618800a0e864076f978f66c1117d90147a40
 WHIRLPOOL 
6a99aa4df67520acc2706cf98232aa46774033fb7a8d2a250c0badea48f2176f279ec239e3ea27006bb81ee499cf1b713f566daf28122517242d76fc8abf0633
 DIST psutil-5.3.1.tar.gz 397075 SHA256 
12dd9c8abbad15f055e9579130035b38617020ce176f4a498b7870e6321ffa67 SHA512 
93bfadb19e603f7ccc7eedfc91aea05af41f2aeeeac1f2f11518b011c53f1672e07d550e6db6999fd3574c6b49adf4ffcb1a68f1066e8851be12689b0daf9595
 WHIRLPOOL 
23dfe92e9870b929c8dd839913cde2be7cf9a4df51cb9fe50f3b2afed58a6f64f4e8a8f200025bc9fb1ebb3bec993ccd2e9a2258b7f5837619bdf36eb5d78780
+DIST psutil-5.4.0.tar.gz 406945 SHA256 
8e6397ec24a2ec09751447d9f169486b68b37ac7a8d794dca003ace4efaafc6a SHA512 
2a971518a7507c20885981707b6bfa608c1105503965750f7e4d9316f91cf079c5a33208bbc6134f4fcb1d581422cc72a5b119a329682441f52caca27aa65b30
 WHIRLPOOL 
938e581268955e7d9108e90074a1ea4126a30e6bdf6013cc5b9bdaf68b8ce072200066f0aade3fd2771d4bfbd992009e5ecd280fa49ea7ec020a45a996146460

diff --git a/dev-python/psutil/psutil-5.4.0.ebuild 
b/dev-python/psutil/psutil-5.4.0.ebuild
new file mode 100644
index 000..ab3ee8d3bb2
--- /dev/null
+++ b/dev-python/psutil/psutil-5.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Retrieve information on running processes and system utilization"
+HOMEPAGE="https://github.com/giampaolo/psutil 
https://pypi.python.org/pypi/psutil/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="test"
+
+python_test() {
+   ${PYTHON} psutil/tests/runner.py || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-editors/vim-core/

2017-10-13 Thread Tim Harder
commit: 69128ff71b99678e3c3e051828cfc9f3142ec8f7
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Oct 13 21:33:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Oct 13 21:39:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69128ff7

app-editors/vim-core: version bump to 8.0.1188

 app-editors/vim-core/Manifest |   1 +
 app-editors/vim-core/vim-core-8.0.1188.ebuild | 217 ++
 2 files changed, 218 insertions(+)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index f9942bbf76c..7cdcaf7d5e8 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -4,3 +4,4 @@ DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e
 DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309
 DIST vim-8.0.0983.tar.gz 13292263 SHA256 
5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 
985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136
 WHIRLPOOL 
98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0
 DIST vim-8.0.1056.tar.gz 13309986 SHA256 
c061d1ddc0f4001415e68678780eac7121d08877a852fae484e6a93f633aec0c SHA512 
19385736d4d97a66a2fb3fd8ce725d42c435da09a41e8b40234048626b28d2fa96c4db96a4313bd30f1c2d3733c52097e147c90e4bc11be80d3fcbf12fa4d13b
 WHIRLPOOL 
d81b3166f028867ebf48d43bf249675f16cda0118a2e443606a8cae01b0932d3f8a29ca568d088953d4b9d8afe8299ac207d0213ad247e1c10b9c52ed18514e1
+DIST vim-8.0.1188.tar.gz 13363260 SHA256 
cd92e56493584128bff13d3104631d3d38e66264101a3c5d59e2488f74f738de SHA512 
9c3733aa894c276de593d6144ee0aaf251092a11f4d0ac603d3d49a282ac6176aa4e88eccfd2527ff53b386bdd0177a85c0942367d68a652b5ca4040390ba49b
 WHIRLPOOL 
7b19600f086d2f2908fbee5c44876a1775881d9a1cbb54428d4d1db254d14cdbcfe243fe055a754f58027c0166f7dcb1dd13b4db5662793bb7fc014bd76ea504

diff --git a/app-editors/vim-core/vim-core-8.0.1188.ebuild 
b/app-editors/vim-core/vim-core-8.0.1188.ebuild
new file mode 100644
index 000..a009ebab1f3
--- /dev/null
+++ b/app-editors/vim-core/vim-core-8.0.1188.ebuild
@@ -0,0 +1,217 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VIM_VERSION="8.0"
+inherit estack vim-doc flag-o-matic versionator bash-completion-r1 prefix
+
+if [[ ${PV} == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vim/vim.git";
+   EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
+else
+   SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="vim and gvim shared files"
+HOMEPAGE="https://vim.sourceforge.io/ https://github.com/vim/vim";
+
+SLOT="0"
+LICENSE="vim"
+IUSE="nls acl minimal"
+
+DEPEND="sys-devel/autoconf"
+PDEPEND="!minimal? ( app-vim/gentoo-syntax )"
+
+S=${WORKDIR}/vim-${PV}
+
+pkg_setup() {
+   # people with broken alphabets run into trouble. bug 82186.
+   unset LANG LC_ALL
+   export LC_COLLATE="C"
+
+   # Gnome sandbox silliness. bug #114475.
+   mkdir -p "${T}"/home
+   export HOME="${T}"/home
+}
+
+src_prepare() {
+   if [[ ${PV} != * ]] ; then
+   # Gentoo patches to fix runtime issues, cross-compile errors, 
etc
+   eapply "${WORKDIR}"/patches
+   fi
+
+   # Fixup a script to use awk instead of nawk
+   sed -i '1s|.*|#!'"${EPREFIX}"'/usr/bin/awk -f|' 
"${S}"/runtime/tools/mve.awk \
+   || die "mve.awk sed failed"
+
+   # Read vimrc and gvimrc from /etc/vim
+   echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> 
"${S}"/src/feature.h
+   echo '#define SYS_GVIMRC_FILE "'${EPREFIX}'/etc/vim/gvimrc"' >> 
"${S}"/src/feature.h
+
+   # Use exuberant ctags which installs as /usr/bin/exuberant-ctags.
+   # Hopefully this pattern won't break for a while at least.
+   # This fixes bug 29398 (27 Sep 2003 agriffis)
+   sed -i 's/\> "$c" ; done
+
+   # Try to avoid sandbox problems. Bug #114475.
+   if [[ -d "${S}"/src/po ]] ; then
+   sed -i -e \
+   '/-S check.vim/s,..VIM.,ln -s $(VIM) testvim \; 
./te

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

2017-10-13 Thread Tim Harder
commit: b55740c14a58aeabea3634b5c7a2ce56f0005e30
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Oct 13 21:33:44 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Oct 13 21:39:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55740c1

app-editors/vim: version bump to 8.0.1188

 app-editors/vim/Manifest | 1 +
 app-editors/vim/{vim-.ebuild => vim-8.0.1188.ebuild} | 2 +-
 app-editors/vim/vim-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index f9942bbf76c..7cdcaf7d5e8 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -4,3 +4,4 @@ DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e
 DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309
 DIST vim-8.0.0983.tar.gz 13292263 SHA256 
5f3d5307d7055e3a55811546f6c787f1c65d209ae5b83e36c0de16d64fda8bf2 SHA512 
985cdcf134c3513a973b4c91a899684a563fca4c347afba2d51892d737c8b58a2008bbf8573a98838da6df16552096e437a5064dc2ef653c7222bbac59ce6136
 WHIRLPOOL 
98a1ed102182f07e1dc2105b9bae73e1f6c0f7522b25ab91aba4767a3c9d805082a89bd964ab6441fb4185f4076b046a25ca92bf08f0446e4d2a53b0298bb3e0
 DIST vim-8.0.1056.tar.gz 13309986 SHA256 
c061d1ddc0f4001415e68678780eac7121d08877a852fae484e6a93f633aec0c SHA512 
19385736d4d97a66a2fb3fd8ce725d42c435da09a41e8b40234048626b28d2fa96c4db96a4313bd30f1c2d3733c52097e147c90e4bc11be80d3fcbf12fa4d13b
 WHIRLPOOL 
d81b3166f028867ebf48d43bf249675f16cda0118a2e443606a8cae01b0932d3f8a29ca568d088953d4b9d8afe8299ac207d0213ad247e1c10b9c52ed18514e1
+DIST vim-8.0.1188.tar.gz 13363260 SHA256 
cd92e56493584128bff13d3104631d3d38e66264101a3c5d59e2488f74f738de SHA512 
9c3733aa894c276de593d6144ee0aaf251092a11f4d0ac603d3d49a282ac6176aa4e88eccfd2527ff53b386bdd0177a85c0942367d68a652b5ca4040390ba49b
 WHIRLPOOL 
7b19600f086d2f2908fbee5c44876a1775881d9a1cbb54428d4d1db254d14cdbcfe243fe055a754f58027c0166f7dcb1dd13b4db5662793bb7fc014bd76ea504

diff --git a/app-editors/vim/vim-.ebuild 
b/app-editors/vim/vim-8.0.1188.ebuild
similarity index 99%
copy from app-editors/vim/vim-.ebuild
copy to app-editors/vim/vim-8.0.1188.ebuild
index 1514ffa1b1d..288ed95e5cc 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-8.0.1188.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 
dev-lang/ruby:2.1 ) )
+   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )

diff --git a/app-editors/vim/vim-.ebuild b/app-editors/vim/vim-.ebuild
index 1514ffa1b1d..288ed95e5cc 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
racket? ( dev-scheme/racket )
-   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 
dev-lang/ruby:2.1 ) )
+   ruby? ( || ( dev-lang/ruby:2.4 dev-lang/ruby:2.3 dev-lang/ruby:2.2 ) )
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )



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

2017-10-13 Thread William Hubbs
commit: 3c8e7ed255edb8df0d548d6ce514544d5422cbf0
Author: William Hubbs  gmail  com>
AuthorDate: Fri Oct 13 21:10:57 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 13 21:10:57 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3c8e7ed2

version 0.34

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index fbf754f0..4ede5b29 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.33
+VERSION=   0.34
 PKG=   ${NAME}-${VERSION}



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

2017-10-13 Thread Jonas Stein
commit: bd2850bef71e69daf0067c3bc44adcf66b56467d
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 21:07:30 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 21:07:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2850be

media-sound/lmms: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per mail.

Closes: https://bugs.gentoo.org/632898
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-sound/lmms/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-sound/lmms/metadata.xml b/media-sound/lmms/metadata.xml
index ec9eb3d1b7f..018a1358bd4 100644
--- a/media-sound/lmms/metadata.xml
+++ b/media-sound/lmms/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   jaquil...@eagleeyet.net
-   Jonathan Aquilina
-   
-   
aball...@gentoo.org
Alexis Ballier

@@ -17,10 +13,6 @@
proau...@gentoo.org
Gentoo ProAudio Project

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

Enables GIG player plugin.
Enables Fluidsynth MIDI software 
synthesis plugin.



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

2017-10-13 Thread Jonas Stein
commit: dec7074e39fe7be96e54ef2e78842a00d1b9a7cd
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 21:01:48 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 21:01:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec7074e

app-misc/rox-filer: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per mail.

Closes: https://bugs.gentoo.org/633076
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-misc/rox-filer/metadata.xml | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/app-misc/rox-filer/metadata.xml b/app-misc/rox-filer/metadata.xml
index 5b7111875c0..0e209964cbb 100644
--- a/app-misc/rox-filer/metadata.xml
+++ b/app-misc/rox-filer/metadata.xml
@@ -6,16 +6,10 @@
Punarbasu 'ppurka' Purkayastha
Proxy maintainer, Assign bugs
 
-
-   forestmoonsile...@gmail.com
-   sitquietly
-   Co Maintainer, CC bugs
-
 
proxy-ma...@gentoo.org
Proxy Maintainers Project
 
-
 

tal...@gmail.com
@@ -24,7 +18,6 @@
http://rox.sourceforge.net/desktop/lists
rox
 
-
 
ROX-Filer is a fast and powerful graphical file manager for the
X Window System. You can use it as a small and fast filer within your



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

2017-10-13 Thread Ulrich Müller
commit: ef226eedbe89a8e1e119010934cf17940f27e2e0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Oct 13 20:57:06 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Oct 13 20:57:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef226eed

metadata/layout.conf: Update year.

 metadata/layout.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index c61c2fdeb2b..a46d1b7b941 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # For details on this file, see the layout.conf section of the



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

2017-10-13 Thread Ulrich Müller
commit: 016aa959bcfa3b688768388ea6618ef42ad07a27
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Oct 13 20:52:05 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Oct 13 20:52:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016aa959

metadata/layout.conf: Update link to GLEP 59.

 metadata/layout.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 578bd891371..c61c2fdeb2b 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -6,7 +6,7 @@
 
 # This went live Wednesday, July 4, 2012 at 10:00 UTC
 # 
https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
-# https://wiki.gentoo.org/wiki/GLEP:59
+# https://www.gentoo.org/glep/glep-0059.html
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).



[gentoo-commits] proj/portage: Branch deleted: glep42

2017-10-13 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Oct 13 20:43:37 2017 +

Branch deleted: glep42




[gentoo-commits] repo/gentoo:master commit in: sys-devel/flex/, sys-devel/flex/files/

2017-10-13 Thread Thomas Deutschmann
commit: aa6c077d00c3a21b75ae646421aefadcad527f80
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 20:16:10 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 20:19:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa6c077d

sys-devel/flex: Rev bump to fix multiple problems

Closes: https://bugs.gentoo.org/628744
Closes: https://bugs.gentoo.org/625508
See: https://bugs.gentoo.org/632523
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 .../flex-2.6.4-fix-build-with-glibc2.6+.patch  | 767 +
 sys-devel/flex/files/flex-2.6.4-libobjdir.patch|  26 +
 sys-devel/flex/flex-2.6.4-r1.ebuild|  85 +++
 3 files changed, 878 insertions(+)

diff --git a/sys-devel/flex/files/flex-2.6.4-fix-build-with-glibc2.6+.patch 
b/sys-devel/flex/files/flex-2.6.4-fix-build-with-glibc2.6+.patch
new file mode 100644
index 000..328b5752456
--- /dev/null
+++ b/sys-devel/flex/files/flex-2.6.4-fix-build-with-glibc2.6+.patch
@@ -0,0 +1,767 @@
+Backport of 
https://github.com/westes/flex/commit/24fd0551333e7eded87b64dd36062da3df2f6380
+
+Bug: https://bugs.gentoo.org/628744
+
+--- a/configure
 b/configure
+@@ -3605,13 +3605,142 @@ test -z "$SED" && SED=sed
+ Xsed="$SED -e 1s/^X//"
+ 
+ 
++ac_ext=c
++ac_cpp='$CPP $CPPFLAGS'
++ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS 
conftest.$ac_ext $LIBS >&5'
++ac_compiler_gnu=$ac_cv_c_compiler_gnu
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C 
preprocessor" >&5
++$as_echo_n "checking how to run the C preprocessor... " >&6; }
++# On Suns, sometimes $CPP names a directory.
++if test -n "$CPP" && test -d "$CPP"; then
++  CPP=
++fi
++if test -z "$CPP"; then
++  if ${ac_cv_prog_CPP+:} false; then :
++  $as_echo_n "(cached) " >&6
++else
++  # Double quotes because CPP needs to be expanded
++for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
++do
++  ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer  to  if __STDC__ is defined, since
++  #  exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#ifdef __STDC__
++# include 
++#else
++# include 
++#endif
++   Syntax error
++_ACEOF
++if ac_fn_c_try_cpp "$LINENO"; then :
++
++else
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.i conftest.$ac_ext
++
++  # OK, works on sane cases.  Now check whether nonexistent headers
++  # can be detected and how.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include 
++_ACEOF
++if ac_fn_c_try_cpp "$LINENO"; then :
++  # Broken: success on invalid input.
++continue
++else
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.i conftest.$ac_ext
++
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.i conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then :
++  break
++fi
+ 
++done
++ac_cv_prog_CPP=$CPP
+ 
++fi
++  CPP=$ac_cv_prog_CPP
++else
++  ac_cv_prog_CPP=$CPP
++fi
++{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
++$as_echo "$CPP" >&6; }
++ac_preproc_ok=false
++for ac_c_preproc_warn_flag in '' yes
++do
++  # Use a header file that comes with gcc, so configuring glibc
++  # with a fresh cross-compiler works.
++  # Prefer  to  if __STDC__ is defined, since
++  #  exists even on freestanding compilers.
++  # On the NeXT, cc -E runs the code through the compiler's parser,
++  # not just through cpp. "Syntax error" is here to catch this case.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#ifdef __STDC__
++# include 
++#else
++# include 
++#endif
++   Syntax error
++_ACEOF
++if ac_fn_c_try_cpp "$LINENO"; then :
+ 
++else
++  # Broken: fails on valid input.
++continue
++fi
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
++  # OK, works on sane cases.  Now check whether nonexistent headers
++  # can be detected and how.
++  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++/* end confdefs.h.  */
++#include 
++_ACEOF
++if ac_fn_c_try_cpp "$LINENO"; then :
++  # Broken: success on invalid input.
++continue
++else
++  # Passes both tests.
++ac_preproc_ok=:
++break
++fi
++rm -f conftest.err conftest.i conftest.$ac_ext
+ 
++done
++# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
++rm -f conftest.i conftest.err conftest.$ac_ext
++if $ac_preproc_ok; then :
+ 
++else
++  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
++$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
++as_fn_error $? "C preprocessor \"$CP

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

2017-10-13 Thread Ulrich Müller
commit: fda3bb845930e7eab15d523f80fb9c832da476c6
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Oct 13 20:16:37 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Oct 13 20:16:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda3bb84

profiles/license_groups: Update link to GLEP 23.

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

diff --git a/profiles/license_groups b/profiles/license_groups
index 32cfceb8d1f..030fecc0abe 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -5,7 +5,7 @@
 # licen...@gentoo.org
 
 # GLEP 23
-# https://wiki.gentoo.org/wiki/GLEP:23
+# https://www.gentoo.org/glep/glep-0023.html
 
 ##
 



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

2017-10-13 Thread Sergei Trofimovich
commit: 4bea881c4dfd91085247d9431bb63febb0c86cf8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:30:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:53:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bea881c

sys-fs/multipath-tools: stable 0.6.4-r1 for ppc64, bug #626854

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild
index 652a8f6a1a6..76ae822cd83 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.6.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=${PV};sf=tg
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="systemd rbd"
 
 RDEPEND=">=sys-fs/lvm2-2.02.45



[gentoo-commits] repo/gentoo:master commit in: app-i18n/kinput2/

2017-10-13 Thread Sergei Trofimovich
commit: 6e6838423b565a03017adc4a8a946638f64ecc0c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:30:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:53:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e683842

app-i18n/kinput2: stable 3.1-r2 for ppc64, bug #626802

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-i18n/kinput2/kinput2-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/kinput2/kinput2-3.1-r2.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
index 86401101552..ecd2da0c976 100644
--- a/app-i18n/kinput2/kinput2-3.1-r2.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz";
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
 IUSE="freewnn"
 
 RDEPEND="x11-libs/libICE



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

2017-10-13 Thread Sergei Trofimovich
commit: d7057fd1a00d9e7b06e2d698bac0ff8fbde2f7a6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:30:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:53:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7057fd1

sys-devel/gcc-config: stable 1.8-r1 for ppc64, bug #626646

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 sys-devel/gcc-config/gcc-config-1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild 
b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
index 48324fc6aec..f705f137def 100644
--- a/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
+++ b/sys-devel/gcc-config/gcc-config-1.8-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=sys-apps/gentoo-functions-0.10"



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

2017-10-13 Thread Sergei Trofimovich
commit: 0ff0698d9f5a3077309b7f17f17c2a8539b29132
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:30:15 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:53:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff0698d

sys-auth/rtkit: stable 0.11-r2 for ppc64, bug #626788

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 sys-auth/rtkit/rtkit-0.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/rtkit/rtkit-0.11-r2.ebuild 
b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
index 14157fe384c..e8117a804ea 100644
--- a/sys-auth/rtkit/rtkit-0.11-r2.ebuild
+++ b/sys-auth/rtkit/rtkit-0.11-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.xz";
 
 LICENSE="GPL-3 BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~ppc ppc64 ~sh ~sparc x86"
 IUSE=""
 
 RDEPEND="



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

2017-10-13 Thread Sergei Trofimovich
commit: 612f0aac39ab3f2e937e86e9702f5a59b7a6de84
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:53:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:53:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612f0aac

sys-apps/shadow: stable 4.5 for hppa, bug #627044

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

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

diff --git a/sys-apps/shadow/shadow-4.5.ebuild 
b/sys-apps/shadow/shadow-4.5.ebuild
index 343a1aa381d..4585a26e1b8 100644
--- a/sys-apps/shadow/shadow-4.5.ebuild
+++ b/sys-apps/shadow/shadow-4.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/shadow-maint/shadow/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-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="acl audit cracklib nls pam selinux skey xattr"
 # Taken from the man/Makefile.am file.
 LANGS=( cs da de es fi fr hu id it ja ko pl pt_BR ru sv tr zh_CN zh_TW )



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

2017-10-13 Thread Michał Górny
commit: 93c4a2e3868dc17d037cb32b1c1b12a318ae5c7b
Author: Paul Jewell  teulu  org>
AuthorDate: Fri Oct 13 06:58:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 19:38:11 2017 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=93c4a2e3

repositories: Added librepilot overlay

Closes: https://github.com/gentoo/api-gentoo-org/pull/78

 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index ede2164..86d1f01 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2572,6 +2572,18 @@ FIN
 http://cgit.gentooexperimental.org/user/levenkov.git
 git+ssh://g...@git.gentoo.org/user/levenkov.git
   
+
+librepilot
+Librepilot flight control software 
overlay
+https://github.com/paul-jewell/librepilot-overlay
+
+  p...@teulu.org
+  Paul Jewell
+
+https://github.com/paul-jewell/librepilot-overlay.git
+git+ssh://g...@github.com/paul-jewell/librepilot-overlay.git
+
https://github.com/paul-jewell/librepilot-overlay/commits/master.atom
+  
   
 libressl
 LibreSSL ebuilds testing repository



[gentoo-commits] repo/gentoo:master commit in: dev-games/clanlib/, dev-games/clanlib/files/

2017-10-13 Thread Andreas Hüttel
commit: f928bd3c92fca93814668701654a174e52e2ae5a
Author: Peter Levine  gmail  com>
AuthorDate: Wed Oct 11 05:24:28 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct 13 19:27:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f928bd3c

dev-games/clanlib: Fix building with GCC-6

Closes: https://bugs.gentoo.org/596112
Closes: https://github.com/gentoo/gentoo/pull/5915
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-games/clanlib/clanlib-0.8.1.ebuild   |  3 ++-
 dev-games/clanlib/files/clanlib-0.8.1-gcc6.patch | 16 
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/dev-games/clanlib/clanlib-0.8.1.ebuild 
b/dev-games/clanlib/clanlib-0.8.1.ebuild
index 0e13a37d97d..dbd437a41db 100644
--- a/dev-games/clanlib/clanlib-0.8.1.ebuild
+++ b/dev-games/clanlib/clanlib-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -40,6 +40,7 @@ src_prepare() {
"${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-gcc44.patch \
"${FILESDIR}"/${P}-gcc47.patch \
+   "${FILESDIR}"/${P}-gcc6.patch \
"${FILESDIR}"/${P}-libpng15.patch
 }
 

diff --git a/dev-games/clanlib/files/clanlib-0.8.1-gcc6.patch 
b/dev-games/clanlib/files/clanlib-0.8.1-gcc6.patch
new file mode 100644
index 000..95284c2de4c
--- /dev/null
+++ b/dev-games/clanlib/files/clanlib-0.8.1-gcc6.patch
@@ -0,0 +1,16 @@
+Bug: https://bugs.gentoo.org/596112
+
+--- a/Sources/Core/IOData/Generic/datafile_inputprovider.h
 b/Sources/Core/IOData/Generic/datafile_inputprovider.h
+@@ -142,9 +142,9 @@
+   void insert(const std::string &resource_id, int data_pos, int 
data_size)
+   {
+   cache.insert(
+-  std::make_pair >(
++  std::pair >(
+   resource_id,
+-  std::make_pair(data_pos, data_size)));
++  std::pair(data_pos, data_size)));
+   }
+ 
+   private:



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

2017-10-13 Thread Sergei Trofimovich
commit: ef610550ba93beccdf738c2d2d09f60fb045ab91
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:24:27 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:25:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef610550

app-admin/lsat: stable 0.9.7.1-r2 for ppc, bug #627222

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-admin/lsat/lsat-0.9.7.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild 
b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
index ca91252d82d..40fbb009cab 100644
--- a/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
+++ b/app-admin/lsat/lsat-0.9.7.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://usat.sourceforge.net/code/${P}.tgz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="minimal"
 
 DEPEND="dev-lang/perl" # pod2man



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

2017-10-13 Thread Sergei Trofimovich
commit: e6cc8d98fe77cd136a4e6ff237368c587c689721
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:22:58 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:25:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cc8d98

app-shells/zsh: stable 5.3.1 for ppc, bug #626942

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 app-shells/zsh/zsh-5.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/zsh/zsh-5.3.1.ebuild b/app-shells/zsh/zsh-5.3.1.ebuild
index af63863dfcc..800cc73344a 100644
--- a/app-shells/zsh/zsh-5.3.1.ebuild
+++ b/app-shells/zsh/zsh-5.3.1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3 autotools
EGIT_REPO_URI="git://git.code.sf.net/p/zsh/code"
 else
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
SRC_URI="http://www.zsh.org/pub/${P}.tar.xz
doc? ( http://www.zsh.org/pub/${P}-doc.tar.xz )"
 fi



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

2017-10-13 Thread Andreas Hüttel
commit: 71ad61ddbc9ccffc404ea2866f81fc4d8f7a835d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct 13 19:22:37 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct 13 19:22:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ad61dd

media-gfx/pixie: Add patch by Peter Levine for gcc-6 compatibility, bug 594354. 
Many thanks!

Closes: https://bugs.gentoo.org/show_bug.cgi?id=594354
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-gfx/pixie/Manifest  | 1 +
 media-gfx/pixie/pixie-2.2.6-r1.ebuild | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-gfx/pixie/Manifest b/media-gfx/pixie/Manifest
index 557ad5cfd68..f496db6303f 100644
--- a/media-gfx/pixie/Manifest
+++ b/media-gfx/pixie/Manifest
@@ -1 +1,2 @@
 DIST Pixie-src-2.2.6.tgz 9993504 SHA256 
ffbbc404265aff3d4c0303ec91549708ffba8edefc0368ac119ae2e588f35037 SHA512 
9b5256f5028d6091da293557e5385e53d8bdb2b3bfc7a89228b436b75424d7bd400d04e95cc04b71526aff026085f2bc2bd49e1ac0c54d3055f827fd5d05cc95
 WHIRLPOOL 
68599850df3ab0207d75e0c9944cce605002d550070062f83b440d0baf86386651d812f583e8831abeea2cbaf60e5f8160f7fc141eb7bf9e1712355914a27b37
+DIST pixie-2.2.6-gcc6.patch.gz 16661 SHA256 
4ee7442697b07c37255a1491fadcd2005efc5510d98d015114b7ebaa7632b0d0 SHA512 
2cada11c95df1dde44119b97b44ab8550608427a2351540117655055d98a5ca142bc1fc78e8fc5ab25b8bb33385a7914114796a88cf83a232480e5b84bec57fb
 WHIRLPOOL 
d09cee22410ada1d3c2ade6140bcc3047af96ccaa7f35420e02ebb01a7c14dd1edff036257c9fc1b7fbe343b740f518e7ed32982673ebfbaa7c53ca532e5ee74

diff --git a/media-gfx/pixie/pixie-2.2.6-r1.ebuild 
b/media-gfx/pixie/pixie-2.2.6-r1.ebuild
index faa1c54ca86..5a71b52b475 100644
--- a/media-gfx/pixie/pixie-2.2.6-r1.ebuild
+++ b/media-gfx/pixie/pixie-2.2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}"
 
 DESCRIPTION="RenderMan like photorealistic renderer"
 HOMEPAGE="http://pixie.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-src-${PV}.tgz"
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-src-${PV}.tgz 
https://dev.gentoo.org/~dilfridge/distfiles/pixie-2.2.6-gcc6.patch.gz";
 
 LICENSE="GPL-2"
 IUSE="X static-libs"
@@ -47,6 +47,8 @@ src_prepare() {
# FIX: missing @includedir@
# 
https://sf.net/tracker/?func=detail&aid=2923415&group_id=59462&atid=491094
epatch "${FILESDIR}"/${P}-autotools.patch
+   # bug 594354
+   epatch "${WORKDIR}"/${P}-gcc6.patch
eautoreconf
 
# FIX: removing pre-compiled shaders



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

2017-10-13 Thread Sergei Trofimovich
commit: 0fea4f18997538b4742e7dae05d2ed918e206f51
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 19:19:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 19:20:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fea4f18

media-video/mplayer: stable 1.3.0-r3 for hppa, bug #581952

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"

 media-video/mplayer/mplayer-1.3.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/mplayer/mplayer-1.3.0-r3.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
index 5a9dd132068..98a7e338b0a 100644
--- a/media-video/mplayer/mplayer-1.3.0-r3.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
@@ -156,9 +156,9 @@ RDEPEND+="
 SLOT="0"
 LICENSE="GPL-2"
 if [[ ${PV} != ** ]]; then
-   KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 else
-   KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86"
+   KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 x86"
 fi
 
 # faac codecs are nonfree



[gentoo-commits] proj/musl:master commit in: media-gfx/exiv2/, media-gfx/exiv2/files/

2017-10-13 Thread Aric Belsito
commit: 05678d1ba2496b9692b4df34b7dffc75220a678b
Author: Aric Belsito  gmail  com>
AuthorDate: Fri Oct 13 19:04:24 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Fri Oct 13 19:04:24 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=05678d1b

media-gfx/exiv2: remove 0.26

Close #51

 media-gfx/exiv2/Manifest   |  12 --
 media-gfx/exiv2/exiv2-0.26.ebuild  | 134 -
 .../exiv2/files/exiv2-0.26-CVE-2017-9239.patch |  22 
 media-gfx/exiv2/files/exiv2-0.26-cmake1.patch  |  22 
 media-gfx/exiv2/files/exiv2-0.26-cmake2.patch  |  65 --
 media-gfx/exiv2/files/exiv2-0.26-cmake3.patch  |  53 
 media-gfx/exiv2/files/exiv2-0.26-cmake4.patch  |  24 
 media-gfx/exiv2/files/exiv2-0.26-cmake5.patch  |  33 -
 media-gfx/exiv2/files/exiv2-0.26-cmake6.patch  |  27 -
 media-gfx/exiv2/files/exiv2-0.26-cmake7.patch  |  38 --
 media-gfx/exiv2/files/exiv2-0.26-fix-docs.patch|  70 ---
 .../exiv2/files/exiv2-0.26-tools-optional.patch|  27 -
 12 files changed, 527 deletions(-)

diff --git a/media-gfx/exiv2/Manifest b/media-gfx/exiv2/Manifest
index 0920aea..54fa081 100644
--- a/media-gfx/exiv2/Manifest
+++ b/media-gfx/exiv2/Manifest
@@ -5,18 +5,6 @@ AUX exiv2-0.25-fvisibility-hidden.patch 700 SHA256 
2d0eb374e3df7dd58a513b616786e
 AUX exiv2-0.25-hide-symbols.patch 4098 SHA256 
b6fe63951717360caad547275c3810c42803ef2d8dea25c75e02b45b9d7add9e SHA512 
aed6746329b12769d8084ca79a99eccd6b52449b80c0b3d1c1d6b22294c2b62398366f0715efa207e2ace0ed52740a8eb81af58d17322d42a4674336fd24e725
 WHIRLPOOL 
ac8e900303ac0b19f24b5eff13791dd42459395763d4c8795ff978c1f2c05431b3f3586dedd2b7df375452d3826d7356fc190c4ba3bc8fc4713792bc9d31d033
 AUX exiv2-0.25-musl.patch 464 SHA256 
c32333fa1d157bd2b14aaf18e19c2a67511baad89a9b526d6f984bb955dbf9ee SHA512 
25e7d53fd2840d1166795a0a27c07de9370f493b1c8a047a020b73fe9330303d97a48414937c25e5aa5961fa7d416b10e4e3ea6b35008e4d9705ed19d71bb85d
 WHIRLPOOL 
0e71a59b5fa87633c98e46385260835077e3a93c7a9aad9022c58060efbfecba295c37726d248580b9a79ee7cecdc8f0e23f24cfcaa1085ab33e44f33bbc5d49
 AUX exiv2-0.25-tools-optional.patch 1332 SHA256 
6c9a3ed5c2b9acff10c3b2f2dd2ca639936beaf6263526b9d85ede579a1d67e1 SHA512 
14a8703b86dc4a7a1f210e26bd6532c529f850dd1b25ef116c703a576c389a120e3f8b1087e289cd8b44073071ac88a97503dc2c0cf72f21d32094b2cabbc58c
 WHIRLPOOL 
dc7efa7ddcaf1be665cd79aff0b36a0f2b135a87a3a93f9cb6091105b965b4b009e569c447d54d602482410ec59d674d99a71bee2699e8007575b8e2cc727998
-AUX exiv2-0.26-CVE-2017-9239.patch 738 SHA256 
014407dc03154c12675d66368b9e5674bc761bd77102665bb4ccbbc1561b8098 SHA512 
f6d3c081ca145bc9614fff83d59512329bb30b19010be16484c0d341c6c7167195c98131458b9427ef0afd9cf0bd1f1cdd10b0cfd689322327bd685759bd125f
 WHIRLPOOL 
724b65d05228677d6d9493489d0e9882308e1a5fdef502528c80676767c582fe9ff828d50b67b447ba57b0c114926143c5ca9864e04e3b4dcfd6118a2e06daf9
-AUX exiv2-0.26-cmake1.patch 805 SHA256 
ce6797ef659aad6ad0687ea7236d193a22552c4c91855f486216371de0608f2e SHA512 
5b99674cdf01ab712df2f743487be1afd5a5751133222d13eaab36ce9e0b86c9c89eb8a09244eb521a60bce12081dbefb6b867aab75158df193d80965a0f0681
 WHIRLPOOL 
734fcdb96037486a7ec834ecf1f90d3e63e35ef22efd832e787e2e6efa8a9d59923311e46ff6486acd96668c0245f2ac0de620ea35e75665fce9a34c9caa401e
-AUX exiv2-0.26-cmake2.patch 2781 SHA256 
f5b4404a124e2fb11e2c363973c25bbc91c1da9787822f9f1a3252ef2bf0224b SHA512 
2ff6baad558ff79ec514a9bd78adb01d1c894d51713a5f98573c7e60356b90ed5f9ad462c43f6454874e2e775f61edf38a5881eb9526c5c9cd5543af0777e543
 WHIRLPOOL 
297cb349e63e9fb9a696c3e60de6e8d1c547b7f163abff6aeabe7687d6bc1c643b0a0166438f544ba33c02b285029244b339b0963afe894cd736175c9b7c1f87
-AUX exiv2-0.26-cmake3.patch 2040 SHA256 
14c67fe154053c72d41696546b998c320129190dc3b43471b25731d71c9e7c19 SHA512 
98c63cbe51126090835b2422433af625cea683d89d3d4e822191bfa19633ff1e4b98b41356dd9f2326c4e30c34faa80b9408ed488644575ab5cbf8f5477f6d8f
 WHIRLPOOL 
9065ff20231c6dc36a8314e0cbf36237d2b6acaceea69cfe16ec616a3e53b99fd756305e1fd771c4e2c1349a051ea2d875374f8bea67ef9049e677803fcc390d
-AUX exiv2-0.26-cmake4.patch 783 SHA256 
fee765278dc3bdc11b0d140e2e082ef29209aa78d591808ecf608434be87deda SHA512 
e2a197fcf1255e02d1ce35a3d9428f40533fad8dcbac39f17b8b5d3f2b365479e202c9fca3b969b6f16ab3e58ff2d8654b85308536e5acec3ba8d7af38fc17a0
 WHIRLPOOL 
8b28f0bd49bd4af64a8638bffbe977aa9feb257f9cf8c2075493b4e56aa6065c8e475ce33f988575e1b2b90030abd179902682537f00576cddb7069f0aa32607
-AUX exiv2-0.26-cmake5.patch 1066 SHA256 
aa7fcff3eace01ac2faf9a901fa2ebd3949d1ae4836bcfc884a119b394c083b5 SHA512 
6ac55cd0d73b484357b84b07f0e059f239e717a32d0cb4acec23522ac23546374f13edbb5306fe1acf7d75049ee642f4c6e851fb1dc0b38bec5feecfd4efbb0f
 WHIRLPOOL 
8cc7bc6a753700b6a1dd381c67ef883fab4c64ee1f5248b641bf265081994b99d88147d4fdaf208ebe4dab91f8488e4fa105919d3f0ab984ead146cdc3f7
-AUX exiv2-0.26-cmake6.patch 973 SHA256 
4a167f386a87f261481b5544844aa26c61386bb77e702407f21490b052b866a

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

2017-10-13 Thread Jeroen Roovers
commit: 3901be72186d7e9cd269179eb915145d33e1e805
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 18:00:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 18:00:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3901be72

net-analyzer/vnstat: Revert patching the test, drop sed script instead (bug 
#623906).

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-analyzer/vnstat/files/vnstat-1.17-conf.patch   | 15 ++
 net-analyzer/vnstat/files/vnstat-1.17-limit.patch  | 11 --
 net-analyzer/vnstat/files/vnstat-1.17-run.patch| 11 ++
 ...vnstat-1.17-r1.ebuild => vnstat-1.17-r2.ebuild} | 24 --
 4 files changed, 30 insertions(+), 31 deletions(-)

diff --git a/net-analyzer/vnstat/files/vnstat-1.17-conf.patch 
b/net-analyzer/vnstat/files/vnstat-1.17-conf.patch
new file mode 100644
index 000..b939e7c0435
--- /dev/null
+++ b/net-analyzer/vnstat/files/vnstat-1.17-conf.patch
@@ -0,0 +1,15 @@
+--- a/cfg/vnstat.conf.JeR
 b/cfg/vnstat.conf
+@@ -115,10 +115,10 @@
+ UpdateFileOwner 1
+ 
+ # file used for logging if UseLogging is set to 1
+-LogFile "/var/log/vnstat/vnstat.log"
++LogFile "/var/log/vnstat/vnstatd.log"
+ 
+ # file used as daemon pid / lock file
+-PidFile "/var/run/vnstat/vnstat.pid"
++PidFile "/run/vnstat/vnstatd/vnstatd.pid"
+ 
+ 
+ # vnstati

diff --git a/net-analyzer/vnstat/files/vnstat-1.17-limit.patch 
b/net-analyzer/vnstat/files/vnstat-1.17-limit.patch
deleted file mode 100644
index e1706977e52..000
--- a/net-analyzer/vnstat/files/vnstat-1.17-limit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/tests/config_tests.c
-+++ b/tests/config_tests.c
-@@ -99,7 +99,7 @@
-   cfg.maxbw = 10;
-   ret  = ibwget("ethnone", &limit);
-   ck_assert_int_eq(ret, 1);
--  ck_assert_int_eq(limit, 8);
-+  ck_assert_int_eq(limit, 10);
- }
- END_TEST
- 

diff --git a/net-analyzer/vnstat/files/vnstat-1.17-run.patch 
b/net-analyzer/vnstat/files/vnstat-1.17-run.patch
new file mode 100644
index 000..e3b514d0c6b
--- /dev/null
+++ b/net-analyzer/vnstat/files/vnstat-1.17-run.patch
@@ -0,0 +1,11 @@
+--- a/src/common.h.JeR
 b/src/common.h
+@@ -198,7 +198,7 @@
+ #define CREATEDIRS 1
+ #define UPDATEFILEOWNER 1
+ #define LOGFILE "/var/log/vnstat/vnstat.log"
+-#define PIDFILE "/var/run/vnstat/vnstat.pid"
++#define PIDFILE "/run/vnstat/vnstat.pid"
+ 
+ /* no transparency by default */
+ #define TRANSBG 0

diff --git a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild 
b/net-analyzer/vnstat/vnstat-1.17-r2.ebuild
similarity index 76%
rename from net-analyzer/vnstat/vnstat-1.17-r1.ebuild
rename to net-analyzer/vnstat/vnstat-1.17-r2.ebuild
index c3c76c43018..88ba28fdb0e 100644
--- a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
+++ b/net-analyzer/vnstat/vnstat-1.17-r2.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-inherit systemd toolchain-funcs user
+EAPI=6
+inherit systemd user
 
 DESCRIPTION="Console-based network traffic monitor that keeps statistics of 
network usage"
 HOMEPAGE="http://humdi.net/vnstat/";
@@ -25,7 +25,8 @@ RDEPEND="
selinux? ( sec-policy/selinux-vnstatd )
 "
 PATCHES=(
-   "${FILESDIR}"/${PN}-1.17-limit.patch
+   "${FILESDIR}"/${PN}-1.17-conf.patch
+   "${FILESDIR}"/${PN}-1.17-run.patch
 )
 
 pkg_setup() {
@@ -33,23 +34,6 @@ pkg_setup() {
enewuser vnstat -1 -1 /var/lib/vnstat vnstat
 }
 
-src_prepare() {
-   default
-
-   tc-export CC
-
-   sed -i \
-   -e 's|^\(MaxBWethnone.*\)$|#\1|' \
-   -e 's|^Daemon\(.*\) ""$|Daemon\1 "vnstat"|' \
-   -e 's|vnstat[.]log|vnstatd.log|' \
-   -e 's|vnstat[.]pid|vnstatd.pid|' \
-   -e 's|/var/run|/run|' \
-   cfg/${PN}.conf || die
-   sed -i \
-   -e '/PIDFILE/s|/var/run|/run|' \
-   src/common.h || die
-}
-
 src_compile() {
emake ${PN} ${PN}d $(usex gd ${PN}i '')
 }



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

2017-10-13 Thread Jeroen Roovers
commit: 32c7c578f2b2d3699fa043062d920a908d997146
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 18:01:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 18:01:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c7c578

dev-util/debhelper: Old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-util/debhelper/Manifest  |  1 -
 dev-util/debhelper/debhelper-10.8.ebuild | 73 
 2 files changed, 74 deletions(-)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index 6aac442728c..028c0207f9c 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,4 +1,3 @@
-DIST debhelper_10.8.tar.xz 418392 SHA256 
15fd4ffa30657cffab6cd7a3aeff2429a64e9c80745e96ecdedc1360f1501ab2 SHA512 
c867eaedcd6a31befd8bfe6b91d7aee68f0f210baacde4e709c66b86ffa8479e4f635270f9cdfff19cc9aea3c41c645679a47af4eed15308c2808df9b818ea86
 WHIRLPOOL 
73be55020fa026b7e90d20e1b64ee450af472b3db17a2fad6ca6063ac3c1cff98cfe4f8f33d6d94c844fe2d74588d0f1fb64132749133b7077ba64896f227dbe
 DIST debhelper_10.9.1.tar.xz 423464 SHA256 
62d44d209b11806358a04ac977913b33d60da69f5cb48b150ab4ccbd30e9f6af SHA512 
0e34c3375776c9d2eebbfee76a8677c681342055b232dc8673d8fe91f9dd62e444309dca79fa819a901558cd80452a60d9a98d9cdf5c6955f3f1adcf117d91aa
 WHIRLPOOL 
e2160007d4c4a735a52e18bb5e0f83ad516cca8f0031b8d8d332644a8fbdfb9cfc35e7ce8a9b1767f4c97d3134ac5ecadf5d60c5ab003de975b2b1ae844fcebc
 DIST debhelper_10.9.tar.xz 420736 SHA256 
85905a4c7d36137e1d51df064c5177c76535b37fcd4b7d28c68622c877ddab41 SHA512 
0efec68a6a01530e57f220593e66ff9f527aa57deb1df025728a52754e32ea6a4f5d57e9c8fb4fb2eb0c584cd9951dd69a92aeaf0c274806c17473ef9926ac61
 WHIRLPOOL 
ce83de4eb9fe28b5f1e3d1a2ac7bddab19c8dc0c6e8852a7d9c5c01b2c4a95848cb05a15248fc8024168ed8042e1a74587821c0c6785baf2a2c1b722c6efcdaa
 DIST debhelper_9.20160814.tar.xz 344328 SHA256 
2834a7c1dbeafd9402ea68948c815dab19d903503c45fd70e676269fccd359c0 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62
 WHIRLPOOL 
334f0aa8075896ec13a061b9841adb5f2b7c5fa6996b507785f50389c86c48e3c89a84ff1049ae7d7cbe4876b649010f892f54f1074ecafd76061bf0588e65d6

diff --git a/dev-util/debhelper/debhelper-10.8.ebuild 
b/dev-util/debhelper/debhelper-10.8.ebuild
deleted file mode 100644
index c4f2a7b166c..000
--- a/dev-util/debhelper/debhelper-10.8.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
-HOMEPAGE="https://packages.qa.debian.org/d/debhelper.html";
-SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux"
-IUSE="test"
-DH_LINGUAS=( de es fr )
-IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"
-
-NLS_DEPEND=$(
-   printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]}
-)
-
-RDEPEND="
-   >=dev-lang/perl-5.10:=
-   >=app-arch/dpkg-1.17
-   dev-perl/TimeDate
-   virtual/perl-Getopt-Long
-"
-DEPEND="
-   ${RDEPEND}
-   ${NLS_DEPEND}
-   test? (
-   dev-perl/Test-Pod
-   sys-apps/fakeroot
-   )
-"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-   tc-export CC
-
-   local LANGS="" USE_NLS=no lingua
-   for lingua in ${DH_LINGUAS[@]}; do
-   if use linguas_${lingua}; then
-   LANGS+=" ${lingua}"
-   USE_NLS=yes
-   fi
-   done
-
-   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   dodoc doc/* debian/changelog
-   docinto examples
-   dodoc examples/*
-   local lingua
-   for manfile in *.1 *.7 ; do
-   for lingua in ${DH_LINGUAS[@]}; do
-   case ${manfile} in
-   *.${lingua}.?)
-   use linguas_${lingua} \
-   && cp ${manfile} 
"${T}"/${manfile/.${lingua}/} \
-   && doman -i18n=${lingua} 
"${T}"/${manfile/.${lingua}/}
-   ;;
-   *)
-   doman ${manfile}
-   ;;
-   esac
-   done
-   done
-}



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

2017-10-13 Thread Jeroen Roovers
commit: 0d1be8af90742c0ce730ff1cfe9debfce15e249e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 18:00:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 18:00:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d1be8af

dev-util/debhelper: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-util/debhelper/Manifest|  1 +
 dev-util/debhelper/debhelper-10.9.1.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index 786c6d07f82..6aac442728c 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,3 +1,4 @@
 DIST debhelper_10.8.tar.xz 418392 SHA256 
15fd4ffa30657cffab6cd7a3aeff2429a64e9c80745e96ecdedc1360f1501ab2 SHA512 
c867eaedcd6a31befd8bfe6b91d7aee68f0f210baacde4e709c66b86ffa8479e4f635270f9cdfff19cc9aea3c41c645679a47af4eed15308c2808df9b818ea86
 WHIRLPOOL 
73be55020fa026b7e90d20e1b64ee450af472b3db17a2fad6ca6063ac3c1cff98cfe4f8f33d6d94c844fe2d74588d0f1fb64132749133b7077ba64896f227dbe
+DIST debhelper_10.9.1.tar.xz 423464 SHA256 
62d44d209b11806358a04ac977913b33d60da69f5cb48b150ab4ccbd30e9f6af SHA512 
0e34c3375776c9d2eebbfee76a8677c681342055b232dc8673d8fe91f9dd62e444309dca79fa819a901558cd80452a60d9a98d9cdf5c6955f3f1adcf117d91aa
 WHIRLPOOL 
e2160007d4c4a735a52e18bb5e0f83ad516cca8f0031b8d8d332644a8fbdfb9cfc35e7ce8a9b1767f4c97d3134ac5ecadf5d60c5ab003de975b2b1ae844fcebc
 DIST debhelper_10.9.tar.xz 420736 SHA256 
85905a4c7d36137e1d51df064c5177c76535b37fcd4b7d28c68622c877ddab41 SHA512 
0efec68a6a01530e57f220593e66ff9f527aa57deb1df025728a52754e32ea6a4f5d57e9c8fb4fb2eb0c584cd9951dd69a92aeaf0c274806c17473ef9926ac61
 WHIRLPOOL 
ce83de4eb9fe28b5f1e3d1a2ac7bddab19c8dc0c6e8852a7d9c5c01b2c4a95848cb05a15248fc8024168ed8042e1a74587821c0c6785baf2a2c1b722c6efcdaa
 DIST debhelper_9.20160814.tar.xz 344328 SHA256 
2834a7c1dbeafd9402ea68948c815dab19d903503c45fd70e676269fccd359c0 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62
 WHIRLPOOL 
334f0aa8075896ec13a061b9841adb5f2b7c5fa6996b507785f50389c86c48e3c89a84ff1049ae7d7cbe4876b649010f892f54f1074ecafd76061bf0588e65d6

diff --git a/dev-util/debhelper/debhelper-10.9.1.ebuild 
b/dev-util/debhelper/debhelper-10.9.1.ebuild
new file mode 100644
index 000..c4f2a7b166c
--- /dev/null
+++ b/dev-util/debhelper/debhelper-10.9.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Collection of programs that can be used to automate common tasks 
in debian/rules"
+HOMEPAGE="https://packages.qa.debian.org/d/debhelper.html";
+SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux"
+IUSE="test"
+DH_LINGUAS=( de es fr )
+IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"
+
+NLS_DEPEND=$(
+   printf "linguas_%s? ( >=app-text/po4a-0.24 )\n" ${DH_LINGUAS[@]}
+)
+
+RDEPEND="
+   >=dev-lang/perl-5.10:=
+   >=app-arch/dpkg-1.17
+   dev-perl/TimeDate
+   virtual/perl-Getopt-Long
+"
+DEPEND="
+   ${RDEPEND}
+   ${NLS_DEPEND}
+   test? (
+   dev-perl/Test-Pod
+   sys-apps/fakeroot
+   )
+"
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+   tc-export CC
+
+   local LANGS="" USE_NLS=no lingua
+   for lingua in ${DH_LINGUAS[@]}; do
+   if use linguas_${lingua}; then
+   LANGS+=" ${lingua}"
+   USE_NLS=yes
+   fi
+   done
+
+   emake USE_NLS="${USE_NLS}" LANGS="${LANGS}" build
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   dodoc doc/* debian/changelog
+   docinto examples
+   dodoc examples/*
+   local lingua
+   for manfile in *.1 *.7 ; do
+   for lingua in ${DH_LINGUAS[@]}; do
+   case ${manfile} in
+   *.${lingua}.?)
+   use linguas_${lingua} \
+   && cp ${manfile} 
"${T}"/${manfile/.${lingua}/} \
+   && doman -i18n=${lingua} 
"${T}"/${manfile/.${lingua}/}
+   ;;
+   *)
+   doman ${manfile}
+   ;;
+   esac
+   done
+   done
+}



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

2017-10-13 Thread Steve Arnold
commit: 575a4b1528fa27be50680011a544ca89f6e332e3
Author: Steve Arnold  gentoo  org>
AuthorDate: Fri Oct 13 17:54:27 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri Oct 13 17:54:27 2017 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=575a4b15

sys-devel/crossdev: Fix avr hack, move it inside doemerge block

Signed-off-by: Steve Arnold  gentoo.org>

 crossdev | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/crossdev b/crossdev
index 8ba0360..048f82a 100755
--- a/crossdev
+++ b/crossdev
@@ -1293,15 +1293,16 @@ if ! ex_fast ; then
USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
doemerge ${GPKG} ${GPKG}-stage2
fi
-fi
 
-# this is to make sure that avr linker can find its a**, er, ldscripts
-if [[ ${MAKE_SYMLINK} == "yes" ]] ; then
-   case ${CTARGET} in
-   avr*)   ln -s ${EPREFIX}/usr/$CHOST/${CTARGET}/lib/ldscripts 
${EPREFIX}/usr/${CTARGET}/lib/ldscripts
-   ;;
-   *)  ;;
-   esac
+   # this is to make sure that avr linker can find its a**, er, ldscripts
+   if [[ ${MAKE_SYMLINK} == "yes" ]] ; then
+   case ${CTARGET} in
+   avr*)   [[ -e ${EPREFIX}/usr/${CTARGET}/lib/ldscripts 
]] || \
+   ln -s 
${EPREFIX}/usr/$CHOST/${CTARGET}/lib/ldscripts ${EPREFIX}/usr/${CTARGET}/lib/
+   ;;
+   *)  ;;
+   esac
+   fi
 fi
 
 # all the extra things (like debuggers)



[gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/

2017-10-13 Thread Jeroen Roovers
commit: 0cd12562d1db1fc105eb0dfd7e1348e3330e8eb7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 17:48:40 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 17:48:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd12562

x11-terms/guake: Old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-terms/guake/Manifest   |  1 -
 x11-terms/guake/guake-0.8.9.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index abf7ee28747..f73a7086bab 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,4 +1,3 @@
 DIST guake-0.8.10.tar.gz 405407 SHA256 
ded226b94a7b184b056b62a02d6a1cade1e53158a87bcae9c030a5cdf9c71644 SHA512 
6a5986b95a3a0b7029276f2b34780dc3d58d7afa186f31a15f4adc3d8368b1dae8ed6100a2baf9683c9d5aa416daf32ef1c6f274c852fa0bd4a17d0c9f50ba98
 WHIRLPOOL 
69a0391dad4021a08014edbe9f685560e53baf31d2c9a713fca9a687633e94507d79fff3968bfd226e00a59e8010393cd518e159cf9019195b852d9cfab76f2a
 DIST guake-0.8.11.tar.gz 410464 SHA256 
5ec5984a79a90e6abe73fe063c470f124d34616e8f162d1f7160feee9fb0984f SHA512 
c11e3b1294e26eed12a42db51dab4b1fd8f41e2436e9203748df57a46694182e69b112a2ef13b63a0be50a54ed5bc65ed1092737a123c9e43910154fecc94687
 WHIRLPOOL 
bba2b9b198a3679ed83cec29950380dac8eb4f4b4aefe30b709d8a639beb9318b34227a52df20482306aab0764fe4c8ab084db178e1a316613e5ddc7a07f
 DIST guake-0.8.8.tar.gz 395143 SHA256 
dbed79b7350e40412121b21d03a26c480a93add315d3a196c450cc62e4e1a42e SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 WHIRLPOOL 
94474c908ce179fa78eb9db96b2d054ccbf93fce30cbfdf4d6bff922c704494f7eac6ca5eadc9c6a68372089a2bc9ff6e5b008f27769c792c70968034f763ace
-DIST guake-0.8.9.tar.gz 403678 SHA256 
09de63d24e35182ecb84a300375ef3591f0b0df38f9695633945835a1abc1c2e SHA512 
fecf481fe5940e64b51329e0fdfacfc26083755bc4fbc8358b92fd5c78c5d2ce0bdc65a2af2e9b0679c04d61c4be6cd202179a0c45965c4a71ee82246f53c02c
 WHIRLPOOL 
96ac6a5bb9b5c03b0a79294669933d2797c61666309828f8f2c27c64e54f3d7e2a53ea822a645515336c238743b1c61618cdf31461c1f3b61816184b85c98c23

diff --git a/x11-terms/guake/guake-0.8.9.ebuild 
b/x11-terms/guake/guake-0.8.9.ebuild
deleted file mode 100644
index 2a8e13d3800..000
--- a/x11-terms/guake/guake-0.8.9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils gnome2 python-single-r1
-
-DESCRIPTION="Drop-down terminal for GTK+ desktops"
-HOMEPAGE="https://github.com/Guake/guake";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/gconf-python[${PYTHON_USEDEP}]
-   dev-python/notify-python[${PYTHON_USEDEP}]
-   dev-python/pygtk[${PYTHON_USEDEP}]
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/vte:0[python]
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig
-"
-
-DOCS=( AUTHORS ChangeLog NEWS README.rst )
-
-src_prepare() {
-   eapply_user
-
-   eautoreconf
-
-   gnome2_src_prepare
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-}
-
-pkg_postrm() {
-   gnome2_pkg_postrm
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/

2017-10-13 Thread Jeroen Roovers
commit: 15c492816e7828923e1df0eb1dcf8f8fc3a804cd
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 17:47:15 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 17:47:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c49281

x11-terms/guake: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-terms/guake/Manifest|  1 +
 x11-terms/guake/guake-0.8.11.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/x11-terms/guake/Manifest b/x11-terms/guake/Manifest
index 1006e62e281..abf7ee28747 100644
--- a/x11-terms/guake/Manifest
+++ b/x11-terms/guake/Manifest
@@ -1,3 +1,4 @@
 DIST guake-0.8.10.tar.gz 405407 SHA256 
ded226b94a7b184b056b62a02d6a1cade1e53158a87bcae9c030a5cdf9c71644 SHA512 
6a5986b95a3a0b7029276f2b34780dc3d58d7afa186f31a15f4adc3d8368b1dae8ed6100a2baf9683c9d5aa416daf32ef1c6f274c852fa0bd4a17d0c9f50ba98
 WHIRLPOOL 
69a0391dad4021a08014edbe9f685560e53baf31d2c9a713fca9a687633e94507d79fff3968bfd226e00a59e8010393cd518e159cf9019195b852d9cfab76f2a
+DIST guake-0.8.11.tar.gz 410464 SHA256 
5ec5984a79a90e6abe73fe063c470f124d34616e8f162d1f7160feee9fb0984f SHA512 
c11e3b1294e26eed12a42db51dab4b1fd8f41e2436e9203748df57a46694182e69b112a2ef13b63a0be50a54ed5bc65ed1092737a123c9e43910154fecc94687
 WHIRLPOOL 
bba2b9b198a3679ed83cec29950380dac8eb4f4b4aefe30b709d8a639beb9318b34227a52df20482306aab0764fe4c8ab084db178e1a316613e5ddc7a07f
 DIST guake-0.8.8.tar.gz 395143 SHA256 
dbed79b7350e40412121b21d03a26c480a93add315d3a196c450cc62e4e1a42e SHA512 
cbff208ea985669c5063793aaa74504a0de92127b52af23499b7c95df7c3841558ae61586e56771ce8e0d444bbe95a95e12e1af41f8a4ac9c74c13b3e9df8dc2
 WHIRLPOOL 
94474c908ce179fa78eb9db96b2d054ccbf93fce30cbfdf4d6bff922c704494f7eac6ca5eadc9c6a68372089a2bc9ff6e5b008f27769c792c70968034f763ace
 DIST guake-0.8.9.tar.gz 403678 SHA256 
09de63d24e35182ecb84a300375ef3591f0b0df38f9695633945835a1abc1c2e SHA512 
fecf481fe5940e64b51329e0fdfacfc26083755bc4fbc8358b92fd5c78c5d2ce0bdc65a2af2e9b0679c04d61c4be6cd202179a0c45965c4a71ee82246f53c02c
 WHIRLPOOL 
96ac6a5bb9b5c03b0a79294669933d2797c61666309828f8f2c27c64e54f3d7e2a53ea822a645515336c238743b1c61618cdf31461c1f3b61816184b85c98c23

diff --git a/x11-terms/guake/guake-0.8.11.ebuild 
b/x11-terms/guake/guake-0.8.11.ebuild
new file mode 100644
index 000..2a8e13d3800
--- /dev/null
+++ b/x11-terms/guake/guake-0.8.11.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT=yes
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils gnome2 python-single-r1
+
+DESCRIPTION="Drop-down terminal for GTK+ desktops"
+HOMEPAGE="https://github.com/Guake/guake";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/keybinder:0[python,${PYTHON_USEDEP}]
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/gconf-python[${PYTHON_USEDEP}]
+   dev-python/notify-python[${PYTHON_USEDEP}]
+   dev-python/pygtk[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/vte:0[python]
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README.rst )
+
+src_prepare() {
+   eapply_user
+
+   eautoreconf
+
+   gnome2_src_prepare
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+}
+
+pkg_postrm() {
+   gnome2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2017-10-13 Thread Jeroen Roovers
commit: ba62681301e74e9771b31bcaa2ee1d23cbe929af
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 17:43:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 17:43:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba626813

dev-perl/Geo-IP: Version bump.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild | 24 
 dev-perl/Geo-IP/Manifest  |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
new file mode 100644
index 000..13de1bf8d46
--- /dev/null
+++ b/dev-perl/Geo-IP/Geo-IP-1.510.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=MAXMIND
+MODULE_VERSION=1.51
+inherit perl-module multilib
+
+DESCRIPTION="Look up country by IP Address"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-libs/geoip"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=do
+
+src_configure() {
+   myconf="LIBS=-L/usr/$(get_libdir)"
+   perl-module_src_configure
+}

diff --git a/dev-perl/Geo-IP/Manifest b/dev-perl/Geo-IP/Manifest
index b4085054eca..f3a178b349e 100644
--- a/dev-perl/Geo-IP/Manifest
+++ b/dev-perl/Geo-IP/Manifest
@@ -1,2 +1,3 @@
 DIST Geo-IP-1.45.tar.gz 134181 SHA256 
0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 SHA512 
0737459b50251f64a0230176721e6a0cf7fb701451b3488c0a0628a183233b5346b7311a80fe35752104ab6812c6791cd4bafbbfa9e7ff51aa6bd4d489655af3
 WHIRLPOOL 
900aecd85e9c3e5a4ec9739f805fe4d9b4d075dd9e7f5b92d2de306d3974df474958ad81c631753cd8a5ac2a5764023e285046fd603153bb7a30ab0c20cba979
 DIST Geo-IP-1.50.tar.gz 145419 SHA256 
f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b SHA512 
db5dc8731c970dfd9bb95312666218623453818917a9035358ca5077357f2b3187e07e615f1280fef53e1a7ae6336e4cf4642855b23d5326fa5772bc6462
 WHIRLPOOL 
bab1400ddd0798b46128ff06c401e3e9274ecdfe123a81886360f00eba262362d95a32b68f043e0fe0756249b6fa9919d35db88fb47791c3a1222ae196fb3feb
+DIST Geo-IP-1.51.tar.gz 155629 SHA256 
163020315d5c5441836ac79e08a77b428f277fd090bea4fa80da7077b2436aba SHA512 
1149a2457a5a971a47585300ac68e71537fce4af3396aafe12ccb298b4a9e90b5fb0bc8bb01dec80698c3c57ae8e045a04c53747cc0ce80f8c4d3dd033ed76b3
 WHIRLPOOL 
e8dc50d9175ff3c3d9bbe1853e95edac8b2f2df594413c0175ee86040c1e75fdc4e71d80194a0d0d187d13bf7f96521750ed513c5a65b6e063a97e74bd29b846



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Geo-IP/

2017-10-13 Thread Jeroen Roovers
commit: 70ada5eccbb70d62d9f6c7367b227d249a80373c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 17:43:18 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 17:43:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ada5ec

dev-perl/Geo-IP: Fix SRC_URI.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Geo-IP/{Geo-IP-1.500.0.ebuild => Geo-IP-1.500.0-r1.ebuild} | 4 ++--
 dev-perl/Geo-IP/Manifest| 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild 
b/dev-perl/Geo-IP/Geo-IP-1.500.0-r1.ebuild
similarity index 87%
rename from dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
rename to dev-perl/Geo-IP/Geo-IP-1.500.0-r1.ebuild
index 7f36f9aafb2..a0cb83e4d4e 100644
--- a/dev-perl/Geo-IP/Geo-IP-1.500.0.ebuild
+++ b/dev-perl/Geo-IP/Geo-IP-1.500.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 MODULE_AUTHOR=MAXMIND
-MODULE_VERSION=1.45
+MODULE_VERSION=1.50
 inherit perl-module multilib
 
 DESCRIPTION="Look up country by IP Address"

diff --git a/dev-perl/Geo-IP/Manifest b/dev-perl/Geo-IP/Manifest
index 6ce7857ccec..b4085054eca 100644
--- a/dev-perl/Geo-IP/Manifest
+++ b/dev-perl/Geo-IP/Manifest
@@ -1 +1,2 @@
 DIST Geo-IP-1.45.tar.gz 134181 SHA256 
0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 SHA512 
0737459b50251f64a0230176721e6a0cf7fb701451b3488c0a0628a183233b5346b7311a80fe35752104ab6812c6791cd4bafbbfa9e7ff51aa6bd4d489655af3
 WHIRLPOOL 
900aecd85e9c3e5a4ec9739f805fe4d9b4d075dd9e7f5b92d2de306d3974df474958ad81c631753cd8a5ac2a5764023e285046fd603153bb7a30ab0c20cba979
+DIST Geo-IP-1.50.tar.gz 145419 SHA256 
f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b SHA512 
db5dc8731c970dfd9bb95312666218623453818917a9035358ca5077357f2b3187e07e615f1280fef53e1a7ae6336e4cf4642855b23d5326fa5772bc6462
 WHIRLPOOL 
bab1400ddd0798b46128ff06c401e3e9274ecdfe123a81886360f00eba262362d95a32b68f043e0fe0756249b6fa9919d35db88fb47791c3a1222ae196fb3feb



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

2017-10-13 Thread Sergei Trofimovich
commit: e2377d3fc70f03cf2aa91027e5d1fa176700c9cf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 13 17:34:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 13 17:35:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2377d3f

dev-ruby/ffi: stable 1.9.18 for ia64, bug #633662

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

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

diff --git a/dev-ruby/ffi/ffi-1.9.18.ebuild b/dev-ruby/ffi/ffi-1.9.18.ebuild
index a105b39c147..75827cd6486 100644
--- a/dev-ruby/ffi/ffi-1.9.18.ebuild
+++ b/dev-ruby/ffi/ffi-1.9.18.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${PN}-git-${PV}.
 IUSE=""
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND+=" virtual/libffi"
 DEPEND+=" virtual/libffi"



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

2017-10-13 Thread William Hubbs
commit: 8f322eba1f05d97dc0e809ddf519926d5b5ae46d
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct 13 16:51:31 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 13 16:52:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f322eba

sys-apps/openrc: 0.33 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.33.ebuild | 329 +
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index e5ea3ea667d..4582e823058 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -7,3 +7,4 @@ DIST openrc-0.31.2.tar.gz 224891 SHA256 
6865733e8abeced128537937587e1cecc233227d
 DIST openrc-0.31.tar.gz 223966 SHA256 
9d1631b647b3b8981dcbb5251f9d2444859c6cf0791c1b6b07469953e657 SHA512 
2c28daa5b2bfd3c31a2b87b08a7b39dc078ab0224c713a2b738e991f968f07d4761770a813fb449df551d6e3db58ed997ac8bbe210d1fb17b4c88ead859eba7b
 WHIRLPOOL 
929dbd2724b6f6aaeaae1d9bce913068ac94ec3e21aefae859d782ed7f6f2a948042a5371afc3a8f631b10552776225b4b8487a11188847366877bfd12889001
 DIST openrc-0.32.1.tar.gz 223808 SHA256 
ef037a468d87009c8a21a62f04c3b5fa5eb56ce2808a2c6dbd3c73383469b638 SHA512 
9cd48978fcd69a6d80b474a06b56550cc8c538d6d7a1cb6f88b90087593eebb8185ee5192ec05be2f87f61de53dbe6ded9058aee7ae8f806bb0d7d7da70f62d8
 WHIRLPOOL 
021f1dacf4a4a0fb7fb1577f2bfdb4db2007e7e414b17536f7709e05256489e5a692376611df674301ba90a879d14c9bd9c5684b4dc063d26e678158fa2a74f3
 DIST openrc-0.32.tar.gz 223935 SHA256 
d452f5c8dd49a0819de368e7faeb56bd7460f8704cb029d9cc4e0b1dc56e791e SHA512 
a355ba31d50b1c58f724d446449a8e31bb6f4c13b2da886880579e2666bcefe612a4eae64732f3ef7549fbfc84f3e088c4ca98e6be30108adfbf0a6d648d2635
 WHIRLPOOL 
451d9e549a175d14b5ed23c9b16e2cf7815e8cf7e616d964161b1e583e899ad0ac1f7bfe4cc4fccd4e1f5155d1c85f8d77f206d083bc02a0f2ad6a1348ac776f
+DIST openrc-0.33.tar.gz 224148 SHA256 
4e136fe328a5f8b1225ec5c5c34a42e472ff5676c95b334b5be9b064adaeaf2a SHA512 
6c4b27f3c433f418ae205074214697697b8e124110db2985200a698b4123bac468aa962026ca638c2c1b71e5b3121bfe5280a34d7a954a0aa1ede0b79dfab18e
 WHIRLPOOL 
1345b51597cd1424c800957c0d79ca60cad8cd68a964544a9fc1d14bde0518523763b3c53867948d1f0c5b0c40867ed2c66c84a782d40f2e900a0eab7252e5b9

diff --git a/sys-apps/openrc/openrc-0.33.ebuild 
b/sys-apps/openrc/openrc-0.33.ebuild
new file mode 100644
index 000..15376774cd7
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.33.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !=sys-libs/libselinux-2.6
+   )
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   keepdir /$(get_libdir)/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_co

[gentoo-commits] proj/openrc: New tag: 0.33

2017-10-13 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 13 16:44:31 2017 +

New tag: 0.33




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

2017-10-13 Thread Alon Bar-Lev
commit: 429f31a639972743785eff8177f0b1407e5f7502
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct 13 16:40:43 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct 13 16:41:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429f31a6

dev-libs/botan: add missing limits.h

Gentoo-Bug: https://bugs.gentoo.org/634180
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/botan/files/botan-2.3.0-build.patch | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-libs/botan/files/botan-2.3.0-build.patch 
b/dev-libs/botan/files/botan-2.3.0-build.patch
index b4d4ca6e694..06d44cd0c49 100644
--- a/dev-libs/botan/files/botan-2.3.0-build.patch
+++ b/dev-libs/botan/files/botan-2.3.0-build.patch
@@ -20,3 +20,29 @@ index 9580bc9c5..fabaccb18 100644
  
  namespace Botan {
  
+From 8526077c273c752661786e0ef5d9f7b945c83931 Mon Sep 17 00:00:00 2001
+From: Alon Bar-Lev 
+Date: Fri, 13 Oct 2017 19:34:25 +0300
+Subject: [PATCH] Add limits.h header for INT_MAX
+
+Gentoo-Bug: https://bugs.gentoo.org/633468
+Signed-off-by: Alon Bar-Lev 
+---
+ src/lib/prov/openssl/openssl_rsa.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/lib/prov/openssl/openssl_rsa.cpp 
b/src/lib/prov/openssl/openssl_rsa.cpp
+index fae869b..ab5ac64 100644
+--- a/src/lib/prov/openssl/openssl_rsa.cpp
 b/src/lib/prov/openssl/openssl_rsa.cpp
+@@ -22,6 +22,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ namespace Botan {
+ 
+-- 
+2.13.6
+



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

2017-10-13 Thread Alon Bar-Lev
commit: 45deb37dc961cea769bc54e798838b770cafd9b5
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct 13 16:29:39 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct 13 16:41:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45deb37d

dev-libs/xmlsec: cleanup

Gentoo-Bug: https://bugs.gentoo.org/633682
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-libs/xmlsec/Manifest |  1 -
 dev-libs/xmlsec/xmlsec-1.2.23.ebuild | 62 
 dev-libs/xmlsec/xmlsec-1.2.24.ebuild | 62 
 3 files changed, 125 deletions(-)

diff --git a/dev-libs/xmlsec/Manifest b/dev-libs/xmlsec/Manifest
index d08cb985f78..76796789955 100644
--- a/dev-libs/xmlsec/Manifest
+++ b/dev-libs/xmlsec/Manifest
@@ -1,2 +1 @@
-DIST xmlsec1-1.2.23.tar.gz 1794694 SHA256 
41d463d16c9894cd3317098d027c038039c6d896b9cbb9bad9c4e29959e10e9f SHA512 
20b0c0ba517c764fcd32165254ae6dcdda8fb72ca3279dbfcf42d899e91d380b78d9be3b1c3d32910eaad5544a4fc51218e32579b10e6b6639338a7bd8b1ddc5
 WHIRLPOOL 
f4d783d01346860ed2cf1d15e692e70e65034bee120c853cf7692358799a6e3339a1bb022f4d72ee4364a43766aa01770070a0081d1adcc588e4f84786f9
 DIST xmlsec1-1.2.24.tar.gz 1835762 SHA256 
99a8643f118bb1261a72162f83e2deba0f4f690893b4b90e1be4f708e8d481cc SHA512 
a01feb9af8f85e77f2c5d2d7f596fba3ef58bc593cb9a7c3e883deb38f8292598ba5aa09fa59897fe303f10336a10b0bb0f27171f2b6e6251e694f37f0b9b7d4
 WHIRLPOOL 
d6fbaf232c10a589a2dbe608ad1a29ebc7b80b535e1036a66b75fbdf3d7154e7297b901b035fdd31b992684b4006050a6421dcd9a9f7c1ea2e4b11d83544bf73

diff --git a/dev-libs/xmlsec/xmlsec-1.2.23.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.23.ebuild
deleted file mode 100644
index c71366277d7..000
--- a/dev-libs/xmlsec/xmlsec-1.2.23.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools ltprune
-
-DESCRIPTION="Command line tool for signing, verifying, encrypting and 
decrypting XML"
-HOMEPAGE="http://www.aleksey.com/xmlsec";
-SRC_URI="http://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
-IUSE="doc gcrypt gnutls nss +openssl static-libs"
-REQUIRED_USE="|| ( gcrypt gnutls nss openssl )
-   gnutls? ( gcrypt )"
-
-RDEPEND=">=dev-libs/libxml2-2.7.4
-   >=dev-libs/libxslt-1.0.20
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 )
-   gnutls? ( >=net-libs/gnutls-2.8.0 )
-   nss? (
-   >=dev-libs/nspr-4.4.1
-   >=dev-libs/nss-3.9
-   )
-   openssl? ( >=dev-libs/openssl-0.9.7:* )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}1-${PV}
-
-src_prepare() {
-   default
-   # conditionally install extra documentation
-   if ! use doc ; then
-   sed -i '/^SUBDIRS/s/docs//' Makefile.am || die
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   econf \
-   --enable-pkgconfig \
-   --with-html-dir=/usr/share/doc/${PF}/html \
-   $(use_enable static-libs static) \
-   $(use_with gcrypt gcrypt "") \
-   $(use_with gnutls gnutls "") \
-   $(use_with nss nspr "") \
-   $(use_with nss nss "") \
-   $(use_with openssl openssl "") \
-   $(use_enable openssl aes)
-}
-
-src_test() {
-   emake TMPFOLDER="${T}" check
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/dev-libs/xmlsec/xmlsec-1.2.24.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.24.ebuild
deleted file mode 100644
index 2a7a4fa379a..000
--- a/dev-libs/xmlsec/xmlsec-1.2.24.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools ltprune
-
-DESCRIPTION="Command line tool for signing, verifying, encrypting and 
decrypting XML"
-HOMEPAGE="http://www.aleksey.com/xmlsec";
-SRC_URI="http://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc gcrypt gnutls nss +openssl static-libs"
-REQUIRED_USE="|| ( gcrypt gnutls nss openssl )
-   gnutls? ( gcrypt )"
-
-RDEPEND=">=dev-libs/libxml2-2.7.4
-   >=dev-libs/libxslt-1.0.20
-   gcrypt? ( >=dev-libs/libgcrypt-1.4.0:0 )
-   gnutls? ( >=net-libs/gnutls-2.8.0 )
-   nss? (
-   >=dev-libs/nspr-4.4.1
-   >=dev-libs/nss-3.9
-   )
-   openssl? ( >=dev-libs/openssl-1.0.0:* )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}1-${PV}
-
-src_prepare() {
-   default
-   # conditionally install extra documentation
-   if ! use doc ; then
-   sed -i '/^SUBDIRS/s/docs//' Makefile.am || die
-   eautoreconf
-   fi
-}
-
-src_configure() {
-   econf \
-   --en

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

2017-10-13 Thread Alon Bar-Lev
commit: b43c82e217a9257609574eb77b063912bc352b2f
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Oct 13 08:42:31 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct 13 16:41:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43c82e2

app-crypt/signing-party: cleanup

Gentoo-Bug: https://bugs.gentoo.org/633676
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-crypt/signing-party/Manifest |   1 -
 app-crypt/signing-party/signing-party-2.5.ebuild | 121 ---
 2 files changed, 122 deletions(-)

diff --git a/app-crypt/signing-party/Manifest b/app-crypt/signing-party/Manifest
index 72091f7b688..a932c9ffb35 100644
--- a/app-crypt/signing-party/Manifest
+++ b/app-crypt/signing-party/Manifest
@@ -1,2 +1 @@
-DIST signing-party_2.5.orig.tar.gz 198105 SHA256 
62db91ccbde650ffbb332beab9cba0676b0d42fc46034fa3c28a471cc0ec4bf8 SHA512 
a04875bfaef791a6505134dd2530148d5e6baaa8aa5610e75d42fbf59e884fafffb5de2486425bb53e6464ff3fd35b974684d8bc85291750e4a7bd8bb82b0da3
 WHIRLPOOL 
7c070f194a67de7fe4ac2f479c6e15a96bf3f182a9065f293b60f5fb979f035c160860ec25ffe0fcc64b30561af94db40b3d8cb113dc8e8cf17cfe2f9bec5248
 DIST signing-party_2.6.orig.tar.gz 201210 SHA256 
d9458db6c5a01298838af99655c0edbebd0c955f50866c6e0f6f277a1dbbabd8 SHA512 
094af9b354d958d382bf99a1f10a9f12585f85769686e3bc9b9b813016f68232775e4002c0a7accbc894c946f7532b32ee7f9b3e23d467b973041c092ba4efb9
 WHIRLPOOL 
4e8c873d0b7aa36442e82cfa204aa900bddd037b00d6bfdf12b18fe6a47acaff6c621956576d0371ed00b0b3985e0a40d6cc2e124f2649367d407ffe8433e0fe

diff --git a/app-crypt/signing-party/signing-party-2.5.ebuild 
b/app-crypt/signing-party/signing-party-2.5.ebuild
deleted file mode 100644
index a279544c030..000
--- a/app-crypt/signing-party/signing-party-2.5.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs autotools
-
-DESCRIPTION="A collection of several tools related to OpenPGP"
-HOMEPAGE="http://pgp-tools.alioth.debian.org/";
-SRC_URI="mirror://debian/pool/main/s/signing-party/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="
-   dev-lang/perl
-   app-crypt/libmd
-"
-RDEPEND="${DEPEND}
-   >=app-crypt/gnupg-1.3.92
-   dev-perl/GnuPG-Interface
-   dev-perl/Text-Template
-   dev-perl/MIME-tools
-   net-mail/qprint
-   >=dev-perl/MailTools-1.62
-   dev-perl/Net-IDN-Encode
-   app-crypt/libmd
-   virtual/mailx
-   virtual/mta
-   || (
-   dev-perl/libintl-perl
-   dev-perl/Text-Iconv
-   app-text/recode
-   )"
-S="${WORKDIR}"
-
-src_prepare() {
-   default
-
-   # app-crypt/keylookup
-   rm -r keylookup || die
-   # media-gfx/springgraph
-   rm -r springgraph || die
-
-   cd keyanalyze/pgpring || die
-   sed -i 's/AM_C_PROTOTYPES//' configure.ac || die
-   eautoreconf
-   cd "${WORKDIR}" || die
-
-   find . -name Makefile | xargs sed -i -e 's/CFLAGS:=/CFLAGS=/' -e 
's/CPPFLAGS:=/CPPFLAGS=/' -e 's/LDFLAGS:=/LDFLAGS=/'
-
-   sed -i 
"s:/usr/share/doc/signing-party/caff/caffrc.sample:${EPREFIX}/usr/share/doc/${P}/caff/caffrc.sample.gz:g"
 \
-   caff/caff || die
-   sed -i -e 's/automake[^ ]*/true/g' -e 's/autoconf[^ ]*/true/g' 
keyanalyze/Makefile || die
-   sed -i 's/make /\$(MAKE) /' keyanalyze/Makefile || die
-}
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   CPPFLAGS="${CPPFLAGS}" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   STRIP=true
-}
-
-src_install() {
-   einstalldocs
-
-   # Check Makefile when a new tool is introduced to this package.
-   # caff
-   dobin caff/caff caff/pgp-clean caff/pgp-fixkey
-   docinto caff
-   dodoc caff/{README*,THANKS,TODO,caffrc.sample}
-   # gpgdir
-   dobin gpgdir/gpgdir
-   docinto gpgdir
-   dodoc gpgdir/{VERSION,LICENSE,README,INSTALL,CREDITS,ChangeLog*}
-   # gpg-key2ps
-   dobin gpg-key2ps/gpg-key2ps
-   docinto gpg-key2ps
-   dodoc gpg-key2ps/README
-   # gpglist
-   dobin gpglist/gpglist
-   # gpg-mailkeys
-   dobin gpg-mailkeys/gpg-mailkeys
-   docinto gpg-mailkeys
-   dodoc gpg-mailkeys/{example.gpg-mailkeysrc,README}
-   # gpgparticipants
-   dobin gpgparticipants/gpgparticipants
-   # gpgwrap
-   dobin gpgwrap/bin/gpgwrap
-   docinto gpgwrap
-   dodoc gpgwrap/{LICENSE,NEWS,README}
-   doman gpgwrap/doc/gpgwrap.1
-   # gpgsigs
-   dobin gpgsigs/gpgsigs
-   insinto /usr/share/signing-party
-   # keyanalyze
-   # TODO: some of the scripts are intended for webpages, and not really
-   # packaging, so they are NOT installed yet.
-   newbin keyanalyze/pgpring/pgpring pgpring-keyanalyze
-   

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

2017-10-13 Thread William Hubbs
commit: acaed1f910a2a00fdd5b6aeab752c552075a7292
Author: William Hubbs  gmail  com>
AuthorDate: Fri Oct 13 16:29:49 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 13 16:29:49 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=acaed1f9

Update ChangeLog

 ChangeLog | 107 ++
 1 file changed, 65 insertions(+), 42 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8b4cc057..7adce415 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+commit 91109e31d81ecd48f5690ad6f63103fca545dec7
+Author: William Hubbs 
+Commit: William Hubbs 
+
+update news
+
+commit 2b6eeea01d1c64d58929788f4bfa0758393885bf
+Author: William Hubbs 
+Commit: William Hubbs 
+
+man: remove service(8) man page
+
+commit a15de23e5713d840d871c526b46050983dc6ea1e
+Author: William Hubbs 
+Commit: William Hubbs 
+
+typo fix
+
+commit efa9ba485d9328f780f3e60dc18339c75974c6c6
+Author: William Hubbs 
+Commit: William Hubbs 
+
+init.d/sysfs.in: fix reference to RC_LIBEXECDIR
+
+The sysfs init script referred to @LIBEXECDIR@ before this change, but
+it is better to refer to RC_LIBEXECDIR so that we get rid of a sed
+substitution.
+
+commit d4ddd72701ff5533a1ba07b1da60806859c63d88
+Author: Chris Cromer 
+Commit: William Hubbs 
+
+add option to make agetty startup quiet
+
+This fixes #150
+
+commit 1e9af2cd421423404ffe1491bd35af76c2885f1f
+Author: William Hubbs 
+Commit: William Hubbs 
+
+fix compiler warning
+
+commit 3c05db74f6e733890e9035c183a774db3d512512
+Author: William Hubbs 
+Commit: William Hubbs 
+
+remove service binary
+
+The service binary was just a synonym for rc-service, so use rc-service
+instead of service. If you want a "service" binary, it should be
+something that can determine which service manager you are running and
+run the appropriate service manager commands.
+
+commit edc54b03770d5f58d1a4969d06c28660003dfb04
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.33
+
+commit 8e53a3fa8a33fb714064ddbe38bff2213fcf6837
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
 commit 7f3b4139e3a96a15b0fb473b44f422e903e9
 Author: William Hubbs 
 Commit: William Hubbs 
@@ -1373,45 +1438,3 @@ Commit: William Hubbs 
 init.d.misc/wpa_supplicant: find wireless interface for FreeBSD
 
 This fixes #101.
-
-commit 78146b0e14cb57dda8a3aed3d4f8d6b1db7a3c7e
-Author: Sven Wegener 
-Commit: William Hubbs 
-
-do_service: Initialize idx to 0
-
-If index is not explicitly specified for service_started_daemon, it will
-look for daemons by random index.
-
-This fixes #100.
-
-commit deaae7ab5c499191426cec81f6e803c972f0cca3
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d/sysfs: load efivarfs module when booting in efi mode:1
-
-The presence of /sys/firmware/efi is used to indicate that the system
-was booted in efi mode.
-
-commit 3d2c2f0b871944492036d04b0c220ccba1fa2dd5
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d/sysfs: fix efivarfs module test
-
-commit 6a0c033a64ce18056625cd37a94b9810dc5784e3
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d/sysfs: fix efivarfs handling
-
-Separate loading the module, if it isn't built in or loaded, from
-mounting the file system.
-
-This also makes sure the warning about configuring the module in
-/etc/conf.d/modules or building it in is displayed only if it is loaded
-successfully.
-
-X-Gentoo-Bug: 595836
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=595836



[gentoo-commits] repo/gentoo:master commit in: dev-java/sblim-cim-client/

2017-10-13 Thread Jonas Stein
commit: ab144f22f0cebc71a4ce52ba1ac5c1fc4dcf141f
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 16:38:24 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 16:38:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab144f22

dev-java/sblim-cim-client: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per
https://bugs.gentoo.org/526656#c1

Closes: https://bugs.gentoo.org/633074
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-java/sblim-cim-client/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/dev-java/sblim-cim-client/metadata.xml 
b/dev-java/sblim-cim-client/metadata.xml
index cbe5489d193..2fca60503e4 100644
--- a/dev-java/sblim-cim-client/metadata.xml
+++ b/dev-java/sblim-cim-client/metadata.xml
@@ -1,18 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   jie...@gmail.com
-   jieryn
-   

j...@gentoo.org
Java

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

An implementation of a WBEM services client that includes an 
IETF RFC
2614 compliant SLP client for CIM service discovery.



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

2017-10-13 Thread Jonas Stein
commit: ea65166a5eec03a48978dd049de8ed4b5ba83011
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 16:36:03 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 16:36:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea65166a

net-misc/suite3270: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per
https://bugs.gentoo.org/526656#c1

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-misc/suite3270/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/net-misc/suite3270/metadata.xml b/net-misc/suite3270/metadata.xml
index bd77896aafc..9d7d0ce7c17 100644
--- a/net-misc/suite3270/metadata.xml
+++ b/net-misc/suite3270/metadata.xml
@@ -6,19 +6,10 @@
 Robin H. Johnson
 Maintainer
   
-  
-jie...@gmail.com
-Jesse Farinacci
-Maintainer by proxy, please CC on all bugs.
-  
   
 s...@gentoo.org
 Gentoo Linux s390 Development
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
 x3270
   



[gentoo-commits] proj/crossdev:master commit in: wrappers/etc/portage/, /, wrappers/

2017-10-13 Thread Steve Arnold
commit: d370474e3f85a3bbcbb2026ca5ec55257b7a0f39
Author: XU Benda  gmail  com>
AuthorDate: Thu Dec 22 04:37:11 2011 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sat Jun 25 13:45:04 2016 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=d370474e

prefixify build system and scripts.

 Makefile   |  2 ++
 crossdev   | 52 +++---
 settings.mk|  3 ++-
 wrappers/Makefile  |  3 +++
 wrappers/cross-emerge  |  7 +-
 wrappers/emerge-wrapper|  2 +-
 wrappers/etc/portage/make.conf |  2 +-
 7 files changed, 44 insertions(+), 27 deletions(-)

diff --git a/Makefile b/Makefile
index a36fa1f..26c5b37 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@
 include settings.mk
 
 all:
+   sed -i -e "s,@GENTOO_PORTAGE_EPREFIX@,$(EPREFIX),g" crossdev
+   $(MAKE) -C wrappers
 
 install:
$(INSTALL_DIR) $(DESTDIR)/$(PREFIX)/bin/

diff --git a/crossdev b/crossdev
index 877c68f..00ddea7 100755
--- a/crossdev
+++ b/crossdev
@@ -13,9 +13,15 @@ if [[ ${ROOT} != "/" ]] ; then
exit 2
 fi
 
+EPREFIX="@GENTOO_PORTAGE_EPREFIX@"
+if [[ ${EPREFIX} == "@"GENTOO_PORTAGE_EPREFIX"@" ]] ; then
+   EPREFIX=""
+fi
+EROOT=${ROOT%/}"${EPREFIX}"/
+: ${PORTAGE_CONFIGROOT:=${EROOT}}
 CONFIGROOT="${PORTAGE_CONFIGROOT}/etc/portage"
 
-source /etc/init.d/functions.sh || exit 1
+source "${EPREFIX}"/etc/init.d/functions.sh || exit 1
 esyslog() { :; }
 die_logs() {
echo
@@ -318,7 +324,7 @@ parse_repo_config() {
# location = /usr/local/portage
# masters = gentoo
# priority = 0
-   local repo_config=$(portageq repositories_configuration "${ROOT}")
+   local repo_config=$(portageq repositories_configuration "${EROOT}")
local flat_config=$(echo "${repo_config}" | gawk '
function push(arr, idx, ele) {
if (idx in arr)
@@ -400,7 +406,7 @@ setup_portage_vars() {
fi
 
# make sure we have a valid logdir
-   : ${PORT_LOGDIR:=/var/log/portage}
+   : ${PORT_LOGDIR:=${EPREFIX}/var/log/portage}
xmkdir -p "${PORT_LOGDIR}"
 }
 
@@ -421,8 +427,8 @@ uninstall() {
done
rm -rf "${CONFIGROOT}"/env/cross-${CTARGET}
rmdir "${CONFIGROOT}"/env 2>/dev/null
-   rm -f /etc/revdep-rebuild/05cross-${CTARGET}
-   rmdir /etc/revdep-rebuild 2>/dev/null
+   rm -f "${EPREFIX}"/etc/revdep-rebuild/05cross-${CTARGET}
+   rmdir "${EPREFIX}"/etc/revdep-rebuild 2>/dev/null
 
# Unmerge all toolchain packages for this target.
qmerge -Uqy $(qlist -IC "cross-${CTARGET}/")
@@ -433,29 +439,29 @@ uninstall() {
gcc-{ar,nm,ranlib} gccbug gprof ld nm objcopy objdump \
ranlib readelf size strings strip windmc windres
do
-   rm -f /usr/bin/${CTARGET}-${f} /usr/${CTARGET}/bin/${f}
+   rm -f "${EPREFIX}"/usr/bin/${CTARGET}-${f} 
"${EPREFIX}"/usr/${CTARGET}/bin/${f}
done
-   rm -f /usr/${CTARGET}/{sys-include,usr}
-   rmdir /usr/${CTARGET}/{include/asm,include} 2>/dev/null
-   rm -f /usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran,gcov}
-   rm -f /etc/env.d/{binutils,gcc}/config-${CTARGET}
+   rm -f "${EPREFIX}"/usr/${CTARGET}/{sys-include,usr}
+   rmdir "${EPREFIX}"/usr/${CTARGET}/{include/asm,include} 2>/dev/null
+   rm -f "${EPREFIX}"/usr/bin/${CTARGET}-{gcc,{c,g}++,cpp,gfortran,gcov}
+   rm -f "${EPREFIX}"/etc/env.d/{binutils,gcc}/config-${CTARGET}
 
# clean out files from crossdev itself
-   [[ -e /var/db/pkg/cross-${CTARGET} ]] && rmdir 
/var/db/pkg/cross-${CTARGET}
-   rm -f /usr/bin/${CTARGET}-{emerge,fix-root,pkg-config} 
/usr/bin/emerge-${CTARGET}
+   [[ -e ${EPREFIX}/var/db/pkg/cross-${CTARGET} ]] && rmdir 
"${EPREFIX}"/var/db/pkg/cross-${CTARGET}
+   rm -f "${EPREFIX}"/usr/bin/${CTARGET}-{emerge,fix-root,pkg-config} 
"${EPREFIX}"/usr/bin/emerge-${CTARGET}
 
for f in make.{conf,globals,profile} ; do
-   f="/usr/${CTARGET}/etc/${f}"
+   f="${EPREFIX}/usr/${CTARGET}/etc/${f}"
[[ -L ${f} ]] && rm -f ${f}
-   f="/usr/${CTARGET}/etc/portage/${f##*/}"
+   f="${EPREFIX}/usr/${CTARGET}/etc/portage/${f##*/}"
[[ -L ${f} ]] && rm -f ${f}
done
-   find /usr/share/crossdev/etc/ -type f | \
+   find "${EPREFIX}"/usr/share/crossdev/etc/ -type f | \
while read f ; do
f1=${f}
[[ ! -e ${f1} ]] && continue
m1=$(set -- `md5sum ${f1}`; echo $1)
-   f2=/usr/${CTARGET}${f#/usr/share/crossdev}
+   f2=${EPREFIX}/usr/${CTARGET}${f#/usr/share/crossdev}
[[ ! -e ${f2} ]] && continue
m2=$(set -- `md5sum ${f2}`; echo $1)
if [[ ${m1} == ${m2} ]] ; then
@@ -464,7 +470,7 @@ uninstall() {
done
 
# clean out 

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

2017-10-13 Thread Steve Arnold
commit: 03640757f2af1471324fc3e305f899f377d6409d
Author: Steve Arnold  gentoo  org>
AuthorDate: Fri Oct 13 04:46:58 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri Oct 13 04:46:58 2017 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=03640757

sys-devel/crossdev: add one more avr-specific hack

* link ldscripts to the right place (parameterized and expandable even)

Signed-off-by: Steve Arnold  gentoo.org>

 crossdev | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index 78d63da..8ba0360 100755
--- a/crossdev
+++ b/crossdev
@@ -228,7 +228,8 @@ parse_target() {
  LCAT="dev-embedded"; LPKG="avr-libc";
  GUSE="-fortran -go" # doesn't work
  MULTILIB_USE="yes" #377039
- WITH_DEF_HEADERS="no";;
+ WITH_DEF_HEADERS="no"
+ MAKE_SYMLINK="yes";;
 
# due to upstream lameness, build C/C++ at first glance
*-cygwin)
@@ -449,6 +450,7 @@ uninstall() {
# clean out files from crossdev itself
[[ -e ${EPREFIX}/var/db/pkg/cross-${CTARGET} ]] && rmdir 
"${EPREFIX}"/var/db/pkg/cross-${CTARGET}
rm -f "${EPREFIX}"/usr/bin/${CTARGET}-{emerge,fix-root,pkg-config} 
"${EPREFIX}"/usr/bin/emerge-${CTARGET}
+   [[ -e ${EPREFIX}/usr/${CTARGET}/lib/ldscripts ]] && rm 
"${EPREFIX}"/usr/${CTARGET}/lib/ldscripts
 
for f in make.{conf,globals,profile} ; do
f="${EPREFIX}/usr/${CTARGET}/etc/${f}"
@@ -1291,7 +1293,15 @@ if ! ex_fast ; then
USE="${GUSE} ${USE} ${GUSE_DISABLE_STAGE_2}" \
doemerge ${GPKG} ${GPKG}-stage2
fi
+fi
 
+# this is to make sure that avr linker can find its a**, er, ldscripts
+if [[ ${MAKE_SYMLINK} == "yes" ]] ; then
+   case ${CTARGET} in
+   avr*)   ln -s ${EPREFIX}/usr/$CHOST/${CTARGET}/lib/ldscripts 
${EPREFIX}/usr/${CTARGET}/lib/ldscripts
+   ;;
+   *)  ;;
+   esac
 fi
 
 # all the extra things (like debuggers)



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

2017-10-13 Thread Steve Arnold
commit: f9e1a26e5f6ed8f0df7fe16f5f3fe4c3aa5d69af
Author: Steve Arnold  gentoo  org>
AuthorDate: Fri Oct 13 02:16:00 2017 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri Oct 13 02:19:14 2017 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=f9e1a26e

sys-devel/crossdev: add fixes for several bugs and patches

* pull in EPREFIX/ROOT fixes from heroxbd on github
* includes portage patch for functions path
* add snippet to force multilib on for avr targets

see: https://github.com/heroxbd/crossdev
 https://bugs.gentoo.org/show_bug.cgi?id=378387
 http://forum.arduino.cc/index.php?topic=93672.0

Signed-off-by: Steve Arnold  gentoo.org>

 crossdev | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index 5bb4b77..78d63da 100755
--- a/crossdev
+++ b/crossdev
@@ -1022,9 +1022,17 @@ set_portage() {
 
[[ ${pkg} == "[none]" ]] && return 0
 
+   case ${CTARGET} in
+   # avr requires multilib, that provides
+   # libgcc for all sub-architectures #378387
+   avr*)  set_use_force ${pkg} multilib
+   ;;
+   *)set_use_force ${pkg} -multilib
+   ;;
+   esac
+
set_keywords ${pkg} ${ver}
set_use ${pkg} ${use}
-   set_use_force ${pkg} -multilib
set_use_mask ${pkg} -multilib
set_links ${cat} ${pkg} "${ovl}"
set_env ${l} ${pkg} "${env}"



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

2017-10-13 Thread Steve Arnold
commit: d5a37316925ff7bfa438da95826c9ffc8dd280ac
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Jun  6 05:58:41 2016 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sat Jun 25 13:45:04 2016 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=d5a37316

crossdev: use new path for functions.sh

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

diff --git a/crossdev b/crossdev
index 00ddea7..6939c70 100755
--- a/crossdev
+++ b/crossdev
@@ -21,7 +21,7 @@ EROOT=${ROOT%/}"${EPREFIX}"/
 : ${PORTAGE_CONFIGROOT:=${EROOT}}
 CONFIGROOT="${PORTAGE_CONFIGROOT}/etc/portage"
 
-source "${EPREFIX}"/etc/init.d/functions.sh || exit 1
+source "${EPREFIX}"/lib/gentoo/functions.sh || exit 1
 esyslog() { :; }
 die_logs() {
echo



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

2017-10-13 Thread Steve Arnold
commit: d770cdb3feb397cedfdc36ac4b9f07f984152c86
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Jun  6 09:10:50 2016 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sun Jun 26 12:50:33 2016 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=d770cdb3

ROOT method for glibc.

 crossdev | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/crossdev b/crossdev
index 6939c70..5bb4b77 100755
--- a/crossdev
+++ b/crossdev
@@ -1143,8 +1143,9 @@ emerge-wrapper --target ${CTARGET} --init || exit 1
 
 #
 emerged_with_use() {
-   local pkg=$1 use=$2
-   grep -qs ${use} "${EPREFIX}"/var/db/pkg/cross-${CTARGET}/${pkg}-*/USE
+   local pkg=$1 use=$2 alt
+   case $pkg in *lib*|musl) alt="/usr/${CTARGET}" ;; esac
+   grep -qs ${use} 
"${EPREFIX}"${alt}/var/db/pkg/cross-${CTARGET}/${pkg}-*/USE
 }
 set_eopts_on_pkg_status() {
emerged_with_use "$@" \
@@ -1238,6 +1239,9 @@ if ! ex_fast ; then
# care about at this point -- we aren't 
compiling yet
USE="${LUSE} ${USE}" \
CROSSCOMPILE_OPTS="headers-only" \
+   ROOT="${EPREFIX}"/usr/${CTARGET} \
+   ALT_BUILD_HEADERS="${ROOT}"/usr/include \
+   EPREFIX="/" \
EOPTS="${EOPTS} --nodeps" \
doemerge ${LPKG} ${LPKG}-headers
fi
@@ -1265,6 +1269,8 @@ if ! ex_fast ; then
set_eopts_on_pkg_status ${LPKG} crosscompile_opts_headers-only
 
USE="${LUSE} ${USE}" \
+   ROOT=${EPREFIX}/usr/${CTARGET} \
+   EPREFIX="/" \
CROSSCOMPILE_OPTS="" \
doemerge ${LPKG}
fi



[gentoo-commits] data/gentoo-news:master commit in: 2017-10-13-openrc-service-binary-removal/

2017-10-13 Thread William Hubbs
commit: 238cbc7dee1da3ec563e1edf6476861cd4c8b28a
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct 13 16:26:15 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct 13 16:26:15 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=238cbc7d

add newsitem for OpenRC "service" binary removal

 .../2017-10-13-openrc-service-binary-removal.en.txt  | 14 ++
 .../2017-10-13-openrc-service-binary-removal.en.txt.asc  | 16 
 2 files changed, 30 insertions(+)

diff --git 
a/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt
 
b/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt
new file mode 100644
index 000..9b37343
--- /dev/null
+++ 
b/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt
@@ -0,0 +1,14 @@
+Title: OpenRC "service" binary removal
+Author: William Hubbs 
+Display-If-Installed: <=sys-apps/openrc-0.33
+Content-Type: text/plain
+Posted: 2017-10-13
+Revision: 1
+News-Item-Format: 1.0
+
+OpenRC 0.33 will remove the "service" binary, which was just a copy of
+the "rc-service" binary.
+
+If you only use rc-service this will not affect you. However, if you
+still need the "service" command, you should install
+sys-apps/init-system-helpers.

diff --git 
a/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt.asc
 
b/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt.asc
new file mode 100644
index 000..7d25dfb
--- /dev/null
+++ 
b/2017-10-13-openrc-service-binary-removal/2017-10-13-openrc-service-binary-removal.en.txt.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCAAdFiEEnB9e/J8YI6T0NBsJm0Co7cr65zMFAlng6F8ACgkQm0Co7cr6
+5zP4lg/9Fgz9Eg7wYkjQU9Pk2hKTc3h+kgHJpSWJn7zfY95fWX6J8inlcvVkBT+Y
+kTa7AeHR76LmRXO6rsERB3tnP7r+Rh0hNYCC3HGSeYxG/L6xRLOPDhzAPANnmPBM
+ryD63vWtWEt+QYvKco/oDn5N0+8/Y8giCOgFM4H8ioDgc68lQpTWSXzu778OuLz9
+ho2TPw6TEoT9ewgK5miZyjknFOlEsUNLbvNXzH6n3m5sx3XRwUtTr84A66PatQnD
+e1hjEUWWe8ymY+Am/gqadvFwVbqu/zTPgUQ0mKp1ElG2xj9JF3nNttd4dM49bSIl
+lfgntOo7Y2q9l+XxHlSxSJolv3Ed8IR9ZTi4wa0aXhCoVTo/LiilmTajzWt0fLL+
+rnZz+LM4Gr0ZxHFFlR+XJNH3kyPy1m2ghRLeYII/qFyX6f7rv7/GpLQfBtdSVa4Z
+VgdDzldzukTQqVPzVbJznhW6Q118+4iNH1rN7dUbZfImruy1sXWiu3hrbMNJS2cD
+d1KexTQvF9kZRwDUQnKZwrFWQMs80mEdUCIartsZyvf70wEFLhbCOehL4tjSF1JQ
+fnM3vovFDUsLl1/DOAurzsDpxC/q549W7HqMKjbTIjmliEKWfIcmY4BsBH8vlZOT
+SAws16TNhPrGFurR+uWYZ8k+67LFWbdAN80B6/z0+Y/UjR6ptb8=
+=XVGm
+-END PGP SIGNATURE-



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

2017-10-13 Thread Michał Górny
commit: 217d1834d5b9199635ffb21157d28bee28f6f94e
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Mon Jun 26 04:11:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 16:26:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217d1834

app-text/dblatex: Bump to 0.3.10 version

(also fixes \@xmultirow macro issue)

Closes: https://bugs.gentoo.org/614554
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/dblatex/Manifest  |  1 +
 ...{dblatex-0.3.7.ebuild => dblatex-0.3.10.ebuild} | 35 ++
 app-text/dblatex/dblatex-0.3.7.ebuild  |  4 ++-
 .../dblatex-0.3.10-no-inkscape-dependency.patch| 14 +
 ... => dblatex-0.3.7-no-inkscape-dependency.patch} |  0
 app-text/dblatex/metadata.xml  |  3 ++
 6 files changed, 44 insertions(+), 13 deletions(-)

diff --git a/app-text/dblatex/Manifest b/app-text/dblatex/Manifest
index d38134bee85..a76bb05e84c 100644
--- a/app-text/dblatex/Manifest
+++ b/app-text/dblatex/Manifest
@@ -1 +1,2 @@
+DIST dblatex-0.3.10.tar.bz2 1668202 SHA256 
6fd696b740e0044ae1caf843d225d98c01b6ed916550384544e7e31c0c6a2cfa SHA512 
33a5ee3d23d3b9a1576be248a312ca741ea7cb629334a98fb6cb49e0f0f932334506ea934312de04ec645c86ec52699687bd2574b1802d3c23815b44c8514b7b
 WHIRLPOOL 
e0d1743f9b37fb4c05b03f38fc7af79605c19c3271e302dc492f089476f79403ad9b17d6cd5bac9ef3cba67fa4c07002bfdb92fe143e4c1aea2c6768835f346c
 DIST dblatex-0.3.7.tar.bz2 1513975 SHA256 
59ce3fdfd4d6cf44beb8705d9267b7be7cb32d4f826834c861c5b7016c7e722e SHA512 
7f7111dfe7d880a93679422a43700787755ebee7f17483b4bc5a8ce55c521d7fe0baeb4890a910b9007141d63a3e3b8f50347e68001ad7c1a14916920e11a40c
 WHIRLPOOL 
df27896ecf5f2f194fb51f9e6a566c324495c9fb9c1217514af97b5c30fc2dc0dd5a7aa9bb71daf36a4329101a90f7743d9c5962b8a2fbe994773320d3cf937e

diff --git a/app-text/dblatex/dblatex-0.3.7.ebuild 
b/app-text/dblatex/dblatex-0.3.10.ebuild
similarity index 61%
copy from app-text/dblatex/dblatex-0.3.7.ebuild
copy to app-text/dblatex/dblatex-0.3.10.ebuild
index 4f45d485f7e..54a1779de91 100644
--- a/app-text/dblatex/dblatex-0.3.7.ebuild
+++ b/app-text/dblatex/dblatex-0.3.10.ebuild
@@ -1,42 +1,53 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils
+inherit distutils-r1
 
 DESCRIPTION="Transform DocBook using TeX macros"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://dblatex.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
+IUSE="inkscape"
 
 RDEPEND="
-   app-text/texlive
+   app-text/docbook-xml-dtd:4.5
+   dev-libs/kpathsea
+   dev-libs/libxslt
+   dev-libs/libxslt
+   dev-texlive/texlive-fontutils
+   dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
dev-texlive/texlive-latexrecommended
|| ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra )
dev-texlive/texlive-pictures
dev-texlive/texlive-xetex
-   dev-libs/libxslt
-   app-text/docbook-xml-dtd:4.5
gnome-base/librsvg
+   media-gfx/imagemagick
+   media-gfx/transfig
+   inkscape? ( media-gfx/inkscape )
 "
 DEPEND="${RDEPEND}"
 
 python_prepare_all() {
+   use inkscape || eapply "${FILESDIR}/${P}-no-inkscape-dependency.patch"
+   eapply "${FILESDIR}/${PN}-path-logging.patch"
+   eapply "${FILESDIR}/${PN}-setup.patch"
distutils-r1_python_prepare_all
-   EPATCH_SOURCE="${FILESDIR}" EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" 
epatch
 }
 
-python_install_all() {
+python_install() {
+   distutils-r1_python_install
python_doscript "${S}"/scripts/dblatex
-   python_optimize
+}
+
+python_install_all() {
distutils-r1_python_install_all
# move package documentation to a folder name containing version number
-   mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die "mv doc"
+   mv "${D%/}"/usr/share/doc/${PN} "${D%/}"/usr/share/doc/${PF} || die
 }

diff --git a/app-text/dblatex/dblatex-0.3.7.ebuild 
b/app-text/dblatex/dblatex-0.3.7.ebuild
index 4f45d485f7e..4b0581e1274 100644
--- a/app-text/dblatex/dblatex-0.3.7.ebuild
+++ b/app-text/dblatex/dblatex-0.3.7.ebuild
@@ -30,7 +30,9 @@ DEPEND="${RDEPEND}"
 
 python_prepare_all() {
distutils-r1_python_prepare_all
-   EPATCH_SOURCE="${FILESDIR}" EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" 
epatch
+   epatch "${FILESDIR}/${P}-no-inkscape-dependency.patch"
+   epatch "${FILESDIR}/${PN}-path-logging.patch"
+   epatch "${FILESDIR}/${PN}-setup.patch"
 }
 
 python_install_all() {

diff --git a/app-text/dblatex/files/dblatex-0.3.10-no-inkscape-dependency.patch 
b/app-text/dblatex/files/dblatex-0.3.10-no-inkscape-dependency.patch
new file mode 100644
index 000..225c73964a5
--- /de

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

2017-10-13 Thread Nicolas Bock
commit: 2cca8742849568f7074741eb8c2a24b079a66436
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Oct 13 16:04:30 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct 13 16:04:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cca8742

mail-client/neomutt: Version bump to neomutt-20171013

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mail-client/neomutt/Manifest | 1 +
 .../neomutt/{neomutt-.ebuild => neomutt-20171013.ebuild} | 9 +++--
 mail-client/neomutt/neomutt-.ebuild  | 4 
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/mail-client/neomutt/Manifest b/mail-client/neomutt/Manifest
index 273709d7264..34234a54a74 100644
--- a/mail-client/neomutt/Manifest
+++ b/mail-client/neomutt/Manifest
@@ -1,3 +1,4 @@
 DIST neomutt-20170714.tar.gz 2509160 SHA256 
40d48920f95ca49ab96eb109b658f5cf6e1c222320c58bdd03769c1355d7a383 SHA512 
eb31d2f23b7211904cd66ba293c008f953778b37f13fd09d4db571d013f1c8e6449fccd827872f3ad0a2c8e62555f92b3f9591a1f0f4ac37ab362a4681abaaa0
 WHIRLPOOL 
455495501a2ab1989d5f3bfa75aa2370896956cdfd7d2e852e225c96aa23a1abdaf2dbb9d886d1d96486d19b2b38c225e8263f268ebafcef8cbd0024885189f3
 DIST neomutt-20170912.tar.gz 2533245 SHA256 
9f0d128fe8dbbbddb67e2b629f8b5e52a9d892f82c735845c1708c14e3046657 SHA512 
7551da47029667443257d9d370af7217846abf988d1469c4e08f367ef0bce2dfb658321df27176622bbd07e6d46c320380749d4ce05ee39cb1e8d9b6c3e1d7e6
 WHIRLPOOL 
0dad6380acf5b6f891bcb77388023de27d23e4ea8ad0eb3563c1704de555a2fc54604d47b9b67557c6ab0310e1c365c786a1952f6794b2012594f1c19033ad3c
 DIST neomutt-20171006.tar.gz 2706019 SHA256 
86e9d945919438a377828b15f03c8690f639062e44151e219e2f8443ae27147c SHA512 
adfa702ee642ce58b11dab1d2b805626d8f90e8cc88731cb7e051df5b785010ac43d90eb14d2a5ace02d3abaf921c9f36f86f627063036bcb7f5724912ca134d
 WHIRLPOOL 
75f2a0c8881b769f1a7acd8c0e7724baf0a2943a68a4029d74d32a5a5ed3203c32ce3704b3271a8e05f02c233273319437a593ffad9df5e1b988f8725f0f2433
+DIST neomutt-20171013.tar.gz 2706753 SHA256 
5a7c6302d623b620db03d923a7cd7cf967123a67fc42c117a0dd4b45612e9a55 SHA512 
9e4499b165f25091d73868c62b14f950bdfc032444c0cb3619e99a8299d29c3d1f24078e15537e693a3af69ae0681d59e25a73b857882cce2653be593231ffac
 WHIRLPOOL 
fde9e7833bc6a469882716d7c9deb4d5146d0a6ffd5769e7d76d952096165b05d29584e057503a1ba3a4887c8afd0efe26401fc9d533250c597527bce8500634

diff --git a/mail-client/neomutt/neomutt-.ebuild 
b/mail-client/neomutt/neomutt-20171013.ebuild
similarity index 91%
copy from mail-client/neomutt/neomutt-.ebuild
copy to mail-client/neomutt/neomutt-20171013.ebuild
index 590236b4e3e..af4dc6a9e03 100644
--- a/mail-client/neomutt/neomutt-.ebuild
+++ b/mail-client/neomutt/neomutt-20171013.ebuild
@@ -3,11 +3,10 @@
 
 EAPI=6
 
-inherit autotools eutils flag-o-matic git-r3
+inherit autotools eutils flag-o-matic
 
-EGIT_REPO_URI="https://github.com/neomutt/neomutt.git";
-EGIT_CHECKOUT_DIR="${WORKDIR}/neomutt-${P}"
-KEYWORDS=""
+SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz";
+KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="A small but very powerful text-based mail client"
 HOMEPAGE="https://www.neomutt.org/";
@@ -95,8 +94,6 @@ src_install() {
emake DESTDIR="${D}" install
 
# A newer file is provided by app-misc/mime-types. So we link it.
-   #rm "${ED}"/etc/${PN}/mime.types || die
-   #dosym "${EPREFIX}/etc/mime.types" /etc/${PN}/mime.types
 
# A man-page is always handy, so fake one
if use !doc; then

diff --git a/mail-client/neomutt/neomutt-.ebuild 
b/mail-client/neomutt/neomutt-.ebuild
index 590236b4e3e..43cb3fef759 100644
--- a/mail-client/neomutt/neomutt-.ebuild
+++ b/mail-client/neomutt/neomutt-.ebuild
@@ -94,10 +94,6 @@ src_configure() {
 src_install() {
emake DESTDIR="${D}" install
 
-   # A newer file is provided by app-misc/mime-types. So we link it.
-   #rm "${ED}"/etc/${PN}/mime.types || die
-   #dosym "${EPREFIX}/etc/mime.types" /etc/${PN}/mime.types
-
# A man-page is always handy, so fake one
if use !doc; then
emake -C doc neomuttrc.man



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

2017-10-13 Thread Jonas Stein
commit: b980d06a967070a8af160899802f3b625cd47472
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 15:22:50 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 15:22:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b980d06a

dev-python/hcs-utils: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per mail.

Closes: https://bugs.gentoo.org/633028
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/hcs-utils/metadata.xml | 9 -
 1 file changed, 9 deletions(-)

diff --git a/dev-python/hcs-utils/metadata.xml 
b/dev-python/hcs-utils/metadata.xml
index f2f4912e4cf..1b9790b37a1 100644
--- a/dev-python/hcs-utils/metadata.xml
+++ b/dev-python/hcs-utils/metadata.xml
@@ -1,15 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   fabiano.francesc...@gmail.com
-   Fabiano Francesconi
-   Maintainer. Assign bugs to him
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

pyt...@gentoo.org
Python



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

2017-10-13 Thread Jonas Stein
commit: 07a0fb96b4b3d312f61555c0e258c426ff8523d4
Author: Jonas Stein  gentoo  org>
AuthorDate: Fri Oct 13 15:15:16 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Fri Oct 13 15:15:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a0fb96

app-misc/goobook: Proxied maintainer retired

Remove proxied maintainer from metadata as requested per mail.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-misc/goobook/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/app-misc/goobook/metadata.xml b/app-misc/goobook/metadata.xml
index 43780dd0d6f..df79387b9d9 100644
--- a/app-misc/goobook/metadata.xml
+++ b/app-misc/goobook/metadata.xml
@@ -1,15 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   fabiano.francesc...@gmail.com
-   Fabiano Francesconi
-   Maintainer. Assign bugs to him
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+

goobook




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

2017-10-13 Thread Alice Ferrazzi
commit: f628035371ef1014124ce585d77f5c946d7e2255
Author: kuzetsa  gmail  com>
AuthorDate: Fri Oct 13 07:34:41 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Fri Oct 13 15:01:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6280353

sys-kernel/ck-sources: v.bump (4.9.56)

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5937

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.56.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index eba1514766e..68806d03f37 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -18,6 +18,9 @@ DIST genpatches-4.9-56.extras.tar.xz 17348 SHA256 
70e1a8008adeb7bf207fd7f3194b4f
 DIST genpatches-4.9-57.base.tar.xz 1123828 SHA256 
c1dea24632710b6847766dd1776e398045f5fd4920c14d089cb783a169c2f41f SHA512 
4fc135e4c2a6db37bcc82694491d05d176e2a8f9a420c08bad915dbaedfbdcb679a36bc7ec187c27fb617f751880a2e6e9f103b0860191ad339eec0b86240453
 WHIRLPOOL 
b2594ec0dd072b7ea402417ac83bd6c43a9e82a2a438c55cb8bfbb1d036210f8a8eee9224f2434f386b529645224ed93a4984d984d8cbdec8d3ce0353d120f12
 DIST genpatches-4.9-57.experimental.tar.xz 106420 SHA256 
0dd2e1c70e7d271b6a02f1abc21698698edeb9ea2c7a4bc9e421fbe55e963186 SHA512 
6c06ceaec38b4d87750fb0fd188c43b7420f90cf1f6e5b9f3f0268d959400b78d993d1d435910d50815b0cddb3dcf73e97dfda732a620a7ab91cb0fb8ce913c3
 WHIRLPOOL 
c1878fcf5052741a89c9ad670c3ef96676dcf23b58efa1949c126887ab0538e2816ac4f5661b677640528328c1d95f18fd89eac9b5660f8900ca0e1c041f2045
 DIST genpatches-4.9-57.extras.tar.xz 17352 SHA256 
b7de79c153d275dd374f79f5de4864f3f3362ab3190fba054b8365fbbc8109f5 SHA512 
6116c52aa4ad546e93226545fb99c6218587d6f76aec5f4ffb1f84a379be9d562fcdc93768c0979773a2eb3966d2053ec16939eeb2fce7f8af8259efa13f3c2f
 WHIRLPOOL 
206903be31b879c96fa57d2827c7d31f1123a3147111a4b9801d0bb525dc46ca7c6d8d21c38d399cb2e2b57f8055c389d6cf05e01741b04e6de51150bec1149c
+DIST genpatches-4.9-58.base.tar.xz 1124000 SHA256 
b2b5f906221d998661065f259d7fdc543f42ff2743ed192f26ee470405889b29 SHA512 
c1dfb266b9a5dbdb92068061e49230a0a5b33df9e995212a62128cb54cefd1743f084ebffa3cb94bd1f335a90b97058464b3245ce2ad5580489e3d41b30b5e21
 WHIRLPOOL 
ce5770b15cb82165ef676625c88b81f80eb079ad713b2a01b155aba2ac2136460f36704b2a40b229fea3202fd8d947e5c134525e886cdf6c8640a820d7420433
+DIST genpatches-4.9-58.experimental.tar.xz 106368 SHA256 
52efe26871a034dd7559a27f336b5ac63788605dee9f01196b66d67e916502c1 SHA512 
59a09e4a7df29092f51df45569dd86f806e3ebb80f397a0e44b237e6f23588e8c3e2de1d1d266b10b9227320763129daf0a3326f18f16aa18e9bd2ebbafdbbb4
 WHIRLPOOL 
a792f351b9d4d2acb5be5c342e27ce65b2197fa19739462f1ed8d4b8b0d451bfc9b73ca512d3f9c460d0bc146292d882d5b0429241f398a13e8f84f6dc7d7125
+DIST genpatches-4.9-58.extras.tar.xz 17348 SHA256 
538ec1d455e26781b6b898b172c324500e1ab185cc25fc115b65f4496857a16b SHA512 
5caf5732004295541f61e4409f7ab02f324a73d9ae6fcfc0943b6e6c942f64374cd735ff1873d3e596c2628663d5ca9e7cfea2f6c55ba2d145a569b5bd07254e
 WHIRLPOOL 
abad1dfa83aaa41edfbadfeaa17715383391008ac1badf5f5a715714f4d7efed532c3ff5081d3407823a172a24606b9597302eafc286fd23dfa084be2b0b9154
 DIST linux-4.12.tar.xz 99186576 SHA256 
a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab SHA512 
8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728
 WHIRLPOOL 
3b97da251c2ba4ace4a27b708f2b1dcf94cb1b59aaeded6acb74bd98f0d3e33f1df83670665e4186d99a55daa84c88d539d93e20f0ff18a6d46ef326c48dd375
 DIST linux-4.9.tar.xz 93192404 SHA256 
029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 WHIRLPOOL 
072505b29972ad120eb25a074217847c9c2813416c4903e605a0433574f5f87616dbea0b1454e4b19acc48107f11274b682958b1d773373156e99f8163e6606a
 DIST patch-4.12-ck2.xz 83604 SHA256 
6d15f95ca23b46f7abdfa1315600daed7ed6843acc29587fd84c2be7937c8564 SHA512 
958cbce3d20484372473fd372de2cf803c58e6b62d203e6da98aef8d367f01d6291f984a601b0ba962670eadeab7c5a3b1cb200ca0c8c82921688cae1b10
 WHIRLPOOL 
6156e37a9029fcbcdc2bf7b8ed49e1c2e5a03fa0c849c71383b16af3cf6cadedcd0239eebcbb82aeb4a536ecdd0770bd9704712a61716df57e7696b98b857b2b

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.56.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.56.ebuild
new file mode 100644
index 000..13029b64fbd
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.56.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 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://users.tpg.com.au/ckolivas/kernel/";
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCH

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

2017-10-13 Thread Thomas Deutschmann
commit: 93ca63b673c8d0925a60f5bf10c14339d7640e18
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:58:54 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 15:00:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ca63b6

app-misc/gourmet: x86 stable (bug #610436)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-misc/gourmet/gourmet-0.17.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gourmet/gourmet-0.17.4-r2.ebuild 
b/app-misc/gourmet/gourmet-0.17.4-r2.ebuild
index f58cbc6a509..1e75e017012 100644
--- a/app-misc/gourmet/gourmet-0.17.4-r2.ebuild
+++ b/app-misc/gourmet/gourmet-0.17.4-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/thinkle/gourmet/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="-i18n -ipython pdf print spell sound web"
 
 RDEPEND=">=dev-python/pygtk-2.22.0:2[${PYTHON_USEDEP}]



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

2017-10-13 Thread Thomas Deutschmann
commit: 7daf5036852bf634add2115bb369ee9f66c6904a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:59:55 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 15:00:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7daf5036

media-libs/libfpx: x86 stable (bug #628190)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/media-libs/libfpx/libfpx-1.3.1_p10.ebuild 
b/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
index cc5c597eeff..aaa39674458 100644
--- a/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
+++ b/media-libs/libfpx/libfpx-1.3.1_p10.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://imagemagick/delegates/${P/_p/-}.tar.bz2"
 
 LICENSE="Flashpix"
 SLOT="0/1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x86-solaris"
 IUSE="static-libs"
 
 S=${WORKDIR}/${P/_p/-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/cyrus-imapd/

2017-10-13 Thread Thomas Deutschmann
commit: d79c69183b517da9e4567609632d687f0bc5e215
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 15:00:48 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 15:01:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79c6918

net-mail/cyrus-imapd: x86 stable (bug #630684)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild 
b/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild
index 9b55bcb7b8f..ff4a257eca5 100644
--- a/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild
+++ b/net-mail/cyrus-imapd/cyrus-imapd-3.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-imapd/${MY_P}.tar.gz";
 
 LICENSE="BSD-with-attribution"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="afs backup calalarm caps clamav http jmap kerberos ldap lmdb \
mysql nntp pam perl postgres replication +server sieve snmp \
sphinx sqlite ssl static-libs tcpd test xapian"



[gentoo-commits] data/glep:glep66 commit in: /

2017-10-13 Thread Michał Górny
commit: c69a694dbc372e09e94b063d44bcabb97df7b949
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 14:55:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 14:55:58 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=c69a694d

glep-0066: Put URLs in parentheses for consistency

 glep-0066.rst | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/glep-0066.rst b/glep-0066.rst
index 0a8e4b5..8339f37 100644
--- a/glep-0066.rst
+++ b/glep-0066.rst
@@ -439,17 +439,16 @@ Ospald (hasufell) in his initial version of Gentoo git 
workflow
 References
 ==
 .. [#GENTOO_GIT_WORKFLOW] Gentoo Git Workflow (on Gentoo Wiki)
-   https://wiki.gentoo.org/wiki/Gentoo_git_workflow
+   (https://wiki.gentoo.org/wiki/Gentoo_git_workflow)
 
 .. [#GENTOO_GITHUB] Gentoo GitHub (on Gentoo Wiki)
-   https://wiki.gentoo.org/wiki/Gentoo_GitHub
+   (https://wiki.gentoo.org/wiki/Gentoo_GitHub)
 
-.. TODO: verify this
 .. [#GLEP63] GLEP 63: Gentoo GPG key policies
-   https://www.gentoo.org/glep/glep-0063.html
+   (https://www.gentoo.org/glep/glep-0063.html)
 
 .. [#REPOMAN_PKG_NAME_COMMIT]
-   
https://gitweb.gentoo.org/proj/portage.git/commit/?id=46dafadff58da0220511f20480b73ad09f913430
+   
(https://gitweb.gentoo.org/proj/portage.git/commit/?id=46dafadff58da0220511f20480b73ad09f913430)
 
 
 Copyright



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

2017-10-13 Thread Mart Raudsepp
commit: 7547ce674e05af9bcd026d391d9e3d405099c0d9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Oct 13 14:35:57 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Oct 13 14:35:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7547ce67

sys-apps/gentoo-functions: stable 0.12 for arm64

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
index e35ad11a09f..a3dfd9021b9 100644
--- a/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
+++ b/sys-apps/gentoo-functions/gentoo-functions-0.12.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/gentoo/${PN}.git";
 else
SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 fi
 
 inherit toolchain-funcs flag-o-matic



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

2017-10-13 Thread Thomas Deutschmann
commit: 32b8f9e7591219d8e9607cba34f050e8591c3f4c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:22:08 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b8f9e7

sys-apps/pcsc-lite: URLs updated to HTTPS

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild | 4 ++--
 sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild | 4 ++--
 sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild
index 935b738b30c..435f3790d8a 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 systemd udev user multilib-minimal
 
 DESCRIPTION="PC/SC Architecture smartcard middleware library"
-HOMEPAGE="http://pcsclite.alioth.debian.org/";
+HOMEPAGE="https://pcsclite.alioth.debian.org/";
 
 STUPID_NUM="4203"
 MY_P="${PN}-${PV/_/-}"
-SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
+SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 # GPL-2 is there for the init script; everything else comes from

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild
index 708ceb1c43a..582b0f6a87f 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit python-single-r1 systemd udev user multilib-minimal
 
 DESCRIPTION="PC/SC Architecture smartcard middleware library"
-HOMEPAGE="http://pcsclite.alioth.debian.org/";
+HOMEPAGE="https://pcsclite.alioth.debian.org/";
 
 STUPID_NUM="4216"
 MY_P="${PN}-${PV/_/-}"
-SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
+SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 # GPL-2 is there for the init script; everything else comes from

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild
index dd2e65f9d32..c16ae96fdf1 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild
@@ -7,11 +7,11 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit python-single-r1 systemd udev user multilib-minimal
 
 DESCRIPTION="PC/SC Architecture smartcard middleware library"
-HOMEPAGE="http://pcsclite.alioth.debian.org/";
+HOMEPAGE="https://pcsclite.alioth.debian.org/";
 
 STUPID_NUM="4225"
 MY_P="${PN}-${PV/_/-}"
-SRC_URI="http://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
+SRC_URI="https://alioth.debian.org/download.php/file/${STUPID_NUM}/${MY_P}.tar.bz2";
 S="${WORKDIR}/${MY_P}"
 
 # GPL-2 is there for the init script; everything else comes from



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

2017-10-13 Thread Thomas Deutschmann
commit: 6ab3eda3d8cab75ece07864d8449191b7d5293b3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:13:33 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab3eda3

dev-lang/perl: x86 stable (bug #630610)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/dev-lang/perl/perl-5.24.3.ebuild b/dev-lang/perl/perl-5.24.3.ebuild
index 66d26942ed9..3b0d7b2eb6a 100644
--- a/dev-lang/perl/perl-5.24.3.ebuild
+++ b/dev-lang/perl/perl-5.24.3.ebuild
@@ -30,7 +30,7 @@ HOMEPAGE="http://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
-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"
+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="berkdb debug doc gdbm ithreads"
 
 RDEPEND="



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

2017-10-13 Thread Thomas Deutschmann
commit: 300806d638179b2c3844031587bc762cbb946242
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:24:16 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300806d6

media-sound/mp3blaster: x86 stable (bug #632450)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild 
b/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild
index c080229ae2e..ec45419deef 100644
--- a/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild
+++ b/media-sound/mp3blaster/mp3blaster-3.2.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="lirc oss +sdl sid vorbis"
 
 RDEPEND="



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

2017-10-13 Thread Thomas Deutschmann
commit: c968a47563cf111a9e20b89ef134e8dab8ced139
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:20:21 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c968a475

sys-apps/pcsc-lite: x86 stable (bug #633674)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild
index 881dffc8912..dd2e65f9d32 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.22.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 # upstream.
 LICENSE="BSD ISC MIT GPL-3+ GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # This is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and



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

2017-10-13 Thread Thomas Deutschmann
commit: eeb00ef7b32010967f2267d788389313bfe4c5c3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:18:42 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb00ef7

sys-apps/openrc: x86 stable (bug #633976)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/sys-apps/openrc/openrc-0.32.1.ebuild 
b/sys-apps/openrc/openrc-0.32.1.ebuild
index 7094da44baf..d8265064e7d 100644
--- a/sys-apps/openrc/openrc-0.32.1.ebuild
+++ b/sys-apps/openrc/openrc-0.32.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2017-10-13 Thread Thomas Deutschmann
commit: d78c647f45bbe7bf837586ad8eacbf8cec02fee6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:14:23 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78c647f

virtual/perl-Module-CoreList: x86 stable (bug #630610)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 .../perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild
index 22cbd9460e4..b9b2d7654a1 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.709.220-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 # Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
 # When bumping this package.



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

2017-10-13 Thread Thomas Deutschmann
commit: a0af1e5f6983633fbb676b60cc95c6d10927ea7e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:17:41 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0af1e5f

app-text/dos2unix: x86 stable (bug #633996)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/app-text/dos2unix/dos2unix-7.3.5.ebuild 
b/app-text/dos2unix/dos2unix-7.3.5.ebuild
index ad3f17b2e70..825339eaa92 100644
--- a/app-text/dos2unix/dos2unix-7.3.5.ebuild
+++ b/app-text/dos2unix/dos2unix-7.3.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris"
 IUSE="debug nls test"
 
 RDEPEND="



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

2017-10-13 Thread Thomas Deutschmann
commit: 75b86cea14aec72da758e7f02909761945dcbe93
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:30:55 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75b86cea

sys-devel/autogen: x86 stable (bug #615008)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-devel/autogen/autogen-5.18.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild 
b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
index 530d2373043..3e0546e20d4 100644
--- a/sys-devel/autogen/autogen-5.18.4-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND="



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

2017-10-13 Thread Thomas Deutschmann
commit: c259499805cfce950e2923aea7065d68ec0f4de3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:16:47 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2594998

app-crypt/signing-party: x86 stable (bug #633676)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-crypt/signing-party/signing-party-2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/signing-party/signing-party-2.6.ebuild 
b/app-crypt/signing-party/signing-party-2.6.ebuild
index 17d9d279441..a279544c030 100644
--- a/app-crypt/signing-party/signing-party-2.6.ebuild
+++ b/app-crypt/signing-party/signing-party-2.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/s/signing-party/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="



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

2017-10-13 Thread Thomas Deutschmann
commit: 198fdfe3be96ac84936ff1c4e8323a3f291dc25d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:25:07 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198fdfe3

dev-libs/xmlsec: x86 stable (bug #633682)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild
index 56e6438282c..b0f5df4a7e7 100644
--- a/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.2.24-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86"
 IUSE="doc gcrypt gnutls libressl nss +openssl static-libs"
 REQUIRED_USE="|| ( gcrypt gnutls nss openssl )
gnutls? ( gcrypt )"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2017-10-13 Thread Thomas Deutschmann
commit: 49ffdb1591598c4eb3d79e2312130a1bd0301754
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:15:16 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ffdb15

virtual/perl-Time-HiRes: x86 stable (bug #630610)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild
index bc7268082c7..810d23a2080 100644
--- a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.974.100-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
|| ( =dev-lang/perl-5.26* =dev-lang/perl-5.24.3* 
~perl-core/${PN#perl-}-${PV} )



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

2017-10-13 Thread Thomas Deutschmann
commit: 0dbaf1db5d826de8df85fb687d5d5e5f02469e96
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 14:23:17 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 14:31:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbaf1db

app-portage/portage-utils: x86 stable (bug #622578)

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-portage/portage-utils/portage-utils-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.64.ebuild 
b/app-portage/portage-utils/portage-utils-0.64.ebuild
index 53c240d6119..59bd71fb220 100644
--- a/app-portage/portage-utils/portage-utils-0.64.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.64.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 RDEPEND="dev-libs/iniparser:0"



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

2017-10-13 Thread Thomas Beierlein
commit: 0296ca798d693323203b1ea3feb6214892d5bca3
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Oct 13 13:57:05 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Oct 13 13:57:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0296ca79

media-radio/tucnak: Initial commit.

Newer replacement for media-radio/tucnak2

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-radio/tucnak/Manifest   |  1 +
 media-radio/tucnak/metadata.xml   | 12 +++
 media-radio/tucnak/tucnak-4.11.ebuild | 68 +++
 3 files changed, 81 insertions(+)

diff --git a/media-radio/tucnak/Manifest b/media-radio/tucnak/Manifest
new file mode 100644
index 000..4f7fb9edbbf
--- /dev/null
+++ b/media-radio/tucnak/Manifest
@@ -0,0 +1 @@
+DIST tucnak-4.11.tar.gz 3517554 SHA256 
0aa1661a2a65d43218e9e17a373078efa417cabeeacfe25fa15f9c2840567946 SHA512 
510c13b181f2417e7fddfd13d808288624bfbf3c0e26cab712a7401d24e53432ad4a270a43f8224a75359a2a31ea3f4d7992583bee8188292ed7d8bc5ad8e8a0
 WHIRLPOOL 
ffcee657fc4096c2241d50a50d56c66c1f42c01ef76547568d2b971b10d3b24ebde89ea349a9c20d8009418df8647fb3a90724aec76fe42747e42d0847f9a456

diff --git a/media-radio/tucnak/metadata.xml b/media-radio/tucnak/metadata.xml
new file mode 100644
index 000..eccd7acf5e0
--- /dev/null
+++ b/media-radio/tucnak/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   tom...@gentoo.org
+   Thomas Beierlein
+   
+   
+   Enables support by the Hamlib amateur radio 
+   rig control library to get/set frequency and mode of the  ham 
radio
+   
+

diff --git a/media-radio/tucnak/tucnak-4.11.ebuild 
b/media-radio/tucnak/tucnak-4.11.ebuild
new file mode 100644
index 000..98bf3721f5f
--- /dev/null
+++ b/media-radio/tucnak/tucnak-4.11.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools flag-o-matic multilib
+
+DESCRIPTION="Amateur Radio VHF Contest Logbook"
+HOMEPAGE="http://tucnak.nagano.cz";
+SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa fftw gpm hamlib suid"
+
+RDEPEND="dev-libs/glib:2
+   dev-libs/libzia
+   media-libs/libsndfile
+   >=media-libs/libsdl-1.2
+   alsa? ( media-libs/alsa-lib )
+   fftw? ( sci-libs/fftw:3.0 )
+   gpm? ( sys-libs/gpm )
+   hamlib? ( media-libs/hamlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   eapply_user
+   # fix destop file
+   sed -i -e "s/HamRadio/HamRadio;/" share/applications/tucnak.desktop || 
die
+   # fix doc install path
+   sed -i -e "s/docsdir/# docsdir/" \
+   -e "s/docs_DATA =/# docs_DATA/" \
+   -e "s/EXTRA_DIST =/# EXTRA_DIST =/" Makefile.am doc/Makefile.am 
|| die
+   eautoreconf
+}
+
+src_configure() {
+   append-ldflags -L/usr/$(get_libdir)/hamlib
+   econf $(use_with alsa) \
+   $(use_with gpm) $(use_with hamlib) \
+   $(use_with fftw fftw3)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog doc/NAVOD.pdf
+   if use suid ; then
+   fperms 4711 /usr/bin/soundwrapper
+   fi
+}
+
+pkg_postinst() {
+   elog "In order to use sound with tucnak add yourself to the 'audio' 
group"
+   elog "and to key your rig via the parport add yourself to the 'lp' 
group"
+   elog ""
+   elog "tucnak can be used with the following additional packages:"
+   elog " media-radio/cwdaemon  : Morse output via code cwdaemon"
+   elog " (No need to recompile)"
+   if use suid ; then
+   ewarn "You have choosen to install the little helper program 
'soundwrapper'"
+   ewarn "setuid by setting USE=suid. That helper is only needed 
if you"
+   ewarn "want to use morse sidetone output via the PC speaker."
+   ewarn ""
+   ewarn "While the helper should be safe by design be aware that 
setting"
+   ewarn "any program setuid is a security risk."
+   fi
+}



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

2017-10-13 Thread Jeroen Roovers
commit: 1d1d6e3080bcdb6a5a38ae01ffa074e73eb05726
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 13:50:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 13:50:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1d6e30

x11-misc/xsetleds: Fix HOMEPAGE, add alternative SRC_URI.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild | 38 ++
 1 file changed, 38 insertions(+)

diff --git a/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild 
b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
new file mode 100644
index 000..a7fea73b665
--- /dev/null
+++ b/x11-misc/xsetleds/xsetleds-0.1.3-r2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="small tool to report and change the keyboard LED states of an X 
display"
+HOMEPAGE="https://github.com/bmeurer/xsetleds";
+SRC_URI="
+   ftp://ftp.unix-ag.org/user/bmeurer/xsetleds/src/${P}.tar.gz
+   https://dev.gentoo.org/~jer/${P}.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+RDEPEND="
+   x11-libs/libX11
+   x11-libs/libXtst
+"
+DEPEND="
+   ${RDEPEND}
+   x11-proto/inputproto
+   x11-proto/xextproto
+   x11-proto/xproto
+"
+PATCHES=(
+   "${FILESDIR}"/${P}-assignment.patch
+   "${FILESDIR}"/${P}-isalpha.patch
+)
+
+src_prepare() {
+   default
+   tc-export CC
+}
+
+DOCS=( AUTHORS ChangeLog README TODO )



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

2017-10-13 Thread Thomas Deutschmann
commit: 775540c91860c850ce01c939982f540ce1b191fb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 13 13:46:54 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 13 13:47:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775540c9

net-misc/pps-tools: Bump to v1.0.1

Closes: https://bugs.gentoo.org/631760
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/pps-tools/Manifest|  1 +
 .../files/pps-tools-1.0.1-LDFLAGS-fix.patch| 25 +++
 .../pps-tools/files/pps-tools-1.0.1-build.patch| 51 ++
 .../pps-tools/files/pps-tools-1.0.1-install.patch  | 27 
 net-misc/pps-tools/metadata.xml|  2 +-
 net-misc/pps-tools/pps-tools-1.0.1.ebuild  | 27 
 6 files changed, 132 insertions(+), 1 deletion(-)

diff --git a/net-misc/pps-tools/Manifest b/net-misc/pps-tools/Manifest
index 6dfdd34fd73..37922cc2cb6 100644
--- a/net-misc/pps-tools/Manifest
+++ b/net-misc/pps-tools/Manifest
@@ -1 +1,2 @@
+DIST pps-tools-1.0.1.tar.gz 12695 SHA256 
4bd138d0459f73bc9016dfa72e8c0940797934d47f56f771f740a026592e67cc SHA512 
6fe7eba2a1a073a64d40bcc7aef12981414b43656f05fbd84e3ffadf1a074c5aa8d032b39a37095e6846194558b685092b51799fe724fe50cce8f3cbe163f784
 WHIRLPOOL 
cec0e6a80c83186b85f13f50a7a144d63ae51e173e29902220d31c00ab7072387d0bdda846ea2738e4a7697b6e83ec69f82c2e5af92532f9ff9677f7d54c9ac2
 DIST pps-tools-git-0.0.20120407.tar.gz 13619 SHA256 
eb020d40a3938546620889bb6ecdeead2c188e87ffd43c3ae04a41e5998e7997 SHA512 
d2014262b0594959f337c25df859591d0737994decec663389392d3c7e53376ded2485713f6364c4833d8d7c40b4b0c3b88865ab85e481bcc2e81e35931d84de
 WHIRLPOOL 
03ff250da63ff2ca2f9111b8207608e0e989c376a5af51b919d4fb8889936e00db2b15d14309dda68e92e13c7478f81e5a2d72544eefa73eb93287dd0396fc14

diff --git a/net-misc/pps-tools/files/pps-tools-1.0.1-LDFLAGS-fix.patch 
b/net-misc/pps-tools/files/pps-tools-1.0.1-LDFLAGS-fix.patch
new file mode 100644
index 000..868d9713818
--- /dev/null
+++ b/net-misc/pps-tools/files/pps-tools-1.0.1-LDFLAGS-fix.patch
@@ -0,0 +1,25 @@
+From 231123e1b275f88000e336a2d80d3d96c470ac5e Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Fri, 13 Oct 2017 15:10:08 +0200
+Subject: [PATCH] We need LDLIBS instead of LDFLAGS
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 039795e..a6bff4b 100644
+--- a/Makefile
 b/Makefile
+@@ -4,7 +4,7 @@ CFLAGS ?= -O2 -ggdb
+ CFLAGS += -Wall
+ CFLAGS += -fPIC
+ CPPFLAGS += -D_GNU_SOURCE
+-LDFLAGS += -lm
++LDLIBS += -lm
+ 
+ # -- Actions section --
+ 
+-- 
+2.14.2
+

diff --git a/net-misc/pps-tools/files/pps-tools-1.0.1-build.patch 
b/net-misc/pps-tools/files/pps-tools-1.0.1-build.patch
new file mode 100644
index 000..adc127205af
--- /dev/null
+++ b/net-misc/pps-tools/files/pps-tools-1.0.1-build.patch
@@ -0,0 +1,51 @@
+From 60a8a9d3195829cc0c2953fd02bdf0a155e0c158 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 18 Aug 2012 17:04:43 -0400
+Subject: [PATCH] fix up makefile
+
+Make sure we respect CFLAGS/CPPFLAGS properly.
+
+Also fix up the depend include so we get reproducible behavior --
+the depend file is generated & included first, and we don't get
+weird behavior when we run:
+git clean -x -d
+make
+make
+
+---
+ Makefile | 11 +--
+ 1 file changed, 5 insertions(+), 6 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index c70f073..ec437e2 100644
+--- a/Makefile
 b/Makefile
+@@ -1,8 +1,9 @@
+ TARGETS = ppstest ppsctl ppswatch ppsldisc
+ 
+-CFLAGS += -Wall -O2 -D_GNU_SOURCE
+-CFLAGS += -ggdb
++CFLAGS ?= -O2 -ggdb
++CFLAGS += -Wall
+ CFLAGS += -fPIC
++CPPFLAGS += -D_GNU_SOURCE
+ LDFLAGS += -lm
+ 
+ # -- Actions section --
+@@ -12,11 +13,9 @@ LDFLAGS += -lm
+ all : .depend $(TARGETS)
+ 
+ .depend depend dep :
+-  $(CC) $(CFLAGS) -M $(TARGETS:=.c) > .depend
++  $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -M $(TARGETS:=.c) > .depend
+ 
+-ifeq (.depend,$(wildcard .depend))
+-include .depend
+-endif
++-include .depend
+ 
+ install : all
+   install -m 755 -t $(DESTDIR)/usr/bin ppsfind $(TARGETS)
+-- 
+2.14.2
+

diff --git a/net-misc/pps-tools/files/pps-tools-1.0.1-install.patch 
b/net-misc/pps-tools/files/pps-tools-1.0.1-install.patch
new file mode 100644
index 000..8aee2ff459f
--- /dev/null
+++ b/net-misc/pps-tools/files/pps-tools-1.0.1-install.patch
@@ -0,0 +1,27 @@
+From a530d8853aa6b6ec46236f6ae787cbd37c94e9ba Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Sat, 18 Aug 2012 17:15:19 -0400
+Subject: [PATCH] fix DESTDIR installs
+
+Make sure the dirs we install into exist first:
+make install DESTDIR=$PWD/foo
+
+---
+ Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile b/Makefile
+index ec437e2..039795e 100644
+--- a/Makefile
 b/Makefile
+@@ -18,6 +18,7 @@ all : .depend $(TARGETS)
+ -include .depend
+ 
+ install : all
++  

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

2017-10-13 Thread Jeroen Roovers
commit: 53d0c78008e5b7cd47a4ab102642e5af15025d63
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 13:41:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 13:41:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d0c780

net-analyzer/vnstat: Do not inherit versionator.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-analyzer/vnstat/vnstat-1.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild 
b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
index 2805e1d0d1c..c3c76c43018 100644
--- a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
+++ b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-inherit systemd toolchain-funcs user versionator
+inherit systemd toolchain-funcs user
 
 DESCRIPTION="Console-based network traffic monitor that keeps statistics of 
network usage"
 HOMEPAGE="http://humdi.net/vnstat/";



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

2017-10-13 Thread Jeroen Roovers
commit: d7020024ba12df55773ebdd034a800aafe0a7124
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 13:34:55 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 13:35:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7020024

net-analyzer/vnstat: Fix test, remove 26 volume elog epic.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-analyzer/vnstat/files/vnstat-1.17-limit.patch | 11 ++
 net-analyzer/vnstat/vnstat-1.17-r1.ebuild | 47 ++-
 2 files changed, 14 insertions(+), 44 deletions(-)

diff --git a/net-analyzer/vnstat/files/vnstat-1.17-limit.patch 
b/net-analyzer/vnstat/files/vnstat-1.17-limit.patch
new file mode 100644
index 000..e1706977e52
--- /dev/null
+++ b/net-analyzer/vnstat/files/vnstat-1.17-limit.patch
@@ -0,0 +1,11 @@
+--- a/tests/config_tests.c
 b/tests/config_tests.c
+@@ -99,7 +99,7 @@
+   cfg.maxbw = 10;
+   ret  = ibwget("ethnone", &limit);
+   ck_assert_int_eq(ret, 1);
+-  ck_assert_int_eq(limit, 8);
++  ck_assert_int_eq(limit, 10);
+ }
+ END_TEST
+ 

diff --git a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild 
b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
index 0c24c6dc601..2805e1d0d1c 100644
--- a/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
+++ b/net-analyzer/vnstat/vnstat-1.17-r1.ebuild
@@ -24,6 +24,9 @@ RDEPEND="
${COMMON_DEPEND}
selinux? ( sec-policy/selinux-vnstatd )
 "
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.17-limit.patch
+)
 
 pkg_setup() {
enewgroup vnstat
@@ -77,47 +80,3 @@ src_install() {
newdoc INSTALL README.setup
dodoc CHANGES README UPGRADE FAQ examples/vnstat.cgi
 }
-
-pkg_postinst() {
-   local _v
-   for _v in ${REPLACING_VERSIONS}; do
-   if ! version_is_at_least 1.17-r1 ${_v}; then
-   # This is an upgrade
-   elog ""
-   elog "Beginning with ${PN}-1.17-r1, we no longer 
install and use the cron job"
-   elog "per default to update vnStat databases because 
you will lose some traffic"
-   elog "if your interface transfers more than ~4GB in the 
time between two cron"
-   elog "runs".
-   elog ""
-   elog "Please make sure that the vnstatd service is 
enabled if you want to"
-   elog "continue monitoring your traffic."
-
-   # Show this elog only once
-   break
-   fi
-   done
-
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   # This is a new installation
-
-   elog
-   elog "Repeat the following command for every interface you"
-   elog "wish to monitor (replace eth0):"
-   elog "   vnstat -u -i eth0"
-   elog "and set correct permissions after that, e.g."
-   elog "   chown -R vnstat:vnstat /var/lib/vnstat"
-   elog
-   elog "It is highly recommended to use the included vnstatd to 
update your"
-   elog "vnStat databases."
-   elog
-   elog "If you want to use the old cron way to update your vnStat 
databases,"
-   elog "you have to install the cron job manually:"
-   elog ""
-   elog "   cp /usr/share/${PN}/vnstat.cron 
/etc/cron.hourly/vnstat"
-   elog ""
-   elog "Note: if an interface transfers more than ~4GB in"
-   elog "the time between cron runs, you may miss traffic."
-   elog "That's why using vnstatd instead of the cronjob is"
-   elog "the recommended way to update your vnStat databases."
-   fi
-}



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

2017-10-13 Thread Thomas Beierlein
commit: 40041028cf4617d2d1baba2da33c9b06fefc3e7b
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Fri Oct 13 13:10:09 2017 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Fri Oct 13 13:22:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40041028

dev-libs/libzia: Initial commit

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-libs/libzia/Manifest   |  1 +
 dev-libs/libzia/libzia-4.11.ebuild | 36 
 dev-libs/libzia/metadata.xml   | 15 +++
 3 files changed, 52 insertions(+)

diff --git a/dev-libs/libzia/Manifest b/dev-libs/libzia/Manifest
new file mode 100644
index 000..7d361e304b1
--- /dev/null
+++ b/dev-libs/libzia/Manifest
@@ -0,0 +1 @@
+DIST libzia-4.11.tar.gz 577185 SHA256 
39153c74bdf9b542b0295263500fe9fbbf9992a932a3c31c5b879c4d1d630094 SHA512 
6d616ca12e1db20c8bbbe0a18b4e1e0ce1b086b38123762c2e4c3f46390ff5772dd27eb9b97b332b20f3430905f6eae0fdce70aca48fd56d5e43043369233964
 WHIRLPOOL 
d4d904d2afcf840bea24a82a515c5f8034b814b5904b5cc79d1c415b655f00ff9f6d9ed318ec1e93267a3ef1cefd14b72a904f20c72bc378f086b8c958d58faf

diff --git a/dev-libs/libzia/libzia-4.11.ebuild 
b/dev-libs/libzia/libzia-4.11.ebuild
new file mode 100644
index 000..6733478ee5c
--- /dev/null
+++ b/dev-libs/libzia/libzia-4.11.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="platform abstraction code for tucnak package"
+HOMEPAGE="http://tucnak.nagano.cz";
+SRC_URI="http://tucnak.nagano.cz/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ftdi"
+
+RDEPEND="dev-libs/glib:2
+   x11-libs/gtk+:2
+   media-libs/libsdl
+   media-libs/libpng:0
+   ftdi? ( dev-embedded/libftdi:0 )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   eapply_user
+   sed -i -e "s/docsdir/#docsdir/g" \
+  -e "s/docs_/#docs_/g" Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with ftdi) --with-sdl \
+   --with-png --without-bfd
+}

diff --git a/dev-libs/libzia/metadata.xml b/dev-libs/libzia/metadata.xml
new file mode 100644
index 000..b845e64532d
--- /dev/null
+++ b/dev-libs/libzia/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   tom...@gentoo.org
+   Thomas Beierlein
+   
+   
+   Enable support for FTDI USB chips
+   
+   
+   libzia contains the platform abstraction layer for 
+   the media-radio/tucnak package
+   
+



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

2017-10-13 Thread Jeroen Roovers
commit: 980e48b226ffc4843aa96df549c8ad816864665a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 13 13:17:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 13 13:17:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980e48b2

media-sound/darksnow: Typo?

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-sound/darksnow/darksnow-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/darksnow/darksnow-0.7.1.ebuild 
b/media-sound/darksnow/darksnow-0.7.1.ebuild
index e91b0b6ce78..351b2bdbed1 100644
--- a/media-sound/darksnow/darksnow-0.7.1.ebuild
+++ b/media-sound/darksnow/darksnow-0.7.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit autotools eutils gnome2-utils
 
-DESCRIPTION="Streaming GTK+ Front-End based in Darkice Ice Streamer"
+DESCRIPTION="Streaming GTK+ Front-End based on Darkice Ice Streamer"
 HOMEPAGE="http://darksnow.radiolivre.org";
 SRC_URI="http://darksnow.radiolivre.org/pacotes/${P}.tar.gz";
 



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

2017-10-13 Thread Lars Wendler
commit: 26faadbb0b707fec5c875279b458920c271da617
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 13 13:15:01 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 13 13:15:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26faadbb

media-libs/faad2: Bump to version 2.8.6

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-libs/faad2/Manifest  |  1 +
 media-libs/faad2/faad2-2.8.6.ebuild| 52 ++
 .../files/faad2-2.8.5-libmp4ff-shared-lib.patch|  6 ++-
 3 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest
index 7a2d71818f8..d21a026eb47 100644
--- a/media-libs/faad2/Manifest
+++ b/media-libs/faad2/Manifest
@@ -1,3 +1,4 @@
 DIST faad2-2.7.tar.gz 1137407 SHA256 
ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330 SHA512 
8135370497dfcfee09094a03a4a9545ebc58b9e532b89c5d6e5037042549e12ddb75f8903aa05866afac9fa28df96320f1ed2eebffc0660578e54392a51c1161
 WHIRLPOOL 
6e30d466e47de0e06751718005573a632c5aa0cd209445c56c25d859f917265452676ce897ac5ad1cd308d411911aaf232bfc50904469f9434b2cc95b6ae928f
 DIST faad2-2.8.1.tar.gz 802453 SHA256 
133270a9be0c9ab8fea18017703ab4a94f9eddbb45a8aa6a511a1469fa413591 SHA512 
102271e72b3d2f7f043f89d503ff8bf32c276001510055d8db5d9242fe51004ba727b33180134773fc77b2498ee61fe84a1a8db45705200ce79e4aa06b9da9ee
 WHIRLPOOL 
5303692dcdac21d64ae6db0aa71c5ecbac7550a8227d5ea163374f15ee0433f7221ccb683f67ffa2ffe4dbbe3b8f0bad226cec7a99e264cd8a1022896d60915e
 DIST faad2-2.8.5.tar.gz 1025674 SHA256 
ba7364ba8ff9256abb8aa4af8736f27d0b7eaab51c14ff828cc86aabff33ec65 SHA512 
bb3445aa82b18688b32d7ac9983e5fbf47b6c717486e58c711483967cbf3887540e8a57840a76e686eb990eae341496457ec39278f1c62256708b2d5ef4587ae
 WHIRLPOOL 
dc5023eee9f6d4c6e55ef7697a2e27c7282bbc48ddf9b8643be975067093f452050534eb8dc041cc03da9c97b4a5020002fab96eff52dfe0284adcb579745ff0
+DIST faad2-2.8.6.tar.gz 1025654 SHA256 
654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21 SHA512 
9b6d7e0277ae6c93a8a799f75e7fa9b9cde6419d61533a4c5ab4335382d0cb01aa0aa2fe0fe727bb94d66fafcfeb1b6871141ab5d8dff49600775ffde5b239b8
 WHIRLPOOL 
fcecff8d68c6493c3fd708f3d553884891ba6ac6e7051cee56773dabcf19dca124863ae3195550fc51812445bb5a154bcda561ab6419553c4e7d3cd3e08963e4

diff --git a/media-libs/faad2/faad2-2.8.6.ebuild 
b/media-libs/faad2/faad2-2.8.6.ebuild
new file mode 100644
index 000..3429665fa71
--- /dev/null
+++ b/media-libs/faad2/faad2-2.8.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools ltprune multilib-minimal
+
+DESCRIPTION="AAC audio decoding library"
+HOMEPAGE="http://www.audiocoding.com/faad2.html";
+SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="digitalradio static-libs"
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+RDEPEND=""
+DEPEND=""
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8.5-libmp4ff-shared-lib.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's:iquote :I:' libfaad/Makefile.am || die
+
+   # bug 466986
+   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myconf=(
+   --without-xmms
+   $(use_with digitalradio drm)
+   $(use_enable static-libs static)
+   )
+
+   ECONF_SOURCE="${S}" econf "${myconf[@]}"
+
+   # do not build the frontend for non default abis
+   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
+   sed -i -e 's/frontend//' Makefile || die
+   fi
+}
+
+multilib_src_install_all() {
+   prune_libtool_files --all
+   einstalldocs
+}

diff --git a/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch 
b/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
index 944b5f8bd61..00ae46c0467 100644
--- a/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
+++ b/media-libs/faad2/files/faad2-2.8.5-libmp4ff-shared-lib.patch
@@ -15,10 +15,12 @@
 mp4tagupdate.c mp4ff.h mp4ffint.h
 --- faad2-2.8.5/frontend/Makefile.am
 +++ faad2-2.8.5/frontend/Makefile.am
-@@ -4,6 +4,7 @@
+@@ -3,7 +3,8 @@
+ 
  AM_CPPFLAGS = -I$(top_srcdir)/include
  
- faad_LDADD = $(top_builddir)/libfaad/libfaad.la
+-faad_LDADD = $(top_builddir)/libfaad/libfaad.la
++faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
 +  $(top_builddir)/common/mp4ff/libmp4ff.la
  
  faad_SOURCES = mp4read.c audio.c main.c audio.h mp4read.h



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

2017-10-13 Thread Lars Wendler
commit: 37df891e76c13a3fafcd5782b78202b8f28c309b
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct 13 13:16:16 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct 13 13:16:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37df891e

media-libs/faad2: Removed old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-libs/faad2/Manifest  |  1 -
 media-libs/faad2/faad2-2.8.1-r1.ebuild | 53 --
 .../files/faad2-2.8.1-dummy_version_macro.patch| 13 --
 .../files/faad2-2.8.1-libmp4ff-shared-lib.patch| 25 --
 4 files changed, 92 deletions(-)

diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest
index d21a026eb47..49b9440a5a8 100644
--- a/media-libs/faad2/Manifest
+++ b/media-libs/faad2/Manifest
@@ -1,4 +1,3 @@
 DIST faad2-2.7.tar.gz 1137407 SHA256 
ee26ed1e177c0cd8fa8458a481b14a0b24ca0b51468c8b4c8b676fd3ceccd330 SHA512 
8135370497dfcfee09094a03a4a9545ebc58b9e532b89c5d6e5037042549e12ddb75f8903aa05866afac9fa28df96320f1ed2eebffc0660578e54392a51c1161
 WHIRLPOOL 
6e30d466e47de0e06751718005573a632c5aa0cd209445c56c25d859f917265452676ce897ac5ad1cd308d411911aaf232bfc50904469f9434b2cc95b6ae928f
-DIST faad2-2.8.1.tar.gz 802453 SHA256 
133270a9be0c9ab8fea18017703ab4a94f9eddbb45a8aa6a511a1469fa413591 SHA512 
102271e72b3d2f7f043f89d503ff8bf32c276001510055d8db5d9242fe51004ba727b33180134773fc77b2498ee61fe84a1a8db45705200ce79e4aa06b9da9ee
 WHIRLPOOL 
5303692dcdac21d64ae6db0aa71c5ecbac7550a8227d5ea163374f15ee0433f7221ccb683f67ffa2ffe4dbbe3b8f0bad226cec7a99e264cd8a1022896d60915e
 DIST faad2-2.8.5.tar.gz 1025674 SHA256 
ba7364ba8ff9256abb8aa4af8736f27d0b7eaab51c14ff828cc86aabff33ec65 SHA512 
bb3445aa82b18688b32d7ac9983e5fbf47b6c717486e58c711483967cbf3887540e8a57840a76e686eb990eae341496457ec39278f1c62256708b2d5ef4587ae
 WHIRLPOOL 
dc5023eee9f6d4c6e55ef7697a2e27c7282bbc48ddf9b8643be975067093f452050534eb8dc041cc03da9c97b4a5020002fab96eff52dfe0284adcb579745ff0
 DIST faad2-2.8.6.tar.gz 1025654 SHA256 
654977adbf62eb81f4fca00152aca58ce3b6dd157181b9edd7bed687a7c73f21 SHA512 
9b6d7e0277ae6c93a8a799f75e7fa9b9cde6419d61533a4c5ab4335382d0cb01aa0aa2fe0fe727bb94d66fafcfeb1b6871141ab5d8dff49600775ffde5b239b8
 WHIRLPOOL 
fcecff8d68c6493c3fd708f3d553884891ba6ac6e7051cee56773dabcf19dca124863ae3195550fc51812445bb5a154bcda561ab6419553c4e7d3cd3e08963e4

diff --git a/media-libs/faad2/faad2-2.8.1-r1.ebuild 
b/media-libs/faad2/faad2-2.8.1-r1.ebuild
deleted file mode 100644
index 870b51eab5c..000
--- a/media-libs/faad2/faad2-2.8.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools ltprune multilib-minimal
-
-DESCRIPTION="AAC audio decoding library"
-HOMEPAGE="http://www.audiocoding.com/faad2.html";
-SRC_URI="mirror://sourceforge/faac/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="digitalradio static-libs"
-DOCS=( AUTHORS ChangeLog NEWS README README.linux TODO )
-RDEPEND=""
-DEPEND=""
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.8.1-libmp4ff-shared-lib.patch
-   "${FILESDIR}"/${P}-dummy_version_macro.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i -e 's:iquote :I:' libfaad/Makefile.am || die
-
-   # bug 466986
-   sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   local myconf=(
-   --without-xmms
-   $(use_with digitalradio drm)
-   $(use_enable static-libs static)
-   )
-
-   ECONF_SOURCE="${S}" econf "${myconf[@]}"
-
-   # do not build the frontend for non default abis
-   if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
-   sed -i -e 's/frontend//' Makefile || die
-   fi
-}
-
-multilib_src_install_all() {
-   prune_libtool_files --all
-   einstalldocs
-}

diff --git a/media-libs/faad2/files/faad2-2.8.1-dummy_version_macro.patch 
b/media-libs/faad2/files/faad2-2.8.1-dummy_version_macro.patch
deleted file mode 100644
index 8a7608b1899..000
--- a/media-libs/faad2/files/faad2-2.8.1-dummy_version_macro.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://sourceforge.net/p/faac/faad2/ci/f58984cbceb6dd62589069f9b7e8ae5425c3438c/
-
 faad2-2.8.1/include/neaacdec.h
-+++ faad2-2.8.1/include/neaacdec.h
-@@ -73,7 +73,7 @@
-   #endif
- #endif
- 
--#define FAAD2_VERSION PACKAGE_VERSION
-+#define FAAD2_VERSION "unknown"
- 
- /* object types for AAC */
- #define MAIN   1

diff --git a/media-libs/faad2/files/faad2-2.8.1-libmp4ff-shared-lib.patch 
b/media-libs/faad2/files/faad2-2.8.1-libmp4ff-shared-lib.patch
deleted file mode 100644
index 77a77365f3e..000
--- a/media-libs/faad2/files/faad2-2.8.1-libmp4ff-shared-

  1   2   >