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

2017-07-18 Thread Amy Liffey
commit: b76a52aa2a2db0ed0f472c72f4c1078f1159da34
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Jul 19 05:08:28 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Jul 19 05:08:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76a52aa

app-editors/bluefish: version bump 2.2.10 bug #619734

Submitted-by: Kristoffer Bernssen  gmail.com>

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-editors/bluefish/Manifest   |   1 +
 app-editors/bluefish/bluefish-2.2.10.ebuild | 107 
 2 files changed, 108 insertions(+)

diff --git a/app-editors/bluefish/Manifest b/app-editors/bluefish/Manifest
index 3b2a5d78c78..0b82515248c 100644
--- a/app-editors/bluefish/Manifest
+++ b/app-editors/bluefish/Manifest
@@ -1,3 +1,4 @@
+DIST bluefish-2.2.10.tar.bz2 4159964 SHA256 
afeca12b693bb58e30c2199e6a21cc06da02d88e0ac9d08b7a231a9c8e7c3eb2 SHA512 
ddfad4c595d371dfd7ca5551c1771c2d82dbffcc90acda31bbd2a048730e24e2d1e37fbe847e5005d96acefdf5f38cb93785d23817e59624ecd7ea10bfbc3aeb
 WHIRLPOOL 
bdc8153cb851b4083048799244d9964b06964d4da55ac79c5cfed665a5e118c9575b1b22e324476574e3cd03e03eafd01b440be74f4c3716365e76ce03d8b6b9
 DIST bluefish-2.2.6.tar.bz2 3793018 SHA256 
54c2892c317eb2287c9fb0a3e29c3f19bef51d9ab0353bfb158e52a1cdae4216 SHA512 
39dee296ec6bbe1a946f9fb1c54e7143363da4bb6ce52aee14c9bef906d2eb82e5e58f78680810357c0bfcb11c21f982756a9199fec2f454c2816005a4d9d83e
 WHIRLPOOL 
b0847ea74fdc388e9ddccf1a23e8802379d149b85c5010ff9a64b3e061b0c1999e1f1a5872404b8bad2b0024fcdb09db964dae2177092d770f56aca50628d146
 DIST bluefish-2.2.8.tar.bz2 4097769 SHA256 
32578f955cee3f43e5b3a86e2588e6a679df94438b21dcbe38e3c82282745000 SHA512 
0450909feb2370c1c84a214744f103bfe891086ba5f3ccc85060b4e134ee2161c3fde641720a3544a4d71c25f120a35925517cee4ffce6e2f07c778baa2cc5c1
 WHIRLPOOL 
0253e2176d68033c57db2ea1ec67c8e154722835652fe792e218a9430832ad40f67c360fc03f03e7317cda5d0fff7e83437cfd8543d58dbaf7b663ee4f68a77f
 DIST bluefish-2.2.9.tar.bz2 4082978 SHA256 
5b717b563325bc6c2b6cb2700323c93eb08f914f204b322241d21744a079f7d0 SHA512 
ef644b37907d308b908d508ad00069e48343cd240ca7703a20b4498eda73be1a97a6c07598f6e51d4fb1c0f2a380c86a274ccbbe046da01db6c4641e41e268ae
 WHIRLPOOL 
4e03efbc1fef3b8064e042b8532f96cafdc95ba6350b86f2b7928b93ac11bde329a16822f71bb50912c8e27a75349e8768be89e14fa5186912a5f1a13eb4d14d

diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild 
b/app-editors/bluefish/bluefish-2.2.10.ebuild
new file mode 100644
index 000..7247ae901c8
--- /dev/null
+++ b/app-editors/bluefish/bluefish-2.2.10.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils fdo-mime python-single-r1
+
+MY_P=${P/_/-}
+
+DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer"
+SRC_URI="http://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2;
+HOMEPAGE="http://bluefish.openoffice.nl/;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0"
+IUSE="+gtk3 gucharmap nls python spell"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   gnome-extra/gucharmap:2.90
+   sys-libs/zlib
+   !gtk3? ( x11-libs/gtk+:2 )
+   gtk3? (
+   x11-libs/gtk+:3
+   gucharmap? ( gnome-extra/gucharmap:2.90 )
+   )
+   python? ( ${PYTHON_DEPS} )
+   spell? ( app-text/enchant )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=dev-libs/glib-2.24:2
+   virtual/pkgconfig
+   x11-libs/pango
+   nls? (
+   sys-devel/gettext
+   dev-util/intltool
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+# there actually is just some broken manpage checkup -> not bother
+RESTRICT="test"
+
+pkg_setup() {
+   if ! use gtk3 && use gucharmap ; then
+   ewarn "gucharmap USE flag requires the gtk3 USE flag being 
enabled."
+   ewarn "Disabling charmap plugin."
+   fi
+
+   use python && python-single-r1_pkg_setup
+}
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.9-charmap_configure.patch"
+)
+
+# eautoreconf seems to no longer kill translation files.
+src_prepare() {
+   default
+   eautoreconf
+   sed -i 's:gzip -n $< -c:gzip -n -c $<:' data/bflib/Makefile.* || die 
"Cannot fix makefile"
+}
+
+src_configure() {
+   econf \
+   --disable-dependency-tracking \
+   --disable-update-databases \
+   --disable-xml-catalog-update \
+   $(use_with !gtk3 gtk2) \
+   $(usex gtk3 "$(use_with gucharmap charmap)" 
'--without-charmap') \
+   $(use_enable nls) \
+   $(use_enable spell spell-check) \
+   $(use_enable python)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+
+   einfo "Adding 

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

2017-07-18 Thread Markus Meier
commit: 69af2b9521ded219607729abc75d35b5a40a75cd
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jul 19 04:48:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jul 19 04:48:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69af2b95

dev-libs/ptexenc: arm stable, bug #624446

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild 
b/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
index 0ae2ff6ec32..fc5d38d8dd0 100644
--- a/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
+++ b/dev-libs/ptexenc/ptexenc-1.3.5_p20170524.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-macos"
 IUSE="iconv static-libs"
 
 DEPEND="iconv? ( virtual/libiconv )



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

2017-07-18 Thread Markus Meier
commit: f21ea390c63be2a156e9377ac4f7fa284cbeb03e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jul 19 04:48:26 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jul 19 04:48:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21ea390

dev-tex/bibtexu: arm stable, bug #62

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild 
b/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild
index ada42db84d7..b63b3fc1ac1 100644
--- a/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild
+++ b/dev-tex/bibtexu/bibtexu-3.71_p20170524.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 RDEPEND=">=dev-libs/kpathsea-6.2.1:=



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

2017-07-18 Thread Markus Meier
commit: 682759542267fbc6177121af5651406401ef8ce7
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jul 19 04:47:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jul 19 04:47:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68275954

app-text/dvipsk: arm stable, bug #624442

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-text/dvipsk/dvipsk-5.997_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild 
b/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
index cc22d93147a..eba2007cca7 100644
--- a/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
+++ b/app-text/dvipsk/dvipsk-5.997_p20170524.ebuild
@@ -28,7 +28,7 @@ SRC_URI="${SRC_URI} ) "
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



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

2017-07-18 Thread Markus Meier
commit: fcd4fe368a92cf43bf68a168a1297f4491dc364e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jul 19 04:47:15 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jul 19 04:47:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd4fe36

app-text/ps2pkm: arm stable, bug #624440

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild 
b/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
index 4dc6727cd87..cc271c43e3c 100644
--- a/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
+++ b/app-text/ps2pkm/ps2pkm-1.8_p20170524.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-libs/kpathsea-6.2.1"



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

2017-07-18 Thread Alexis Ballier
commit: f2832196316ae30ac9a141863d234114f3361b73
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 19 03:47:29 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 19 03:47:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2832196

media-video/totem: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/totem/totem-3.22.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/totem/totem-3.22.1-r1.ebuild 
b/media-video/totem/totem-3.22.1-r1.ebuild
index 2a38b0f5264..4728c94373a 100644
--- a/media-video/totem/totem-3.22.1-r1.ebuild
+++ b/media-video/totem/totem-3.22.1-r1.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="
zeitgeist? ( introspection )
 "
 
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd"
 
 # FIXME:
 # Runtime dependency on gnome-session-2.91



[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/, www-client/firefox/, eclass/

2017-07-18 Thread Jory Pratt
commit: 28aa302609f39f6385f97fa4a2a949d921948b2a
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Wed Jul 19 03:00:24 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Wed Jul 19 03:00:24 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=28aa3026

mail-client/thunderbird, www-client/firefox, eclass/mozconfig-v6.52:
Update esr patchset, enable bpf sandbox

 eclass/mozconfig-v6.52.eclass | 4 
 mail-client/thunderbird/Manifest  | 2 +-
 mail-client/thunderbird/thunderbird-52.2.0.ebuild | 2 +-
 www-client/firefox/Manifest   | 2 +-
 www-client/firefox/firefox-52.2.0.ebuild  | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
index c859aa7..8dbb55f 100644
--- a/eclass/mozconfig-v6.52.eclass
+++ b/eclass/mozconfig-v6.52.eclass
@@ -312,6 +312,10 @@ mozconfig_config() {
mozconfig_annotate '-pulseaudio' --enable-alsa
fi
 
+   # Enable sandbox and content sandboxing
+   mozconfig_annotate 'sandbox' --enable-sandbox
+   mozconfig_annotate 'sandbox' --enable-content-sandbox
+ 
mozconfig_use_enable system-cairo
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 0b8c443..e58132c 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,4 +1,4 @@
-DIST firefox-52.2-patches-01.tar.xz 10400 SHA256 
18dbd0d6bbab50918ef3341b739710d45a45efb4aa6cee86b4b8a620cc590b93 SHA512 
85cc57e27c46c3243deedcc21d248babbd9ac6c144332ac70dd6e00161fb46584d090683bc1e066c0e9136d6ede5a4e30ccb68d83cad448f6b0d8223c726dafc
 WHIRLPOOL 
65d351f5919b897af516754df0df57b65789d8030280a35d9ab1c2e7790b2713aaac8ad1caaa1ee42007aed17f971355d7f478d134930d0e1a6148a254dd9bba
+DIST firefox-52.2-patches-02.tar.xz 12584 SHA256 
3714ebf55a11cec435a42dad0e351a6648f345cda947cfdcce5d163e86af9c27 SHA512 
e16d014c60f9c665e5bf1a5e9b7940b101a38f6af26970bd7c71cf0764a11d65816ad2fef2050fd6fc7b10835161d1babcb64c1b10eba1b0c7b3310fc40b57ef
 WHIRLPOOL 
487a383e3db49c57e40c31524faf4d94fcd925b0680eb2ba5e2456a545c494625048f8894e48d4271ef7452ab538a249ac11d826fcf09b8e210fa831580a3b6b
 DIST gdata-provider-3.3.tar.xz 85628 SHA256 
1a1751a5dd3d941bb28051c1d3af5d96c6c06b00c1b2d6b2442e312ec14644bd SHA512 
ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b
 WHIRLPOOL 
2b77c9343437633dc8b26365b6f172999364b81b4928744e0eba0d0de50179fbd845085cc4fbf95a0c068a9b76bd2280db8f9f349ded680686ab6cac949bbcc6
 DIST lightning-5.4.1.tar.xz 1891296 SHA256 
2c7eb418eeb54919542cb097c76af8c61ada1738b30562a54dfdc1091a416e7f SHA512 
d5e6197f53443f7baf2c8487293e59ce825bd835870c2b38c64feefcf3a20ee46a41e9c2320f55157bed1a647ef51e97b74efc1d1ad41be34caefc943bfdaaca
 WHIRLPOOL 
5e046c862e4fe9ac47a7be4d7fc3342ccb67b8f76c1f8b542f75a8b81816ef7edff9b478525e2fe0efb7d21eb0fe8cec3ee28185a73338ba59e84de3dd622c4a
 DIST thunderbird-52.2.0-ar.xpi 604235 SHA256 
424ae192efaaa942346ef3d65fd119bbb94f9a30b584266bfb2a0b7e34c5b143 SHA512 
09a02ef659b8bda73b8ead897c4486a83af514a1d304805bc8220c39b3af375798d93ba711bcf5507c133c612fef57cab9c87226ef542b6309e13f8e75b7ee4c
 WHIRLPOOL 
a2a6e7838a4f92e5dd457f9315f6ecc6da7303be9fe2e3acc8d18ac585306445f2dda321498f08aea5ddd7e5eef9149bd985f7f3f46c4498862b488f42cb978b

diff --git a/mail-client/thunderbird/thunderbird-52.2.0.ebuild 
b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
index fe60ce0..eaf5dcc 100644
--- a/mail-client/thunderbird/thunderbird-52.2.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
@@ -17,7 +17,7 @@ uk vi zh-CN zh-TW )
 MOZ_PV="${PV/_beta/b}"
 
 # Patches
-PATCHFF="firefox-52.2-patches-01"
+PATCHFF="firefox-52.2-patches-02"
 
 MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases;
 

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 23c8cdb..af5f38a 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,4 +1,4 @@
-DIST firefox-52.2-patches-01.tar.xz 10400 SHA256 
18dbd0d6bbab50918ef3341b739710d45a45efb4aa6cee86b4b8a620cc590b93 SHA512 
85cc57e27c46c3243deedcc21d248babbd9ac6c144332ac70dd6e00161fb46584d090683bc1e066c0e9136d6ede5a4e30ccb68d83cad448f6b0d8223c726dafc
 WHIRLPOOL 
65d351f5919b897af516754df0df57b65789d8030280a35d9ab1c2e7790b2713aaac8ad1caaa1ee42007aed17f971355d7f478d134930d0e1a6148a254dd9bba
+DIST firefox-52.2-patches-02.tar.xz 12584 SHA256 
3714ebf55a11cec435a42dad0e351a6648f345cda947cfdcce5d163e86af9c27 SHA512 
e16d014c60f9c665e5bf1a5e9b7940b101a38f6af26970bd7c71cf0764a11d65816ad2fef2050fd6fc7b10835161d1babcb64c1b10eba1b0c7b3310fc40b57ef
 WHIRLPOOL 
487a383e3db49c57e40c31524faf4d94fcd925b0680eb2ba5e2456a545c494625048f8894e48d4271ef7452ab538a249ac11d826fcf09b8e210fa831580a3b6b
 DIST firefox-52.2.0esr-ach.xpi 427640 SHA256 

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

2017-07-18 Thread Matt Thode
commit: bc86e051e366c4910d8f567aad1480745e7663a2
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 19 02:56:31 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 19 02:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc86e051

dev-ruby/facter: 2.5.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-2.5.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 4f30746ab87..8af1894dfa1 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -1,4 +1,5 @@
 DIST facter-2.4.6.gem 246272 SHA256 
56ffc5fbcd550fcdb4788bc4d7fd0199bff69937d6df1e5a1f61c92d143d78fe SHA512 
a0a2bef37451ab96ed331c79171f77d89b6db430b083e6888a306fa5b57a72986b7f600cad3e09b5f4706e54736d1d32ea25525fe18a6108cc95f315da16664a
 WHIRLPOOL 
fca6165c55d6123e1ab123e5d3459943fda845e696b111520fb6de682ab56fd51a9a4ca072e0a533496c0aedd83b2b26f827147ed01a30dbe72389250437301e
+DIST facter-2.5.0.gem 246784 SHA256 
dd9c42a76630a7334570419b03886a1e2f0dc298db3630f92ed25090fad5241c SHA512 
a67fc220a181152a639f130f9b0f2313eed2f7bcadf7b956d71051a6a6e1e6f099d2db9f86e8c67a14d1101f7d97481556028b7a559f7c5aaa27aad7515654eb
 WHIRLPOOL 
f723ed180a93a837b7b8abdd7af08175c8042f71c4339c6f0a3d8342138d364e9502f2abd04241ca0833367edc0edbe6468a73e3ade47a4f2033b9d2e5859d27
 DIST facter-3.1.4.tar.gz 620501 SHA256 
7ca1872edbdc5ffcd11dc292e5e0625c9e0d35aa7966d8803859da0d035c7fcf SHA512 
2fcc990c8e26349b9fa87cd1f7c43dffd49ffacf03c3467e836ea0bcd7527e1d40b6240646fd7dd6346121ca802fe86e996e209d838db91e8fe55298fdab4e0e
 WHIRLPOOL 
224b17990fc559fce3a7c9b31c14dd45033127b078d68fac024cb6db192573085187163932c9dacd8fd94a281bd8d58ac1c75229a8e3bce4c4f070ebc81ff0f3
 DIST facter-3.1.8.tar.gz 324710 SHA256 
bd393026640baf149507c11d36be144759889d4c90174d7c6bfb35e0a341fbca SHA512 
2884c2c0bb3075b2552763dee7f33228b0e70b4eb46367f52c4cbf9e01930ddc5e58d062d06ced4174900fc3eae5214d80471a4fe499bf0f2ac0278640e0e8c7
 WHIRLPOOL 
465432940e068318da0028ce1c8ea3084392212cfc6a50449a3ba034fe721836c88ba16c2248b4b3f062a890087421c93a3d14574c8d03e1eafe4f4f82b49d0d
 DIST facter-3.6.1.tar.gz 364596 SHA256 
cee28c3fb0134cfd90417c6facec795c1de724ea067911aa4f5b21b1c3785591 SHA512 
7cb01536c2682576a8074abf0d617de31f3c9b79eb7f753e8a2ea8b231a9dc4d2017a1e8cf383f6a664596799111803b40e3772f0559c6de74351b8bb75ec0f3
 WHIRLPOOL 
2eafcfdae1cf83592907624716e21b8f030f96a42b4fa613eacde99ea895a0eae06bb6571d4a197c418aa0db9ad8f04b56938fc8f490d05423824b321ee11b74

diff --git a/dev-ruby/facter/facter-2.5.0.ebuild 
b/dev-ruby/facter/facter-2.5.0.ebuild
new file mode 100644
index 000..55e308b2c58
--- /dev/null
+++ b/dev-ruby/facter/facter-2.5.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_BINWRAP="facter"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+dmi +pciutils +virt"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+CDEPEND="
+   app-emulation/virt-what
+   sys-apps/net-tools
+   sys-apps/lsb-release
+   dmi? ( sys-apps/dmidecode )
+   pciutils? ( sys-apps/pciutils )"
+
+RDEPEND+=" ${CDEPEND}"
+DEPEND+=" test? ( ${CDEPEND} )"
+
+ruby_add_bdepend "test? ( dev-ruby/mocha:1.0 )"
+
+all_ruby_prepare() {
+   # Provide explicit path since /sbin is not in the default PATH on
+   # Gentoo.
+   sed -i -e 's:arp -an:/sbin/arp -an:' lib/facter/util/ec2.rb 
spec/unit/util/ec2_spec.rb || die
+
+   # Ensure the correct version of mocha is used without using bundler.
+   sed -i -e '1igem "mocha", "~>1.0"' spec/spec_helper.rb || die
+
+   # Avoid because tests try to access outside stuff, e.g. /sys/block
+   sed -i -e '/should load facts on the facter search path only once/,/^  
end/ s:^:#:' spec/unit/util/loader_spec.rb || die
+
+   # Allow specs to work with newer rspec 2.x versions.
+   sed -i -e '1irequire "rspec-expectations"' 
spec/puppetlabs_spec/matchers.rb || die
+
+   # Avoid specs specific to macosx requiring cfpropertylist which is
+   # not available anymore.
+   rm spec/unit/util/macosx_spec.rb || die
+   sed -i -e '/macosx/ s:^:#:' \
+   -e '/on Darwin/,/^  end/ s:^:#:' spec/unit/virtual_spec.rb || 
die
+   sed -i -e '/Facter::Processors::Darwin/,/^end/ s:^:#:' 
spec/unit/processors/os_spec.rb || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   # Create the directory for custom facts.
+   keepdir /etc/facter/facts.d
+}



[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2017-07-18 Thread Brian Evans
commit: 037d7629abe09d14a5c01f69c7e2ca2c8e15b29b
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 19 02:37:00 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 02:37:00 2017 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=037d7629

dev-db/mariadb: Fix multilib symlinks

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 dev-db/mariadb/mariadb-10.2.7.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.2.7.ebuild 
b/dev-db/mariadb/mariadb-10.2.7.ebuild
index ff19ca8..2c2b865 100644
--- a/dev-db/mariadb/mariadb-10.2.7.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.7.ebuild
@@ -220,6 +220,14 @@ multilib_src_install() {
insinto /usr/include/mysql/private
doins "${S}"/sql/*.h
fi
+
+   # Install compatible symlinks to libmysqlclient
+   use static-libs && dosym libmariadbclient.a 
"${EPREFIX}/usr/$(get_libdir)/libmysqlclient.a"
+   dosym libmariadb.so.3 "${EPREFIX}/usr/$(get_libdir)/libmysqlclient.so"
+   dosym libmariadb.so.3 
"${EPREFIX}/usr/$(get_libdir)/libmysqlclient.so.${SUBSLOT}"
+
+   # Kill old libmysqclient_r symlinks if they exist.  Time to fix what 
depends on them.
+   find "${D}" -name 'libmysqlclient_r.*' -type l -delete || die
 }
 
 multilib_src_install_all() {
@@ -306,11 +314,6 @@ multilib_src_install_all() {
 
#Remove mytop if perl is not selected
[[ -e "${ED}/usr/bin/mytop" ]] && ! use perl && rm -f 
"${ED}/usr/bin/mytop"
-
-   # Install compatible symlinks to libmysqlclient
-   use static-libs && dosym libmariadbclient.a 
"${EPREFIX}/usr/$(get_libdir)/libmysqlclient.a"
-   dosym libmariadb.so.3 "${EPREFIX}/usr/$(get_libdir)/libmysqlclient.so"
-   dosym libmariadb.so.3 
"${EPREFIX}/usr/$(get_libdir)/libmysqlclient.so.${SUBSLOT}"
 }
 
 # Official test instructions:



[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2017-07-18 Thread Brian Evans
commit: 6c9eeaa67562d2919a0b327a519c1f297ffa0e49
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 19 01:28:36 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 01:28:36 2017 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=6c9eeaa6

dev-db/mariadb: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 dev-db/mariadb/Manifest  |  28 +--
 dev-db/mariadb/mariadb-10.2.7.ebuild | 398 +++
 2 files changed, 413 insertions(+), 13 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index 3c29014..b1fc702 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -2,6 +2,7 @@
 Hash: SHA256
 
 DIST mariadb-10.2.6.tar.gz 67599197 SHA256 
c385c76e40d6e5f0577eba021805da5f494a30c9ef51884baefe206d5658a2e5 SHA512 
142628085f42ef15ceef6aca5e47ba56cc38cbfc0ac4f35f6b37512c14a60430ef4805e54fd51c47e101b7692781e174426bdb49cae6807c4c18cc3d876f8732
 WHIRLPOOL 
e5920a6f0833fa39b706b067037fb6e432e77ba4e7beee51300e408c92cf5962db91013b1958e649947006f0ac2775c70996d9c7f0dcd98d3b40e87ae5abc049
+DIST mariadb-10.2.7.tar.gz 67669554 SHA256 
225ba1bbc48325ad38a9f433ff99da4641028f42404a29591cc370e4a676c0bc SHA512 
fa595acc0f5c9c62077db000f1721af79628994c08e82b2eb95d265e3c556e80942c487fc1b91299c382becd71f21a0a117ca93d7428752f436ed83683a4f4cd
 WHIRLPOOL 
d76d584924dac41fd787c1a02f79de90ae5334b217b66deb59756490a8c42b801fddac425542e371d68b04fa462a3f438626896749a1c12be70e9d22d857771e
 DIST mariadb-5.1.67.tar.gz 25022999 SHA256 
33471e9275c9b03919cabc38eb39f807d645adabf6a1a18f2e41ed73f47677c8 SHA512 
de4a531027860c4226ec5e023b6f8573c2eb723bacaeb14279b9609ed033dcb58fc090aef3d9babcd4a4d0817ddf6ef75589c78f63075072d31ad0b7f7c17d7d
 WHIRLPOOL 
22696d27c3a510396c4b86db5f5a4b39bbcde89285a8460b175ef7c40b3b7541fc8f205c0b96da7f94504a7fd14bfe02efb45204efda524a2426cd25e08162ff
 DIST mariadb-5.2.14.tar.gz 25469828 SHA256 
8ab3db0535ce8728b03a34799da2334c18cff467e01d122293f23aad20613fe5 SHA512 
b0aded450355861bf01604ac5bd0012d0d06a699bc83017cdb6b8749ed161aca9fedb733301aab991c521b21f3c8b2fea4867a2fd038379475e720782c02e869
 WHIRLPOOL 
8c2dd7ee0c1df5696d6b9f5c4387b7f755258a710ac088559f0f9779b27d18e30f32de0d4212015a15b6a83de2abbdd5c4ec811fa87fe2aec547809dc0970607
 DIST mariadb-5.3.12.tar.gz 26880808 SHA256 
83a4598117cadde2bd7eac4c1398edbc86cc3aa8d3824bbee864d4b568a3a30c SHA512 
d53ea48745dad5693fd6a1fd5cf502852f12f8236b8a1fb7f81ad647301d2fd08d4f2944c74de580d0a4136d6c8b49f257124fa1b234ba8f2338f2047435ef94
 WHIRLPOOL 
b9caf1b241262b3b25728769116a94b480ae404ed3d49c8afd6eb4ad6071552e436e4b9483e7f5d0113bc3127eaf04ceaa80d455486e7a92d00820b6b298c460
@@ -9,22 +10,23 @@ DIST mariadb-5.5.49.tar.gz 45738390 SHA256 
2c82f2af71b88a7940d5ff647498ed78922c9
 DIST mysql-extras-20121101-2319Z.tar.bz2 1898358 SHA256 
ea5da082d3384bde67e005ebc39b78e7caadea80745333fb5a9cf47a4c4e4c5d SHA512 
6a49abb1beee012d87ab63071a568ee6d9d8e4ff7a76401b91f5bdc127860d1c504a3877cbadb81536b07afe5ff419c77c793b0fc14ba484f56765d1ca526614
 WHIRLPOOL 
4bda75a0a9063830b3140bbc3cb12b60fa21289eee2fa476fb286da6318fdf0445a9c6193bd2063aefcd3f4ecc1f8045b30635f0e32014098d0f3dbee86e01fc
 DIST mysql-extras-20150509-1847Z.tar.bz2 1494301 SHA256 
de9c9fbb67998604cb3c0409842e4601646c8ad17f2aa301f55ffd4aed7a483d SHA512 
f87d96ab8c35236d4453182c49f87f6e703af9dc217916546e4dd7368caa18a2340c9063decd96c22251d1097d7e2cac58bef30e6ff75c23aedf8926dbc3d3b4
 WHIRLPOOL 
f60297c8ee1dfd9867ed6b29a8b04a002f23bc36b1e8d9b5db30e1e454a49fe06ffc37b10d934b11235364eecdc62beb50ce24690ab3d07a50056357906fa0fa
 DIST mysql-extras-20170719-0024Z.tar.bz2 310450 SHA256 
220d4a62c737164a22554bc34c4a1b557441dda12f85ab94936158d540bf2f45 SHA512 
658f70b617129b80c69e897e60b4aacc414ce4fc31b3814be6ef7b0002a8f81d6a41af2a88a0a4cd82b7665b1d6682ef6140bebd3c41d08b8ad6b4e083669139
 WHIRLPOOL 
2463673e700cf3eacc1d02e973f486afdc6120b4cdd194751644770145d5fd018d9a1674d119749224cefca6dd6fc13037c490aec0c34a02c01975141b5e38f1
+DIST mysql-extras-20170719-0113Z.tar.bz2 36 SHA256 
30b7e5f981a110ec8e1582939c59ea037559fa1519771d487d591f022b6a148d SHA512 
5e470562e629bd1d104cd1d85e2b57f82b56c8f1f8236d666aca564ed577be50a5818312d8cb2a6a5f18a9c6c6792932fb15f56fd0baac6fadee4411b278f3ce
 WHIRLPOOL 
a5764ea0b9ba33d4a4982b24eeefddbaea4367d9e58b866fa9145e65d53369820762a27d36271c522ea3ad214637d28c3d0db3477d47e68647afada7a3dbbd75
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKSBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlluqSBfFIAALgAo
+iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAllutcFfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY2
 QzJFNDRFRDkwRTMyNzU4RTdENTVDMEQxRjc4MUVGRjlGNEEzQjYACgkQ0feB7/n0
-o7Zoug/2Ndk6gK7uDEymWFai1ZJLtQyskFbTbtuwS6tAwtqjlNgGb5QnhM/ksKoP
-iRHtPbY6I1nayiIlnDnuqP9eSOQutbKNzxDWZLX4DY0RJkB2FLJlx9Z4mKpSKHFe
-3s5rEjp46FAqW7P3DK45SBwOAt04nqodKPGEq/jhovJgaCw+lA4laH6kGPklYyGx
-Fg4dBK2EUfEdqGaaWwpO4j4wWWQzKuDuOLxDyoI6sPyUTVo9y5paENXuTcpzYj5H

[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2017-07-18 Thread Brian Evans
commit: eb506cf02fd57b42cce30d21a6689cd9694f5261
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 19 00:34:44 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 00:34:44 2017 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=eb506cf0

dev-db/mariadb: Affix patch version

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 dev-db/mariadb/Manifest  | 27 ++-
 dev-db/mariadb/mariadb-10.2.6.ebuild |  4 +---
 2 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/dev-db/mariadb/Manifest b/dev-db/mariadb/Manifest
index b6ce426..3c29014 100644
--- a/dev-db/mariadb/Manifest
+++ b/dev-db/mariadb/Manifest
@@ -8,22 +8,23 @@ DIST mariadb-5.3.12.tar.gz 26880808 SHA256 
83a4598117cadde2bd7eac4c1398edbc86cc3
 DIST mariadb-5.5.49.tar.gz 45738390 SHA256 
2c82f2af71b88a7940d5ff647498ed78922c92e88004942caa213131e20f4706 SHA512 
4eceb8ab4e1fb7144374f100440b83a8b3294fa9da61027086c27b02b8ff899e3f9d4511adbb02fb50ddab92a48bf6a39ad71ab9e00bc8be00022a4ea4e6fc2f
 WHIRLPOOL 
e757ff389b184fa235e39bebbfd4bd53e29a20da640a90a6a2454537a238edfff07f9a76da32e65a7756aa25421174d57f6f28d94924bb3ee0aa7ac6474d03c3
 DIST mysql-extras-20121101-2319Z.tar.bz2 1898358 SHA256 
ea5da082d3384bde67e005ebc39b78e7caadea80745333fb5a9cf47a4c4e4c5d SHA512 
6a49abb1beee012d87ab63071a568ee6d9d8e4ff7a76401b91f5bdc127860d1c504a3877cbadb81536b07afe5ff419c77c793b0fc14ba484f56765d1ca526614
 WHIRLPOOL 
4bda75a0a9063830b3140bbc3cb12b60fa21289eee2fa476fb286da6318fdf0445a9c6193bd2063aefcd3f4ecc1f8045b30635f0e32014098d0f3dbee86e01fc
 DIST mysql-extras-20150509-1847Z.tar.bz2 1494301 SHA256 
de9c9fbb67998604cb3c0409842e4601646c8ad17f2aa301f55ffd4aed7a483d SHA512 
f87d96ab8c35236d4453182c49f87f6e703af9dc217916546e4dd7368caa18a2340c9063decd96c22251d1097d7e2cac58bef30e6ff75c23aedf8926dbc3d3b4
 WHIRLPOOL 
f60297c8ee1dfd9867ed6b29a8b04a002f23bc36b1e8d9b5db30e1e454a49fe06ffc37b10d934b11235364eecdc62beb50ce24690ab3d07a50056357906fa0fa
+DIST mysql-extras-20170719-0024Z.tar.bz2 310450 SHA256 
220d4a62c737164a22554bc34c4a1b557441dda12f85ab94936158d540bf2f45 SHA512 
658f70b617129b80c69e897e60b4aacc414ce4fc31b3814be6ef7b0002a8f81d6a41af2a88a0a4cd82b7665b1d6682ef6140bebd3c41d08b8ad6b4e083669139
 WHIRLPOOL 
2463673e700cf3eacc1d02e973f486afdc6120b4cdd194751644770145d5fd018d9a1674d119749224cefca6dd6fc13037c490aec0c34a02c01975141b5e38f1
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iQKTBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlkrglVfFIAALgAo
+iQKSBAEBCAB9FiEEZsLkTtkOMnWOfVXA0feB7/n0o7YFAlluqSBfFIAALgAo
 aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDY2
 QzJFNDRFRDkwRTMyNzU4RTdENTVDMEQxRjc4MUVGRjlGNEEzQjYACgkQ0feB7/n0
-o7b/Iw/+PZ0Z9mNDUqFmiSY0Q6pRelLhukElKXlPFYKySrfEZa6r3mKXGcDzDfKa
-lZB9heHCFqLReGEQ/NOFJRYQ3K759OW31UpQYvzux8vOsxNkkL1eZUl5uqWFPLRa
-uNgy+9nI9pRuhhKosRQ+kD2xF4mwwDv2/iEzxG1mDXhr52rZXZbjdFkqzD9lUmt/
-eTyWrYGcjIKkNauh8x1sp84ejDHzxv3Q2aMJflcpl+v0oDFyTD18xZ3A3y0aJLUM
-96eCY3KEI22TSvomZkURyMvNuCrDGpaVWDZwRhD1GVm5e3WdzdIOffABU8ezjMKs
-Tm+ioYW679rRmug2t51fOT6439SW5iKD9jMXM7kk8/ZFymM1G46ErLgrM00gOEF0
-tPiNeamCcM7QkaHSDUPHC9Rekj3wXX9PoDtIYckDC1DrEnmk50Phi1ji5PjQlgh+
-CV76WwB+TKCPP62eob0eWUPtT9387W+AufZgQBOaf+I8P0Pfdwi3fEvpdyrlc5Qe
-hHWC5JLe6scGuC8BG4IITP/oZzVRUBnmRWXlWVuWSKEXigjXqw5A45ZSsek40C8U
-+tR3bhuh6YBObkWj2KmHcfAyzLOJxxyf+SkGjezRQe6FgWzl5wua7x+XAvFv7rJ2
-pQJSdeDaWoZejclpiUmhz6C5zyJFFsTjIcArtiLaiB6nFq8Cj08=
-=flkk
+o7Zoug/2Ndk6gK7uDEymWFai1ZJLtQyskFbTbtuwS6tAwtqjlNgGb5QnhM/ksKoP
+iRHtPbY6I1nayiIlnDnuqP9eSOQutbKNzxDWZLX4DY0RJkB2FLJlx9Z4mKpSKHFe
+3s5rEjp46FAqW7P3DK45SBwOAt04nqodKPGEq/jhovJgaCw+lA4laH6kGPklYyGx
+Fg4dBK2EUfEdqGaaWwpO4j4wWWQzKuDuOLxDyoI6sPyUTVo9y5paENXuTcpzYj5H
+QSxB4BImaVIS46ew88F3q5ZfZsSmskK2v+S8boc1J1IzYCxlYI5k+uIgEWOIVfyx
+QEEUs3cuTSlpMs7cYiIDyL8pAimrpRtz+Iex3KPZpBLTOwh+PvNhV+7qDqSd2AEC
+I37vT1+8Uivlqyu6OT+kqk4aYrZETmA4njoVEK+0f6iNmS9gUzxlJ8rONs2qK2IR
+60Np4RnjSP567m8U1bIqN6Kx6Nqx7fBIxK0gkxe29H1jZWuRQr+XZ+9MG0KxpEwI
+mEmQ7E2IyVcTdatxBTAQyGRjFnRk3E4uRkgw+Eet8eJFj7vMLgBcQpQlz8y8/yIA
+znwp/a7v8SwC4yKzo7enM59dmjrnufD4I8rJrCyW0cxzDjmJBgiWVFqmL+RcMgyD
+JEIWaB57X32/OhI4A57JPiv0QnzXsIogvYT3xNoNTslLNJBuzg==
+=RiQd
 -END PGP SIGNATURE-

diff --git a/dev-db/mariadb/mariadb-10.2.6.ebuild 
b/dev-db/mariadb/mariadb-10.2.6.ebuild
index f1a4230..e805996 100644
--- a/dev-db/mariadb/mariadb-10.2.6.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-MY_EXTRAS_VER="live"
+MY_EXTRAS_VER="20170719-0024Z"
 # The wsrep API version must match between upstream WSREP and 
sys-cluster/galera major number
 WSREP_REVISION="25"
 SUBSLOT="18"
@@ -31,8 +31,6 @@ else
MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 fi
 
-#  "${MY_PATCH_DIR}"/20006_all_cmake_elib-mariadb-10.1.8.patch
-#  "${MY_PATCH_DIR}"/20009_all_mariadb_myodbc_symbol_fix-5.5.38.patch
 PATCHES=(

[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20170719-0113Z

2017-07-18 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 01:13:28 2017 +

New tag: mysql-extras-20170719-0113Z




[gentoo-commits] proj/mysql-extras:master commit in: /

2017-07-18 Thread Brian Evans
commit: 9e58ec2885d906c33006e4df0ec07de508afc2e4
Author: Brian Evans  gentoo  org>
AuthorDate: Sun Jul  9 20:35:44 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sun Jul  9 20:35:44 2017 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=9e58ec28

Fix some variable detections for GSSAPI plugins

 20025_all_mariadb-10.2.6-gssapi-detect.patch | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/20025_all_mariadb-10.2.6-gssapi-detect.patch 
b/20025_all_mariadb-10.2.6-gssapi-detect.patch
index b828a52..ae4 100644
--- a/20025_all_mariadb-10.2.6-gssapi-detect.patch
+++ b/20025_all_mariadb-10.2.6-gssapi-detect.patch
@@ -17,11 +17,11 @@ diff -aurN a/libmariadb/cmake/FindGSSAPI.cmake 
b/libmariadb/cmake/FindGSSAPI.cma
 +  ENDIF()
 +ENDIF()
 +IF(GSSAPI_FOUND)
-+  message(STATUS "Found GSSAPI: ${GSSAPI_LIBS}")
++  message(STATUS "Found GSSAPI: ${GSSAPI_LIBRARIES}")
 +
-+  set(GSSAPI_INCS ${GSSAPI_INCLUDE_DIRS} CACHE STRING "")
-+  set(GSSAPI_LIBS ${GSSAPI_LIBRARIES} CACHE STRING "")
-+  set(GSSAPI_FLAVOR ${GSSAPI_FLAVOR} CACHE STRING "")
++  set(GSSAPI_INCS ${GSSAPI_INCLUDE_DIRS} CACHE STRING "" FORCE)
++  set(GSSAPI_LIBS ${GSSAPI_LIBRARIES} CACHE STRING "" FORCE)
++  set(GSSAPI_FLAVOR ${GSSAPI_FLAVOR} CACHE STRING "" FORCE)
 +
 +  mark_as_advanced(GSSAPI_INCS GSSAPI_LIBS GSSAPI_FLAVOR)
 +  RETURN()
@@ -50,11 +50,11 @@ diff -aurN a/plugin/auth_gssapi/cmake/FindGSSAPI.cmake 
b/plugin/auth_gssapi/cmak
 +  ENDIF()
 +ENDIF()
 +IF(GSSAPI_FOUND)
-+  message(STATUS "Found GSSAPI: ${GSSAPI_LIBS}")
++  message(STATUS "Found GSSAPI: ${GSSAPI_LIBRARIES}")
 +
-+  set(GSSAPI_INCS ${GSSAPI_INCLUDE_DIRS} CACHE STRING "")
-+  set(GSSAPI_LIBS ${GSSAPI_LIBRARIES} CACHE STRING "")
-+  set(GSSAPI_FLAVOR ${GSSAPI_FLAVOR} CACHE STRING "")
++  set(GSSAPI_INCS ${GSSAPI_INCLUDE_DIRS} CACHE STRING "" FORCE)
++  set(GSSAPI_LIBS ${GSSAPI_LIBRARIES} CACHE STRING "" FORCE)
++  set(GSSAPI_FLAVOR ${GSSAPI_FLAVOR} CACHE STRING "" FORCE)
 +
 +  mark_as_advanced(GSSAPI_INCS GSSAPI_LIBS GSSAPI_FLAVOR)
 +  RETURN()



[gentoo-commits] proj/mysql-extras:master commit in: /

2017-07-18 Thread Brian Evans
commit: 21dd13b194ced117eb6b025f1be320954712df53
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 19 01:08:22 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 01:08:22 2017 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=21dd13b1

Adjust patch for 10.2.7

 ...l_mariadb-10.2.7-without-clientlibs-tools.patch | 144 +
 1 file changed, 144 insertions(+)

diff --git a/20018_all_mariadb-10.2.7-without-clientlibs-tools.patch 
b/20018_all_mariadb-10.2.7-without-clientlibs-tools.patch
new file mode 100644
index 000..9ff438d
--- /dev/null
+++ b/20018_all_mariadb-10.2.7-without-clientlibs-tools.patch
@@ -0,0 +1,144 @@
+diff -aurN a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2017-05-14 19:13:15.0 -0400
 b/CMakeLists.txt   2017-06-28 13:14:25.686006673 -0400
+@@ -325,8 +325,6 @@
+ MYSQL_CHECK_ZLIB_WITH_COMPRESS()
+ # Add bundled yassl/taocrypt or system openssl.
+ MYSQL_CHECK_SSL()
+-# Add readline or libedit.
+-MYSQL_CHECK_READLINE()
+ 
+ SET(MALLOC_LIBRARY "system")
+ 
+@@ -363,28 +361,41 @@
+ 
+ SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "")
+ 
++IF(NOT WITHOUT_CLIENTLIBS)
+ # mariadb_connector_c fetches submodules which is useful for plugins
+ INCLUDE(mariadb_connector_c) # this does ADD_SUBDIRECTORY(libmariadb)
++ENDIF()
+ 
+ # Add storage engines and plugins.
+ CONFIGURE_PLUGINS()
+ 
+-ADD_SUBDIRECTORY(include)
++IF(NOT WITHOUT_CLIENTLIBS)
++  ADD_SUBDIRECTORY(include)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
++
+ ADD_SUBDIRECTORY(dbug)
+ ADD_SUBDIRECTORY(strings)
+ ADD_SUBDIRECTORY(vio)
+ ADD_SUBDIRECTORY(mysys)
+ ADD_SUBDIRECTORY(mysys_ssl)
+-ADD_SUBDIRECTORY(client)
+ ADD_SUBDIRECTORY(extra)
+ ADD_SUBDIRECTORY(libservices)
+ ADD_SUBDIRECTORY(sql/share)
+ 
++IF(NOT WITHOUT_TOOLS)
++  # Add readline or libedit
++  MYSQL_CHECK_READLINE()
++  ADD_SUBDIRECTORY(client)
++ENDIF(NOT WITHOUT_TOOLS)
++
+ IF(NOT WITHOUT_SERVER)
+   ADD_SUBDIRECTORY(tests)
+   ADD_SUBDIRECTORY(sql)
+   OPTION (WITH_EMBEDDED_SERVER "Compile MySQL with embedded server" OFF)
+   IF(WITH_EMBEDDED_SERVER) 
++   IF(WITHOUT_TOOLS)
++  MYSQL_CHECK_READLINE()
++   ENDIF(WITHOUT_TOOLS)
+ADD_SUBDIRECTORY(libmysqld)
+ADD_SUBDIRECTORY(libmysqld/examples)
+   ENDIF(WITH_EMBEDDED_SERVER)
+diff -aurN a/extra/CMakeLists.txt b/extra/CMakeLists.txt
+--- a/extra/CMakeLists.txt 2017-05-14 19:13:15.0 -0400
 b/extra/CMakeLists.txt 2017-06-28 12:54:14.972089739 -0400
+@@ -46,12 +46,14 @@
+   DEPENDS 
+   ${CMAKE_BINARY_DIR}/include/mysqld_error.h.tmp)
+ 
+-MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
+-TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
++IF(NOT WITHOUT_CLIENTLIBS)
++  MYSQL_ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
++  TARGET_LINK_LIBRARIES(my_print_defaults  mysys)
+ 
+-MYSQL_ADD_EXECUTABLE(perror perror.c)
+-ADD_DEPENDENCIES(perror GenError)
+-TARGET_LINK_LIBRARIES(perror mysys)
++  MYSQL_ADD_EXECUTABLE(perror perror.c)
++  ADD_DEPENDENCIES(perror GenError)
++  TARGET_LINK_LIBRARIES(perror mysys)
++ENDIF(NOT WITHOUT_CLIENTLIBS)
+ 
+ IF(UNIX)
+ MYSQL_ADD_EXECUTABLE(resolveip resolveip.c)
+diff -aurN a/libmariadb/libmariadb/CMakeLists.txt 
b/libmariadb/libmariadb/CMakeLists.txt
+--- a/libmariadb/libmariadb/CMakeLists.txt 2017-05-14 19:13:15.0 
-0400
 b/libmariadb/libmariadb/CMakeLists.txt 2017-06-28 13:08:17.185731795 
-0400
+@@ -380,8 +380,10 @@
+"FILE_DESCRIPTION:Dynamic lib for client/server 
communication")
+ ENDIF()
+ 
+-ADD_LIBRARY(mariadbclient STATIC  ${MARIADB_OBJECTS} ${EMPTY_FILE})
+-TARGET_LINK_LIBRARIES(mariadbclient ${SYSTEM_LIBS})
++IF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
++  ADD_LIBRARY(mariadbclient STATIC  ${MARIADB_OBJECTS} ${EMPTY_FILE})
++  TARGET_LINK_LIBRARIES(mariadbclient ${SYSTEM_LIBS})
++ENDIF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
+ 
+ IF(UNIX)
+   ADD_LIBRARY(libmariadb SHARED ${libmariadb_RC} ${MARIADB_OBJECTS} 
${EMPTY_FILE} mariadbclient.def)
+@@ -379,7 +381,9 @@
+   TARGET_LINK_LIBRARIES (libmariadb 
"-Wl,--version-script=${CC_BINARY_DIR}/libmariadb/mariadbclient.def")
+ ENDIF()
+ 
++IF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
+ SET_TARGET_PROPERTIES(mariadbclient PROPERTIES 
IMPORTED_INTERFACE_LINK_LIBRARIES "${SYSTEM_LIBS}")
++ENDIF(ENABLE_STATIC_LIBS OR NOT WITHOUT_TOOLS)
+ SET_TARGET_PROPERTIES(libmariadb PROPERTIES IMPORTED_INTERFACE_LINK_LIBRARIES 
"${SYSTEM_LIBS}")
+ 
+ SET_TARGET_PROPERTIES(libmariadb PROPERTIES PREFIX "")
+@@ -398,9 +402,11 @@
+  ${CPACK_PACKAGE_VERSION_MAJOR}
+  SOVERSION ${CPACK_PACKAGE_VERSION_MAJOR})
+ 
++IF(ENABLE_STATIC_LIBS)
+ INSTALL(TARGETS mariadbclient
+   COMPONENT Development
+   DESTINATION ${INSTALL_LIBDIR})
++ENDIF(ENABLE_STATIC_LIBS)
+ INSTALL(TARGETS libmariadb
+   COMPONENT SharedLibraries
+ DESTINATION ${INSTALL_LIBDIR})
+diff -aurN a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
+--- 

[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20170719-0024Z

2017-07-18 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 00:24:53 2017 +

New tag: mysql-extras-20170719-0024Z




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

2017-07-18 Thread Matt Turner
commit: 76b6d5c4d26b64068905787e58e871b675bbf2f4
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 19 00:08:19 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 00:08:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b6d5c4

media-libs/mesa: Use --with-platforms

--with-egl-platforms was renamed in upstream commit 7748c3f5eb1d

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

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 4a9316323a5..d9599efc3ac 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -235,7 +235,7 @@ multilib_src_configure() {
fi
 
if use egl; then
-   myconf+=" --with-egl-platforms=x11,surfaceless$(use wayland && 
echo ",wayland")$(use gbm && echo ",drm")"
+   myconf+=" --with-platforms=x11,surfaceless$(use wayland && echo 
",wayland")$(use gbm && echo ",drm")"
fi
 
if use gallium; then



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

2017-07-18 Thread Matt Turner
commit: 52a66d20d9f0d2f98c96b175dc7c3c7cdbd439fa
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 19 00:14:13 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 00:14:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a66d20

media-libs/mesa: Don't depend on libdrm[video_cards_intel] for i965

Dependence is gone upstream since upstream commit 7dd20bc3ee8f

 media-libs/mesa/mesa-.ebuild | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index d9599efc3ac..423878abdde 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -32,9 +32,8 @@ LICENSE="MIT"
 SLOT="0"
 RESTRICT="!bindist? ( bindist )"
 
-INTEL_CARDS="i915 i965 intel"
 RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
-VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno imx nouveau vc4 vivante 
vmware"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 vivante 
vmware"
 for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
 done
@@ -125,13 +124,12 @@ RDEPEND="
)
xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )

${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
-"
-for card in ${INTEL_CARDS}; do
-   RDEPEND="${RDEPEND}
-   video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
-   "
-done
 
+   video_cards_intel? (
+   !video_cards_i965? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
+   )
+   video_cards_i915? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
+"
 for card in ${RADEON_CARDS}; do
RDEPEND="${RDEPEND}
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )



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

2017-07-18 Thread Matt Turner
commit: f8a421a83db456be711fa50a7e9715eea3137d96
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 19 00:16:02 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 00:16:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a421a8

media-libs/mesa: Require libdrm-2.4.81

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

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

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 423878abdde..6ea8f3c9931 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -74,7 +74,7 @@ REQUIRED_USE="
video_cards_vmware? ( gallium )
 "
 
-LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.77"
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.81"
 # keep correct libdrm and dri2proto dep
 # keep blocks in rdepend for binpkg
 RDEPEND="



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

2017-07-18 Thread Matt Turner
commit: e517b8a60cb156dac3ada2dd3dcf01c76d072c96
Author: Nick Sarnie  gmail  com>
AuthorDate: Tue Jul 18 23:07:28 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 19 00:05:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e517b8a6

media-libs/mesa: Require wayland-protocols if building with wayland support

After upstream commit 02cc359372773800de817950aebdf9be2c7973d1,
wayland-protocols>=1.8 is required if building with --enable-wayland

Signed-off-by: Nick Sarnie  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/5129

 media-libs/mesa/mesa-.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 4850a6750a4..4a9316323a5 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -119,7 +119,10 @@ RDEPEND="
video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
)
vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
-   wayland? ( >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}] )
+   wayland? (
+   >=dev-libs/wayland-1.11.0:=[${MULTILIB_USEDEP}]
+   >=dev-libs/wayland-protocols-1.8
+   )
xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )

${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vc4?,video_cards_vivante?,video_cards_vmware?,${MULTILIB_USEDEP}]
 "



[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/

2017-07-18 Thread Brian Evans
commit: d40f253843338b67ba1ac5151311d3f45543e4d6
Author: Brian Evans  gentoo  org>
AuthorDate: Wed Jul 19 00:13:52 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Jul 19 00:13:52 2017 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=d40f2538

dev-db/mariadb: Syntax errors in last commit

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 dev-db/mariadb/mariadb-10.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mariadb/mariadb-10.2.6.ebuild 
b/dev-db/mariadb/mariadb-10.2.6.ebuild
index 323622c..f1a4230 100644
--- a/dev-db/mariadb/mariadb-10.2.6.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.6.ebuild
@@ -254,9 +254,9 @@ multilib_src_install_all() {
eprefixify "${TMPDIR}/my.cnf"
doins "${TMPDIR}/my.cnf"
insinto "${MY_SYSCONFDIR#${EPREFIX}}/mariadb.d"
-   cp "${FILESDIR}/my.cnf-distro-client" "${TMPDIR}/50-distro-client.cnf" 
|| die
+   cp "${FILESDIR}/my.cnf.distro-client" "${TMPDIR}/50-distro-client.cnf" 
|| die
eprefixify "${TMPDIR}/50-distro-client.cnf"
-   newins "${TMPDIR}/50-distro-client.cnf"
+   doins "${TMPDIR}/50-distro-client.cnf"
 
if use server ; then
mycnf_src="my.cnf.distro-server"



[gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/files/

2017-07-18 Thread Michael Orlitzky
commit: dcb995f7f08b66528487fe4e0a16a16bda502572
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Tue Jul 18 23:07:19 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Tue Jul 18 23:09:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb995f7

net-irc/quassel: new init script revision to prevent privilege escalation.

This commits adds two new files,

 * quasselcore.init-r1
 * quasselcore.conf-r1

that are as yet unused. The init script has been entirely rewritten to
use modern features of OpenRC, and uses the default start/stop
implementations, so it is greatly simplified.

To avoid the "chown" problem in bug 603414, the new init script and
conf file do not allow changing the quassel user on the fly. Instead,
the "quassel" user created by the ebuild is used unconditionally. As a
result, there is no need to fix permissions when the daemon is
started, and thus no need to change ownership of anything. A further
permissions-related simplification logs to syslog instead of a file by
default. Since the daemon runs as a restricted user, that avoids
another set of permissions (on the log file) that would need to be
mangled.

Gentoo-Bug: 423145
Gentoo-Bug: 603414

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-irc/quassel/files/quasselcore.conf-r1 | 11 +++
 net-irc/quassel/files/quasselcore.init-r1 | 22 ++
 2 files changed, 33 insertions(+)

diff --git a/net-irc/quassel/files/quasselcore.conf-r1 
b/net-irc/quassel/files/quasselcore.conf-r1
new file mode 100644
index 000..29e14467a8f
--- /dev/null
+++ b/net-irc/quassel/files/quasselcore.conf-r1
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Loglevel Debug|Info|Warning|Error. Default is: Info
+#LOGLEVEL="Info"
+
+# The address(es) quasselcore will listen on. Default is 0.0.0.0
+#LISTEN="0.0.0.0"
+
+# The port quasselcore will listen at. Default is: 4242
+#PORT="4242"

diff --git a/net-irc/quassel/files/quasselcore.init-r1 
b/net-irc/quassel/files/quasselcore.init-r1
new file mode 100644
index 000..5976235aafa
--- /dev/null
+++ b/net-irc/quassel/files/quasselcore.init-r1
@@ -0,0 +1,22 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+   after logger postgres
+}
+
+LISTEN=${LISTEN:-"0.0.0.0"}
+LOGLEVEL=${LOGLEVEL:-"Info"}
+PORT=${PORT:="4242"}
+
+command="/usr/bin/quasselcore"
+command_args="--configdir=/var/lib/quassel
+   --listen=${LISTEN}
+   --loglevel=${LOGLEVEL}
+   --port=${PORT}
+   --syslog"
+command_background="yes"
+command_user="quassel"
+description="Quassel Core"
+pidfile="/run/quassel.pid"



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

2017-07-18 Thread Brian Dolbec
commit: 4cfd3e5a9781efa5b2b50339a37b1d27a74f97d4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jul 18 18:46:13 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 18:49:52 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4cfd3e5a

repoman: Updates for a release

 repoman/RELEASE-NOTES | 12 
 repoman/setup.py  |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
index 96d7b2288..07fd62353 100644
--- a/repoman/RELEASE-NOTES
+++ b/repoman/RELEASE-NOTES
@@ -1,6 +1,18 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+repoman-2.3.3
+==
+* Bug Fixes:
+- Bug 571546 Change how the tmp file for the commit msg is made
+* flag URIs using http:// when https:// is available
+* Add a check for relative dosym candidates
+* Make all shebangs prefix friendly
+* Mark ruby-2.0 as deprecated
+* Detect inconsistent metadata.xml indentation
+* Warn about dropped keywords only for latest in SLOT.
+
+
 repoman-2.3.2
 ==
 * Bug Fixes:

diff --git a/repoman/setup.py b/repoman/setup.py
index aaf76eab1..4a1283ec5 100755
--- a/repoman/setup.py
+++ b/repoman/setup.py
@@ -447,7 +447,7 @@ def get_manpages():
 
 setup(
name = 'repoman',
-   version = '2.3.2',
+   version = '2.3.3',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/scan/metadata/

2017-07-18 Thread Brian Dolbec
commit: fe03f03626db7c86c4ec67957d4500b77a625e7d
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jun 19 12:31:50 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 18:40:50 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=fe03f036

Repoman: detect inconsistent metadata.xml indentation

 repoman/pym/repoman/modules/scan/metadata/pkgmetadata.py | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/repoman/pym/repoman/modules/scan/metadata/pkgmetadata.py 
b/repoman/pym/repoman/modules/scan/metadata/pkgmetadata.py
index 92c74e6f8..6a0f501ec 100644
--- a/repoman/pym/repoman/modules/scan/metadata/pkgmetadata.py
+++ b/repoman/pym/repoman/modules/scan/metadata/pkgmetadata.py
@@ -3,8 +3,10 @@
 '''Package Metadata Checks operations'''
 
 import sys
+import re
 
 from itertools import chain
+from collections import Counter
 
 try:
from lxml import etree
@@ -96,6 +98,14 @@ class PkgMetadata(ScanBase, USEFlagChecks):
self.muselist = frozenset(self.musedict)
return False
 
+   indentation_chars = Counter()
+   for l in etree.tostring(_metadata_xml).splitlines():
+   indentation_chars.update(re.match(b"\s*", l).group(0))
+   if len(indentation_chars) > 1:
+   self.qatracker.add_error("metadata.warning", 
"%s/metadata.xml: %s" %
+   (xpkg, "inconsistent use of tabs and spaces in 
indentation")
+   )
+
xml_encoding = _metadata_xml.docinfo.encoding
if xml_encoding.upper() != metadata_xml_encoding:
self.qatracker.add_error(



[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/

2017-07-18 Thread Brian Dolbec
commit: 349b7ab2ef9cab45f4af05c6ab1fa0ccce5c2314
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue May 30 10:18:58 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 18:40:49 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=349b7ab2

repoman: Mark ruby-2.0 as deprecated

 repoman/pym/repoman/qa_data.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py
index a59fed778..fed798f9f 100644
--- a/repoman/pym/repoman/qa_data.py
+++ b/repoman/pym/repoman/qa_data.py
@@ -358,6 +358,7 @@ ruby_deprecated = frozenset([
"ruby_targets_ree18",
"ruby_targets_ruby18",
"ruby_targets_ruby19",
+   "ruby_targets_ruby20",
 ])
 
 



[gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/scan/keywords/, repoman/pym/repoman/

2017-07-18 Thread Brian Dolbec
commit: c50a1f3774b5f5e79b0368d44ef58425605c7adf
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 26 15:16:37 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 18:40:50 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c50a1f37

repoman: Warn about dropped keywords only for latest in SLOT.

Rationale: There is no point in rekeywording non-latest and nobody ever does 
that.
Modified by: Brian Dolbec  gentoo.org> , shorten commit message, 
add missed docstring.

For example:
 $ epkginfo texlive-latex
 * dev-texlive/texlive-latex [gentoo]
Maintainer:  aballier  gentoo.org (Alexis Ballier)
Maintainer:  tex  gentoo.org (Gentoo TeX Project)
Upstream:None specified
Homepage:http://www.tug.org/texlive/
Location:/mnt/dev/gentoo-x86/dev-texlive/texlive-latex
Keywords:2012:0: s390 sh sparc
Keywords:2015:0: hppa ppc ppc64
Keywords:2016:0: alpha amd64 arm arm64 ia64 x86
Keywords:2017:0: ~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa 
~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-solaris ~x64-macos 
~x64-solaris ~x86 ~x86-fbsd ~x86-linux ~x86-macos ~x86-solaris

Before:
RepoMan scours the neighborhood...
  KEYWORDS.dropped  3
   dev-texlive/texlive-latex/texlive-latex-2014.ebuild: ia64 sparc
   dev-texlive/texlive-latex/texlive-latex-2015.ebuild: ia64 sparc
   dev-texlive/texlive-latex/texlive-latex-2016.ebuild: sparc
  repo.eapi.deprecated  1
   dev-texlive/texlive-latex/texlive-latex-2012.ebuild: 4

After:
RepoMan scours the neighborhood...
  repo.eapi.deprecated  1
   dev-texlive/texlive-latex/texlive-latex-2012.ebuild: 4

Or also:
 $ epkginfo ffmpeg
 * media-video/ffmpeg [gentoo]
Maintainer:  media-video  gentoo.org
Upstream:None specified
Homepage:http://ffmpeg.org/
Location:/mnt/dev/gentoo-x86/media-video/ffmpeg
Keywords:2.8.10:0/54.56.56: alpha amd64 arm hppa ia64 ppc ppc64 sparc x86
Keywords:2.8.11:0/54.56.56: ~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm 
~arm-linux ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux
Keywords:3.2.4:0/55.57.57: alpha amd64 arm hppa ia64 ppc ppc64 x86
Keywords:3.2.5:0/55.57.57:
Keywords:3.2.6:0/55.57.57: ~alpha ~ia64
Keywords:3.3.2:0/55.57.57: ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm-linux 
~arm64 ~hppa ~mips ~ppc ~ppc-macos ~ppc64 ~x64-macos ~x64-solaris ~x86 
~x86-fbsd ~x86-linux ~x86-macos ~x86-solaris
Keywords::0/55.57.57:

Before:
RepoMan scours the neighborhood...
  KEYWORDS.dropped  4
   media-video/ffmpeg/ffmpeg-3.2.4.ebuild: sparc
   media-video/ffmpeg/ffmpeg-3.2.5.ebuild: sparc
   media-video/ffmpeg/ffmpeg-3.2.6.ebuild: sparc
   media-video/ffmpeg/ffmpeg-3.3.2.ebuild: alpha ia64 sparc

After:
RepoMan scours the neighborhood...
  KEYWORDS.dropped  1
   media-video/ffmpeg/ffmpeg-3.3.2.ebuild: alpha ia64 sparc

X-Gentoo-Bug: 256189
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=256189

 .../pym/repoman/modules/scan/keywords/keywords.py  | 26 +-
 repoman/pym/repoman/scanner.py |  2 +-
 2 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/repoman/pym/repoman/modules/scan/keywords/keywords.py 
b/repoman/pym/repoman/modules/scan/keywords/keywords.py
index 7cb2fe912..1e9623906 100644
--- a/repoman/pym/repoman/modules/scan/keywords/keywords.py
+++ b/repoman/pym/repoman/modules/scan/keywords/keywords.py
@@ -26,6 +26,7 @@ class KeywordChecks(ScanBase):
def prepare(self, **kwargs):
'''Prepare the checks for the next package.'''
self.slot_keywords = {}
+   self.dropped_keywords = {}
return False
 
def check(self, **kwargs):
@@ -57,6 +58,19 @@ class KeywordChecks(ScanBase):
self.slot_keywords[pkg.slot].update(ebuild.archs)
return False
 
+   def check_dropped_keywords(self, **kwargs):
+   '''Report on any dropped keywords for the latest ebuild in a 
slot
+
+   @returns: boolean
+   '''
+   for ebuild, arches in self.dropped_keywords.values():
+   if arches:
+   self.qatracker.add_error(
+   "KEYWORDS.dropped", "%s: %s" % (
+   ebuild,
+   " ".join(sorted(arches
+   return False
+
@staticmethod
def _isKeywordStable(keyword):
return not keyword.startswith("~") and not 
keyword.startswith("-")
@@ -80,12 +94,9 @@ class KeywordChecks(ScanBase):
if previous_keywords is None:
self.slot_keywords[pkg.slot] = set()
elif ebuild_archs and "*" not in ebuild_archs and not 
ebuild.live_ebuild:
+   self.slot_keywords[pkg.slot].update(ebuild_archs)

[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/, games-simulation/openttd/files/

2017-07-18 Thread Lars Wendler
commit: d46cda64f4ab29c1c953810cd9de1c520de3ebd0
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul 18 22:51:27 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jul 18 23:06:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46cda64

games-simulation/openttd: Fixed init script (bug #625472).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-simulation/openttd/files/openttd.initd-r1| 13 +
 games-simulation/openttd/openttd-1.6.1-r1.ebuild   | 16 +---
 ...openttd-1.6.1-r1.ebuild => openttd-1.7.1-r1.ebuild} | 18 ++
 3 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/games-simulation/openttd/files/openttd.initd-r1 
b/games-simulation/openttd/files/openttd.initd-r1
new file mode 100644
index 000..0bfeefddf6d
--- /dev/null
+++ b/games-simulation/openttd/files/openttd.initd-r1
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+description="OpenTTD dedicated game server"
+pidfile="/run/${SVCNAME}.pid"
+command="/usr/bin/openttd"
+command_args="-D"
+command_background="true"
+
+depend() {
+   need net
+}

diff --git a/games-simulation/openttd/openttd-1.6.1-r1.ebuild 
b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
index f776da42d6e..e68b7259b6f 100644
--- a/games-simulation/openttd/openttd-1.6.1-r1.ebuild
+++ b/games-simulation/openttd/openttd-1.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,15 +17,9 @@ RESTRICT="test" # needs a graphics set in order to test
 RDEPEND="!dedicated? (
media-libs/libsdl[sound,X,video]
icu? (
-   || (
-   (
-   dev-libs/icu-layoutex
-   dev-libs/icu-le-hb
-   >=dev-libs/icu-58.1
-   )
-   =dev-libs/icu-58.1:=
)
truetype? (
media-libs/fontconfig
@@ -107,7 +101,7 @@ src_compile() {
 src_install() {
default
if use dedicated ; then
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
rm -rf "${ED}"/usr/share/{applications,icons,pixmaps}
fi
rm -f "${ED}"/usr/share/doc/${PF}/COPYING

diff --git a/games-simulation/openttd/openttd-1.6.1-r1.ebuild 
b/games-simulation/openttd/openttd-1.7.1-r1.ebuild
similarity index 94%
copy from games-simulation/openttd/openttd-1.6.1-r1.ebuild
copy to games-simulation/openttd/openttd-1.7.1-r1.ebuild
index f776da42d6e..f24302009a4 100644
--- a/games-simulation/openttd/openttd-1.6.1-r1.ebuild
+++ b/games-simulation/openttd/openttd-1.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,15 +17,9 @@ RESTRICT="test" # needs a graphics set in order to test
 RDEPEND="!dedicated? (
media-libs/libsdl[sound,X,video]
icu? (
-   || (
-   (
-   dev-libs/icu-layoutex
-   dev-libs/icu-le-hb
-   >=dev-libs/icu-58.1
-   )
-   =dev-libs/icu-58.1:=
)
truetype? (
media-libs/fontconfig
@@ -88,7 +82,7 @@ src_configure() {
# It's all built as C++, upstream uses CFLAGS internally.
CFLAGS="" ./configure \
--disable-strip \
-   --prefix-dir="${EPREFIX}/usr" \
+   --prefix-dir="${EPREFIX%/}/usr" \
--binary-dir="bin" \
--install-dir="${D}" \
--menu-group="Game;Simulation;" \
@@ -107,7 +101,7 @@ src_compile() {
 src_install() {
default
if use dedicated ; then
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
rm -rf "${ED}"/usr/share/{applications,icons,pixmaps}
fi
rm -f "${ED}"/usr/share/doc/${PF}/COPYING



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/, app-emulation/virtualbox-bin/, ...

2017-07-18 Thread Lars Wendler
commit: 3adb9b5e735d6814d139fab3bb5fd019e898e4e6
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul 18 23:02:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jul 18 23:06:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3adb9b5e

virtualbox packages: Bump to version 5.1.24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/virtualbox-additions/Manifest|   1 +
 .../virtualbox-additions-5.1.24.ebuild |  35 ++
 app-emulation/virtualbox-bin/Manifest  |   4 +
 .../virtualbox-bin-5.1.24.117012.ebuild| 287 +
 app-emulation/virtualbox-extpack-oracle/Manifest   |   1 +
 .../virtualbox-extpack-oracle-5.1.24.117012.ebuild |  42 ++
 app-emulation/virtualbox-guest-additions/Manifest  |   1 +
 .../virtualbox-guest-additions-5.1.24.ebuild   | 218 ++
 app-emulation/virtualbox-modules/Manifest  |   1 +
 .../virtualbox-modules-5.1.24.ebuild   |  64 +++
 app-emulation/virtualbox/Manifest  |   1 +
 app-emulation/virtualbox/virtualbox-5.1.24.ebuild  | 459 +
 x11-drivers/xf86-video-virtualbox/Manifest |   1 +
 .../xf86-video-virtualbox-5.1.24.ebuild| 195 +
 14 files changed, 1310 insertions(+)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index d4884062986..b3f912d0a84 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -4,3 +4,4 @@ DIST VBoxGuestAdditions_5.0.36.iso 58433536 SHA256 
285409ba6990fa105e451bfc3afe8
 DIST VBoxGuestAdditions_5.0.40.iso 58466304 SHA256 
df3a1849fe796b476b1095576fd72a27fd3f253d4770a2fb6bc792593ed9726b SHA512 
f92dc50cfa0be3583c1b15e041d73948fba4d2a83dfd1a7a750feecede13a00e70b641da03533dd0f23f520cc5778cfeb824b3d8455042dcc85ee4f677f3d699
 WHIRLPOOL 
5e9d0a01bb1a065789b9a16416dde0156c9e3a0b28161f2944ad143e00905a2e328c93e2301f73ad518bac9c50dd5d3b946e1676fa3465a84f5c68bb52d56083
 DIST VBoxGuestAdditions_5.1.18.iso 59381760 SHA256 
f2951b49f48a560fbc1afe9d135d1f3f82a3e158b9002278d05d978428adca8a SHA512 
4b96a69e104cbc666b2f58a9da524b9002f56d79d37bac299948619c8f41a3796e9e41c1c395c51bd3ea1f0aa406852cc1cf48d40cffaf55e0d7508df44b9c46
 WHIRLPOOL 
7fa55a76c356ba468280d19cf4bbd00eabcd27ad990bcb86385b445b2e2fd551e1544ad09190d0daa4a6fdfc282c9eb6624f2a7a4f87af42c969a258f3fa71f2
 DIST VBoxGuestAdditions_5.1.22.iso 59445248 SHA256 
54df14f234b6aa484b94939ab0f435b5dd859417612b65a399ecc34a62060380 SHA512 
1e933b55456d42be020048de08ba728d4393a1d391ea101c4f0f982dd342dab72f2693eb975253fb386221c6e2ddb7b56342aea4a6f77f581373ac63c903
 WHIRLPOOL 
c63899ba9102669860daf09d7e0ee38c3a51793db65af671619a022ee83d95d44d2f09ca8a6767d345dea46534184661840264b8a1be13f21032db6294537a03
+DIST VBoxGuestAdditions_5.1.24.iso 59494400 SHA256 
01a77500df9127d8d6aa27c7d784af8f773d8e84b2b252c9e866b9038ed8bd43 SHA512 
4b266ccad53217d03eee7ebe0fbc52ca47ee9a70eb4f50ae9bf87ea3c0707d87e97e65b2a3e4616cc4ad1ab746e2fa88d9f5dbb234dbf1cd96487e231fd15870
 WHIRLPOOL 
a432d973fabaf2da5db419b0229e9c1bb1037d89da43ae195f05f7cc8417f67101d182087537a3a27735e53d8c91c979e09408ffec6814183d9304baf1993062

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.1.24.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.24.ebuild
new file mode 100644
index 000..967492859a7
--- /dev/null
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-5.1.24.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils
+
+MY_PN=VBoxGuestAdditions
+MY_PV="${PV/beta/BETA}"
+MY_PV="${MY_PV/rc/RC}"
+MY_P=${MY_PN}_${MY_PV}
+
+DESCRIPTION="CD image containing guest additions for VirtualBox"
+HOMEPAGE="http://www.virtualbox.org/;
+SRC_URI="http://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso;
+
+LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="mirror"
+
+RDEPEND="!app-emulation/virtualbox-bin
+   !=app-emulation/virtualbox-"
+
+S="${WORKDIR}"
+
+src_unpack() {
+   return 0
+}
+
+src_install() {
+   insinto /usr/share/${PN/-additions}
+   newins "${DISTDIR}"/${MY_P}.iso ${MY_PN}.iso
+}

diff --git a/app-emulation/virtualbox-bin/Manifest 
b/app-emulation/virtualbox-bin/Manifest
index 083d0e406e1..bde40f03bc0 100644
--- a/app-emulation/virtualbox-bin/Manifest
+++ b/app-emulation/virtualbox-bin/Manifest
@@ -4,6 +4,7 @@ DIST Oracle_VM_VirtualBox_Extension_Pack-5.0.36-114008.tar.gz 
19050365 SHA256 16
 DIST Oracle_VM_VirtualBox_Extension_Pack-5.0.40-115130.tar.gz 19050961 SHA256 
ebb29de8962d60760a2f25c318833a1fe163368b824b6b26802b6b284af70585 SHA512 
fb27a8efa376b2a51558e0a8dfcb87a7116e950783030c1aab996675c776c46cdf4d4ff35d111f925f6b2b4c6fd070ff80a971fd2f6ce77b857b17898950f5a3
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-virtualbox/, app-emulation/virtualbox/, ...

2017-07-18 Thread Lars Wendler
commit: d6e3ab87ddd92901815f4f70d06033b759bc5944
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul 18 23:05:45 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jul 18 23:06:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e3ab87

virtualbox packages: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/virtualbox-additions/Manifest|   2 -
 .../virtualbox-additions-5.0.36.ebuild |  35 --
 .../virtualbox-additions-5.1.18.ebuild |  35 --
 app-emulation/virtualbox-bin/Manifest  |   8 -
 .../virtualbox-bin-5.0.36.114008.ebuild| 287 -
 .../virtualbox-bin-5.1.18.114002.ebuild| 287 -
 app-emulation/virtualbox-extpack-oracle/Manifest   |   2 -
 .../virtualbox-extpack-oracle-5.0.36.114008.ebuild |  42 --
 .../virtualbox-extpack-oracle-5.1.18.114002.ebuild |  42 --
 app-emulation/virtualbox-guest-additions/Manifest  |   2 -
 .../virtualbox-guest-additions-5.0.36.ebuild   | 218 --
 .../virtualbox-guest-additions-5.1.18.ebuild   | 218 --
 app-emulation/virtualbox-modules/Manifest  |   2 -
 .../virtualbox-modules-5.0.36.ebuild   |  64 ---
 .../virtualbox-modules-5.1.18.ebuild   |  64 ---
 app-emulation/virtualbox/Manifest  |   3 -
 app-emulation/virtualbox/virtualbox-5.0.36.ebuild  | 435 
 app-emulation/virtualbox/virtualbox-5.1.18.ebuild  | 456 -
 x11-drivers/xf86-video-virtualbox/Manifest |   2 -
 .../xf86-video-virtualbox-5.0.36.ebuild| 190 -
 .../xf86-video-virtualbox-5.1.18.ebuild| 193 -
 21 files changed, 2587 deletions(-)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index b3f912d0a84..1584f970991 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -1,7 +1,5 @@
 DIST VBoxGuestAdditions_5.0.16.iso 60063744 SHA256 
8190f1e4031f8195971c2a97d2d3b1cf2d86fc83219f750d05cee9255c7dad85 SHA512 
8a9d3fcb96a450163f357b92f8149f58700ec65c127fb872b103554417979fbe624a9e1bced3bb6cbf4b0bb6a5c3bbcae9581836cc5d3fde7a034d4032e519f9
 WHIRLPOOL 
89ed9064014a715a892388b5dbe3c4b577a5a813580be4fd2bd604672354f258b00a619980ba1369aeaceff6a77c6d370cc2b6bf3c17d2cd73a5c8fc9dcad1e8
 DIST VBoxGuestAdditions_5.0.32.iso 58433536 SHA256 
4d60a243373ce2b61fe26bcaeb9e300482b16c3407c4c94f02a16f8fd0539319 SHA512 
ffae693070a7b401792f67318e3389ec78079634a84834b874bf076400ffeb2f35f3e0b219186a8e51bd969db71285544d12b30c34a076659df45fabde2577b6
 WHIRLPOOL 
e95b286dbb601877814ead39dbf3d0b694005d88d9c45f793ed207f1a27a75aab832a35fc03d0d94a625c7792f194dfefb0d412103a5d7ae5336cdf8381bf902
-DIST VBoxGuestAdditions_5.0.36.iso 58433536 SHA256 
285409ba6990fa105e451bfc3afe8af12185fdce03e8c3c9f864ae5ee3730a21 SHA512 
86d69b1a2d9b88a5f273798258cc61882bd10db847fbbc31e79e6b1d57caf9ab8d40b9292c30dae5c8c3d4336b51787534e0c4627511b282677f99aac31bc7c0
 WHIRLPOOL 
82df32088b914d3f6db551c59a9f3d56f8c6a172543eb0dc7b110368b967743f7a948fa4a144a7483e2e545942af607d6bbc8e47fdaac60c335c64baa83a3e1e
 DIST VBoxGuestAdditions_5.0.40.iso 58466304 SHA256 
df3a1849fe796b476b1095576fd72a27fd3f253d4770a2fb6bc792593ed9726b SHA512 
f92dc50cfa0be3583c1b15e041d73948fba4d2a83dfd1a7a750feecede13a00e70b641da03533dd0f23f520cc5778cfeb824b3d8455042dcc85ee4f677f3d699
 WHIRLPOOL 
5e9d0a01bb1a065789b9a16416dde0156c9e3a0b28161f2944ad143e00905a2e328c93e2301f73ad518bac9c50dd5d3b946e1676fa3465a84f5c68bb52d56083
-DIST VBoxGuestAdditions_5.1.18.iso 59381760 SHA256 
f2951b49f48a560fbc1afe9d135d1f3f82a3e158b9002278d05d978428adca8a SHA512 
4b96a69e104cbc666b2f58a9da524b9002f56d79d37bac299948619c8f41a3796e9e41c1c395c51bd3ea1f0aa406852cc1cf48d40cffaf55e0d7508df44b9c46
 WHIRLPOOL 
7fa55a76c356ba468280d19cf4bbd00eabcd27ad990bcb86385b445b2e2fd551e1544ad09190d0daa4a6fdfc282c9eb6624f2a7a4f87af42c969a258f3fa71f2
 DIST VBoxGuestAdditions_5.1.22.iso 59445248 SHA256 
54df14f234b6aa484b94939ab0f435b5dd859417612b65a399ecc34a62060380 SHA512 
1e933b55456d42be020048de08ba728d4393a1d391ea101c4f0f982dd342dab72f2693eb975253fb386221c6e2ddb7b56342aea4a6f77f581373ac63c903
 WHIRLPOOL 
c63899ba9102669860daf09d7e0ee38c3a51793db65af671619a022ee83d95d44d2f09ca8a6767d345dea46534184661840264b8a1be13f21032db6294537a03
 DIST VBoxGuestAdditions_5.1.24.iso 59494400 SHA256 
01a77500df9127d8d6aa27c7d784af8f773d8e84b2b252c9e866b9038ed8bd43 SHA512 
4b266ccad53217d03eee7ebe0fbc52ca47ee9a70eb4f50ae9bf87ea3c0707d87e97e65b2a3e4616cc4ad1ab746e2fa88d9f5dbb234dbf1cd96487e231fd15870
 WHIRLPOOL 
a432d973fabaf2da5db419b0229e9c1bb1037d89da43ae195f05f7cc8417f67101d182087537a3a27735e53d8c91c979e09408ffec6814183d9304baf1993062

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-5.0.36.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-5.0.36.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: games-simulation/openttd/

2017-07-18 Thread Lars Wendler
commit: 9a3a8a3ac3f2caaf2ba2030a15619bb39caac0fd
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Jul 18 22:52:07 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Jul 18 23:06:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3a8a3a

games-simulation/openttd: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-simulation/openttd/Manifest |   1 -
 games-simulation/openttd/openttd-1.7.0.ebuild | 170 --
 games-simulation/openttd/openttd-1.7.1.ebuild | 170 --
 3 files changed, 341 deletions(-)

diff --git a/games-simulation/openttd/Manifest 
b/games-simulation/openttd/Manifest
index a6d89f569ea..cb5020b62d8 100644
--- a/games-simulation/openttd/Manifest
+++ b/games-simulation/openttd/Manifest
@@ -1,4 +1,3 @@
 DIST openttd-1.6.0-source.tar.gz 10064454 SHA256 
32f63477aba1ccf238dfe0538a6660163c2b725e077978e570e38d023d269cad SHA512 
d235e6e094b2e3fda0cf58a2dce1e5d779654bee638def60f00da4e7c6443b00a6f3b204d5a63cf56e141074c8aa3700ce7e9f1b1eccbb5cd36260f1892ad501
 WHIRLPOOL 
497272ccc3836710a68cabfbf5b925a30c3d23ee332e5ba5fa24a2b79b199d2b7ce6bd22507ea977986382ae32193247b9eedee638419d1e6f41165f5fa8abd9
 DIST openttd-1.6.1-source.tar.gz 10157130 SHA256 
c7bd713377f08d5b63d703e3b8b8eff3bb4ec7042ad13511575fff4640cbc78f SHA512 
57ea47689c8eb1cea5b8fd7ae884164a87fc8d442ef32e8234af8306589e587a6397f1a89ee64c797ff0b7310386f0b602365ab1fb61f7765bfb03c0dbd4fdfd
 WHIRLPOOL 
05b3a7a5ebdeb6733a36b5133a17bd143b89d1f84a034061dbb0708c1eb836d13aaeb176d39846283214c15e613c048d5956970c6a09534f46d2bc0727137867
-DIST openttd-1.7.0-source.tar.gz 10088730 SHA256 
16b8ef2450c80e79fca28e0932435c4493f0f4d18f1b3f55ebcc65454b3aeb38 SHA512 
81cf49ebc916a58cfddc2be4a151162eaec3c27b2482972fe4dc87b9527a8e2166b6d29db688c6fb6045d14ae60531b7740f6f75385b9fa9c366e51dca27003f
 WHIRLPOOL 
6422199c63d6bf7389d02999588fd9ba8118562a8f81ceea41ec1c4564a1904a94494221443a0a2a48ffc7be508a36cf2e81f51c5dc591a072c0f4f2b27bc11c
 DIST openttd-1.7.1-source.tar.gz 10090311 SHA256 
9f7a5f5051dc9f43e8eec00bd56755a20846c8738ffcd4bb1f2e1eae334f3371 SHA512 
4a0d2ee424374b50fe0d089b86ff16b5de3159848a38143ca6745e349b6126567f1e4beda9afe2e6bc21ce1166acf719d3f5c95703a14c1379f8857e83d3
 WHIRLPOOL 
65d0ee93dad5b865b1de362dc2259e8528bed273f640a9ec9097cf177cd507068f2fc093bfca1b55b0fa2865b9f7f3b68cf4d2caf1f9290ecaa61e46af2c60d9

diff --git a/games-simulation/openttd/openttd-1.7.0.ebuild 
b/games-simulation/openttd/openttd-1.7.0.ebuild
deleted file mode 100644
index 4154210b8b5..000
--- a/games-simulation/openttd/openttd-1.7.0.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils
-
-DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe"
-HOMEPAGE="http://www.openttd.org/;
-SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png 
cpu_flags_x86_sse +timidity +truetype zlib"
-RESTRICT="test" # needs a graphics set in order to test
-
-RDEPEND="!dedicated? (
-   media-libs/libsdl[sound,X,video]
-   icu? (
-   dev-libs/icu-layoutex
-   dev-libs/icu-le-hb
-   >=dev-libs/icu-58.1:=
-   )
-   truetype? (
-   media-libs/fontconfig
-   media-libs/freetype:2
-   sys-libs/zlib
-   )
-   )
-   lzo? ( dev-libs/lzo:2 )
-   iconv? ( virtual/libiconv )
-   png? ( media-libs/libpng:0 )
-   zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-PDEPEND="
-   !dedicated? (
-   openmedia? (
-   games-misc/openmsx
-   games-misc/opensfx
-   )
-   aplaymidi? ( media-sound/alsa-utils )
-   !aplaymidi? ( timidity? ( media-sound/timidity++ ) )
-   )
-   openmedia? ( >=games-misc/opengfx-0.4.7 )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.6.0-cflags.patch
-)
-
-src_configure() {
-   local myopts=()
-   # there is an allegro interface available as well as sdl, but
-   # the configure for it looks broken so the sdl interface is
-   # always built instead.
-   local myopts+=( --without-allegro )
-
-   # libtimidity not needed except for some embedded platform
-   # nevertheless, it will be automagically linked if it is
-   # installed. Hence, we disable it.
-   myopts+=( --without-libtimidity )
-
-   use debug && myopts+=( --enable-debug=3 )
-
-   if use dedicated ; then
-   myopts+=( --enable-dedicated )
-   else
-   use aplaymidi && myopts+=( --with-midi='/usr/bin/aplaymidi' )
-   myopts+=(
- 

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

2017-07-18 Thread Brian Dolbec
commit: 956be97f352cc28118aba16d996941ca2452659a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jul 18 22:39:29 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 22:51:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956be97f

app-portage/mirrorselect: Version bump, update  to git-r3

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-portage/mirrorselect/Manifest  |  1 +
 app-portage/mirrorselect/mirrorselect-2.2.3.ebuild | 35 ++
 app-portage/mirrorselect/mirrorselect-.ebuild  |  5 ++--
 3 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index 582e919961c..9e73f2ced22 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,3 +1,4 @@
 DIST mirrorselect-2.2.0.1.tar.gz 13138 SHA256 
029a09073d6a4363f060912d257f8f118bb3a061c05db532bde1c05816affab1 SHA512 
08216c381b70856dd56e903a208bc0ed202826b89136dd0b1cf69bd7cf2afa2df608ac2a0aed5161a56f51cf4bcb51f3826ad55b3a26e671ba2c68490c9cffad
 WHIRLPOOL 
6925c4dc514fdd5f7c50427627b1ef6babba99c4e98d00d7144489ba16c3740ba967461847d99cd080805e6aebd44ca51ca85bd117ffdb52ba3cdf511fac0c69
 DIST mirrorselect-2.2.2.tar.gz 15964 SHA256 
343089675448e8928ccc74f0eed285f3034a9252de4d1b8980cacf3047cca20f SHA512 
91ce16d236418ba186c447c6497684c4138afd4279a0ba95ee0f069309e8ce086a5a4ce4715ef21275362b7c3772924d422d7711d188d40c1e0b90f773765cf9
 WHIRLPOOL 
0625ac6f01ebdbf6e78a1c1f42a960afb8b2911297b07ca735dcf51615697a3a3926f3dc62925501b8fce6170d94785f6df57147280011b3643746200fb6001d
+DIST mirrorselect-2.2.3.tar.gz 15230 SHA256 
8fafdccac2c97c8c515ee8cea241d8356229de7d38b1d7d5cacd9c310c53dda6 SHA512 
af1d3657b9ff5a6184ebfd89579a1bdbf11f7389ca12d4cd7a41cd136a553732cbbfb7675e25f7d79756b0b9e74b496d28ee5fdc8872173825262fae0052e8e2
 WHIRLPOOL 
1b05f9213a5ae1d508ce3ecf8a39b488f099f4bcf9215f12b40beca6354528c8e6cc2c006dbcfac0dd2bce1e3adfcedb18d2d92cd68e3b2b3111f8b3d86ce682
 DIST mirrorselect-test 102403 SHA256 
add93012c44824626a7e05eed2186dcfb60e0b696d4ad7910fdb9eb31c93d3b5 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27
 WHIRLPOOL 
ca9be67338986403d87db7de04d3d1b3ecd483f2a104668a7c23e8e2ef1141a31394d12d3cd4121ec25436c967aac960f3652c20f20d2c89fdde6dd547cd9f8a

diff --git a/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
new file mode 100644
index 000..2ee0f8efa3e
--- /dev/null
+++ b/app-portage/mirrorselect/mirrorselect-2.2.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+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;
+SRC_URI="https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz
+   https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
+   "
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd"
+
+RDEPEND="
+   dev-util/dialog
+   net-analyzer/netselect
+   >=dev-python/ssl-fetch-0.3[${PYTHON_USEDEP}]
+   "
+
+python_prepare_all()  {
+   python_setup
+   eprefixify setup.py mirrorselect/main.py
+   echo Now setting version... VERSION="${PVR}" "${PYTHON}" setup.py 
set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version || die "setup.py 
set_version failed"
+   distutils-r1_python_prepare_all
+}

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index 99d2180a382..bbcd9c04a8a 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.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"
@@ -6,10 +6,9 @@ EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_4} )
 PYTHON_REQ_USE="xml"
 
-inherit eutils distutils-r1 git-2 prefix
+inherit eutils distutils-r1 git-r3 prefix
 
 EGIT_REPO_URI="git://anongit.gentoo.org/proj/mirrorselect.git"
-EGIT_MASTER="master"
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Mirrorselect;



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

2017-07-18 Thread Brian Dolbec
commit: 5e6a742f92e261c19ec5953c5916a09fd5a5af18
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jul 18 19:41:32 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 22:51:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6a742f

app-portage/repoman: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-portage/repoman/Manifest |  1 +
 app-portage/repoman/repoman-2.3.3.ebuild | 78 
 2 files changed, 79 insertions(+)

diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest
index 9e0523cc613..b18ab77c9af 100644
--- a/app-portage/repoman/Manifest
+++ b/app-portage/repoman/Manifest
@@ -3,3 +3,4 @@ DIST repoman-2.3.0.tar.bz2 75285 SHA256 
e67d1a2dbb89f44e64a49259e64affcf138ade8a
 DIST repoman-2.3.0_rc1.tar.bz2 74621 SHA256 
e1de34b710cd43787a91ab49e0b0a6ca32d942ee130ec74523b00f3c5f4ccefa SHA512 
7594053472512ab66a269acd1e5f3a9191a519df061ed65b612af0ee30f830ff71ab6b602416aa968476fec1f534ecf313317a28df6120b74c7379197b769983
 WHIRLPOOL 
9e00736856879f222eaa2f8330109e92b8c7d262ed5a1ef0cf0c3c36f84dfdedfea2de202043aba7585f42353e1ebaf04b16329c812d7e71f957cf697899abd0
 DIST repoman-2.3.1.tar.bz2 76678 SHA256 
93a39ff20eac6166ec29497ae2476cc168ea35d8822aaed33a3010fe9c2abf91 SHA512 
6655027acaa6b98b7fdf927b6744e87b6ea09fe6d61653874aeb5603943aa9fc68df9435335dfc8f51d25949354660eaccdd1c8b659dbc87aea7a2f8bf3dfd16
 WHIRLPOOL 
29ddd58a8585a3926853beb66afe5d1a41a16667c9155b7dbc08a63ec02ea8873b304ac7267e3525341cd49c15dcc0dc01e0d0802c61a438fb75b113b7aafd66
 DIST repoman-2.3.2.tar.bz2 77218 SHA256 
69b6ed4fae2475f4b4faa4117498caa943ec8e9e360cd5551e819abc7315d19c SHA512 
262dfa8d018b318df695003ec1f370d0d2065f50594cfc2c2ef26989409f61d43e6c0e42d279ed1e316e2a9027ca3fd6e46a06b95d80700d57e0bc3e3713cb6c
 WHIRLPOOL 
b571a759717af651737047d13dd35f122d982a73091f2c4509ff4e45301badf947ecd10668f10ef5cb865eb0b0e49133ceb4561d9872bde9bc4de7cbbd524360
+DIST repoman-2.3.3.tar.bz2 78045 SHA256 
8e8fdb81e3c1f0a7a1d49b161083fa39d47883b3b2bb6ff9456d23f41a75b807 SHA512 
17212c19b14817a8a004619dd56ad557457d45919da45edfb27538304e68187fe1104f0b6ccc2b29fa1709645a7a82c75676b118b20d79dc790b0eb2ebf5a2ce
 WHIRLPOOL 
b4533763b06ef3e1e2e885bcc5340e05a4d8ab32d47856cbe48920066dcbdb4ce3fd867bef17eecd0caeb91e5481fefdab020e6046518145331727c9496a7a15

diff --git a/app-portage/repoman/repoman-2.3.3.ebuild 
b/app-portage/repoman/repoman-2.3.3.ebuild
new file mode 100644
index 000..93c73208b02
--- /dev/null
+++ b/app-portage/repoman/repoman-2.3.3.ebuild
@@ -0,0 +1,78 @@
+# 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='bzip2(+)'
+
+inherit distutils-r1
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git;
+   S="${WORKDIR}/${P}/repoman"
+else
+   SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=sys-apps/portage-2.3.0_rc[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+
+   if [[ -n "${EPREFIX}" ]] ; then
+   einfo "Prefixing shebangs ..."
+
+   local file
+   while read -r -d $'\0' file; do
+   local shebang=$(head -n1 "${file}")
+
+   if [[ ${shebang} == "#!"* && ! ${shebang} == 
"#!${EPREFIX}/"* ]] ; then
+   sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" 
"${file}" || \
+   die "sed failed"
+   fi
+   done < <(find . -type f -print0)
+   fi
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install() {
+   # Install sbin scripts to bindir for python-exec linking
+   # they will be relocated in pkg_preinst()
+   distutils-r1_python_install \
+   --system-prefix="${EPREFIX}/usr" \
+   --bindir="$(python_get_scriptdir)" \
+   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
+   --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
+   --sbindir="$(python_get_scriptdir)" \
+   --sysconfdir="${EPREFIX}/etc" \
+   "${@}"
+}
+
+pkg_postinst() {
+   einfo ""
+   einfo "This release of repoman is from the new portage/repoman split"
+   einfo "release 

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

2017-07-18 Thread Zac Medico
commit: d675c6e9b38040b88823d61497b2d457b96c429f
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jul 18 22:29:43 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jul 18 22:30:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d675c6e9

app-emulation/rkt: fix REQUIRED_USE to comply with GLEP 73

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emulation/rkt/rkt-1.25.0.ebuild | 2 +-
 app-emulation/rkt/rkt-1.26.0.ebuild | 2 +-
 app-emulation/rkt/rkt-1.27.0.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/rkt/rkt-1.25.0.ebuild 
b/app-emulation/rkt/rkt-1.25.0.ebuild
index 4b8e6287dcf..c15c8003546 100644
--- a/app-emulation/rkt/rkt-1.25.0.ebuild
+++ b/app-emulation/rkt/rkt-1.25.0.ebuild
@@ -38,7 +38,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 # The rkt_stage1_kvm flag has been replaced by the rkt_stage1_kvm_lkvm and 
rkt_stage1_kvm_qemu flags
 IUSE="doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host 
rkt_stage1_kvm rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu rkt_stage1_src +actool 
systemd"
-REQUIRED_USE="|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host 
rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu rkt_stage1_src ) rkt_stage1_host? ( 
systemd ) !rkt_stage1_kvm"
+REQUIRED_USE="!systemd? ( !rkt_stage1_host ) || ( rkt_stage1_coreos 
rkt_stage1_fly rkt_stage1_host rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu 
rkt_stage1_src ) !rkt_stage1_kvm"
 
 # Some tests fail.
 # rkt_stage1_src needs to copy /bin/mount, which requires root privileges 
during src_compile

diff --git a/app-emulation/rkt/rkt-1.26.0.ebuild 
b/app-emulation/rkt/rkt-1.26.0.ebuild
index 4b8e6287dcf..c15c8003546 100644
--- a/app-emulation/rkt/rkt-1.26.0.ebuild
+++ b/app-emulation/rkt/rkt-1.26.0.ebuild
@@ -38,7 +38,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 # The rkt_stage1_kvm flag has been replaced by the rkt_stage1_kvm_lkvm and 
rkt_stage1_kvm_qemu flags
 IUSE="doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host 
rkt_stage1_kvm rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu rkt_stage1_src +actool 
systemd"
-REQUIRED_USE="|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host 
rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu rkt_stage1_src ) rkt_stage1_host? ( 
systemd ) !rkt_stage1_kvm"
+REQUIRED_USE="!systemd? ( !rkt_stage1_host ) || ( rkt_stage1_coreos 
rkt_stage1_fly rkt_stage1_host rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu 
rkt_stage1_src ) !rkt_stage1_kvm"
 
 # Some tests fail.
 # rkt_stage1_src needs to copy /bin/mount, which requires root privileges 
during src_compile

diff --git a/app-emulation/rkt/rkt-1.27.0.ebuild 
b/app-emulation/rkt/rkt-1.27.0.ebuild
index 4b8e6287dcf..c15c8003546 100644
--- a/app-emulation/rkt/rkt-1.27.0.ebuild
+++ b/app-emulation/rkt/rkt-1.27.0.ebuild
@@ -38,7 +38,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 # The rkt_stage1_kvm flag has been replaced by the rkt_stage1_kvm_lkvm and 
rkt_stage1_kvm_qemu flags
 IUSE="doc examples +rkt_stage1_coreos +rkt_stage1_fly rkt_stage1_host 
rkt_stage1_kvm rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu rkt_stage1_src +actool 
systemd"
-REQUIRED_USE="|| ( rkt_stage1_coreos rkt_stage1_fly rkt_stage1_host 
rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu rkt_stage1_src ) rkt_stage1_host? ( 
systemd ) !rkt_stage1_kvm"
+REQUIRED_USE="!systemd? ( !rkt_stage1_host ) || ( rkt_stage1_coreos 
rkt_stage1_fly rkt_stage1_host rkt_stage1_kvm_lkvm rkt_stage1_kvm_qemu 
rkt_stage1_src ) !rkt_stage1_kvm"
 
 # Some tests fail.
 # rkt_stage1_src needs to copy /bin/mount, which requires root privileges 
during src_compile



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

2017-07-18 Thread Patrice Clement
commit: 01f79e1dff23ec84db789f3c30850581d6f80fdd
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jul 18 21:39:08 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jul 18 21:39:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f79e1d

app-misc/trash-cli: version bump.

Gentoo-Bug: https://bugs.gentoo.org/620434

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/trash-cli/Manifest   |  1 +
 app-misc/trash-cli/trash-cli-0.17.1.14.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index c517adf92bb..410d6af4742 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1,2 +1,3 @@
 DIST trash-cli-0.12.9.14.tar.gz 62090 SHA256 
e0371b28324188d4936cbeea7c74f85a28306588c1ad15b5d3af33372bd5eb11 SHA512 
3846ec4e2e491b09ad93134313a875fb3e072abe3e895956b62a3e4f350c1f10dd1ded3fea0caec3fa8a6bd39f2d0a63ac6a3a070a6204fd2f27f1e447f5ba6c
 WHIRLPOOL 
ee9bb75ca3b3b9f141777a581862b57dd12db38490761dc2cd429ec60eca972292b207063615d8a2c233dd613772fb65a7c6faaadd925410ce9f964b10a8e445
 DIST trash-cli-0.16.12.29.tar.gz 66826 SHA256 
b891b6a5d1b7242b1402cb227f52faf638c2b5ce673925e1221236b4d95bd3f6 SHA512 
a8a94205233ac600a98324b95829d1f00debaca95c85c51fa12f7a65ae6f24fda58370d8fe0095bf33327cbddae7dfb02c2587efffd2d7c206c7f7cb0a59953e
 WHIRLPOOL 
0d2d6531430c846d1b28e3b27767d9e1a75e8bc4402023d9ddd44a56b88e89ea92529a8815a3158dceceaeb08c8aca2eb5cae20402c8197c1bab27b4ebb1
+DIST trash-cli-0.17.1.14.tar.gz 69141 SHA256 
8fdd20e5e9c55ea4e24677e602a06a94a93f1155f9970c55b25dede5e037b974 SHA512 
29033d6e780d81ca762cb69d571c1fa8608f7e84564600d1f7a92141acecf9d7c770e7ff6dcac8f98701af4c6aec3874634eba0af0e92fc2b98ce99c5550c14d
 WHIRLPOOL 
72d0934749d9b9d4e00dfbc9eb6a0fd98f14714b3e1dd73e2992825fe23904c1c73778b28639f0afbc839a60ea87b32d34d68c09837fe72188d1cf46bff86f1a

diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild 
b/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild
new file mode 100644
index 000..faa9656ed80
--- /dev/null
+++ b/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Python scripts to manipulate trash cans via the command line"
+HOMEPAGE="https://github.com/andreafrancia/trash-cli;
+SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-07-18 Thread Michał Górny
commit: 904008cf9f669202e0bbc7ddc30c2eaf2c3647ac
Author: Christian Gerloff  gmx  net>
AuthorDate: Wed Jul  5 13:47:07 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 18 21:23:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904008cf

media-gfx/kuickshow: Restore package

Include a patch to fix a compile error with GCC 6.

Also update ebuild to EAPI 6, mark the package as unstable,
and change download url and maintainer.

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

 media-gfx/kuickshow/Manifest   |  1 +
 .../files/kuickshow-0.9.1-gcc6-compile-fix.patch   | 15 ++
 media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild  | 33 ++
 media-gfx/kuickshow/metadata.xml   | 12 
 4 files changed, 61 insertions(+)

diff --git a/media-gfx/kuickshow/Manifest b/media-gfx/kuickshow/Manifest
new file mode 100644
index 000..ce449bb6636
--- /dev/null
+++ b/media-gfx/kuickshow/Manifest
@@ -0,0 +1 @@
+DIST kuickshow-0.9.1-kde4.4.0.tar.bz2 915108 SHA256 
fa849380e8c5b628551510f6bf3d6c59e7d68bf437f80d0414ef2b73c826a40e SHA512 
394b95c6b7c3b655a96729559271cd837ff5995aefc7e229f3bc7905f7e64f3fb05d34a67c9a9ba584c1cdbc459b7349d0e134a16afe9e0505b5a494e85ab87e
 WHIRLPOOL 
3b2766833d86acd861d424054e73124287d3c2ceddeff0c9b5165d2aacae9cccb2e9c51d9092bf70bc4f3c979855ae3ee34c1e38e0928dc364b37045c59d773f

diff --git a/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch 
b/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
new file mode 100644
index 000..82bf2eafd27
--- /dev/null
+++ b/media-gfx/kuickshow/files/kuickshow-0.9.1-gcc6-compile-fix.patch
@@ -0,0 +1,15 @@
+Fixed wrong type of 2nd parameter which wouldn't compile with GCC 6.
+
+https://bugs.gentoo.org/614304
+
+--- a/src/kuickshow.cpp
 b/src/kuickshow.cpp
+@@ -661,7 +661,7 @@ void KuickShow::performDeleteCurrentImage(QWidget *parent)
+ }
+ 
+ tryShowNextImage();
+-fileWidget->del(list, false, false);
++fileWidget->del(list, 0L, false);
+ }
+ 
+ void KuickShow::performTrashCurrentImage(QWidget *parent)

diff --git a/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild 
b/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild
new file mode 100644
index 000..81ffeba74ae
--- /dev/null
+++ b/media-gfx/kuickshow/kuickshow-0.9.1-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_LINGUAS="af ar be bg bn br ca ca@valencia cs cy da de el en_GB eo es et eu
+fa fi fr ga gl he hi hne hr hu is it ja km lt lv mai mk ms nb nds ne nl nn oc
+pa pl pt pt_BR ro ru se sk sl sv ta tg th tr uk uz uz@cyrillic vi xh zh_CN
+zh_TW"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+inherit kde4-base
+
+MY_P=${P}-kde4.4.0
+
+DESCRIPTION="KDE program to view images"
+HOMEPAGE="https://userbase.kde.org/KuickShow;
+SRC_URI="mirror://kde/Attic/4.4.0/src/extragear/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +handbook"
+
+DEPEND="media-libs/imlib"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS BUGS ChangeLog README TODO )
+
+PATCHES=(
+   "${FILESDIR}/${P}-gcc6-compile-fix.patch"
+)
+
+S=${WORKDIR}/${MY_P}

diff --git a/media-gfx/kuickshow/metadata.xml b/media-gfx/kuickshow/metadata.xml
new file mode 100644
index 000..dacb6f1032b
--- /dev/null
+++ b/media-gfx/kuickshow/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   chrgerl...@gmx.net
+   Christian Gerloff
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+



[gentoo-commits] proj/kde:master commit in: kde-plasma/powerdevil/, kde-plasma/oxygen/, kde-plasma/kgamma/, ...

2017-07-18 Thread Andreas Sturmlechner
commit: 239a93d7dfea89e935d73be22845a280e0332336
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 18 21:05:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 18 21:05:17 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=239a93d7

kde-plasma: Drop KDE Plasma 5.10.4

Moved to Gentoo main ebuild repository.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-plasma/bluedevil/bluedevil-5.10.4.ebuild   |  40 -
 kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild   |  30 
 kde-plasma/breeze-gtk/breeze-gtk-5.10.4.ebuild |  12 --
 .../breeze-plymouth/breeze-plymouth-5.10.4.ebuild  |  26 
 kde-plasma/breeze/breeze-5.10.4.ebuild |  76 --
 .../kactivitymanagerd-5.10.4.ebuild|  35 -
 .../kde-cli-tools/kde-cli-tools-5.10.4.ebuild  |  58 
 .../kde-gtk-config/kde-gtk-config-5.10.4.ebuild|  58 
 kde-plasma/kdecoration/kdecoration-5.10.4.ebuild   |  16 --
 .../kdeplasma-addons-5.10.4.ebuild |  56 ---
 kde-plasma/kgamma/kgamma-5.10.4.ebuild |  26 
 kde-plasma/khotkeys/khotkeys-5.10.4.ebuild |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.10.4.ebuild   |  91 
 kde-plasma/kmenuedit/kmenuedit-5.10.4.ebuild   |  44 --
 kde-plasma/kscreen/kscreen-5.10.4.ebuild   |  38 -
 .../kscreenlocker/kscreenlocker-5.10.4.ebuild  |  88 ---
 kde-plasma/ksshaskpass/ksshaskpass-5.10.4.ebuild   |  49 ---
 kde-plasma/ksysguard/ksysguard-5.10.4.ebuild   |  47 --
 kde-plasma/kwallet-pam/kwallet-pam-5.10.4.ebuild   |  53 ---
 .../kwayland-integration-5.10.4.ebuild |  22 ---
 kde-plasma/kwin/kwin-5.10.4.ebuild |  95 
 kde-plasma/kwrited/kwrited-5.10.4.ebuild   |  23 ---
 kde-plasma/libkscreen/libkscreen-5.10.4.ebuild |  27 
 kde-plasma/libksysguard/libksysguard-5.10.4.ebuild |  53 ---
 kde-plasma/milou/milou-5.10.4.ebuild   |  29 
 kde-plasma/oxygen/oxygen-5.10.4.ebuild |  91 
 .../plasma-desktop/plasma-desktop-5.10.4.ebuild| 152 ---
 .../plasma-integration-5.10.4.ebuild   |  42 --
 kde-plasma/plasma-meta/plasma-meta-5.10.4.ebuild   |  67 -
 kde-plasma/plasma-nm/plasma-nm-5.10.4.ebuild   |  65 
 kde-plasma/plasma-pa/plasma-pa-5.10.4.ebuild   |  29 
 kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild |  39 -
 .../plasma-workspace-wallpapers-5.10.4.ebuild  |  18 ---
 .../plasma-workspace-5.10.4.ebuild | 163 -
 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.4.ebuild |  36 -
 .../polkit-kde-agent-5.10.4.ebuild |  30 
 kde-plasma/powerdevil/powerdevil-5.10.4.ebuild |  81 --
 kde-plasma/sddm-kcm/sddm-kcm-5.10.4.ebuild |  41 --
 .../systemsettings/systemsettings-5.10.4.ebuild|  45 --
 kde-plasma/user-manager/user-manager-5.10.4.ebuild |  26 
 40 files changed, 2063 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.10.4.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.10.4.ebuild
deleted file mode 100644
index 1b30c235b0..00
--- a/kde-plasma/bluedevil/bluedevil-5.10.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Bluetooth stack for KDE Plasma"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep bluez-qt)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep plasma)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtdeclarative)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !kde-plasma/bluedevil:4
-"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild
deleted file mode 100644
index 70488d313e..00
--- a/kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5
-
-DESCRIPTION="Breeze 

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

2017-07-18 Thread Andrew Savchenko
commit: ef7b38b5f522890dca1a318bf1dbca46e3aa5f2c
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Jul 18 20:31:28 2017 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Jul 18 20:31:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7b38b5

Unmask games-misc/katawa-shoujo[system-renpy]

renpy is back on track, katawa-shoujo works fine with system
renpy-6.99.12.4.

 profiles/base/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8fae51407a9..197d52850fa 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -11,10 +11,6 @@
 # Causes build to fail with ffmpeg-3, #602786
 www-plugins/gnash vaapi
 
-# Pacho Ramos  (14 Jul 2017)
-# system-renpy cannot be really used and it's going to be treecleaned, bug 
#587872
-games-misc/katawa-shoujo system-renpy
-
 # Mike Gilbert  (09 Jul 2017)
 # Matthias Dahl  (05 Jul 2017)
 # Both are not your typical garden-variety Linux programs and are



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

2017-07-18 Thread Andreas Sturmlechner
commit: ac28ce58b8a0d3458309d1ebf3bd63b5439994d0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 18 20:27:49 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 18 20:27:49 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac28ce58

kde-apps/umbrello: Add missing DEPEND

Upstream commit d2888aaad6bc64828bb6c4fa102d1b1e6b3dd5e7

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/umbrello/umbrello-17.08.49..ebuild | 7 +--
 kde-apps/umbrello/umbrello-.ebuild  | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-apps/umbrello/umbrello-17.08.49..ebuild 
b/kde-apps/umbrello/umbrello-17.08.49..ebuild
index 264083f624..092f16073b 100644
--- a/kde-apps/umbrello/umbrello-17.08.49..ebuild
+++ b/kde-apps/umbrello/umbrello-17.08.49..ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -41,7 +41,10 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
 "
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kdelibs4support)
+"
+RDEPEND="${COMMON_DEPEND}"
 
 src_configure() {
local mycmakeargs=(

diff --git a/kde-apps/umbrello/umbrello-.ebuild 
b/kde-apps/umbrello/umbrello-.ebuild
index 264083f624..092f16073b 100644
--- a/kde-apps/umbrello/umbrello-.ebuild
+++ b/kde-apps/umbrello/umbrello-.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 KEYWORDS=""
 IUSE=""
 
-DEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
@@ -41,7 +41,10 @@ DEPEND="
dev-libs/libxml2
dev-libs/libxslt
 "
-RDEPEND="${DEPEND}"
+DEPEND="${COMMON_DEPEND}
+   $(add_frameworks_dep kdelibs4support)
+"
+RDEPEND="${COMMON_DEPEND}"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] proj/portage: New tag: repoman-2.3.3

2017-07-18 Thread Brian Dolbec
commit: 
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 18 20:27:28 2017 +

New tag: repoman-2.3.3




[gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/, dev-db/mariadb/files/

2017-07-18 Thread Brian Evans
commit: 731537b966b6677ed4a86b9202b98358c024b4aa
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 18 20:22:18 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 18 20:22:18 2017 +
URL:https://gitweb.gentoo.org/proj/mysql.git/commit/?id=731537b9

dev-db/mariadb: Override several pieces of the eclass

Simplify many checks and allow for a new config system to be used
This now has a single includedir in my.cnf and many files in 
/etc/mysql/mariadb.d

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Manifest-Sign-Key: D1F781EFF9F4A3B6

 dev-db/mariadb/files/my.cnf-10.2  |   3 +
 dev-db/mariadb/files/my.cnf.distro-client |  21 
 dev-db/mariadb/files/my.cnf.distro-server |  28 ++
 dev-db/mariadb/mariadb-10.2.6.ebuild  | 158 +++---
 dev-db/mariadb/metadata.xml   |   1 +
 5 files changed, 197 insertions(+), 14 deletions(-)

diff --git a/dev-db/mariadb/files/my.cnf-10.2 b/dev-db/mariadb/files/my.cnf-10.2
new file mode 100644
index 000..80b4771
--- /dev/null
+++ b/dev-db/mariadb/files/my.cnf-10.2
@@ -0,0 +1,3 @@
+# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/my.cnf: The global mysql configuration 
file.
+
+!includedir @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mariadb.d

diff --git a/dev-db/mariadb/files/my.cnf.distro-client 
b/dev-db/mariadb/files/my.cnf.distro-client
new file mode 100644
index 000..4bbe0f9
--- /dev/null
+++ b/dev-db/mariadb/files/my.cnf.distro-client
@@ -0,0 +1,21 @@
+# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/50-distro-client.cnf: The global mysql 
configuration file.
+
+# The following options will be passed to all MySQL clients
+[client]
+socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
+character-sets-dir = 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets
+default-character-set=utf8
+
+[mysql]
+# uncomment the next directive if you are not familiar with SQL
+#safe-updates
+
+[mysqldump]
+quick
+max_allowed_packet = 16M
+
+[myisamchk]
+character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets
+
+[myisampack]
+character-sets-dir=@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb/charsets

diff --git a/dev-db/mariadb/files/my.cnf.distro-server 
b/dev-db/mariadb/files/my.cnf.distro-server
new file mode 100644
index 000..eaf80be
--- /dev/null
+++ b/dev-db/mariadb/files/my.cnf.distro-server
@@ -0,0 +1,28 @@
+# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/50-distro-server.cnf: The global mysql 
configuration file.
+
+# add a section [mysqld-4.1] or [mysqld-5.0] for specific configurations
+[mysqld]
+character-set-server   = utf8
+user   = mysql
+port   = 3306
+socket = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
+pid-file   = 
@GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mariadb.pid
+log-error  = 
@GENTOO_PORTAGE_EPREFIX@/var/log/mysql/mysqld.err
+basedir= 
@GENTOO_PORTAGE_EPREFIX@/usr
+datadir= @DATADIR@
+skip-external-locking
+lc_messages_dir= 
@GENTOO_PORTAGE_EPREFIX@/usr/share/mariadb
+#Set this to your desired error message language
+lc_messages= en_US
+
+# security:
+# using "localhost" in connects uses sockets by default
+# skip-networking
+bind-address   = 127.0.0.1
+
+log-bin
+server-id  = 1
+
+# point the following paths to different dedicated disks
+tmpdir = @GENTOO_PORTAGE_EPREFIX@/tmp/
+#log-update= 
@GENTOO_PORTAGE_EPREFIX@/path-to-dedicated-directory/hostname

diff --git a/dev-db/mariadb/mariadb-10.2.6.ebuild 
b/dev-db/mariadb/mariadb-10.2.6.ebuild
index 300717f..323622c 100644
--- a/dev-db/mariadb/mariadb-10.2.6.ebuild
+++ b/dev-db/mariadb/mariadb-10.2.6.ebuild
@@ -10,13 +10,14 @@ MYSQL_PV_MAJOR="5.6"
 
 JAVA_PKG_OPT_USE="jdbc"
 
-inherit toolchain-funcs java-pkg-opt-2 mysql-multilib-r1
+inherit toolchain-funcs java-pkg-opt-2 prefix toolchain-funcs \
+   multilib-minimal mysql-multilib-r1
 
 HOMEPAGE="http://mariadb.org/;
 DESCRIPTION="An enhanced, drop-in replacement for MySQL"
 LICENSE="GPL-2 LGPL-2.1+"
 
-IUSE="+backup bindist cracklib galera kerberos innodb-lz4 innodb-lzo 
innodb-snappy jdbc mroonga odbc oqgraph pam sphinx sst-rsync sst-xtrabackup 
tokudb systemd xml"
+IUSE="+backup bindist cracklib galera kerberos innodb-lz4 innodb-lzo 
innodb-snappy jdbc mroonga odbc oqgraph pam rocksdb sphinx sst-rsync 
sst-xtrabackup tokudb systemd xml"
 RESTRICT="!bindist? ( bindist )"
 
 REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( 
jemalloc !tcmalloc ) ) 

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

2017-07-18 Thread Alexis Ballier
commit: 8a85dd6590c8c340606fd6d4ef85fcf1c83b0173
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 18 20:22:03 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 18 20:22:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a85dd65

media-plugins/gst-plugins-taglib: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.10.5.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.10.5.ebuild
index f5f12c654ed..bdb64ff3003 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.10.5.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.10.5.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"



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

2017-07-18 Thread Sergei Trofimovich
commit: 6945784be039beef553f3353a68c856b7115de96
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul 18 20:14:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 18 20:15:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6945784b

sys-apps/nix: bump up to 1.11.13

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/nix/Manifest   |   1 +
 sys-apps/nix/nix-1.11.13.ebuild | 135 
 2 files changed, 136 insertions(+)

diff --git a/sys-apps/nix/Manifest b/sys-apps/nix/Manifest
index 2036143fbab..16ebdebdda4 100644
--- a/sys-apps/nix/Manifest
+++ b/sys-apps/nix/Manifest
@@ -1,4 +1,5 @@
 DIST nix-1.11.10.tar.xz 624972 SHA256 
b29a458c2b803bcc07d8b58cd016ca6ad0788a73ca74edaeaebc588961322467 SHA512 
dae5293092f80a723ade12317a7c86a286e4ec19ea4422010b24fbfd9b68d6d3ddbce1af6efe34869dae98a02697afca0bad66c7363c09e54a3da02534a45f14
 WHIRLPOOL 
375becabfb1ef4d779a173fc1c3dc6f1df3a08d7abb4c4320cfa33bf993e458700462ac7f721f5677cc91bf01c09ebea9c6b7a0d86859fcbb627f565e4e46d70
 DIST nix-1.11.11.tar.xz 625248 SHA256 
f5b9da21fb412e4c35b6e2bc771cfbf4ca44746be5d99868ff29d6e7604760e5 SHA512 
b4652755860637dae0eacab3c536c43bb835614a802fd0bcc606f6140ae3f5c4db312d30ecb20dad62732d47cafb8101a8760b321be5ec4b331f298c59a79e4e
 WHIRLPOOL 
d4d8fc1d868832a9a0ca131bf26cfdd566279be00b56cd40d6e3035935dbdb55d5a77e460e96e77636b60542cd085ccd4e97e15f3c219ddf794b67eb3f3fd2d5
 DIST nix-1.11.12.tar.xz 631940 SHA256 
02e8d85cfc02494fb04c90d8443dfea433639b9f787989b18f54567fd9769dd2 SHA512 
fc2a06841cfa70c2d0b69315b0b8e30530e1b982e8a6b72e8f41c84db4efe7fc89738dce97f356f47d28518860990870fd54eb688704c531ba08231d2a3dd012
 WHIRLPOOL 
b99e213e68cd479f9b6f8104e5f328c9bc409883aa1a88c155acf3f0a49ee95981f1774eff0d803b21182c0a087434a2910a9631dcaa97aae1847697473b27ea
+DIST nix-1.11.13.tar.xz 632224 SHA256 
0913975e262f8069fde6e71a5fae757bb3aef558c51d1711034c525146ea5913 SHA512 
7244b49a7c7416e6ecc7754abcf48028d650510ac27f26701ccc3954660e26ad8b083fdc4ae07de718d3df49ca2a6af3bf3261d537e962a90233f87b13cd1606
 WHIRLPOOL 
a4af739a21e6080fccdfc885c24833e08765fae450fc7833484843f97fee7a4087619f67328075026b55efeda01a9cbf6bf80eb9918bdbbcee96414ee28d363c
 DIST nix-1.11.9.tar.xz 623020 SHA256 
0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1 SHA512 
1e557d61261f958f7fa94510e88c8d34c8ed7b237427a036cdc461aceff4eb34b8e0cdd859fa14c2e392f9094a489bfc663e3043df8bd22651aa42f809caba97
 WHIRLPOOL 
1bd56f99da5f7ea427c3afc0170f37aa4ffcb58d8f2c3fc4915e08c95f67745a4b7a0943116c1beae2f67155806c7a5c56deadaeaed7ff3ab17d7c59235df580

diff --git a/sys-apps/nix/nix-1.11.13.ebuild b/sys-apps/nix/nix-1.11.13.ebuild
new file mode 100644
index 000..61cf9a2de1c
--- /dev/null
+++ b/sys-apps/nix/nix-1.11.13.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic readme.gentoo-r1 user
+
+DESCRIPTION="A purely functional package manager"
+HOMEPAGE="https://nixos.org/nix;
+
+SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz;
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+etc_profile +gc doc sodium"
+
+RDEPEND="
+   app-arch/bzip2
+   app-arch/xz-utils
+   dev-db/sqlite
+   dev-libs/openssl:0=
+   net-misc/curl
+   sys-libs/libseccomp
+   sys-libs/zlib
+   gc? ( dev-libs/boehm-gc[cxx] )
+   doc? ( dev-libs/libxml2
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   )
+   sodium? ( dev-libs/libsodium )
+   dev-lang/perl:=
+   dev-perl/DBD-SQLite
+   dev-perl/WWW-Curl
+   dev-perl/DBI
+"
+DEPEND="${RDEPEND}
+   >=sys-devel/bison-2.6
+   >=sys-devel/flex-2.5.35
+   virtual/perl-ExtUtils-ParseXS
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.11.6-systemd.patch
+   "${FILESDIR}"/${PN}-1.11.6-per-user.patch
+   "${FILESDIR}"/${PN}-1.11.6-respect-CXXFLAGS.patch
+   "${FILESDIR}"/${PN}-1.11.6-respect-LDFLAGS.patch
+   "${FILESDIR}"/${PN}-1.11.12-etc-fixes.patch
+)
+
+DISABLE_AUTOFORMATTING=yes
+DOC_CONTENTS=" Quick start user guide on Gentoo:
+
+[as root] enable nix-daemon service:
+   [systemd] # systemctl enable nix-daemon
+   [openrc]  # rc-update add nix-daemon
+[as a user] relogin to get environment and profile update
+[as a user] fetch nixpkgs update:
+   \$ nix-channel --update
+[as a user] install nix packages:
+   \$ nix-env -i mc
+[as a user] configure environment:
+   Somewhere in .bash_profile you might want to set
+   LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
+   but please read https://github.com/NixOS/nixpkgs/issues/21820
+
+Next steps:
+   nix package manager user manual: http://nixos.org/nix/manual/
+"
+
+pkg_setup() {
+   enewgroup nixbld
+   for i in {1..10}; do
+   # we list 'nixbld' twice to
+   # both assign 

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

2017-07-18 Thread Sergei Trofimovich
commit: 85eebb177aea25f8ac8f25b051aba6a77ba63c13
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jul 18 20:14:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 18 20:15:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85eebb17

sys-apps/nix: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/nix/Manifest   |   2 -
 sys-apps/nix/nix-1.11.10.ebuild | 130 
 sys-apps/nix/nix-1.11.9.ebuild  | 129 ---
 3 files changed, 261 deletions(-)

diff --git a/sys-apps/nix/Manifest b/sys-apps/nix/Manifest
index 16ebdebdda4..7e6ea0a73e8 100644
--- a/sys-apps/nix/Manifest
+++ b/sys-apps/nix/Manifest
@@ -1,5 +1,3 @@
-DIST nix-1.11.10.tar.xz 624972 SHA256 
b29a458c2b803bcc07d8b58cd016ca6ad0788a73ca74edaeaebc588961322467 SHA512 
dae5293092f80a723ade12317a7c86a286e4ec19ea4422010b24fbfd9b68d6d3ddbce1af6efe34869dae98a02697afca0bad66c7363c09e54a3da02534a45f14
 WHIRLPOOL 
375becabfb1ef4d779a173fc1c3dc6f1df3a08d7abb4c4320cfa33bf993e458700462ac7f721f5677cc91bf01c09ebea9c6b7a0d86859fcbb627f565e4e46d70
 DIST nix-1.11.11.tar.xz 625248 SHA256 
f5b9da21fb412e4c35b6e2bc771cfbf4ca44746be5d99868ff29d6e7604760e5 SHA512 
b4652755860637dae0eacab3c536c43bb835614a802fd0bcc606f6140ae3f5c4db312d30ecb20dad62732d47cafb8101a8760b321be5ec4b331f298c59a79e4e
 WHIRLPOOL 
d4d8fc1d868832a9a0ca131bf26cfdd566279be00b56cd40d6e3035935dbdb55d5a77e460e96e77636b60542cd085ccd4e97e15f3c219ddf794b67eb3f3fd2d5
 DIST nix-1.11.12.tar.xz 631940 SHA256 
02e8d85cfc02494fb04c90d8443dfea433639b9f787989b18f54567fd9769dd2 SHA512 
fc2a06841cfa70c2d0b69315b0b8e30530e1b982e8a6b72e8f41c84db4efe7fc89738dce97f356f47d28518860990870fd54eb688704c531ba08231d2a3dd012
 WHIRLPOOL 
b99e213e68cd479f9b6f8104e5f328c9bc409883aa1a88c155acf3f0a49ee95981f1774eff0d803b21182c0a087434a2910a9631dcaa97aae1847697473b27ea
 DIST nix-1.11.13.tar.xz 632224 SHA256 
0913975e262f8069fde6e71a5fae757bb3aef558c51d1711034c525146ea5913 SHA512 
7244b49a7c7416e6ecc7754abcf48028d650510ac27f26701ccc3954660e26ad8b083fdc4ae07de718d3df49ca2a6af3bf3261d537e962a90233f87b13cd1606
 WHIRLPOOL 
a4af739a21e6080fccdfc885c24833e08765fae450fc7833484843f97fee7a4087619f67328075026b55efeda01a9cbf6bf80eb9918bdbbcee96414ee28d363c
-DIST nix-1.11.9.tar.xz 623020 SHA256 
0e943e277f37843f9196b0293cc31d828613ad7a328ee77cd5be01935dc6e7e1 SHA512 
1e557d61261f958f7fa94510e88c8d34c8ed7b237427a036cdc461aceff4eb34b8e0cdd859fa14c2e392f9094a489bfc663e3043df8bd22651aa42f809caba97
 WHIRLPOOL 
1bd56f99da5f7ea427c3afc0170f37aa4ffcb58d8f2c3fc4915e08c95f67745a4b7a0943116c1beae2f67155806c7a5c56deadaeaed7ff3ab17d7c59235df580

diff --git a/sys-apps/nix/nix-1.11.10.ebuild b/sys-apps/nix/nix-1.11.10.ebuild
deleted file mode 100644
index f8b026b00b9..000
--- a/sys-apps/nix/nix-1.11.10.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic readme.gentoo-r1 user
-
-DESCRIPTION="A purely functional package manager"
-HOMEPAGE="https://nixos.org/nix;
-
-SRC_URI="http://nixos.org/releases/${PN}/${P}/${P}.tar.xz;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+etc_profile +gc doc sodium"
-
-RDEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   dev-db/sqlite
-   dev-libs/openssl:0=
-   net-misc/curl
-   sys-libs/libseccomp
-   sys-libs/zlib
-   gc? ( dev-libs/boehm-gc[cxx] )
-   doc? ( dev-libs/libxml2
-   dev-libs/libxslt
-   app-text/docbook-xsl-stylesheets
-   )
-   sodium? ( dev-libs/libsodium )
-   dev-lang/perl:=
-   dev-perl/DBD-SQLite
-   dev-perl/WWW-Curl
-   dev-perl/DBI
-"
-DEPEND="${RDEPEND}
-   >=sys-devel/bison-2.6
-   >=sys-devel/flex-2.5.35
-   virtual/perl-ExtUtils-ParseXS
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.11.6-systemd.patch
-   "${FILESDIR}"/${PN}-1.11.6-per-user.patch
-   "${FILESDIR}"/${PN}-1.11.6-respect-CXXFLAGS.patch
-   "${FILESDIR}"/${PN}-1.11.6-respect-LDFLAGS.patch
-)
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS=" Quick start user guide on Gentoo:
-
-[as root] enable nix-daemon service:
-   [systemd] # systemctl enable nix-daemon
-   [openrc]  # rc-update add nix-daemon
-[as a user] relogin to get environment and profile update
-[as a user] fetch nixpkgs update:
-   \$ nix-channel --update
-[as a user] install nix packages:
-   \$ nix-env -i mc
-[as a user] configure environment:
-   Somewhere in .bash_profile you might want to set
-   LOCALE_ARCHIVE=\$HOME/.nix-profile/lib/locale/locale-archive
-   but please read https://github.com/NixOS/nixpkgs/issues/21820
-
-Next steps:
-   nix package manager user manual: http://nixos.org/nix/manual/
-"
-
-pkg_setup() {
-   enewgroup nixbld
-   for i in {1..10}; do
-   # we list 'nixbld' twice to
- 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/, kde-plasma/breeze-plymouth/, ...

2017-07-18 Thread Andreas Sturmlechner
commit: 154e8fb9324bda4fa1a364bc67785caa39d97c4c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 18 20:00:32 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 18 20:00:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154e8fb9

kde-plasma: Add KDE Plasma 5.10.4

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-plasma/bluedevil/Manifest  |   1 +
 kde-plasma/bluedevil/bluedevil-5.10.4.ebuild   |  40 +
 kde-plasma/breeze-grub/Manifest|   1 +
 kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild   |  30 
 kde-plasma/breeze-gtk/Manifest |   1 +
 kde-plasma/breeze-gtk/breeze-gtk-5.10.4.ebuild |  12 ++
 kde-plasma/breeze-plymouth/Manifest|   1 +
 .../breeze-plymouth/breeze-plymouth-5.10.4.ebuild  |  26 
 kde-plasma/breeze/Manifest |   1 +
 kde-plasma/breeze/breeze-5.10.4.ebuild |  76 ++
 kde-plasma/kactivitymanagerd/Manifest  |   1 +
 .../kactivitymanagerd-5.10.4.ebuild|  35 +
 kde-plasma/kde-cli-tools/Manifest  |   1 +
 .../kde-cli-tools/kde-cli-tools-5.10.4.ebuild  |  58 
 kde-plasma/kde-gtk-config/Manifest |   1 +
 .../kde-gtk-config/kde-gtk-config-5.10.4.ebuild|  58 
 kde-plasma/kdecoration/Manifest|   1 +
 kde-plasma/kdecoration/kdecoration-5.10.4.ebuild   |  16 ++
 kde-plasma/kdeplasma-addons/Manifest   |   1 +
 .../kdeplasma-addons-5.10.4.ebuild |  56 +++
 kde-plasma/kgamma/Manifest |   1 +
 kde-plasma/kgamma/kgamma-5.10.4.ebuild |  26 
 kde-plasma/khotkeys/Manifest   |   1 +
 kde-plasma/khotkeys/khotkeys-5.10.4.ebuild |  46 ++
 kde-plasma/kinfocenter/Manifest|   1 +
 kde-plasma/kinfocenter/kinfocenter-5.10.4.ebuild   |  91 
 kde-plasma/kmenuedit/Manifest  |   1 +
 kde-plasma/kmenuedit/kmenuedit-5.10.4.ebuild   |  44 ++
 kde-plasma/kscreen/Manifest|   1 +
 kde-plasma/kscreen/kscreen-5.10.4.ebuild   |  38 +
 kde-plasma/kscreenlocker/Manifest  |   1 +
 .../kscreenlocker/kscreenlocker-5.10.4.ebuild  |  88 +++
 kde-plasma/ksshaskpass/Manifest|   1 +
 kde-plasma/ksshaskpass/ksshaskpass-5.10.4.ebuild   |  49 +++
 kde-plasma/ksysguard/Manifest  |   1 +
 kde-plasma/ksysguard/ksysguard-5.10.4.ebuild   |  47 ++
 kde-plasma/kwallet-pam/Manifest|   1 +
 kde-plasma/kwallet-pam/kwallet-pam-5.10.4.ebuild   |  53 +++
 kde-plasma/kwayland-integration/Manifest   |   1 +
 .../kwayland-integration-5.10.4.ebuild |  22 +++
 kde-plasma/kwin/Manifest   |   1 +
 kde-plasma/kwin/kwin-5.10.4.ebuild |  95 
 kde-plasma/kwrited/Manifest|   1 +
 kde-plasma/kwrited/kwrited-5.10.4.ebuild   |  23 +++
 kde-plasma/libkscreen/Manifest |   1 +
 kde-plasma/libkscreen/libkscreen-5.10.4.ebuild |  27 
 kde-plasma/libksysguard/Manifest   |   1 +
 kde-plasma/libksysguard/libksysguard-5.10.4.ebuild |  53 +++
 kde-plasma/milou/Manifest  |   1 +
 kde-plasma/milou/milou-5.10.4.ebuild   |  29 
 kde-plasma/oxygen/Manifest |   1 +
 kde-plasma/oxygen/oxygen-5.10.4.ebuild |  91 
 kde-plasma/plasma-desktop/Manifest |   1 +
 .../plasma-desktop/plasma-desktop-5.10.4.ebuild| 152 +++
 kde-plasma/plasma-integration/Manifest |   1 +
 .../plasma-integration-5.10.4.ebuild   |  42 ++
 kde-plasma/plasma-meta/plasma-meta-5.10.4.ebuild   |  67 +
 kde-plasma/plasma-nm/Manifest  |   1 +
 kde-plasma/plasma-nm/plasma-nm-5.10.4.ebuild   |  65 
 kde-plasma/plasma-pa/Manifest  |   1 +
 kde-plasma/plasma-pa/plasma-pa-5.10.4.ebuild   |  29 
 kde-plasma/plasma-sdk/Manifest |   1 +
 kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild |  39 +
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 +
 .../plasma-workspace-wallpapers-5.10.4.ebuild  |  18 +++
 kde-plasma/plasma-workspace/Manifest   |   1 +
 .../plasma-workspace-5.10.4.ebuild | 163 +
 kde-plasma/plymouth-kcm/Manifest   |   1 +
 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.4.ebuild |  36 +
 kde-plasma/polkit-kde-agent/Manifest   |   1 +
 .../polkit-kde-agent-5.10.4.ebuild |  30 
 kde-plasma/powerdevil/Manifest |   1 +
 kde-plasma/powerdevil/powerdevil-5.10.4.ebuild |  81 ++
 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/julia/, dev-lang/julia/files/

2017-07-18 Thread Matthias Maier
commit: f3506fdb14a41519aef6905d992d2f1dde53ef10
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Jul 18 19:13:30 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Jul 18 19:38:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3506fdb

dev-lang/julia: add new ebuild for 0.6.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/julia/Manifest|   2 +
 ...em.patch => julia-0.6.0-fix_build_system.patch} |  39 +++--
 .../julia/files/julia--fix_build_system.patch  |  39 +++--
 dev-lang/julia/julia-0.6.0.ebuild  | 176 +
 4 files changed, 234 insertions(+), 22 deletions(-)

diff --git a/dev-lang/julia/Manifest b/dev-lang/julia/Manifest
index c91190d4268..344995da4b7 100644
--- a/dev-lang/julia/Manifest
+++ b/dev-lang/julia/Manifest
@@ -1,2 +1,4 @@
 DIST julia-0.5.0-bundled.tar.gz 3461547 SHA256 
3f4887fc2c0112666eb28b99f86bd8f7bd50615325e03135c546127885d46fbf SHA512 
f8df589edf7d6b0e1e6553583c81d26fd256a79cacd79fbdd0ea1a9eea46b2466e3cbf055b5b7aa2d5c08318a5c35b9c09a30ac46a48689cc5c7245954b615c8
 WHIRLPOOL 
b0137b2ed55aef7dc2c1a8693043ce63305bd2bbb5c2f959b2752fdb68189a506b027b467bfc0bb443fa4202f3735dd9410a257adec08302dfcaa0c9e4bfed98
 DIST julia-0.5.0.tar.gz 6326490 SHA256 
bb62a14806e58f079ecd4941d4a18d1f1c1d89ab33c826d3a58a2244e364112e SHA512 
6d76c5050da5050cd541c8407c35c8ecd60ad2ba61c4defcc5c084aaeb09e82ffed09be79a3453000bdf88efe56039948335bab21c8389389ffb8b29806568de
 WHIRLPOOL 
7f0066cc7fa912fe7ce5b6bf43449d828b0b9dcf2ab57df6c13a0df17ee53351c6deb30e7b998dc00ff53c548074d79ed6288bc79507afebc4fd827b3e3c032f
+DIST julia-0.6.0-bundled.tar.gz 2097663 SHA256 
2c5505baa76649c35b239aeed20a238427cad76ed4c93bc538f672a1f1ea18dd SHA512 
50581da3628930b2d1b89d226f3551fa7b18ca23c322b7e93d1227cc0c3428f255a6087f9859ff2c592014407d53238e01a3847a727a87287fb8c7f679b022d1
 WHIRLPOOL 
6c07396cebd4799c66e1dc403185b330d5dd9816786d84de5a995782571ce31ceb249d46811540a1d7f87377a9db25b45572f148af4107feaef79b2aec13e89f
+DIST julia-0.6.0.tar.gz 5565427 SHA256 
1c62bfce8075acf2b5b02355520a61210690324eceb021030681459d18a3a665 SHA512 
da21b35eb2c682c0fb8720974a76759c51fe993f10e6af5ca4864fc7f0bb6c90d880b706eb798476c7228bae2db19ff0825add6a2abde2961f16a93a3050cb69
 WHIRLPOOL 
7bc1bb82d4ee112d258473d1200b99dfd1a48ae59d9a9b700e60484c6007e45aed3a6bc42b5ecf7d3eae2c61cab166a1086c8c16f5039abd073571cb83fde4a9

diff --git a/dev-lang/julia/files/julia--fix_build_system.patch 
b/dev-lang/julia/files/julia-0.6.0-fix_build_system.patch
similarity index 70%
copy from dev-lang/julia/files/julia--fix_build_system.patch
copy to dev-lang/julia/files/julia-0.6.0-fix_build_system.patch
index 4ed2822c141..6f804161775 100644
--- a/dev-lang/julia/files/julia--fix_build_system.patch
+++ b/dev-lang/julia/files/julia-0.6.0-fix_build_system.patch
@@ -1,8 +1,8 @@
 diff --git a/Make.inc b/Make.inc
-index 651c9df..ff01872 100644
+index e30c150..e6fdbb2 100644
 --- a/Make.inc
 +++ b/Make.inc
-@@ -389,7 +389,7 @@ ifneq ($(OS), WINNT)
+@@ -399,7 +399,7 @@ ifneq ($(OS), WINNT)
  JCXXFLAGS += -pedantic
  endif
  DEBUGFLAGS := -O0 -ggdb2 -DJL_DEBUG_BUILD -fstack-protector-all
@@ -11,7 +11,7 @@ index 651c9df..ff01872 100644
  endif
  
  ifeq ($(USECLANG),1)
-@@ -400,7 +400,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+@@ -410,7 +410,7 @@ JCFLAGS := -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS := -fasynchronous-unwind-tables
  JCXXFLAGS := -pipe $(fPIC) -fno-rtti -pedantic
  DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
@@ -19,8 +19,8 @@ index 651c9df..ff01872 100644
 +SHIPFLAGS := GENTOOCFLAGS
  ifeq ($(OS), Darwin)
  ifeq ($(USE_LIBCPP), 1)
- CC += -stdlib=libc++ -mmacosx-version-min=10.7
-@@ -427,7 +427,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
+ MACOSX_VERSION_MIN := 10.8
+@@ -439,7 +439,7 @@ JCFLAGS := -std=gnu11 -pipe $(fPIC) -fno-strict-aliasing 
-D_FILE_OFFSET_BITS=64
  JCPPFLAGS :=
  JCXXFLAGS := -pipe $(fPIC) -fno-rtti
  DEBUGFLAGS := -O0 -g -DJL_DEBUG_BUILD -fstack-protector-all
@@ -29,24 +29,41 @@ index 651c9df..ff01872 100644
  endif
  
  ifeq ($(USECCACHE), 1)
+diff --git a/deps/tools/jldownload b/deps/tools/jldownload
+index ab4fd69..e2c2408 100755
+--- a/deps/tools/jldownload
 b/deps/tools/jldownload
+@@ -5,9 +5,9 @@
+ 
+ CACHE_HOST=https://cache.julialang.org
+ 
+-WGET=$(which wget 2>/dev/null)
+-CURL=$(which curl 2>/dev/null)
+-FETCH=$(which fetch 2>/dev/null)
++WGET=/bin/true
++CURL=/bin/true
++FETCH=/bin/true
+ 
+ TIMEOUT=15 # seconds
+ WGET_OPTS="--no-check-certificate --tries=1 --timeout=$TIMEOUT"
 diff --git a/doc/Makefile b/doc/Makefile
-index 0749d73..f4d49ec 100644
+index 743804d..e06dde0 100644
 --- a/doc/Makefile
 +++ b/doc/Makefile
-@@ -62,7 +62,7 @@ help:
-   @echo "  doctestto run all doctests embedded in the documentation 
(if enabled)"
+@@ -25,7 +25,7 @@ deps: UnicodeData.txt
+   

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

2017-07-18 Thread Alexis Ballier
commit: e48723da908dcc988408284975c5aeddd6388e7c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 18 19:36:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 18 19:36:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48723da

media-libs/clutter-gtk: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild 
b/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild
index 13089d5b356..ace0507cadc 100644
--- a/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild
+++ b/media-libs/clutter-gtk/clutter-gtk-1.8.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Clutter;
 LICENSE="LGPL-2.1+"
 
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="X debug examples gtk +introspection wayland"
 
 RDEPEND="



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

2017-07-18 Thread Alexis Ballier
commit: 916a1509324d839001493da3e337f29eca9a2924
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 18 19:36:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 18 19:36:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916a1509

media-libs/clutter-gst: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/clutter-gst/clutter-gst-3.0.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild 
b/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild
index 5cb1f9806ed..eb3af812e48 100644
--- a/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild
+++ b/media-libs/clutter-gst/clutter-gst-3.0.24.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="GStreamer integration library for Clutter"
 
 LICENSE="LGPL-2.1+"
 SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="X debug examples +introspection udev"
 
 # >=cogl-1.18 provides cogl-2.0-experimental



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

2017-07-18 Thread Hans de Graaff
commit: ae122d3f0a6aca0763eb21603c041a5d8aeb8d68
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 18 18:38:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 18 19:31:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae122d3f

Add myself as secondary maintainer

This was discussed with sysadmin members some time ago.

 net-analyzer/munin/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-analyzer/munin/metadata.xml b/net-analyzer/munin/metadata.xml
index a2e74c29b89..649a60729c4 100644
--- a/net-analyzer/munin/metadata.xml
+++ b/net-analyzer/munin/metadata.xml
@@ -5,6 +5,10 @@
 sysad...@gentoo.org
 Gentoo Sysadmin Project
   
+  
+gra...@gentoo.org>
+Hans de Graaff
+  
   
 Munin the tool surveys all your computers and remembers what it saw. It
 presents all the information in in graphs through a web interface. Its



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

2017-07-18 Thread Hans de Graaff
commit: 3c48e4e620411b58f2cc6eaef4c4d175b76081c4
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 18 18:46:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 18 19:31:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c48e4e6

net-analyzer/munin: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/munin/munin-2.0.19.ebuild | 396 
 net-analyzer/munin/munin-2.0.25.ebuild | 406 -
 2 files changed, 802 deletions(-)

diff --git a/net-analyzer/munin/munin-2.0.19.ebuild 
b/net-analyzer/munin/munin-2.0.19.ebuild
deleted file mode 100644
index c4d53dc1874..000
--- a/net-analyzer/munin/munin-2.0.19.ebuild
+++ /dev/null
@@ -1,396 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PATCHSET=1
-
-inherit eutils user java-pkg-opt-2 systemd
-
-MY_P=${P/_/-}
-
-DESCRIPTION="Munin Server Monitoring Tool"
-HOMEPAGE="http://munin-monitoring.org/;
-SRC_URI="mirror://sourceforge/munin/${MY_P}.tar.gz
-   https://dev.gentoo.org/~flameeyes/${PN}/${P}-gentoo-${PATCHSET}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc x86"
-IUSE="asterisk irc java memcached minimal mysql postgres ssl test cgi ipv6 
syslog ipmi http dhcpd doc apache"
-REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
-
-# Upstream's listing of required modules is NOT correct!
-# Some of the postgres plugins use DBD::Pg, while others call psql directly.
-# Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
-# We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
-DEPEND_COM="dev-lang/perl:=[berkdb]
-   kernel_linux? ( sys-process/procps )
-   doc? ( dev-python/sphinx )
-   asterisk? ( dev-perl/Net-Telnet )
-   irc? ( dev-perl/Net-IRC )
-   mysql? ( virtual/mysql
-dev-perl/Cache-Cache
-dev-perl/DBD-mysql )
-   ssl? ( dev-perl/Net-SSLeay )
-   postgres? ( dev-perl/DBD-Pg dev-db/postgresql )
-   memcached? ( dev-perl/Cache-Memcached )
-   cgi? ( dev-perl/FCGI )
-   apache? ( 
www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite]
 )
-   syslog? ( virtual/perl-Sys-Syslog )
-   http? ( dev-perl/libwww-perl )
-   dhcpd? (
-   >=net-misc/dhcp-3[server]
-   dev-perl/Net-IP
-   dev-perl/HTTP-Date
-   )
-   dev-perl/DBI
-   dev-perl/Date-Manip
-   dev-perl/File-Copy-Recursive
-   dev-perl/List-MoreUtils
-   dev-perl/Log-Log4perl
-   dev-perl/Net-CIDR
-   dev-perl/Net-DNS
-   dev-perl/Net-Netmask
-   dev-perl/Net-SNMP
-   dev-perl/Net-Server[ipv6(-)?]
-   virtual/perl-Digest-MD5
-   virtual/perl-Getopt-Long
-   virtual/perl-MIME-Base64
-   virtual/perl-Storable
-   virtual/perl-Text-Balanced
-   virtual/perl-Time-HiRes
-   !minimal? (
-   dev-perl/HTML-Template
-   dev-perl/IO-Socket-INET6
-   dev-perl/URI
-   >=net-analyzer/rrdtool-1.3[graph,perl]
-   virtual/ssh
-   )"
-
-# Keep this seperate, as previous versions have had other deps here
-DEPEND="${DEPEND_COM}
-   dev-perl/Module-Build
-   java? ( >=virtual/jdk-1.5 )
-   test? (
-   dev-perl/Test-Deep
-   dev-perl/Test-LongString
-   dev-perl/Test-Differences
-   dev-perl/Test-MockModule
-   dev-perl/Test-MockObject
-   dev-perl/File-Slurp
-   dev-perl/IO-stringy
-   dev-perl/IO-Socket-INET6
-   )"
-RDEPEND="${DEPEND_COM}
-   virtual/awk
-   ipmi? ( >=sys-libs/freeipmi-1.1.6-r1 )
-   java? (
-   >=virtual/jre-1.5
-   || ( net-analyzer/netcat6 net-analyzer/netcat )
-   )
-   !minimal? (
-   virtual/cron
-   media-fonts/dejavu
-   )
-   !> "${S}"/Makefile.config < "${D}"/usr/lib/tmpfiles.d/${CATEGORY}:${PN}:${SLOT}.conf <> "${T}"/munin.env < "${D}"/etc/logrotate.d/munin
-
-   

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

2017-07-18 Thread Alexis Ballier
commit: c240a961843bb1b7b37d4805ec5141696c3f3a63
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 18 19:14:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 18 19:14:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c240a961

media-libs/clutter: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/media-libs/clutter/clutter-1.26.2.ebuild 
b/media-libs/clutter/clutter-1.26.2.ebuild
index d06f90d4e67..5aaee721b63 100644
--- a/media-libs/clutter/clutter-1.26.2.ebuild
+++ b/media-libs/clutter/clutter-1.26.2.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
wayland? ( egl )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 
 # NOTE: glx flavour uses libdrm + >=mesa-7.3
 # >=libX11-1.3.1 needed for X Generic Event support



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

2017-07-18 Thread Mike Gilbert
commit: bae7477c594c2f2ce079e18c28b89bc7810bbe85
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Jul 17 16:14:13 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul 18 19:13:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae7477c

meson.eclass: ensure we have a UTF-8 locale set

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

 eclass/meson.eclass | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 25e19dff48e..5b63f0ef3a3 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -40,7 +40,7 @@ esac
 
 if [[ -z ${_MESON_ECLASS} ]]; then
 
-inherit ninja-utils toolchain-funcs
+inherit ninja-utils python-utils-r1 toolchain-funcs
 
 fi
 
@@ -148,6 +148,9 @@ meson_src_configure() {
STRIP=$(tc-getBUILD_STRIP)
fi
 
+   # https://bugs.gentoo.org/625396
+   python_export_utf8_locale
+
# Append additional arguments from ebuild
mesonargs+=("${emesonargs[@]}")
 



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

2017-07-18 Thread Davide Pesavento
commit: b0c4d47a7779e5a7423c212fed0ec9409c4e091f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jul 18 18:42:38 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jul 18 18:43:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c4d47a

dev-util/qbs: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/qbs/Manifest |   1 -
 dev-util/qbs/qbs-1.7.0.ebuild | 111 --
 2 files changed, 112 deletions(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index b1428c751dd..ce2c4b4c21d 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,4 +1,3 @@
 DIST qbs-1.8.0.tar.gz 1049245 SHA256 
4721f7d4f6411f1609df34b6975bc6b1eac3ffabaccc2b273d3c14586749d697 SHA512 
500e2f6fed28327c86012c18d3eaa5b92e41046b6e98005b4d47ff16da24ccfaac0c1bf9f24b69bced2810965b7a852ae0cb9d41c77e547f114e7f88a4306af7
 WHIRLPOOL 
4b83fc428fb157e13e259611fc1048af802a7883baa27e40725c0bc9f5cf47d0120b533a4e53c0f1254483da2bbb81b9c2061dc077eb11c2f8635f6992e6c062
 DIST qbs-src-1.4.5.tar.gz 825278 SHA256 
f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 
ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a
 WHIRLPOOL 
2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca
-DIST qbs-src-1.7.0.tar.gz 992213 SHA256 
a7271e35f35c015f6deda3bf5b614031019018572cebb9904920f251b583c3ef SHA512 
cab913d07be30d147851c9b439cf5b292d4ef92cd0dc23ba184b4f6c476c0d94412581cff79eb7f5525cbb5b940bbe1318f292a585d591124702a1acc863087f
 WHIRLPOOL 
e107b2b2a1f233fe2fbb77ebdd31bdf6130ada26a29b4094f6d92cd6cb44039af035791db1830f65b37093529e056f7e1fb80d5b6be74f624992a6bb5ee5f7f6
 DIST qbs-src-1.8.1.tar.gz 1053395 SHA256 
3e94460ecbd1ca43974d62a0ecf691d48866049787c465944866baf52d5b16fc SHA512 
2b4657475803e56f911f0bc373692b70f9376ed520499f1c4e7040e4dedddc417bd4e72208c925ed7fdc7fcf0b96434dab8d8f87c454ae08da80d6438dbcbc5c
 WHIRLPOOL 
1a5fa2cc7518b3b324d163224b259e7f44b91599e58ff3c9e2d52d3322d68b0fbb2b0e0ec5abee17e95a4a51a00d10a84397a49d5cf31ec37fbab4759dba7259

diff --git a/dev-util/qbs/qbs-1.7.0.ebuild b/dev-util/qbs/qbs-1.7.0.ebuild
deleted file mode 100644
index 5f4b6e25c99..000
--- a/dev-util/qbs/qbs-1.7.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils
-
-MY_P=${PN}-src-${PV}
-
-DESCRIPTION="Cross-platform build tool"
-HOMEPAGE="https://wiki.qt.io/Qbs;
-SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="doc examples test"
-
-# see bug 581874 for the qttest dep in RDEPEND
-RDEPEND="
-   dev-qt/qtcore:5=
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtscript:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   test? ( dev-qt/qttest:5 )
-"
-DEPEND="${RDEPEND}
-   doc? (
-   dev-qt/qdoc:5
-   dev-qt/qthelp:5
-   )
-   test? ( dev-qt/qtdeclarative:5 )
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   default
-
-   if ! use examples; then
-   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
-   fi
-
-   if use test; then
-   sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
-   else
-   sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
-   fi
-
-   # skip several tests that fail and/or have additional deps
-   sed -i \
-   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
-   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
-   -e 's/p\.value("java\./true||&/'`# requires jdk, fails, 
bug 585398` \
-   -e 's/!haveMakeNsis/true/'  `# requires nsis` \
-   -e 's/!haveWiX(profile)/true/'  `# requires wix` \
-   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
-   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-}
-
-src_configure() {
-   local myqmakeargs=(
-   qbs.pro # bug 523218
-   -recursive
-   CONFIG+=qbs_disable_rpath
-   CONFIG+=qbs_enable_project_file_updates
-   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
-   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
-   QBS_LIBRARY_DIRNAME="$(get_libdir)"
-   )
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_test() {
-   einfo "Setting up test environment in ${T}"
-
-   export HOME=${T}
-   export LD_LIBRARY_PATH=${S}/$(get_libdir)
-
-   

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2017-07-18 Thread Davide Pesavento
commit: ae223e3507d8c03f0cbd3adc5e0d81bea94b8f91
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jul 18 18:37:14 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jul 18 18:42:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae223e35

dev-qt/qt-creator: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-qt/qt-creator/Manifest| 1 +
 dev-qt/qt-creator/{qt-creator-.ebuild => qt-creator-4.3.1.ebuild} | 2 +-
 dev-qt/qt-creator/qt-creator-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index 66d512a22fe..99f28de5a3a 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,3 +1,4 @@
 DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 
e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 
be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f
 WHIRLPOOL 
c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65
 DIST qt-creator-opensource-src-4.2.0.tar.xz 16624096 SHA256 
203e2bc6618590b5e5a7e17f1a05e65b255d742f0b8f0ba3246fb541dfdfbe80 SHA512 
1801611d8db10041332d728a2af6b0c57b28b3ab9847a8875edb788d3b0fe6570103a408a7f52c989e40949743263d444e5db49d290860f2e7231f463fa86f7a
 WHIRLPOOL 
841fb63bb6d25a640fb8db24412b05b93e9240db8c68de9555cc4baef50d6e08d13594f4e7cc675fda90359d8a4a4fbb8110f9cfd73315e1775a636f5f28a54d
 DIST qt-creator-opensource-src-4.3.0.tar.xz 17113068 SHA256 
e99eaaf4098d575578424f57936bc5ad678499824523666c32d85c71fc8471d8 SHA512 
462d2494d54c5b528ed187a43365a296c08ad2b104ada451a91d381f070472433ef91856f80a4d94091919296c95820e5d546800fc26a43a9709a6329fba02bb
 WHIRLPOOL 
ef3b4568bc19aa4c7eb4f1555d6cc24c719ecdde86f73225320b9d9a48a832a34c33dfbd5fb258fb33b733a8906dfc8afd368865aa537e996226fbefaf807782
+DIST qt-creator-opensource-src-4.3.1.tar.xz 17298892 SHA256 
060a8843f988c158ef01bd90221e390f0d4be3ccc8da95abaeb12c7477e7a4ad SHA512 
9fd89cee4a3b17662ac83bd63065f66f6b446774eb28ab4e56b85b82dc8c6b9b7be512014e5096dd343d913688700c3297b49bf4abe920429ca72cc665c95226
 WHIRLPOOL 
86965524785f68836a7a55a2ce9ede109e3314b9778d68eb92588cd1d3844be5ad47ae4e484f285dc74844729e8c254a11fe705ed3600476ed1c8ef4000b4e24

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-4.3.1.ebuild
similarity index 99%
copy from dev-qt/qt-creator/qt-creator-.ebuild
copy to dev-qt/qt-creator/qt-creator-4.3.1.ebuild
index 74828af0540..caa18400f3b 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.3.1.ebuild
@@ -56,7 +56,7 @@ CDEPEND="
>=dev-qt/qtxml-${QT_PV}
clangcodemodel? ( >=sys-devel/clang-3.9:= )
designer? ( >=dev-qt/designer-${QT_PV} )
-   qbs? ( >=dev-util/qbs-1.8.0 )
+   qbs? ( >=dev-util/qbs-1.8.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
 "

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index 74828af0540..caa18400f3b 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -56,7 +56,7 @@ CDEPEND="
>=dev-qt/qtxml-${QT_PV}
clangcodemodel? ( >=sys-devel/clang-3.9:= )
designer? ( >=dev-qt/designer-${QT_PV} )
-   qbs? ( >=dev-util/qbs-1.8.0 )
+   qbs? ( >=dev-util/qbs-1.8.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2017-07-18 Thread Davide Pesavento
commit: 7326507075205b7e8e6fe13e24abc82d2ab4c284
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jul 18 18:40:50 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jul 18 18:42:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73265070

dev-qt/qt-creator: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-qt/qt-creator/Manifest|   1 -
 dev-qt/qt-creator/qt-creator-4.2.0.ebuild | 183 --
 2 files changed, 184 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index 99f28de5a3a..f90c1079736 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,4 +1,3 @@
 DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 
e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 
be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f
 WHIRLPOOL 
c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65
-DIST qt-creator-opensource-src-4.2.0.tar.xz 16624096 SHA256 
203e2bc6618590b5e5a7e17f1a05e65b255d742f0b8f0ba3246fb541dfdfbe80 SHA512 
1801611d8db10041332d728a2af6b0c57b28b3ab9847a8875edb788d3b0fe6570103a408a7f52c989e40949743263d444e5db49d290860f2e7231f463fa86f7a
 WHIRLPOOL 
841fb63bb6d25a640fb8db24412b05b93e9240db8c68de9555cc4baef50d6e08d13594f4e7cc675fda90359d8a4a4fbb8110f9cfd73315e1775a636f5f28a54d
 DIST qt-creator-opensource-src-4.3.0.tar.xz 17113068 SHA256 
e99eaaf4098d575578424f57936bc5ad678499824523666c32d85c71fc8471d8 SHA512 
462d2494d54c5b528ed187a43365a296c08ad2b104ada451a91d381f070472433ef91856f80a4d94091919296c95820e5d546800fc26a43a9709a6329fba02bb
 WHIRLPOOL 
ef3b4568bc19aa4c7eb4f1555d6cc24c719ecdde86f73225320b9d9a48a832a34c33dfbd5fb258fb33b733a8906dfc8afd368865aa537e996226fbefaf807782
 DIST qt-creator-opensource-src-4.3.1.tar.xz 17298892 SHA256 
060a8843f988c158ef01bd90221e390f0d4be3ccc8da95abaeb12c7477e7a4ad SHA512 
9fd89cee4a3b17662ac83bd63065f66f6b446774eb28ab4e56b85b82dc8c6b9b7be512014e5096dd343d913688700c3297b49bf4abe920429ca72cc665c95226
 WHIRLPOOL 
86965524785f68836a7a55a2ce9ede109e3314b9778d68eb92588cd1d3844be5ad47ae4e484f285dc74844729e8c254a11fe705ed3600476ed1c8ef4000b4e24

diff --git a/dev-qt/qt-creator/qt-creator-4.2.0.ebuild 
b/dev-qt/qt-creator/qt-creator-4.2.0.ebuild
deleted file mode 100644
index cd314f54128..000
--- a/dev-qt/qt-creator/qt-creator-4.2.0.ebuild
+++ /dev/null
@@ -1,183 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
-
-inherit eutils l10n qmake-utils toolchain-funcs virtualx xdg
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="http://doc.qt.io/qtcreator/;
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI=(
-   "git://code.qt.io/${PN}/${PN}.git"
-   "https://code.qt.io/git/${PN}/${PN}.git;
-   )
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   
SRC_URI="http://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-# TODO: unbundle sqlite
-
-QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
-   clangcodemodel clangstaticanalyzer clearcase cmake:cmakeprojectmanager 
cvs git glsl:glsleditor
-   ios mercurial modeling:modeleditor nim perforce python:pythoneditor 
qbs:qbsprojectmanager qnx
-   scxml:scxmleditor subversion valgrind winrt)
-IUSE="doc systemd test +webengine ${QTC_PLUGINS[@]%:*}"
-
-# minimum Qt version required
-QT_PV="5.6.0:5"
-
-RDEPEND="
-   =dev-libs/botan-1.10*[-bindist,threads]
-   >=dev-qt/designer-${QT_PV}
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qthelp-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   >=dev-qt/qtsql-${QT_PV}[sqlite]
-   >=dev-qt/qtsvg-${QT_PV}
-   >=dev-qt/qtwidgets-${QT_PV}
-   >=dev-qt/qtx11extras-${QT_PV}
-   >=dev-qt/qtxml-${QT_PV}
-   sys-devel/gdb[client,python]
-   clangcodemodel? ( >=sys-devel/clang-3.9:= )
-   qbs? ( =dev-util/qbs-1.7* )
-   systemd? ( sys-apps/systemd:= )
-   webengine? ( >=dev-qt/qtwebengine-${QT_PV}[widgets] )
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/linguist-tools-${QT_PV}
-   virtual/pkgconfig
-   doc? ( >=dev-qt/qdoc-${QT_PV} )
-   test? (
-   

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

2017-07-18 Thread Hans de Graaff
commit: d1e6dd920a4a96d3db2cd1c93435e42a6fa2714d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jul 18 17:54:41 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jul 18 18:33:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e6dd92

net-analyzer/munin: add 2.0.33, bug 602710

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/munin/Manifest|   2 +
 net-analyzer/munin/munin-2.0.33.ebuild | 412 +
 2 files changed, 414 insertions(+)

diff --git a/net-analyzer/munin/Manifest b/net-analyzer/munin/Manifest
index 4038ef4eda9..c924770f5b6 100644
--- a/net-analyzer/munin/Manifest
+++ b/net-analyzer/munin/Manifest
@@ -2,3 +2,5 @@ DIST munin-2.0.19-gentoo-1.tar.xz 10884 SHA256 
e9fcec3cd671a0008348ab3f33e435073
 DIST munin-2.0.19.tar.gz 1335496 SHA256 
13db9b00d432b92907d61f9f2bd18c2aafca03b2a6e257222fff17aa4ed02896 SHA512 
c08ab54634587bb2abc4e55e52114d417ce9f3d2b421c4f44c5df3506238ecd80d1f27359346404a4eab7d779a42bc3438ebb75210e979662f261de1521a464b
 WHIRLPOOL 
288ac49ae86aff13591cbe7357afe963d6da95b3915d94ea3887a63347dbd45969d3a86d8378d2c6ddcb3b8ad24f27ff95ce2567cdfbb216e6584219db7800e1
 DIST munin-2.0.25-gentoo-1.tar.xz 10964 SHA256 
725a91fe3690a045439fd3d2541de9b67b4fe3628a6c6ec838b690c019f04922 SHA512 
9065c24fc7942d6e02e7d2a7d3be516852816164c5ada496aa2703f1e5a3a41bd7f00302348496d58fad7d39d8bb2b84cfa2a2481e92834c6d1958bb153c023f
 WHIRLPOOL 
318b0df95352b2c8a0181ef577179d380b8002288e79ac37d903603fce482ad2f0cbe5e0797495e4d1cb50c765b80daadad8d861ef83d6db89f47effeb7d6183
 DIST munin-2.0.25.tar.gz 1337586 SHA256 
6832bc5839d03639e4309178d9370697fc8a80a83d9b6653953f40161e949694 SHA512 
a29563cfef26b05237b3813b44b5582563f2f75477ae3c076540cfb4f3e83f89193bd05fd7eae208d9d1bae58aff75977cc2c5f4de81225f0cbb2ba2c41effa9
 WHIRLPOOL 
14e7fac3d91025816fa31823484673726441f186ded0bb2a6dc6f4d8f3976211a6fc49c20c7faac5d7078d6f9963766517ee2c9b22820b1164333cb6def106b8
+DIST munin-2.0.33-gentoo-1.tar.xz 11024 SHA256 
f956d9051e0da05231bb8777c0ca3342ca5bb86e48c44a68289c41c42c440e46 SHA512 
c1f49f01fd641e157145d9710a091696c09380887a374ee845e516d40384ee6bc576019f3510ac322436b1f10ee1b675ae512b9f677a6a0fa2ef022cbb7269b8
 WHIRLPOOL 
3c0fbccc4c8ee9a2dacf8ce1845d149198c8d53ed17cd62fd17bae60986ca6616e12213d4f520fd06e8329accec559a7f9529559f21dc62de3aa0b66680d7ab7
+DIST munin-2.0.33.tar.gz 1349546 SHA256 
99dbc1e5f4f0fed4e28f295245333544193f9a26c597f2a78571ae20b4d450b6 SHA512 
33c56fcb347396f29662f304aa50f0e3dfc909b067ea498097624dd2cd7e95789c318adcef64923e6d0248dcf9ea6fe933c49d920b6b7856d85511d40d67
 WHIRLPOOL 
2429b605d19bbf4caa460e9f2b46de8e2462bf606bd1143bcdcbb4f2e079b2acf5f87def86affa6152ed8b26cf14bc83d62274bb58424818deb2b5f2024de7f0

diff --git a/net-analyzer/munin/munin-2.0.33.ebuild 
b/net-analyzer/munin/munin-2.0.33.ebuild
new file mode 100644
index 000..4a882bb9c12
--- /dev/null
+++ b/net-analyzer/munin/munin-2.0.33.ebuild
@@ -0,0 +1,412 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PATCHSET=1
+
+inherit eutils user java-pkg-opt-2 systemd
+
+MY_P=${P/_/-}
+
+DESCRIPTION="Munin Server Monitoring Tool"
+HOMEPAGE="http://munin-monitoring.org/;
+SRC_URI="
+   https://github.com/munin-monitoring/munin/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~graaff/munin/${P}-gentoo-${PATCHSET}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+IUSE="asterisk irc java memcached minimal mysql postgres selinux ssl test cgi 
ipv6 syslog ipmi http dhcpd doc apache"
+REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )"
+
+# Upstream's listing of required modules is NOT correct!
+# Some of the postgres plugins use DBD::Pg, while others call psql directly.
+# Some of the mysql plugins use DBD::mysql, while others call mysqladmin 
directly.
+# We replace the original ipmi plugins with the freeipmi_ plugin which at 
least works.
+DEPEND_COM="
+   dev-lang/perl:=[berkdb]
+   dev-perl/DBI
+   dev-perl/Date-Manip
+   dev-perl/File-Copy-Recursive
+   dev-perl/List-MoreUtils
+   dev-perl/Log-Log4perl
+   dev-perl/Net-CIDR
+   dev-perl/Net-DNS
+   dev-perl/Net-Netmask
+   dev-perl/Net-SNMP
+   dev-perl/Net-Server[ipv6(-)?]
+   virtual/perl-Digest-MD5
+   virtual/perl-Getopt-Long
+   virtual/perl-MIME-Base64
+   virtual/perl-Storable
+   virtual/perl-Text-Balanced
+   virtual/perl-Time-HiRes
+   apache? ( 
www-servers/apache[apache2_modules_cgi,apache2_modules_cgid,apache2_modules_rewrite]
 )
+   asterisk? ( dev-perl/Net-Telnet )
+   cgi? (
+   dev-perl/FCGI
+   dev-perl/CGI-Fast
+   )
+   dhcpd? (
+   >=net-misc/dhcp-3[server]
+   dev-perl/Net-IP
+   dev-perl/HTTP-Date
+   )
+   doc? ( dev-python/sphinx )
+   http? ( dev-perl/libwww-perl )
+  

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

2017-07-18 Thread Davide Pesavento
commit: 81dd40d3316e9b98b7c31a74c6f18eab87b238ca
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jul 18 18:23:29 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jul 18 18:23:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81dd40d3

dev-util/qbs: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/qbs/Manifest |   1 +
 dev-util/qbs/qbs-1.8.1.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index 141cb8d9bc0..b1428c751dd 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,3 +1,4 @@
 DIST qbs-1.8.0.tar.gz 1049245 SHA256 
4721f7d4f6411f1609df34b6975bc6b1eac3ffabaccc2b273d3c14586749d697 SHA512 
500e2f6fed28327c86012c18d3eaa5b92e41046b6e98005b4d47ff16da24ccfaac0c1bf9f24b69bced2810965b7a852ae0cb9d41c77e547f114e7f88a4306af7
 WHIRLPOOL 
4b83fc428fb157e13e259611fc1048af802a7883baa27e40725c0bc9f5cf47d0120b533a4e53c0f1254483da2bbb81b9c2061dc077eb11c2f8635f6992e6c062
 DIST qbs-src-1.4.5.tar.gz 825278 SHA256 
f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 
ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a
 WHIRLPOOL 
2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca
 DIST qbs-src-1.7.0.tar.gz 992213 SHA256 
a7271e35f35c015f6deda3bf5b614031019018572cebb9904920f251b583c3ef SHA512 
cab913d07be30d147851c9b439cf5b292d4ef92cd0dc23ba184b4f6c476c0d94412581cff79eb7f5525cbb5b940bbe1318f292a585d591124702a1acc863087f
 WHIRLPOOL 
e107b2b2a1f233fe2fbb77ebdd31bdf6130ada26a29b4094f6d92cd6cb44039af035791db1830f65b37093529e056f7e1fb80d5b6be74f624992a6bb5ee5f7f6
+DIST qbs-src-1.8.1.tar.gz 1053395 SHA256 
3e94460ecbd1ca43974d62a0ecf691d48866049787c465944866baf52d5b16fc SHA512 
2b4657475803e56f911f0bc373692b70f9376ed520499f1c4e7040e4dedddc417bd4e72208c925ed7fdc7fcf0b96434dab8d8f87c454ae08da80d6438dbcbc5c
 WHIRLPOOL 
1a5fa2cc7518b3b324d163224b259e7f44b91599e58ff3c9e2d52d3322d68b0fbb2b0e0ec5abee17e95a4a51a00d10a84397a49d5cf31ec37fbab4759dba7259

diff --git a/dev-util/qbs/qbs-1.8.1.ebuild b/dev-util/qbs/qbs-1.8.1.ebuild
new file mode 100644
index 000..881b9a2b5bd
--- /dev/null
+++ b/dev-util/qbs/qbs-1.8.1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+MY_P=${PN}-src-${PV}
+
+DESCRIPTION="Modern build tool for software projects"
+HOMEPAGE="https://wiki.qt.io/Qbs;
+SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
+
+LICENSE="|| ( LGPL-2.1 LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="doc examples test"
+
+# see bug 581874 for the qttest dep in RDEPEND
+RDEPEND="
+   dev-qt/qtcore:5=
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   test? ( dev-qt/qttest:5 )
+"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-qt/qdoc:5
+   dev-qt/qthelp:5
+   )
+   test? ( dev-qt/qtdeclarative:5 )
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # don't add /usr/include to INCLUDEPATH
+   # avoids a build failure in qt-creator with gcc-6 (bug 618424)
+   sed -i -e '/^INCLUDEPATH/ s:$${PWD}/\.\.::' 
src/lib/corelib/use_installed_corelib.pri || die
+
+   if ! use examples; then
+   sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
+   fi
+
+   if use test; then
+   sed -i -e '/SUBDIRS =/ s:=.*:= auto:' tests/tests.pro || die
+   else
+   sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
+   fi
+
+   # skip several tests that fail and/or have additional deps
+   sed -i \
+   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
+   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
+   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
+   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
+   tests/auto/blackbox/tst_blackbox.cpp || die
+
+   # requires jdk, fails, bug 585398
+   sed -i -e '/blackbox-java\.pro/ d' tests/auto/auto.pro || die
+}
+
+src_configure() {
+   local myqmakeargs=(
+   qbs.pro # bug 523218
+   -recursive
+   CONFIG+=qbs_disable_rpath
+   CONFIG+=qbs_enable_project_file_updates
+   $(usex test 'CONFIG+=qbs_enable_unit_tests' '')
+   QBS_INSTALL_PREFIX="${EPREFIX}/usr"
+   QBS_LIBRARY_DIRNAME="$(get_libdir)"
+   )
+   eqmake5 "${myqmakeargs[@]}"
+}
+
+src_test() {
+   einfo "Setting up test environment in 

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

2017-07-18 Thread Jeroen Roovers
commit: 12b190dc644587e67a891893853f427bf96f3590
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 18:00:16 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 18:00:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b190dc

dev-util/debhelper: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index e8f2f9d565b..f7bd98e8582 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,3 +1,4 @@
 DIST debhelper_10.5.tar.xz 402388 SHA256 
9f551ddef6d8a3fdd87b9bda7bc1c6c9bc1d9d33e9fb906ca5429071ce85cd3e SHA512 
f434eb03b2edda41aaca83aa5b08398daa1c233486d3098013471c9f4b0b58f5d883f023b4d20b07d6a700a778052e609aac328d4813fac09183a42b57d0bd8a
 WHIRLPOOL 
cd71543b752d766e04f55729318ebbbdcbe14df4a5b4e288c27d8b8623777aa2662b187a5a2924f3acaf817c56fe1589fe6dd51f51daf64d3336ab5bc974
 DIST debhelper_10.6.2.tar.xz 410348 SHA256 
d90e1d98a3cdf05b27be6b789f96014ce80e96ffbc72dcff3c211cf68653 SHA512 
854877914143e5276d9f827bb17b68d190631089a677fa7b17dd3babc342856e81dcda1e77801911ab8914715a2d21b2b092f04f76a6c68ba7237c83801acf5b
 WHIRLPOOL 
70d940bbd6e3e716c6e533e866fa788c90f1eb1ac0679d6454f3d0313d36488cf1159035022c2cd872f480cb98ef2dedca327b9c8e0d2c7c908a1f93a128e1bb
+DIST debhelper_10.6.4.tar.xz 412768 SHA256 
aa11ea77ce605f38318eb3265bdea81ce7113e6fff66c8bd15fc542b64583761 SHA512 
87e0fb17fc1662350548b2dae5ff845c441709d2dc5cb47f204a82a39f0ba70bab28dea15c6db9e33434ce8590ffb4c14e9b906e2b64c076b430c10d4cc7e551
 WHIRLPOOL 
2e3f39ae9695100c24f26d1a9df388e852fbc22c574e7aff044388a6228781e490b0abe41ee0ec682f048705dd432784094e43ee7669b95b9a72c80cab21bd8e
 DIST debhelper_9.20160814.tar.xz 344328 SHA256 
2834a7c1dbeafd9402ea68948c815dab19d903503c45fd70e676269fccd359c0 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62
 WHIRLPOOL 
334f0aa8075896ec13a061b9841adb5f2b7c5fa6996b507785f50389c86c48e3c89a84ff1049ae7d7cbe4876b649010f892f54f1074ecafd76061bf0588e65d6

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



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

2017-07-18 Thread Jeroen Roovers
commit: 54787058e9747f5c781463a8aa5b0efed7094a1a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 18:00:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 18:00:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54787058

dev-util/debhelper: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-util/debhelper/Manifest b/dev-util/debhelper/Manifest
index f7bd98e8582..7a4a23dd21c 100644
--- a/dev-util/debhelper/Manifest
+++ b/dev-util/debhelper/Manifest
@@ -1,4 +1,3 @@
-DIST debhelper_10.5.tar.xz 402388 SHA256 
9f551ddef6d8a3fdd87b9bda7bc1c6c9bc1d9d33e9fb906ca5429071ce85cd3e SHA512 
f434eb03b2edda41aaca83aa5b08398daa1c233486d3098013471c9f4b0b58f5d883f023b4d20b07d6a700a778052e609aac328d4813fac09183a42b57d0bd8a
 WHIRLPOOL 
cd71543b752d766e04f55729318ebbbdcbe14df4a5b4e288c27d8b8623777aa2662b187a5a2924f3acaf817c56fe1589fe6dd51f51daf64d3336ab5bc974
 DIST debhelper_10.6.2.tar.xz 410348 SHA256 
d90e1d98a3cdf05b27be6b789f96014ce80e96ffbc72dcff3c211cf68653 SHA512 
854877914143e5276d9f827bb17b68d190631089a677fa7b17dd3babc342856e81dcda1e77801911ab8914715a2d21b2b092f04f76a6c68ba7237c83801acf5b
 WHIRLPOOL 
70d940bbd6e3e716c6e533e866fa788c90f1eb1ac0679d6454f3d0313d36488cf1159035022c2cd872f480cb98ef2dedca327b9c8e0d2c7c908a1f93a128e1bb
 DIST debhelper_10.6.4.tar.xz 412768 SHA256 
aa11ea77ce605f38318eb3265bdea81ce7113e6fff66c8bd15fc542b64583761 SHA512 
87e0fb17fc1662350548b2dae5ff845c441709d2dc5cb47f204a82a39f0ba70bab28dea15c6db9e33434ce8590ffb4c14e9b906e2b64c076b430c10d4cc7e551
 WHIRLPOOL 
2e3f39ae9695100c24f26d1a9df388e852fbc22c574e7aff044388a6228781e490b0abe41ee0ec682f048705dd432784094e43ee7669b95b9a72c80cab21bd8e
 DIST debhelper_9.20160814.tar.xz 344328 SHA256 
2834a7c1dbeafd9402ea68948c815dab19d903503c45fd70e676269fccd359c0 SHA512 
63072ba35ec8c62ee4c4d44833712925264c808a91f1522ef6a73377f2da3d11b285a21ad39158fd44693c801916189261186c8c7b28096719328a81a0a65f62
 WHIRLPOOL 
334f0aa8075896ec13a061b9841adb5f2b7c5fa6996b507785f50389c86c48e3c89a84ff1049ae7d7cbe4876b649010f892f54f1074ecafd76061bf0588e65d6

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



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

2017-07-18 Thread Jeroen Roovers
commit: c30a775a5b64ce1a733c3c84e44107b2df05bf6d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:51:44 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:51:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30a775a

www-client/opera-beta: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-beta/Manifest |  1 +
 .../opera-beta/opera-beta-47.0.2631.23.ebuild  | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 4524d40f584..378a830bd1b 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1,3 @@
 DIST opera-beta_47.0.2631.13_amd64.deb 50437336 SHA256 
bae7c6ba2c71e71aac3c377d5870fce9fe309ac8f04771a7d0a0255bb393ba13 SHA512 
5e15b9d0697359c6bd0678d6c46eb17231d3b262c23ed29f706ced552e145e403eb1cd19395c855571964ebb58527fcb9c7090ba49ea3b2314634be3e8ee22fa
 WHIRLPOOL 
9903f3a90f8063d9203ebce1ea2a9fbe9078d23758beb320c18ad8243b670707faa261715d802e3db6482d269ae22503f024751c38755ffae0fe7e6e81a45be1
+DIST opera-beta_47.0.2631.23_amd64.deb 50133844 SHA256 
0962aa4a3ff949fc8d86ba3f4038e4614ce2c5b575e261f057844a8e556ad0d7 SHA512 
83bd2cdc7fad0c82e7fad61983c4e4463ba81e1b4dc5d6c3eef773691e587b18e58736cfa46b66ba2e1a8892a9e1143244aac697a3e35a832068123868afe91a
 WHIRLPOOL 
45bbae479174593a13146dcb3fced9e299e09939fc22498ed31da9ae92664a24b6f680a0ff4b3896820704c7684d0661ddef8a2adfdb86c281bbe0907a082387
 DIST opera-beta_47.0.2631.7_amd64.deb 50362534 SHA256 
19c47c4a66f294fe662719f4ef2dd05462a07d1b126e66dbb288cc032b8c2928 SHA512 
33200be256febb49cf488f7190cf4c4908557e7e33421c26c4bf0dfd7f4553411efac13baf4845a62a71aa2530ce9228b74edf6c1e6b7973a3b5af71826a0a14
 WHIRLPOOL 
2db23ffc781c9a60da46b7f74767d09438d135a483888fe45e186b5c35905e7c93cddb32c4268f3b5df6a052153ce2fee8362e66d2ba73917df6a8214bf962d1

diff --git a/www-client/opera-beta/opera-beta-47.0.2631.23.ebuild 
b/www-client/opera-beta/opera-beta-47.0.2631.23.ebuild
new file mode 100644
index 000..b72074ee152
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-47.0.2631.23.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-07-18 Thread Jeroen Roovers
commit: b0421613a6d1f29d866b3373b55dcd08e6f7ff64
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:50:44 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:50:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0421613

www-client/opera: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera/Manifest  |  1 -
 www-client/opera/opera-46.0.2597.32.ebuild | 86 --
 2 files changed, 87 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 85b0e32b763..bbdfeec766e 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,6 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
-DIST opera-stable_46.0.2597.32_amd64.deb 50609524 SHA256 
5b1a4724cd6b0719aa2c07a4055a02e35b23c7f8890eb9749364af54a101ad30 SHA512 
027ea3d17af54c87ee5d81145146ef87daccaa6ebe4db2c405be9f283912809d5cdec9c15e744732276e888f500a0d4db18e9f67fe96768013b3164526cc1916
 WHIRLPOOL 
c75fd88044c0b9e63071c2766cc5badf2fc484b1bd4fc924b650b414a6204f563ef2e10e4d7b4e4c839dfdf35308f205013efc58cd6d60a1031b2517f8798ef1
 DIST opera-stable_46.0.2597.39_amd64.deb 50582628 SHA256 
2acef086d1971b903b084d2f892ea022466f57cc7b79c9851039974a23de4dd1 SHA512 
685560c1307bede286b830afc1363fccb82546f6b94c41797fcabdaef58bb1ec4480f26864091029bdf28feed430a3c411fdcb6d1cd30eb58c8cded3ec88c0c3
 WHIRLPOOL 
8451f522f22d2de5dd5cd42e3e52e1b37daae894f6aecb3f6d3663cc86e5d6c1b2352b7811aa2a09678a355917a3392caee86dec15fe2140842cb1daf5151905
 DIST opera-stable_46.0.2597.46_amd64.deb 50605030 SHA256 
8b7fa0dc6727b872772d625b448600da8c73dbcfb32f983047213641fae507f2 SHA512 
d90ed51cb88ffe95ad3d0a5e1d590bac906f787b7eed5bfd4bed9a41b1a3f7b098235921c3e4823dcbfe6ec630dd43093f3406b87855f5cf59cdc43877c6d049
 WHIRLPOOL 
597a5ffcbc9de367aef52104d8edce3c7a3d398014709c97b596a6b23efffd3ae258dd39c5feb6e627fdb7811a88014f82f3785fbc76e2aa6eff7f9b2c4878f6

diff --git a/www-client/opera/opera-46.0.2597.32.ebuild 
b/www-client/opera/opera-46.0.2597.32.ebuild
deleted file mode 100644
index 50d95517948..000
--- a/www-client/opera/opera-46.0.2597.32.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
-"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-

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

2017-07-18 Thread Jeroen Roovers
commit: 302d322557db172de71d373dac8e26d1d39ff18f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:53:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:53:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302d3225

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-developer/Manifest|  1 -
 .../opera-developer-48.0.2636.0.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 0142d0a3dfb..2c1ecfc7929 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,3 +1,2 @@
-DIST opera-developer_48.0.2636.0_amd64.deb 50331934 SHA256 
57cc7177be7ca082239ad1fe1248e041a975d821c3c56991806dfc8f5f8c19d2 SHA512 
fbac372a8ae9008f7ade4f259ed27245d16f271690b3f1809a3996fc6e270185961cb6488ab94cc0a1dc304dbfbf080ca9fb351a43b4c05a629427f7d21b7e6a
 WHIRLPOOL 
fc7844025cc06ccd78a5dcea59e534c35b24dbd259a5394809731a03f555646f418e5a783c08f0cd9bdff86ad009a385fe28647c56453d0fcbee7f0672a90d21
 DIST opera-developer_48.0.2643.0_amd64.deb 50688714 SHA256 
77a5bf0737c6128adf8d21b9a8bef58b70c7692cbc3345d1df88e260f1e084ac SHA512 
3af2fc00cc9bc1e1c11765134a73018e0ce9f56b99ade1f77328ca41b624a2ac6bed43024564127c369522618797c4a198ac8d88391b2a71fbbc0d163b99b38c
 WHIRLPOOL 
cb5cce2d7498ec6706a0adfdaa3318e21bf1c28e93d9a720b9df724fb52ef8e0d327bf08f8d8785225d1ade34e71bd27586cdd21659eb6307354dc53448150be
 DIST opera-developer_48.0.2657.0_amd64.deb 50831978 SHA256 
d3ec7488322e529e77d4090b3ad9e23f62ac4e3faa32bea4477ea9d5fd7c3959 SHA512 
29222384fb20eda2791314dbe68aff76d3d4ca33291daeca0436920a70c749a39d7f01aa89064da338e37c0ca8a20223476c04a1bed5c0a8a23da3bfb63a3c1a
 WHIRLPOOL 
3bfab75d4cf249007c08ea54bd6594b3005104e7c9a0cef4bc1aa414f7961ef28099e219b7b3588c919cf8a27113a8f76f2762feba90ea3b17444f8e4c165b5c

diff --git a/www-client/opera-developer/opera-developer-48.0.2636.0.ebuild 
b/www-client/opera-developer/opera-developer-48.0.2636.0.ebuild
deleted file mode 100644
index 75d0b9628bc..000
--- a/www-client/opera-developer/opera-developer-48.0.2636.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}



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

2017-07-18 Thread Jeroen Roovers
commit: 1dacb419ac871daaf5d9a95bb07025f6efd11dc8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:52:02 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:52:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dacb419

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-beta/Manifest |  1 -
 .../opera-beta/opera-beta-47.0.2631.7.ebuild   | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 378a830bd1b..c8db578ec79 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,3 +1,2 @@
 DIST opera-beta_47.0.2631.13_amd64.deb 50437336 SHA256 
bae7c6ba2c71e71aac3c377d5870fce9fe309ac8f04771a7d0a0255bb393ba13 SHA512 
5e15b9d0697359c6bd0678d6c46eb17231d3b262c23ed29f706ced552e145e403eb1cd19395c855571964ebb58527fcb9c7090ba49ea3b2314634be3e8ee22fa
 WHIRLPOOL 
9903f3a90f8063d9203ebce1ea2a9fbe9078d23758beb320c18ad8243b670707faa261715d802e3db6482d269ae22503f024751c38755ffae0fe7e6e81a45be1
 DIST opera-beta_47.0.2631.23_amd64.deb 50133844 SHA256 
0962aa4a3ff949fc8d86ba3f4038e4614ce2c5b575e261f057844a8e556ad0d7 SHA512 
83bd2cdc7fad0c82e7fad61983c4e4463ba81e1b4dc5d6c3eef773691e587b18e58736cfa46b66ba2e1a8892a9e1143244aac697a3e35a832068123868afe91a
 WHIRLPOOL 
45bbae479174593a13146dcb3fced9e299e09939fc22498ed31da9ae92664a24b6f680a0ff4b3896820704c7684d0661ddef8a2adfdb86c281bbe0907a082387
-DIST opera-beta_47.0.2631.7_amd64.deb 50362534 SHA256 
19c47c4a66f294fe662719f4ef2dd05462a07d1b126e66dbb288cc032b8c2928 SHA512 
33200be256febb49cf488f7190cf4c4908557e7e33421c26c4bf0dfd7f4553411efac13baf4845a62a71aa2530ce9228b74edf6c1e6b7973a3b5af71826a0a14
 WHIRLPOOL 
2db23ffc781c9a60da46b7f74767d09438d135a483888fe45e186b5c35905e7c93cddb32c4268f3b5df6a052153ce2fee8362e66d2ba73917df6a8214bf962d1

diff --git a/www-client/opera-beta/opera-beta-47.0.2631.7.ebuild 
b/www-client/opera-beta/opera-beta-47.0.2631.7.ebuild
deleted file mode 100644
index b72074ee152..000
--- a/www-client/opera-beta/opera-beta-47.0.2631.7.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}



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

2017-07-18 Thread Jeroen Roovers
commit: e46b54e92621a55e646012fafdd8890d6ef868e0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:50:08 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:50:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46b54e9

www-client/opera: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera/Manifest  |  1 +
 www-client/opera/opera-46.0.2597.46.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 1e8aaa10715..85b0e32b763 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
 DIST opera-stable_46.0.2597.32_amd64.deb 50609524 SHA256 
5b1a4724cd6b0719aa2c07a4055a02e35b23c7f8890eb9749364af54a101ad30 SHA512 
027ea3d17af54c87ee5d81145146ef87daccaa6ebe4db2c405be9f283912809d5cdec9c15e744732276e888f500a0d4db18e9f67fe96768013b3164526cc1916
 WHIRLPOOL 
c75fd88044c0b9e63071c2766cc5badf2fc484b1bd4fc924b650b414a6204f563ef2e10e4d7b4e4c839dfdf35308f205013efc58cd6d60a1031b2517f8798ef1
 DIST opera-stable_46.0.2597.39_amd64.deb 50582628 SHA256 
2acef086d1971b903b084d2f892ea022466f57cc7b79c9851039974a23de4dd1 SHA512 
685560c1307bede286b830afc1363fccb82546f6b94c41797fcabdaef58bb1ec4480f26864091029bdf28feed430a3c411fdcb6d1cd30eb58c8cded3ec88c0c3
 WHIRLPOOL 
8451f522f22d2de5dd5cd42e3e52e1b37daae894f6aecb3f6d3663cc86e5d6c1b2352b7811aa2a09678a355917a3392caee86dec15fe2140842cb1daf5151905
+DIST opera-stable_46.0.2597.46_amd64.deb 50605030 SHA256 
8b7fa0dc6727b872772d625b448600da8c73dbcfb32f983047213641fae507f2 SHA512 
d90ed51cb88ffe95ad3d0a5e1d590bac906f787b7eed5bfd4bed9a41b1a3f7b098235921c3e4823dcbfe6ec630dd43093f3406b87855f5cf59cdc43877c6d049
 WHIRLPOOL 
597a5ffcbc9de367aef52104d8edce3c7a3d398014709c97b596a6b23efffd3ae258dd39c5feb6e627fdb7811a88014f82f3785fbc76e2aa6eff7f9b2c4878f6

diff --git a/www-client/opera/opera-46.0.2597.46.ebuild 
b/www-client/opera/opera-46.0.2597.46.ebuild
new file mode 100644
index 000..50d95517948
--- /dev/null
+++ b/www-client/opera/opera-46.0.2597.46.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}-stable/copyright || die
+   mv usr/share/doc/${PN}-stable usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-07-18 Thread Jeroen Roovers
commit: d3ebc28c6594cd1f4b996101270656f28bfa02d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:49:33 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:49:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ebc28c

net-analyzer/arping: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/arping/Manifest   |  1 +
 net-analyzer/arping/arping-2.19.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/net-analyzer/arping/Manifest b/net-analyzer/arping/Manifest
index 678bf43cc19..53c14786c22 100644
--- a/net-analyzer/arping/Manifest
+++ b/net-analyzer/arping/Manifest
@@ -1,2 +1,3 @@
 DIST arping-2.17.tar.gz 174346 SHA256 
b954655b2121abc086bb4464de2e242b5da643c3621edfdd3853118ea438ed01 SHA512 
062026f522ab3d3b96c05c97aa3133995bce808a25a470207359a1236886da0300368ddac7d76568201510c0bcc2ac4ef6b34b2284c8d367c1be41972f0ee1c2
 WHIRLPOOL 
79f023699b0197812d286c7a5b178cf093e0cc966ebaa26d405434ff3afd4d6b15b1901faa6a8f349b66ff37eb982fa05777cffbfeef2778575a77b813eb33b2
 DIST arping-2.18.tar.gz 175691 SHA256 
2b97c797969a597af6715c306ab03bb9c851fbc45c0378def257e8e2d57bf869 SHA512 
0ce54bd834695d1f624e9846d1796a316e5a733b83cdeaf745f522e1311f082d646c265a90b90b524d7e718070d61dd9ca767b5365f9fd5bd0a807e37c4d4c89
 WHIRLPOOL 
ae7f831de78ad7d4bbe0c15616717844b91a7cbfe632c9e82110caa835256f1c49f51bf45eeffac647a7664f3f0983ccc57dfd7dc3836eee5d19453873a7
+DIST arping-2.19.tar.gz 177178 SHA256 
36e97b58076dcd478cf732682e828ec00026dd8ec8f63201d147960be25e6616 SHA512 
7ad242202432d91adc34b049c5511529789cf381ef02e803f8fc61394a5540427b719981946a36f692df9b1b3186e3f39b0f867f583aa42e237ae7f7549822a2
 WHIRLPOOL 
cce463c6b6aca5d99e73a4727002559c48d597459420aec9310c86229ab1b872b4cc01d595a8f3fc2e239103d9ffef89ae5fb84800b6c51788e71a1a663cdc8a

diff --git a/net-analyzer/arping/arping-2.19.ebuild 
b/net-analyzer/arping/arping-2.19.ebuild
new file mode 100644
index 000..1552c81188a
--- /dev/null
+++ b/net-analyzer/arping/arping-2.19.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit fcaps
+
+DESCRIPTION="A utility to see if a specific IP address is taken and what MAC 
address owns it"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping;
+SRC_URI="http://www.habets.pp.se/synscan/files/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="test"
+
+CDEPEND="
+   net-libs/libpcap
+   net-libs/libnet:1.1
+"
+DEPEND="
+   ${CDEPEND}
+   test? ( dev-libs/check )
+"
+RDEPEND="
+   ${CDEPEND}
+   !net-misc/iputils[arping(+)]
+"
+
+FILECAPS=( cap_net_raw /usr/sbin/arping )



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

2017-07-18 Thread Jeroen Roovers
commit: b9fd48a3117d3d5d74bfcf6dad3d12c498a37836
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:52:47 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:52:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fd48a3

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-developer/Manifest|  1 +
 .../opera-developer-48.0.2657.0.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index ee6544a36fd..0142d0a3dfb 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1,3 @@
 DIST opera-developer_48.0.2636.0_amd64.deb 50331934 SHA256 
57cc7177be7ca082239ad1fe1248e041a975d821c3c56991806dfc8f5f8c19d2 SHA512 
fbac372a8ae9008f7ade4f259ed27245d16f271690b3f1809a3996fc6e270185961cb6488ab94cc0a1dc304dbfbf080ca9fb351a43b4c05a629427f7d21b7e6a
 WHIRLPOOL 
fc7844025cc06ccd78a5dcea59e534c35b24dbd259a5394809731a03f555646f418e5a783c08f0cd9bdff86ad009a385fe28647c56453d0fcbee7f0672a90d21
 DIST opera-developer_48.0.2643.0_amd64.deb 50688714 SHA256 
77a5bf0737c6128adf8d21b9a8bef58b70c7692cbc3345d1df88e260f1e084ac SHA512 
3af2fc00cc9bc1e1c11765134a73018e0ce9f56b99ade1f77328ca41b624a2ac6bed43024564127c369522618797c4a198ac8d88391b2a71fbbc0d163b99b38c
 WHIRLPOOL 
cb5cce2d7498ec6706a0adfdaa3318e21bf1c28e93d9a720b9df724fb52ef8e0d327bf08f8d8785225d1ade34e71bd27586cdd21659eb6307354dc53448150be
+DIST opera-developer_48.0.2657.0_amd64.deb 50831978 SHA256 
d3ec7488322e529e77d4090b3ad9e23f62ac4e3faa32bea4477ea9d5fd7c3959 SHA512 
29222384fb20eda2791314dbe68aff76d3d4ca33291daeca0436920a70c749a39d7f01aa89064da338e37c0ca8a20223476c04a1bed5c0a8a23da3bfb63a3c1a
 WHIRLPOOL 
3bfab75d4cf249007c08ea54bd6594b3005104e7c9a0cef4bc1aa414f7961ef28099e219b7b3588c919cf8a27113a8f76f2762feba90ea3b17444f8e4c165b5c

diff --git a/www-client/opera-developer/opera-developer-48.0.2657.0.ebuild 
b/www-client/opera-developer/opera-developer-48.0.2657.0.ebuild
new file mode 100644
index 000..75d0b9628bc
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-48.0.2657.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA he hi hr hu id 
it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-07-18 Thread Jeroen Roovers
commit: 137a4bfe96bb8538f9ae9012d06dd674b8d8fc56
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:44:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:44:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137a4bfe

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2017.06.25.ebuild | 98 
 2 files changed, 99 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 9f8f2ff81ba..7856b53d2dd 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
-DIST youtube-dl-2017.06.25.tar.gz 2737382 SHA256 
0531958d4dc10f0fae7960a4c8d08d17fe57acf79719a76387d765c382809f59 SHA512 
49a298ab041b264ca4a48b479851bcff96b2a535da8ed280d69fc1799702a43eb38289f00253271d9b320a538a8a374dcc27a0f3148d44db22fa57f8b41afce4
 WHIRLPOOL 
e7bf63b54e35a2061d36c358f000dadb22769e20a1309dd4c43215c0fe1bb4096b198da2245c9ba4c967837d065525229861ca345a6392b83829f2ce58726f82
 DIST youtube-dl-2017.07.02.tar.gz 2740061 SHA256 
5b8b11c932ddbc346e2188f0e3a4c0ab8203b1b749f8ea9b212e10d34fa20168 SHA512 
08cf4693450ad9ecdad653d4e5508c0899a54e3e16f49f5957ee1ff1486f55333860c3b8ea0d45a1ec12bf5cdc4ce3f57abf9f6c1eb73eca1dd41a38e86bbe68
 WHIRLPOOL 
f28898208dfe3230284f7e6803cb4002a0bd7f493bbc5826ae0ad76ee4453cb5c7413cfc9609fa7bb1131754a07415318e1c380e04a07bba4ff9c88ba1517915
 DIST youtube-dl-2017.07.15.tar.gz 2752839 SHA256 
665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca SHA512 
372ac27be349fb10ce21249d7d455cec291c1691b78a67f20ae425cb5c146226ee278e97fc5903a5fd6df6dca8e0cd09da8377f606b93633161bc02ba239f573
 WHIRLPOOL 
dc8db12f3d69ebe6bc1a8ed3fe3f7c53c2ab987ad56d683726c22eb03fe3f8829bc73a4986ef978c88252071d386fa0132d2d467c14215d5d395413411994f11

diff --git a/net-misc/youtube-dl/youtube-dl-2017.06.25.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.06.25.ebuild
deleted file mode 100644
index 867867e7361..000
--- a/net-misc/youtube-dl/youtube-dl-2017.06.25.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 eutils
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube fourtube foxgay goshgay hellporno
-   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
-   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
-   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
-   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
-   youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber pornhub redtube tnaflix xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
- 

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

2017-07-18 Thread Jeroen Roovers
commit: 54b9ff1b54a44df3a492f7136a66e691facb3a42
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 18 17:43:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 18 17:44:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b9ff1b

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2017.07.15.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 1b66137fb7d..9f8f2ff81ba 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
 DIST youtube-dl-2017.06.25.tar.gz 2737382 SHA256 
0531958d4dc10f0fae7960a4c8d08d17fe57acf79719a76387d765c382809f59 SHA512 
49a298ab041b264ca4a48b479851bcff96b2a535da8ed280d69fc1799702a43eb38289f00253271d9b320a538a8a374dcc27a0f3148d44db22fa57f8b41afce4
 WHIRLPOOL 
e7bf63b54e35a2061d36c358f000dadb22769e20a1309dd4c43215c0fe1bb4096b198da2245c9ba4c967837d065525229861ca345a6392b83829f2ce58726f82
 DIST youtube-dl-2017.07.02.tar.gz 2740061 SHA256 
5b8b11c932ddbc346e2188f0e3a4c0ab8203b1b749f8ea9b212e10d34fa20168 SHA512 
08cf4693450ad9ecdad653d4e5508c0899a54e3e16f49f5957ee1ff1486f55333860c3b8ea0d45a1ec12bf5cdc4ce3f57abf9f6c1eb73eca1dd41a38e86bbe68
 WHIRLPOOL 
f28898208dfe3230284f7e6803cb4002a0bd7f493bbc5826ae0ad76ee4453cb5c7413cfc9609fa7bb1131754a07415318e1c380e04a07bba4ff9c88ba1517915
+DIST youtube-dl-2017.07.15.tar.gz 2752839 SHA256 
665905606b61cad2f4ac945823722c3bf951f3003f5a24506aea690f4189b5ca SHA512 
372ac27be349fb10ce21249d7d455cec291c1691b78a67f20ae425cb5c146226ee278e97fc5903a5fd6df6dca8e0cd09da8377f606b93633161bc02ba239f573
 WHIRLPOOL 
dc8db12f3d69ebe6bc1a8ed3fe3f7c53c2ab987ad56d683726c22eb03fe3f8829bc73a4986ef978c88252071d386fa0132d2d467c14215d5d395413411994f11

diff --git a/net-misc/youtube-dl/youtube-dl-2017.07.15.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.07.15.ebuild
new file mode 100644
index 000..867867e7361
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2017.07.15.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 eutils
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/__version__/s|'$|-gentoo_no_offensive_sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube fourtube foxgay goshgay hellporno
+   hentaistigma hornbunny keezmovies lovehomeporn mofosex 
motherless
+   myvidster porn91 porncom pornflip pornhd pornotube 
pornovoisines
+   pornoxo ruleporn sexu slutload spankbang spankwire 
sunporno thisav
+   tube8 vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies
+   youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber pornhub redtube tnaflix xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/

2017-07-18 Thread Alexis Ballier
commit: 4bb82691aac1c9dbf966658f222bbe390e510bf3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 18 17:36:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 18 17:36:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb82691

dev-ml/ocaml-cstruct: Add missing test deps, bug #625532

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
index 39b192f16a3..0acf2607860 100644
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
@@ -34,7 +34,10 @@ RDEPEND="
 DEPEND="
dev-ml/jbuilder
dev-ml/opam
-   test? ( dev-ml/ounit )
+   test? (
+   dev-ml/ounit
+   ppx? ( dev-ml/ppx_driver dev-ml/ppx_sexp_conv )
+   )
${RDEPEND}
 "
 



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

2017-07-18 Thread Alexis Ballier
commit: 510d11ec66f3399aad91e58310a40ad96d8a6dee
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jul 18 17:13:58 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jul 18 17:18:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510d11ec

sci-mathematics/coq: bump to 8.6.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-mathematics/coq/Manifest |  1 +
 sci-mathematics/coq/coq-8.6.1.ebuild | 91 
 2 files changed, 92 insertions(+)

diff --git a/sci-mathematics/coq/Manifest b/sci-mathematics/coq/Manifest
index 1579e488b9b..a0ddf10c480 100644
--- a/sci-mathematics/coq/Manifest
+++ b/sci-mathematics/coq/Manifest
@@ -1 +1,2 @@
+DIST coq-8.6.1.tar.gz 5588811 SHA256 
32f8aa92853483dec18030def9f0857a708fee56cf4287e39c9a260f08138f9d SHA512 
814ab76a06ca15f927081428da74add4bc67290199fa011853b9c68a00cdefaf813b10fbac18a434f4504fce8f2173eb544080bf6f50d62caa41bb8724b13083
 WHIRLPOOL 
e0d918909b9902acd4ab0f8b4b5ce425ed8a26e80f5e2714b7e0c38ed737b9c83eab3a7fc8ba1407298bdf24adbcd435771d5cd92f3e4296e04b5503aea44c2d
 DIST coq-8.6.tar.gz 5538848 SHA256 
6e3c3cf5c8e2b0b760dc52738e2e849f3a8c630869659ecc0cf41413fcee81df SHA512 
9f5f4913fda8cf83683fec9398b42d4567207c3d4b52b4638d5e09a24ed25a43905fb57a9fac1bb9f9d681bd47f3560e1da74e79348b3a3fd93e2e8c686cebae
 WHIRLPOOL 
714226c0f9138ea7dc9828db6dbc59e9b6e0c18ae305fc1a67c5c1c7a950ec1deabd37f462e20d1d1ddbd148a8bc3845a72f88f5ef6cbd4f93abfd02539dbcbc

diff --git a/sci-mathematics/coq/coq-8.6.1.ebuild 
b/sci-mathematics/coq/coq-8.6.1.ebuild
new file mode 100644
index 000..9b09cfd79dd
--- /dev/null
+++ b/sci-mathematics/coq/coq-8.6.1.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils multilib
+
+MY_PV=${PV/_p/pl}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Proof assistant written in O'Caml"
+HOMEPAGE="http://coq.inria.fr/;
+SRC_URI="http://${PN}.inria.fr/distrib/V${MY_PV}/files/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gtk debug +ocamlopt doc camlp5"
+
+RDEPEND="
+   >=dev-lang/ocaml-3.11.2:=[ocamlopt?]
+   camlp5? ( >=dev-ml/camlp5-6.02.3:=[ocamlopt?] )
+   !camlp5? ( dev-ml/camlp4:= )
+   gtk? ( >=dev-ml/lablgtk-2.10.1:=[sourceview,ocamlopt?] )"
+DEPEND="${RDEPEND}
+   dev-ml/findlib
+   doc? (
+   media-libs/netpbm[png,zlib]
+   virtual/latex-base
+   dev-tex/hevea
+   dev-tex/xcolor
+   dev-texlive/texlive-pictures
+   || ( dev-texlive/texlive-mathscience 
dev-texlive/texlive-mathextra )
+   dev-texlive/texlive-latexextra
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+   ocaml_lib=$(ocamlc -where)
+   local myconf=(
+   -prefix /usr
+   -bindir /usr/bin
+   -libdir /usr/$(get_libdir)/coq
+   -mandir /usr/share/man
+   -emacslib /usr/share/emacs/site-lisp
+   -coqdocdir /usr/$(get_libdir)/coq/coqdoc
+   -docdir /usr/share/doc/${PF}
+   -configdir /etc/xdg/${PN}
+   -lablgtkdir ${ocaml_lib}/lablgtk2
+   )
+
+   use debug && myconf+=( -debug )
+   use doc || myconf+=( -with-doc no )
+
+   if use gtk; then
+   if use ocamlopt; then
+   myconf+=( -coqide opt )
+   else
+   myconf+=( -coqide byte )
+   fi
+   else
+   myconf+=( -coqide no )
+   fi
+
+   use ocamlopt || myconf+=( -byte-only )
+
+   if use camlp5; then
+   myconf+=( -usecamlp5 -camlp5dir ${ocaml_lib}/camlp5 )
+   else
+   myconf+=( -usecamlp4 )
+   fi
+
+   export CAML_LD_LIBRARY_PATH="${S}/kernel/byterun/"
+   ./configure ${myconf[@]} || die "configure failed"
+}
+
+src_compile() {
+   emake STRIP="true" -j1 world VERBOSE=1
+}
+
+src_test() {
+   emake STRIP="true" check VERBOSE=1
+}
+
+src_install() {
+   emake STRIP="true" COQINSTALLPREFIX="${D}" install VERBOSE=1
+   dodoc README.md CREDITS CHANGES
+
+   use gtk && make_desktop_entry "coqide" "Coq IDE" 
"${EPREFIX}/usr/share/coq/coq.png"
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/, www-plugins/kpartsplugin/, www-plugins/kpartsplugin/files/

2017-07-18 Thread Andreas Sturmlechner
commit: 4dd669fafc70477a3ff6fe7926818265c39e3635
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 18 17:15:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 18 17:15:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd669fa

www-plugins/kpartsplugin: Remove last-rited package

 profiles/package.mask  |  6 --
 www-plugins/kpartsplugin/Manifest  |  1 -
 .../files/kpartsplugin-20120723-segfault.patch | 21 
 .../kpartsplugin/kpartsplugin-20120723-r2.ebuild   | 23 --
 www-plugins/kpartsplugin/metadata.xml  |  8 
 5 files changed, 59 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 72e833a006b..5dfae077004 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -407,12 +407,6 @@ www-apps/jekyll-paginate
 # Masked for removal in 30 days.
 dev-java/jdbc-jaybird
 
-# Andreas Sturmlechner  (18 Jun 2017)
-# No port to kf5 as nsplugin support is dropped everywhere.
-# No more kdelibs-4 based kparts in tree to feed it with.
-# Masked for removal in 30 days.
-www-plugins/kpartsplugin
-
 # Thomas Deutschmann  (17 Jun 2017)
 # Unmaintained in Gentoo repository; Multiple vulnerabilities
 # People using VMware in Gentoo should switch to Gentoo's VMware overlay

diff --git a/www-plugins/kpartsplugin/Manifest 
b/www-plugins/kpartsplugin/Manifest
deleted file mode 100644
index 0c367f187b5..000
--- a/www-plugins/kpartsplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kpartsplugin-20120723.tar.bz2 34786 SHA256 
dfdc7a9c810ce380e742b1911dce8b2f59136c6a17b0b1ca13d6f6c190c7f851 SHA512 
49896ca4569368c35c8b82e1882c7f4e98ccbc8f2726cfa9cdb9cd5d839732a87de7f2d087f77ed0d91b0832747e64392af92a1bee2462c8aa086990c60163ba
 WHIRLPOOL 
6ec7519264a34e221a5685b2694cb9c0a4dd82b18d0f4fa46a381bd6dc4b6c0bb3d25ef7fae30b700c8389e57073ad4b13978b5fb8c0dd78115aba982da8481e

diff --git 
a/www-plugins/kpartsplugin/files/kpartsplugin-20120723-segfault.patch 
b/www-plugins/kpartsplugin/files/kpartsplugin-20120723-segfault.patch
deleted file mode 100644
index 9ac0aeef0d2..000
--- a/www-plugins/kpartsplugin/files/kpartsplugin-20120723-segfault.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit e883f236c476830fec2306b6b4ad90ec27f643a1
-Author: Mario Kicherer 
-Date:   Fri Jun 26 11:34:21 2015 +0200
-
-fix crash after kpart selection dialog
-
-diff --git a/src/kpartsplugin.cpp b/src/kpartsplugin.cpp
-index a9ee9df..56c4aa4 100644
 a/src/kpartsplugin.cpp
-+++ b/src/kpartsplugin.cpp
-@@ -120,8 +120,8 @@ public:
- dlg.exec();
- rememberChoice = dlg.checkBoxRemember->checkState() == Qt::Checked;
- /// fetch first (and only) selected item in list
--QList::ConstIterator 
it(dlg.listWidget->selectedItems().constBegin());
--return (*it)->text();
-+QList it(dlg.listWidget->selectedItems());
-+return it.at(0)->text();
- }
- 
- };

diff --git a/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild 
b/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild
deleted file mode 100644
index 2207cbefd39..000
--- a/www-plugins/kpartsplugin/kpartsplugin-20120723-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base nsplugins
-
-DESCRIPTION="Plugin using KDE's KParts technology to embed file viewers into 
non-KDE browsers"
-HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/;
-SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kpartsplugin/${P}.tar.bz2;
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="debug"
-
-PATCHES=( "${FILESDIR}/${P}-segfault.patch" )
-
-src_prepare() {
-   echo "set( PLUGIN_INSTALL_DIR \"/usr/$(get_libdir)/${PLUGINS_DIR}/\" )" 
>> CMakeLists.txt || die
-   kde4-base_src_prepare
-}

diff --git a/www-plugins/kpartsplugin/metadata.xml 
b/www-plugins/kpartsplugin/metadata.xml
deleted file mode 100644
index 0cf59224b00..000
--- a/www-plugins/kpartsplugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-



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

2017-07-18 Thread Mike Gilbert
commit: fe9f13cf6189140f1e89481cb87a0f544a50657c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul 18 16:56:24 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul 18 16:56:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9f13cf

sys-apps/systemd: use relative symlinks for systemd and systemd-shutdown

Bug: https://bugs.gentoo.org/625462
Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84

 sys-apps/systemd/{systemd-234-r1.ebuild => systemd-234-r2.ebuild} | 4 ++--
 sys-apps/systemd/systemd-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/systemd/systemd-234-r1.ebuild 
b/sys-apps/systemd/systemd-234-r2.ebuild
similarity index 98%
rename from sys-apps/systemd/systemd-234-r1.ebuild
rename to sys-apps/systemd/systemd-234-r2.ebuild
index 6f45860..57b0f731d66 100644
--- a/sys-apps/systemd/systemd-234-r1.ebuild
+++ b/sys-apps/systemd/systemd-234-r2.ebuild
@@ -332,8 +332,8 @@ multilib_src_install_all() {
 
if [[ ! -e "${ED%/}"/usr/lib/systemd/systemd ]]; then
# Avoid breaking boot/reboot
-   dosym "${EPREFIX}${ROOTPREFIX%/}/lib/systemd/systemd" 
/usr/lib/systemd/systemd
-   dosym "${EPREFIX}${ROOTPREFIX%/}/lib/systemd/systemd-shutdown" 
/usr/lib/systemd/systemd-shutdown
+   dosym "../../..${ROOTPREFIX%/}/lib/systemd/systemd" 
/usr/lib/systemd/systemd
+   dosym "../../..${ROOTPREFIX%/}/lib/systemd/systemd-shutdown" 
/usr/lib/systemd/systemd-shutdown
fi
 }
 

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 95c11ec5e56..78c85bbcdd1 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -331,8 +331,8 @@ multilib_src_install_all() {
 
if [[ ! -e "${ED%/}"/usr/lib/systemd/systemd ]]; then
# Avoid breaking boot/reboot
-   dosym "${EPREFIX}${ROOTPREFIX%/}/lib/systemd/systemd" 
/usr/lib/systemd/systemd
-   dosym "${EPREFIX}${ROOTPREFIX%/}/lib/systemd/systemd-shutdown" 
/usr/lib/systemd/systemd-shutdown
+   dosym "../../..${ROOTPREFIX%/}/lib/systemd/systemd" 
/usr/lib/systemd/systemd
+   dosym "../../..${ROOTPREFIX%/}/lib/systemd/systemd-shutdown" 
/usr/lib/systemd/systemd-shutdown
fi
 }
 



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

2017-07-18 Thread Bernard Cafarelli
commit: ebefa0508058597cf13d94d6dafe1929a4f1b84e
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Jul 18 16:42:28 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Jul 18 16:42:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebefa050

net-misc/nextcloud-client: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/nextcloud-client/Manifest |   2 -
 .../files/nextcloud-client-2.2.4-dolphin.patch |  28 --
 .../nextcloud-client-2.2.4-r2.ebuild   | 107 -
 .../nextcloud-client/nextcloud-client-2.3.1.ebuild | 104 
 4 files changed, 241 deletions(-)

diff --git a/net-misc/nextcloud-client/Manifest 
b/net-misc/nextcloud-client/Manifest
index 982cb70c987..15197637558 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,4 +1,2 @@
-DIST nextcloud-client-2.2.4.tar.gz 642472 SHA256 
55a16505c8551cb8e6af5d2f570b6d4384f33a75a79810864e1d4555d53dedf9 SHA512 
646e624335cc11ac862b1b58ceb36aa8264f2db6ed586ae473b7522a5fdab7e30f196c1680f8dcf70af3b204374488e3bd589bb41669f9abcd9509d2293afc3f
 WHIRLPOOL 
1bf627732492726fbb8394c2c88dcef667b8079a8923c906a58bd2039b14b27e76224ceb8d08654806d7f55f966b949c338ec759746acb90e023adc608d659da
 DIST nextcloud-client-2.3.1.tar.gz 654810 SHA256 
5fc6f9f981d68110982ab006cdf9d68caa0c59015e57f4491b9a705fb6c83dd6 SHA512 
f8210c8cc08e0bfb80e63b18af305c2a8e2309f673caca5bc748c130d960d444ab2db3fad3e43dbfffbe072748c85e15a50d0ebe1fd491dec7553ac8d9552cfe
 WHIRLPOOL 
5a38a708647758ddb54d7d47dd30a71e59b03c3c45e6cfd9ac218c013da9dfc56d07b247982056f58e083d82c138576679525d994665717c739cc9f5cdd0238b
-DIST owncloudclient-2.2.4.tar.xz 12216896 SHA256 
f313534f7cdae686beeaa6670d9e3586a627ce78b67cab6e42a448a675d9e7d3 SHA512 
5bc5273c90ab63c411e58d1fe13636f6b5977c28470efe53296a71541aaa63af99001cb630adaee99b9b81a8b56fe0f66c337319464ab950dd6eac4cdd53f951
 WHIRLPOOL 
18aa5076049f9cdfbafa58454937b7fc4c38a5405b6e1375d762d88bbfae92b813cd2ec88a4e4108012137c94908894821575d3f6d2bf694e35d734f2b8fbd37
 DIST owncloudclient-2.3.1.tar.xz 12260696 SHA256 
93143752234a0bc4c9798b69d8239996d92130eecdc1d93b75e3d49b899f3914 SHA512 
2dec3d4b452faca32e15c1a461d3fec97fc1c2e85bbfe2cb02035371a5426b8458be1382ed6b4a1102a4f38241580c3d49980ea388344365297a4a84f8dc9add
 WHIRLPOOL 
49abeb9b9843a024338cd2d7c3a87625f7cd4f832db03513dc4d7b0d5d1908a5691d6f1e7b7437175084c30a5e3e18d837785afa5647971fdcb8e963db2d54b5

diff --git 
a/net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch 
b/net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch
deleted file mode 100644
index eea7fad024a..000
--- a/net-misc/nextcloud-client/files/nextcloud-client-2.2.4-dolphin.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 a/client/shell_integration/dolphin/CMakeLists.txt
-+++ b/client/shell_integration/dolphin/CMakeLists.txt
-@@ -49,5 +49,6 @@ target_link_libraries(${OWNCLOUDDOLPHINOVERLAYPLUGIN} 
KF5::CoreAddons KF5::KIOCo
- set(OWNCLOUDDOLPHINACTIONPLUGIN ${APPLICATION_EXECUTABLE}dolphinactionplugin)
- add_library(${OWNCLOUDDOLPHINACTIONPLUGIN} MODULE 
ownclouddolphinactionplugin.cpp)
- target_link_libraries(${OWNCLOUDDOLPHINACTIONPLUGIN} KF5::CoreAddons 
KF5::KIOCore KF5::KIOWidgets ${OWNCLOUDDOLPHINHELPER})
--install(FILES ownclouddolphinactionplugin.desktop DESTINATION 
${KDE_INSTALL_KSERVICES5DIR} RENAME ${OWNCLOUDDOLPHINACTIONPLUGIN}.desktop)
-+configure_file(ownclouddolphinactionplugin.desktop.in 
ownclouddolphinactionplugin.desktop ESCAPE_QUOTES @ONLY)
-+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ownclouddolphinactionplugin.desktop 
DESTINATION ${KDE_INSTALL_KSERVICES5DIR} RENAME 
${OWNCLOUDDOLPHINACTIONPLUGIN}.desktop)
- install(TARGETS ${OWNCLOUDDOLPHINACTIONPLUGIN} DESTINATION 
${KDE_INSTALL_PLUGINDIR})
 a/client/shell_integration/dolphin/ownclouddolphinactionplugin.desktop
-+++ /dev/null
-@@ -1,6 +0,0 @@
--[Desktop Entry]
--Type=Service
--Name=OwncloudAction
--ServiceTypes=KFileItemAction/Plugin
--MimeType=application/octet-stream;inode/directory;
--X-KDE-Library=ownclouddolphinactionplugin
 /dev/null
-+++ b/client/shell_integration/dolphin/ownclouddolphinactionplugin.desktop.in
-@@ -0,0 +1,6 @@
-+[Desktop Entry]
-+Type=Service
-+Name=@APPLICATION_NAME@Action
-+ServiceTypes=KFileItemAction/Plugin
-+MimeType=application/octet-stream;inode/directory;
-+X-KDE-Library=@APPLICATION_EXECUTABLE@dolphinactionplugin

diff --git a/net-misc/nextcloud-client/nextcloud-client-2.2.4-r2.ebuild 
b/net-misc/nextcloud-client/nextcloud-client-2.2.4-r2.ebuild
deleted file mode 100644
index 132a757972c..000
--- a/net-misc/nextcloud-client/nextcloud-client-2.2.4-r2.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Nextcloud themed desktop client"
-HOMEPAGE="https://github.com/nextcloud/client_theming;

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

2017-07-18 Thread Keri Harris
commit: 26f63b551300caa60da509ad6b7c45a4f1cc9078
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Jul 18 16:39:51 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Jul 18 16:39:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f63b55

dev-lang/swi-prolog: remove old development versions

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest|   2 -
 dev-lang/swi-prolog/swi-prolog-7.5.0.ebuild | 144 
 dev-lang/swi-prolog/swi-prolog-7.5.1.ebuild | 144 
 3 files changed, 290 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 0027e535ff1..8d62e8a8698 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -5,7 +5,5 @@ DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a68
 DIST swipl-7.3.35.tar.gz 16664828 SHA256 
d1a9f7ef77b6dddb08477055b6355a0f2f3a5018e1a027a2dc917a8e57b0cf70 SHA512 
f7271b00a308f8a1ee21cff2ae1a0458860c2226d8f567396373538001d306edcf4e74f65c75cfc0fb6b93c06ef2e7a451abb3a9b58b8fd5def0b532047b81c3
 WHIRLPOOL 
b197f59b0609d50aa5ca3d92b76acd7829f17df2402382cc292be0b27f64121a0df837a8cd2895da4e6c7d8d1c55042497a4b2bd5050a4a904092f82d95b7a3c
 DIST swipl-7.4.1.tar.gz 16498678 SHA256 
891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 WHIRLPOOL 
5605043173e6bbebed316504b3eb20a0ccc4891d25ae7a7eafc7de6eadef1688367a524e1d81fd0c1ff427e1ece3929bbf7114deb6056b12b3c3ce2196ed
 DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 WHIRLPOOL 
2dad1a5e7ae3670b3a3965010d60420a27cb9623b35cdee83360f6f3a4fadc3dbf2a91fd3e7178b59c9b81723dfe6036fb968953218e7611179b52117a16cb19
-DIST swipl-7.5.0.tar.gz 16493773 SHA256 
67f0a6d05dd5c6604c256734aac095a122a39791970c2bc802d2e7950cfedef9 SHA512 
ffa6d20a50fda7791912df6959d6c80e104a97283ec09b702b89854ab4d433c86162a4b7c0f8ad34605349714f7e866c506b349bdc43c562e2d2261d95a4237f
 WHIRLPOOL 
29979ac06859b159219d88975ab228576920e08f560267cdb648d6ceb5698765c1a0b27f9fb4e7b69ea1ac5a95d265fd0120110f602dee1a9af03bd14102ad98
-DIST swipl-7.5.1.tar.gz 16505671 SHA256 
70ba305c6c8eef171738b331e33318c7d996683745600f6737de14e839c6e0c4 SHA512 
aa7103f7bf77dff3d54befa40d3988080fdefd883e9457695f7f7e98af84180815a644e2396a8dfcadd5428b90525487ff6aaeb71e066534f411b334ce5d2c58
 WHIRLPOOL 
33ba38f34384c407ad871cfd54822ed93d06981a7be1eef9fc8f95ad3c381768b33a8e15c6add77853162966f1aea3b2a523cb6c3a085bab33ece9a4821a
 DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e
 DIST swipl-7.5.3.tar.gz 16511917 SHA256 
252779a25c964c0ee5efb698f2f9bb55ef5b27a1b7ada43b62a51633d1ddf3b2 SHA512 
11c0effb791f0ef8da03a659127b94ff34c0dd9b122fe48c7c6cef88fcf31fbfc72b0d40bd14daeb425aa4928622e91367dec56f7e7ca1a997c4bb72a31752e9
 WHIRLPOOL 
a0f5435e5a5535148df2591ed8fda7a61418da68d6f9edea5265be08958237b7db6362634e96fc4f132992b7edcc44018ea91cc150d985f70b48602b5707b3e1

diff --git a/dev-lang/swi-prolog/swi-prolog-7.5.0.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.5.0.ebuild
deleted file mode 100644
index ece2fd907ab..000
--- a/dev-lang/swi-prolog/swi-prolog-7.5.0.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic java-pkg-opt-2 multilib
-
-PATCHSET_VER="0"
-
-DESCRIPTION="free, small, and standard compliant Prolog compiler"
-HOMEPAGE="http://www.swi-prolog.org/;
-SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
-
-RDEPEND="sys-libs/ncurses:=
-   archive? ( app-arch/libarchive )
-   berkdb? ( >=sys-libs/db-4:= )
-   zlib? ( sys-libs/zlib )
-   odbc? ( dev-db/unixODBC )
-   readline? ( sys-libs/readline:= )
-   libedit? ( dev-libs/libedit )
-   gmp? ( dev-libs/gmp:0 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )
-   java? ( >=virtual/jdk-1.5:= )
-   uuid? ( dev-libs/ossp-uuid )
-   X? (
-   virtual/jpeg:0
-   

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

2017-07-18 Thread Keri Harris
commit: e97c34c71c650b98b3fd7090f875ff0a5ab06f41
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Jul 18 16:38:14 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Jul 18 16:38:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97c34c7

dev-lang/swi-prolog: bump 7.5 development version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest|   1 +
 dev-lang/swi-prolog/swi-prolog-7.5.3.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 9663b33b251..0027e535ff1 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -8,3 +8,4 @@ DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea
 DIST swipl-7.5.0.tar.gz 16493773 SHA256 
67f0a6d05dd5c6604c256734aac095a122a39791970c2bc802d2e7950cfedef9 SHA512 
ffa6d20a50fda7791912df6959d6c80e104a97283ec09b702b89854ab4d433c86162a4b7c0f8ad34605349714f7e866c506b349bdc43c562e2d2261d95a4237f
 WHIRLPOOL 
29979ac06859b159219d88975ab228576920e08f560267cdb648d6ceb5698765c1a0b27f9fb4e7b69ea1ac5a95d265fd0120110f602dee1a9af03bd14102ad98
 DIST swipl-7.5.1.tar.gz 16505671 SHA256 
70ba305c6c8eef171738b331e33318c7d996683745600f6737de14e839c6e0c4 SHA512 
aa7103f7bf77dff3d54befa40d3988080fdefd883e9457695f7f7e98af84180815a644e2396a8dfcadd5428b90525487ff6aaeb71e066534f411b334ce5d2c58
 WHIRLPOOL 
33ba38f34384c407ad871cfd54822ed93d06981a7be1eef9fc8f95ad3c381768b33a8e15c6add77853162966f1aea3b2a523cb6c3a085bab33ece9a4821a
 DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e
+DIST swipl-7.5.3.tar.gz 16511917 SHA256 
252779a25c964c0ee5efb698f2f9bb55ef5b27a1b7ada43b62a51633d1ddf3b2 SHA512 
11c0effb791f0ef8da03a659127b94ff34c0dd9b122fe48c7c6cef88fcf31fbfc72b0d40bd14daeb425aa4928622e91367dec56f7e7ca1a997c4bb72a31752e9
 WHIRLPOOL 
a0f5435e5a5535148df2591ed8fda7a61418da68d6f9edea5265be08958237b7db6362634e96fc4f132992b7edcc44018ea91cc150d985f70b48602b5707b3e1

diff --git a/dev-lang/swi-prolog/swi-prolog-7.5.3.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.5.3.ebuild
new file mode 100644
index 000..ece2fd907ab
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.5.3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXpm
+   x11-libs/libXt
+   x11-libs/libICE
+   x11-libs/libSM )"
+
+DEPEND="${RDEPEND}
+   X? ( x11-proto/xproto )
+   java? ( test? ( =dev-java/junit-3.8* ) )"
+
+S="${WORKDIR}/swipl-${PV}"
+
+src_prepare() {
+   EPATCH_FORCE=yes
+   EPATCH_SUFFIX=patch
+   if [[ -d "${WORKDIR}"/${PV} ]] ; then
+   epatch "${WORKDIR}"/${PV}
+   fi
+
+   if ! use uuid; then
+   mv packages/clib/uuid.pl packages/clib/uuid.pl.unused || die
+   fi
+
+   # OSX/Intel ld doesn't like an archive without table of contents
+   sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
+}
+
+src_configure() {
+   append-flags -fno-strict-aliasing
+   use ppc && append-flags -mno-altivec
+   use hardened && append-flags -fno-unit-at-a-time
+   use debug && append-flags -DO_DEBUG
+
+   # ARCH is used in the configure script to figure out host and target
+   # specific stuff
+   export ARCH=${CHOST}
+
+   export CC_FOR_BUILD=$(tc-getBUILD_CC)
+
+   cd "${S}"/src || die
+   econf \
+   

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

2017-07-18 Thread Keri Harris
commit: 8fb2162ff3b4c731cdd209e95358acf6a6396729
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Jul 18 16:35:36 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Jul 18 16:35:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb2162f

dev-lang/swi-prolog: bump 7.4 version

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/swi-prolog/Manifest|   1 +
 dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index b1aa0331603..9663b33b251 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -4,6 +4,7 @@ DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 SHA256 
c11e48122dc468f21e08d
 DIST swipl-7.2.3.tar.gz 16192142 SHA256 
43657d51b7c5887bc2d2bced50a9822b86a08a6841399b8e76ee877f51d646b5 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
 WHIRLPOOL 
de695c8e0317921dcc13898f7a3c88d1012e3f87f633cd25766ca5cb6637b29ca81b9245d015614089291a7d9abd0d8c7109ccae1df9297d78301d241cb258b3
 DIST swipl-7.3.35.tar.gz 16664828 SHA256 
d1a9f7ef77b6dddb08477055b6355a0f2f3a5018e1a027a2dc917a8e57b0cf70 SHA512 
f7271b00a308f8a1ee21cff2ae1a0458860c2226d8f567396373538001d306edcf4e74f65c75cfc0fb6b93c06ef2e7a451abb3a9b58b8fd5def0b532047b81c3
 WHIRLPOOL 
b197f59b0609d50aa5ca3d92b76acd7829f17df2402382cc292be0b27f64121a0df837a8cd2895da4e6c7d8d1c55042497a4b2bd5050a4a904092f82d95b7a3c
 DIST swipl-7.4.1.tar.gz 16498678 SHA256 
891e314e8f5d856ef71d8bbce5d255a18b0c8f227628748bb0e1e19473273cc1 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 WHIRLPOOL 
5605043173e6bbebed316504b3eb20a0ccc4891d25ae7a7eafc7de6eadef1688367a524e1d81fd0c1ff427e1ece3929bbf7114deb6056b12b3c3ce2196ed
+DIST swipl-7.4.2.tar.gz 16496738 SHA256 
7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 WHIRLPOOL 
2dad1a5e7ae3670b3a3965010d60420a27cb9623b35cdee83360f6f3a4fadc3dbf2a91fd3e7178b59c9b81723dfe6036fb968953218e7611179b52117a16cb19
 DIST swipl-7.5.0.tar.gz 16493773 SHA256 
67f0a6d05dd5c6604c256734aac095a122a39791970c2bc802d2e7950cfedef9 SHA512 
ffa6d20a50fda7791912df6959d6c80e104a97283ec09b702b89854ab4d433c86162a4b7c0f8ad34605349714f7e866c506b349bdc43c562e2d2261d95a4237f
 WHIRLPOOL 
29979ac06859b159219d88975ab228576920e08f560267cdb648d6ceb5698765c1a0b27f9fb4e7b69ea1ac5a95d265fd0120110f602dee1a9af03bd14102ad98
 DIST swipl-7.5.1.tar.gz 16505671 SHA256 
70ba305c6c8eef171738b331e33318c7d996683745600f6737de14e839c6e0c4 SHA512 
aa7103f7bf77dff3d54befa40d3988080fdefd883e9457695f7f7e98af84180815a644e2396a8dfcadd5428b90525487ff6aaeb71e066534f411b334ce5d2c58
 WHIRLPOOL 
33ba38f34384c407ad871cfd54822ed93d06981a7be1eef9fc8f95ad3c381768b33a8e15c6add77853162966f1aea3b2a523cb6c3a085bab33ece9a4821a
 DIST swipl-7.5.2.tar.gz 16507767 SHA256 
e16a5e74af16b1830d6a6f9950e56e2039b73e9dc70313603557a85d5490dafe SHA512 
d6ba360b60246ee4998ee80f538961d33ac1cb37ba4798657b95e2b793fb3eb043b8df77698ecba1490c11d0cd6842a9a59f90301d8418bd711fc5223b6502c5
 WHIRLPOOL 
cad68ed474d2104461b0344d48c64d6bd6d3370936d51744c07f2fe4b5cdeda62b65de115ae9ac72f7fa9d7daa6d784718db55ba0d6f2b98c9a196469afc582e

diff --git a/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild
new file mode 100644
index 000..8c3294b1672
--- /dev/null
+++ b/dev-lang/swi-prolog/swi-prolog-7.4.2.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils flag-o-matic java-pkg-opt-2 multilib
+
+PATCHSET_VER="0"
+
+DESCRIPTION="free, small, and standard compliant Prolog compiler"
+HOMEPAGE="http://www.swi-prolog.org/;
+SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
+
+RDEPEND="sys-libs/ncurses:=
+   archive? ( app-arch/libarchive )
+   berkdb? ( >=sys-libs/db-4:= )
+   zlib? ( sys-libs/zlib )
+   odbc? ( dev-db/unixODBC )
+   readline? ( sys-libs/readline:= )
+   libedit? ( dev-libs/libedit )
+   gmp? ( dev-libs/gmp:0 )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   java? ( >=virtual/jdk-1.5:= )
+   uuid? ( dev-libs/ossp-uuid )
+   X? (
+   virtual/jpeg:0
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/libXpm
+

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

2017-07-18 Thread Kent Fredric
commit: 81b5685652826609417372f87a8ef2f60d6a4f71
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 18 16:32:01 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 18 16:32:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b56856

dev-perl/Any-Moose: Cleanup old versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild | 21 -
 dev-perl/Any-Moose/Any-Moose-0.260.0.ebuild | 28 
 dev-perl/Any-Moose/Manifest |  1 -
 3 files changed, 50 deletions(-)

diff --git a/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild 
b/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild
deleted file mode 100644
index ccb0d5f7b02..000
--- a/dev-perl/Any-Moose/Any-Moose-0.210.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Use Moose or Mouse modules"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
-IUSE=""
-
-RDEPEND="|| ( >=dev-perl/Mouse-0.40 dev-perl/Moose )
-   virtual/perl-version"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.31"
-
-SRC_TEST=skip

diff --git a/dev-perl/Any-Moose/Any-Moose-0.260.0.ebuild 
b/dev-perl/Any-Moose/Any-Moose-0.260.0.ebuild
deleted file mode 100644
index 9ad9424e189..000
--- a/dev-perl/Any-Moose/Any-Moose-0.260.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="|| ( >=dev-perl/Mouse-0.40 dev-perl/Moose )
-   virtual/perl-version"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.31
-   test? (
-   dev-perl/MouseX-Types
-   dev-perl/Moose
-   dev-perl/MooseX-Types
-   )
-"
-# see bug 543992 for the test dependencies
-
-SRC_TEST=do

diff --git a/dev-perl/Any-Moose/Manifest b/dev-perl/Any-Moose/Manifest
index c3fb214bb75..9bb878ab37f 100644
--- a/dev-perl/Any-Moose/Manifest
+++ b/dev-perl/Any-Moose/Manifest
@@ -1,2 +1 @@
-DIST Any-Moose-0.21.tar.gz 15763 SHA256 
920842eb3cef297a65988d750e7b308bbe57a6a2ab3e2e01666c0f1233a5dd1a SHA512 
0e98bafa88431a1cd34aed85f66739c812f13926ab529a09c7f024419800a36dd352c4b1551e609663752d1f8d85d1d7797a7a704a0c5b08475f39a11d20404c
 WHIRLPOOL 
95e05296c01376caa8f76a5c6b929b49513afa3a8bb1ca6981390448a89c5ab5b4e3a93ddbc6017b3f6f67cd81a54a8637713596d07d45eb71f9dc566f19f3f6
 DIST Any-Moose-0.26.tar.gz 30456 SHA256 
0404e192cac9c6fe43999e9291a9ed2dfab32022fd7e30cdec1ba2d12f0d8df1 SHA512 
2883a216a76e5c58acea3679e1e20ab5f4646acc62644c40db3688c554730af6836628a0df259efba0a3f3fec6abf9575f53deb70f2acf0d253ba123248e9384
 WHIRLPOOL 
0b2b8f4700646ca8ada0fc2b814ab75223de1be4ebe8c5f93e2fcf069257f26d5f9dc6d127cbf4dc8acb4a6fb411ed0e1367a9075fb621782a2cd5b685023d1a



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

2017-07-18 Thread Kent Fredric
commit: b990161a859d654513a694ee9be3f1fca86f2489
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 18 15:28:00 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 18 16:18:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b990161a

dev-perl/PAR-Dist: Drop ~m68k, ~sh and ~s390

No revdeps needed for m68k, and arches unresponsive for keywording
PAR-Dist dependency changes ( See bug #569868 )

Bug: https://bugs.gentoo.org/569868
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild 
b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
index 154a7e24679..d7c3203bb6f 100644
--- a/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.490.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Create and manipulate PAR distributions"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2017-07-18 Thread Kent Fredric
commit: 0c95ffc0cffd6a121f7d253f6ec3ad0951251a8a
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 18 16:05:44 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 18 16:18:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c95ffc0

dev-perl/Archive-Zip: Drop ~m68k, s390 and sh

Reason for dependency now gone from tree and keywording for
newer versions stalled since 2015 ( See bug #569868 )

Bug: https://bugs.gentoo.org/569868
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild 
b/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild
index 09fbf0e9d4d..136c31ce397 100644
--- a/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild
+++ b/dev-perl/Archive-Zip/Archive-Zip-1.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A wrapper that lets you read Zip archive members as if they were 
files"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-07-18 Thread Kent Fredric
commit: 666fffe4716a4408188b052906ac0db2cadc71c3
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 18 16:08:55 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Jul 18 16:18:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666fffe4

dev-perl/Module-Install: Drop sh and s390

No action on dependency Archive-Zip since 2015 ( Bug #569868 ),
no longer needed by reverse dependencies

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Module-Install/Module-Install-1.160.0.ebuild | 2 +-
 dev-perl/Module-Install/Module-Install-1.180.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Install/Module-Install-1.160.0.ebuild 
b/dev-perl/Module-Install/Module-Install-1.160.0.ebuild
index 792a91763db..4bc0da27174 100644
--- a/dev-perl/Module-Install/Module-Install-1.160.0.ebuild
+++ b/dev-perl/Module-Install/Module-Install-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standalone, extensible Perl module installer"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild 
b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
index 569642da8ec..37710073a15 100644
--- a/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
+++ b/dev-perl/Module-Install/Module-Install-1.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Standalone, extensible Perl module installer"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~s390 ~sh x86 ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ia64 ~ppc x86 ~amd64-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-07-18 Thread Sebastien Fabbro
commit: 028362edec851f5bf85c99826b827416a65eaaca
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Jul 17 21:58:06 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul 18 16:09:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028362ed

net-libs/pacparser: bundled spidermonkey tricky to build in parallel. revert to 
-j1.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-libs/pacparser/pacparser-1.3.7.ebuild 
b/net-libs/pacparser/pacparser-1.3.7.ebuild
index 08330b53c6a..7256ae1e8a8 100644
--- a/net-libs/pacparser/pacparser-1.3.7.ebuild
+++ b/net-libs/pacparser/pacparser-1.3.7.ebuild
@@ -39,7 +39,7 @@ src_compile() {
emake -C src spidermonkey/js/src
sed -e '/CC = gcc/d' \
-i src/spidermonkey/js/src/config/Linux_All.mk || die
-   emake -C src
+   emake -j1 -C src
use python && python_foreach_impl emake -C src pymod
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/cvmfs/

2017-07-18 Thread Sebastien Fabbro
commit: 43c7f8b2781e4b51706915a8dd5e55ff24b18cdc
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Jul 17 23:34:52 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul 18 16:09:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c7f8b2

net-fs/cvmfs: fix to respect toolchain / cross-compiling

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-fs/cvmfs/cvmfs-2.3.5.ebuild | 31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/net-fs/cvmfs/cvmfs-2.3.5.ebuild b/net-fs/cvmfs/cvmfs-2.3.5.ebuild
index ae16006ece1..8913abdb7b1 100644
--- a/net-fs/cvmfs/cvmfs-2.3.5.ebuild
+++ b/net-fs/cvmfs/cvmfs-2.3.5.ebuild
@@ -82,21 +82,22 @@ src_prepare() {
sed -e "s:cvmfs-\${CernVM-FS_VERSION_STRING}:${PF}:" \
-i CMakeLists.txt || die
 
-   sed -e 's|${res_path}/conf.d|${res_path/modules.d|' \
-   -i cvmfs/cvmfs_server || die
-
-   # hack for bundled vjson sha2 and sha3
-   # vjson not worth unbundling, already upstream obsolete
-   # upstream replaced by gason with a new api
-   sed -e 's/g++/$(CXX)/g' \
-   -e 's/ar/$(AR)/' \
-   -e 's/ranlib/$(RANLIB)/' \
-   -i externals/vjson/src/Makefile || die
-   local d
-   for d in vjson sha2 sha3; do
-   mkdir -p "${WORKDIR}/${P}_build"/externals/build_${d}
-   cp -r externals/${d}/src/* \
-  "${WORKDIR}/${P}_build"/externals/build_${d}/ || die
+   # hack for bundled packages
+   # not worth unbundling upstreams are flaky/dead
+   local pkg
+   for pkg in vjson sha2 sha3; do
+   # respect toolchain variables
+   sed -e 's/g++/$(CXX)/g' \
+   -e 's/gcc/$(CC)/g' \
+   -e 's/CFLAGS/MYCFLAGS/g' \
+   -e 's/-O2/$(CFLAGS)/g' \
+   -e 's/-O2/$(CXXFLAGS)/g' \
+   -e 's/ar/$(AR)/' \
+   -e 's/ranlib/$(RANLIB)/' \
+   -i externals/${pkg}/src/Makefile || die
+   mkdir -p "${WORKDIR}/${P}_build"/externals/build_${pkg}
+   cp -r externals/${pkg}/src/* \
+  "${WORKDIR}/${P}_build"/externals/build_${pkg}/ || die
done
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-fs/cvmfs/

2017-07-18 Thread Sebastien Fabbro
commit: 0529aa65430ba260d3a7e103187a04e7164951ee
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Jul 17 23:25:30 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul 18 16:09:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0529aa65

net-fs/cvmfs: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-fs/cvmfs/Manifest|   2 +-
 net-fs/cvmfs/cvmfs-2.1.19.ebuild | 102 -
 net-fs/cvmfs/cvmfs-2.3.5.ebuild  | 158 +++
 net-fs/cvmfs/cvmfs-.ebuild   | 109 ---
 net-fs/cvmfs/metadata.xml|   2 +
 5 files changed, 161 insertions(+), 212 deletions(-)

diff --git a/net-fs/cvmfs/Manifest b/net-fs/cvmfs/Manifest
index 14078f98a2c..6cf2de2ca10 100644
--- a/net-fs/cvmfs/Manifest
+++ b/net-fs/cvmfs/Manifest
@@ -1,2 +1,2 @@
-DIST cvmfs-2.1.19.tar.gz 34454888 SHA256 
9f86629eba17d8f21222f50e3f693038b6a99798b74913d12c7583199df677b1 SHA512 
ea2b68a545b5b20eacbe5244283f71f977365dce7cf09e3b0ef045fe5044b2835e81a79deaed74afaec44cfd25df602ebffaf26d0fe1f5ce6032e71ba10ffdc7
 WHIRLPOOL 
14fa079be91dce64151c60ec2fda6c2a874957e3388da98e1d51ce1536e67b9b56d40a1c7f98862743120d7230b789f6c7e524983a58e58ef409f028613d2c64
 DIST cvmfs-2.1.20.0-fix05.tar.gz 36877322 SHA256 
83d9358bebdd3987472ed602efb7b0d06b586216030e02bc100a363dc7bbfc20 SHA512 
95dc6d5e433630aecd45e15d59f831b4b1ccd8a439f799ae078a61bd6fd8e4dc10ae72d760352913c1d4d9e50cd5bc71ddd82b40b8b9b59d371d62aa7e62abf6
 WHIRLPOOL 
a9ab8500ddd31466df26c12fbcaf0403e748fc1d52c9b5eefa495bc1aaa1f1c67e5f679407d55143fe161f7de7be0d52284cb947a63ff0e0a3f63ade879bb21c
+DIST cvmfs-2.3.5.tar.gz 37771779 SHA256 
4e35b81f98f8b3c9588081abaedee76bd796da6750ff1fcd6189882a751d397b SHA512 
7f2d05776a747c72d0aa8b5270cfb46f7dc31a458deee65a4a21446718ba813e4c449f6424c7419345e6ffb7cefce3d328dea7b414fe5a5980f9b93ccac0157b
 WHIRLPOOL 
d3de1deb541ee8c3e439e1fbda151c73d602ec4ceb54b1e94fd50a1c8716b497c23082b60cb887dabbd3602dbc5c6d1bc375544d20201d95d92ea7f0c30d5823

diff --git a/net-fs/cvmfs/cvmfs-2.1.19.ebuild b/net-fs/cvmfs/cvmfs-2.1.19.ebuild
deleted file mode 100644
index f5f64c47c64..000
--- a/net-fs/cvmfs/cvmfs-2.1.19.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="HTTP read-only file system for distributing software"
-HOMEPAGE="http://cernvm.cern.ch/portal/filesystem;
-SRC_URI="https://ecsft.cern.ch/dist/${PN}/${P}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="+client debug doc test server"
-
-CDEPEND="
-   dev-cpp/gtest
-   dev-db/sqlite:3=
-   dev-libs/openssl:0
-   net-libs/pacparser:0=
-   net-misc/curl:0=[adns]
-   sys-apps/attr
-   sys-libs/zlib:0=
-   client? (
-   dev-cpp/sparsehash
-   dev-libs/leveldb:0=
-   sys-fs/fuse:0= )
-   server? ( >=dev-cpp/tbb-4.2:0= )"
-
-RDEPEND="${CDEPEND}
-   client? ( net-fs/autofs )
-   server? ( www-servers/apache[ssl] )"
-
-DEPEND="${CDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen[dot] )"
-
-src_prepare() {
-   sed -i -e 's/COPYING//' CMakeLists.txt || die
-   rm bootstrap.sh || die
-   sed -i \
-   -e "s:cvmfs-\${CernVM-FS_VERSION_STRING}:${PF}:" \
-   CMakeLists.txt || die
-   # hack for bundled vjson
-   # vjson not worth unbundling, already upstream obsolete
-   # upstream replaced by gason with a new api
-   if use server; then
-   sed -i \
-   -e 's/g++/$(CXX)/g' \
-   -e 's/-O2/$(CXXFLAGS)/g' \
-   -e 's/ar/$(AR)/' \
-   -e 's/ranlib/$(RANLIB)/' \
-   externals/vjson/src/Makefile || die
-   mkdir -p "${S}_build"/externals/build_vjson
-   cp externals/vjson/src/* "${S}_build"/externals/build_vjson/ || 
die
-   fi
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DGOOGLETEST_BUILTIN=OFF
-   -DLEVELDB_BUILTIN=OFF
-   -DLIBCURL_BUILTIN=OFF
-   -DPACPARSER_BUILTIN=OFF
-   -DSPARSEHASH_BUILTIN=OFF
-   -DSQLITE3_BUILTIN=OFF
-   -DTBB_PRIVATE_LIB=OFF
-   -DZLIB_BUILTIN=OFF
-   $(cmake-utils_use debug BUILD_SERVER_DEBUG)
-   $(cmake-utils_use server BUILD_SERVER)
-   $(cmake-utils_use client BUILD_CVMFS)
-   $(cmake-utils_use client BUILD_LIBCVMFS)
-   $(cmake-utils_use client INSTALL_MOUNT_SCRIPTS)
-   $(cmake-utils_use test BUILD_UNITTESTS)
-   )
-   cmake-utils_src_configure
-}
-
-src_compile() {
-   cmake-utils_src_compile
-   if use doc; then
-   cd doc
-   doxygen cvmfs.doxy || die

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

2017-07-18 Thread Sebastien Fabbro
commit: c6a0dadddff0534c16a526b828b5670ba762a6c5
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Mon Jul 17 21:54:15 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Tue Jul 18 16:09:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a0dadd

net-libs/pacparser: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/pacparser/Manifest   |  1 +
 net-libs/pacparser/metadata.xml   |  1 -
 net-libs/pacparser/pacparser-1.3.7.ebuild | 61 +++
 3 files changed, 62 insertions(+), 1 deletion(-)

diff --git a/net-libs/pacparser/Manifest b/net-libs/pacparser/Manifest
index 7eb5deafff1..91ab5be6434 100644
--- a/net-libs/pacparser/Manifest
+++ b/net-libs/pacparser/Manifest
@@ -1 +1,2 @@
 DIST pacparser-1.3.1.tar.gz 1229362 SHA256 
040fb94c420f6aaad295b0b60cf1659f996fee1997c332bec2a6390955276585 SHA512 
20295667d92eb5385429c085c14ca8dc1ba216487ff474304433f99119216934be2dd1647452173418de31f5345679dd7159eafd331e40a2b87564f878d31349
 WHIRLPOOL 
47caf428b4574d9fbb40cffe46afb38cc6bb786382805754f1653e3d554af60e695e1718902c94822b229b7fb4f9748257745a1b3faedfa02cc7b06ba457768f
+DIST pacparser-1.3.7.tar.gz 905596 SHA256 
eb48ec2fc202d12a4b882133048c7590329849f32c2285bc4dbe418f29aad249 SHA512 
979238204cd352ecf502a5a6216a35d7c47e82a173c32c6f0a5166f1fe790c66ac74ec1d9d0a58b54038d19e893f8b365ed868664f84ab9d5e653584bf20130b
 WHIRLPOOL 
be594e02c2eb41edf737ebd0a1b24c4aa044df9883f749f2d625858b16b7d15bd35045c481717c08ec65ec7043c09ef31d2a16d0c4bae6b1c78ab5fa86418c3e

diff --git a/net-libs/pacparser/metadata.xml b/net-libs/pacparser/metadata.xml
index afeebf32afe..f15997fe5b7 100644
--- a/net-libs/pacparser/metadata.xml
+++ b/net-libs/pacparser/metadata.xml
@@ -21,7 +21,6 @@
   supported right now).
 
   
-pacproxy
 pacparser/pacparser
   
 

diff --git a/net-libs/pacparser/pacparser-1.3.7.ebuild 
b/net-libs/pacparser/pacparser-1.3.7.ebuild
new file mode 100644
index 000..08330b53c6a
--- /dev/null
+++ b/net-libs/pacparser/pacparser-1.3.7.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit eutils python-r1 toolchain-funcs
+
+DESCRIPTION="Library to parse proxy auto-config files"
+HOMEPAGE="http://pacparser.manugarg.com/;
+SRC_URI="https://github.com/pacparser/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0/1"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc python"
+
+DEPEND="python? ( ${PYTHON_DEPS} )"
+RDEPEND="${DEPEND}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# spidermonkey-1.7.0 is bundled
+# tested unbundling with spidermonkey-1.8* and 1.7
+# and got many failures : unbundling not worth.
+
+src_prepare() {
+   default
+   sed -e 's|CFLAGS = |CFLAGS := $(CFLAGS) |' \
+   -e 's|= $(PREFIX)|:=  $(PREFIX)|g' \
+   -e "s|share/doc.*pacparser|share/doc/${PF}|g" \
+   -e "s|/lib|/$(get_libdir)|g" \
+   -i src/Makefile || die
+   export NO_INTERNET=yes
+   tc-export CC AR RANLIB
+}
+
+src_compile() {
+   emake -C src spidermonkey/js/src
+   sed -e '/CC = gcc/d' \
+   -i src/spidermonkey/js/src/config/Linux_All.mk || die
+   emake -C src
+   use python && python_foreach_impl emake -C src pymod
+}
+
+src_test() {
+   emake -C src testpactester
+}
+
+src_install() {
+   emake DESTDIR="${ED}" LIB_PREFIX="${ED}/usr/$(get_libdir)" -C src 
install
+   dodoc README.md
+   use python && python_foreach_impl \
+   emake DESTDIR="${D}" \
+   LIB_PREFIX="${D}/usr/$(get_libdir)" -C src install-pymod
+   if use doc; then
+   docompress -x /usr/share/doc/${PF}/{html,examples}
+   else
+   rm -r "${ED}"/usr/share/doc/${PF}/{html,examples} || die
+   fi
+}



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

2017-07-18 Thread Akinori Hattori
commit: 496709371aaada0a52bf2e8028bbb0f70bff06c7
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:50:12 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:50:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49670937

app-i18n/kimera: add support for app-i18n/imsettings

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/kimera/files/xinput-kimera   |  4 
 app-i18n/kimera/kimera-2.11-r2.ebuild | 44 +++
 2 files changed, 48 insertions(+)

diff --git a/app-i18n/kimera/files/xinput-kimera 
b/app-i18n/kimera/files/xinput-kimera
new file mode 100644
index 000..080c0233af4
--- /dev/null
+++ b/app-i18n/kimera/files/xinput-kimera
@@ -0,0 +1,4 @@
+XIM=kimera
+XIM_PROGRAM="@EPREFIX@/usr/bin/kimera"
+GTK_IM_MODULE=xim
+QT_IM_MODULE=xim

diff --git a/app-i18n/kimera/kimera-2.11-r2.ebuild 
b/app-i18n/kimera/kimera-2.11-r2.ebuild
new file mode 100644
index 000..2be50304e3b
--- /dev/null
+++ b/app-i18n/kimera/kimera-2.11-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit qmake-utils
+
+DESCRIPTION="A Japanese input method which supports the XIM protocol"
+HOMEPAGE="http://kimera.osdn.jp/;
+SRC_URI="mirror://sourceforge.jp/${PN}/37271/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+anthy"
+
+RDEPEND="dev-qt/qt3support:4
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   anthy? ( app-i18n/anthy )
+   !anthy? ( app-i18n/canna )"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-underlinking.patch )
+
+src_configure() {
+   local myconf=(
+   script.path="${EPREFIX}"/usr/bin
+   target.path="${EPREFIX}"/usr/$(get_libdir)/${P}
+   no_anthy=$(usex anthy 1 0)
+   )
+   eqmake4 ${PN}.pro "${myconf[@]}"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
+
+   insinto /etc/X11/xinit/xinput.d
+   sed \
+   -e "s:@EPREFIX@:${EPREFIX}:g" \
+   "${FILESDIR}"/xinput-${PN} > "${T}"/${PN}.conf
+   doins "${T}"/${PN}.conf
+}



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

2017-07-18 Thread Akinori Hattori
commit: 844ad57d33a92b08bfc5ea5611ebfb4d31b0d162
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:47:32 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:47:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844ad57d

app-i18n/kimera: update to EAPI 6

Gentoo-Bug: 621944

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/kimera/kimera-2.11-r1.ebuild | 29 +
 app-i18n/kimera/metadata.xml  |  8 
 2 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/app-i18n/kimera/kimera-2.11-r1.ebuild 
b/app-i18n/kimera/kimera-2.11-r1.ebuild
index 74936958a42..289f4b79a7b 100644
--- a/app-i18n/kimera/kimera-2.11-r1.ebuild
+++ b/app-i18n/kimera/kimera-2.11-r1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=3
-inherit qt4-r2 eutils multilib
+EAPI="6"
+
+inherit qmake-utils
 
 DESCRIPTION="A Japanese input method which supports the XIM protocol"
 HOMEPAGE="http://kimera.osdn.jp/;
@@ -13,21 +14,25 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+anthy"
 
-DEPEND="dev-qt/qtcore:4
+RDEPEND="dev-qt/qt3support:4
+   dev-qt/qtcore:4
dev-qt/qtgui:4
-   dev-qt/qt3support:4
anthy? ( app-i18n/anthy )
!anthy? ( app-i18n/canna )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 
-DOCS="AUTHORS README*"
+PATCHES=( "${FILESDIR}"/${PN}-underlinking.patch )
 
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-underlinking.patch
+src_configure() {
+   local myconf=(
+   script.path="${EPREFIX}"/usr/bin
+   target.path="${EPREFIX}"/usr/$(get_libdir)/${P}
+   no_anthy=$(usex anthy 1 0)
+   )
+   eqmake4 ${PN}.pro "${myconf[@]}"
 }
 
-src_configure() {
-   local myconf="target.path=/usr/$(get_libdir)/${P}"
-   use anthy || myconf="${myconf} no_anthy=1"
-   eqmake4 kimera.pro ${myconf}
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   einstalldocs
 }

diff --git a/app-i18n/kimera/metadata.xml b/app-i18n/kimera/metadata.xml
index d9263b15bbe..6a876a223eb 100644
--- a/app-i18n/kimera/metadata.xml
+++ b/app-i18n/kimera/metadata.xml
@@ -6,11 +6,11 @@
 Cjk
   
   
-Kimera is a Qt-based Japanese input method bridge.
-Currently it supports Canna and Anthy.
-
+Kimera is a Qt-based Japanese input method bridge.
+Currently it supports Canna and Anthy.
+  
   
-Support for Anthy input method
+Enable support for app-i18n/anthy
   
   
 kimera



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

2017-07-18 Thread Akinori Hattori
commit: 375e776fde06ad51d6f9bf3ed6b05275ad92e678
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:39:37 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:39:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375e776f

app-i18n/kimera: update patch

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 ...imera-2.11-underlinking.patch => kimera-underlinking.patch} |  2 --
 app-i18n/kimera/kimera-2.11-r1.ebuild  | 10 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/app-i18n/kimera/files/kimera-2.11-underlinking.patch 
b/app-i18n/kimera/files/kimera-underlinking.patch
similarity index 82%
rename from app-i18n/kimera/files/kimera-2.11-underlinking.patch
rename to app-i18n/kimera/files/kimera-underlinking.patch
index dab4b63e7c1..0a00171afd6 100644
--- a/app-i18n/kimera/files/kimera-2.11-underlinking.patch
+++ b/app-i18n/kimera/files/kimera-underlinking.patch
@@ -1,5 +1,3 @@
-diff --git a/kimera.pro b/kimera.pro
-index 0d4f0be..a2b63da 100644
 --- a/kimera.pro
 +++ b/kimera.pro
 @@ -90,7 +90,7 @@ SOURCES = \

diff --git a/app-i18n/kimera/kimera-2.11-r1.ebuild 
b/app-i18n/kimera/kimera-2.11-r1.ebuild
index e01c230b51a..85d59588f93 100644
--- a/app-i18n/kimera/kimera-2.11-r1.ebuild
+++ b/app-i18n/kimera/kimera-2.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=3
@@ -22,12 +22,12 @@ RDEPEND="${DEPEND}"
 
 DOCS="AUTHORS README*"
 
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-underlinking.patch
+}
+
 src_configure() {
local myconf="target.path=/usr/$(get_libdir)/${P}"
use anthy || myconf="${myconf} no_anthy=1"
eqmake4 kimera.pro ${myconf}
 }
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-underlinking.patch
-}



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

2017-07-18 Thread Akinori Hattori
commit: 3db7beaa41115a681f3b56c64df4def782c02bb2
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:42:01 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:42:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db7beaa

app-i18n/kimera: update HOMEPAGE

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/kimera/kimera-2.11-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/kimera/kimera-2.11-r1.ebuild 
b/app-i18n/kimera/kimera-2.11-r1.ebuild
index 85d59588f93..74936958a42 100644
--- a/app-i18n/kimera/kimera-2.11-r1.ebuild
+++ b/app-i18n/kimera/kimera-2.11-r1.ebuild
@@ -5,11 +5,11 @@ EAPI=3
 inherit qt4-r2 eutils multilib
 
 DESCRIPTION="A Japanese input method which supports the XIM protocol"
-SRC_URI="mirror://sourceforge.jp/kimera/37271/${P}.tar.gz"
-HOMEPAGE="http://kimera.sourceforge.jp/;
+HOMEPAGE="http://kimera.osdn.jp/;
+SRC_URI="mirror://sourceforge.jp/${PN}/37271/${P}.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-3"
+SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="+anthy"
 



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

2017-07-18 Thread Akinori Hattori
commit: 80f2fd6ce99506458d02421a9b9be4cd216116c0
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:00:19 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:00:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f2fd6c

app-i18n/kinput2: update patches

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 ...ut2-3.1-r1-gentoo.diff => kinput2-gentoo.patch} | 36 +++---
 app-i18n/kinput2/files/kinput2-ppc.patch   | 11 +++
 app-i18n/kinput2/files/kinput2-segfault.patch  | 12 
 app-i18n/kinput2/kinput2-3.1-r1.ebuild | 11 ---
 app-i18n/kinput2/kinput2-3.1-r2.ebuild |  6 ++--
 5 files changed, 39 insertions(+), 37 deletions(-)

diff --git a/app-i18n/kinput2/files/kinput2-3.1-r1-gentoo.diff 
b/app-i18n/kinput2/files/kinput2-gentoo.patch
similarity index 72%
rename from app-i18n/kinput2/files/kinput2-3.1-r1-gentoo.diff
rename to app-i18n/kinput2/files/kinput2-gentoo.patch
index d4c03d527c4..2c22723b385 100644
--- a/app-i18n/kinput2/files/kinput2-3.1-r1-gentoo.diff
+++ b/app-i18n/kinput2/files/kinput2-gentoo.patch
@@ -1,6 +1,5 @@
-diff -Naur kinput2-v3.1.orig/Kinput2.conf kinput2-v3.1/Kinput2.conf
 kinput2-v3.1.orig/Kinput2.conf 2002-10-03 18:35:26.0 +0900
-+++ kinput2-v3.1/Kinput2.conf  2003-08-13 15:51:21.0 +0900
+--- a/Kinput2.conf
 b/Kinput2.conf
 @@ -17,8 +17,8 @@
  
  /* #define UseWnn */  /* define if you are going to use Wnn (v4, v6 or v7) */
@@ -17,7 +16,7 @@ diff -Naur kinput2-v3.1.orig/Kinput2.conf 
kinput2-v3.1/Kinput2.conf
   * are not installed in /usr/local/lib/wnn (which is the default).
   */
 -/* #define WnnLibDir /some/peculiar/directory/wnn */
-+#define WnnLibDir /usr/lib/wnn 
++#define WnnLibDir $(EPREFIX)/usr/lib/wnn 
  
  /* for convenience.. */
  #if defined(UseWnn6) && !defined(UseWnn)
@@ -26,7 +25,7 @@ diff -Naur kinput2-v3.1.orig/Kinput2.conf 
kinput2-v3.1/Kinput2.conf
   */
  XCOMM use installed header files
 -XCOMM WNNINCDIR = /usr/X11R6/include/wnn
-+WNNINCDIR = /usr/include/wnn
++WNNINCDIR = $(EPREFIX)/usr/include/wnn
  XCOMM use installed library
 -XCOMM WNNLIB = -lwnn
 +WNNLIB = -lwnn
@@ -51,7 +50,7 @@ diff -Naur kinput2-v3.1.orig/Kinput2.conf 
kinput2-v3.1/Kinput2.conf
 -XCOMM CANNAINSTDIR = /usr/local/canna
 -XCOMM CANNASRC = $(CANNAINSTDIR)/include
 -XCOMM CANNALIB = -lcanna16
-+CANNAINSTDIR = /usr
++CANNAINSTDIR = $(EPREFIX)/usr
 +CANNASRC = $(CANNAINSTDIR)/include
 +CANNALIB = -lcanna16
  
@@ -98,28 +97,3 @@ diff -Naur kinput2-v3.1.orig/Kinput2.conf 
kinput2-v3.1/Kinput2.conf
  
  
  /**
-diff -Naur kinput2-v3.1.orig/cmd/kinput2.c kinput2-v3.1/cmd/kinput2.c
 kinput2-v3.1.orig/cmd/kinput2.c2002-10-03 18:35:26.0 +0900
-+++ kinput2-v3.1/cmd/kinput2.c 2003-08-13 15:51:21.0 +0900
-@@ -644,3 +644,8 @@
- return n;
- }
- #endif
-+
-+#if defined(linux) && defined(PPC)
-+/* avoid nusty gcc bug */
-+void _XtInherit() {}
-+#endif
-diff -Naur kinput2-v3.1.orig/lib/imlib/imconv.c kinput2-v3.1/lib/imlib/imconv.c
 kinput2-v3.1.orig/lib/imlib/imconv.c   2002-10-03 18:35:30.0 
+0900
-+++ kinput2-v3.1/lib/imlib/imconv.c2003-08-13 15:55:54.0 +0900
-@@ -591,6 +591,9 @@
-   }
- }
- IMFinishRequest(conn, offset);
-+#ifdef STATUS_SYNC
-+  IMFlush(conn);
-+#endif /* STATUS_SYNC */
- }
- 
- /*- preeditCaret: do actual preedit caret -*/

diff --git a/app-i18n/kinput2/files/kinput2-ppc.patch 
b/app-i18n/kinput2/files/kinput2-ppc.patch
new file mode 100644
index 000..897b154eb5a
--- /dev/null
+++ b/app-i18n/kinput2/files/kinput2-ppc.patch
@@ -0,0 +1,11 @@
+--- a/cmd/kinput2.c
 b/cmd/kinput2.c
+@@ -644,3 +644,8 @@
+ return n;
+ }
+ #endif
++
++#if defined(linux) && defined(PPC)
++/* avoid nusty gcc bug */
++void _XtInherit() {}
++#endif

diff --git a/app-i18n/kinput2/files/kinput2-segfault.patch 
b/app-i18n/kinput2/files/kinput2-segfault.patch
new file mode 100644
index 000..9b3a83163b4
--- /dev/null
+++ b/app-i18n/kinput2/files/kinput2-segfault.patch
@@ -0,0 +1,12 @@
+--- a/lib/imlib/imconv.c
 b/lib/imlib/imconv.c
+@@ -591,6 +591,9 @@
+   }
+ }
+ IMFinishRequest(conn, offset);
++#ifdef STATUS_SYNC
++  IMFlush(conn);
++#endif /* STATUS_SYNC */
+ }
+ 
+ /*- preeditCaret: do actual preedit caret -*/

diff --git a/app-i18n/kinput2/kinput2-3.1-r1.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
index 7badd093e35..7d264fb834e 100644
--- a/app-i18n/kinput2/kinput2-3.1-r1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils
@@ -32,12 +32,15 @@ src_unpack() {
local mysed=""
 
unpack ${A}
-   epatch "${FILESDIR}/${PF}-gentoo.diff"
+   cd "${S}"
+   epatch "${FILESDIR}/${PN}-gentoo.patch"
+   epatch 

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

2017-07-18 Thread Akinori Hattori
commit: bf119982cec646b01f5dcd69e69fb9cdcd342c78
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:22:25 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:22:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf119982

app-i18n/kinput2: fix implicit declarations

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/kinput2/files/kinput2-headers.patch | 101 +++
 app-i18n/kinput2/kinput2-3.1-r1.ebuild   |   1 +
 app-i18n/kinput2/kinput2-3.1-r2.ebuild   |   1 +
 3 files changed, 103 insertions(+)

diff --git a/app-i18n/kinput2/files/kinput2-headers.patch 
b/app-i18n/kinput2/files/kinput2-headers.patch
new file mode 100644
index 000..0075f710e9b
--- /dev/null
+++ b/app-i18n/kinput2/files/kinput2-headers.patch
@@ -0,0 +1,101 @@
+--- a/cmd/kinput2.c
 b/cmd/kinput2.c
+@@ -25,6 +25,7 @@
+ #endif
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/lib/Canna.c
 b/lib/Canna.c
+@@ -50,6 +50,7 @@
+ static char *rcsid = "$Id: Canna.c,v 1.55 1999/05/25 08:13:03 ishisone Exp $";
+ #endif
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/lib/CcWnn.c
 b/lib/CcWnn.c
+@@ -2754,6 +2754,7 @@
+ wchar wbuf[1024];
+ int wlen;
+ int len;
++extern int convJWStoCT();
+ 
+ TRACE(("CcWnn:saveYomiAndKanji()\n"));
+ 
+--- a/lib/ConvCtrl.c
 b/lib/ConvCtrl.c
+@@ -18,6 +18,7 @@
+  * Author:  Makoto Ishisone, Software Research Associates, Inc., Japan
+  */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/lib/KIProto.c
 b/lib/KIProto.c
+@@ -18,6 +18,7 @@
+  * Author:  Makoto Ishisone, Software Research Associates, Inc., Japan
+  */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/lib/XimpProto.c
 b/lib/XimpProto.c
+@@ -18,6 +18,7 @@
+  * Author:  Makoto Ishisone, Software Research Associates, Inc., Japan
+  */
+ 
++#include 
+ #include 
+ #include 
+ 
+--- a/lib/cconv.c
 b/lib/cconv.c
+@@ -604,6 +604,7 @@
+ #endif
+ 
+ #include  
++#include  
+ #include  
+ #include  
+ #include  
+--- a/lib/ctext.c
 b/lib/ctext.c
+@@ -71,6 +71,8 @@
+ static char *rcsid = "$Id: ctext.c,v 2.6 1999/03/10 08:55:15 ishisone Exp $";
+ #endif
+ 
++#include 
++
+ typedef unsigned shortwchar;
+ 
+ #define NULL  0
+--- a/lib/ioecall.c
 b/lib/ioecall.c
+@@ -23,6 +23,7 @@
+  */
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include "IOECall.h"
+--- a/lib/wnnlib.c
 b/lib/wnnlib.c
+@@ -578,6 +578,7 @@
+ #ifdef DEBUG_WNNLIB
+ #include  
+ #endif
++#include  
+ #include  "wnnlib.h"
+ #include  "WStr.h"
+ #include  

diff --git a/app-i18n/kinput2/kinput2-3.1-r1.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
index 5e3579baa0d..caf4b59765b 100644
--- a/app-i18n/kinput2/kinput2-3.1-r1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
@@ -33,6 +33,7 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}"/${PN}-gentoo.patch
+   "${FILESDIR}"/${PN}-headers.patch
"${FILESDIR}"/${PN}-ppc.patch
"${FILESDIR}"/${PN}-segfault.patch
 )

diff --git a/app-i18n/kinput2/kinput2-3.1-r2.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
index 724a233a91e..0f1fc47b2a4 100644
--- a/app-i18n/kinput2/kinput2-3.1-r2.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
@@ -33,6 +33,7 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
"${FILESDIR}"/${PN}-gentoo.patch
+   "${FILESDIR}"/${PN}-headers.patch
"${FILESDIR}"/${PN}-ppc.patch
"${FILESDIR}"/${PN}-segfault.patch
 )



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

2017-07-18 Thread Akinori Hattori
commit: 9647a5ca1f865b4b5f9332be9d248a64786681ed
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:24:28 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:24:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9647a5ca

app-i18n/kinput2: fix build with app-i18n/freewnn

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/kinput2/files/kinput2-wnn.patch | 51 
 app-i18n/kinput2/kinput2-3.1-r1.ebuild   |  1 +
 app-i18n/kinput2/kinput2-3.1-r2.ebuild   |  1 +
 3 files changed, 53 insertions(+)

diff --git a/app-i18n/kinput2/files/kinput2-wnn.patch 
b/app-i18n/kinput2/files/kinput2-wnn.patch
new file mode 100644
index 000..4e7001938fb
--- /dev/null
+++ b/app-i18n/kinput2/files/kinput2-wnn.patch
@@ -0,0 +1,51 @@
+--- a/lib/cconv.c
 b/lib/cconv.c
+@@ -790,7 +790,7 @@
+ static int parseLine(uchar *, uchar **, int);
+ static FILE *openfile(char *);
+ static int doinclude(uchar *, Files *, void (*)());
+-static uchar *getline(uchar *, int, Files *, void (*)());
++static uchar *getLine(uchar *, int, Files *, void (*)());
+ static int readRuleFile(ccRule, char *);
+ static int registMode(ccRule, int, uchar **);
+ static int newMode(ccRule, Files *, _strbufRec *, _funcbufRec *,
+@@ -1035,8 +1035,8 @@
+   return 0;
+ }
+ 
+-/* getline -- 1$B9TFI$_9~$`(B ($B$=$N:](B include $B$N=hM}$r9T$J$&(B) */
+-static uchar *getline(line, linesize, files, efunc)
++/* getLine -- 1$B9TFI$_9~$`(B ($B$=$N:](B include $B$N=hM}$r9T$J$&(B) */
++static uchar *getLine(line, linesize, files, efunc)
+ uchar *line;
+ int linesize;
+ Files *files;
+@@ -1100,7 +1100,7 @@
+   rule->nmode = 0;
+   rule->initialmode = -1;
+ 
+-  while (getline(line, sizeof(line), , efunc)) {
++  while (getLine(line, sizeof(line), , efunc)) {
+   (void)Strcpy(tmp, line);
+   if ((argc = parseLine(tmp, argv, 20)) == 0)
+   continue;
+@@ -1269,7 +1269,7 @@
+   cdbuf.cdbuf = NULL;
+ 
+   /* $B%k!<%k$rFI$s$G%9%H%"$9$k(B */
+-  while (getline(line, sizeof(line), files, efunc)) {
++  while (getLine(line, sizeof(line), files, efunc)) {
+   /* '#' $B$G;O$^$k9T$O%3%a%s%H(B */
+   if (*line == '\0' || *line == '\n' || *line == '#')
+   continue;
+--- a/lib/wnnlib.c
 b/lib/wnnlib.c
+@@ -1367,7 +1367,7 @@
+ 
+   /* $BJQ49J8;zNs$ND9$5$N%A%'%C%/(B */
+   clp = buf->clauseInfo + cl;
+-  len = jl_kanji_len(buf->wnn, cl);
++  len = jl_kanji_len(buf->wnn, cl, -1);
+   diff = len - ((clp + 1)->dispp - clp->dispp);
+   newlen = (buf->displayEnd - buf->displayBuf) + diff;
+   if (newlen > buf->bufferSize) {

diff --git a/app-i18n/kinput2/kinput2-3.1-r1.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
index caf4b59765b..d18b1cdc75d 100644
--- a/app-i18n/kinput2/kinput2-3.1-r1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
@@ -36,6 +36,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-headers.patch
"${FILESDIR}"/${PN}-ppc.patch
"${FILESDIR}"/${PN}-segfault.patch
+   "${FILESDIR}"/${PN}-wnn.patch
 )
 DOCS=( README NEWS doc/. )
 

diff --git a/app-i18n/kinput2/kinput2-3.1-r2.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
index 0f1fc47b2a4..86401101552 100644
--- a/app-i18n/kinput2/kinput2-3.1-r2.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
@@ -36,6 +36,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-headers.patch
"${FILESDIR}"/${PN}-ppc.patch
"${FILESDIR}"/${PN}-segfault.patch
+   "${FILESDIR}"/${PN}-wnn.patch
 )
 DOCS=( README NEWS doc/. )
 



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

2017-07-18 Thread Akinori Hattori
commit: 1258c9e3376bc4e2c4d82cf047312892157c2233
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 15:18:57 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 15:18:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1258c9e3

app-i18n/kinput2: update to EAPI 6

Gentoo-Bug: 621946

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/kinput2/files/xinput-kinput2  |  2 +-
 app-i18n/kinput2/kinput2-3.1-r1.ebuild | 66 +---
 app-i18n/kinput2/kinput2-3.1-r2.ebuild | 69 +-
 app-i18n/kinput2/metadata.xml  |  8 ++--
 4 files changed, 75 insertions(+), 70 deletions(-)

diff --git a/app-i18n/kinput2/files/xinput-kinput2 
b/app-i18n/kinput2/files/xinput-kinput2
index 16de07ca4f7..dcb3b63330a 100644
--- a/app-i18n/kinput2/files/xinput-kinput2
+++ b/app-i18n/kinput2/files/xinput-kinput2
@@ -1,5 +1,5 @@
 XIM=kinput2
-XIM_PROGRAM=@EPREFIX@/usr/bin/kinput2
+XIM_PROGRAM="@EPREFIX@/usr/bin/kinput2"
 XIM_ARGS="-@SERVER@ +kinput -xim"
 GTK_IM_MODULE=xim
 QT_IM_MODULE=xim

diff --git a/app-i18n/kinput2/kinput2-3.1-r1.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
index 7d264fb834e..5e3579baa0d 100644
--- a/app-i18n/kinput2/kinput2-3.1-r1.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r1.ebuild
@@ -1,62 +1,68 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-inherit eutils
+EAPI="6"
+
+inherit toolchain-funcs
 
 MY_P="${PN}-v${PV}"
+
 DESCRIPTION="A Japanese input server which supports the XIM protocol"
-HOMEPAGE="http://www.nec.co.jp/canna/;
+HOMEPAGE="http://www.nec.co.jp/canna;
 SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz;
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="x86 ppc sparc amd64 ppc64"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
 IUSE="freewnn"
 
-RDEPEND="freewnn? ( >=app-i18n/freewnn-1.1.1_alpha19 )
-   !freewnn? ( >=app-i18n/canna-3.5_beta2-r1 )
+RDEPEND="x11-libs/libICE
+   x11-libs/libSM
x11-libs/libX11
x11-libs/libXaw
+   x11-libs/libXext
x11-libs/libXmu
-   x11-libs/libXp
-   x11-libs/libXt"
-
+   x11-libs/libXpm
+   x11-libs/libXt
+   !freewnn? ( app-i18n/canna )
+   freewnn? ( app-i18n/freewnn )"
 DEPEND="${RDEPEND}
x11-misc/gccmakedep
-   x11-misc/imake
-   app-text/rman"
-
+   x11-misc/imake"
 S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-   local mysed=""
+PATCHES=(
+   "${FILESDIR}"/${PN}-gentoo.patch
+   "${FILESDIR}"/${PN}-ppc.patch
+   "${FILESDIR}"/${PN}-segfault.patch
+)
+DOCS=( README NEWS doc/. )
 
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}/${PN}-gentoo.patch"
-   epatch "${FILESDIR}/${PN}-ppc.patch"
-   epatch "${FILESDIR}/${PN}-segfault.patch"
+src_prepare() {
+   default
 
-   if use freewnn; then
-   sed -i -e '/\/\* #define UseWnn/s:^:#define UseWnn\n:' 
Kinput2.conf
-   else
-   sed -i -e '/\/\* #define UseCanna/s:^:#define UseCanna\n:' 
Kinput2.conf
-   fi
+   sed -i "s|^/\* \(#define Use$(usex freewnn Wnn Canna)\) \*/|\1|" 
${PN^k}.conf
 }
 
-src_compile() {
+src_configure() {
xmkmf -a || die
+}
+
+src_compile() {
emake \
-   XAPPLOADDIR="/usr/share/X11/app-defaults/" \
+   CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
LOCAL_LDFLAGS="${LDFLAGS}" \
-   || die
+   XAPPLOADDIR="${EPREFIX}/usr/share/X11/app-defaults"
 }
 
 src_install() {
-   emake XAPPLOADDIR="/usr/share/X11/app-defaults/" DESTDIR="${D}" install 
|| die
-   rm -rf "${D}/usr/lib/X11"
-
-   dodoc README NEWS doc/*
+   emake \
+   XAPPLOADDIR="${EPREFIX}/usr/share/X11/app-defaults" \
+   DESTDIR="${D}" \
+   install
+   einstalldocs
newman cmd/${PN}.man ${PN}.1
+
+   rm -rf "${ED}"/usr/$(get_libdir)/X11
 }

diff --git a/app-i18n/kinput2/kinput2-3.1-r2.ebuild 
b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
index d0412807189..724a233a91e 100644
--- a/app-i18n/kinput2/kinput2-3.1-r2.ebuild
+++ b/app-i18n/kinput2/kinput2-3.1-r2.ebuild
@@ -1,12 +1,14 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="3"
-inherit eutils
+EAPI="6"
+
+inherit toolchain-funcs
 
 MY_P="${PN}-v${PV}"
+
 DESCRIPTION="A Japanese input server which supports the XIM protocol"
-HOMEPAGE="http://www.nec.co.jp/canna/;
+HOMEPAGE="http://www.nec.co.jp/canna;
 SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz;
 
 LICENSE="HPND"
@@ -14,31 +16,32 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="freewnn"
 
-RDEPEND="freewnn? ( >=app-i18n/freewnn-1.1.1_alpha19 )
-   !freewnn? ( >=app-i18n/canna-3.5_beta2-r1 )
+RDEPEND="x11-libs/libICE
+   x11-libs/libSM
x11-libs/libX11
x11-libs/libXaw
+   x11-libs/libXext
x11-libs/libXmu
-

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace-wallpapers/, kde-plasma/powerdevil/, ...

2017-07-18 Thread Andreas Sturmlechner
commit: 82dcf6337b3a044e1f5403f4770378b195c62069
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 18 15:20:27 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 18 15:20:44 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=82dcf633

kde-plasma: Add KDE Plasma 5.10.4

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-plasma/bluedevil/bluedevil-5.10.4.ebuild   |  40 +
 kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild   |  30 
 kde-plasma/breeze-gtk/breeze-gtk-5.10.4.ebuild |  12 ++
 .../breeze-plymouth/breeze-plymouth-5.10.4.ebuild  |  26 
 kde-plasma/breeze/breeze-5.10.4.ebuild |  76 ++
 .../kactivitymanagerd-5.10.4.ebuild|  35 +
 .../kde-cli-tools/kde-cli-tools-5.10.4.ebuild  |  58 
 .../kde-gtk-config/kde-gtk-config-5.10.4.ebuild|  58 
 kde-plasma/kdecoration/kdecoration-5.10.4.ebuild   |  16 ++
 .../kdeplasma-addons-5.10.4.ebuild |  56 +++
 kde-plasma/kgamma/kgamma-5.10.4.ebuild |  26 
 kde-plasma/khotkeys/khotkeys-5.10.4.ebuild |  46 ++
 kde-plasma/kinfocenter/kinfocenter-5.10.4.ebuild   |  91 
 kde-plasma/kmenuedit/kmenuedit-5.10.4.ebuild   |  44 ++
 kde-plasma/kscreen/kscreen-5.10.4.ebuild   |  38 +
 .../kscreenlocker/kscreenlocker-5.10.4.ebuild  |  88 +++
 kde-plasma/ksshaskpass/ksshaskpass-5.10.4.ebuild   |  49 +++
 kde-plasma/ksysguard/ksysguard-5.10.4.ebuild   |  47 ++
 kde-plasma/kwallet-pam/kwallet-pam-5.10.4.ebuild   |  53 +++
 .../kwayland-integration-5.10.4.ebuild |  22 +++
 kde-plasma/kwin/kwin-5.10.4.ebuild |  95 
 kde-plasma/kwrited/kwrited-5.10.4.ebuild   |  23 +++
 kde-plasma/libkscreen/libkscreen-5.10.4.ebuild |  27 
 kde-plasma/libksysguard/libksysguard-5.10.4.ebuild |  53 +++
 kde-plasma/milou/milou-5.10.4.ebuild   |  29 
 kde-plasma/oxygen/oxygen-5.10.4.ebuild |  91 
 .../plasma-desktop/plasma-desktop-5.10.4.ebuild| 152 +++
 .../plasma-integration-5.10.4.ebuild   |  42 ++
 kde-plasma/plasma-meta/plasma-meta-5.10.4.ebuild   |  67 +
 kde-plasma/plasma-nm/plasma-nm-5.10.4.ebuild   |  65 
 kde-plasma/plasma-pa/plasma-pa-5.10.4.ebuild   |  29 
 kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild |  39 +
 .../plasma-workspace-wallpapers-5.10.4.ebuild  |  18 +++
 .../plasma-workspace-5.10.4.ebuild | 163 +
 kde-plasma/plymouth-kcm/plymouth-kcm-5.10.4.ebuild |  36 +
 .../polkit-kde-agent-5.10.4.ebuild |  30 
 kde-plasma/powerdevil/powerdevil-5.10.4.ebuild |  81 ++
 kde-plasma/sddm-kcm/sddm-kcm-5.10.4.ebuild |  41 ++
 .../systemsettings/systemsettings-5.10.4.ebuild|  45 ++
 kde-plasma/user-manager/user-manager-5.10.4.ebuild |  26 
 40 files changed, 2063 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.10.4.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.10.4.ebuild
new file mode 100644
index 00..1b30c235b0
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.10.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil;
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !kde-plasma/bluedevil:4
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild
new file mode 100644
index 00..70488d313e
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.10.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+KDE_DEBUG="false"
+inherit kde5
+
+DESCRIPTION="Breeze theme for GRUB"
+LICENSE="GPL-3+"

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

2017-07-18 Thread Mike Gilbert
commit: 15f30fa97153cce2aadfc3680ab80a1549d4c0ea
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jul 18 14:55:45 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jul 18 14:56:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15f30fa9

sys-boot/grub: add name/description to my metadata entry

Package-Manager: Portage-2.3.6_p16, Repoman-2.3.2_p84

 sys-boot/grub/metadata.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-boot/grub/metadata.xml b/sys-boot/grub/metadata.xml
index 8dc732aa92f..4cafb17e1a6 100644
--- a/sys-boot/grub/metadata.xml
+++ b/sys-boot/grub/metadata.xml
@@ -3,6 +3,8 @@
 
 
flop...@gentoo.org
+   Mike Gilbert
+   GRUB2 only - do not assign bugs related to GRUB Legacy 
(0.97)
 
 
base-sys...@gentoo.org



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

2017-07-18 Thread Kristian Fiskerstrand
commit: e771a0cfc8135789ad359f6049da15d189832bb1
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Tue Jul 18 14:42:39 2017 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Tue Jul 18 14:46:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e771a0cf

dev-libs/libgcrypt: New upstream version 1.8.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libgcrypt/Manifest   |  1 +
 dev-libs/libgcrypt/libgcrypt-1.8.0.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index 931e4a0a08e..f9dd96d5243 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -2,3 +2,4 @@ DIST libgcrypt-1.5.6.tar.bz2 1548918 SHA256 
301826b5e521c867056fd630aad6f0a60e17
 DIST libgcrypt-1.7.6.tar.bz2 2897695 SHA256 
626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc SHA512 
fb7e20c50280f2ca715c3fc9a457f1cc4797812f8dfa3ec756471bd0049c2cf75ffe12daa543aefe6cdcd1b90b4b9f943f148c073ad99d3a7dee42a8173f
 WHIRLPOOL 
30c0e6a61ad0c8d2251beeb46466a2aaec05e991fc097f54302af3cdd98c7456522df006d4e590fd9e95a13f1f8291bc3ea5cd0bb99baecadbc0df2a20f2e0e0
 DIST libgcrypt-1.7.7.tar.bz2 2861190 SHA256 
b9b85eba0793ea3e6e66b896eb031fa05e1a4517277cc9ab10816b359254cd9a SHA512 
2ec96c5e772b73002e25af89363170c37e882197db578eae35a8f542a785fbe52843eed029a5bd6f1a8b6dc5d32803961af425db082e2db597767ebd67779118
 WHIRLPOOL 
08d6d893cf515ffebf77b1aad297b99c68987b64c28628ec768fdaec826bd1afdaed5f133793c8c708bd1e539872367a5a35b8183b0dcad7b9c7530b83223a09
 DIST libgcrypt-1.7.8.tar.bz2 2897853 SHA256 
948276ea47e6ba0244f36a17b51dcdd52cfd1e664b0a1ac3bc82134fb6cec199 SHA512 
fd8af85415f40c4ca3e35e2c78108b43cfddf031b42ac4d596847ea1c29a89b628036c1e23a6bb108b388a04b7d6b2307a1ce491310654040241435c0c7cc2a4
 WHIRLPOOL 
4872e40c00eb0ae9e65b7b6eaacb266c0c6cfe89a985f908e3c57c743523bd3001e1b55f926ea8a532d771093a04966c7e85350eb2e1de83e14f1d4a2ee60919
+DIST libgcrypt-1.8.0.tar.bz2 2963266 SHA256 
23e49697b87cc4173b03b4757c8df4314e3149058fa18bdc4f82098f103d891b SHA512 
1b486e15ee5484e5547ec72280b37d3813412321c3ffb5813233f73de718661b4c1a6ed948adaa620a46d801449bb0a29b00a3bbbe169c7ad358144e2d1527e0
 WHIRLPOOL 
a48522c1c6b6eebda6f08bee4ec6b5e22c41c479402b7cab1665944df73e1e88c7602a1653a10fcae61ab0a543b68320cab75707cca916f2ea4e71ddb545660c

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.0.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.0.ebuild
new file mode 100644
index 000..f1bbb280dfb
--- /dev/null
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic ltprune multilib-minimal
+
+DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
+HOMEPAGE="http://www.gnupg.org/;
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="0/20" # subslot = soname major version
+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="doc static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
+   )"
+DEPEND="${RDEPEND}
+   doc? ( virtual/texi2dvi )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.1-uscore.patch
+   "${FILESDIR}"/${PN}-multilib-syspath.patch
+)
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/libgcrypt-config
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   if [[ ${CHOST} == *86*-solaris* ]] ; then
+   # ASM code uses GNU ELF syntax, divide in particular, we need to
+   # allow this via ASFLAGS, since we don't have a flag-o-matic
+   # function for that, we'll have to abuse cflags for this
+   append-cflags -Wa,--divide
+   fi
+   local myeconfargs=(
+   --disable-dependency-tracking
+   --enable-noexecstack
+   --disable-O-flag-munging
+   $(use_enable static-libs static)
+
+   # disabled due to various applications requiring privileges
+   # after libgcrypt drops them (bug #468616)
+   --without-capabilities
+
+   # http://trac.videolan.org/vlc/ticket/620
+   # causes bus-errors on sparc64-solaris
+   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
+   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   default
+   

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

2017-07-18 Thread Brian Evans
commit: 148e80786ee24c96d3b0c7de72f28d300aee234e
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 18 14:27:57 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 18 14:27:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148e8078

dev-lang/php: Drop olc revision

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/php/php-5.6.30-r2.ebuild | 772 --
 1 file changed, 772 deletions(-)

diff --git a/dev-lang/php/php-5.6.30-r2.ebuild 
b/dev-lang/php/php-5.6.30-r2.ebuild
deleted file mode 100644
index a0a35c64a42..000
--- a/dev-lang/php/php-5.6.30-r2.ebuild
+++ /dev/null
@@ -1,772 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic versionator systemd
-
-DESCRIPTION="The PHP language runtime engine"
-HOMEPAGE="http://php.net/;
-SRC_URI="http://php.net/distributions/${P}.tar.xz;
-
-LICENSE="PHP-3.01
-   BSD
-   Zend-2.0
-   bcmath? ( LGPL-2.1+ )
-   fpm? ( BSD-2 )
-   gd? ( gd )
-   unicode? ( BSD-2 LGPL-2.1 )"
-
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-
-# We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2"
-
-# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
-IUSE="${IUSE}
-   ${SAPIS/cli/+cli}
-   threads"
-
-IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
-   coverage crypt +ctype curl debug
-   enchant exif +fileinfo +filter firebird
-   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
-   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
-   mhash mssql mysql libmysqlclient mysqli nls
-   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
-   readline recode selinux +session sharedmem
-   +simplexml snmp soap sockets spell sqlite ssl
-   sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
-   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
-
-# The supported (that is, autodetected) versions of BDB are listed in
-# the ./configure script. Other versions *work*, but we need to stick to
-# the ones that can be detected to avoid a repeat of bug #564824.
-COMMON_DEPEND="
-   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
-   >=dev-libs/libpcre-8.32[unicode]
-   acl? ( sys-apps/acl )
-   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
-   =dev-libs/libmcrypt-2.4 )
-   curl? ( >=net-misc/curl-7.10.5 )
-   enchant? ( app-text/enchant )
-   exif? ( !gd? (
-   virtual/jpeg:0
-   media-libs/libpng:0=
-   sys-libs/zlib
-   ) )
-   firebird? ( dev-db/firebird )
-   gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
-   gdbm? ( >=sys-libs/gdbm-1.8.0 )
-   gmp? ( dev-libs/gmp:0 )
-   iconv? ( virtual/libiconv )
-   imap? ( virtual/imap-c-client[kerberos=,ssl=] )
-   intl? ( dev-libs/icu:= )
-   iodbc? ( dev-db/libiodbc )
-   kerberos? ( virtual/krb5 )
-   ldap? ( >=net-nds/openldap-1.2.11 )
-   ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 )
-   libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) )
-   mssql? ( dev-db/freetds[mssql] )
-   libmysqlclient? (
-   mysql? ( virtual/libmysqlclient:= )
-   mysqli? ( virtual/libmysqlclient:= )
-   )
-   nls? ( sys-devel/gettext )
-   oci8-instant-client? ( dev-db/oracle-instantclient-basic )
-   odbc? ( >=dev-db/unixODBC-1.8.13 )
-   postgres? ( dev-db/postgresql:* )
-   qdbm? ( dev-db/qdbm )
-   readline? ( sys-libs/readline:0= )
-   recode? ( app-text/recode )
-   sharedmem? ( dev-libs/mm )
-   simplexml? ( >=dev-libs/libxml2-2.6.8 )
-   snmp? ( >=net-analyzer/net-snmp-5.2 )
-   soap? ( >=dev-libs/libxml2-2.6.8 )
-   spell? ( >=app-text/aspell-0.50 )
-   sqlite? ( >=dev-db/sqlite-3.7.6.3 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   sybase-ct? ( dev-db/freetds )
-   tidy? ( app-text/htmltidy )
-   truetype? (
-   =media-libs/freetype-2*
-   >=media-libs/t1lib-5.0.0
-   !gd? (
-   virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
-   )
-   unicode? ( dev-libs/oniguruma )
-   vpx? ( media-libs/libvpx )
-   wddx? ( >=dev-libs/libxml2-2.6.8 )
-   xml? ( >=dev-libs/libxml2-2.6.8 )
-   xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv )
-   xmlreader? ( >=dev-libs/libxml2-2.6.8 )
-   xmlwriter? ( >=dev-libs/libxml2-2.6.8 )
-   xpm? (
-   x11-libs/libXpm
-   

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

2017-07-18 Thread Brian Evans
commit: 9d968e14aeb899589d696343170a32045f79c76a
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 18 14:26:53 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 18 14:26:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d968e14

dev-lang/php: Final REQUIRED_USE tweaks for usability

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/php/php-5.6.30.ebuild | 7 +++
 dev-lang/php/php-5.6.31.ebuild | 2 +-
 dev-lang/php/php-7.0.15.ebuild | 5 +++--
 dev-lang/php/php-7.0.19.ebuild | 5 +++--
 dev-lang/php/php-7.0.21.ebuild | 2 +-
 5 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/dev-lang/php/php-5.6.30.ebuild b/dev-lang/php/php-5.6.30.ebuild
index 802119c18f7..0dd5527d5e9 100644
--- a/dev-lang/php/php-5.6.30.ebuild
+++ b/dev-lang/php/php-5.6.30.ebuild
@@ -145,12 +145,12 @@ DEPEND="${COMMON_DEPEND}
 
 # Without USE=readline or libedit, the interactive "php -a" CLI will hang.
 REQUIRED_USE="
+   || ( cli cgi fpm apache2 embed )
cli? ( ^^ ( readline libedit ) )
truetype? ( gd )
vpx? ( gd )
cjk? ( gd )
exif? ( gd )
-
xpm? ( gd )
gd? ( zlib )
simplexml? ( xml )
@@ -162,6 +162,7 @@ REQUIRED_USE="
ldap-sasl? ( ldap )
mhash? ( hash )
phar? ( hash )
+   recode? ( !imap !mysql !mysqli !libmysqlclient )
libmysqlclient? ( || (
mysql
mysqli
@@ -170,10 +171,8 @@ REQUIRED_USE="
 
qdbm? ( !gdbm )
readline? ( !libedit )
-   recode? ( !imap !mysql !mysqli )
sharedmem? ( !threads )
-
-   !cli? ( !cgi? ( !fpm? ( !apache2? ( !embed? ( cli ) ) ) ) )"
+"
 
 PHP_MV="$(get_major_version)"
 

diff --git a/dev-lang/php/php-5.6.31.ebuild b/dev-lang/php/php-5.6.31.ebuild
index 7310a78821e..0548b46abbe 100644
--- a/dev-lang/php/php-5.6.31.ebuild
+++ b/dev-lang/php/php-5.6.31.ebuild
@@ -147,12 +147,12 @@ DEPEND="${COMMON_DEPEND}
 REQUIRED_USE="
|| ( cli cgi fpm apache2 embed )
cli? ( ^^ ( readline libedit ) )
-   gd? ( zlib )
truetype? ( gd )
vpx? ( gd )
cjk? ( gd )
exif? ( gd )
xpm? ( gd )
+   gd? ( zlib )
simplexml? ( xml )
soap? ( xml )
wddx? ( xml )

diff --git a/dev-lang/php/php-7.0.15.ebuild b/dev-lang/php/php-7.0.15.ebuild
index 0d130a0e292..9d14cd817c2 100644
--- a/dev-lang/php/php-7.0.15.ebuild
+++ b/dev-lang/php/php-7.0.15.ebuild
@@ -139,6 +139,7 @@ DEPEND="${COMMON_DEPEND}
 
 # Without USE=readline or libedit, the interactive "php -a" CLI will hang.
 REQUIRED_USE="
+   || ( cli cgi fpm apache2 embed phpdbg )
cli? ( ^^ ( readline libedit ) )
truetype? ( gd )
webp? ( gd )
@@ -157,10 +158,10 @@ REQUIRED_USE="
phar? ( hash )
qdbm? ( !gdbm )
readline? ( !libedit )
-   recode? ( !imap !mysqli )
+   recode? ( !imap !mysqli !mysql )
sharedmem? ( !threads )
mysql? ( || ( mysqli pdo ) )
-   || ( cli cgi fpm apache2 embed phpdbg )"
+"
 
 PHP_MV="$(get_major_version)"
 

diff --git a/dev-lang/php/php-7.0.19.ebuild b/dev-lang/php/php-7.0.19.ebuild
index c0316ea8509..6d0d49263b1 100644
--- a/dev-lang/php/php-7.0.19.ebuild
+++ b/dev-lang/php/php-7.0.19.ebuild
@@ -139,6 +139,7 @@ DEPEND="${COMMON_DEPEND}
 
 # Without USE=readline or libedit, the interactive "php -a" CLI will hang.
 REQUIRED_USE="
+   || ( cli cgi fpm apache2 embed phpdbg )
cli? ( ^^ ( readline libedit ) )
truetype? ( gd )
webp? ( gd )
@@ -157,10 +158,10 @@ REQUIRED_USE="
phar? ( hash )
qdbm? ( !gdbm )
readline? ( !libedit )
-   recode? ( !imap !mysqli )
+   recode? ( !imap !mysqli !mysql )
sharedmem? ( !threads )
mysql? ( || ( mysqli pdo ) )
-   || ( cli cgi fpm apache2 embed phpdbg )"
+"
 
 PHP_MV="$(get_major_version)"
 

diff --git a/dev-lang/php/php-7.0.21.ebuild b/dev-lang/php/php-7.0.21.ebuild
index 90e9c59f5df..04e4ebd73e4 100644
--- a/dev-lang/php/php-7.0.21.ebuild
+++ b/dev-lang/php/php-7.0.21.ebuild
@@ -141,12 +141,12 @@ DEPEND="${COMMON_DEPEND}
 REQUIRED_USE="
|| ( cli cgi fpm apache2 embed phpdbg )
cli? ( ^^ ( readline libedit ) )
-   gd? ( zlib )
truetype? ( gd )
webp? ( gd )
cjk? ( gd )
exif? ( gd )
xpm? ( gd )
+   gd? ( zlib )
simplexml? ( xml )
soap? ( xml )
wddx? ( xml )



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

2017-07-18 Thread Michael Palimaka
commit: dc30acc00c67f085fa66831facbf960252d185dd
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Tue Jul 18 13:40:17 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Jul 18 14:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc30acc0

media-video/mpv: revbump to update patchset

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-video/mpv/Manifest   | 2 +-
 media-video/mpv/{mpv-0.25.0-r1.ebuild => mpv-0.25.0-r2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/Manifest b/media-video/mpv/Manifest
index 320adf8a4b5..c7c6f01a90e 100644
--- a/media-video/mpv/Manifest
+++ b/media-video/mpv/Manifest
@@ -1,5 +1,5 @@
 DIST mpv-0.18.0.tar.gz 2758960 SHA256 
b656638d4f6bce2621baaacb60d8be384aa492fcd86dfd43996aaa2c16fee02b SHA512 
5a899ea680b4da6d668a6e77a254e623bafef16f376ee46639e40f151da5a000de84b382f2b07f3a1e87b60fc8e524132767fdf243e36474966af11a88277437
 WHIRLPOOL 
c491e61cb2d7f453cfc23605120048e81c2b7621b8d9591cad6415d3b550f55db6a6c8c6f90d27c7ce214ff89f92a9861d202b457c2de25c5b7de11d8d1d40af
-DIST mpv-0.25.0-patches-r1.tar.xz 8408 SHA256 
aa027a4df1e8e5d6612102ab3afdfb93019de5ed868f65d38e967bca76ab41ae SHA512 
e9344546283c88a489b517d408cbaf49c3aabc380372e28871b63c91d0b99a3946b2c5511d247e48916671081c8f85dd27e38a552b3f96cc6122c179ab10e928
 WHIRLPOOL 
b4a5871478b284052f66d4fb6229e8b2a0453cbbb92e03c6b39cb821be0def58d7047594e7782972cb50d4089adaf6175b5f1f77329aba3c2c36c8167e33d03d
+DIST mpv-0.25.0-patches-r2.tar.xz 11036 SHA256 
34440d419e95983f50dc97c323737c19891234478566bdf613ec9db81fb0e0e7 SHA512 
fc8d2a23dff27131d2c18d3f91861ec6e6d5240e6531d1a04c06ebef8d5467250c4f131d9faee802842e1ea485dbf350b43a3eebcc13c230cd45ff875fc855e2
 WHIRLPOOL 
9e1540e8e4b2a2a8e70861dd9eb7f32281549b9c418ea716da697e5de39118b0806998f40958e84d868e00854a4bead929ef9958de0becc120fa5f525b34ccab
 DIST mpv-0.25.0.tar.gz 2874584 SHA256 
07423ffad6921ec4da32f703cd7fbfb27012301dcb736ac8542ac8e6083b0bce SHA512 
eefc574e2995ddf6bd15c9b62986a5ca277c30949b036d57a11bbfb796c11c1e6dd7c313abd91a909dd98ca0f2b0be29ec6b980d0287a5891b42b0ffba926cbf
 WHIRLPOOL 
4c5225040ed8793de5daa00a4bb5cf2754fb877c73055dbe4bed92d9fa1bb3f5e67d341c698658e9f10e183084bbe691c8bbb90960e16358b9ffdaa58b11bf2b
 DIST waf-1.8.12 97567 SHA256 
01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b SHA512 
8e47112abb134f965f15a27a600b4453cad3075afb5dadc17f2f6dac33d80ec68b679ac0ebc5f8a0245cbd07ae9fc7b899e69afc1bd021cce74e7af2ab457939
 WHIRLPOOL 
c36d37c2d8c08e4048b4800f511611af5cf534304fcb58388ca491ff308bfcbcdd959d153edfd6ff8c118404e7293d8b786e43b07486139bf915a82aa75d792b
 DIST waf-1.9.8 100685 SHA256 
167dc42bab6d5bd823b798af195420319cb5c9b571e00db7d83df2a0fe1f4dbf SHA512 
e7493767f65deeb38aa162adef22adf60ebbd038410e9cdf4fe6f0de8c43395dbbba14962aa2c3855e1277136085fc22ad12ebfb8ac4e76f16358296039b8ea2
 WHIRLPOOL 
447b6936b8bd5904d85001a96bdcfd0d517f92ff0a859f8a63efd032a418c1b335578266d0f7ce0c5f71ffc7b81643d18e21c14981502153e2d586a9ce152c3a

diff --git a/media-video/mpv/mpv-0.25.0-r1.ebuild 
b/media-video/mpv/mpv-0.25.0-r2.ebuild
similarity index 100%
rename from media-video/mpv/mpv-0.25.0-r1.ebuild
rename to media-video/mpv/mpv-0.25.0-r2.ebuild



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

2017-07-18 Thread Brian Evans
commit: 9e204e8a3eefdf8794b181531dce27a351283e0c
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jul 18 14:10:22 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jul 18 14:10:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e204e8a

desktop/package.use: Don't force users to enable gd on PHP due to desktop 
defaults

 profiles/targets/desktop/package.use | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index c064a737e34..72bc285f3b5 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Evans  (18 Jul 2017)
+# Don't force users to enable gd on PHP due to desktop defaults
+dev-lang/php -exif -truetype
+
 # Ilya Tumaykin  (02 Feb 2017)
 # Enable luajit for OSC and youtube-dl support by default.
 # Override default +sdl from desktop profile and disable sdl outputs.



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

2017-07-18 Thread Akinori Hattori
commit: 7311f69bc12990129e2dfa5be764d2047664c725
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 14:04:33 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 14:04:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7311f69b

app-i18n/libkkc: call xdg_environment_reset

Gentoo-Bug: 623934

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/libkkc/libkkc-0.3.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild 
b/app-i18n/libkkc/libkkc-0.3.5.ebuild
index 62e8f38e514..05430798a65 100644
--- a/app-i18n/libkkc/libkkc-0.3.5.ebuild
+++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 
-inherit ltprune python-any-r1 vala
+inherit ltprune python-any-r1 vala xdg-utils
 
 DESCRIPTION="Japanese Kana Kanji conversion input method library"
 HOMEPAGE="https://github.com/ueno/libkkc;
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
 src_prepare() {
vala_src_prepare
default
+   xdg_environment_reset
 }
 
 src_configure() {



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

2017-07-18 Thread Akinori Hattori
commit: 4e79f0b422672012f2f0897a846f8e8de66ad845
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 13:59:43 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 13:59:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e79f0b4

app-i18n/yaskkserv: update init script

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/yaskkserv/files/yaskkserv.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/yaskkserv/files/yaskkserv.initd 
b/app-i18n/yaskkserv/files/yaskkserv.initd
index b9ae738b92a..d2e5aefd9e1 100644
--- a/app-i18n/yaskkserv/files/yaskkserv.initd
+++ b/app-i18n/yaskkserv/files/yaskkserv.initd
@@ -2,10 +2,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-command="/usr/sbin/${SVCNAME}_${YASKKSERV_SERVER_TYPE}"
+command="/usr/sbin/${RC_SVCNAME}_${YASKKSERV_SERVER_TYPE}"
 command_args="--no-daemonize ${YASKKSERV_OPTS}"
 command_background="true"
-pidfile="${pidfile:-/run/${SVCNAME}.pid}"
+pidfile="${pidfile:-/run/${RC_SVCNAME}.pid}"
 
 depend() {
need net



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

2017-07-18 Thread Akinori Hattori
commit: 8fa11cfae898656631572dc42272f5b80666819c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Jul 18 14:01:18 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Jul 18 14:01:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa11cfa

app-i18n/skkserv: update init script

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/skkserv/files/skkserv.initd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/skkserv/files/skkserv.initd 
b/app-i18n/skkserv/files/skkserv.initd
index f01e98c8bd8..0721205b355 100644
--- a/app-i18n/skkserv/files/skkserv.initd
+++ b/app-i18n/skkserv/files/skkserv.initd
@@ -6,14 +6,14 @@ extra_started_commands="reload"
 
 description_reload="Reload the SKK-JISYO.L"
 
-command="/usr/sbin/${SVCNAME}"
+command="/usr/sbin/${RC_SVCNAME}"
 
 depend() {
need net
 }
 
 reload() {
-   ebegin "Reloading ${SVCNAME}"
+   ebegin "Reloading ${name:-${RC_SVCNAME}}"
start-stop-daemon --signal INT --name "${command}"
eend ${?}
 }



  1   2   >