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

2017-08-16 Thread Michał Górny
commit: 7f24739573a061b24ee1cb51ac9d97cc595874a2
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:25:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f247395

x11-libs/libdrm: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/libdrm/libdrm-2.4.75.ebuild | 4 ++--
 x11-libs/libdrm/libdrm-2.4.79.ebuild | 4 ++--
 x11-libs/libdrm/libdrm-2.4.80.ebuild | 4 ++--
 x11-libs/libdrm/libdrm-2.4.81.ebuild | 4 ++--
 x11-libs/libdrm/libdrm-2.4.82.ebuild | 4 ++--
 x11-libs/libdrm/libdrm-.ebuild   | 6 +++---
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/x11-libs/libdrm/libdrm-2.4.75.ebuild 
b/x11-libs/libdrm/libdrm-2.4.75.ebuild
index 2bcfa9d9f16..ea93d9f498e 100644
--- a/x11-libs/libdrm/libdrm-2.4.75.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.75.ebuild
@@ -9,9 +9,9 @@ inherit xorg-2
 DESCRIPTION="X.Org libdrm library"
 HOMEPAGE="https://dri.freedesktop.org/";
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
-   SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2";
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
 fi
 
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"

diff --git a/x11-libs/libdrm/libdrm-2.4.79.ebuild 
b/x11-libs/libdrm/libdrm-2.4.79.ebuild
index 595bd79fadc..4a663bdd0b1 100644
--- a/x11-libs/libdrm/libdrm-2.4.79.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.79.ebuild
@@ -9,9 +9,9 @@ inherit xorg-2
 DESCRIPTION="X.Org libdrm library"
 HOMEPAGE="https://dri.freedesktop.org/";
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
-   SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2";
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
 fi
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"

diff --git a/x11-libs/libdrm/libdrm-2.4.80.ebuild 
b/x11-libs/libdrm/libdrm-2.4.80.ebuild
index 14104e7f835..14a8265d38f 100644
--- a/x11-libs/libdrm/libdrm-2.4.80.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.80.ebuild
@@ -9,9 +9,9 @@ inherit xorg-2
 DESCRIPTION="X.Org libdrm library"
 HOMEPAGE="https://dri.freedesktop.org/";
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
-   SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2";
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
 fi
 
 KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"

diff --git a/x11-libs/libdrm/libdrm-2.4.81.ebuild 
b/x11-libs/libdrm/libdrm-2.4.81.ebuild
index 464b3a444eb..b8477e723d2 100644
--- a/x11-libs/libdrm/libdrm-2.4.81.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.81.ebuild
@@ -9,9 +9,9 @@ inherit xorg-2
 DESCRIPTION="X.Org libdrm library"
 HOMEPAGE="https://dri.freedesktop.org/";
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
-   SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2";
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
 fi
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"

diff --git a/x11-libs/libdrm/libdrm-2.4.82.ebuild 
b/x11-libs/libdrm/libdrm-2.4.82.ebuild
index 464b3a444eb..b8477e723d2 100644
--- a/x11-libs/libdrm/libdrm-2.4.82.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.82.ebuild
@@ -9,9 +9,9 @@ inherit xorg-2
 DESCRIPTION="X.Org libdrm library"
 HOMEPAGE="https://dri.freedesktop.org/";
 if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/mesa/drm"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
-   SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2";
+   SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
 fi
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"

diff --git a/x11-libs/libdrm/libdrm-.ebuild 
b/x11-libs/libdrm/libdrm-.ebuild
index b6c52f4f6cc..9a326c12fb8 100644
--- a/x11-libs/libdrm/libdrm-.ebuild
+++ b/x11-libs/libdrm/libdrm-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU Gener

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

2017-08-16 Thread Michał Górny
commit: 284fb8af9e2f0fc44ba47ddd0a5efbde441bfba6
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:15:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284fb8af

x11-libs/libXres: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/x11-libs/libXres/libXres-1.0.7.ebuild 
b/x11-libs/libXres/libXres-1.0.7.ebuild
index de5b3eda87d..0247056ddcb 100644
--- a/x11-libs/libXres/libXres-1.0.7.ebuild
+++ b/x11-libs/libXres/libXres-1.0.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/lib/libXRes"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXRes.git";
 DESCRIPTION="X.Org XRes library"
 
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xcb-proto/

2017-08-16 Thread Michał Górny
commit: 2a261736272a9275c1cd35e9fc4b45b135beaeab
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 12:32:05 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:15:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a261736

x11-proto/xcb-proto: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
index c37c78fd979..a49cbb8e2a4 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.12-r2.ebuild
@@ -10,7 +10,7 @@ inherit python-r1 xorg-2
 
 DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/";
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git";
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
 



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

2017-08-16 Thread Michał Górny
commit: 482f6bba2d3ca9a9b7ad35be3bcbb7b3eac9d6c8
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 10:59:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:13:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482f6bba

x11-libs/xcb-util: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util/xcb-util-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild 
b/x11-libs/xcb-util/xcb-util-0.4.0.ebuild
index 907d30294a2..30030133f96 100644
--- a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild
+++ b/x11-libs/xcb-util/xcb-util-0.4.0.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util.git";
 
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/";



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-wm/

2017-08-16 Thread Michał Górny
commit: 7d8f6a60ca31cdd1ed5205147e399414b626255a
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:02:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8f6a60

x11-libs/xcb-util-wm: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild 
b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild
index bb17e1072dd..a3a84ca25fb 100644
--- a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild
+++ b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.1-r1.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-wm.git";
 EGIT_HAS_SUBMODULES=yes
 
 DESCRIPTION="X C-language Bindings sample implementations"



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

2017-08-16 Thread Michał Górny
commit: 944c7f540a96e79af2345fbc73c47d6a93cf1006
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:09:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c7f54

x11-libs/libxcb: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/libxcb/libxcb-1.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-1.12-r2.ebuild 
b/x11-libs/libxcb/libxcb-1.12-r2.ebuild
index 91086af06cd..5310bf7c71f 100644
--- a/x11-libs/libxcb/libxcb-1.12-r2.ebuild
+++ b/x11-libs/libxcb/libxcb-1.12-r2.ebuild
@@ -13,7 +13,7 @@ inherit python-any-r1 xorg-2
 
 DESCRIPTION="X C-language Bindings library"
 HOMEPAGE="https://xcb.freedesktop.org/";
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/libxcb.git";
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/

2017-08-16 Thread Michał Górny
commit: b38ca90542887229c05b5975f7c27622b21efb90
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:22:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38ca905

x11-libs/xcb-util-keysyms: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild 
b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild
index 17e800ad899..ac33aa169bb 100644
--- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild
+++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-keysyms"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-keysyms.git";
 
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/";



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/

2017-08-16 Thread Michał Górny
commit: 91067fe338b30caf6d4ca62cdac8957c63725faf
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:03:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91067fe3

x11-libs/xcb-util-xrm: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild | 2 +-
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild 
b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
index 06c8524df99..5263c0f25ed 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/";
+HOMEPAGE="https://xcb.freedesktop.org/";
 
SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2";
 
 KEYWORDS="amd64 ~arm x86"

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild 
b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
index 06c8524df99..5263c0f25ed 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/";
+HOMEPAGE="https://xcb.freedesktop.org/";
 
SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2";
 
 KEYWORDS="amd64 ~arm x86"



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

2017-08-16 Thread Michał Górny
commit: e3868bd5e1dcc9821c5cc5a85cf6ddc74f05e17f
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 12:01:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:15:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3868bd5

x11-misc/util-macros: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/util-macros/util-macros-1.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/util-macros/util-macros-1.19.1.ebuild 
b/x11-misc/util-macros/util-macros-1.19.1.ebuild
index ccd25491c7d..51a04097da4 100644
--- a/x11-misc/util-macros/util-macros-1.19.1.ebuild
+++ b/x11-misc/util-macros/util-macros-1.19.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/util/macros"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/macros.git";
 DESCRIPTION="X.Org autotools utility macros"
 
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



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

2017-08-16 Thread Michał Górny
commit: 0aeb9c688910e752fbc43f567a5d93d46644124e
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:56:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:15:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aeb9c68

x11-base/xorg-server: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild | 2 +-
 x11-base/xorg-server/xorg-server-1.15.2-r4.ebuild | 2 +-
 x11-base/xorg-server/xorg-server-1.18.4.ebuild| 2 +-
 x11-base/xorg-server/xorg-server-1.19.2.ebuild| 2 +-
 x11-base/xorg-server/xorg-server-1.19.3.ebuild| 2 +-
 x11-base/xorg-server/xorg-server-.ebuild  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild 
b/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild
index 6264348858d..3948af492ea 100644
--- a/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.12.4-r7.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 XORG_DOC=doc
 inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"

diff --git a/x11-base/xorg-server/xorg-server-1.15.2-r4.ebuild 
b/x11-base/xorg-server/xorg-server-1.15.2-r4.ebuild
index dfe00f108fe..9ba84cb401c 100644
--- a/x11-base/xorg-server/xorg-server-1.15.2-r4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.15.2-r4.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 XORG_EAUTORECONF=yes
 XORG_DOC=doc
 inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"

diff --git a/x11-base/xorg-server/xorg-server-1.18.4.ebuild 
b/x11-base/xorg-server/xorg-server-1.18.4.ebuild
index 47db699d28b..71b0bd02cf3 100644
--- a/x11-base/xorg-server/xorg-server-1.18.4.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.18.4.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 XORG_DOC=doc
 inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"

diff --git a/x11-base/xorg-server/xorg-server-1.19.2.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.2.ebuild
index b1068b17ede..f9fdfce1f60 100644
--- a/x11-base/xorg-server/xorg-server-1.19.2.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 XORG_EAUTORECONF=true
 XORG_DOC=doc
 inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"

diff --git a/x11-base/xorg-server/xorg-server-1.19.3.ebuild 
b/x11-base/xorg-server/xorg-server-1.19.3.ebuild
index 95eac302d9d..7f680f37c96 100644
--- a/x11-base/xorg-server/xorg-server-1.19.3.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.19.3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 XORG_DOC=doc
 inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 2f7f97b9cc3..90f6ef88dff 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 XORG_DOC=doc
 inherit xorg-2 multilib versionator flag-o-matic
-EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/xserver"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/xserver.git";
 
 DESCRIPTION="X.Org X servers"
 SLOT="0/${PV}"



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

2017-08-16 Thread Michał Górny
commit: abbe5b8f43f37148859d94aad30947691f517a01
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:20:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbe5b8f

x11-libs/cairo: use HTTPS for freedesktop.org, HOMEPAGE and SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/cairo/cairo-1.14.10.ebuild | 6 +++---
 x11-libs/cairo/cairo-1.14.8.ebuild  | 6 +++---
 x11-libs/cairo/cairo-.ebuild| 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-libs/cairo/cairo-1.14.10.ebuild 
b/x11-libs/cairo/cairo-1.14.10.ebuild
index 515d95e4991..396118fc061 100644
--- a/x11-libs/cairo/cairo-1.14.10.ebuild
+++ b/x11-libs/cairo/cairo-1.14.10.ebuild
@@ -7,15 +7,15 @@ inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo";
SRC_URI=""
 else
-   SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
+   SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="http://cairographics.org/";
+HOMEPAGE="https://www.cairographics.org";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb"

diff --git a/x11-libs/cairo/cairo-1.14.8.ebuild 
b/x11-libs/cairo/cairo-1.14.8.ebuild
index 8be8b7d7a3c..e36dbac0a73 100644
--- a/x11-libs/cairo/cairo-1.14.8.ebuild
+++ b/x11-libs/cairo/cairo-1.14.8.ebuild
@@ -7,15 +7,15 @@ inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo";
SRC_URI=""
 else
-   SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
+   SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz";
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="http://cairographics.org/";
+HOMEPAGE="https://www.cairographics.org";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg valgrind xcb"

diff --git a/x11-libs/cairo/cairo-.ebuild b/x11-libs/cairo/cairo-.ebuild
index dcf93feb896..9e0f4f744bf 100644
--- a/x11-libs/cairo/cairo-.ebuild
+++ b/x11-libs/cairo/cairo-.ebuild
@@ -7,15 +7,15 @@ inherit eutils flag-o-matic autotools multilib-minimal
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/cairo"
+   EGIT_REPO_URI="https://anongit.freedesktop.org/git/cairo";
SRC_URI=""
 else
-   SRC_URI="http://cairographics.org/releases/${P}.tar.xz";
+   SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="A vector graphics library with cross-device output support"
-HOMEPAGE="http://cairographics.org/";
+HOMEPAGE="https://www.cairographics.org";
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 IUSE="X aqua debug directfb gles2 +glib opengl static-libs +svg utils valgrind 
xcb"



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-nouveau/

2017-08-16 Thread Michał Górny
commit: 66772925a3b38cfb8a956713fe512df3fccbee1a
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 12:00:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:15:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66772925

x11-drivers/xf86-video-nouveau: use HTTPS for freedesktop.org

* Use HTTPS for accessing freedesktop.org
* Point HOMEPAGE to the page which the original URL redirected to

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild | 4 ++--
 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild | 4 ++--
 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild 
b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild
index 18ee0891d74..fb528f58e02 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.13.ebuild
@@ -6,12 +6,12 @@ XORG_DRI="always"
 inherit xorg-2
 
 if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git";
SRC_URI=""
 fi
 
 DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="https://nouveau.freedesktop.org/";
+HOMEPAGE="https://nouveau.freedesktop.org/wiki/";
 
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""

diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild 
b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
index 4ee11c1e8b0..a608f66a107 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.14.ebuild
@@ -6,12 +6,12 @@ XORG_DRI="always"
 inherit xorg-2
 
 if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git";
SRC_URI=""
 fi
 
 DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="https://nouveau.freedesktop.org/";
+HOMEPAGE="https://nouveau.freedesktop.org/wiki/";
 
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""

diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild 
b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
index e7e76045b30..848b9f06a42 100644
--- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
+++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15.ebuild
@@ -6,12 +6,12 @@ XORG_DRI="always"
 inherit xorg-2
 
 if [[ ${PV} == * ]]; then
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/nouveau/${PN}"
+   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau.git";
SRC_URI=""
 fi
 
 DESCRIPTION="Accelerated Open Source driver for nVidia cards"
-HOMEPAGE="https://nouveau.freedesktop.org/";
+HOMEPAGE="https://nouveau.freedesktop.org/wiki/";
 
 KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/

2017-08-16 Thread Michał Górny
commit: 629f29f4f39b80aa2a5529e5ebebf5f23d548f34
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:02:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629f29f4

x11-libs/xcb-util-renderutil: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild 
b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild
index 4600a023922..7f8a056ea0b 100644
--- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild
+++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-renderutil"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-renderutil.git";
 EGIT_HAS_SUBMODULES=yes
 
 DESCRIPTION="X C-language Bindings sample implementations"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-driver/

2017-08-16 Thread Michał Górny
commit: 83f285bf96bb29488d7afdd18dcd4567d6d22756
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:17:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f285bf

x11-libs/libva-intel-driver: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/libva-intel-driver/Manifest| 2 +-
 x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild | 4 ++--
 x11-libs/libva-intel-driver/libva-intel-driver-1.8.0.ebuild | 2 +-
 x11-libs/libva-intel-driver/libva-intel-driver-1.8.1.ebuild | 2 +-
 x11-libs/libva-intel-driver/libva-intel-driver-1.8.2.ebuild | 2 +-
 x11-libs/libva-intel-driver/libva-intel-driver-1.8.3.ebuild | 2 +-
 x11-libs/libva-intel-driver/libva-intel-driver-.ebuild  | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-libs/libva-intel-driver/Manifest 
b/x11-libs/libva-intel-driver/Manifest
index 16a52918632..71749fcfed5 100644
--- a/x11-libs/libva-intel-driver/Manifest
+++ b/x11-libs/libva-intel-driver/Manifest
@@ -1,4 +1,4 @@
-DIST libva-intel-driver-1.7.3.tar.bz2 1547040 SHA256 
76ad37d9fd5ae23d8ce6052d50b5e6438a8df9e769b13fe34b771cd453f4f937 SHA512 
90567b94e3373287b1b5fe776e291dfd33577bbe5e4ec1bee359c88544c9c17bbae2aac511ff3d704d7b99b19fbc908c9a38ebbd3162e3625c86c416142390e6
 WHIRLPOOL 
a585d1e800a45fe6dc8ec1bb244452ac195173051e15adb2ec33224238cf7e93f686a98c400bf98d73153a3080d37c15e4c09bd9da4882a211374a61df395f66
+DIST libva-intel-driver-1.7.3.tar.gz 1648659 SHA256 
c1f02cbdf0398f096ddc91096fac6ee62267a54955f6d235d73a8ff2ea888118 SHA512 
57ae4fbf1bd5799e8a311fcd67eda1a8a6d5b5267df502b83f63f8bd0cdd510a4f78b4d09088833bfa2e98447d841c3d4e7229f4e75a9d9f4b8096fb14027878
 WHIRLPOOL 
342f053d95f37cd9177bb90edb2ae31a49bda062fe85226f3cd1db58aee41a23eb5755e3110e9ca2c76be51e441753b26ab588b781bd8727ebcc8b79c69278b6
 DIST libva-intel-driver-1.8.0.tar.gz 2308240 SHA256 
45a38641f3ddbd43d9c053bfd9cb809ecb2d5f5227f0e3c1c5a8d51dccf81b35 SHA512 
fbf68ad5f7558366dadf6e8d834ed89665e86167676ca72fdca218023f5709b0bdf1b124f11ed3f7c10b60741a2574a8ea7c3e5607a6727d3b9cc2ed44981542
 WHIRLPOOL 
9907ba61a3ae7fb512a34c20a2e53a8e309b772a3cea6c898e4caec376646c27db80983ebbac1da1ab25da7e7c917e81379871ee91f58889a46c5d083175efee
 DIST libva-intel-driver-1.8.1.tar.gz 2309572 SHA256 
0c591b31dce558f14d2be8a9ed0620704499159b7fe65b830e914b027fd73d58 SHA512 
a7c414ce32f1724acf62dd67099e5b0642aae880434232adb26f228037ccd8f070a0d836a541841992513c2945520bf2e4dd70309d8d551a892d845303489baa
 WHIRLPOOL 
8d9ed67fe72d21c4ffcd9e0f98274be8a5e0296c85184146ee3d19d57f99330d2a57729ccd22997e5ea9f3515babf4d97a7eb84273febf0d9a80af56785b9de9
 DIST libva-intel-driver-1.8.2.tar.gz 2309998 SHA256 
8c7bba21abbb63cdbd3f5e7fb3b4ce9a2f9b7cdf22018f38e4cd7815c5e98793 SHA512 
047362e2ca301e01db8bd73450595c91fd4da36da4737be2fe7ba32086a0ead3443e9247ae84f87034c9ded3f046c314af0d1baab8930bb03b77f22ad1fac9f0
 WHIRLPOOL 
401e64184c9acad41fc8bf2be3fdf0d9c1443ed71fa55b5336d5a924d85b3905d1077b5f5c732dad11017680f13f6f3046aaf95f9c3351bc515aa63d85370855

diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild 
b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild
index 8a5a557ae03..f73466d7378 100644
--- a/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild
+++ b/x11-libs/libva-intel-driver/libva-intel-driver-1.7.3.ebuild
@@ -7,7 +7,7 @@ SCM=""
 if [ "${PV%}" != "${PV}" ] ; then # Live ebuild
SCM=git-2
EGIT_BRANCH=master
-   EGIT_REPO_URI="git://anongit.freedesktop.org/git/vaapi/intel-driver"
+   EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver.git";
 fi
 
 AUTOTOOLS_AUTORECONF="yes"
@@ -19,7 +19,7 @@ if [ "${PV%}" != "${PV}" ] ; then # Live ebuild
SRC_URI=""
S="${WORKDIR}/${PN}"
 else
-   
SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2";
+   
SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 LICENSE="MIT"

diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.8.0.ebuild 
b/x11-libs/libva-intel-driver/libva-intel-driver-1.8.0.ebuild
index fb9e63e7650..053f134f8eb 100644
--- a/x11-libs/libva-intel-driver/libva-intel-driver-1.8.0.ebuild
+++ b/x11-libs/libva-intel-driver/libva-intel-driver-1.8.0.ebuild
@@ -7,7 +7,7 @@ SCM=""
 if [ "${PV%}" != "${PV}" ] ; then # Live ebuild
SCM=git-r3
EGIT_BRANCH=master
-   EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver";
+   EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver.git";
 fi
 
 AUTOTOOLS_AUTORECONF="yes"

diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-1.8.1.ebuild 
b/x11-libs/libva-intel-driver/libva-intel-driver-1.8.1.ebuild
index fb9e63e7650..053f134f8eb 100644
--- a/x11-libs/libva-intel-driver/libva-intel-driver-1.8.1.ebuild
+++ b/x11-libs/libva-intel-driver/libva-intel-d

[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2017-08-16 Thread Michał Górny
commit: 3b246820b74f357497d3f9814005654104940d77
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:00:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b246820

x11-libs/xcb-util-cursor: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild | 2 +-
 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild| 2 +-
 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild
index 7a2e28a130d..0b93b5f3d40 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.1-r1.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-cursor.git";
 EGIT_HAS_SUBMODULES=yes
 
 DESCRIPTION="X C-language Bindings sample implementations"

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild
index 7a2e28a130d..0b93b5f3d40 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-cursor.git";
 EGIT_HAS_SUBMODULES=yes
 
 DESCRIPTION="X C-language Bindings sample implementations"

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
index a5380f3ad02..1729b171763 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-cursor.git";
 EGIT_HAS_SUBMODULES=yes
 
 DESCRIPTION="X C-language Bindings sample implementations"



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

2017-08-16 Thread Michał Górny
commit: 6f54889d63916c2de1162ebaf6153c1577748945
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 12:31:21 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:15:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f54889d

x11-misc/xkeyboard-config: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild | 4 ++--
 x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
index 592d77486a4..c301928f46a 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.20.ebuild
@@ -6,11 +6,11 @@ EAPI=5
 XORG_STATIC=no
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git";
 
 DESCRIPTION="X keyboard configuration database"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-[[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
+[[ ${PV} == ** ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2";
 
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE=""

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
index f164976b13d..4dede12071f 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.21.ebuild
@@ -6,11 +6,11 @@ EAPI=5
 XORG_STATIC=no
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xkeyboard-config"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git";
 
 DESCRIPTION="X keyboard configuration database"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig";
-[[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
+[[ ${PV} == ** ]] || 
SRC_URI="https://www.x.org/releases/individual/data/xkeyboard-config/${P}.tar.bz2";
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""



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

2017-08-16 Thread Michał Górny
commit: b57775415bdb26a97c0d80907734a60d3ae9ea04
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:06:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5777541

x11-libs/pixman: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/pixman/pixman-0.34.0.ebuild | 2 +-
 x11-libs/pixman/pixman-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild 
b/x11-libs/pixman/pixman-0.34.0.ebuild
index 03baf8035b3..7ea8007f19c 100644
--- a/x11-libs/pixman/pixman-0.34.0.ebuild
+++ b/x11-libs/pixman/pixman-0.34.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/pixman.git";
 DESCRIPTION="Low-level pixel manipulation routines"
 
 if [[ $PV != * ]]; then

diff --git a/x11-libs/pixman/pixman-.ebuild 
b/x11-libs/pixman/pixman-.ebuild
index 908c4e19d2f..983516d4015 100644
--- a/x11-libs/pixman/pixman-.ebuild
+++ b/x11-libs/pixman/pixman-.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/pixman.git";
 DESCRIPTION="Low-level pixel manipulation routines"
 
 if [[ $PV != * ]]; then



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

2017-08-16 Thread Michał Górny
commit: 8eb107596db2e63bd3b017217ddfa0f5bea93d1b
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:14:00 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb10759

x11-libs/xpyb: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xpyb/xpyb-1.3.1-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild 
b/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild
index a9b11cd1af1..64d7a33b7da 100644
--- a/x11-libs/xpyb/xpyb-1.3.1-r3.ebuild
+++ b/x11-libs/xpyb/xpyb-1.3.1-r3.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
@@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1
 
 inherit flag-o-matic xorg-2 python-r1
 
-#EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/xpyb"
+#EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/xpyb.git";
 SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2";
 DESCRIPTION="XCB-based Python bindings for the X Window System"
 HOMEPAGE="https://xcb.freedesktop.org/";



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-image/

2017-08-16 Thread Michał Górny
commit: a7a68a02a5c30a508068a24e466be95694eed0e7
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:01:05 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7a68a02

x11-libs/xcb-util-image: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild 
b/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild
index 16d03d019dc..193b84cdd4b 100644
--- a/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild
+++ b/x11-libs/xcb-util-image/xcb-util-image-0.4.0.ebuild
@@ -9,7 +9,7 @@ XORG_DOC=doc
 XORG_MULTILIB=yes
 inherit xorg-2
 
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-image"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/util-image.git";
 
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/";



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

2017-08-16 Thread Michał Górny
commit: 7f4c3bb0022c73ded60fca2de10f20d686c53fbc
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:11:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4c3bb0

x11-libs/libXfont2: use HTTPS for freedesktop.org

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/x11-libs/libXfont2/libXfont2-.ebuild 
b/x11-libs/libXfont2/libXfont2-.ebuild
index 95a86731e68..cb4dfd2d7d3 100644
--- a/x11-libs/libXfont2/libXfont2-.ebuild
+++ b/x11-libs/libXfont2/libXfont2-.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 XORG_DOC=doc
-EGIT_REPO_URI="git://anongit.freedesktop.org/xorg/lib/libXfont"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/lib/libXfont.git";
 inherit xorg-2
 
 DESCRIPTION="X.Org Xfont library"



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

2017-08-16 Thread Michał Górny
commit: ede9864bc8a152b004f65d15df638e0f6632f8c5
Author: David Hicks  hicks  id  au>
AuthorDate: Mon Jul 31 11:53:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:14:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede9864b

x11-apps/mesa-progs: use HTTPS for freedesktop.org, HOMEPAGE and SRC_URI

* Use HTTPS for accessing freedesktop.org via git
* Update HOMEPAGE to correct/new domains for the Mesa project
* Change SRC_URI to point to the official HTTPS download mirror instead
of an old FTP server

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild | 6 +++---
 x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild | 6 +++---
 x11-apps/mesa-progs/mesa-progs-.ebuild  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
index 408bcae80bd..1e807c1632f 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.2.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 MY_PN=${PN/progs/demos}
 MY_P=${MY_PN}-${PV}
-EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git";
 
 if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
@@ -15,12 +15,12 @@ fi
 inherit base autotools toolchain-funcs ${GIT_ECLASS}
 
 DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
-HOMEPAGE="http://mesa3d.sourceforge.net/";
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
 if [[ ${PV} == * ]]; then
SRC_URI=""
KEYWORDS=""
 else
-   
SRC_URI="ftp://ftp.freedesktop.org/pub/${MY_PN/-//}/${PV}/${MY_P}.tar.bz2";
+   
SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2";
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 

diff --git a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild 
b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
index b977e65a5e1..d999d44c52e 100644
--- a/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-8.3.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 MY_PN=${PN/progs/demos}
 MY_P=${MY_PN}-${PV}
-EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git";
 
 if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
@@ -15,12 +15,12 @@ fi
 inherit base autotools toolchain-funcs ${GIT_ECLASS}
 
 DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
-HOMEPAGE="http://mesa3d.sourceforge.net/";
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
 if [[ ${PV} == * ]]; then
SRC_URI=""
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
 else
-   
SRC_URI="ftp://ftp.freedesktop.org/pub/${MY_PN/-//}/${PV}/${MY_P}.tar.bz2";
+   
SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2";
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 

diff --git a/x11-apps/mesa-progs/mesa-progs-.ebuild 
b/x11-apps/mesa-progs/mesa-progs-.ebuild
index 6bdcae430ad..3765af34344 100644
--- a/x11-apps/mesa-progs/mesa-progs-.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 MY_PN=${PN/progs/demos}
 MY_P=${MY_PN}-${PV}
-EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}"
+EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/demos.git";
 
 if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
@@ -15,12 +15,12 @@ fi
 inherit base autotools toolchain-funcs ${GIT_ECLASS}
 
 DESCRIPTION="Mesa's OpenGL utility and demo programs (glxgears and glxinfo)"
-HOMEPAGE="http://mesa3d.sourceforge.net/";
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/";
 if [[ ${PV} == * ]]; then
SRC_URI=""
KEYWORDS=""
 else
-   
SRC_URI="ftp://ftp.freedesktop.org/pub/${MY_PN/-//}/${PV}/${MY_P}.tar.bz2";
+   
SRC_URI="https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.bz2";
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 fi
 



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

2017-08-16 Thread Gilles Dartiguelongue
commit: 3fa54e38369d6e614fca87a30bfb3a469a7008e8
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 16 07:27:42 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 16 07:28:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa54e38

dev-python/dbusmock: version bump 0.16.7 → 0.16.9

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/dbusmock/Manifest   |  1 +
 dev-python/dbusmock/dbusmock-0.16.9.ebuild | 46 +
 .../files/0.16.9-disable-style-tests.patch | 14 
 .../files/0.16.9-replace-dbus-launch.patch | 76 ++
 4 files changed, 137 insertions(+)

diff --git a/dev-python/dbusmock/Manifest b/dev-python/dbusmock/Manifest
index 456da5e87fe..d4ff31f5ca6 100644
--- a/dev-python/dbusmock/Manifest
+++ b/dev-python/dbusmock/Manifest
@@ -1 +1,2 @@
 DIST dbusmock-0.16.7.tar.gz 70544 SHA256 
2d2ea892fa4633c3ec6ac1e912120ec493047a5c6522849b7d1c95ad755bce75 SHA512 
749728b966b1e067a0a8bd61ee64c1c7ff22751ccb48e15096d041e78c6e779d787160ee191e90daa3177b92c0ee45c66af74b2dd4e4bcb570892b431ec13467
 WHIRLPOOL 
921c47fb0b86a6a3368c3b37c27f30b75edacefb46f1a726e39f35eb7b1ea7d0f78c3a7e04b218016c558578625ff28188bfece7cbc7aa06405effe4ab614f92
+DIST dbusmock-0.16.9.tar.gz 71014 SHA256 
892b770a7f6c800fd6c0a9d102ef085a9371cc4eaed95dabbd740913dc08dd9b SHA512 
3aa91f6ede054ed3d3a69f68f3886094e881d266a8f09c7d08a34d10b080a77facde8aae01e75232472c2e643574fe897dae2c3588f5ad9ecf4ec4e67f404f54
 WHIRLPOOL 
192d522a79b365630d0ef2069b5cf1cdae3ddb7896ad9db590ff8e7a180d44ac101ed123c035c272c27cc96cb33bbed1a9e00bf08ab0e248554f3ed374ead1ee

diff --git a/dev-python/dbusmock/dbusmock-0.16.9.ebuild 
b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
new file mode 100644
index 000..f232c0a9d8c
--- /dev/null
+++ b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
@@ -0,0 +1,46 @@
+# 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} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+MY_PN="python-${PN}"
+MY_P="${MY_PN}-${PV}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Easily create mock objects on D-Bus for software testing"
+HOMEPAGE="https://github.com/martinpitt/python-dbusmock";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc"
+IUSE="test"
+
+RDEPEND="
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/0.16.9-disable-style-tests.patch
+   "${FILESDIR}"/0.16.9-replace-dbus-launch.patch
+)
+
+python_test() {
+   nosetests --verbose || die "tests fail under ${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( NEWS README.rst )
+
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/dbusmock/files/0.16.9-disable-style-tests.patch 
b/dev-python/dbusmock/files/0.16.9-disable-style-tests.patch
new file mode 100644
index 000..cb7febdb4e5
--- /dev/null
+++ b/dev-python/dbusmock/files/0.16.9-disable-style-tests.patch
@@ -0,0 +1,14 @@
+These tests are bound to fail dependending on QA tools updates
+
+https://github.com/martinpitt/python-dbusmock/issues/28
+
+--- a/tests/test_code.py   2017-08-16 09:20:43.848503995 +0200
 b/tests/test_code.py   2017-08-16 09:20:54.410177037 +0200
+@@ -21,6 +21,7 @@
+ pycodestyle = None
+ 
+ 
++@unittest.skip('style tests')
+ class StaticCodeTests(unittest.TestCase):
+ @unittest.skipIf(subprocess.call(['which', 'pyflakes'], 
stdout=subprocess.PIPE) != 0,
+  'pyflakes not installed')

diff --git a/dev-python/dbusmock/files/0.16.9-replace-dbus-launch.patch 
b/dev-python/dbusmock/files/0.16.9-replace-dbus-launch.patch
new file mode 100644
index 000..54149ed033a
--- /dev/null
+++ b/dev-python/dbusmock/files/0.16.9-replace-dbus-launch.patch
@@ -0,0 +1,76 @@
+From 9470c54a2836795974e83e55ea859e4653b20b37 Mon Sep 17 00:00:00 2001
+From: Martin Pitt 
+Date: Mon, 19 Jun 2017 16:31:28 +0200
+Subject: [PATCH] Call dbus-daemon directly instead of dbus-launch
+
+dbus-launch is X11 specific and being deprecated.
+
+Adjust documentation to use dbus-run-session instead.
+
+https://bugs.debian.org/836053
+---
+ NEWS |  4 
+ README.rst   |  6 +++---
+ dbusmock/testcase.py | 18 ++
+ 3 files changed, 17 insertions(+), 11 deletions(-)
+
+diff --git a/NEWS b/NEWS
+index c1250ea..181a4df 100644
+--- a/NEWS
 b/NEWS
+@@ -1,3 +1,7 @@
++0.17 (UNRELEASED)
++-
++ - Call dbus-daemon directly instead of dbus-launch. (Debian #836053)
++
+ 0.16.9 (2017-06-19)
+ ---
+  - NetworkManager template: Fix type of 'State'

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

2017-08-16 Thread Michał Górny
commit: 0412a8146044eacaf6b7bf8810369afae3199192
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Aug  6 09:36:49 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:29:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0412a814

app-portage/mirrorselect: fix HOMEPAGE

 app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild  | 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild | 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.2.ebuild| 2 +-
 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild| 2 +-
 app-portage/mirrorselect/mirrorselect-.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
index bfeb515a270..b45d2f38ba3 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.0.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/distfiles/${P}.tar.gz";
 
 LICENSE="GPL-2"

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
index 01573125ff9..725b4bf5dcc 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.2-r2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild
index 013d4e92a04..88aaa45414a 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
index 2ee0f8efa3e..6ccd13bd12d 100644
--- a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml"
 inherit eutils distutils-r1 prefix
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index bbcd9c04a8a..efbbddff3d1 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -11,7 +11,7 @@ inherit eutils distutils-r1 git-r3 prefix
 EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git"
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Mirrorselect";
 SRC_URI=""
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: games-misc/games-envd/

2017-08-16 Thread Michał Górny
commit: d3df2f070522101edfd75434e3778084a6a307f4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Aug  6 09:39:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:29:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3df2f07

games-misc/games-envd: fix HOMEPAGE

 games-misc/games-envd/games-envd-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/games-envd/games-envd-0.ebuild 
b/games-misc/games-envd/games-envd-0.ebuild
index 2824a9677f0..4cf3739f060 100644
--- a/games-misc/games-envd/games-envd-0.ebuild
+++ b/games-misc/games-envd/games-envd-0.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit multilib games
 
 DESCRIPTION="Environment file for gentoo games"
-HOMEPAGE="https://www.gentoo.org/proj/en/desktop/games/index.xml";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Games";
 SRC_URI=""
 
 LICENSE="GPL-2"



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

2017-08-16 Thread Michał Górny
commit: dbfa29b7c1ccaba4ac7249da882bd91cc34083fc
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Aug  6 09:47:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:29:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfa29b7

sys-auth/pambase: fix HOMEPAGE

 sys-auth/pambase/pambase-20101024-r2.ebuild | 2 +-
 sys-auth/pambase/pambase-20120417-r3.ebuild | 2 +-
 sys-auth/pambase/pambase-20140313.ebuild| 2 +-
 sys-auth/pambase/pambase-20150213-r1.ebuild | 2 +-
 sys-auth/pambase/pambase-20150213.ebuild| 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-auth/pambase/pambase-20101024-r2.ebuild 
b/sys-auth/pambase/pambase-20101024-r2.ebuild
index 816db27c52f..bc5bc3f7019 100644
--- a/sys-auth/pambase/pambase-20101024-r2.ebuild
+++ b/sys-auth/pambase/pambase-20101024-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils
 
 DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://www.gentoo.org/proj/en/base/pam/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM";
 SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2"

diff --git a/sys-auth/pambase/pambase-20120417-r3.ebuild 
b/sys-auth/pambase/pambase-20120417-r3.ebuild
index d4ef807f76f..6f6b7a3a695 100644
--- a/sys-auth/pambase/pambase-20120417-r3.ebuild
+++ b/sys-auth/pambase/pambase-20120417-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://www.gentoo.org/proj/en/base/pam/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM";
 SRC_URI="https://dev.gentoo.org/~flameeyes/${PN}/${P}.tar.bz2
https://dev.gentoo.org/~phajdan.jr/${PN}/${P}.tar.bz2";
 

diff --git a/sys-auth/pambase/pambase-20140313.ebuild 
b/sys-auth/pambase/pambase-20140313.ebuild
index 4992c83d9c4..ca4e1447d60 100644
--- a/sys-auth/pambase/pambase-20140313.ebuild
+++ b/sys-auth/pambase/pambase-20140313.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://www.gentoo.org/proj/en/base/pam/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM";
 SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.bz2";
 
 LICENSE="GPL-2"

diff --git a/sys-auth/pambase/pambase-20150213-r1.ebuild 
b/sys-auth/pambase/pambase-20150213-r1.ebuild
index 9be8d621dbe..8806924657c 100644
--- a/sys-auth/pambase/pambase-20150213-r1.ebuild
+++ b/sys-auth/pambase/pambase-20150213-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://www.gentoo.org/proj/en/base/pam/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM";
 SRC_URI="https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
 
 LICENSE="GPL-2"

diff --git a/sys-auth/pambase/pambase-20150213.ebuild 
b/sys-auth/pambase/pambase-20150213.ebuild
index ee3d2697fc1..a97db9daf90 100644
--- a/sys-auth/pambase/pambase-20150213.ebuild
+++ b/sys-auth/pambase/pambase-20150213.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit eutils
 
 DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://www.gentoo.org/proj/en/base/pam/";
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:PAM";
 SRC_URI="https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gentoo10-backgrounds/

2017-08-16 Thread Michał Górny
commit: 47631a829773e104cbdf9c8391ab2b1dd15da535
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Aug  6 09:56:01 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:29:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47631a82

x11-themes/gentoo10-backgrounds: fix HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/5312

 x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild 
b/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild
index caafdc5d7a4..1e71574ad87 100644
--- a/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild
+++ b/x11-themes/gentoo10-backgrounds/gentoo10-backgrounds-20110309.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 
 DESCRIPTION="Gentoo - 10 Years Compiling Background Artwork"
-HOMEPAGE="https://www.gentoo.org/proj/en/pr/releases/10.0/graphics.xml";
+HOMEPAGE="https://www.gentoo.org/inside-gentoo/artwork/";
 
 SRC_URI="https://dev.gentoo.org/~flameeyes/${P}.tar.xz";
 



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

2017-08-16 Thread Michał Górny
commit: 682d808729f13b8999073bfbd80120b932e34557
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Fri Aug 11 17:01:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:31:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682d8087

media-sound/flacon: verbump to 3.1.1

Fixes incorrect offset for long disks due to integer overflow.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/flacon/Manifest|   1 +
 media-sound/flacon/flacon-3.1.1.ebuild | 105 +
 2 files changed, 106 insertions(+)

diff --git a/media-sound/flacon/Manifest b/media-sound/flacon/Manifest
index 4bf3cf8ba69..625892e8930 100644
--- a/media-sound/flacon/Manifest
+++ b/media-sound/flacon/Manifest
@@ -1,2 +1,3 @@
 DIST flacon-2.1.1.tar.gz 337500 SHA256 
9ece812c0bd68828301d745fbdddaf9ff2d9e572cc205e20d2bbcb093de98a1b SHA512 
ef145685770ce4e5cb5f09b42023b5f88feed90f9444dcdb7bb30839d4ee6a4526542b0c3a5595f2b43b99759c7ff6ff4d419b88780d1394baa3654163db20ec
 WHIRLPOOL 
15cd24fe75722aff2d5e0f8307caefa5822739aa60ae9872a23159e382eccab7895c00dfbbcb4b5fd85f8e3da2a11c8756a3f77e8c7309377445e680f6a8bbc3
 DIST flacon-3.0.0.tar.gz 430724 SHA256 
5349fdc29c6cb173e7d40260e7ea4ba13ae39f4a144c22028fbfa132ceef5bb3 SHA512 
108cca3e456525d39529ecaa6f17ebebafefe50b6e3ccddfeb1a783d363cf8c53e694c549ffdf488d0826c58d2204f89d8a349e703d11ae060a8de83da66b2b9
 WHIRLPOOL 
eb855df7bbd9c4832f7ced4fcd0b73e35be6318caf3795c663df66aba5c6581f365b5ca8f1bad23027d73cf20d03f6ef816416ebc7585422517c7ac99a483a9f
+DIST flacon-3.1.1.tar.gz 431743 SHA256 
ca5bd24ba61fc06a39e95b4b7fda188af437ad3eff666b55071895bde11bd15a SHA512 
13b1abc2edba73e30c9a1b729650e8001a5b8de7e34fe2b599f28277c347539fb50679f8a0e608c87eb7feb1e05e26c7f71fbc3c696f0fa29ae8ae9e20e63cfd
 WHIRLPOOL 
3cab80fe57bf4d7c98d199adbe751c18cc6ee654f90f5dcda03a02d5fd4dfdc0aa8d99b7f88c056b32a6f5f64846634f4c040c45a1c4eb878181d79e21e1cd02

diff --git a/media-sound/flacon/flacon-3.1.1.ebuild 
b/media-sound/flacon/flacon-3.1.1.ebuild
new file mode 100644
index 000..9b072d93b5c
--- /dev/null
+++ b/media-sound/flacon/flacon-3.1.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# Ignore rudimentary et, uz@Latn, zh_TW translation(s).
+PLOCALES="cs cs_CZ de es es_MX fr gl hu it ja_JP lt nb nl pl pl_PL pt_BR pt_PT 
ro_RO ru sr sr@latin tr uk zh_CN"
+# Tests require lots of disk space
+CHECKREQS_DISK_BUILD=10G
+
+inherit check-reqs cmake-utils eutils gnome2-utils l10n virtualx xdg-utils
+
+DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks"
+HOMEPAGE="https://flacon.github.io/";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="qt5 test"
+
+RDEPEND="
+   app-i18n/uchardet
+   !qt5? (
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   qt5? ( dev-qt/linguist-tools:5 )
+   test? (
+   media-libs/flac
+   media-sound/mac
+   media-sound/ttaenc
+   media-sound/wavpack
+   media-sound/shntool
+   !qt5? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )
+"
+
+pkg_pretend() {
+   use test && check-reqs_pkg_pretend
+}
+
+pkg_setup() {
+   use test && check-reqs_pkg_setup
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # Ignore rudimentary et, uz@Latn, zh_TW translation(s).
+   rm "translations/${PN}_uz@Latn.desktop" || die
+   rm "translations/${PN}"_{et,zh_TW}.ts || die
+
+   remove_locale() {
+   rm "translations/${PN}_${1}".{ts,desktop} || die
+   }
+
+   l10n_find_plocales_changes 'translations' "${PN}_" '.ts'
+   l10n_for_each_disabled_locale_do remove_locale
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT4="$(usex !qt5)"
+   -DUSE_QT5="$(usex qt5)"
+   -DBUILD_TESTS="$(usex test)"
+   )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   virtx "${BUILD_DIR}/tests/${PN}_test"
+}
+
+pkg_postinst() {
+   elog "${PN} optionally supports formats listed below."
+   elog "(List will be empty if all extra packages are installed.)"
+   elog "Please install the required packages and restart ${PN}."
+   optfeature 'FLAC input and output support' media-libs/flac
+   optfeature 'WavPack input and output support' media-sound/wavpack
+   optfeature 'APE input support' media-sound/mac
+   optfeature 'TTA input support' media-sound/ttaenc
+   optfeature 'AAC output support' media-libs/faac
+   optfeature 'MP3 output support' media-sound/lame
+   optfeature 'Vorbis out

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

2017-08-16 Thread Michał Górny
commit: b67a403aad9cd62f8f8c3950d05b082b5eebba98
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Fri Aug 11 17:02:54 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 07:31:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67a403a

media-sound/flacon: remove old

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

 media-sound/flacon/Manifest|   1 -
 media-sound/flacon/flacon-3.0.0.ebuild | 109 -
 2 files changed, 110 deletions(-)

diff --git a/media-sound/flacon/Manifest b/media-sound/flacon/Manifest
index 625892e8930..5594c53c657 100644
--- a/media-sound/flacon/Manifest
+++ b/media-sound/flacon/Manifest
@@ -1,3 +1,2 @@
 DIST flacon-2.1.1.tar.gz 337500 SHA256 
9ece812c0bd68828301d745fbdddaf9ff2d9e572cc205e20d2bbcb093de98a1b SHA512 
ef145685770ce4e5cb5f09b42023b5f88feed90f9444dcdb7bb30839d4ee6a4526542b0c3a5595f2b43b99759c7ff6ff4d419b88780d1394baa3654163db20ec
 WHIRLPOOL 
15cd24fe75722aff2d5e0f8307caefa5822739aa60ae9872a23159e382eccab7895c00dfbbcb4b5fd85f8e3da2a11c8756a3f77e8c7309377445e680f6a8bbc3
-DIST flacon-3.0.0.tar.gz 430724 SHA256 
5349fdc29c6cb173e7d40260e7ea4ba13ae39f4a144c22028fbfa132ceef5bb3 SHA512 
108cca3e456525d39529ecaa6f17ebebafefe50b6e3ccddfeb1a783d363cf8c53e694c549ffdf488d0826c58d2204f89d8a349e703d11ae060a8de83da66b2b9
 WHIRLPOOL 
eb855df7bbd9c4832f7ced4fcd0b73e35be6318caf3795c663df66aba5c6581f365b5ca8f1bad23027d73cf20d03f6ef816416ebc7585422517c7ac99a483a9f
 DIST flacon-3.1.1.tar.gz 431743 SHA256 
ca5bd24ba61fc06a39e95b4b7fda188af437ad3eff666b55071895bde11bd15a SHA512 
13b1abc2edba73e30c9a1b729650e8001a5b8de7e34fe2b599f28277c347539fb50679f8a0e608c87eb7feb1e05e26c7f71fbc3c696f0fa29ae8ae9e20e63cfd
 WHIRLPOOL 
3cab80fe57bf4d7c98d199adbe751c18cc6ee654f90f5dcda03a02d5fd4dfdc0aa8d99b7f88c056b32a6f5f64846634f4c040c45a1c4eb878181d79e21e1cd02

diff --git a/media-sound/flacon/flacon-3.0.0.ebuild 
b/media-sound/flacon/flacon-3.0.0.ebuild
deleted file mode 100644
index d7f8823db19..000
--- a/media-sound/flacon/flacon-3.0.0.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# Ignore rudimentary et, uz@Latn, zh_TW translation(s).
-PLOCALES="cs cs_CZ de es es_MX fr gl hu it ja_JP lt nb nl pl pl_PL pt_BR pt_PT 
ro_RO ru sr sr@latin tr uk zh_CN"
-# Tests require lots of disk space
-CHECKREQS_DISK_BUILD=10G
-
-inherit check-reqs cmake-utils eutils gnome2-utils l10n virtualx xdg-utils
-
-DESCRIPTION="Extracts audio tracks from an audio CD image to separate tracks"
-HOMEPAGE="https://flacon.github.io/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="qt5 test"
-
-RDEPEND="
-   app-i18n/uchardet
-   !qt5? (
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   qt5? ( dev-qt/linguist-tools:5 )
-   test? (
-   media-libs/flac
-   media-sound/mac
-   media-sound/ttaenc
-   media-sound/wavpack
-   media-sound/shntool
-   !qt5? ( dev-qt/qttest:4 )
-   qt5? ( dev-qt/qttest:5 )
-   )
-"
-
-pkg_pretend() {
-   use test && check-reqs_pkg_pretend
-}
-
-pkg_setup() {
-   use test && check-reqs_pkg_setup
-}
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # Ignore rudimentary et, uz@Latn, zh_TW translation(s).
-   rm "translations/${PN}_uz@Latn.desktop" || die
-   rm "translations/${PN}"_{et,zh_TW}.ts || die
-
-   remove_locale() {
-   rm "translations/${PN}_${1}".{ts,desktop} || die
-   }
-
-   l10n_find_plocales_changes 'translations' "${PN}_" '.ts'
-   l10n_for_each_disabled_locale_do remove_locale
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_QT4="$(usex !qt5)"
-   -DUSE_QT5="$(usex qt5)"
-   -DBUILD_TESTS="$(usex test)"
-   )
-   cmake-utils_src_configure
-}
-
-src_test() {
-   virtx "${BUILD_DIR}/tests/${PN}_test"
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   elog "${PN} optionally supports formats listed below."
-   elog "(List will be empty if all extra packages are installed.)"
-   elog "Please install the required packages and restart ${PN}."
-   optfeature 'FLAC input and output support' media-libs/flac
-   optfeature 'WavPack input and output support' media-sound/wavpack
-   optfeature 'APE input support' media-sound/mac
-   optfeature 'TTA input support' media-sound/ttaenc
-   optfeature 'AAC output support' media-libs/faac
-   optfeature 'MP3 output support' media-sound/

[gentoo-commits] repo/gentoo:master commit in: dev-python/dbusmock/, profiles/arch/x86/

2017-08-16 Thread Thomas Deutschmann
commit: 4c2f1d4036e75a00414aaf689b0d73f80074080a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug 16 08:41:33 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug 16 08:46:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2f1d40

dev-python/dbusmock: x86 keyworded (bug #620024)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/dbusmock/dbusmock-0.16.9.ebuild | 2 +-
 profiles/arch/x86/package.use.mask | 4 
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/dbusmock/dbusmock-0.16.9.ebuild 
b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
index f232c0a9d8c..23325f8ccdb 100644
--- a/dev-python/dbusmock/dbusmock-0.16.9.ebuild
+++ b/dev-python/dbusmock/dbusmock-0.16.9.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 04d772e731a..e9026d44337 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -3,10 +3,6 @@
 
 # This file requires >=portage-2.1.1
 
-# Gilles Dartiguelongue  (16 Aug 2017)
-# missing keyword on dev-python/dbusmock, bug #620024
->=gnome-base/gnome-settings-daemon-3.24 test
-
 # Michał Górny  (07 Aug 2017)
 # Requires USE=cuda that is masked in this profile.
 media-gfx/blender opensubdiv



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

2017-08-16 Thread Lars Wendler
commit: ddbbd53b1a6f36589bd05c75445f516a9884
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug 16 09:43:58 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug 16 09:44:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbb

dev-libs/libpcre2: Bump to version 10.30

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-libs/libpcre2/Manifest  |  1 +
 dev-libs/libpcre2/libpcre2-10.30.ebuild | 79 +
 2 files changed, 80 insertions(+)

diff --git a/dev-libs/libpcre2/Manifest b/dev-libs/libpcre2/Manifest
index 1b257c8d41f..b0a26ad9875 100644
--- a/dev-libs/libpcre2/Manifest
+++ b/dev-libs/libpcre2/Manifest
@@ -1,2 +1,3 @@
 DIST pcre2-10.22.tar.bz2 1470620 SHA256 
b2b44619f4ac6c50ad74c2865fd56807571392496fae1c9ad7a70993d018f416 SHA512 
dcf70b5e5b73f29188a56e4d9efb9afdf2b9ebe50e13a7640b80f543851235a289e476e1f517f49fac9628b456268bcdaf2b492237bc879ddff36f84ef4f32ea
 WHIRLPOOL 
154ee1c4d2445878c2d2fd1eafa96584d8c943e9e545937b37d4c1fb12ba847938647184723d429244bf5aa989ba335cfbf74fadb5d38227862762bd34166232
 DIST pcre2-10.23.tar.bz2 1515314 SHA256 
dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e SHA512 
3e5910bd2405cc35934d91e4be760abe4f2e900202a20b6ba74adb7a3acb2b74b3bf9b0e97e8de10f8e8534133e0722e0bf0f5fb40d6c2c4520d1ed61749d456
 WHIRLPOOL 
8db3deb22c26688607e1dc4b52229c64f8bcbb80908155ff9bd58b690a239984b6f5d1aff0cdc70efa3abf3ee899e22ea6e3a502437af424cb92d345133889a6
+DIST pcre2-10.30.tar.bz2 1583543 SHA256 
90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db SHA512 
f247a9f917c75920793b9919a45bb1426d126246e7a5d04e39d9407e44b5781f894a90cd3d232b385436b2f22be391335ab782664dd3a28c79058a2fcc74dc3e
 WHIRLPOOL 
4491d5ea682ee90dad91f5b1a3dccf482c17768ea5de3c5cca2fa2b56ba97180b746242e552fbe240b154f98eac5b11da466b86d34e9bfe7c7a202d4c976172f

diff --git a/dev-libs/libpcre2/libpcre2-10.30.ebuild 
b/dev-libs/libpcre2/libpcre2-10.30.ebuild
new file mode 100644
index 000..a94857246af
--- /dev/null
+++ b/dev-libs/libpcre2/libpcre2-10.30.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic libtool ltprune multilib-minimal toolchain-funcs
+
+DESCRIPTION="Perl-compatible regular expression library"
+HOMEPAGE="http://www.pcre.org/";
+MY_P="pcre2-${PV/_rc/-RC}"
+if [[ ${PV} != *_rc* ]] ; then
+   # Only the final releases are available here.
+   SRC_URI="mirror://sourceforge/pcre/${MY_P}.tar.bz2
+   
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2";
+else
+   
SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/${MY_P}.tar.bz2";
+fi
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~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="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
+REQUIRED_USE="?? ( libedit readline )"
+
+RDEPEND="bzip2? ( app-arch/bzip2 )
+   zlib? ( sys-libs/zlib )
+   libedit? ( dev-libs/libedit )
+   readline? ( sys-libs/readline:0= )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   userland_GNU? ( >=sys-apps/findutils-4.4.0 )"
+
+S="${WORKDIR}/${MY_P}"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/pcre2-config
+)
+
+src_prepare() {
+   default
+
+   elibtoolize
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --enable-pcre2-8
+   --enable-shared
+   --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html
+   --with-match-limit-depth=$(usex recursion-limit 8192 
MATCH_LIMIT)
+   $(multilib_native_use_enable bzip2 pcre2grep-libbz2)
+   $(multilib_native_use_enable libedit pcre2test-libedit)
+   $(multilib_native_use_enable readline pcre2test-libreadline)
+   $(multilib_native_use_enable zlib pcre2grep-libz)
+   $(use_enable jit)
+   $(use_enable jit pcre2grep-jit)
+   $(use_enable pcre16 pcre2-16)
+   $(use_enable pcre32 pcre2-32)
+   $(use_enable static-libs static)
+   $(use_enable unicode)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake V=1 $(multilib_is_native_abi || echo "bin_PROGRAMS=")
+}
+
+multilib_src_install() {
+   emake \
+   DESTDIR="${D}" \
+   $(multilib_is_native_abi || echo "bin_PROGRAMS= 
dist_html_DATA=") \
+   install
+   multilib_is_native_abi && gen_usr_ldscript -a pcre2-posix
+}
+
+multilib_src_install_all() {
+   prune_libtool_files
+}



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

2017-08-16 Thread Gilles Dartiguelongue
commit: 00117ca09fc8f3b3ee230e163c96b00eed3d5efd
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 16 10:17:13 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 16 10:18:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00117ca0

dev-python/python-slip: version bump 0.6.1 → 0.6.5

Fix homepage, bug #617614.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/python-slip/Manifest|  1 +
 .../files/python-slip-0.6.5-no-selinux.patch   | 93 ++
 dev-python/python-slip/python-slip-0.6.5.ebuild| 44 ++
 3 files changed, 138 insertions(+)

diff --git a/dev-python/python-slip/Manifest b/dev-python/python-slip/Manifest
index c3454de6267..6947d9b2908 100644
--- a/dev-python/python-slip/Manifest
+++ b/dev-python/python-slip/Manifest
@@ -1,2 +1,3 @@
 DIST python-slip-0.6.0.tar.bz2 24930 SHA256 
f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c SHA512 
5787995521cce568d6569c15270bee63d9c42e85e21e652c9042c09d62d2c99bbee0b3efcaaa187e3f78d0d90a69ba4d9846b1182f0f366a6c75cb822b412164
 WHIRLPOOL 
30ede47ceafe7eef0c441504061cbfa1cddac80afb732030a8e27765f0a30b4b2b176061fe19d57001f39ed764b298f8bfc9d2e0d01b878ac0a0a7ae5c623a04
 DIST python-slip-0.6.1.tar.bz2 25000 SHA256 
bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a SHA512 
d7d79b8ee4468d3a3b5e2ff31dcc8af30f70591ba42f74af9787e5c883a137e85c39a6ffc7c36cd2383840aa4ca09cd1ca3d9e40fc4d266b37689a85f084a9ab
 WHIRLPOOL 
95595c7cc45bd403fa8ed1a5a36e32bbcce7aa621ff2d86503487174279e996e3839e7c3033a771274c944f46591f819a0ab1981e1301c4a13757f4787c2586b
+DIST python-slip-0.6.5.tar.bz2 25996 SHA256 
c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b SHA512 
84dfd4d74602e996797261aa4021fc1579a6aba554d2b3d497c0a7b8618366a9c0a6f12051b00c5653845dda923eedb58afdded37f2a1f31b5b0ce1a0532ccff
 WHIRLPOOL 
54f9d0663cbfada42ab1fee2372919dae7960326719bced4da2e31167a9a92894ec7a0e9ce439cc659fc7511c22d47fe25a6ccf83ffe84ff830b55ca153bdda0

diff --git a/dev-python/python-slip/files/python-slip-0.6.5-no-selinux.patch 
b/dev-python/python-slip/files/python-slip-0.6.5-no-selinux.patch
new file mode 100644
index 000..b957625f7ec
--- /dev/null
+++ b/dev-python/python-slip/files/python-slip-0.6.5-no-selinux.patch
@@ -0,0 +1,93 @@
+From 66480a1ee0222d9944f58af945959183b23c26f6 Mon Sep 17 00:00:00 2001
+From: Alexandre Rostovtsev 
+Date: Wed, 16 Aug 2017 10:49:43 +0200
+Subject: [PATCH] Disable selinux
+
+Signed-off-by: Gilles Dartiguelongue 
+---
+ setup.py.in|  2 +-
+ slip/util/files.py | 27 ++-
+ 2 files changed, 15 insertions(+), 14 deletions(-)
+
+diff --git a/setup.py.in b/setup.py.in
+index 9e7644b..fb276a7 100644
+--- a/setup.py.in
 b/setup.py.in
+@@ -8,7 +8,7 @@ setup(name="slip", version="@VERSION@",
+ py_modules=["slip.__init__", "slip.util.__init__",
+ "slip.util.hookable", "slip.util.files",
+ "slip._wrappers.__init__", "slip._wrappers._glib"],
+-requires=["selinux"])
++requires=[])
+ 
+ setup(name="slip.dbus", version="@VERSION@",
+ py_modules=["slip.dbus.__init__", "slip.dbus.bus",
+diff --git a/slip/util/files.py b/slip/util/files.py
+index 98faa7c..a0a3768 100644
+--- a/slip/util/files.py
 b/slip/util/files.py
+@@ -33,6 +33,7 @@ __all__ = ["issamefile", "linkfile", "copyfile", 
"linkorcopyfile",
+ 
+ import os
+ import selinux
++# import selinux
+ import tempfile
+ import errno
+ import stat
+@@ -140,8 +141,8 @@ def copyfile(srcpath, dstpath, copy_mode_from_dst=True, 
run_restorecon=True):
+ 
+ os.rename(dsttmpfile.name, dstpath)
+ 
+-if run_restorecon and selinux.is_selinux_enabled() > 0:
+-selinux.restorecon(dstpath)
++#if run_restorecon and selinux.is_selinux_enabled() > 0:
++#selinux.restorecon(dstpath)
+ 
+ 
+ def linkorcopyfile(
+@@ -247,8 +248,8 @@ def overwrite_safely(
+ 
+ exists = os.path.exists(path)
+ 
+-if preserve_context and selinux.is_selinux_enabled() <= 0:
+-preserve_context = False
++#if preserve_context and selinux.is_selinux_enabled() <= 0:
++#preserve_context = False
+ 
+ try:
+ fd, tmpname = tempfile.mkstemp(prefix=base + os.path.extsep,
+@@ -263,10 +264,10 @@ def overwrite_safely(
+ if preserve_mode:
+ os.fchmod(fd, stat.S_IMODE(s.st_mode))
+ 
+-if preserve_context:
+-ret, ctx = selinux.getfilecon(path)
+-if ret < 0:
+-raise RuntimeError("getfilecon(%r) failed" % path)
++#if preserve_context:
++#ret, ctx = selinux.getfilecon(path)
++#if ret < 0:
++#raise RuntimeError("getfilecon(%r) failed" % path)
+ 
+ f = os.fdopen(fd, "w")
+ fd = None
+@@ -278,11 +279,11 @@ def overwrite_safely(
+ 
+ os.rename(tmpname, path)
+ 
+-if preserve_context:
+-

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

2017-08-16 Thread Gilles Dartiguelongue
commit: 51f99e7fba1bb089392dfb13e8a4f03dd51b90c5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 16 10:20:15 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 16 10:20:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f99e7f

dev-python/python-slip: fix homepage, bug #617614

Package-Manager: Portage-2.3.7, Repoman-2.3.3

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

diff --git a/dev-python/python-slip/python-slip-0.6.1.ebuild 
b/dev-python/python-slip/python-slip-0.6.1.ebuild
index ef1a2e3f7a8..7ec1e7fe6ee 100644
--- a/dev-python/python-slip/python-slip-0.6.1.ebuild
+++ b/dev-python/python-slip/python-slip-0.6.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Miscellaneous convenience, extension and workaround code for 
Python"
-HOMEPAGE="https://fedorahosted.org/python-slip/";
+HOMEPAGE="https://github.com/nphilipp/python-slip";
 SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"



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

2017-08-16 Thread Gilles Dartiguelongue
commit: 141a88b308929ab3a1c22e1bbf758d97cc070565
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 16 10:19:42 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 16 10:19:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141a88b3

dev-python/python-slip: cleanup old revision

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-python/python-slip/Manifest |  1 -
 dev-python/python-slip/python-slip-0.6.0.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-python/python-slip/Manifest b/dev-python/python-slip/Manifest
index 6947d9b2908..e441c71e9d7 100644
--- a/dev-python/python-slip/Manifest
+++ b/dev-python/python-slip/Manifest
@@ -1,3 +1,2 @@
-DIST python-slip-0.6.0.tar.bz2 24930 SHA256 
f47361ec52b608309b83c71905e692b6b363eaf3b8a7afdeff866cd94463ad5c SHA512 
5787995521cce568d6569c15270bee63d9c42e85e21e652c9042c09d62d2c99bbee0b3efcaaa187e3f78d0d90a69ba4d9846b1182f0f366a6c75cb822b412164
 WHIRLPOOL 
30ede47ceafe7eef0c441504061cbfa1cddac80afb732030a8e27765f0a30b4b2b176061fe19d57001f39ed764b298f8bfc9d2e0d01b878ac0a0a7ae5c623a04
 DIST python-slip-0.6.1.tar.bz2 25000 SHA256 
bc897f1ab6f5b4989f85548799aaeb84fde67bbba18e40341bfe1d7885c2fd9a SHA512 
d7d79b8ee4468d3a3b5e2ff31dcc8af30f70591ba42f74af9787e5c883a137e85c39a6ffc7c36cd2383840aa4ca09cd1ca3d9e40fc4d266b37689a85f084a9ab
 WHIRLPOOL 
95595c7cc45bd403fa8ed1a5a36e32bbcce7aa621ff2d86503487174279e996e3839e7c3033a771274c944f46591f819a0ab1981e1301c4a13757f4787c2586b
 DIST python-slip-0.6.5.tar.bz2 25996 SHA256 
c726c086f0dd93a0ac7a0176f383a12af91b6657b78a301e3f5b25d9f8d4d10b SHA512 
84dfd4d74602e996797261aa4021fc1579a6aba554d2b3d497c0a7b8618366a9c0a6f12051b00c5653845dda923eedb58afdded37f2a1f31b5b0ce1a0532ccff
 WHIRLPOOL 
54f9d0663cbfada42ab1fee2372919dae7960326719bced4da2e31167a9a92894ec7a0e9ce439cc659fc7511c22d47fe25a6ccf83ffe84ff830b55ca153bdda0

diff --git a/dev-python/python-slip/python-slip-0.6.0.ebuild 
b/dev-python/python-slip/python-slip-0.6.0.ebuild
deleted file mode 100644
index 63a1bf9001b..000
--- a/dev-python/python-slip/python-slip-0.6.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_REQ_USE="xml"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Miscellaneous convenience, extension and workaround code for 
Python"
-HOMEPAGE="https://fedorahosted.org/python-slip/";
-SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="dbus selinux"
-
-RDEPEND="
-   dbus? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   sys-auth/polkit )
-"
-DEPEND=""
-
-python_prepare_all() {
-   use selinux || epatch "${FILESDIR}/${PN}-0.4.0-no-selinux.patch"
-
-   # hard-disable slip.gtk since it did not get ported to gtk3+ and the 
only user
-   # of slip (firewalld) does not use it (upstream disables it for py3 
already)
-   sed \
-   -e 's|sys.version_info.major == 2|False|' \
-   -e "s:@VERSION@:${PV}:" setup.py.in > setup.py || die "sed 
failed"
-
-   if ! use dbus; then
-   sed -e '/name="slip.dbus"/ s/\(.*\)/if 0:\n\1/' \
-   -i setup.py || die "sed 2 failed"
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2017-08-16 Thread Michał Górny
commit: 76ad0f357c2f2f846a1d985828d9178dde0334ce
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 10:03:01 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 10:21:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ad0f35

profiles/info_vars: Remove USE_PYTHON (python.eclass remnant)

Remove the USE_PYTHON variable that is no longer used by anything from
info_vars. Suggested by Arfrever.

 profiles/info_vars | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/info_vars b/profiles/info_vars
index d4566dbde0a..c9ad674c47a 100644
--- a/profiles/info_vars
+++ b/profiles/info_vars
@@ -31,6 +31,5 @@ PORTDIR
 PORTDIR_OVERLAY
 SYNC
 USE
-USE_PYTHON
 PORTAGE_RSYNC_OPTS
 PORTAGE_RSYNC_EXTRA_OPTS



[gentoo-commits] repo/gentoo:master commit in: profiles/, media-gfx/autotrace/, media-gfx/autotrace/files/

2017-08-16 Thread Michał Górny
commit: af14a9845810137c82742baf89bf3dd4fcbc9540
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 10:11:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 10:21:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af14a984

media-gfx/autotrace: Remove last-rited pkg, #620802

 media-gfx/autotrace/Manifest   |  2 -
 media-gfx/autotrace/autotrace-0.31.1-r7.ebuild | 60 
 media-gfx/autotrace/autotrace-0.31.1-r8.ebuild | 63 -
 .../files/autotrace-0.31.1-CVE-2013-1953.patch | 12 
 .../files/autotrace-0.31.1-CVE-2016-7392.patch | 15 -
 .../files/autotrace-0.31.1-GetOnePixel.patch   | 16 --
 .../autotrace/files/autotrace-0.31.1-bool.patch| 12 
 .../files/autotrace-0.31.1-libpng-1.5.patch| 64 --
 .../files/autotrace-0.31.1-libpng14.patch  | 17 --
 .../autotrace/files/autotrace-0.31.1-m4.patch  |  7 ---
 .../files/autotrace-0.31.1-pkgconfig.patch | 13 -
 .../files/autotrace-0.31.1-swf-output.patch| 30 --
 media-gfx/autotrace/metadata.xml   | 15 -
 profiles/package.mask  |  4 --
 14 files changed, 330 deletions(-)

diff --git a/media-gfx/autotrace/Manifest b/media-gfx/autotrace/Manifest
deleted file mode 100644
index a6c51613f1e..000
--- a/media-gfx/autotrace/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST autotrace_0.31.1-15.diff.gz 343197 SHA256 
d7084e992ef43db3dec5f912ba757c616b4698aeea17b9c167f2686c3f2df9c9 SHA512 
70d3003120e2c0eb82c5f6dc7fd303eec2dcc772b81c22c3624bfa28bb5048016fd923a85f333904af326e201422bde05bed22fe7af5de939542e64b2883a7cb
 WHIRLPOOL 
c0c7f64c14aab41d56f3435c63ff40b1a1df51d69285192f2ef3532b03688aa13f120f1b9778ffa9fa9d2e97ab8bce2a229f49819177985e86ae8177f3225c72
-DIST autotrace_0.31.1.orig.tar.gz 362718 SHA256 
5a1a923c3335dfd7cbcccb2bbd4cc3d68cafe7713686a2f46a1591ed8a92aff6 SHA512 
7d0ec86a41617b3d4336eed72f2974c10f569ff53d450a4c91b4611bb6fdb8c4ff81d04d91e9d20f1b4df592f82c8421e7656af7fa2bdc786ffb4618e9eadd24
 WHIRLPOOL 
2fda99c453bf4a98ba85abf9853a06fdf8f6d49df5804d377ff4bb9131f21a202eb60749f39afa4ca258432c2ddef4d12e6edce14c69f42a25b26c56fb46fc3d

diff --git a/media-gfx/autotrace/autotrace-0.31.1-r7.ebuild 
b/media-gfx/autotrace/autotrace-0.31.1-r7.ebuild
deleted file mode 100644
index bccb26c660a..000
--- a/media-gfx/autotrace/autotrace-0.31.1-r7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-_dpatch=15
-
-DESCRIPTION="A program for converting bitmaps to vector graphics"
-HOMEPAGE="http://packages.qa.debian.org/a/autotrace.html 
http://autotrace.sourceforge.net/";
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.gz
-   mirror://debian/pool/main/a/${PN}/${PN}_${PV}-${_dpatch}.diff.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+imagemagick static-libs"
-
-RDEPEND="media-libs/libexif:=
-   media-libs/libpng:0=
-   >=media-libs/ming-0.4.2:=
-   >=media-gfx/pstoedit-3.50:=
-   imagemagick? ( >=media-gfx/imagemagick-6.6.2.5 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
-   epatch "${WORKDIR}"/${PN}_${PV}-${_dpatch}.diff
-
-   epatch \
-   "${FILESDIR}"/${P}-{m4,libpng14,pkgconfig}.patch \
-   "${FILESDIR}"/${P}-swf-output.patch \
-   "${FILESDIR}"/${P}-GetOnePixel.patch \
-   "${FILESDIR}"/${P}-libpng-1.5.patch
-
-   # Fix building on PowerPC with Altivec
-   epatch "${FILESDIR}"/${P}-bool.patch
-
-   # Addresses bug #466078
-   epatch "${FILESDIR}"/${P}-CVE-2013-1953.patch
-
-   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die 
#468496
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_with imagemagick magick) \
-   --with-ming \
-   --with-pstoedit
-}
-
-src_install() {
-   default
-   prune_libtool_files --all
-}

diff --git a/media-gfx/autotrace/autotrace-0.31.1-r8.ebuild 
b/media-gfx/autotrace/autotrace-0.31.1-r8.ebuild
deleted file mode 100644
index 565f13b5f92..000
--- a/media-gfx/autotrace/autotrace-0.31.1-r8.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-_dpatch=15
-
-DESCRIPTION="A program for converting bitmaps to vector graphics"
-HOMEPAGE="http://packages.qa.debian.org/a/autotrace.html 
http://autotrace.sourceforge.net/";
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.gz
-   mirror://debian/pool/main/a/

[gentoo-commits] repo/gentoo:master commit in: x11-proto/evieext/, profiles/

2017-08-16 Thread Michał Górny
commit: ecd4f9c61ad7158a83168437b95bff5e00c76856
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 10:12:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 10:21:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd4f9c6

x11-proto/evieext: Remove last-rited pkg, #615314

 profiles/package.mask  |  5 -
 x11-proto/evieext/Manifest |  1 -
 x11-proto/evieext/evieext-1.1.1.ebuild | 14 --
 x11-proto/evieext/metadata.xml |  8 
 4 files changed, 28 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 922a2f85dbf..ab6e20ff353 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -221,11 +221,6 @@ dev-lang/spidermonkey:52
 # Keep shotwell development series masked.
 >=media-gfx/shotwell-0.27
 
-# Matt Turner  (16 Jul 2017)
-# Header package for removed x11-libs/libXevie. No dependencies. Removal in a
-# month (#615314)
-x11-proto/evieext
-
 # Pacho Ramos  (14 Jul 2017)
 # Doesn't work with >=openvpn-2.3, bug 470696
 # Fix is work in progress, see above bug. dilfridge@g.o

diff --git a/x11-proto/evieext/Manifest b/x11-proto/evieext/Manifest
deleted file mode 100644
index 972bbe52eb3..000
--- a/x11-proto/evieext/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST evieext-1.1.1.tar.bz2 95093 SHA256 
1cf74114436d99f56577a90b6438a32ba31b8128c9e63842bb179aba592733fe SHA512 
9b7ce0725f1394860d35baeb22feeaa35d21bae0be6d5ebc710dd59b1dce2a8b2e2ad1c153a7f3ecc80278ed903c492caf5396d3599ec9c5f68ebda9d81a6e02
 WHIRLPOOL 
89b15a7dd73db26e80b6ed35ddb94c00ae606ef651fbf432b34fee0d05a5c0c170ce750b751fc168a0c318910d86dc5322a9606e2e8cfee5c7831e2deca8906f

diff --git a/x11-proto/evieext/evieext-1.1.1.ebuild 
b/x11-proto/evieext/evieext-1.1.1.ebuild
deleted file mode 100644
index 55006b975c7..000
--- a/x11-proto/evieext/evieext-1.1.1.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit xorg-2
-
-DESCRIPTION="X.Org EvIE protocol headers"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"

diff --git a/x11-proto/evieext/metadata.xml b/x11-proto/evieext/metadata.xml
deleted file mode 100644
index e943b72b8a4..000
--- a/x11-proto/evieext/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   x...@gentoo.org
-   X11
-
-



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

2017-08-16 Thread Gilles Dartiguelongue
commit: efd075358c713778edb21476072aec2ca1280608
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Aug 16 10:22:15 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Aug 16 10:23:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd07535

gnome-base/gvfs: drop obsolete configure switch, bug #627994

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 gnome-base/gvfs/gvfs-1.32.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.32.1.ebuild 
b/gnome-base/gvfs/gvfs-1.32.1.ebuild
index 73995ec2f04..a105e360978 100644
--- a/gnome-base/gvfs/gvfs-1.32.1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.32.1.ebuild
@@ -102,7 +102,6 @@ src_configure() {
# --disable-obexftp, upstream bug #729945
gnome2_src_configure \
--disable-gdu \
-   --disable-hal \
--enable-documentation \
--enable-gcr \
--with-dbus-service-dir="${EPREFIX}"/usr/share/dbus-1/services \



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

2017-08-16 Thread Slawek Lis
commit: 4178e43ee1d984625f74476a4555772c50d9d029
Author: Slawomir Lis  gentoo  org>
AuthorDate: Wed Aug 16 09:53:18 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Wed Aug 16 10:28:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4178e43e

sci-visualization/visit: added dev-qt/qtx11extras dependency

Fixing bug: 627306

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 sci-visualization/visit/visit-2.12.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/visit/visit-2.12.3.ebuild 
b/sci-visualization/visit/visit-2.12.3.ebuild
index 387525ded2c..ec2e42d3b3f 100644
--- a/sci-visualization/visit/visit-2.12.3.ebuild
+++ b/sci-visualization/visit/visit-2.12.3.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
netcdf? ( sci-libs/netcdf )
silo? ( sci-libs/silo )

=sci-libs/vtk-6.1.0*[imaging,mpi=,python,rendering,qt5,xdmf2?,${PYTHON_USEDEP}]
+   dev-qt/qtx11extras
sys-libs/zlib
x11-libs/qwt:6[qt5]"
 DEPEND="${RDEPEND}



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

2017-08-16 Thread Michael Orlitzky
commit: ca327875ba40a5d741c2dd1cf3e8e4d42d1102d5
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 16 11:31:32 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 16 11:33:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca327875

net-analyzer/nagios-core: new version 4.3.3 using upstream's init script.

This new upstream version includes an OpenRC init script that makes
use of the build system for the nagios user and runtime paths. As a
result, we are able to drop the init/conf files that we've been using
in FILESDIR. The new version also writes its PID file before dropping
privileges, and combined with the new init script, that constitutes
a fix for CVE-2017-12847.

Gentoo-Bug: 621114

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/nagios-core/Manifest| 2 +-
 .../{nagios-core-4.3.2.ebuild => nagios-core-4.3.3.ebuild}   | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 5e689a5128c..f1029f0cbd7 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,4 +1,4 @@
 DIST nagios-3.5.1.tar.gz 1763584 SHA256 
ca9dd68234fa090b3c35ecc8767b2c9eb743977eaf32612fa9b8341cc00a0f99 SHA512 
48e2ecb91002b08203937b12a438c87c62cd3c5c401a0ed9e861cd6d79074c7017ed373e9379f013d87dea1fd7cb8e3d85112d55c87ac91aed96b256868c112d
 WHIRLPOOL 
2c02584702c64dbb0e353e34b758fab079eee0dc7a401e7b5947a21733758d3596401e5519e2dd7f05c89ee4835c21965d2718157fd9d6d3d20af9c853d688ca
 DIST nagios-4.3.1.tar.gz 11095797 SHA256 
dfc2f5f146eb508b2a28d28af7c338ef9eb604327efdc50142642026f7e79f82 SHA512 
d5f1919e2b32b0b2f4c5766367f0992fcf9b1f6766f4d3386e15e318cc1f57cdae6bc07f09464fd8212bef1713948fcb25d233eab588438036f996b6c479c97e
 WHIRLPOOL 
72032e93802fd28db71bb5a10bba703a9508c587de69ff24ce302ad4fbbd93996b4800ceb7dd4f5648e2717377409cd7a66591f177e775da1c69444d528be1a2
-DIST nagios-4.3.2.tar.gz 11096863 SHA256 
687814b40b03b40361377aeace057dddb23459ffb8c00434bc1a95b21ccdf796 SHA512 
679e76f7a232b9b0dbbc2697f51b58d09ae3d3833e0e6922bb39d90768c81f2eb09b9ab36b7fdaeca893cebd93fc1edc1232f245498d4420980ba4659df60a31
 WHIRLPOOL 
27c1d479c6b8293e1a614721e891d7358f154d15f18c70ce9591ce1e16f459812fd37df65caf96d99aeaa19bb08cafe5b753f4754ec790795041030d3ff1e4d6
+DIST nagios-4.3.3.tar.gz 11101531 SHA256 
1fc4c72f76c720884dd3b538dc423b44f3bdde24e014f4212e58046a1fc114b6 SHA512 
588292a95342cb2d95d7b58f70442b82b99a23dd9fdc1390e9ae0743626a047e5127d77b1d7e6a1d8edd6f34a425e581bcd42459b673a0ddea14125bde4b7d9e
 WHIRLPOOL 
1452256a79190eae90076a9b50fdac3876557a6382d15d38a0c7930ec6d286c58e44220fee3243c9bcb1ae0ef337ddadd19e3552f02049959e69eaffd9fcd4a8
 DIST nagios-core-gentoo-icons-20141125.tar 40960 SHA256 
68b715f636eb291343cab3259862bbed8b6b898520b58df522438524de3d8761 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766
 WHIRLPOOL 
7ec3a944b2a659b456d3168818ca5b1af3a427436e6af2f3e5d6cba6fc7b1c7bad6f552301f064df31988865b3b32fd117d9e6f61c630d6d817a51cbbbcb331d

diff --git a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.3.3.ebuild
similarity index 98%
rename from net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
rename to net-analyzer/nagios-core/nagios-core-4.3.3.ebuild
index efcd6c2484c..650b8786d5d 100644
--- a/net-analyzer/nagios-core/nagios-core-4.3.2.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.3.3.ebuild
@@ -114,7 +114,7 @@ src_compile() {
 }
 
 src_install() {
-   dodoc Changelog INSTALLING LEGAL README.asciidoc UPGRADING
+   dodoc Changelog CONTRIBUTING.md README.asciidoc THANKS UPGRADING
 
emake DESTDIR="${D}" install-base
emake DESTDIR="${D}" install-basic
@@ -141,8 +141,7 @@ src_install() {
insopts --mode=0644 # Back to the default...
fi
 
-   newinitd "${FILESDIR}"/nagios4-r1 nagios
-   newconfd "${FILESDIR}"/conf.d nagios
+   newinitd openrc-init nagios
 
if use web ; then
if use apache2 ; then



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

2017-08-16 Thread Michael Orlitzky
commit: d90d27f6170c886b66a8f6ce89e0c9aea9da7c71
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 16 11:56:08 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 16 11:56:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90d27f6

net-analyzer/nagios: new metapackage version to match the -core bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-analyzer/nagios/{nagios-4.3.2.ebuild => nagios-4.3.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.3.2.ebuild 
b/net-analyzer/nagios/nagios-4.3.3.ebuild
similarity index 100%
rename from net-analyzer/nagios/nagios-4.3.2.ebuild
rename to net-analyzer/nagios/nagios-4.3.3.ebuild



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

2017-08-16 Thread Michał Górny
commit: b376b2b620be7611b50e9e8f9801fde8fcf454d0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 11:11:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 12:40:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b376b2b6

dev-python/cryptography: Bump to 2.0.3

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

diff --git a/dev-python/cryptography/Manifest b/dev-python/cryptography/Manifest
index 088d0ff31e1..a35e54d7cc3 100644
--- a/dev-python/cryptography/Manifest
+++ b/dev-python/cryptography/Manifest
@@ -3,3 +3,4 @@ DIST cryptography-1.7.2.tar.gz 420867 SHA256 
878cb68b3da3d493ffd68f36db11c29deee
 DIST cryptography-1.8.1.tar.gz 423560 SHA256 
323524312bb467565ebca7e50c8ae5e9674e544951d28a2904a50012a8828190 SHA512 
273c8ca4ad6c9d1151a8a731d148d02e619e14e37df25dc26030b0a90f895b88fbf4d3e320aec5ea7af4a8fcc58f720c61f48968f912c69156d4e0e794743345
 WHIRLPOOL 
ff760c9dc7dfbba355afde726a9154bcf45102e135b95b431aab5ac34c8003edccafa646b51ca02296aa55f244b0ff752d8d1b775cb76a1c9f15d347d505e8ce
 DIST cryptography-1.9.tar.gz 409664 SHA256 
5518337022718029e367d982642f3e3523541e098ad671672a90b82474c84882 SHA512 
815e9c09366935f8603a3e6e74c28ce79175596d00dbcd19d3792505237bd1cf953a4f401c2b97e4beaa7f2bbdcf9d7f95c4753d001a07fa816830af97cdd24e
 WHIRLPOOL 
b79a10de82b2cf98b27535f0b018f651038ed235f5e63eed48da52a87efaf672057e147b9c1b23701da0505d52cc85558ad3b6e692670a9f9e63061b381500d8
 DIST cryptography-2.0.2.tar.gz 427303 SHA256 
3780b2663ee7ebb37cb83263326e3cd7f8b2ea439c448539d4b87de12c8d06ab SHA512 
a71219ff52006a7c8bf1553d0f132c747566c630281ef89aac40c65b193b1f0074fc9cda1de7057c76b452113dfb6188c83baef3ed9c05ff18adbc8b7bba646b
 WHIRLPOOL 
2c3b3da3d2d578c0ba29230c0955fd48688fd5039f08eacefc4017c5cd357d1096cdc79a271ff4e7319c1bb344edee12f8c184c33f12569226612a4dccfb6d11
+DIST cryptography-2.0.3.tar.gz 427544 SHA256 
d04bb2425086c3fe86f7bc48915290b13e798497839fbb18ab7f6dffcf98cc3a SHA512 
fa569c4f5a994e2bd90810649fdf48115bfd5ff46790c849991e8f7a7c8b5435402f92453e4365426ee645623b3bb509c9bb781657c4b4e81e3a36b58ba5461c
 WHIRLPOOL 
4bbbfb4c57a5c4de7c84654d6474bd9b7b0d1eb9ed1f63d91a360b2987187f7bb1910ff4ca540b37fd3e98a00b37d5963a92b2d6ae0acfaab1636f512e887ca3

diff --git a/dev-python/cryptography/cryptography-2.0.3.ebuild 
b/dev-python/cryptography/cryptography-2.0.3.ebuild
new file mode 100644
index 000..963e8c1c16d
--- /dev/null
+++ b/dev-python/cryptography/cryptography-2.0.3.ebuild
@@ -0,0 +1,47 @@
+# 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{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Library providing cryptographic recipes and primitives"
+HOMEPAGE="https://github.com/pyca/cryptography/ 
https://pypi.python.org/pypi/cryptography/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="libressl test"
+
+RDEPEND="
+   !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] )
+   libressl? ( dev-libs/libressl )
+   $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 
'python*')
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 
pypy{,3})
+   >=dev-python/idna-2.1[${PYTHON_USEDEP}]
+   >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+   virtual/python-ipaddress[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+   test? (
+   ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.9.0[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   )"
+
+DOCS=( AUTHORS.rst CONTRIBUTING.rst README.rst )
+
+python_test() {
+   py.test -v -v -x || die "Tests fail with ${EPYTHON}"
+}



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

2017-08-16 Thread Michał Górny
commit: adbacbf744ea98d673b248f2d633f0bf09ec7fe1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 10:25:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 12:40:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbacbf7

dev-python/cryptography-vectors: Bump to 2.0.3

 dev-python/cryptography-vectors/Manifest   |  1 +
 .../cryptography-vectors-2.0.3.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/cryptography-vectors/Manifest 
b/dev-python/cryptography-vectors/Manifest
index bd2367fa91f..8818f9ace21 100644
--- a/dev-python/cryptography-vectors/Manifest
+++ b/dev-python/cryptography-vectors/Manifest
@@ -3,3 +3,4 @@ DIST cryptography_vectors-1.7.2.tar.gz 26652633 SHA256 
4be4eee8a11deee5c2f00e389
 DIST cryptography_vectors-1.8.1.tar.gz 26653746 SHA256 
2fd61facea08800ca98ac923f6d02f48a7ae6648025b29cdeb51987c1532add6 SHA512 
78cf2a50ebbf0b11c57a53ac683a7ee39f157c7ad04d6374cfe5448bc474964ef61f74d0edd63b5a6b871b4efacc0b3fb9ea8d6025a99567ad2e6a5ec744255d
 WHIRLPOOL 
e982e3ed38e2b2c6ba5de4f65d86e13360b6418cdfc2b6191d3b4ef63ed740f3a59de8386f45b21149f11801bccf85e500462c1138af06db2754ef29d11a5c6d
 DIST cryptography_vectors-1.9.tar.gz 26653563 SHA256 
bbf767727ad1b9d4cb684fb2b36db4cc78bd420fa6999e7e6ca1aab8c30d78f3 SHA512 
3c37dc39496b66539f54bf377b4653b59abaa81fc9fbd68e2d337acbfe9c7fd80801b37c2f7698356b22fb9bcd9f8a41ff95ee405b208c267c0fcba56ead
 WHIRLPOOL 
801a6e58cf48b68422905de1a2ccc4ce5955799df505cfcb2a0870a7826acaa29d5f1de0c0752c8b326ea5d3c0530cee660ba030255da47650862eb3425f64da
 DIST cryptography_vectors-2.0.2.tar.gz 27011827 SHA256 
512f1e699dfbb41376e938e6dc6d7f1f40b9578f873438f002e2e5212e13717b SHA512 
ab14bdf664e6df08c8436eb24c4465d3080aacd4e6cb47a0113b0877f869cd91d4184ad9122a428b323e91316b686eeb167c4e932773cac1e7b2adbc9309ca36
 WHIRLPOOL 
9c699e29a636ac56afcd12d938a316d4c89ebf55330fb747d61cf24d77273694e91bc5cc212e80c13497b72d24668ef738ecbb47eaefaf7891c046d20d729064
+DIST cryptography_vectors-2.0.3.tar.gz 27011810 SHA256 
beb831aa73663a224f4d7520483ed02da544533bb03b26ec07a5f9a0dd0941e1 SHA512 
a944ca7781d47e6e81d69c32a717a19c2f461412e38f4d2b93cb02309bacdf01d766f7227a20b520faae2db20cf3dca194ed3c34363dcc70866d9ef6200f65cc
 WHIRLPOOL 
c2f35a4421fab2744daa3be10a2eedb461bd8db148b088df94fa3a473bcb4df46312a3e88dadac9df7ae1276e1fe16c38788b946cae2789c093b04ef1aea00ff

diff --git a/dev-python/cryptography-vectors/cryptography-vectors-2.0.3.ebuild 
b/dev-python/cryptography-vectors/cryptography-vectors-2.0.3.ebuild
new file mode 100644
index 000..711276fa774
--- /dev/null
+++ b/dev-python/cryptography-vectors/cryptography-vectors-2.0.3.ebuild
@@ -0,0 +1,25 @@
+# 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
+
+MY_PN=${PN/-/_}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Test vectors for the cryptography package"
+HOMEPAGE="https://pypi.python.org/pypi/cryptography-vectors/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 BSD )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S=${WORKDIR}/${MY_P}



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

2017-08-16 Thread Jory Pratt
commit: c04e72c5ae73207aaea65a348b45aaf37d2bb9bc
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Aug 16 13:08:19 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Aug 16 13:08:19 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=c04e72c5

www-client/firefox - Version bump, bug #617690

 www-client/firefox/Manifest  | 2 +-
 www-client/firefox/firefox-55.0.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 46c1760..a00c502 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -91,7 +91,7 @@ DIST firefox-52.3.0esr-xh.xpi 441173 SHA256 
f47466dc94ebcd3e60b01aaf8cfae1db7acd
 DIST firefox-52.3.0esr-zh-CN.xpi 461695 SHA256 
161a266089d3ad502d4808e678996114dc0967769eac14d8c06334480f344f48 SHA512 
8ced19f3e1cf03affc7b3d9176dd189d6abdd2486c351f6fc53b246d2c26f46d1b2bb4397df06e177fe796da3ba791a61d12204bbc5232e13a7d4fc02f0322be
 WHIRLPOOL 
24b04c322c52b41ca924e2702b62f1e906de4973c77b60951e59991da44942f5dc7ecff062cb1626bfb61a1a27cc70b8b005c19783281aefa231b7a98b45110e
 DIST firefox-52.3.0esr-zh-TW.xpi 472534 SHA256 
664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a SHA512 
4e2031b3f4bf16beb1255bc23f7e720f94f07d53b25776a347fa6c7d0910097e288a892db4201daad31ed88819e4c6c584c48dbf1213a2baeceeecc6ca98ccab
 WHIRLPOOL 
39fbbfdfea06f42bc00af2a2ff8c13820cc8c8bf9024e6b84c2916a1c0844d930e299849bc9c4bcbf8d5baf4c9e744dda677d9d73273a70cf70a26ad9e78cf18
 DIST firefox-52.3.0esr.source.tar.xz 210881900 SHA256 
c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b SHA512 
36da8f14b50334e36fca06e09f15583101cadd10e510268255587ea9b09b1fea918da034d6f1d439ab8c34612f6cebc409a0b8d812dddb3f997afebe64d09fe9
 WHIRLPOOL 
ed28255f337daa0d44191e929b22f9ccb3c3081a9677f2a0503a8c42f9bb2b7a48810f1775363238f1dfad328eca177b76812f33d80a5dfd374b988ad8cffb94
-DIST firefox-55.0-patches-07.tar.xz 12404 SHA256 
7336ce286688474931b9fbd108cc71f84b255c95aa238c66ba844abf16106d9f SHA512 
adf006ac5611594ebac6463474dbc7bc8696223e82d454b580e437f4103060ccdd8645d5eb160b8c94ecfde46782faade758ae93a61188ab986fbaa93bcc402d
 WHIRLPOOL 
897f3f51f60d9ce22ddd87a08e8ee901e36bd99a497110c4abe222ab41ca279327fbe1320b3bca515e420ed3cd104e96be5dbfd19ee27b73ec4e08bb567cd4aa
+DIST firefox-55.0-patches-08.tar.xz 12992 SHA256 
6e92a1e24dc5ebdb64bd4a088bdc7b67881d637035271acf7f6c0269e0c2c787 SHA512 
b7cccf6d0e175357c53c5cc6279b301c9e6ae5b0512652575d3de6e7198102d23d37cb03cfdcf81ee26a7b4fbdbb12a4bee3574812c3a74ad32220be4a9b
 WHIRLPOOL 
72809dd0056bb9cae8346b39be639c3428a7ad6f07ccebd2bb3305650c1d0a555c5ccef38b084b1c919b50a5c9b7fca4f11b4356a0c6a502291c2f7fc25fe10a
 DIST firefox-55.0.1-ach.xpi 447504 SHA256 
dd7814ceae9dfc8bb5f2f753caa4e1fe1710fd7acbfa561fda51a923c42a9c93 SHA512 
2231960fa1408f3fb06c4731d43197c05916d4c5a830f5a4706748780c601f0888cf1b728d391d1907f350af548b74624fd4229358c66b7af6d87fbed3963164
 WHIRLPOOL 
47c8fa8b1a5263b6ed562d732b853d258834de956af58418a98fd04c5a44b194669f0efa0a67ea650a7003273b4933075a3f7a8bc60b4f554582de262e2e0237
 DIST firefox-55.0.1-af.xpi 448924 SHA256 
45aec05be03e03c73e2d0179de621149dea373eb4622d956a2c54f1fc6b60a4a SHA512 
e7d129502a70d05ac863b93565088f1e9a02d94087eb85519850147c3349575f55eec5409ded5d2e6dda7ef06667402fdbef1a7e0942463ea4cd2794412ca268
 WHIRLPOOL 
33ae14217c135886fe8b9f7dcc95230c3212779a96da062c6a790e014cb3e00d2b55ddc10be28a5c97f2365bd1b7f8f9d76683ed88207ed362f172fe61cd5343
 DIST firefox-55.0.1-an.xpi 468638 SHA256 
1c67b5ae972779f2208654272eca345a549c1e6aa5c59b15fd6e4c04785c3857 SHA512 
9777208eae9c4b568c23166227279ac8ca484a7752b764fd4b8e595c130b3bdf27c6e0884acb640600f632f13646f97cfc8ecae2ae031162b4ae59cc8099866a
 WHIRLPOOL 
505c01d27a81a7601e653837ba7374714b02648fbdb63b1b536ec1e5bfae33db708d9d36d440ba7102270f62ebb41a5dc6b5952b0507fcf451317d544336bb5a

diff --git a/www-client/firefox/firefox-55.0.1.ebuild 
b/www-client/firefox/firefox-55.0.1.ebuild
index 60e5112..18c7cca 100644
--- a/www-client/firefox/firefox-55.0.1.ebuild
+++ b/www-client/firefox/firefox-55.0.1.ebuild
@@ -24,7 +24,7 @@ if [[ ${MOZ_ESR} == 1 ]]; then
 fi
 
 # Patch version
-PATCH="${PN}-55.0-patches-07"
+PATCH="${PN}-55.0-patches-08"
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
 
 MOZCONFIG_OPTIONAL_WIFI=1



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

2017-08-16 Thread Jory Pratt
commit: 1ba0f7d41a404498a82a7f68d143446e829eae49
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Aug 16 13:12:48 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Aug 16 13:12:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba0f7d4

www-client/firefox: Version bump, bug #617690

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 www-client/firefox/Manifest| 186 ++---
 .../{firefox-55.0.ebuild => firefox-55.0.1.ebuild} |   2 +-
 2 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 531b7cf3587..cde3baa8dcc 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -184,96 +184,96 @@ DIST firefox-52.3.0esr-xh.xpi 441173 SHA256 
f47466dc94ebcd3e60b01aaf8cfae1db7acd
 DIST firefox-52.3.0esr-zh-CN.xpi 461695 SHA256 
161a266089d3ad502d4808e678996114dc0967769eac14d8c06334480f344f48 SHA512 
8ced19f3e1cf03affc7b3d9176dd189d6abdd2486c351f6fc53b246d2c26f46d1b2bb4397df06e177fe796da3ba791a61d12204bbc5232e13a7d4fc02f0322be
 WHIRLPOOL 
24b04c322c52b41ca924e2702b62f1e906de4973c77b60951e59991da44942f5dc7ecff062cb1626bfb61a1a27cc70b8b005c19783281aefa231b7a98b45110e
 DIST firefox-52.3.0esr-zh-TW.xpi 472534 SHA256 
664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a SHA512 
4e2031b3f4bf16beb1255bc23f7e720f94f07d53b25776a347fa6c7d0910097e288a892db4201daad31ed88819e4c6c584c48dbf1213a2baeceeecc6ca98ccab
 WHIRLPOOL 
39fbbfdfea06f42bc00af2a2ff8c13820cc8c8bf9024e6b84c2916a1c0844d930e299849bc9c4bcbf8d5baf4c9e744dda677d9d73273a70cf70a26ad9e78cf18
 DIST firefox-52.3.0esr.source.tar.xz 210881900 SHA256 
c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b SHA512 
36da8f14b50334e36fca06e09f15583101cadd10e510268255587ea9b09b1fea918da034d6f1d439ab8c34612f6cebc409a0b8d812dddb3f997afebe64d09fe9
 WHIRLPOOL 
ed28255f337daa0d44191e929b22f9ccb3c3081a9677f2a0503a8c42f9bb2b7a48810f1775363238f1dfad328eca177b76812f33d80a5dfd374b988ad8cffb94
-DIST firefox-55.0-ach.xpi 447503 SHA256 
7effd111a095cddfa54f351259213bf344a63a594ecee1619c5ea181dae1b26f SHA512 
6bad5077865869770ca0e1f8e1c0e556f391930fae5bab983719e22e3d9326ef61b13772644529d569eb7d3b62d06ad472983e77fddbd41a86f6cc755211a0de
 WHIRLPOOL 
90a8eca6a7bd0d7b7da4b47b76138e0a0f67b1c5046284de2c6e84ad1d157cea430b07d52ac5d29a8fffc2a150d82d19898cace9d948b3bd1f9e740618a0e365
-DIST firefox-55.0-af.xpi 448923 SHA256 
b17db928990810aac31c86d01d92e73f0e4a0bfcdb98d7ec3d9ab1dcaadb0e30 SHA512 
3d9ec46d061b8ae3825d4d6cf14bfc4b55adf2585d9ba8ae96eff3ccf2b65fb667a40e53fe1d63c989b6dc1a6e2e581d33341cd4c60b0acb92e268bc634d050e
 WHIRLPOOL 
d2aad01d359e7e814552f7d183080248126a4666e4d2a64ff5a14dda262382ff57601efb20a35a730402c5b842921bad6216950bee69737cb5535f5124557482
-DIST firefox-55.0-an.xpi 468637 SHA256 
e15aa4930d21d29b7f409beb1fdcf18603eee54670672f856eb0019304442b34 SHA512 
c9d523ecdf962054a87d0e8e6e13025a79dea46cd9b8069ecad3e99e6638e495876b4c5d6ad39332849f12637bb48f5c28baffafee6b20ba46a8daf5f775f137
 WHIRLPOOL 
9112ae8b73aa6e3caf992b3859e3e223d52221929a3963e7693c6a28c4fe5ada8e36a94d7a708228b358fc42da1bba226acd8a9c6482aeed43e372a9f714e8d9
-DIST firefox-55.0-ar.xpi 492759 SHA256 
6f574ebea13627ade9f0732f5ef8857cf24c9986b41f83d4162f5b4dd934f65b SHA512 
bc5db0c0ae5f934023c9ec2cd720c89d8c8daf9455b226091f8b3e6d22e9832d56b3242a3178792da6b33becb76b767a2df4bbb8180898fce32199e85840d113
 WHIRLPOOL 
03aeb592cbf6c2d8b5797acd3f42911b3254fe65dfc46d3a36e44ae5af87f34e6fae5eb833b6f3cd647169cfb5f1a6a93ac51224f3a314ad51e08239ee434871
-DIST firefox-55.0-as.xpi 501506 SHA256 
eda8c3227dcc8ff518a85184a9d9bd121b54a9d9bef7936650a59ff405bee942 SHA512 
8ec58d1674bd6079f03dfcdbd96394b648c8afa4aeaf6ccac6632b851d96e0a99b946085eb35d03267b3ea487f2e406dc6869cf3e7417e2c1db500c7a101104e
 WHIRLPOOL 
45c12d7123099171150be314ab5caf076922a64697bff8d2cb8088c68be6c748ebc128e92e406d040662c76776924eaa492aafb439e770b981afdcdf7e0eb271
-DIST firefox-55.0-ast.xpi 460839 SHA256 
4003edf17a241136abcc2722131b4d0c9f0ad5f9d3cad30f0903786c11dbe527 SHA512 
b6224223697ed55840a9edc5e1040e16801d418a83c98dfb3353c90cbd10479f1f33fa37a7fe6beb92a37c222c2d26e1fe44149d268ea287085415143c350968
 WHIRLPOOL 
09a6e4a0e27232ad7711053a6896e5d890b6023d71361511aa68cd897aa51ba44077abc6198bc15e6a06223c4b10f309b1d8da4fd6ff6ebafb1b54ebb7e97ef4
-DIST firefox-55.0-az.xpi 475367 SHA256 
227f74edc75a27483eacac85f775a7aed4d551f2da8b80ec8f6df102855d0e0d SHA512 
afe8fa9856cd8a85422b86f7b69cb4e5c8370e1702d2d70ed44f1780ecbce58bc89850dac2506f32c5b2bce1ac0b65317bc8870ee8810391b8af479f8159188a
 WHIRLPOOL 
3f028f4702199c2e121dc17381a2d872b85b42be3dcc9772fda1f57833ae35072cafb9d8241549797e57d332496f211da1a3395ac53218cff6192149b6c1a45e
-DIST firefox-55.0-bg.xpi 520010 SHA256 
85a0566d0df2b8501f76c7680c47aed147d07f74bad80a4734a3e5a0f1c5d93a SHA512 
875a8474814e314880175c8165a53cc560214fb03185e1dc28d6cf78b4bc6b966efd054be45b5aa74bd28258cba8019ad1e2cc060474927fa4024421c946a39f
 WHIRLPOOL 
bf19f78c82c

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

2017-08-16 Thread Akinori Hattori
commit: df6348cc5aee1d807fd94798503a7a0bd005cf3b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 13:49:33 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 13:49:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6348cc

app-i18n/ibus-table: new upstream release

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table/Manifest |  1 +
 app-i18n/ibus-table/ibus-table-1.9.18.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index 67c6fd59497..260bf26fc91 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-1.5.0.tar.gz 432844 SHA256 
6ba89c70c50773d43927769a2c608f71b282afbf3538188f65b9c89ebdc1a184 SHA512 
2c52da1b4d6ae8aec29e97a8a413b388912cfcfd15860ba0e65c97b139b14f8a7d4087eb196d516abe731df03a2e4904666194414242da8cf1f3f0b54696248e
 WHIRLPOOL 
cec2ad28dd8fa936738e7e2ae1ffa3c0e96a6d5c6cf88c74a98ed0900c31464ba405c6e4449977936733dc28f3c7768f22bb216fca2a583f1679a7bcb596c39d
+DIST ibus-table-1.9.18.tar.gz 585309 SHA256 
d0ef094c84c47c5ae490fc0c30a6afea0e0337559f5b7042d6b07e92dd86de37 SHA512 
3f28269be1987023402eb6075b8e68b3bbba3c572a94551d072281677fde5fa14f8f4186455f8f9156b252934580c7a3837555d0edb46c76f13c8b109e26aca2
 WHIRLPOOL 
1d960d5a73266fb86f3f76bfa1789609d38f8a356bd2405b043f6c1123a84069bc2cfc34cb7c3e90d463b34ba987bedab5b14307380f4381a29fe2f712806977

diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild 
b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
new file mode 100644
index 000..910a6cef56b
--- /dev/null
+++ b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit python-single-r1
+
+DESCRIPTION="Tables engines for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki";
+SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   virtual/libiconv
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   python_fix_shebang .
+
+   sed -i \
+   "s/python/${EPYTHON}/" \
+   engine/ibus-table-createdb.in \
+   engine/ibus-engine-table.in
+
+   default
+}
+
+src_configure() {
+   econf $(use_enable nls)
+}



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

2017-08-16 Thread Akinori Hattori
commit: 64bcc4df0c3267587ede4a7beed8ed64721250f9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 13:48:18 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 13:48:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bcc4df

app-i18n/ibus-table: update SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild | 2 +-
 app-i18n/ibus-table/metadata.xml   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild 
b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
index 6d8c14c9848..801350e75aa 100644
--- a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit python-single-r1
 
 DESCRIPTION="Tables engines for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz";
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"

diff --git a/app-i18n/ibus-table/metadata.xml b/app-i18n/ibus-table/metadata.xml
index a1a3f62c546..577d254feeb 100644
--- a/app-i18n/ibus-table/metadata.xml
+++ b/app-i18n/ibus-table/metadata.xml
@@ -9,7 +9,6 @@
 A framework for table based input methods using IBus.
   
   
-ibus
-ibus/ibus
+kaio/ibus-table
   
 



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

2017-08-16 Thread Akinori Hattori
commit: 5d5063a2289c2306fc299dd7bed309d9e1cb6dab
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 13:46:28 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 13:46:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5063a2

app-i18n/ibus-table: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild | 35 +-
 app-i18n/ibus-table/metadata.xml   | 20 ---
 2 files changed, 29 insertions(+), 26 deletions(-)

diff --git a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild 
b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
index 117770e0b80..6d8c14c9848 100644
--- a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-inherit eutils python-single-r1
+PYTHON_REQ_USE="sqlite(+)"
 
-DESCRIPTION="The Table Engine for IBus Framework"
+inherit python-single-r1
+
+DESCRIPTION="Tables engines for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
 SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
 
@@ -14,28 +15,28 @@ LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="nls"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-   >=app-i18n/ibus-1.2[python,${PYTHON_USEDEP}]
+   app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   virtual/libiconv
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
-   nls? ( >=sys-devel/gettext-0.16.1 )
-   virtual/pkgconfig"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
 
 src_prepare() {
python_fix_shebang .
 
-   sed -i -e "s/python/${EPYTHON}/" \
-   engine/ibus-table-createdb.in engine/ibus-engine-table.in || die
+   sed -i \
+   "s/python/${EPYTHON}/" \
+   engine/ibus-table-createdb.in \
+   engine/ibus-engine-table.in
+
+   default
 }
 
 src_configure() {
econf $(use_enable nls)
 }
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/app-i18n/ibus-table/metadata.xml b/app-i18n/ibus-table/metadata.xml
index 8984a413a90..a1a3f62c546 100644
--- a/app-i18n/ibus-table/metadata.xml
+++ b/app-i18n/ibus-table/metadata.xml
@@ -1,13 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   c...@gentoo.org
-   Cjk
-   
-   The package contains general Table engine 
for IBus platform.
-   
-   ibus
-   ibus/ibus
-   
+  
+c...@gentoo.org
+Cjk
+  
+  
+A framework for table based input methods using IBus.
+  
+  
+ibus
+ibus/ibus
+  
 



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

2017-08-16 Thread Michael Orlitzky
commit: a244d75fc8320b34929a09fd93140a8b00aa95ee
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Aug 16 13:48:48 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Aug 16 13:52:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a244d75f

dev-db/pgagent: new patch to fix building against postgres-10.x.

The pgAgent build system didn't support a two-digit version of
postgres, so pgagent failed to build against (for example)
dev-db/postgresql-10_beta3. This has been fixed upstream but not yet
released, so this commit cherry-picks that upstream commit as a patch
and adds it (in-place) to the latest pgagent-3.4.0-r2.ebuild.

Gentoo-Bug: 625878

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/pgagent/files/postgres-10-build-fix.patch | 52 
 dev-db/pgagent/pgagent-3.4.0-r2.ebuild   |  2 +
 2 files changed, 54 insertions(+)

diff --git a/dev-db/pgagent/files/postgres-10-build-fix.patch 
b/dev-db/pgagent/files/postgres-10-build-fix.patch
new file mode 100644
index 000..e2ecb0aa60b
--- /dev/null
+++ b/dev-db/pgagent/files/postgres-10-build-fix.patch
@@ -0,0 +1,52 @@
+From a7b82fb3d3bd3de3ce624d9e4b0da53cb9835c2d Mon Sep 17 00:00:00 2001
+From: Ashesh Vashi 
+Date: Mon, 31 Jul 2017 14:57:55 +0530
+Subject: [PATCH] Added support two digits version for PostgreSQL/EDB Postgres
+ Advanced Server >= 10
+
+---
+ CMakeLists.txt | 6 +-
+ cmake/FindPG.cmake | 6 +++---
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8214650..29755b4 100755
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -176,7 +176,11 @@ MESSAGE(STATUS "  Description : 
${CPACK_PACKAGE_DESCRIPTION_SUMM
+ MESSAGE(STATUS "  Version : ${VERSION}")
+ MESSAGE(STATUS " ")
+ MESSAGE(STATUS "  PostgreSQL version string   : ${PG_VERSION_STRING}")
+-MESSAGE(STATUS "  PostgreSQL version parts: 
${PG_MAJOR_VERSION}.${PG_MINOR_VERSION}.${PG_PATCH_VERSION}")
++IF(${PG_MAJOR_VERSION} GREATER 9)
++  MESSAGE(STATUS "  PostgreSQL version parts: ${PG_MAJOR_VERSION}")
++ELSE()
++  MESSAGE(STATUS "  PostgreSQL version parts: 
${PG_MAJOR_VERSION}.${PG_MINOR_VERSION}")
++ENDIF(${PG_MAJOR_VERSION} GREATER 10)
+ MESSAGE(STATUS "  PostgreSQL path : ${PG_ROOT_DIR}")
+ MESSAGE(STATUS "  PostgreSQL config binary: ${PG_CONFIG_PATH}")
+ MESSAGE(STATUS "  PostgreSQL include path : ${PG_INCLUDE_DIRS}")
+diff --git a/cmake/FindPG.cmake b/cmake/FindPG.cmake
+index 349086c..9768771 100644
+--- a/cmake/FindPG.cmake
 b/cmake/FindPG.cmake
+@@ -28,7 +28,6 @@
+ # PG_VERSION_STRING - The PostgreSQL version number.
+ # PG_MAJOR_VERSION - The PostgreSQL major version (x in x.y.z).
+ # PG_MINOR_VERSION - The PostgreSQL minor version (y in x.y.z).
+-# PG_PATCH_VERSION - The PostgreSQL patch version (z in x.y.z).
+ # PG_EXTENSION - Set to TRUE if PostgreSQL supports extensions.
+ 
+ IF(NOT PG_STATIC OR PG_STATIC STREQUAL "")
+@@ -70,8 +69,9 @@ IF(NOT _retval)
+ # Split the version into its component parts.
+ STRING(REGEX MATCHALL "[0-9]+" PG_VERSION_PARTS "${PG_VERSION_STRING}")
+ LIST(GET PG_VERSION_PARTS 0 PG_MAJOR_VERSION)
+-LIST(GET PG_VERSION_PARTS 1 PG_MINOR_VERSION)
+-LIST(GET PG_VERSION_PARTS 2 PG_PATCH_VERSION)
++IF((PG_MAJOR_VERSION LESS 10))
++LIST(GET PG_VERSION_PARTS 1 PG_MINOR_VERSION)
++ENDIF((PG_MAJOR_VERSION LESS 10))
+ 
+ # Are extensions supported?
+ IF((PG_MAJOR_VERSION GREATER 9) OR ((PG_MAJOR_VERSION EQUAL 9) AND 
(PG_MINOR_VERSION GREATER 0)))

diff --git a/dev-db/pgagent/pgagent-3.4.0-r2.ebuild 
b/dev-db/pgagent/pgagent-3.4.0-r2.ebuild
index 9f44b6fff0f..e71c4b87d44 100644
--- a/dev-db/pgagent/pgagent-3.4.0-r2.ebuild
+++ b/dev-db/pgagent/pgagent-3.4.0-r2.ebuild
@@ -24,6 +24,8 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PN}-${PV}-Source"
 
+PATCHES=( "${FILESDIR}/postgres-10-build-fix.patch" )
+
 src_prepare() {
default
sed -e "s:share):share/${P}):" \



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

2017-08-16 Thread Akinori Hattori
commit: a5f4bc1f480b1d3bbcc10bbc88d214e3646d8cbf
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 13:59:01 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 13:59:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f4bc1f

app-i18n/ibus-table: tidy

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild | 4 ++--
 app-i18n/ibus-table/ibus-table-1.9.18.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild 
b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
index 801350e75aa..313b0d5d471 100644
--- a/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.5.0-r1.ebuild
@@ -31,8 +31,8 @@ src_prepare() {
 
sed -i \
"s/python/${EPYTHON}/" \
-   engine/ibus-table-createdb.in \
-   engine/ibus-engine-table.in
+   engine/${PN}-createdb.in \
+   engine/${PN/-/-engine-}.in
 
default
 }

diff --git a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild 
b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
index 910a6cef56b..114b81267db 100644
--- a/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
+++ b/app-i18n/ibus-table/ibus-table-1.9.18.ebuild
@@ -31,8 +31,8 @@ src_prepare() {
 
sed -i \
"s/python/${EPYTHON}/" \
-   engine/ibus-table-createdb.in \
-   engine/ibus-engine-table.in
+   engine/${PN}-createdb.in \
+   engine/${PN/-/-engine-}.in
 
default
 }



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

2017-08-16 Thread Lars Wendler
commit: 60e574d48eb6fe444bc685e265182b92b6689a26
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Aug 16 14:01:06 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Aug 16 14:01:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e574d4

mail-client/claws-mail: Call xdg_desktop_database_update (bug #628002).

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 .../{claws-mail-3.15.0-r1.ebuild => claws-mail-3.15.0-r2.ebuild}  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild 
b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
similarity index 97%
rename from mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild
rename to mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
index c92913afd86..6a0a35b07a3 100644
--- a/mail-client/claws-mail/claws-mail-3.15.0-r1.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.15.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
-inherit autotools gnome2-utils eutils python-single-r1
+inherit autotools gnome2-utils python-single-r1 xdg-utils
 
 DESCRIPTION="An email client (and news reader) based on GTK+"
 HOMEPAGE="http://www.claws-mail.org/";
@@ -200,8 +200,10 @@ pkg_postinst() {
ewarn "- Plugins with no special dependencies are just built and can be 
loaded through the interface"
ewarn "- The gtkhtml2, dillo and trayicon plugins have been dropped 
entirely"
gnome2_icon_cache_update
+   xdg_desktop_database_update
 }
 
 pkg_postrm() {
gnome2_icon_cache_update
+   xdg_desktop_database_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/

2017-08-16 Thread Akinori Hattori
commit: 77e79b375c867c1aa74e82b2b28c477842024d41
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:03:10 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:08:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e79b37

app-i18n/ibus-table-chinese: update SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild | 2 +-
 app-i18n/ibus-table-chinese/metadata.xml| 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild 
b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
index ac3a0c164af..0a4694ccceb 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
@@ -10,7 +10,7 @@ MY_P="${P}-Source"
 
 DESCRIPTION="Chinese tables for IBus-Table"
 HOMEPAGE="https://github.com/definite/ibus-table-chinese";
-SRC_URI="https://ibus.googlecode.com/files/${MY_P}.tar.gz";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${MY_P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/app-i18n/ibus-table-chinese/metadata.xml 
b/app-i18n/ibus-table-chinese/metadata.xml
index 61aa1fd0eb0..d91706d7e8c 100644
--- a/app-i18n/ibus-table-chinese/metadata.xml
+++ b/app-i18n/ibus-table-chinese/metadata.xml
@@ -5,7 +5,6 @@
 c...@gentoo.org
   
   
-ibus
 definite/ibus-table-chinese
   
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/

2017-08-16 Thread Akinori Hattori
commit: 94368b7554b30da96a88164b152ec0c2393de325
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:07:53 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:08:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94368b75

app-i18n/ibus-table-chinese: new upstream release

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-chinese/Manifest   |  1 +
 .../ibus-table-chinese-1.8.2.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-i18n/ibus-table-chinese/Manifest 
b/app-i18n/ibus-table-chinese/Manifest
index 10ebfe1d3b6..989e7298a20 100644
--- a/app-i18n/ibus-table-chinese/Manifest
+++ b/app-i18n/ibus-table-chinese/Manifest
@@ -1 +1,2 @@
 DIST ibus-table-chinese-1.4.6-Source.tar.gz 7604868 SHA256 
5e3422e59417e70e65cfd342cc3c0627a3b612b1405c493df0245a3841bd9386 SHA512 
52a72c388ad287572ae334bb25537b6054f72ecdd641aa1c539b85a5e9a4cf97801ae38baa8ace1caabca95d845d2fb4156eb174ac7ad1c9123409749318d76d
 WHIRLPOOL 
bdfd4203fe8954bb02002bfa3868e67f9b1aebcf1a416cc281381601ac42020b98b33889c7714ce456a171710f00b1f0c0f34f7eb42867a9da6382d7a174
+DIST ibus-table-chinese-1.8.2.tar.gz 10576111 SHA256 
ef62c22ef4e8f9085fc40fcbc14c30f6dac458817df98e9f90f883a3e2080089 SHA512 
30fd1c7ee8416cd62d8e26bc2646a667ac45c4579a7cb191c77e80fecccbc576c34f33ec0b5c55669c073a633298cfda1711e4b9d89a9ef8f6146acdc0167c1a
 WHIRLPOOL 
f03985faa490b227f851acd9e2ec7d125d06ce4da362d1f002cb6f6e378f876547a666bd249e144bbd0f4b1bd68fcc1e8dd257edbf74742ff9e29a2706dbc092

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild 
b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
new file mode 100644
index 000..36f3ece322b
--- /dev/null
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.8.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+CMAKE_IN_SOURCE_BUILD="1"
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake-utils
+
+DESCRIPTION="Chinese tables for IBus-Table"
+HOMEPAGE="https://github.com/definite/ibus-table-chinese";
+SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table"
+DEPEND="${RDEPEND}
+   dev-util/cmake-fedora"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_FEDORA_TMP_DIR="${T}"
+   -DDATA_DIR="${EPREFIX}"/usr/share
+   -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/

2017-08-16 Thread Akinori Hattori
commit: 877aed3d192bec29251ef0f296390780951ac2f9
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:02:28 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:08:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877aed3d

app-i18n/ibus-table-chinese: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild| 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild 
b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
index 4b476a67878..ac3a0c164af 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
@@ -1,12 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
+CMAKE_IN_SOURCE_BUILD="1"
+
 inherit cmake-utils
 
-DESCRIPTION="Chinese input tables for ibus-table"
-HOMEPAGE="https://github.com/definite/ibus-table-chinese";
 MY_P="${P}-Source"
+
+DESCRIPTION="Chinese tables for IBus-Table"
+HOMEPAGE="https://github.com/definite/ibus-table-chinese";
 SRC_URI="https://ibus.googlecode.com/files/${MY_P}.tar.gz";
 
 LICENSE="GPL-3"
@@ -14,9 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/ibus-table-1.2.0"
+RDEPEND="app-i18n/ibus-table"
 DEPEND="${RDEPEND}
dev-util/cmake-fedora"
-
-CMAKE_IN_SOURCE_BUILD=1
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-chinese/

2017-08-16 Thread Akinori Hattori
commit: 5099bdbf6aaed08fd7b776287023e15eda6a2fe4
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:04:12 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:08:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5099bdbf

app-i18n/ibus-table-chinese: fix build

Gentoo-Bug: 562730

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild 
b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
index 0a4694ccceb..6601af39011 100644
--- a/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
+++ b/app-i18n/ibus-table-chinese/ibus-table-chinese-1.4.6.ebuild
@@ -3,6 +3,7 @@
 
 EAPI="6"
 CMAKE_IN_SOURCE_BUILD="1"
+CMAKE_MAKEFILE_GENERATOR="emake"
 
 inherit cmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-extraphrase/

2017-08-16 Thread Akinori Hattori
commit: 043ef4083d0c398d7d144bdacdba5f32d107
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:13:25 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:13:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043ef408

app-i18n/ibus-table-extraphrase: fix LICENSE

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild 
b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
index a11bba072ed..ce91f947532 100644
--- 
a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
+++ 
b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Chinese extra phrases for IBus-Table"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
 SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-extraphrase/

2017-08-16 Thread Akinori Hattori
commit: 00e8a1244d8f3a75f78499fec8c6b948d1e4640a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:14:34 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:14:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e8a124

app-i18n/ibus-table-extraphrase: update SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild 
b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
index ce91f947532..bb2767a5086 100644
--- 
a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
+++ 
b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Chinese extra phrases for IBus-Table"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-extraphrase/

2017-08-16 Thread Akinori Hattori
commit: 5231457dfc1ec7af8b26ae11b676fae014c85210
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:12:48 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:12:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5231457d

app-i18n/ibus-table-extraphrase: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-table-extraphrase-1.3.9.20110826.ebuild | 13 -
 app-i18n/ibus-table-extraphrase/metadata.xml | 16 
 2 files changed, 12 insertions(+), 17 deletions(-)

diff --git 
a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild 
b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
index ab0a85fcf16..a11bba072ed 100644
--- 
a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
+++ 
b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 
-DESCRIPTION="Chinese extra phrases for ibus-table based IME"
+DESCRIPTION="Chinese extra phrases for IBus-Table"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
 SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
 
@@ -12,11 +12,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/ibus-table-1.1"
+RDEPEND="app-i18n/ibus-table"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/app-i18n/ibus-table-extraphrase/metadata.xml 
b/app-i18n/ibus-table-extraphrase/metadata.xml
index c05fa70dc09..13ee2c91ec7 100644
--- a/app-i18n/ibus-table-extraphrase/metadata.xml
+++ b/app-i18n/ibus-table-extraphrase/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   c...@gentoo.org
-   Cjk
-   
-   
-   ibus
-   ibus/ibus
-   
+  
+c...@gentoo.org
+Cjk
+  
+  
+ibus
+ibus/ibus
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-latin/

2017-08-16 Thread Akinori Hattori
commit: c48ae38064ccc899fd9a411aa35cfcbe27362e24
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:17:07 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:17:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48ae380

app-i18n/ibus-table-latin: update SRC_URI

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild 
b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild
index ff26181746d..5b626b21e18 100644
--- a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild
+++ b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 DESCRIPTION="Latin tables for IBus-Table"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ibus/${P}.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-latin/

2017-08-16 Thread Akinori Hattori
commit: 3a10dd5be3baf6954532e03090fa321fdb7380b0
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:16:37 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:16:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a10dd5b

app-i18n/ibus-table-latin: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-table-latin-1.2.0.20100305.ebuild  | 14 +-
 app-i18n/ibus-table-latin/metadata.xml  | 17 -
 2 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild 
b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild
index e75fed021bb..ff26181746d 100644
--- a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild
+++ b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-DESCRIPTION="The Latin tables for IBus-Table"
+EAPI="6"
+
+DESCRIPTION="Latin tables for IBus-Table"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
 SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
 
@@ -10,12 +12,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912"
+RDEPEND="app-i18n/ibus-table"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-
-   dodoc AUTHORS ChangeLog NEWS README || die
-}

diff --git a/app-i18n/ibus-table-latin/metadata.xml 
b/app-i18n/ibus-table-latin/metadata.xml
index 678ff7b0f11..13ee2c91ec7 100644
--- a/app-i18n/ibus-table-latin/metadata.xml
+++ b/app-i18n/ibus-table-latin/metadata.xml
@@ -1,13 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   c...@gentoo.org
-   Cjk
-   
-   The Latin tables for 
Ibus-Table.
-   
-   ibus
-   ibus/ibus
-   
+  
+c...@gentoo.org
+Cjk
+  
+  
+ibus
+ibus/ibus
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-others/

2017-08-16 Thread Akinori Hattori
commit: acd85b0fc4ad8c3d130519a0e3e076a85c1f3b1e
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:20:12 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:20:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd85b0f

app-i18n/ibus-table-others: initial import

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-table-others/Manifest|  1 +
 .../ibus-table-others-1.3.9.ebuild | 17 ++
 app-i18n/ibus-table-others/metadata.xml| 27 ++
 3 files changed, 45 insertions(+)

diff --git a/app-i18n/ibus-table-others/Manifest 
b/app-i18n/ibus-table-others/Manifest
new file mode 100644
index 000..29a6c40202e
--- /dev/null
+++ b/app-i18n/ibus-table-others/Manifest
@@ -0,0 +1 @@
+DIST ibus-table-others-1.3.9.tar.gz 627253 SHA256 
63b14a809636a32a5d000a5dd44670a60eca3a872ff1c22d72617d2f6d52e008 SHA512 
4557ba981a00035226b6cbe0d97ae14df275d3e7c5c453097b85e433a524e00efeebe508621495e63d6ff9cdd590f9d54b51a143147b83e1e3748f05b03d2019
 WHIRLPOOL 
5419e7d6e1f1b82b59289e096942046d492c99b0657fea881fc7270f458b736fa6ba6beb0580a94393a4be3dced53668287f94ec43f62fc5366d217c190ca5f8

diff --git a/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild 
b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
new file mode 100644
index 000..636e5dce489
--- /dev/null
+++ b/app-i18n/ibus-table-others/ibus-table-others-1.3.9.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Various tables for IBus-Table"
+HOMEPAGE="https://github.com/moebiuscurve/ibus-table-others";
+SRC_URI="https://github.com/moebiuscurve/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-i18n/ibus-table"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"

diff --git a/app-i18n/ibus-table-others/metadata.xml 
b/app-i18n/ibus-table-others/metadata.xml
new file mode 100644
index 000..1c7ec141883
--- /dev/null
+++ b/app-i18n/ibus-table-others/metadata.xml
@@ -0,0 +1,27 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+c...@gentoo.org
+Cjk
+  
+  
+ibus-table-others provides the following tables for IBus-Table:
+
+* CNS11643
+* Compose
+* Emoji
+* IPA-X-SAMPA
+* LaTex
+* Mathwriter
+* RussianTraditional
+* Thai
+* Translit
+* Ua-Translit
+* Viqr
+* Yawerty
+  
+  
+moebiuscurve/ibus-table-others
+  
+



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

2017-08-16 Thread Michał Górny
commit: 15b28a3312f35244dbe093946f127d046555f42a
Author: Tomas Mozes  gmail  com>
AuthorDate: Wed Aug 16 08:39:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 14:23:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b28a33

app-admin/logstash-bin: retain user installed plugins (Bug #622602)

Closes: https://github.com/gentoo/gentoo/pull/5098
Package-Manager: Portage-2.3.7, Repoman-2.3.2

 .../logstash-bin/files/logstash-plugin.eselect | 85 ++
 ...n-5.4.3.ebuild => logstash-bin-5.4.3-r1.ebuild} | 17 -
 2 files changed, 100 insertions(+), 2 deletions(-)

diff --git a/app-admin/logstash-bin/files/logstash-plugin.eselect 
b/app-admin/logstash-bin/files/logstash-plugin.eselect
new file mode 100644
index 000..29678309f41
--- /dev/null
+++ b/app-admin/logstash-bin/files/logstash-plugin.eselect
@@ -0,0 +1,85 @@
+# -*-eselect-*-  vim: ft=eselect
+# Copyright 2005-2017 Gentoo Foundation
+# Distributed under the terms of the GNU GPL version 2 or later
+
+DESCRIPTION="Manage user installed plugins of logstash"
+MAINTAINER="hydrapo...@gmail.com"
+
+PLUGINS="/var/lib/logstash/plugins-list.txt"
+LS_INSTALL_DIR="/opt/logstash"
+
+ls_plugin_wrapper() {
+  JARS_SKIP=true "${LS_INSTALL_DIR}/bin/logstash-plugin" "${1}" "${2}" || die
+}
+
+### install action
+describe_install() {
+  echo "Install plugin"
+}
+
+describe_install_parameters() {
+  echo ""
+}
+
+do_install() {
+  [[ ${#} -lt 1 ]] && die "Please specify at least one plugin"
+
+  local plugin
+  for plugin; do
+ls_plugin_wrapper install "${plugin}"
+echo "${plugin}" >> "${PLUGINS}" || die
+  done
+
+  sort -u "${PLUGINS}" > "${PLUGINS}.tmp" || die
+  mv "${PLUGINS}.tmp" "${PLUGINS}" || die
+}
+
+### list action
+describe_list() {
+  echo "List user installed plugins"
+}
+
+do_list() {
+  if [[ -f "${PLUGINS}" ]]; then
+write_list_start "Installed plugins:"
+
+local plugin
+while read -r plugin; do
+  write_kv_list_entry "${plugin}"
+done < "${PLUGINS}"
+  fi
+}
+
+### reinstall action
+describe_reinstall() {
+  echo "Reinstall plugins"
+}
+
+do_reinstall() {
+  if [[ -f "${PLUGINS}" ]]; then
+local plugin
+while read -r plugin; do
+  ls_plugin_wrapper install "${plugin}"
+done < "${PLUGINS}"
+  fi
+}
+
+### uninstall action
+describe_uninstall() {
+  echo "Uninstall plugin"
+}
+
+describe_uninstall_parameters() {
+  echo ""
+}
+
+do_uninstall() {
+  if [[ -f "${PLUGINS}" ]]; then
+local plugin
+for plugin; do
+  grep "^${plugin}\$" "${PLUGINS}" || write_warning_msg "Plugin ${plugin} 
not recorded"
+  sed -i "/^${plugin}\$/d" "${PLUGINS}" || die
+  ls_plugin_wrapper remove "${plugin}"
+done
+  fi
+}

diff --git a/app-admin/logstash-bin/logstash-bin-5.4.3.ebuild 
b/app-admin/logstash-bin/logstash-bin-5.4.3-r1.ebuild
similarity index 72%
rename from app-admin/logstash-bin/logstash-bin-5.4.3.ebuild
rename to app-admin/logstash-bin/logstash-bin-5.4.3-r1.ebuild
index f5c4d8c2e29..f8c948c748c 100644
--- a/app-admin/logstash-bin/logstash-bin-5.4.3.ebuild
+++ b/app-admin/logstash-bin/logstash-bin-5.4.3-r1.ebuild
@@ -31,6 +31,7 @@ pkg_setup() {
 
 src_install() {
keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins}
+   keepdir "/var/lib/${MY_PN}"
keepdir "/var/log/${MY_PN}"
 
insinto "/usr/share/${MY_PN}"
@@ -45,15 +46,27 @@ src_install() {
 
newconfd "${FILESDIR}/${MY_PN}.confd" "${MY_PN}"
newinitd "${FILESDIR}/${MY_PN}.initd" "${MY_PN}"
+
+   insinto /usr/share/eselect/modules
+   doins "${FILESDIR}"/logstash-plugin.eselect
 }
 
 pkg_postinst() {
ewarn "The default user changed from root to ${MY_PN}. If you wish to 
run as root (for"
ewarn "example to read local logs), be sure to change LS_USER and 
LS_GROUP in"
ewarn "${EROOT%/}/etc/conf.d/${MY_PN}"
+   ewarn
+   ewarn "Self installed plugins are removed during Logstash upgrades (Bug 
#622602)"
+   ewarn "Install the plugins via eselect module that will automatically 
re-install"
+   ewarn "all self installed plugins after Logstash upgrades."
+   einfo
+   einfo "Installing plugins:"
+   einfo "eselect logstash-plugin install logstash-output-gelf"
einfo
-   einfo "Installing plugins: (bug #601294)"
-   einfo "DEBUG=1 JARS_SKIP='true' bin/logstash-plugin install 
logstash-output-gelf"
+
+   einfo "Reinstalling self installed plugins (installed via eselect 
module):"
+   eselect logstash-plugin reinstall
+
einfo
einfo "Sample configuration:"
einfo "${EROOT%/}/usr/share/${MY_PN}"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/, app-emulation/vagrant/files/

2017-08-16 Thread Michał Górny
commit: 255a7731dbaf1aa9967a0719993def3395631630
Author: Tomas Mozes  gmail  com>
AuthorDate: Wed Aug 16 09:53:46 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 14:24:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255a7731

app-emulation/vagrant: bump to 1.9.7

Package-Manager: Portage-2.3.7, Repoman-2.3.2

 app-emulation/vagrant/Manifest |  1 +
 app-emulation/vagrant/files/vagrant.in | 38 ++
 app-emulation/vagrant/vagrant-1.9.7.ebuild | 84 ++
 3 files changed, 123 insertions(+)

diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
index c93dba623e6..521a17e4ad7 100644
--- a/app-emulation/vagrant/Manifest
+++ b/app-emulation/vagrant/Manifest
@@ -1,2 +1,3 @@
 DIST vagrant-1.9.5.tar.gz 1100561 SHA256 
69eb8ede3148b6f94389be5fd2d6cb2b6c79ba78cbcacdc354d2c73f12eccc2a SHA512 
8d2ace3cbac5b08d3d046a254ef617fead3677e9243da47c4b5131cef783244f403e4771e05075d1f5e9308edcfd52e9a7d792f89f4f39aefc9a949c79c64697
 WHIRLPOOL 
b5e3a8f433c5637c85834900adfc43aaec2c740424e7250da02cf3a5de6f0d553113aa3f386eb74ef5402e0205238f6024b33a55db495d8f21eef19db84b2208
 DIST vagrant-1.9.6.tar.gz 1115853 SHA256 
08cde24b5def90e7674d333149ca9d9aec585bdb54ca41598e16ea91a56675bb SHA512 
d8ed38a1fcffe31d974e94cf48b8dc4902a8005747dfe7311faa21ab53d838c88974c4c200dcbc0fb27fd50f2e3278e1fd21856e4afa37eaf4ef8602e0f5ca5d
 WHIRLPOOL 
cb8f1334f9db55be65fb5fd6dc670535681ed0b5457f15f86599fc2ca37fa791304665b913e5085d78012af7b7bd56c6281b78b70e4f054abb5d460cc14a1174
+DIST vagrant-1.9.7.tar.gz 1119024 SHA256 
194de72442a2d08f6e04fbed8698a99d190a0e7203d35b49e80d4ddfcb71fb1b SHA512 
062921070ace7ce93145981b5b768dc9dc447559fc12c52c8da323d1e3523fbff2a8e7afca0e2f751e232aae822c969b5d166b3b0f01a0744ca20c4e4e33567f
 WHIRLPOOL 
ef0331781cf6a71dca9eb485943c459a5360f55b1db45b4f23b413b848eeac1700afe3ea51b6dd2e0da1a7c1ba6ad456bd9fcb7a7b3532145e95a38fc997dd99

diff --git a/app-emulation/vagrant/files/vagrant.in 
b/app-emulation/vagrant/files/vagrant.in
new file mode 100644
index 000..0da39caea41
--- /dev/null
+++ b/app-emulation/vagrant/files/vagrant.in
@@ -0,0 +1,38 @@
+#!/usr/bin/env bash
+#
+# This is a wrapper to properly execute Vagrant within the embedded
+# Vagrant installation directory. This sets up proper environmental variables
+# so that everything loads and compiles to proper directories.
+
+VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + 
"/gems/vagrant-@VAGRANT_VERSION@"' )"
+
+# Export GEM_HOME based on VAGRANT_HOME
+#
+# This needs to be set because Bundler includes gem paths
+# from RubyGems' Gem.paths.
+if [ -z ${VAGRANT_HOME} ]; then
+  VAGRANT_HOME="~/.vagrant.d"
+fi
+export GEM_HOME="${VAGRANT_HOME}/gems"
+
+# SSL certs
+export SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
+
+# Export an environmental variable to say we're in a Vagrant
+# installer created environment.
+export VAGRANT_INSTALLER_ENV=1
+
+# This is currently used only in Vagrant::Plugin::Manager.system_plugins_file
+# to locate plugins configuration file.
+export VAGRANT_INSTALLER_EMBEDDED_DIR="/var/lib/vagrant"
+export VAGRANT_INSTALLER_VERSION="2"
+
+# Export the OS as an environmental variable that Vagrant can access
+# so that it can behave better.
+export VAGRANT_DETECTED_OS="$(uname -s 2>/dev/null)"
+
+# Export the VAGRANT_EXECUTABLE so that pre-rubygems can optimize a bit
+export VAGRANT_EXECUTABLE="${VAGRANT_DIR}/bin/vagrant"
+
+# Call the actual Vagrant bin with our arguments
+exec ruby "${VAGRANT_EXECUTABLE}" "$@"

diff --git a/app-emulation/vagrant/vagrant-1.9.7.ebuild 
b/app-emulation/vagrant/vagrant-1.9.7.ebuild
new file mode 100644
index 000..b6b67db26be
--- /dev/null
+++ b/app-emulation/vagrant/vagrant-1.9.7.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
+RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit bash-completion-r1 ruby-fakegem eutils
+
+DESCRIPTION="A tool for building and distributing development environments"
+HOMEPAGE="http://vagrantup.com/";
+SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+virtualbox"
+
+RDEPEND="${RDEPEND}
+   app-arch/libarchive
+   net-misc/curl
+   virtualbox? ( || ( app-emulation/virtualbox 
app-emulation/virtualbox-bin ) )"
+
+ruby_add_rdepend "
+   >=dev-ruby/childprocess-0.6.0
+   >=dev-ruby/erubis-2.7.0
+   =dev-ruby/listen-3.1.5
+   >=dev-ruby/hashicorp-checkpoint-0.1.1
+   >=dev-ruby/log4r-1.1.9 =dev-ruby/net-ssh-4.1.0:*
+   >=dev-ruby/net-sftp-2.1
+   >=dev-ruby/net-scp-1.2.0
+   || ( dev-ruby/rest-client:2 >=dev-ruby/rest-client-1.6.0:0 )
+   >=dev-ruby/nokogiri-1

[gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/files/, app-emulation/vagrant/

2017-08-16 Thread Michał Górny
commit: 6943dced0c6ac2d304ae45860c76ff550dd50b9a
Author: Tomas Mozes  gmail  com>
AuthorDate: Wed Aug 16 09:54:40 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 14:24:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6943dced

app-emulation/vagrant: drop old

Closes: https://github.com/gentoo/gentoo/pull/5353
Package-Manager: Portage-2.3.7, Repoman-2.3.2

 app-emulation/vagrant/Manifest |  1 -
 app-emulation/vagrant/files/vagrant-1.9.5  | 45 
 app-emulation/vagrant/vagrant-1.9.5.ebuild | 82 --
 3 files changed, 128 deletions(-)

diff --git a/app-emulation/vagrant/Manifest b/app-emulation/vagrant/Manifest
index 521a17e4ad7..0e014b61a7a 100644
--- a/app-emulation/vagrant/Manifest
+++ b/app-emulation/vagrant/Manifest
@@ -1,3 +1,2 @@
-DIST vagrant-1.9.5.tar.gz 1100561 SHA256 
69eb8ede3148b6f94389be5fd2d6cb2b6c79ba78cbcacdc354d2c73f12eccc2a SHA512 
8d2ace3cbac5b08d3d046a254ef617fead3677e9243da47c4b5131cef783244f403e4771e05075d1f5e9308edcfd52e9a7d792f89f4f39aefc9a949c79c64697
 WHIRLPOOL 
b5e3a8f433c5637c85834900adfc43aaec2c740424e7250da02cf3a5de6f0d553113aa3f386eb74ef5402e0205238f6024b33a55db495d8f21eef19db84b2208
 DIST vagrant-1.9.6.tar.gz 1115853 SHA256 
08cde24b5def90e7674d333149ca9d9aec585bdb54ca41598e16ea91a56675bb SHA512 
d8ed38a1fcffe31d974e94cf48b8dc4902a8005747dfe7311faa21ab53d838c88974c4c200dcbc0fb27fd50f2e3278e1fd21856e4afa37eaf4ef8602e0f5ca5d
 WHIRLPOOL 
cb8f1334f9db55be65fb5fd6dc670535681ed0b5457f15f86599fc2ca37fa791304665b913e5085d78012af7b7bd56c6281b78b70e4f054abb5d460cc14a1174
 DIST vagrant-1.9.7.tar.gz 1119024 SHA256 
194de72442a2d08f6e04fbed8698a99d190a0e7203d35b49e80d4ddfcb71fb1b SHA512 
062921070ace7ce93145981b5b768dc9dc447559fc12c52c8da323d1e3523fbff2a8e7afca0e2f751e232aae822c969b5d166b3b0f01a0744ca20c4e4e33567f
 WHIRLPOOL 
ef0331781cf6a71dca9eb485943c459a5360f55b1db45b4f23b413b848eeac1700afe3ea51b6dd2e0da1a7c1ba6ad456bd9fcb7a7b3532145e95a38fc997dd99

diff --git a/app-emulation/vagrant/files/vagrant-1.9.5 
b/app-emulation/vagrant/files/vagrant-1.9.5
deleted file mode 100644
index 17041e56575..000
--- a/app-emulation/vagrant/files/vagrant-1.9.5
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/usr/bin/env bash
-#
-# This is a wrapper to properly execute Vagrant within the embedded
-# Vagrant installation directory. This sets up proper environmental variables
-# so that everything loads and compiles to proper directories.
-
-VAGRANT_DIR="$( ruby -e 'print Gem::default_path[-1] + "/gems/vagrant-1.9.5"' 
)"
-
-# Export GEM_HOME based on VAGRANT_HOME
-#
-# This needs to be set because Bundler includes gem paths
-# from RubyGems' Gem.paths.
-if [ -z $VAGRANT_HOME ]; then
-  VAGRANT_HOME=$(eval echo "~/.vagrant.d")
-fi
-export GEM_HOME="$VAGRANT_HOME/gems"
-
-# SSL certs
-export SSL_CERT_FILE="/etc/ssl/certs/ca-certificates.crt"
-
-# Export an environmental variable to say we're in a Vagrant
-# installer created environment.
-export VAGRANT_INSTALLER_ENV=1
-
-# This is currently used only in Vagrant::Plugin::Manager.system_plugins_file
-# to locate plugins configuration file.
-export VAGRANT_INSTALLER_EMBEDDED_DIR="/var/lib/vagrant"
-export VAGRANT_INSTALLER_VERSION="2"
-
-# Determine the OS that we're on, which is used in some later checks.
-# It is very important we do this _before_ setting the PATH below
-# because uname dependencies can conflict on some platforms.
-OS=$(uname -s 2>/dev/null)
-
-# Export the OS as an environmental variable that Vagrant can access
-# so that it can behave better.
-export VAGRANT_DETECTED_OS="${OS}"
-
-VAGRANT_EXECUTABLE="${VAGRANT_DIR}/bin/vagrant"
-
-# Export the VAGRANT_EXECUTABLE so that pre-rubygems can optimize a bit
-export VAGRANT_EXECUTABLE
-
-# Call the actual Vagrant bin with our arguments
-exec ruby "${VAGRANT_EXECUTABLE}" "$@"

diff --git a/app-emulation/vagrant/vagrant-1.9.5.ebuild 
b/app-emulation/vagrant/vagrant-1.9.5.ebuild
deleted file mode 100644
index b8c4920bc85..000
--- a/app-emulation/vagrant/vagrant-1.9.5.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
-RUBY_FAKEGEM_EXTRAINSTALL="keys plugins templates version.txt"
-RUBY_FAKEGEM_TASK_DOC=""
-
-inherit bash-completion-r1 ruby-fakegem eutils
-
-DESCRIPTION="A tool for building and distributing development environments"
-HOMEPAGE="http://vagrantup.com/";
-SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+virtualbox"
-
-RDEPEND="${RDEPEND}
-   app-arch/libarchive
-   net-misc/curl
-   virtualbox? ( || ( app-emulation/virtualbox 
app-emulation/virtualbox-bin ) )"
-
-ruby_add_rdepend "
-   >=dev-ruby/childprocess-0.6.0
-   >=dev-ruby/erubis-2.7.0
- 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-code/, profiles/updates/

2017-08-16 Thread Akinori Hattori
commit: ebb1999c31b7d6d570174859b684bf4ccafcebcb
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:25:18 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:26:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb1999c

app-i18n/ibus-table-code: move to app-i18n/ibus-table-others

 app-i18n/ibus-table-code/Manifest  |  1 -
 .../ibus-table-code-1.2.0.20100305.ebuild  | 22 --
 app-i18n/ibus-table-code/metadata.xml  | 13 -
 profiles/updates/3Q-2017   |  1 +
 4 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/app-i18n/ibus-table-code/Manifest 
b/app-i18n/ibus-table-code/Manifest
deleted file mode 100644
index d1393894c9e..000
--- a/app-i18n/ibus-table-code/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ibus-table-code-1.2.0.20100305.tar.gz 550208 SHA256 
b81e85546ebe74b67f07801d3f25a420dbab936ad6832b8b7dd25fd2f33286df SHA512 
20e0b1d8bcf525d2ef510ef3ba90780980c76e158b12d9be99eb73ea4abaf8fd0be119fe047a3ce87d9751365d7abaf3f4566e25fcf08eeaaace1acfa73c3de8
 WHIRLPOOL 
e2e74f9b3d0329c28c8197055aaa5529f88c3df2fc1d4eda9b6a3c1542acf72202cb67075e6c66d45b571d5d7f31a5f7fd3dd1cf1d7d93c1b6116865a449

diff --git a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild 
b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild
deleted file mode 100644
index d15ab4b3279..000
--- a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="The code tables for IBus-Table"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912
-   !>app-i18n/ibus-table-1.3.9"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-
-   dodoc AUTHORS ChangeLog NEWS README || die
-}

diff --git a/app-i18n/ibus-table-code/metadata.xml 
b/app-i18n/ibus-table-code/metadata.xml
deleted file mode 100644
index 6a53f53cffe..000
--- a/app-i18n/ibus-table-code/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   c...@gentoo.org
-   Cjk
-   
-   The package contains additional tables for 
Ibus-Table.
-   
-   ibus
-   ibus/ibus
-   
-

diff --git a/profiles/updates/3Q-2017 b/profiles/updates/3Q-2017
index 2f1fe9587e1..e04bbd5c2d4 100644
--- a/profiles/updates/3Q-2017
+++ b/profiles/updates/3Q-2017
@@ -44,3 +44,4 @@ move app-i18n/anthy-ss app-i18n/anthy
 move dev-libs/kirigami kde-frameworks/kirigami
 slotmove kde-frameworks/kirigami 2 5
 move app-i18n/libtomoe-gtk app-i18n/tomoe-gtk
+move app-i18n/ibus-table-code app-i18n/ibus-table-others



[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table-cyrillic/, profiles/updates/

2017-08-16 Thread Akinori Hattori
commit: 64100a6f01b0a611722b3b58487946aa3a01c848
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:28:22 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:28:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64100a6f

app-i18n/ibus-table-cyrillic: move to app-i18n/ibus-table-others

 app-i18n/ibus-table-cyrillic/Manifest   |  1 -
 .../ibus-table-cyrillic-1.2.0.20100305.ebuild   | 21 -
 app-i18n/ibus-table-cyrillic/metadata.xml   | 13 -
 profiles/updates/3Q-2017|  1 +
 4 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/app-i18n/ibus-table-cyrillic/Manifest 
b/app-i18n/ibus-table-cyrillic/Manifest
deleted file mode 100644
index 540481a1835..000
--- a/app-i18n/ibus-table-cyrillic/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ibus-table-cyrillic-1.2.0.20100305.tar.gz 93474 SHA256 
cfe929df5c46da9ccd57efdd851ce2110f1143863a6e18b586f09319fba405b0 SHA512 
420d335453def7a5a701562e22d87c20a3d22af7f42e7df3c58f4f3735e0f5d510198838a31632fedf3a34cd192a543f2466a27dabb5cec71e467dca98b6f231
 WHIRLPOOL 
45a6fdc87391f3aa7740be024aac83e8a61256465698efd098f3388d574159449ee542d169705dc3fe6a4696d8307b99823936995446fc412a6028d94f66fcda

diff --git 
a/app-i18n/ibus-table-cyrillic/ibus-table-cyrillic-1.2.0.20100305.ebuild 
b/app-i18n/ibus-table-cyrillic/ibus-table-cyrillic-1.2.0.20100305.ebuild
deleted file mode 100644
index 4df4be4397e..000
--- a/app-i18n/ibus-table-cyrillic/ibus-table-cyrillic-1.2.0.20100305.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Translit, Russian Traditional, Yawerty tables for IBus-Table"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-i18n/ibus-table-1.2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-
-   dodoc AUTHORS ChangeLog NEWS README || die
-}

diff --git a/app-i18n/ibus-table-cyrillic/metadata.xml 
b/app-i18n/ibus-table-cyrillic/metadata.xml
deleted file mode 100644
index 1854fff4d1f..000
--- a/app-i18n/ibus-table-cyrillic/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   c...@gentoo.org
-   Cjk
-   
-   ibus-table-cyrillic provides Transit, 
Russian Traditional, Yawerty input method on IBus-Table on IBus 
framework.
-   
-   ibus
-   ibus/ibus
-   
-

diff --git a/profiles/updates/3Q-2017 b/profiles/updates/3Q-2017
index e04bbd5c2d4..18488df5dca 100644
--- a/profiles/updates/3Q-2017
+++ b/profiles/updates/3Q-2017
@@ -45,3 +45,4 @@ move dev-libs/kirigami kde-frameworks/kirigami
 slotmove kde-frameworks/kirigami 2 5
 move app-i18n/libtomoe-gtk app-i18n/tomoe-gtk
 move app-i18n/ibus-table-code app-i18n/ibus-table-others
+move app-i18n/ibus-table-cyrillic app-i18n/ibus-table-others



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, app-i18n/ibus-table-tv/

2017-08-16 Thread Akinori Hattori
commit: 2648aa2608fd8aca4c6bd84a0a40c175b87c2478
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:29:49 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:29:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2648aa26

app-i18n/ibus-table-tv: move to app-i18n/ibus-table-others

 app-i18n/ibus-table-tv/Manifest |  1 -
 .../ibus-table-tv-1.2.0.20100305.ebuild | 21 -
 app-i18n/ibus-table-tv/metadata.xml | 13 -
 profiles/updates/3Q-2017|  1 +
 4 files changed, 1 insertion(+), 35 deletions(-)

diff --git a/app-i18n/ibus-table-tv/Manifest b/app-i18n/ibus-table-tv/Manifest
deleted file mode 100644
index 7ee8d526933..000
--- a/app-i18n/ibus-table-tv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ibus-table-tv-1.2.0.20100305.tar.gz 75183 SHA256 
98acc450afdfdb7b6eabb43c78dbb60dc15921b7e04deb3ba4299e1f9358c990 SHA512 
5bfe114f1cfd426d11dca103a636d59603264854c8f861de8716e48efe4c3ab1a1b6c8cff6820797799513c67a67d92a98de9ba577504b55fe41b7347922112f
 WHIRLPOOL 
0d40ea44637bbc441deb7a26713007adf2d63671191a69e7a171f7cf0ed9a0daee6e46beeea280345a9848dba6e563ac6e4a89cc017c3b2ed06d349ad28e6bbc

diff --git a/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild 
b/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild
deleted file mode 100644
index 15a63fbdf92..000
--- a/app-i18n/ibus-table-tv/ibus-table-tv-1.2.0.20100305.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="The Thai and Viqr (Vietnamese) tables for IBus-Table"
-HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-i18n/ibus-table-1.2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_install() {
-   emake DESTDIR="${D}" install || die
-
-   dodoc AUTHORS ChangeLog NEWS README || die
-}

diff --git a/app-i18n/ibus-table-tv/metadata.xml 
b/app-i18n/ibus-table-tv/metadata.xml
deleted file mode 100644
index 40d121dd869..000
--- a/app-i18n/ibus-table-tv/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   c...@gentoo.org
-   Cjk
-   
-   The Thai and Viqr (Vietnamese) tables for 
Ibus-Table.
-   
-   ibus
-   ibus/ibus
-   
-

diff --git a/profiles/updates/3Q-2017 b/profiles/updates/3Q-2017
index 18488df5dca..6ed99f61d71 100644
--- a/profiles/updates/3Q-2017
+++ b/profiles/updates/3Q-2017
@@ -46,3 +46,4 @@ slotmove kde-frameworks/kirigami 2 5
 move app-i18n/libtomoe-gtk app-i18n/tomoe-gtk
 move app-i18n/ibus-table-code app-i18n/ibus-table-others
 move app-i18n/ibus-table-cyrillic app-i18n/ibus-table-others
+move app-i18n/ibus-table-tv app-i18n/ibus-table-others



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

2017-08-16 Thread Akinori Hattori
commit: 818d8aa694c2cbc902a0efcd9d17690e339f09f1
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 14:32:15 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 14:32:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818d8aa6

app-i18n/ibus-fbterm: update DESCRIPTION

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-fbterm/ibus-fbterm-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-fbterm/ibus-fbterm-1.0.1.ebuild 
b/app-i18n/ibus-fbterm/ibus-fbterm-1.0.1.ebuild
index 170335ffe74..81fd871b7bf 100644
--- a/app-i18n/ibus-fbterm/ibus-fbterm-1.0.1.ebuild
+++ b/app-i18n/ibus-fbterm/ibus-fbterm-1.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-DESCRIPTION="ibus-fbterm is a input method for FbTerm based on iBus"
+DESCRIPTION="IBus client for FbTerm"
 HOMEPAGE="https://github.com/fujiwarat/ibus-fbterm";
 
SRC_URI="https://github.com/fujiwarat/${PN}/releases/download/${PV}/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, app-i18n/fcitx-chewing/, dev-libs/libchewing/files/, ...

2017-08-16 Thread Akinori Hattori
commit: e6bef3cffebd5442f37fc99d96cd613d845ef2b2
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:03:49 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:03:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bef3cf

dev-libs/libchewing: move to app-i18n/libchewing

 app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild   | 4 ++--
 app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild   | 4 ++--
 app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild | 4 ++--
 {dev-libs => app-i18n}/libchewing/Manifest  | 0
 {dev-libs => app-i18n}/libchewing/files/0.3.3-cflags.patch  | 0
 {dev-libs => app-i18n}/libchewing/files/0.3.3-strncat-fix.patch | 0
 {dev-libs => app-i18n}/libchewing/files/0.3.3-tinfo.patch   | 0
 {dev-libs => app-i18n}/libchewing/libchewing-0.3.3-r1.ebuild| 0
 {dev-libs => app-i18n}/libchewing/libchewing-0.3.3.ebuild   | 0
 {dev-libs => app-i18n}/libchewing/libchewing-0.4.0-r1.ebuild| 0
 {dev-libs => app-i18n}/libchewing/metadata.xml  | 0
 app-i18n/xcin/xcin-2.5.3_pre3-r2.ebuild | 4 ++--
 app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild | 4 ++--
 profiles/updates/3Q-2017| 1 +
 14 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild
index eafd45e31df..57e5a215002 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,6 +14,6 @@ KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=app-i18n/fcitx-4.2.7
-   dev-libs/libchewing"
+   app-i18n/libchewing"
 DEPEND="${RDEPEND}
virtual/libintl"

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild
index 746100dcdf0..dee4d7097ae 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,6 +14,6 @@ KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=app-i18n/fcitx-4.2.8
-   >=dev-libs/libchewing-0.4.0"
+   >=app-i18n/libchewing-0.4.0"
 DEPEND="${RDEPEND}
virtual/libintl"

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
index 2e82c4f0c2c..4c7d1c679f8 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.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
@@ -17,7 +17,7 @@ IUSE="nls"
 
 RDEPEND="x11-libs/libXtst
>=app-i18n/ibus-1.3
-   >=dev-libs/libchewing-0.3.3
+   >=app-i18n/libchewing-0.3.3
x11-libs/gtk+:2
dev-util/gob:2"
 DEPEND="${RDEPEND}

diff --git a/dev-libs/libchewing/Manifest b/app-i18n/libchewing/Manifest
similarity index 100%
rename from dev-libs/libchewing/Manifest
rename to app-i18n/libchewing/Manifest

diff --git a/dev-libs/libchewing/files/0.3.3-cflags.patch 
b/app-i18n/libchewing/files/0.3.3-cflags.patch
similarity index 100%
rename from dev-libs/libchewing/files/0.3.3-cflags.patch
rename to app-i18n/libchewing/files/0.3.3-cflags.patch

diff --git a/dev-libs/libchewing/files/0.3.3-strncat-fix.patch 
b/app-i18n/libchewing/files/0.3.3-strncat-fix.patch
similarity index 100%
rename from dev-libs/libchewing/files/0.3.3-strncat-fix.patch
rename to app-i18n/libchewing/files/0.3.3-strncat-fix.patch

diff --git a/dev-libs/libchewing/files/0.3.3-tinfo.patch 
b/app-i18n/libchewing/files/0.3.3-tinfo.patch
similarity index 100%
rename from dev-libs/libchewing/files/0.3.3-tinfo.patch
rename to app-i18n/libchewing/files/0.3.3-tinfo.patch

diff --git a/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild 
b/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild
similarity index 100%
rename from dev-libs/libchewing/libchewing-0.3.3-r1.ebuild
rename to app-i18n/libchewing/libchewing-0.3.3-r1.ebuild

diff --git a/dev-libs/libchewing/libchewing-0.3.3.ebuild 
b/app-i18n/libchewing/libchewing-0.3.3.ebuild
similarity index 100%
rename from dev-libs/libchewing/libchewing-0.3.3.ebuild
rename to app-i18n/libchewing/libchewing-0.3.3.ebuild

diff --git a/dev-libs/libchewing/libchewing-0.4.0-r1.ebuild 
b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
similarity index 100%
rename from dev-libs/libchewing/libchewing-0.4.0-r1.ebuild
rename to app-i18n/libchewing/libchewing-0.4.0-r1.ebui

[gentoo-commits] repo/gentoo:master commit in: app-i18n/libchewing/files/, app-i18n/libchewing/

2017-08-16 Thread Akinori Hattori
commit: 917677d9d8aaacdca46f0db9ac3ea9aee72c6198
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:09:46 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:09:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917677d9

app-i18n/libchewing: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libchewing/files/0.3.3-cflags.patch   | 10 --
 app-i18n/libchewing/files/0.3.3-tinfo.patch| 43 --
 app-i18n/libchewing/libchewing-0.3.3-r1.ebuild | 50 --
 3 files changed, 103 deletions(-)

diff --git a/app-i18n/libchewing/files/0.3.3-cflags.patch 
b/app-i18n/libchewing/files/0.3.3-cflags.patch
deleted file mode 100644
index dba1093c5ae..000
--- a/app-i18n/libchewing/files/0.3.3-cflags.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -153,7 +122,6 @@
- if test x$LIBDEBUG = x"true"; then
-   AC_DEFINE(ENABLE_DEBUG, 1,
-   [Define to 1 if you want native library runtime debugging code 
enabled])
--  CFLAGS="$CFLAGS -g"
- fi
- AC_SUBST(LIBDEBUG)
- 

diff --git a/app-i18n/libchewing/files/0.3.3-tinfo.patch 
b/app-i18n/libchewing/files/0.3.3-tinfo.patch
deleted file mode 100644
index 10692e72c8e..000
--- a/app-i18n/libchewing/files/0.3.3-tinfo.patch
+++ /dev/null
@@ -1,43 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -91,38 +91,8 @@
- AM_CONDITIONAL(ENABLE_UNIT_TEST, test x$enable_check = "xyes")
- 
- # Checks for ncursesw
--OLDCFLAGS=$CFLAGS
--LIB_NAME=ncursesw
--NCURSESW_CFLAGS=
--NCURSESW_LIBS=
--for p in "$HOME/include" "$prefix/include" /usr/local/include /usr/include
--do
--  if test -f "$p/ncursesw/ncurses.h"
--  then
--  NCURSESW_CFLAGS="-I$p"
--  AC_DEFINE(HAVE_NCURSESW_NCURSES_H, 1, [ Define to 1 if you have 
the  header file. ])
--  break
--  elif test -f "$p/ncurses/ncurses.h"
--  then
--  NCURSESW_CFLAGS="-I$p"
--  AC_DEFINE(HAVE_NCURSES_NCURSES_H, 1, [ Define to 1 if you have 
the  header file. ])
--  break
--  fi
--done
--
--for p in "$HOME/lib" "$prefix/lib" /usr/local/lib /usr/lib
--do
--  if test -f "$p/libncursesw.so"
--  then
--  if test "$p" != x/usr/lib
--  then
--  NCURSESW_LIBS="-L$p -lncursesw"
--  else
--  NCURSESW_LIBS="-lncursesw"
--  fi
--  break
--  fi
--done
-+PKG_CHECK_MODULES(NCURSESW,ncursesw,
-+  AC_DEFINE(HAVE_NCURSESW_NCURSES_H, 1, [ Define to 1 if you have the 
 header file. ]),)
- 
- enable_ncursesw=yes
- if test -z "$NCURSESW_CFLAGS"; then

diff --git a/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild 
b/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild
deleted file mode 100644
index 44ef3bd839e..000
--- a/app-i18n/libchewing/libchewing-0.3.3-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils multilib toolchain-funcs
-
-DESCRIPTION="Library for Chinese Phonetic input method"
-HOMEPAGE="http://chewing.csie.net/";
-SRC_URI="http://chewing.csie.net/download/libchewing/${P}.tar.bz2";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="static-libs test"
-
-DEPEND="
-   virtual/pkgconfig
-   test? (
-   sys-libs/ncurses[unicode]
-   >=dev-libs/check-0.9.4
-   )
-"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PV}-cflags.patch \
-   "${FILESDIR}"/${PV}-strncat-fix.patch \
-   "${FILESDIR}"/${PV}-tinfo.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_test() {
-   # test subdirectory is not enabled by default; this means that we
-   # have to make it explicit.
-   emake -C test check
-}
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_install() {
-   default
-
-   prune_libtool_files
-}



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

2017-08-16 Thread Akinori Hattori
commit: fa2170a27949a469409308cb1153f6ef0212d877
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:07:51 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:07:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa2170a2

app-i18n/libchewing: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libchewing/libchewing-0.4.0-r1.ebuild | 29 +-
 1 file changed, 10 insertions(+), 19 deletions(-)

diff --git a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild 
b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
index a2a73dc6986..526dc209f75 100644
--- a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
+++ b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
@@ -1,45 +1,36 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
 
-inherit autotools eutils multilib toolchain-funcs
+inherit autotools ltprune
 
 DESCRIPTION="Library for Chinese Phonetic input method"
 HOMEPAGE="http://chewing.csie.net/";
-SRC_URI="https://github.com/chewing/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/${PN/lib}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="static-libs test"
 
-DEPEND="
+RDEPEND="dev-db/sqlite:3"
+DEPEND="${RDEPEND}
virtual/pkgconfig
test? (
+   dev-libs/check
sys-libs/ncurses[unicode]
-   >=dev-libs/check-0.9.4
-   )
-   dev-db/sqlite:3
-"
-
-DOCS=( AUTHORS NEWS README.md TODO )
+   )"
 
 src_prepare() {
+   default
eautoreconf
 }
 
 src_configure() {
econf \
$(use_enable static-libs static) \
-   --with-sqlite3 \
-   --disable-gcov
-}
-
-src_test() {
-   # test subdirectory is not enabled by default; this means that we
-   # have to make it explicit.
-   emake -C test check
+   --with-sqlite3
 }
 
 src_install() {



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

2017-08-16 Thread Akinori Hattori
commit: de722e9ac45dd10b002e915b08004acb845b279a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:11:32 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:11:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de722e9a

app-i18n/libchewing: fix src_test

Gentoo-Bug: 623486

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libchewing/libchewing-0.4.0-r1.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild 
b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
index 526dc209f75..6f3fb5790d7 100644
--- a/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
+++ b/app-i18n/libchewing/libchewing-0.4.0-r1.ebuild
@@ -13,6 +13,7 @@ SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="static-libs test"
+REQUIRED_USE="test? ( static-libs )"
 
 RDEPEND="dev-db/sqlite:3"
 DEPEND="${RDEPEND}
@@ -33,6 +34,10 @@ src_configure() {
--with-sqlite3
 }
 
+src_test() {
+   emake -j1 check
+}
+
 src_install() {
default
prune_libtool_files



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

2017-08-16 Thread Akinori Hattori
commit: 7b4a29865267aba3cf3358e016e0777a6d5fef7d
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:14:03 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:14:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4a2986

app-i18n/libchewing: new upstream release

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libchewing/Manifest|  1 +
 app-i18n/libchewing/libchewing-0.5.1.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/app-i18n/libchewing/Manifest b/app-i18n/libchewing/Manifest
index c5123f41113..1244d7f8137 100644
--- a/app-i18n/libchewing/Manifest
+++ b/app-i18n/libchewing/Manifest
@@ -1,2 +1,3 @@
 DIST libchewing-0.3.3.tar.bz2 1798134 SHA256 
72a0de12b86c4d5f6468a68d88c736227ff16fa7a915f8595ffe5a31cae95eae SHA512 
24df8d4a1dab72b32bca03bb1086223248a261d522e703c662aad53cfb16fef74691623361d275b8d811d4a0e6bc2b23b044248f7d3982dc657c9872de1de005
 WHIRLPOOL 
12b67dc7aa3c34fefe66bed995642d021b5c2997d706b7bb73319a0c26b3f9291c771f6308c50bc1cb3e319ff8848a09bf0aec1ed713eb55706bf11cdefdb824
 DIST libchewing-0.4.0.tar.gz 3367957 SHA256 
128eae0616c8b4dadaecfb8982304241e65e2eb397001144ba5ed451ec197cc2 SHA512 
8ac2a50531867dd628ed0c084a30b22e24cd102671b9ce23b008fb54d049c07135a8af205186e4ed719077cef6739e230fdcbd33cab0821a9bfab5b8fb4248c7
 WHIRLPOOL 
a7ed4841fac60d402c710a8775b74e61bdb6ed6790ce33221bce1efc9b92251b60bedbd04654d6afb8264d784600794be402d02c04f802bbe6ba03b54984
+DIST libchewing-0.5.1.tar.bz2 3141084 SHA256 
9708c63415fa6034435c0f38100e7d30d0e1bac927f67bec6dfeb3fef016172b SHA512 
a6551661bb5e56bba59730b93b373db56af7d42f2ab4881fbfff8727689dd2604d42d2e5c0b04820df66a431dfb5fcb73cc5c9b538615da76198ee3635501c1f
 WHIRLPOOL 
317069206b5e739539c327a071dd3be467d755b561afb2186e94c747ce291dfb4473f110023026bf78974ce53ffadde342fa74db4f608fcb9dc655004ccc7331

diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild 
b/app-i18n/libchewing/libchewing-0.5.1.ebuild
new file mode 100644
index 000..5f89bccd173
--- /dev/null
+++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit ltprune
+
+DESCRIPTION="Library for Chinese Phonetic input method"
+HOMEPAGE="http://chewing.csie.net/";
+SRC_URI="https://github.com/${PN/lib}/${PN}/releases/download/v${PV}/${P}.tar.bz2";
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="static-libs test"
+REQUIRED_USE="test? ( static-libs )"
+
+RDEPEND="dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? (
+   dev-libs/check
+   sys-libs/ncurses[unicode]
+   )"
+
+src_configure() {
+   econf \
+   $(use_enable static-libs static) \
+   --with-sqlite3
+}
+
+src_test() {
+   emake -j1 check
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/

2017-08-16 Thread Michał Górny
commit: 382e1758c94118199246542e219d51aa1fa00603
Author: Virgil Dupras  hardcoded  net>
AuthorDate: Tue Aug 15 00:26:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 15:20:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382e1758

app-emulation/lxd: remove old versions

Closes: https://github.com/gentoo/gentoo/pull/5422
Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-emulation/lxd/Manifest |   3 -
 app-emulation/lxd/files/lxd-2.11-dont-go-get.patch |  16 --
 app-emulation/lxd/files/lxd-2.11.confd |  27 ---
 app-emulation/lxd/files/lxd-2.11.initd |  46 -
 app-emulation/lxd/files/lxd-2.11.service   |  10 -
 app-emulation/lxd/files/lxd-2.8-dont-go-get.patch  |  22 ---
 app-emulation/lxd/files/lxd-2.8.confd  |  27 ---
 app-emulation/lxd/files/lxd-2.8.initd  |  49 -
 app-emulation/lxd/files/lxd.service|  12 --
 app-emulation/lxd/lxd-2.11.ebuild  | 217 -
 app-emulation/lxd/lxd-2.8.ebuild   | 198 ---
 11 files changed, 627 deletions(-)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index 48e3e54919b..f3db6032669 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -22,7 +22,4 @@ DIST 
github.com-olekukonko-tablewriter-febf2d34b54a69ce7530036c7503b1c9fbfdf0bb.
 DIST github.com-pborman-uuid-1b00554d822231195d1babd97ff4a781231955c9.tar.gz 
12808 SHA256 54da54d54a914e569fb2b31132e0c458ece12d7cd70c14a33adf95731e07afe7 
SHA512 
c332bd39781e7a3bd7125bbf26e62da2aca24bb89975491a4165a17580f3ffb99587e4620a9c9c17afff5d34865ae0b86065e1516ca325d0edc4dd84be269283
 WHIRLPOOL 
fb245c1056abe69f7e3fa5a4ded80111777af2fdc107dee3fc36faa25bea8394eb30fda675cbdf124cb01c4165ed08fb154d70c30c8a1812988e2bd86619
 DIST 
github.com-stretchr-testify-f6abca593680b2315d2075e0f5e2a9751e3f431a.tar.gz 
94237 SHA256 91f64ae4d5093511464b5ddce34b88b0134219a0a17d638fe148b6cb9f9e261a 
SHA512 
3aaa245f70dcee49b08e5f677dfa2137b00cc0cbc18cd52d773722b951ec579e3f4e146f951de51973630488a9d9efc7c54462842c6fe5987cc099a44f04a03f
 WHIRLPOOL 
3e55426a5f3086c3e46652da4f5bebf214ae620950556b6659b48cad01e51781d836a3c1ea9c692dc59b4a3d4862e16cec1acffd31a0b4853f97c4f67c22c2c8
 DIST 
github.com-syndtr-gocapability-e7cb7fa329f456b3855136a2642b197bad7366ba.tar.gz 
9894 SHA256 1c90570f690a5b753633bce84097942021893f180c9d27c0b83f7a1bddaf59d9 
SHA512 
ee2de5568b76b87723e80e081e16094093f09a6be68dd0920793e007d4b705808ec1eac7a15b4c0ce7ed20aff04978f4ade264ab5bf5bdc5e2fdc46db2f4116c
 WHIRLPOOL 
ce1a13e5374248ffccaa613d399447d619ad94156f6ebf198d9e63019bd698496d67770ef520b802c59451ff9ad95d9fd789e8c9f758d1df553e2432c3b29289
-DIST go-flags-460c7bb0abd6e927f2767cadc91aa6ef776a98b4.tar.gz 54792 SHA256 
382dbeca4e436aa1717c9a413fc53197eb3f94fbbb0b2ba3b0d1a405c9262504 SHA512 
d8c748a2617d0997ad69d64530289dc53a310381ba101b942d3e7df04ef9fd79e1d26879c485cb6e8e5c710f42411dbe5b4b157cfd36a511a19c88d336f34fea
 WHIRLPOOL 
fb23a71928c1d3d1cdbb1fecaadfed843b986d2f76a9ca57b171d80051f81a886ec7d8b292b0e054d69ed9e2fd55c1f544767332334655cd01a6c83633d6e711
-DIST lxd-2.11.tar.bz2 2407968 SHA256 
829643811a711c8e3c118274d517091b4fbd4701b760e46d7f53fcc4d356455d SHA512 
8269a20e0c0c0f3a3a247af15fcda3aa764cd2353d8a7aa9183646dbf19a080ce09bf31ff91a9faca3eda494460a788deabdb145a59c2aa1861f2df89c43294b
 WHIRLPOOL 
ba12b4c41969e17b5f9beaa7908ca7be18d3ce35ae27c762a556fe6d59f48962cf0ccaecc512887d40338e6e26ccdc2cdf6c89d87fd1b2028fb5e04f3a74b639
 DIST lxd-2.14.tar.gz 629982 SHA256 
0ccf98257482458ff417c8af141a1f726fe7e696b7ab8b089ed1ee741280b2b8 SHA512 
a1b6d7eb055a29ba3c28f9184e6dbac5f279332a6445347bbf8f946ab23b0afb353ac146b379f22922fe678ce034c18dc9d5d2f2dd7704b8cce1730c29dfa9c3
 WHIRLPOOL 
3483b15f7e09e8212fa5b646e5fc6be305b48e6cfcad5538ff9a4967820928b3f87931ca38fc4787ecab67216d2c876476880551ce56e3ed0c080a7b769e2823
-DIST lxd-2.8.tar.bz2 2317466 SHA256 
57f08bd3c26ea4f32453aa163b502301ae0a80716d6de56b069eeebb35850011 SHA512 
fdf906add25ab0b79ea7669ad569873a256f0cfc220ed816b0dc2c9b1e525a19e2606678d90d50c4f548b4322a2896d4c12069337f9571a9a4f6646fb6f673a5
 WHIRLPOOL 
049f3664e60e8f6fd98c8403db31db6e1dd5f6efed2e74b9007f9f99a4b337e9f58852253d226fc294c4bc964dd6d5d732a8a386606f206a74d83a32470dc1d3

diff --git a/app-emulation/lxd/files/lxd-2.11-dont-go-get.patch 
b/app-emulation/lxd/files/lxd-2.11-dont-go-get.patch
deleted file mode 100644
index 8acd93724a5..000
--- a/app-emulation/lxd/files/lxd-2.11-dont-go-get.patch
+++ /dev/null
@@ -1,16 +0,0 @@
 /Makefile.orig 2016-07-11 23:34:40.299664675 +
-+++ /Makefile  2016-07-11 23:37:00.816018727 +
-@@ -13,13 +13,11 @@
- 
- .PHONY: default
- default:
--  go get -t -v -d ./...
-   go install -v $(TAGS) $(DEBUG) ./...
-   @echo "LXD built successfully"
- 
- .PHONY: client
- client:
--  go get -t -v -d ./...
-   go install -v $(TAGS) $(DEBUG) ./lxc
-   @ec

[gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-chewing/files/, app-i18n/ibus-chewing/

2017-08-16 Thread Akinori Hattori
commit: 48bf70c1aac4b38c7f59a05130f6042e62503868
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:29:25 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:38:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bf70c1

app-i18n/ibus-chewing: fix src_test

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 .../ibus-chewing/files/ibus-chewing-test.patch | 45 ++
 app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild | 11 +-
 2 files changed, 55 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus-chewing/files/ibus-chewing-test.patch 
b/app-i18n/ibus-chewing/files/ibus-chewing-test.patch
new file mode 100644
index 000..abed91d377d
--- /dev/null
+++ b/app-i18n/ibus-chewing/files/ibus-chewing-test.patch
@@ -0,0 +1,45 @@
+--- a/test/MakerDialogBackend-test.c
 b/test/MakerDialogBackend-test.c
+@@ -126,7 +126,7 @@
+ void backup_key_to_g_value(const gchar * key, GType gType, GValue * value)
+ {
+ g_value_init(value, gType);
+-backend_command_get_key_value(key, value);
++mkdg_backend_read(backend, value, QUOTE_ME(PROJECT_SCHEMA_SECTION), key, 
NULL);
+ }
+ 
+ void change_new_value_from_orig_value(GValue * newValue,
+@@ -169,7 +169,7 @@
+ {
+ GValue storedGValue = { 0 };
+ g_value_init(&storedGValue, G_VALUE_TYPE(newValue));
+-backend_command_get_key_value(key, &storedGValue);
++mkdg_backend_read(backend, &storedGValue, 
QUOTE_ME(PROJECT_SCHEMA_SECTION), key, NULL);
+ g_assert(mkdg_g_value_is_equal(newValue, &storedGValue));
+ g_value_unset(&storedGValue);
+ }
+@@ -219,7 +219,7 @@
+ #define GCONF_KEY "max-chi-symbol-len"
+ GValue origValue = { 0 };
+ g_value_init(&origValue, G_TYPE_BOOLEAN);
+-backend_command_get_key_value(GCONF_KEY, &origValue);
++mkdg_backend_read(backend, &origValue, QUOTE_ME(PROJECT_SCHEMA_SECTION), 
GCONF_KEY, NULL);
+ 
+ GValue newValue = { 0 };
+ g_value_init(&newValue, G_TYPE_BOOLEAN);
+@@ -229,13 +229,13 @@
+ 
+ GValue storedValue = { 0 };
+ g_value_init(&storedValue, G_TYPE_BOOLEAN);
+-backend_command_get_key_value(GCONF_KEY, &storedValue);
++mkdg_backend_read(backend, &storedValue, 
QUOTE_ME(PROJECT_SCHEMA_SECTION), GCONF_KEY, NULL);
+ g_assert(mkdg_g_value_is_equal(&newValue, &storedValue));
+ 
+ /*
+  * Restore the original value 
+  */
+-backend_command_set_key_value(GCONF_KEY, &origValue);
++mkdg_backend_write(backend, &origValue, QUOTE_ME(PROJECT_SCHEMA_SECTION), 
GCONF_KEY, NULL);
+ #undef GCONF_KEY
+ }
+ 

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
index 6ba022cbe6f..2f5ba84757a 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils gnome2-utils
+inherit cmake-utils gnome2-utils virtualx
 
 MY_P="${P}-Source"
 
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
 S="${WORKDIR}/${MY_P}"
 
+PATCHES=( "${FILESDIR}"/${PN}-test.patch )
 DOCS=( AUTHORS ChangeLog README RELEASE-NOTES.txt USER-GUIDE )
 
 src_configure() {
@@ -41,6 +42,14 @@ src_configure() {
cmake-utils_src_configure
 }
 
+src_test() {
+   "${EROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin 
|| die
+
+   export GSETTINGS_BACKEND="memory"
+   export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin"
+   virtx cmake-utils_src_test
+}
+
 pkg_preinst() {
gnome2_gconf_savelist
gnome2_schemas_savelist



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

2017-08-16 Thread Akinori Hattori
commit: a4089c22a6526c2975dd98ddb882bab41bce28c6
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:24:33 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:38:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4089c22

app-i18n/ibus-chewing: fix build when app-arch/rpm is installed

Gentoo-Bug: 597054

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
index 7bfe451e37b..229d9906d0e 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
@@ -34,6 +34,7 @@ DOCS=( AUTHORS ChangeLog README RELEASE-NOTES.txt USER-GUIDE )
 
 src_configure() {
local mycmakeargs=(
+   -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
-DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
)
use nls || mycmakeargs+=( -DMANAGE_GETTEXT_SUPPORT=0 )



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

2017-08-16 Thread Akinori Hattori
commit: d0f6595249b0cae3b120d83fd708288024d40998
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:23:41 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:38:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f65952

app-i18n/ibus-chewing: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild | 42 -
 app-i18n/ibus-chewing/metadata.xml  | 20 ++--
 2 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
index 4c7d1c679f8..7bfe451e37b 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
@@ -1,43 +1,41 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI="6"
+CMAKE_MAKEFILE_GENERATOR="emake"
+
 inherit cmake-utils
 
-MY_P=${P}-Source
+MY_P="${P}-Source"
 
-DESCRIPTION="The Chewing IMEngine for IBus Framework"
+DESCRIPTION="Chinese Chewing engine for IBus"
 HOMEPAGE="https://github.com/ibus/ibus/wiki";
-SRC_URI="https://github.com/definite/ibus-chewing/releases/download/${PV}/${MY_P}.tar.gz";
+SRC_URI="https://github.com/definite/${PN}/releases/download/${PV}/${MY_P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="nls"
 
-RDEPEND="x11-libs/libXtst
-   >=app-i18n/ibus-1.3
-   >=app-i18n/libchewing-0.3.3
+RDEPEND="app-i18n/ibus
+   app-i18n/libchewing
+   dev-libs/glib:2
+   dev-util/gob:2
+   gnome-base/gconf
x11-libs/gtk+:2
-   dev-util/gob:2"
+   x11-libs/libX11
+   nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
-   gnome-base/gconf
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+S="${WORKDIR}/${MY_P}"
 
-CMAKE_IN_SOURCE_BUILD=1
-
-DOCS="AUTHORS ChangeLog README RELEASE-NOTES.txt USER-GUIDE"
+DOCS=( AUTHORS ChangeLog README RELEASE-NOTES.txt USER-GUIDE )
 
 src_configure() {
local mycmakeargs=(
-   -DPRJ_DOC_DIR=/usr/share/doc/${PF}
-   )
-
+   -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
+   )
+   use nls || mycmakeargs+=( -DMANAGE_GETTEXT_SUPPORT=0 )
cmake-utils_src_configure
 }
-
-src_compile() {
-   cmake-utils_src_make all translations
-}

diff --git a/app-i18n/ibus-chewing/metadata.xml 
b/app-i18n/ibus-chewing/metadata.xml
index 5805fc8e328..8f50d1f9860 100644
--- a/app-i18n/ibus-chewing/metadata.xml
+++ b/app-i18n/ibus-chewing/metadata.xml
@@ -1,13 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   c...@gentoo.org
-   Cjk
-   
-   The Chewing engine for IBus platform. It 
provides Chinese input method from libchewing.
-   
-   ibus
-   ibus/ibus
-   
+  
+c...@gentoo.org
+Cjk
+  
+  
+The Chewing engine for IBus. It provides a Chinese input method from
+app-i18n/libchewing.
+  
+  
+definite/ibus-chewing
+  
 



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

2017-08-16 Thread Akinori Hattori
commit: d511cdcacb22f71ea107bfec9f62bef5c4de91c3
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:26:56 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:38:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d511cdca

app-i18n/ibus-chewing: inherit gnome2-utils

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 ...chewing-1.5.1.ebuild => ibus-chewing-1.5.1-r1.ebuild} | 16 +++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
similarity index 82%
rename from app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
rename to app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
index 229d9906d0e..6ba022cbe6f 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 CMAKE_MAKEFILE_GENERATOR="emake"
 
-inherit cmake-utils
+inherit cmake-utils gnome2-utils
 
 MY_P="${P}-Source"
 
@@ -40,3 +40,17 @@ src_configure() {
use nls || mycmakeargs+=( -DMANAGE_GETTEXT_SUPPORT=0 )
cmake-utils_src_configure
 }
+
+pkg_preinst() {
+   gnome2_gconf_savelist
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   gnome2_gconf_install
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



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

2017-08-16 Thread Akinori Hattori
commit: edad608296c71126f8617012a70a481c659f9461
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:36:14 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:38:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edad6082

app-i18n/ibus-chewing: new upstream release

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-chewing/Manifest  |  1 +
 app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/app-i18n/ibus-chewing/Manifest b/app-i18n/ibus-chewing/Manifest
index 2a54843af51..2c0e8dda2b3 100644
--- a/app-i18n/ibus-chewing/Manifest
+++ b/app-i18n/ibus-chewing/Manifest
@@ -1 +1,2 @@
 DIST ibus-chewing-1.5.1-Source.tar.gz 177044 SHA256 
687ce9f09fef31b0e31ad0d2f1be17f1ca0b9212af9d71812cf53d84a90f0060 SHA512 
2db6def1fe8ca3bd71419a001909d285ee48ef84c2f65e14bacff9cd114676bed594f0c90217e1fdab67c995a7b05d675812e90e281371d8464722c31649c633
 WHIRLPOOL 
da566ec63b8733e2a80890c8f045829a101da0eaea11592b44541be2e92b57a1425fa65b5bb6868879ff588e798036056473f0e78bc228b90ce40650771c02eb
+DIST ibus-chewing-1.6.1.tar.gz 03 SHA256 
3dd7911d6eaa20c3b8b9d8e4deb38e2074aa900c0956eb75946d455d27579b63 SHA512 
b093db79c656433614b9f72719a2b0768a30c2fb6fa066eda1e79cc9932ce1836f7f1e5611612fb44f260fe80a9baa9e18fdc9754b285e8a5f12a87c376cbd39
 WHIRLPOOL 
9213f6b6e3e0c8290f09b2f8cc92de8a0f86d5d07e1a2805a01148a0c5bce471d2607a8925e848bf44107f0288798c74e127a427fe0143ea919605956778aca7

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild
new file mode 100644
index 000..ea2e88eaa3f
--- /dev/null
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.6.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+CMAKE_MAKEFILE_GENERATOR="emake"
+
+inherit cmake-utils gnome2-utils virtualx
+
+DESCRIPTION="Chinese Chewing engine for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki";
+SRC_URI="https://github.com/definite/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gconf nls"
+
+RDEPEND="app-i18n/ibus
+   app-i18n/libchewing
+   dev-libs/glib:2
+   dev-util/gob:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   gconf? ( gnome-base/gconf )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   dev-util/cmake-fedora
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=( "${FILESDIR}"/${PN}-test.patch )
+DOCS=( AUTHORS ChangeLog README.md RELEASE-NOTES.txt USER-GUIDE )
+
+src_configure() {
+   local mycmakeargs=(
+   -DMANAGE_DEPENDENCY_PACKAGE_EXISTS_CMD=false
+   -DPRJ_DOC_DIR="${EPREFIX}"/usr/share/doc/${PF}
+   )
+   use nls || mycmakeargs+=( -DMANAGE_GETTEXT_SUPPORT=0 )
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${EROOT}"${GLIB_COMPILE_SCHEMAS} --allow-any-name "${BUILD_DIR}"/bin 
|| die
+
+   export GSETTINGS_BACKEND="memory"
+   export GSETTINGS_SCHEMA_DIR="${BUILD_DIR}/bin"
+   virtx cmake-utils_src_test
+}
+
+pkg_preinst() {
+   use gconf && gnome2_gconf_savelist
+   gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+   use gconf && gnome2_gconf_install
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   gnome2_schemas_update
+}



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

2017-08-16 Thread Akinori Hattori
commit: 1f9a890524a55222edc96ff3119baa32e6df6789
Author: Akinori Hattori  gentoo  org>
AuthorDate: Wed Aug 16 15:34:36 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Wed Aug 16 15:38:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9a8905

app-i18n/ibus-chewing: add gconf USE flag

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild | 8 
 app-i18n/ibus-chewing/metadata.xml | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild 
b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
index 2f5ba84757a..6e551a4ca24 100644
--- a/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
+++ b/app-i18n/ibus-chewing/ibus-chewing-1.5.1-r1.ebuild
@@ -15,15 +15,15 @@ 
SRC_URI="https://github.com/definite/${PN}/releases/download/${PV}/${MY_P}.tar.g
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="nls"
+IUSE="gconf nls"
 
 RDEPEND="app-i18n/ibus
app-i18n/libchewing
dev-libs/glib:2
dev-util/gob:2
-   gnome-base/gconf
x11-libs/gtk+:2
x11-libs/libX11
+   gconf? ( gnome-base/gconf )
nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
virtual/pkgconfig
@@ -51,12 +51,12 @@ src_test() {
 }
 
 pkg_preinst() {
-   gnome2_gconf_savelist
+   use gconf && gnome2_gconf_savelist
gnome2_schemas_savelist
 }
 
 pkg_postinst() {
-   gnome2_gconf_install
+   use gconf && gnome2_gconf_install
gnome2_schemas_update
 }
 

diff --git a/app-i18n/ibus-chewing/metadata.xml 
b/app-i18n/ibus-chewing/metadata.xml
index 8f50d1f9860..e44e996ccd5 100644
--- a/app-i18n/ibus-chewing/metadata.xml
+++ b/app-i18n/ibus-chewing/metadata.xml
@@ -9,6 +9,9 @@
 The Chewing engine for IBus. It provides a Chinese input method from
 app-i18n/libchewing.
   
+  
+Enable support for gnome-base/gconf
+  
   
 definite/ibus-chewing
   



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

2017-08-16 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 16 17:16:48 2017 +

New tag: 0.29




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

2017-08-16 Thread William Hubbs
commit: df28002b728b033c00c2da64dedf2bcd4ab5e11b
Author: William Hubbs  gmail  com>
AuthorDate: Wed Aug 16 16:38:37 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 16 16:38:37 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=df28002b

Update ChangeLog

 ChangeLog | 270 +-
 1 file changed, 56 insertions(+), 214 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cbb2c408..8270b2a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+commit 66ed8082d0c865a0b4f4cc436cf9e13351e3d6fe
+Author: William Hubbs 
+Commit: William Hubbs 
+
+sh/openrc-run: source service script before ulimit is processed
+
+This is needed to allow the service script author to set a default for
+rc_ulimit inside the service script.
+
+commit c2d256bafb9d1dfafbfd0846c035c5d26f7449c8
+Author: William Hubbs 
+Commit: William Hubbs 
+
+man/openrc-run.8: document fstabinfo and mountinfo
+
+X-Gentoo-Bug: 592374
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592374
+
+commit f48d9c33a5c708c871d6657a39485d1c0c735548
+Author: William Hubbs 
+Commit: William Hubbs 
+
+man/openrc-run.8: document _pre and _post functions
+
+Fixes https://github.com/openrc/openrc/issues/155.
+
+commit 6d4e8433974fd8567885635ae0454031290f96b1
+Author: Jason Graham 
+Commit: William Hubbs 
+
+fix ENT macro usage
+
+X-Gentoo-Bug: 624796
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=624796
+
+commit 0513cd3964a9564e0ba39b50aa8ebd3d7e9a3920
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.29
+
+commit 72bb2e57de935ab46ad000f97a5720265bed9342
+Author: John R. Graham 
+Commit: William Hubbs 
+
+Typo fix
+
+X-Gentoo-Bug: 624908
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=624908
+
+commit 84c5da30695db89d686d3c28c7cacdf172cbf429
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Update ChangeLog
+
 commit b35099cb707e333b6b8d30d956ffa93bcd2da0ab
 Author: William Hubbs 
 Commit: William Hubbs 
@@ -1456,217 +1512,3 @@ Commit: William Hubbs 
 
 X-Gentoo-Bug: 342313
 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=342313
-
-commit 1a55d46645b376cd27f394796934150120a08387
-Author: Raymond Jennings 
-Commit: William Hubbs 
-
-local.d/README: typo fix
-
-X-Gentoo-Bug: 591258
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=591258
-
-commit cae3976ef1276ce33aa7e49474f13499a48a3fe6
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d: Add runsvdir to ignore patterns
-
-commit da28a3d367b6078deda6bc205806b43b971e67a9
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d: initial service adjustments for docker support
-
-Add -docker keyword to the same scripts that have -lxc keyword.
-
-commit ca8c29ee60b0e8ca89091aaf801725bd71e28001
-Author: William Hubbs 
-Commit: William Hubbs 
-
-librc: fix Docker auto detection
-
-The original auto detection of Docker containers assumed the presence of
-a container environment variable. However, Docker-1.12 does not
-implement this, and I'm not sure which versions of docker implemented
-it.
-
-The new test is for the presence of a file named .dockerenv in the
-root directory.
-
-commit f62253b8334a85dac4671e42817b96a3bedd1881
-Author: William Hubbs 
-Commit: William Hubbs 
-
-Add support for runit
-
-X-Gentoo-Bug: 501364
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=501364
-
-commit f2c2e2dd5a5e0a22da4dcabea6615d0f4697a962
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d/sysctl.in: typo fix
-
-commit 94b98430cb83a8f4e62d837100fc357e9eb12ca6
-Author: Kenneth Lakin 
-Commit: William Hubbs 
-
-start-stop-daemon: Add SSD_IONICELEVEL
-
-This is the disk IO counterpart to SSD_NICELEVEL.
-Modified by William Hubbs to add the variable to the start-stop-daemon
-man page.
-
-This fixes #69.
-
-commit b19d0a40d7f20987323d5af91469c720ead39561
-Author: William Hubbs 
-Commit: William Hubbs 
-
-init.d/loopback: remove unnecessary stop function
-
-commit 0c229faf7e6a57bcff70f2143b83cb69a34c89f4
-Author: Martin Väth 
-Commit: William Hubbs 
-
-tmpfiles.sh: Support lines with q Q h H
-
-btrfs support is not implemented yet (for q Q v), but at least tmpfiles.sh
-no longer chokes about tmpfiles.d lines of recent systemd versions
-
-This fixes #87.
-
-commit 3092e310acd376fc626cc051549e02bcd7697aed
-Author: Mike Gilbert 
-Commit: William Hubbs 
-
-tmpfiles: Accept filenames as command line arguments
-
-This brings us closer to being able to use tmpfiles.sh as a full
-replacement for systemd-tmpfiles.
-
-This closes #83.
-
-commit 671911762d1bcd90c10d8ac0eb30fe10be4a65f6
-Author: Mike Gilbert 
-Commit: William Hubbs 
-
-tmpfiles: Process command line before gathering config files
-

[gentoo-commits] proj/musl:master commit in: sys-block/thin-provisioning-tools/, sys-block/thin-provisioning-tools/files/

2017-08-16 Thread Aric Belsito
commit: be127cd52e32203346d537dd1ec50c4d39265f12
Author: Aric Belsito  gmail  com>
AuthorDate: Wed Aug 16 17:24:33 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Wed Aug 16 17:24:33 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=be127cd5

sys-block/thin-provisioning-tools: add 0.7.0

PAGE_SIZE needs to be undefined

 sys-block/thin-provisioning-tools/Manifest |  5 ++
 ...thin-provisioning-tools-0.7.0-build-fixes.patch | 34 
 .../thin-provisioning-tools-0.7.0-page_size.patch  | 14 +
 sys-block/thin-provisioning-tools/metadata.xml | 17 ++
 .../thin-provisioning-tools-0.7.0.ebuild   | 63 ++
 5 files changed, 133 insertions(+)

diff --git a/sys-block/thin-provisioning-tools/Manifest 
b/sys-block/thin-provisioning-tools/Manifest
new file mode 100644
index 000..ff041c7
--- /dev/null
+++ b/sys-block/thin-provisioning-tools/Manifest
@@ -0,0 +1,5 @@
+AUX thin-provisioning-tools-0.7.0-build-fixes.patch 1077 SHA256 
863806519182c7c07f79cf299ce7accf85c7132e112f7305bdcf21bde834ae0c SHA512 
fbdf778774bca2e608bbab7696b6646c64ee740c40c743f40f28e7e360fc2a6c6c3752992d9d5f7bbb624a9240ba480a6e58a7c5956ba6d2b772ece18502afe7
 WHIRLPOOL 
bfab3309c5218828ea0ab7ce2b4d1e6b6199ec593b6e5fa0e1e96aacafa5b84ce86fd13178db9f5e2d29730bd0feb9b164b74289f3873a51b32fe1c5d64c9c12
+AUX thin-provisioning-tools-0.7.0-page_size.patch 514 SHA256 
b8e64c0adb18766e1783755ed353db01e9960d3becf4445d81a56c16c9f02ce3 SHA512 
0ec0f58a3951f075d31c81c93457e9f24acdf3d1fbc89ce34c184ff5ae098eb60f7b8e1a1ee20d7d69a30c31a5b00703983e697dabc51820f0429cc6094b773d
 WHIRLPOOL 
6f797ad516bc4188c4625adf96de39116fcec13f7ab2dc97778d90ef989283d10d46081abdbd1011029f917fcd9dc99a2be415c00d8878b34f25b37ecde914c9
+DIST thin-provisioning-tools-0.7.0.tar.gz 230595 SHA256 
68a815860fce3f09f64ef241fd4ba45713f4c7be384fe116ec1dbea467684b32 SHA512 
cb6c44c7215aadd72292d73e2374d8c0c28566adcb10c7a3de83576dbd28649ebba6e2cc59945a28921e423540969cb21f648c37e375d68f48e56a8be4a4c7b8
 WHIRLPOOL 
80201034dafd00617951a30369fc617a9c91b4408ec5c5272b4406c8f86caf0ff738938d6ef92d27a9ac96c3110edfa16609f0777c8592e6a100aeb3e02d3837
+EBUILD thin-provisioning-tools-0.7.0.ebuild 1570 SHA256 
89ff3d517374076ee667ce5d4c6d1688fc3d5aa4c798828dc8ff8261f6f78e6a SHA512 
f38ea84fd448caba6583cd4809abdd7df62e5ca06d38420e5e3ca757bcbf9513b7632e25a2ecddf9a8e618fc647e02bc1c583332b813d5d827a197f81b3bcc53
 WHIRLPOOL 
1fc4c20ba726e9ebb9427c442a9a1f7bb65e584673dd88c37ca53c7b7075341dcaad32da0a99a20a59ee3716dc51c62def67adf309db0c14a0a5e4d341b9aeaa
+MISC metadata.xml 531 SHA256 
741541cb8fef9b5c5c778c259addbd8d925c65f48b49b91d9ef66905dab466d5 SHA512 
80fde34da9de5b2436c096bc9051ccb55124c330dc82ac538f66a100225623aa7cb086904117608cc52613e40ba464b46630cff52423c13d1a374eb98ed0
 WHIRLPOOL 
d8c5a81fdbe8dda224028781da56cd469eb9f153589481ea29d680bc5fcde952096950ff2456230221cd75dbe4233459ef401321936e23d38188869277d3fb7f

diff --git 
a/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.7.0-build-fixes.patch
 
b/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.7.0-build-fixes.patch
new file mode 100644
index 000..df0831f
--- /dev/null
+++ 
b/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.7.0-build-fixes.patch
@@ -0,0 +1,34 @@
+--- thin-provisioning-tools-0.7.0/Makefile.in
 thin-provisioning-tools-0.7.0/Makefile.in
+@@ -142,9 +142,9 @@
+ 
+ TOP_DIR:=@top_srcdir@
+ TOP_BUILDDIR:=@top_builddir@
+-CFLAGS+=-g -Wall -O3 -fPIC
++CFLAGS+=-fPIC
+ CFLAGS+=@LFS_FLAGS@
+-CXXFLAGS+=-g -Wall -fPIC -fno-strict-aliasing -std=c++11
++CXXFLAGS+=-fPIC -fno-strict-aliasing -std=c++11
+ 
+ ifeq ("@DEVTOOLS@", "yes")
+ CXXFLAGS+=-DDEV_TOOLS
+--- thin-provisioning-tools-0.7.0/unit-tests/Makefile.in
 thin-provisioning-tools-0.7.0/unit-tests/Makefile.in
+@@ -25,7 +25,7 @@
+   -Wno-unused-local-typedefs
+ 
+ GMOCK_LIBS=\
+-  -Llib -lpdata -lgmock -lpthread -laio
++  -Llib -lpdata -lgmock -lpthread -laio -lgtest
+ 
+ GMOCK_DEPS=\
+   $(wildcard $(GMOCK_DIR)/googlemock/include/*.h) \
+@@ -83,7 +83,7 @@
+   sed 's,\([^ :]*\)\.o[ :]*,\1.o \1.gmo $* : Makefile ,g' < $*. > 
$*.d; \
+   $(RM) $*.
+ 
+-unit-tests/unit_tests: $(TEST_OBJECTS) lib/libgmock.a lib/libpdata.a
++unit-tests/unit_tests: $(TEST_OBJECTS) lib/libpdata.a
+   @echo "[LD]  $<"
+   $(V)g++ $(CXXFLAGS) $(LDFLAGS) -o $@ $(TEST_OBJECTS) $(LIBS) 
$(GMOCK_LIBS) $(LIBEXPAT)
+ 

diff --git 
a/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.7.0-page_size.patch
 
b/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.7.0-page_size.patch
new file mode 100644
index 000..5384f6d
--- /dev/null
+++ 
b/sys-block/thin-provisioning-tools/files/thin-provisioning-tools-0.7.0-page_size.patch
@@ -0,0 +1,14 @@
+diff -Naur thin-provisioning-tools-0.7.0.orig/block-cache/io_engine.h 
thin-provisioning-tools-0.7.0/block-cache/io_engine.h
+--- thin-provisioning-tools-0.7.0.orig

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

2017-08-16 Thread Andreas Sturmlechner
commit: c6477b6a9bfb729347bbbffe8a00f822dd40fc5a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Aug 16 09:14:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 16 16:23:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6477b6a

dev-libs/libixion: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/5439

 .../files/libixion-0.9.1-python-optional.patch | 64 --
 dev-libs/libixion/files/libixion-0.9.1-typo.patch  | 18 --
 2 files changed, 82 deletions(-)

diff --git a/dev-libs/libixion/files/libixion-0.9.1-python-optional.patch 
b/dev-libs/libixion/files/libixion-0.9.1-python-optional.patch
deleted file mode 100644
index 632fa07e0f6..000
--- a/dev-libs/libixion/files/libixion-0.9.1-python-optional.patch
+++ /dev/null
@@ -1,64 +0,0 @@
 a/configure.ac 2016-02-06 17:08:05.505990463 +0100
-+++ b/configure.ac 2016-02-06 17:08:42.316530268 +0100
-@@ -15,18 +15,22 @@
- AC_INIT([libixion], [ixion_version])
- AC_CONFIG_HEADERS([config.h])
- AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 dist-xz])
--AM_PATH_PYTHON(2.7.0)
- m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
- 
- AC_ARG_WITH(hash-container-compat,
- [
-   --with-hash-container-compat use std::hash_foo instead of 
boost::unordered_foo
- ],
- ,with_hash_container_compat=no)
- 
- AC_ARG_WITH(mdds-include-path,
- AS_HELP_STRING([--with-mdds-include-path], [specify include path for mdds 
headers.])
- ,)
-+AC_ARG_ENABLE([python],
-+[AS_HELP_STRING([--disable-python], [Disable python bindings])],
-+[enable_python="$enableval"],
-+[enable_python=yes]
-+)
- 
- IXION_API_VERSION=ixion_api_version
- IXION_MAJOR_VERSION=ixion_major_version
-@@ -70,7 +74,11 @@
- PKG_CHECK_MODULES([MDDS],[mdds >= 0.12.0])
- 
- # Check for python.
--PKG_CHECK_MODULES([PYTHON], [python >= 0.27.1])
-+AS_IF([test "x$enable_python" != "xno"], [
-+AM_PATH_PYTHON(2.7.0)
-+PKG_CHECK_MODULES([PYTHON], [python >= 0.27.1])
-+])
-+AM_CONDITIONAL([BUILD_PYTHON], [test "x$enable_python" != "xno"])
- 
- CPPFLAGS="$CPPFLAGS -g -Os -fvisibility=hidden"
- 
-@@ -101,3 +109,10 @@
-  src/libixion/constants.inl
-  src/python/Makefile])
- AC_OUTPUT
-+
-+AC_MSG_NOTICE([
-+==
-+Build configuration:
-+  python:   $enable_python
-+==
-+])
 a/src/python/Makefile.am   2016-02-06 17:08:12.138907540 +0100
-+++ b/src/python/Makefile.am   2016-02-06 17:08:38.034583800 +0100
-@@ -1,3 +1,5 @@
-+if BUILD_PYTHON
-+
- pyexec_LTLIBRARIES = ixion.la
- ixion_la_SOURCES = \
-   document.hpp \
-@@ -16,3 +18,5 @@
- 
- AM_TESTS_ENVIRONMENT = PYTHONPATH=.libs$${PYTHONPATH:+:$${PYTHONPATH}}; 
export PYTHONPATH;
- TESTS = ../../test/ixion-python-test.py
-+
-+endif

diff --git a/dev-libs/libixion/files/libixion-0.9.1-typo.patch 
b/dev-libs/libixion/files/libixion-0.9.1-typo.patch
deleted file mode 100644
index 7e41f7bb752..000
--- a/dev-libs/libixion/files/libixion-0.9.1-typo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit ceddf45ed98dd0b65b510a284d373630c7642587
-Author: Andreas Sturmlechner 
-Date:   Sun May 31 11:55:08 2015 +0200
-
-src/Makefile.am: Fix typo
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index ee9a1cc..b28c610 100644
 a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -28,6 +28,6 @@ ixion_sorter_SOURCES = \
- ixion_sorter_LDADD = libixion/libixion-@IXION_API_VERSION@.la \
-$(BOOST_THREAD_LIBS) 
$(BOOST_PROGRAM_OPTIONS_LIBS)
- 
--AM_TESTS_ENVIRONMENT = PATH=.libs$${PATH:+:$${PATH}}; epxort PATH; \
-+AM_TESTS_ENVIRONMENT = PATH=.libs$${PATH:+:$${PATH}}; export PATH; \
-   
LD_LIBRARY_PATH=libixion/.libs$${LD_LIBRARY_PATH:+:$${LD_LIBRARY_PATH}}; export 
LD_LIBRARY_PATH;
- TESTS = ../test/ixion-parser-test.sh



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

2017-08-16 Thread Andreas Sturmlechner
commit: 1d04fed191d711d4da138ae7bde0e42820d037e8
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Aug 16 09:14:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 16 16:23:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d04fed1

app-text/liblangtag: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/5439

 .../liblangtag/files/liblangtag-0.5.6-musl.patch   | 25 --
 1 file changed, 25 deletions(-)

diff --git a/app-text/liblangtag/files/liblangtag-0.5.6-musl.patch 
b/app-text/liblangtag/files/liblangtag-0.5.6-musl.patch
deleted file mode 100644
index e6d1d1184ce..000
--- a/app-text/liblangtag/files/liblangtag-0.5.6-musl.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 6ebf5709810983dca570d9f8873293b01b4a49bc Mon Sep 17 00:00:00 2001
-From: Akira TAGOH 
-Date: Mon, 20 Apr 2015 10:28:29 +0900
-Subject: [PATCH] add missing sys/types.h in lt-string.h required to build musl
- libc to satisfy ssize_t. (fixes issue#12)
-

- liblangtag/lt-string.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/liblangtag/lt-string.h b/liblangtag/lt-string.h
-index 15724fc..c784430 100644
 a/liblangtag/lt-string.h
-+++ b/liblangtag/lt-string.h
-@@ -18,6 +18,7 @@
- #define __LT_STRING_H__
- 
- #include 
-+#include 
- 
- LT_BEGIN_DECLS
- 
--- 
-2.4.1
-



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

2017-08-16 Thread William Hubbs
commit: a4febbec339d0efc074d582679aacd0760227de5
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Aug 16 17:31:18 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Aug 16 17:31:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4febbec

sys-apps/openrc: 0.29 version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 70bb0040acf..0f6150ee1bf 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -7,3 +7,4 @@ DIST openrc-0.26.2.tar.gz 218990 SHA256 
428512ef82002c913d44394adae8a2bb9a1c935d
 DIST openrc-0.26.3.tar.gz 218708 SHA256 
f54b353addd3efe1b3c31098c792b9c0052b893d7e1a353619cf11e189b5f8e7 SHA512 
5dead32c2141c959bca637bc1621eb7fe6fe60a4e8aa92b447052b5efb92c25ef33a382b8432cb482e820c921a879f3bf3268459d59baca9fd310a228886415d
 WHIRLPOOL 
4d79bb49f5223594bebef9961e304b535e6f5e32693e0c0394574e353cc81a917619cb37e66bd7f87f8f92523cdfab21461fb640def85fb1cd85129ea2ba07aa
 DIST openrc-0.27.2.tar.gz 223572 SHA256 
4e9c12c77c101b6ea255f1a9291c4c4d228c7ddc8b8ef4aa8d5d6f6900958ea5 SHA512 
a3f3ed8f6dbd188065fc4ed0af1e4ca0d203dbad092bc67405bea182be359bf37c9c94cb97d898c0d34befef92e9d8a2f6a8b4bafe7e95fcaa291b5d0aabed22
 WHIRLPOOL 
4837d2244d5894dfdab0fcc36f791500eada82c0378e93b4b76c7191abe67d9b3cacf5c6e787ebbfdaff2f8792878b7cb8894e3dbc3ff2444fab6596aeb4
 DIST openrc-0.28.tar.gz 224228 SHA256 
9548b03ffc164f75887d810469f0535a16c5c8c2e615e250d5753a16e66cf317 SHA512 
a10c293bf4287bcc4ffb9c996cbc1294f979483ea9fb2efb0dd1becee193f49ff114530c078850e8c11cf2c0a812be2e74801352fdbfe313b90cd9af5b8ccf93
 WHIRLPOOL 
d55ae26bef0ebf4c17f484c476c08cefe40d0bdaf55a571bb4cfefaf67248661661eb28936e509c4bbccb2f4a0e36e8d01f7b6ae3dc2b1831f571b26d0ac6223
+DIST openrc-0.29.tar.gz 223275 SHA256 
b919c4520e93ba02db24e7766d32688928d5bb0cc8fe2f250277c46274d99927 SHA512 
1accc52c3e729432fee433395eb7551fa7913004999c595f6485a0505b7916338df6d9e7d95304e865adf67df54378525a758b34bb67beefe240a90700e4f7d8
 WHIRLPOOL 
341ae930257f23513fd3582a7e329c48f546d306c467bab3430a8838c343d5697db5941e3590a8f1c33f34a0eefac07f0fb9c0e4a752d1659293374057cc4aea

diff --git a/sys-apps/openrc/openrc-0.29.ebuild 
b/sys-apps/openrc/openrc-0.29.ebuild
new file mode 100644
index 000..278de480e1f
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.29.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
+   !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_config_yes_no /etc/conf.d/keymaps windowkeys

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

2017-08-16 Thread Michał Górny
commit: 57b2256c08c5f63cd36e78280a55a3ccd56f198e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 17:34:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 17:34:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b2256c

sys-apps/portage: Drop py3.3 from PYTHON_COMPAT

 sys-apps/portage/portage-2.3.5.ebuild | 2 +-
 sys-apps/portage/portage-2.3.6.ebuild | 2 +-
 sys-apps/portage/portage-2.3.7.ebuild | 2 +-
 sys-apps/portage/portage-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/portage/portage-2.3.5.ebuild 
b/sys-apps/portage/portage-2.3.5.ebuild
index f9f6966ad7e..997eb5d0ceb 100644
--- a/sys-apps/portage/portage-2.3.5.ebuild
+++ b/sys-apps/portage/portage-2.3.5.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=(
pypy
-   python3_3 python3_4 python3_5 python3_6
+   python3_4 python3_5 python3_6
python2_7
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'

diff --git a/sys-apps/portage/portage-2.3.6.ebuild 
b/sys-apps/portage/portage-2.3.6.ebuild
index d1d7ee5d8ca..a91377369a4 100644
--- a/sys-apps/portage/portage-2.3.6.ebuild
+++ b/sys-apps/portage/portage-2.3.6.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=(
pypy
-   python3_3 python3_4 python3_5 python3_6
+   python3_4 python3_5 python3_6
python2_7
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'

diff --git a/sys-apps/portage/portage-2.3.7.ebuild 
b/sys-apps/portage/portage-2.3.7.ebuild
index 0d289074d71..e45f0113c0f 100644
--- a/sys-apps/portage/portage-2.3.7.ebuild
+++ b/sys-apps/portage/portage-2.3.7.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=(
pypy
-   python3_3 python3_4 python3_5 python3_6
+   python3_4 python3_5 python3_6
python2_7
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index 5e2c76aee65..ce2b5041bab 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=(
pypy
-   python3_3 python3_4 python3_5 python3_6
+   python3_4 python3_5 python3_6
python2_7
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'



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

2017-08-16 Thread Michał Górny
commit: 575760b2ad5b4f5271226240f4c9ed80864a61c3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 16 14:41:10 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 17:34:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575760b2

sys-apps/portage: Bump the live ebuild to EAPI=6

Bump the live ebuild to EAPI=6 in order to make use of eapply_user
which is capable of applying -p1 user patches that add new files
correctly, unlike epatch_user.

Closes: https://github.com/gentoo/gentoo/pull/5445

 sys-apps/portage/portage-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index 84c6b23d3b4..5e2c76aee65 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=(
pypy
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 git-r3 multilib
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";



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

2017-08-16 Thread Amy Liffey
commit: 9143778ae06adcc728f491ededbd25694da18a2b
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Aug 16 17:36:47 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Aug 16 17:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9143778a

app-text/par: EAPI bump 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/par/{par-1.52.ebuild => par-1.52-r1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-text/par/par-1.52.ebuild b/app-text/par/par-1.52-r1.ebuild
similarity index 87%
rename from app-text/par/par-1.52.ebuild
rename to app-text/par/par-1.52-r1.ebuild
index dbaf0fdc8fa..7e6f9b7dcf6 100644
--- a/app-text/par/par-1.52.ebuild
+++ b/app-text/par/par-1.52-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs
 
 MY_P="Par${PV/./}"
@@ -16,7 +18,7 @@ IUSE=""
 DEPEND="!dev-util/par
!app-arch/par"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
 src_compile() {
make -f protoMakefile CC="$(tc-getCC) -c $CFLAGS" \
@@ -24,7 +26,7 @@ src_compile() {
 }
 
 src_install() {
-   newbin par par-format || die
+   newbin par par-format
doman par.1
dodoc releasenotes par.doc
 }



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

2017-08-16 Thread Amy Liffey
commit: 65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Aug 16 17:38:31 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Aug 16 17:40:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d44f0a

app-text/tabler: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/tabler/tabler-2-r1.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/app-text/tabler/tabler-2-r1.ebuild 
b/app-text/tabler/tabler-2-r1.ebuild
new file mode 100644
index 000..ed6a81d08f9
--- /dev/null
+++ b/app-text/tabler/tabler-2-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A utility to create text art tables from delimited input"
+HOMEPAGE="https://sourceforge.net/projects/tabler/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog README
+}



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

2017-08-16 Thread Matt Thode
commit: 1575a3f0986b08f966a57c964d53eb278069dd37
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 16 17:52:04 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 16 17:52:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1575a3f0

app-admin/mcollective: 2.11.2 bup with cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/mcollective/Manifest| 2 +-
 .../{mcollective-2.10.5.ebuild => mcollective-2.11.2.ebuild}  | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 69b898dbd42..cfcda790247 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,2 @@
-DIST mcollective-2.10.5.tar.gz 1510725 SHA256 
7da307010c40bdd1e2104f94e6e4ee1f53bd6dfde54a0aa3950cc558a3468d8f SHA512 
51cf6ee018f36ae9d223c7afe79b08ede9dee8bbc78a8d9e8d48399b0f26b264b3fedb459f82713fbabd4a015f5376e983363997e223b3a0bc0e4bec6bbd1e82
 WHIRLPOOL 
56bb3a954421c672cf39061ffec3425ef5d576a8e6f7e829c16747030bbeb618c57292f9a95077e0acc9de581439843b115538cb27d23208abe3d4656d702bad
 DIST mcollective-2.11.1.tar.gz 1516922 SHA256 
d5e150408e61d51b3844e14c6304cf61f27243c5dc658e689bbaaee91dce6b0b SHA512 
88d2511829936a5987c8ddab068f59d17f16230cb339801672238ae54ce2115e93d7271a78001176ccc203a1b70f7ee2f35992e414059f1db9cb05db210463e5
 WHIRLPOOL 
cff40347c46464a18d6d98e3a3e2a7dab4169f5c0e1b60f08f3292cc87adcc123fc423203d664bcee1dac47a1dd44e44726702de5c2ea0ed0c5e55d8dbe0b45a
+DIST mcollective-2.11.2.tar.gz 1516590 SHA256 
aa3664d5ba2d4d20e448c374c315c91d55b5bb43918a04092747a4052bc3f969 SHA512 
1dc393fa1a09c5151b64b84086ef9af934feeebd2700a00cc4c84696fa2a25d90a410a373b553198f5fda6e1e36808ffb8dc38edcb15bb9e4253998aa7504439
 WHIRLPOOL 
f808d4f9ffbf733842dd29f8e0548b90a4705f8b502dcc62509380b013d69de786204025490d4fb67d657e5c6597fb0d3ffdac2724e8dbca6347511ef50be54a

diff --git a/app-admin/mcollective/mcollective-2.10.5.ebuild 
b/app-admin/mcollective/mcollective-2.11.2.ebuild
similarity index 92%
rename from app-admin/mcollective/mcollective-2.10.5.ebuild
rename to app-admin/mcollective/mcollective-2.11.2.ebuild
index ec955b14231..795e3790264 100644
--- a/app-admin/mcollective/mcollective-2.10.5.ebuild
+++ b/app-admin/mcollective/mcollective-2.11.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 USE_RUBY="ruby21 ruby22 ruby23"
 
@@ -9,13 +9,13 @@ inherit ruby-ng
 
 DESCRIPTION="Framework to build server orchestration or parallel job execution
 systems"
-HOMEPAGE="http://marionette-collective.org/";
+HOMEPAGE="https://docs.puppet.com/mcollective/";
 
SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""
@@ -55,6 +55,6 @@ pkg_postinst() {
einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
einfo "is a new installation"
einfo
-   einfo "[1] http://activemq.apache.org/";
+   einfo "[1] https://activemq.apache.org/";
einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted";
 }



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

2017-08-16 Thread Matt Thode
commit: 2d9b09c0456d7a3199a1426885b8305ac6f7f65f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 16 17:42:54 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 16 17:52:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9b09c0

dev-ruby/facter: 3.7.1 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-ruby/facter/facter-3.7.1.ebuild 
b/dev-ruby/facter/facter-3.7.1.ebuild
index cc659bb14f6..5f534455759 100644
--- a/dev-ruby/facter/facter-3.7.1.ebuild
+++ b/dev-ruby/facter/facter-3.7.1.ebuild
@@ -14,7 +14,7 @@ S="${S}/all/${P}"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="debug test"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
 
 BDEPEND="
>=sys-devel/gcc-4.8:*



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

2017-08-16 Thread Hans de Graaff
commit: 2885ecf4d9ffb3757b90d01b1d4a2defbe1aaccc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug 16 18:04:19 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug 16 18:04:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2885ecf4

dev-ruby/rake: add ruby22

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/rake/rake-0.9.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rake/rake-0.9.6-r1.ebuild 
b/dev-ruby/rake/rake-0.9.6-r1.ebuild
index 4d3fa36e44b..a5f937717f0 100644
--- a/dev-ruby/rake/rake-0.9.6-r1.ebuild
+++ b/dev-ruby/rake/rake-0.9.6-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
@@ -45,7 +45,7 @@ all_ruby_compile() {
 }
 
 each_ruby_test() {
-   ${RUBY} -S testrb test/test_*.rb || die
+   ${RUBY} -S testrb-2 test/test_*.rb || die
 }
 
 all_ruby_install() {



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

2017-08-16 Thread Sebastien Fabbro
commit: de6f7fa12ac92c0074d82525ad58bff3cab5f416
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug 15 18:22:09 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug 16 18:11:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6f7fa1

sci-libs/scikits_learn: version bump. remove doc building for now (downloading 
internet data)

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 sci-libs/scikits_learn/Manifest|   1 +
 sci-libs/scikits_learn/scikits_learn-0.19.0.ebuild | 106 +
 2 files changed, 107 insertions(+)

diff --git a/sci-libs/scikits_learn/Manifest b/sci-libs/scikits_learn/Manifest
index 9b7f7d03ef7..ee5111b5906 100644
--- a/sci-libs/scikits_learn/Manifest
+++ b/sci-libs/scikits_learn/Manifest
@@ -2,3 +2,4 @@ DIST scikit-learn-0.17.1.tar.gz 7898571 SHA256 
9f4cf58e57d81783289fc503caaed1f21
 DIST scikit-learn-0.17.tar.gz 7834903 SHA256 
23a5b6804524cb2cd54d8310010169511c7633dcf69af7439747eec02677f314 SHA512 
53a76e2f90e27967bf216cd9d7e8051ed847a3381e3b7b7b8236511b4105eef41bd4d3c9f7f71a51db4b0bf99cbd571d7c1b26803757cff04424b70cb834b555
 WHIRLPOOL 
3a1ef13dafe6eb38389f68bc75dee10bfe141bac6d2782cd11be27ffcb8fe7efdf113b6911a238c6cd141bfe3b69960f47cf0725d0ea033129dff8fb5c57bef4
 DIST scikit-learn-0.18.1.tar.gz 8933930 SHA256 
1eddfc27bb37597a5d514de1299981758e660e0af56981c0bfdf462c9568a60c SHA512 
7149e683424351a28c19501302ece147cb03d4d12b08822eb2b1898a4978b96803323778fbba628008dd7a7c85daea4e9b550a71ee76851f9a09b2baac18a799
 WHIRLPOOL 
c709586d3b8bdd938a81e97cfc5c77e31b7b0ef068c2d3f6ec922999a524d9ba0234ca42270724b2f6f3da98409b6d85b229aa241adbc02136b95bbb91c757b6
 DIST scikit-learn-0.18.2.tar.gz 9224516 SHA256 
f78c3e11bf38838eaf637cdd9e8d6b575a4a4048d1670a03a72b0d00d3f39ffa SHA512 
7c5c7bdd577ad215790654ce1eff6e802aebe53283ab6c5f12684cf99aeecc8976f9a9803f619f549d4d03be0d7634f249046e4b4f15afa12aecb2697e2e0b05
 WHIRLPOOL 
eb4ca45c73892ca378bd580f00fd4d7ad3ea886d9522586e88bf291162cb30bd3bb23ead2c5d2283010fac650d183c0979710f30d1ba4a57f12a8e87052df847
+DIST scikit-learn-0.19.0.tar.gz 9341628 SHA256 
24f5cb67559e0df27827b1804b197431c08880d2ec9285724fac90906830021f SHA512 
1b88bc043b08de9b5bb1f3814b8101c73ced010cf94bd725fb69e1ef95b4a9597a34de4a19f84fbbf63e54d47e95b3ff498d611234fcdfcaa5e4e3cf696289d2
 WHIRLPOOL 
8131244337c0f491fe687f823164d6ee067b3531576243367c3c99069d5a395b8b38acbc1d446046bd05588637f7ddf329f5a3af9a707efad43f3cbb0d7da492

diff --git a/sci-libs/scikits_learn/scikits_learn-0.19.0.ebuild 
b/sci-libs/scikits_learn/scikits_learn-0.19.0.ebuild
new file mode 100644
index 000..0b9b744c56a
--- /dev/null
+++ b/sci-libs/scikits_learn/scikits_learn-0.19.0.ebuild
@@ -0,0 +1,106 @@
+# 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} )
+
+inherit distutils-r1 flag-o-matic
+
+MYPN="${PN/scikits_/scikit-}"
+MYP="${MYPN}-${PV}"
+
+DESCRIPTION="Python modules for machine learning and data mining"
+HOMEPAGE="http://scikit-learn.org";
+SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="examples test"
+
+# tried to unbundle virtual/python-funcsigs, funcsigs, odict
+# but it is a large mess to maintain
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/numpy[lapack,${PYTHON_USEDEP}]
+   sci-libs/scikits[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   virtual/blas:=
+   virtual/cblas:=
+"
+
+DEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   dev-python/numpy[lapack,${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   virtual/blas:=
+   virtual/cblas:=
+"
+
+S="${WORKDIR}/${MYP}"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.18.1-system-cblas.patch )
+
+python_prepare_all() {
+   # bug #397605
+   [[ ${CHOST} == *-darwin* ]] \
+   && append-ldflags -bundle "-undefined dynamic_lookup" \
+   || append-ldflags -shared
+
+   # scikits-learn now uses the horrible numpy.distutils automagic
+   export SCIPY_FCONFIG="config_fc --noopt --noarch"
+
+   # remove bundled cblas
+   rm -r sklearn/src || die
+
+   # commented out, since it is a mess to maintain
+   # use system joblib
+   #rm -r sklearn/externals/joblib || die
+   #sed -i -e '/joblib/d' sklearn/externals/setup.py || die
+   #for f in sklearn/{*/,}*.py; do
+   #   sed -r -e '/^from/s/(sklearn|\.|)\.externals\.joblib/joblib/' \
+   #   -e 's/from (sklearn|\.|)\.externals import/import/' -i 
$f || die
+   #done
+
+   # use system funcsigs and odict
+   #rm sklearn/externals/funcsigs.py || die
+   #rm sklearn/externals/odict.py || die
+   #for f in 
sklearn/{utils/fixes.py,gaussian_process/{tests

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

2017-08-16 Thread Sebastien Fabbro
commit: 0305b5ebd2c552ef4e639c7da23d4f3f0a199acd
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug 16 18:10:32 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug 16 18:11:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0305b5eb

sci-libs/symengine: fix library directory for multilib-strict

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 .../symengine/{symengine-0.3.0.ebuild => symengine-0.3.0-r1.ebuild} | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-libs/symengine/symengine-0.3.0.ebuild 
b/sci-libs/symengine/symengine-0.3.0-r1.ebuild
similarity index 89%
rename from sci-libs/symengine/symengine-0.3.0.ebuild
rename to sci-libs/symengine/symengine-0.3.0-r1.ebuild
index 45298fd2cbb..c493c94e39e 100644
--- a/sci-libs/symengine/symengine-0.3.0.ebuild
+++ b/sci-libs/symengine/symengine-0.3.0-r1.ebuild
@@ -33,7 +33,11 @@ pkg_pretend() {
 src_prepare() {
cmake-utils_src_prepare
sed -e "s|DESTINATION doc| DESTINATION share/doc/${PF}/html|" \
-   -i CMakeLists.txt || die
+   -e "s|/lib|/$(get_libdir)|g" \
+   -e "s|lib/|$(get_libdir)/|g" \
+   -e "/DESTINATION/s|lib|$(get_libdir)|g" \
+   -i CMakeLists.txt symengine/CMakeLists.txt \
+   symengine/utilities/teuchos/CMakeLists.txt || die
 }
 
 src_configure() {



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

2017-08-16 Thread Matt Thode
commit: eab676d427ea09665ff41296e55a638c700b8107
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 16 19:13:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 16 19:13:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab676d4

dev-ruby/facter: bup to 3.8.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-3.8.0.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 413ace4a5e9..6a6cb903028 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -6,3 +6,4 @@ DIST facter-3.6.4.tar.gz 373722 SHA256 
de12c53c74dd3f39633e61f62a900842d829cbe24
 DIST facter-3.6.5.tar.gz 371967 SHA256 
00e37c4c2cb0e8a95e3957239477e23c778c37d61d71f66bdab3e905ff969876 SHA512 
d925a9f8e0c0a2b94f56b6683b99fc70b7d48ad3388001bc341abed5b9c4594701a1756430fa2fd6a9ac8a2d3ec73562f1f8b909d364dc8b1c1e3c81f15041d6
 WHIRLPOOL 
ac4f5a1d52c8890a085f7f4aa6ee76a93c6af76021e4c1461164ba6d5536c0d1a371450247e40ecf5803533e27b25dbc6aa0b992d8444d65b0c76902703b6662
 DIST facter-3.6.6.tar.gz 372137 SHA256 
a06b6907d39a0974f39535a162a409a31bb9c4e99f9969aaa4cd1cb04062039f SHA512 
a0b83b1a03ae1abc0822d69b190dcfbf269f8219b3c17c887517fafcc16d9cdabd0938a14103ce3ed66e13d4b528620694a9f7e2697d23fadb108c44686dd8af
 WHIRLPOOL 
adea4eeb562c0995b1c7dfa972c4e83bea9c480451be3f88d4957fcfa41bef0bef9163c385eb385b17cdc98bc463147e3d6d7ab5c5ef44354c73c765c3da380c
 DIST facter-3.7.1.tar.gz 374576 SHA256 
fe62b0a33c9edd3f945c1d3057e45172a26952439e0e922341d3844864b92320 SHA512 
3b2d218d60f5ad9ef756a50540f638303b7a4eb0ea2afca10d2c41f4e6e3f6c2bb6337de417e4989664e32317b0f8db921fed68e813e4cebe10083c943b33fee
 WHIRLPOOL 
342d3d26cb23116a469530f4e3621575650dbfce0b66f8e5debcd05d05736b24df14b20213b4540a0be2065b50e445385b4c3cc583c88490dce4b59b1408e806
+DIST facter-3.8.0.tar.gz 378859 SHA256 
1a481a50a621e55fdf2b1b2da089315209ec40b255687ad66cbe8bf32cce5ab9 SHA512 
e28771c7136c9b40e2f8b3509fbe07188d2640288705b5bd531521e476b8b8386e5003448b4c199c9d6cced8128ec113dcc9ae317cd4aa5319da906e605cfc4d
 WHIRLPOOL 
212ac005ab67fddea50d7bee4deaec125eb85f1d0f11fbcfb709eb95b26bfc3fbc85430d260d3a72413c368c07b5b66325bf44bd1ced4aae1cb18733ec09fa40

diff --git a/dev-ruby/facter/facter-3.8.0.ebuild 
b/dev-ruby/facter/facter-3.8.0.ebuild
new file mode 100644
index 000..9e7deeaa732
--- /dev/null
+++ b/dev-ruby/facter/facter-3.8.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+inherit cmake-utils eutils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/leatherman-1.0.0
+   dev-cpp/cpp-hocon"
+CDEPEND="
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   >=dev-libs/boost-1.54[nls]
+   >=dev-cpp/yaml-cpp-0.5.1
+   ! "${D}/etc/env.d/00facterdir"
+   fperms 0644 /etc/env.d/00facterdir
+}



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

2017-08-16 Thread Michał Górny
commit: ee44f9fa4c63504108a1ce2c0966d2c06435d641
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Tue Aug 15 17:40:15 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 19:16:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee44f9fa

sys-apps/qdirstat: version bump to 1.4

Signed-off by: Jonathan Scruggs (j.scruggs  gmail.com)

 sys-apps/qdirstat/Manifest|  1 +
 sys-apps/qdirstat/qdirstat-1.4.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/qdirstat/Manifest b/sys-apps/qdirstat/Manifest
index fc73d946bc6..bd96800581b 100644
--- a/sys-apps/qdirstat/Manifest
+++ b/sys-apps/qdirstat/Manifest
@@ -1,2 +1,3 @@
 DIST qdirstat-1.0.tar.gz 805110 SHA256 
b8404af004606a9d0e7f3a35bb28f6629a8c84620549fcab8898a551cc07b3a4 SHA512 
9e98ea690fd84b435f1b4078c79350a7c0ee6b48560dc500fc9410633a650539c2db16f0526e181700580de0ee8b3044d1219eafc9870cd7e421511159b6d11d
 WHIRLPOOL 
222945223109e9fc6bc2ae1dedeb5e55da4833be688abc14fc884bdd7ed566446d328142b770cebb0438aef52bcc1b48609f45790fc8efdbe36d96b609f9db29
 DIST qdirstat-1.2.tar.gz 1022084 SHA256 
d79734915768ae858c784142c7a07b7599178329b40c73894bf575decaf1a911 SHA512 
cc340ab9cacdd1ec7edb9baa45302cc9d43b0389b9e0b5dd542b2fa98e8c5a0872350a01790107db4f95e57c9bc45107d019f00841a88fc4a9778178a4f84feb
 WHIRLPOOL 
77e45a215bdeba0cdf71ecc430b8e7d909b21cbd0d02f18f366573be5007eb7addcbf40d1dd3fe4f0b35b270804638b7e92da4ed123cc9ac4c1aa8ace7e7c2ec
+DIST qdirstat-1.4.tar.gz 2534241 SHA256 
7f9a0a7304c55ebfad1e50c7747ba762b07068f48304b3d3919bdb65ee037999 SHA512 
5711a78297f4224e4471ac14d8e42ee9ac746cc31315ff894dafa1db578eff4ff2a5c62edc525a49c523154a0de402f878200d96601c7924bf0273f0eac9ab74
 WHIRLPOOL 
4c0be459086411f649cae9d92caebe99a7bb608d6add3a5f34f2c5caa6e63b90a13e54e55c1e7f4a1c95dfc8e228c366bf4f2e2928881a9464226dbc754597cf

diff --git a/sys-apps/qdirstat/qdirstat-1.4.ebuild 
b/sys-apps/qdirstat/qdirstat-1.4.ebuild
new file mode 100644
index 000..c7c59c77ebd
--- /dev/null
+++ b/sys-apps/qdirstat/qdirstat-1.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils qmake-utils xdg-utils
+
+DESCRIPTION="Qt app to show where your disk space has gone and to help you 
clean it up"
+HOMEPAGE="https://github.com/shundhammer/qdirstat";
+SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-qt/qtgui:5
+   dev-qt/qtcore:5
+   dev-qt/qtwidgets:5"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${ED}" install
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+   xdg_desktop_database_update
+}



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

2017-08-16 Thread Michał Górny
commit: 16f4a0e502e9618cdaa3f60f47fbeff90ac7848e
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Tue Aug 15 17:41:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 16 19:16:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f4a0e5

sys-apps/qdirstat: remove old versions

Closes: https://github.com/gentoo/gentoo/pull/5432
Signed-off by: Jonathan Scruggs (j.scruggs  gmail.com)

 sys-apps/qdirstat/Manifest|  2 --
 sys-apps/qdirstat/qdirstat-1.0.ebuild | 29 -
 sys-apps/qdirstat/qdirstat-1.2.ebuild | 27 ---
 3 files changed, 58 deletions(-)

diff --git a/sys-apps/qdirstat/Manifest b/sys-apps/qdirstat/Manifest
index bd96800581b..52d0d4ccf79 100644
--- a/sys-apps/qdirstat/Manifest
+++ b/sys-apps/qdirstat/Manifest
@@ -1,3 +1 @@
-DIST qdirstat-1.0.tar.gz 805110 SHA256 
b8404af004606a9d0e7f3a35bb28f6629a8c84620549fcab8898a551cc07b3a4 SHA512 
9e98ea690fd84b435f1b4078c79350a7c0ee6b48560dc500fc9410633a650539c2db16f0526e181700580de0ee8b3044d1219eafc9870cd7e421511159b6d11d
 WHIRLPOOL 
222945223109e9fc6bc2ae1dedeb5e55da4833be688abc14fc884bdd7ed566446d328142b770cebb0438aef52bcc1b48609f45790fc8efdbe36d96b609f9db29
-DIST qdirstat-1.2.tar.gz 1022084 SHA256 
d79734915768ae858c784142c7a07b7599178329b40c73894bf575decaf1a911 SHA512 
cc340ab9cacdd1ec7edb9baa45302cc9d43b0389b9e0b5dd542b2fa98e8c5a0872350a01790107db4f95e57c9bc45107d019f00841a88fc4a9778178a4f84feb
 WHIRLPOOL 
77e45a215bdeba0cdf71ecc430b8e7d909b21cbd0d02f18f366573be5007eb7addcbf40d1dd3fe4f0b35b270804638b7e92da4ed123cc9ac4c1aa8ace7e7c2ec
 DIST qdirstat-1.4.tar.gz 2534241 SHA256 
7f9a0a7304c55ebfad1e50c7747ba762b07068f48304b3d3919bdb65ee037999 SHA512 
5711a78297f4224e4471ac14d8e42ee9ac746cc31315ff894dafa1db578eff4ff2a5c62edc525a49c523154a0de402f878200d96601c7924bf0273f0eac9ab74
 WHIRLPOOL 
4c0be459086411f649cae9d92caebe99a7bb608d6add3a5f34f2c5caa6e63b90a13e54e55c1e7f4a1c95dfc8e228c366bf4f2e2928881a9464226dbc754597cf

diff --git a/sys-apps/qdirstat/qdirstat-1.0.ebuild 
b/sys-apps/qdirstat/qdirstat-1.0.ebuild
deleted file mode 100644
index 730aff36608..000
--- a/sys-apps/qdirstat/qdirstat-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt app to show where your disk space has gone and to help you 
clean it up"
-HOMEPAGE="https://github.com/shundhammer/qdirstat";
-SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-qt/qtgui:5
-   dev-qt/qtcore:5
-   dev-qt/qtwidgets:5"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   emake INSTALL_ROOT="${ED}" install
-}

diff --git a/sys-apps/qdirstat/qdirstat-1.2.ebuild 
b/sys-apps/qdirstat/qdirstat-1.2.ebuild
deleted file mode 100644
index 9d7118c1063..000
--- a/sys-apps/qdirstat/qdirstat-1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-DESCRIPTION="Qt app to show where your disk space has gone and to help you 
clean it up"
-HOMEPAGE="https://github.com/shundhammer/qdirstat";
-SRC_URI="https://github.com/shundhammer/qdirstat/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-qt/qtgui:5
-   dev-qt/qtcore:5
-   dev-qt/qtwidgets:5"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   emake INSTALL_ROOT="${ED}" install
-}



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

2017-08-16 Thread Paweł Hajdan
commit: 8cc188a0e7c219f6d0deeb2268142a2d6ae91682
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Wed Aug 16 19:35:01 2017 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Wed Aug 16 19:35:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc188a0

www-client/chromium: fix build with gcc-5

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

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-client/chromium/chromium-61.0.3163.39.ebuild |  1 +
 www-client/chromium/files/chromium-gcc5-r1.patch | 66 
 2 files changed, 67 insertions(+)

diff --git a/www-client/chromium/chromium-61.0.3163.39.ebuild 
b/www-client/chromium/chromium-61.0.3163.39.ebuild
index 6d7c9fefa05..4c89199ef92 100644
--- a/www-client/chromium/chromium-61.0.3163.39.ebuild
+++ b/www-client/chromium/chromium-61.0.3163.39.ebuild
@@ -147,6 +147,7 @@ PATCHES=(
"${FILESDIR}/${PN}-gn-bootstrap-r14.patch"
"${FILESDIR}/${PN}-atk-r1.patch"
"${FILESDIR}/${PN}-mojo-dep.patch"
+   "${FILESDIR}/${PN}-gcc5-r1.patch"
 )
 
 pre_build_checks() {

diff --git a/www-client/chromium/files/chromium-gcc5-r1.patch 
b/www-client/chromium/files/chromium-gcc5-r1.patch
new file mode 100644
index 000..ec3e3e66343
--- /dev/null
+++ b/www-client/chromium/files/chromium-gcc5-r1.patch
@@ -0,0 +1,66 @@
+--- a/chrome/browser/devtools/devtools_file_system_indexer.cc
 b/chrome/browser/devtools/devtools_file_system_indexer.cc
+@@ -34,7 +34,6 @@ using base::TimeDelta;
+ using base::TimeTicks;
+ using content::BrowserThread;
+ using std::map;
+-using std::set;
+ using std::string;
+ using std::vector;
+ 
+@@ -191,7 +190,7 @@ vector Index::Search(const string& query) {
+ if (trigram != kUndefinedTrigram)
+   trigrams.push_back(trigram);
+   }
+-  set file_ids;
++  std::set file_ids;
+   bool first = true;
+   vector::const_iterator it = trigrams.begin();
+   for (; it != trigrams.end(); ++it) {
+@@ -203,7 +202,7 @@ vector Index::Search(const string& query) {
+   first = false;
+   continue;
+ }
+-set intersection = base::STLSetIntersection >(
++std::set intersection = base::STLSetIntersection 
>(
+ file_ids, index_[trigram]);
+ file_ids.swap(intersection);
+   }
+diff --git 
a/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.h 
b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.h
+index 94bb9161ec85..e40c6387f72e 100644
+--- a/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.h
 b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.h
+@@ -63,7 +63,7 @@ class WTF_EXPORT ArrayBufferContents {
+   allocation_length_(0),
+   data_(data),
+   data_length_(0),
+-  kind_(AllocationKind::kNormal),
++  kind_(WTF::ArrayBufferContents::AllocationKind::kNormal),
+   deleter_(deleter) {}
+ DataHandle(void* allocation_base,
+size_t allocation_length,
+@@ -94,11 +94,11 @@ class WTF_EXPORT ArrayBufferContents {
+  reinterpret_cast(allocation_base_) +
+  allocation_length_);
+   switch (kind_) {
+-case AllocationKind::kNormal:
++case WTF::ArrayBufferContents::AllocationKind::kNormal:
+   DCHECK(deleter_);
+   deleter_(data_);
+   return;
+-case AllocationKind::kReservation:
++case WTF::ArrayBufferContents::AllocationKind::kReservation:
+   ReleaseReservedMemory(allocation_base_, allocation_length_);
+   return;
+   }
+--- a/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc.orig   
2017-08-15 12:45:59.433532111 +
 b/third_party/webrtc/modules/audio_processing/aec3/aec_state.cc
2017-08-15 17:52:59.691328825 +
+@@ -10,7 +10,7 @@
+ 
+ #include "webrtc/modules/audio_processing/aec3/aec_state.h"
+ 
+-#include 
++#include 
+ #include 
+ #include 
+ 



[gentoo-commits] repo/gentoo:master commit in: dev-python/aldryn-common/files/

2017-08-16 Thread Patrice Clement
commit: 787c7383d501e186dd8e1c578f8594ae59ba62de
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Wed Aug 16 12:26:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Aug 16 20:04:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787c7383

dev-python/aldryn-common: remove unused patch.

Closes: https://github.com/gentoo/gentoo/pull/5444

 dev-python/aldryn-common/files/exclude_tests.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-python/aldryn-common/files/exclude_tests.patch 
b/dev-python/aldryn-common/files/exclude_tests.patch
deleted file mode 100644
index 8b029edb294..000
--- a/dev-python/aldryn-common/files/exclude_tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 setup.py.old   2016-06-20 13:30:32.787572664 +0200
-+++ setup.py   2016-06-20 13:33:47.360904835 +0200
-@@ -32,7 +32,7 @@
- author='Divio AG',
- author_email='i...@divio.ch',
- url='https://github.com/aldryn/aldryn-common',
--packages=find_packages(),
-+packages=find_packages(exclude=('tests',)),
- license='LICENSE.txt',
- platforms=['OS Independent'],
- install_requires=REQUIREMENTS,



[gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/

2017-08-16 Thread Ian Stakenvicius
commit: 4909a0975273b4cac5e13fa3e9c63910078bb25b
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Aug 16 20:35:50 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Aug 16 20:35:50 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=4909a097

seamonkey: bump tbird-rolled 2.49 to 2.49.3.0

 www-client/seamonkey/Manifest | 2 +-
 www-client/seamonkey/seamonkey-2.49.3.0_p0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index 37b8f38..a96bda5 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -23,4 +23,4 @@ DIST seamonkey-2.48-zh-CN.xpi 934871 SHA256 
991629043056dd722202116ef026aeb86a86
 DIST seamonkey-2.48-zh-TW.xpi 991735 SHA256 
bb41ee50948baca9e78ae1ba0174046bde21d7bb823c6b365e32d7a8c6a9c50f SHA512 
d14be0b9da910e3c7014c4ac9e6fc8270eb43176623280c55eec9e63c5fd0ce9b83db781cdbcd1eae67281fd09ad6dc2218df479e66076878c6bda12c2f2eeb3
 WHIRLPOOL 
cc9bda10829ad4149e28b82f59580bc5d2a8d91c00c0e153bdb130be60e57f155df72929029f92c61ef444b5cea48bb47e10aa48615af4686e2dfc8370565c09
 DIST seamonkey-2.48.source.tar.xz 220412744 SHA256 
6f9a07c86ba6474b44e5083f9d1315d01778c097937f7da4c5701debffab2631 SHA512 
b1992a1dbaeb045aea10ff02aa214ec0c1725e3ad0844d2dffd1c0d0c26754fbd98b5fb5df25a2a490ebcb7a47037c61599b0a2e9240338b4e769e529faa33cf
 WHIRLPOOL 
ab0a2ee21efb8d446283ae1df6b2af8fe318fe5dbb41563c140f13f59780c8f252028019d9c181e0b0369201808dfe306058ac6fb5d7207cfbc241ba098ab7a6
 DIST seamonkey-2.49-l10n-sources-20170727.tar.xz 13871252 SHA256 
73ad2bb8f1a48d9250d5825c318672e380f534672a9ae42dd7e4ea0506aff0e6 SHA512 
6d5938ad16db53629a2e46a81a67827fafd33a00ff71ff6aaeb3151c2c29ae0e59b2f5e35f7d54b1a23882b7b85467202f62653510405fa1dac2ea4180130721
 WHIRLPOOL 
4e6960b0d065b60142baab1af37b5baed5bc3cddef79b12c689fe735bc4dea969e09756c09da22520600835a42df9f04f45fc8dfac7b92cc04251d403392b54a
-DIST thunderbird-52.2.0.source.tar.xz 228453944 SHA256 
c65c66244ac113996002bcfa9e387f14291163cfb7009a9126e3a8d4a970e72d SHA512 
e5c2ad5f7bbea4fb9abca94db6c149ee459c1c35b756b7840ee87b5fb631ccbcd323c743a12cddf8d504e0175bb93378beb7fe100b185ea6ab03a4968859ea89
 WHIRLPOOL 
54fb8bb90613a8debe3d5710e4d62acac20ed64c430de28b2910629d81dad1cfe894e6768065bf4a10e321ed2ab8d31fa7bcba775512414b2bb50c4939c304c6
+DIST thunderbird-52.3.0.source.tar.xz 228532004 SHA256 
050acc320a9c50365a53e4faa6538a0ad7f9a302d5f2cfb6edf0c6fe1b573b18 SHA512 
10e6495d207328aae325a797be1de5e535b5d967df929b0af9d7554d0473b5a7931c8f9cb1793e843b1913f441f790169dd4ac1ad9e0e53e66bc8e1c1dd60e66
 WHIRLPOOL 
cd097157eb99a9b98aca63b259b77edcd1ceea5c150869fe485ab1219c1c84bcfbc7d70ecedca4b8733e8adf015ad0d5503db985b098207cd3b18497602c4223

diff --git a/www-client/seamonkey/seamonkey-2.49.3.0_p0.ebuild 
b/www-client/seamonkey/seamonkey-2.49.3.0_p0.ebuild
index b91c4f7..ce5fe64 100644
--- a/www-client/seamonkey/seamonkey-2.49.3.0_p0.ebuild
+++ b/www-client/seamonkey/seamonkey-2.49.3.0_p0.ebuild
@@ -61,7 +61,7 @@ fi
 
 MOZCONFIG_OPTIONAL_GTK3=1
 MOZCONFIG_OPTIONAL_WIFI=1
-inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.52 
pax-utils xdg-utils autotools mozextension nsplugins mozlinguas-v2
+inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-v6.53 
pax-utils xdg-utils autotools mozextension nsplugins mozlinguas-v2
 
 PATCHFF="firefox-52.2-patches-02"
 PATCH="${PN}-2.46-patches-01"



  1   2   >