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

2017-08-13 Thread Tim Harder
commit: 7b36fbba36f51584f3995d57bfd8fc195a445206
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 05:46:16 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:46:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b36fbba

media-gfx/feh: version bump to 2.19.2

 media-gfx/feh/Manifest  |  1 +
 media-gfx/feh/feh-2.19.2.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/media-gfx/feh/Manifest b/media-gfx/feh/Manifest
index 458a109be75..0f2fe53d2d7 100644
--- a/media-gfx/feh/Manifest
+++ b/media-gfx/feh/Manifest
@@ -1,3 +1,4 @@
 DIST feh-2.18.3.tar.bz2 2127924 SHA256 
d82f68c7a96e1860dab3584ed58bda69446b692ae79a4ca999018507da310563 SHA512 
3ffb44f8a2207c2c8725a519a23b7235a6df86aa8578b7b79a8819122e509d18dcc8263859e02cdbdeb5fb5ca56229f90aef567d53d63d763f8259fbc1fff515
 WHIRLPOOL 
27b5cf4cb2431f09d7e971330e53435d1dd575706d6228ee6b4bdb4e80f15806571d0435f2cca3567bbb124da715eabf59d5a9f84e52274729ce85c06e8161a8
 DIST feh-2.19.1.tar.bz2 2128270 SHA256 
ec8824596b8c4f668195b2a445832c903c438c2931e5b60095eab61155659eb4 SHA512 
cc019654c36a8fec9a4fb8d7fd47ea75e7a0ef5a754f06702da6898a9ec7a48f9f8bde10a60e25a077dd46b3defe67dbf6a6bc4c7d9ba7079ea5e472840a36d9
 WHIRLPOOL 
60ef61686d0c68029bbb107b4038f31eef843405855112e8b0acce3e08848ede0d77c06938bf9f355a61b3e723759e572715da68926c38820e6903126535c07c
+DIST feh-2.19.2.tar.bz2 2128489 SHA256 
822a71953dbd5fbf5c3ee84bc64b0b7af77ffb4e9fd9a04a417a93a90de3566c SHA512 
a054070082c01facd3fd99bf0365ce35c3dc5ac27fdadc25c7c0bc9a7bd6822f1c5c30385e3a19c2d679ea955cc80e775a7d9a41126846363557e2d01fc3ba69
 WHIRLPOOL 
74f63987737ff64dd7ca76173da09fa784818b039923ae671fbf68ab26c5d31f93632b9ef78f8d350c5895cd4cb31ef077c04d82038fad9990ade6526976ec9f
 DIST feh-2.19.tar.bz2 2128358 SHA256 
cebe25d8393a07aa79a6b2f99beb133d8de0cbc00d46bccc4df276248cc9d0e9 SHA512 
19786749c4e82b21f73e08d1022518bb9bffa2abd52d5fe5f10a1c7e240d22cea4e7af96f986c81152f06f356ccc3a51034799b319507deb021e0c97fcf7d777
 WHIRLPOOL 
5263466aa264f743b7de474f57d1224fffbfab419e47f1ccaf20b8a8b07fbf7a0fa0456148ca72fcd4d195d2ebdc2a15e0cdb78c1adf8ffe6bcb7e6755b95643

diff --git a/media-gfx/feh/feh-2.19.2.ebuild b/media-gfx/feh/feh-2.19.2.ebuild
new file mode 100644
index 000..16b0c4192e9
--- /dev/null
+++ b/media-gfx/feh/feh-2.19.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A fast, lightweight imageviewer using imlib2"
+HOMEPAGE="http://feh.finalrewind.org/;
+SRC_URI="http://feh.finalrewind.org/${P}.tar.bz2;
+
+LICENSE="feh"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug curl exif test xinerama"
+
+COMMON_DEPEND="media-libs/imlib2[X]
+   >=media-libs/libpng-1.2:0=
+   x11-libs/libX11
+   curl? ( net-misc/curl )
+   exif? ( media-libs/libexif )
+   xinerama? ( x11-libs/libXinerama )"
+RDEPEND="${COMMON_DEPEND}
+   virtual/jpeg:0"
+DEPEND="${COMMON_DEPEND}
+   x11-libs/libXt
+   x11-proto/xproto
+   test? (
+   >=dev-lang/perl-5.10
+   dev-perl/Test-Command
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )
+
+pkg_setup() {
+   use_feh() { usex $1 1 0; }
+
+   fehopts=(
+   DESTDIR="${D}"
+   PREFIX="${EPREFIX}"/usr
+   doc_dir='${main_dir}'/share/doc/${PF}
+   example_dir='${main_dir}'/share/doc/${PF}/examples
+   curl=$(use_feh curl)
+   debug=$(use_feh debug)
+   xinerama=$(use_feh xinerama)
+   exif=$(use_feh exif)
+   )
+}
+
+src_compile() {
+   tc-export CC
+   emake "${fehopts[@]}"
+}
+
+src_install() {
+   emake "${fehopts[@]}" install
+}



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

2017-08-13 Thread Tim Harder
commit: c58618f30a5de75d7351ab04889bf5e0c1458ef2
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 13 23:26:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58618f3

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

 app-editors/vim-core/Manifest   | 2 ++
 .../vim-core/{vim-core-.ebuild => vim-core-8.0.0938.ebuild} | 6 +++---
 app-editors/vim-core/vim-core-.ebuild   | 6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-editors/vim-core/Manifest b/app-editors/vim-core/Manifest
index 210d7aea1a6..2415ec1f311 100644
--- a/app-editors/vim-core/Manifest
+++ b/app-editors/vim-core/Manifest
@@ -1,2 +1,4 @@
 DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 SHA256 
9823a91b050eb4b001cc50f508d2ad03c7c256ed49183c1af7582318667f48d4 SHA512 
39edd9f518c230d2b0486b18aa155572a9eada4a5e21108573d6e66e2eef1276f23b77d766648f018c9cf973a7d03712d8861be6ea13255d7b389912d554a47a
 WHIRLPOOL 
d6d01e3944d56762a2a999ee631f89e212360aa030ddd16ea96e32d518ec171e04d8565dcb89e804248d53e4c6e06b19be239ad2316ea88bb57364815b85d26b
 DIST vim-8.0.0386.tar.gz 13000882 SHA256 
25b28f6ef55a8d0b3f255f0fbed90ad1450bde7f7b231cc09d86c5119adc95bc SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 WHIRLPOOL 
99a5582e0db0dc53fd8385cddf1fbf13d2fe1dd5c8e33c9959288c19d4b85f50139791269edd4ec3d5cbed6548cc3d9c7962ec1706eb422a4ef83c207aac009b
+DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e62f8841a7df33f436d1986dd7332fb5d07c60 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 WHIRLPOOL 
8521b344426b5d2b246ddab7768eae45e0ee54ef58085099f9e15575e7854eb461fbcf0093caee1326e29d2425c2d451de36812cda24fa767709fc5d6046236c
+DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309

diff --git a/app-editors/vim-core/vim-core-.ebuild 
b/app-editors/vim-core/vim-core-8.0.0938.ebuild
similarity index 94%
copy from app-editors/vim-core/vim-core-.ebuild
copy to app-editors/vim-core/vim-core-8.0.0938.ebuild
index 606c8302502..15a9ee34065 100644
--- a/app-editors/vim-core/vim-core-.ebuild
+++ b/app-editors/vim-core/vim-core-8.0.0938.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 VIM_VERSION="8.0"
-inherit eutils vim-doc flag-o-matic versionator bash-completion-r1 prefix
+inherit estack vim-doc flag-o-matic versionator bash-completion-r1 prefix
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -11,8 +11,8 @@ if [[ ${PV} == * ]] ; then
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
-   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2;
-   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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="vim and gvim shared files"

diff --git a/app-editors/vim-core/vim-core-.ebuild 
b/app-editors/vim-core/vim-core-.ebuild
index 606c8302502..15a9ee34065 100644
--- a/app-editors/vim-core/vim-core-.ebuild
+++ b/app-editors/vim-core/vim-core-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 VIM_VERSION="8.0"
-inherit eutils vim-doc flag-o-matic versionator bash-completion-r1 prefix
+inherit estack vim-doc flag-o-matic versionator bash-completion-r1 prefix
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -11,8 +11,8 @@ if [[ ${PV} == * ]] ; then
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
-   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2;
-   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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 

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

2017-08-13 Thread Tim Harder
commit: ebd55c696d558bdf24c5e1d39bf1b7be3ea12263
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 05:05:05 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd55c69

app-editors/gvim: version bump to 8.0.0938

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

diff --git a/app-editors/gvim/Manifest b/app-editors/gvim/Manifest
index 210d7aea1a6..2415ec1f311 100644
--- a/app-editors/gvim/Manifest
+++ b/app-editors/gvim/Manifest
@@ -1,2 +1,4 @@
 DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 SHA256 
9823a91b050eb4b001cc50f508d2ad03c7c256ed49183c1af7582318667f48d4 SHA512 
39edd9f518c230d2b0486b18aa155572a9eada4a5e21108573d6e66e2eef1276f23b77d766648f018c9cf973a7d03712d8861be6ea13255d7b389912d554a47a
 WHIRLPOOL 
d6d01e3944d56762a2a999ee631f89e212360aa030ddd16ea96e32d518ec171e04d8565dcb89e804248d53e4c6e06b19be239ad2316ea88bb57364815b85d26b
 DIST vim-8.0.0386.tar.gz 13000882 SHA256 
25b28f6ef55a8d0b3f255f0fbed90ad1450bde7f7b231cc09d86c5119adc95bc SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 WHIRLPOOL 
99a5582e0db0dc53fd8385cddf1fbf13d2fe1dd5c8e33c9959288c19d4b85f50139791269edd4ec3d5cbed6548cc3d9c7962ec1706eb422a4ef83c207aac009b
+DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e62f8841a7df33f436d1986dd7332fb5d07c60 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 WHIRLPOOL 
8521b344426b5d2b246ddab7768eae45e0ee54ef58085099f9e15575e7854eb461fbcf0093caee1326e29d2425c2d451de36812cda24fa767709fc5d6046236c
+DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-8.0.0938.ebuild
similarity index 97%
copy from app-editors/gvim/gvim-.ebuild
copy to app-editors/gvim/gvim-8.0.0938.ebuild
index b56a0e66757..9a3c4881d9c 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-8.0.0938.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE=threads
-inherit eutils vim-doc flag-o-matic fdo-mime gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
+inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
-   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2;
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 fi
 
@@ -364,7 +364,7 @@ pkg_postinst() {
update_vim_helptags
 
# Update fdo mime stuff, bug #78394
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 
# Update icon cache
gnome2_icon_cache_update
@@ -378,7 +378,7 @@ pkg_postrm() {
update_vim_helptags
 
# Update fdo mime stuff, bug #78394
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
 
# Update icon cache
gnome2_icon_cache_update

diff --git a/app-editors/gvim/gvim-.ebuild 
b/app-editors/gvim/gvim-.ebuild
index b56a0e66757..9a3c4881d9c 100644
--- a/app-editors/gvim/gvim-.ebuild
+++ b/app-editors/gvim/gvim-.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE=threads
-inherit eutils vim-doc flag-o-matic fdo-mime gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
+inherit vim-doc flag-o-matic xdg-utils gnome2-utils versionator 
bash-completion-r1 prefix python-single-r1
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
EGIT_CHECKOUT_DIR=${WORKDIR}/vim-${PV}
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> 
vim-${PV}.tar.gz
-   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2;
+   

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

2017-08-13 Thread Tim Harder
commit: 85cc0e567cc54a590cfd0c4f7f506774d00e8c8b
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:53:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cc0e56

media-libs/libmediainfo: stabilize 0.7.97

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

diff --git a/media-libs/libmediainfo/libmediainfo-0.7.97.ebuild 
b/media-libs/libmediainfo/libmediainfo-0.7.97.ebuild
index fb27ee39247..a39d9363f01 100644
--- a/media-libs/libmediainfo/libmediainfo-0.7.97.ebuild
+++ b/media-libs/libmediainfo/libmediainfo-0.7.97.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="curl doc mms static-libs"
 
 RDEPEND="sys-libs/zlib



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

2017-08-13 Thread Tim Harder
commit: 438cd7bff95910d514eed863f09e1e9ba8f2fb05
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:54:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438cd7bf

media-libs/libmediainfo: remove old

 media-libs/libmediainfo/Manifest   |  1 -
 media-libs/libmediainfo/libmediainfo-0.7.96.ebuild | 83 --
 2 files changed, 84 deletions(-)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 9de8609ae40..668f7fdb581 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -1,3 +1,2 @@
-DIST libmediainfo_0.7.96.tar.xz 1597404 SHA256 
fd68e334b29da7c2e1afe5664ef6678d71f00d439c2156b94388a9b481444265 SHA512 
14cfe6d11038263e2f11ed9c36a8b954d0937dea9cd7401b26e90e92f2695afc81a388b674669184ecce033d681eaa9f190636d674fd230a24e1196a6ed1992b
 WHIRLPOOL 
e0a3048962bcf0d55b5e67461110a1cec1498351cd11e59bfece29a4b461f66191e3d4373a8473d2889dc2f868d8045f905063c6fd877df0e88cf7e44dfae85e
 DIST libmediainfo_0.7.97.tar.xz 1600348 SHA256 
8deab3af599832818ca951bd17819bad730a6d4c2eb6dfae86249ef8f5eafd66 SHA512 
b531836b8a14a60afb39afeedaa5a640e3d870372b3bdbdb4a37769dd17d3646248aa897f29da2611eb3e7aa4e6309916cbcf5b2875718996dc63c1b973e6964
 WHIRLPOOL 
ab6b55bc7da2eac6a7dc361964b2cf43c147874a3cefb5cee5e53201999f62b92f2600d8ae7f0c2b17320d9dadaea1295744c4238c55180b81759ac97c4a265b
 DIST libmediainfo_0.7.98.tar.xz 1602452 SHA256 
c442ff8e179ef0611f9af38cff550255f3307f787a03d065d14d7d6300bc05dc SHA512 
d4f9021968a6bbec253ff8a178b41443df69bea07a3277f840a3a3ed1bbbfb4fc5719797692450f1cd2f70c65886f257cef4402d8a6c4a247b0f6943c49e86ea
 WHIRLPOOL 
456916e93c0395560cf3c1a13761816c8f79151a261f8c4e9506b7c6d37e3b1c2c8fd9f69d895eac1a5b3429caab91bd2817d6f0f9ed54897f6f4bffd286e8ac

diff --git a/media-libs/libmediainfo/libmediainfo-0.7.96.ebuild 
b/media-libs/libmediainfo/libmediainfo-0.7.96.ebuild
deleted file mode 100644
index a39d9363f01..000
--- a/media-libs/libmediainfo/libmediainfo-0.7.96.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils flag-o-matic
-
-MY_PN="MediaInfo"
-DESCRIPTION="MediaInfo libraries"
-HOMEPAGE="http://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfoLib;
-SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="curl doc mms static-libs"
-
-RDEPEND="sys-libs/zlib
-   dev-libs/tinyxml2:=
-   >=media-libs/libzen-0.4.34[static-libs=]
-   curl? ( net-misc/curl )
-   mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )"
-
-# tests try to fetch data from online sources
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
-
-src_prepare() {
-   eapply -p4 "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
-   eapply_user
-
-   sed -i 's:-O2::' configure.ac || die
-   append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-shared \
-   --with-libtinyxml2 \
-   $(use_with curl libcurl) \
-   $(use_with mms libmms) \
-   $(use_enable static-libs static) \
-   $(use_enable static-libs staticlibs)
-}
-
-src_compile() {
-   default
-
-   if use doc; then
-   cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
-   doxygen Doxyfile || die
-   fi
-}
-
-src_install() {
-   if use doc; then
-   local HTML_DOCS=( "${WORKDIR}"/${MY_PN}Lib/Doc/*.html )
-   fi
-
-   default
-
-   edos2unix ${PN}.pc #414545
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins ${PN}.pc
-
-   for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag 
Text Video; do
-   insinto /usr/include/${MY_PN}/${x}
-   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
-   done
-
-   insinto /usr/include/${MY_PN}DLL
-   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
-
-   dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
-
-   prune_libtool_files
-}



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

2017-08-13 Thread Tim Harder
commit: de42e0129f98eebe32a06b1cb861c4b933b66712
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 05:01:42 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de42e012

app-editors/vim: version bump to 8.0.0938

Add terminal USE flag for bug #626522.

 app-editors/vim/Manifest | 2 ++
 app-editors/vim/metadata.xml | 3 ++-
 app-editors/vim/{vim-.ebuild => vim-8.0.0938.ebuild} | 9 +
 app-editors/vim/vim-.ebuild  | 9 +
 4 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index 210d7aea1a6..2415ec1f311 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,2 +1,4 @@
 DIST vim-8.0.0106-gentoo-patches.tar.bz2 2281 SHA256 
9823a91b050eb4b001cc50f508d2ad03c7c256ed49183c1af7582318667f48d4 SHA512 
39edd9f518c230d2b0486b18aa155572a9eada4a5e21108573d6e66e2eef1276f23b77d766648f018c9cf973a7d03712d8861be6ea13255d7b389912d554a47a
 WHIRLPOOL 
d6d01e3944d56762a2a999ee631f89e212360aa030ddd16ea96e32d518ec171e04d8565dcb89e804248d53e4c6e06b19be239ad2316ea88bb57364815b85d26b
 DIST vim-8.0.0386.tar.gz 13000882 SHA256 
25b28f6ef55a8d0b3f255f0fbed90ad1450bde7f7b231cc09d86c5119adc95bc SHA512 
3169ea4dbc836c724f63d99cd345227f870a3a922beba84a6b42011685c0dd209f6bba8c69af0650c9a57bb47fc541e1150ca8cefb21fcada022259bf4c94a66
 WHIRLPOOL 
99a5582e0db0dc53fd8385cddf1fbf13d2fe1dd5c8e33c9959288c19d4b85f50139791269edd4ec3d5cbed6548cc3d9c7962ec1706eb422a4ef83c207aac009b
+DIST vim-8.0.0938-gentoo-patches.tar.bz2 2316 SHA256 
851418dbbbac25e581eeb44a24e62f8841a7df33f436d1986dd7332fb5d07c60 SHA512 
a6062be5e6a5c5b437081312df5742353242b5171bf26da04aa6ca216d2b142b2411a88bc1edd460d28e00a59a210c8e1729e801fac6f1efd86bb2e437a56a2b
 WHIRLPOOL 
8521b344426b5d2b246ddab7768eae45e0ee54ef58085099f9e15575e7854eb461fbcf0093caee1326e29d2425c2d451de36812cda24fa767709fc5d6046236c
+DIST vim-8.0.0938.tar.gz 13287289 SHA256 
7a07fb164069ce82e5c90ff3831b6f3249e09193800f76d9c576867a63828071 SHA512 
be4b6a29ace6a708cd7d0d3a3585cd3b88056e49f3869e18c6b895272e4ec01a8a7a68695ec2f885dd1fc139ae022a3f1b2d2d11e8b883362b9683cf5a8b0cd3
 WHIRLPOOL 
5098cf73f8b294686888c8b5a31199044ec1f409cc9c3de39e96911f688374282716a3137827e260c97e688bb42e79a77c53a29fa7d3364ce2c3375c2257b309

diff --git a/app-editors/vim/metadata.xml b/app-editors/vim/metadata.xml
index ae7d8547769..fb8e0f11fb3 100644
--- a/app-editors/vim/metadata.xml
+++ b/app-editors/vim/metadata.xml
@@ -8,9 +8,10 @@
   
 Use dev-lang/luajit instead of 
dev-lang/lua
 Enable support for Scheme using 
dev-scheme/racket
+Enable terminal emulation support
 Install vimpager and vimmanpager links
 Link console vim against X11 libraries to enable title and
- clipboard features in xterm
+  clipboard features in xterm
   
   
 cpe:/a:vim:vim

diff --git a/app-editors/vim/vim-.ebuild 
b/app-editors/vim/vim-8.0.0938.ebuild
similarity index 95%
copy from app-editors/vim/vim-.ebuild
copy to app-editors/vim/vim-8.0.0938.ebuild
index f1b87f0b3ab..9ec2edf156f 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-8.0.0938.ebuild
@@ -5,15 +5,15 @@ EAPI=6
 VIM_VERSION="8.0"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE=threads
-inherit eutils vim-doc flag-o-matic fdo-mime versionator bash-completion-r1 
python-single-r1
+inherit vim-doc flag-o-matic versionator bash-completion-r1 python-single-r1
 
 if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/vim/vim.git;
 else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0106-gentoo-patches.tar.bz2;
-   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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   
https://dev.gentoo.org/~radhermit/vim/vim-8.0.0938-gentoo-patches.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Vim, an improved vi-style text editor"
@@ -21,7 +21,7 @@ HOMEPAGE="http://www.vim.org/ https://github.com/vim/vim;
 
 SLOT="0"
 LICENSE="vim"
-IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux tcl vim-pager"
+IUSE="X acl cscope debug gpm lua luajit minimal nls perl python racket ruby 
selinux tcl terminal vim-pager"
 REQUIRED_USE="
luajit? ( lua )
python? ( ${PYTHON_REQUIRED_USE} )

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

2017-08-13 Thread Tim Harder
commit: aecdb4aad21deaf3b78bdd5feb7f656773bad311
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:51:43 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aecdb4aa

media-video/mediainfo: version bump to 0.7.98

 media-video/mediainfo/Manifest|  1 +
 media-video/mediainfo/mediainfo-0.7.98.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index 4a0ee27ef52..73d8389168e 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,2 +1,3 @@
 DIST mediainfo_0.7.96.tar.xz 1323460 SHA256 
fb6f0c11656fa9e5c77bb89680d4327f163e92e78362f58483bdfd4bae125d7b SHA512 
55d8a7f6a22f5b590d8a131f603bcc602e7b58d0212e3f86d5b908535bc2b20d027228f7780eeaf9baa559f406079b4f1d7c69848f6c5045406b83aa2dbe5dbd
 WHIRLPOOL 
489876b9266a25c2e9bda4c29b25cbc44484d67c07eb6d3c3528118ef57e3699cb322068827a03f55dd36e546f53372e62c5cbc7dffd6f8345982ca94bc24701
 DIST mediainfo_0.7.97.tar.xz 1327104 SHA256 
16a522e9caee73dcb8bcab3244b02fc51257c24b4deba961de983698d4101782 SHA512 
f10e7325c2889ef4c71304b1baeef4dc04fdeac5241ad3adb0ee013c5dffe4399de553cee7a9e8d1fb9c63a97bd185f864457e2b2667d9aaae284141296daf7e
 WHIRLPOOL 
b397fd9efa2b5f839d18e201eaebe7343d35c1f7906c3717678857749d58f986b7e874e91490e087ea4d8831a408bdf7a7e99a77c512ea5e235588940569993d
+DIST mediainfo_0.7.98.tar.xz 1317952 SHA256 
f1e32acc44063549b67e0584115a785e48b2a318a9011634affdd9c2cf04d9f6 SHA512 
455ea7c51bf572c6ea389f2b8d82f5f5f6afcbf649bef6433293b970318e4ab58447e47c33c234cc0f8051efb7501c36637940c2df92c010a0a74c5f28fc3133
 WHIRLPOOL 
6c35c4e58124fb38003901c6f9c3ad1b0c524f9050284f232cde308fc16be45f59a28f3ae5add05348eca7db1ce60c2eea86c456d36227976556dcb5b4eb4fe0

diff --git a/media-video/mediainfo/mediainfo-0.7.98.ebuild 
b/media-video/mediainfo/mediainfo-0.7.98.ebuild
new file mode 100644
index 000..09ae01b039f
--- /dev/null
+++ b/media-video/mediainfo/mediainfo-0.7.98.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit eutils autotools wxwidgets
+
+DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
+HOMEPAGE="http://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo;
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl mms wxwidgets"
+
+RDEPEND="sys-libs/zlib
+   >=media-libs/libzen-0.4.34
+   ~media-libs/lib${P}[curl=,mms=]
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/MediaInfo
+
+pkg_setup() {
+   TARGETS="CLI"
+   use wxwidgets && TARGETS+=" GUI"
+}
+
+src_prepare() {
+   eapply_user
+
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   sed -i -e "s:-O2::" configure.ac
+   eautoreconf
+   done
+}
+
+src_configure() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   local args=""
+   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
+   econf ${args}
+   done
+}
+
+src_compile() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   default
+   done
+}
+src_install() {
+   local target
+   for target in ${TARGETS}; do
+   cd "${S}"/Project/GNU/${target}
+   default
+   dodoc "${S}"/History_${target}.txt
+   if [[ ${target} == "GUI" ]]; then
+   newicon "${S}"/Source/Resource/Image/MediaInfo.png 
${PN}.png
+   make_desktop_entry ${PN}-gui MediaInfo ${PN} 
"AudioVideo;GTK"
+   fi
+   done
+}



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

2017-08-13 Thread Tim Harder
commit: df19a13d88077493f27bbd1fc9878461f8892027
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:55:18 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df19a13d

media-video/mediainfo: remove old

 media-video/mediainfo/Manifest|  1 -
 media-video/mediainfo/mediainfo-0.7.96.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index 73d8389168e..26187da54bd 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,3 +1,2 @@
-DIST mediainfo_0.7.96.tar.xz 1323460 SHA256 
fb6f0c11656fa9e5c77bb89680d4327f163e92e78362f58483bdfd4bae125d7b SHA512 
55d8a7f6a22f5b590d8a131f603bcc602e7b58d0212e3f86d5b908535bc2b20d027228f7780eeaf9baa559f406079b4f1d7c69848f6c5045406b83aa2dbe5dbd
 WHIRLPOOL 
489876b9266a25c2e9bda4c29b25cbc44484d67c07eb6d3c3528118ef57e3699cb322068827a03f55dd36e546f53372e62c5cbc7dffd6f8345982ca94bc24701
 DIST mediainfo_0.7.97.tar.xz 1327104 SHA256 
16a522e9caee73dcb8bcab3244b02fc51257c24b4deba961de983698d4101782 SHA512 
f10e7325c2889ef4c71304b1baeef4dc04fdeac5241ad3adb0ee013c5dffe4399de553cee7a9e8d1fb9c63a97bd185f864457e2b2667d9aaae284141296daf7e
 WHIRLPOOL 
b397fd9efa2b5f839d18e201eaebe7343d35c1f7906c3717678857749d58f986b7e874e91490e087ea4d8831a408bdf7a7e99a77c512ea5e235588940569993d
 DIST mediainfo_0.7.98.tar.xz 1317952 SHA256 
f1e32acc44063549b67e0584115a785e48b2a318a9011634affdd9c2cf04d9f6 SHA512 
455ea7c51bf572c6ea389f2b8d82f5f5f6afcbf649bef6433293b970318e4ab58447e47c33c234cc0f8051efb7501c36637940c2df92c010a0a74c5f28fc3133
 WHIRLPOOL 
6c35c4e58124fb38003901c6f9c3ad1b0c524f9050284f232cde308fc16be45f59a28f3ae5add05348eca7db1ce60c2eea86c456d36227976556dcb5b4eb4fe0

diff --git a/media-video/mediainfo/mediainfo-0.7.96.ebuild 
b/media-video/mediainfo/mediainfo-0.7.96.ebuild
deleted file mode 100644
index 72c26aa0cf2..000
--- a/media-video/mediainfo/mediainfo-0.7.96.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER="3.0"
-
-inherit eutils autotools wxwidgets
-
-DESCRIPTION="MediaInfo supplies technical and tag information about media 
files"
-HOMEPAGE="http://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfo;
-SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="curl mms wxwidgets"
-
-RDEPEND="sys-libs/zlib
-   >=media-libs/libzen-0.4.34
-   ~media-libs/lib${P}[curl=,mms=]
-   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/MediaInfo
-
-pkg_setup() {
-   TARGETS="CLI"
-   use wxwidgets && TARGETS+=" GUI"
-}
-
-src_prepare() {
-   eapply_user
-
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target}
-   sed -i -e "s:-O2::" configure.ac
-   eautoreconf
-   done
-}
-
-src_configure() {
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target}
-   local args=""
-   [[ ${target} == "GUI" ]] && args="--with-wxwidgets 
--with-wx-gui"
-   econf ${args}
-   done
-}
-
-src_compile() {
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target}
-   default
-   done
-}
-src_install() {
-   local target
-   for target in ${TARGETS}; do
-   cd "${S}"/Project/GNU/${target}
-   default
-   dodoc "${S}"/History_${target}.txt
-   if [[ ${target} == "GUI" ]]; then
-   newicon "${S}"/Source/Resource/Image/MediaInfo.png 
${PN}.png
-   make_desktop_entry ${PN}-gui MediaInfo ${PN} 
"AudioVideo;GTK"
-   fi
-   done
-}



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

2017-08-13 Thread Tim Harder
commit: fc13b5a9f491e3248c0ce0f39a4196f40ff71b24
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:50:42 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc13b5a9

media-libs/libzen: version bump to 0.4.36

 media-libs/libzen/Manifest |  1 +
 media-libs/libzen/libzen-0.4.36.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/media-libs/libzen/Manifest b/media-libs/libzen/Manifest
index 77ced592da5..5cba2e725d2 100644
--- a/media-libs/libzen/Manifest
+++ b/media-libs/libzen/Manifest
@@ -1 +1,2 @@
 DIST libzen_0.4.35.tar.bz2 120440 SHA256 
7e21978d425801c498fcc4d5043c75b0bc3e4721618a180728fb39c71e8b4189 SHA512 
0f9faa7975c91a1bd3e0cf47881fc3d86f32bc81ac1b371f8708c9187ca126a1240049ee6d267faa5d9b24b9a7f2066990796f7b8386dbb574c5e967c5889f1d
 WHIRLPOOL 
81bfbb4f039a2acb82b4804a99a124e604c60829204ba2489b4010d281c46638521b5a5ee98b8f98c268818915e4d6201444e2fc61cd4519e92a416061e59fca
+DIST libzen_0.4.36.tar.bz2 121379 SHA256 
69ba2c1278b226dc83b141de63e804b417f527dfff8a816e5ffad87700f3ed5c SHA512 
ee1c9288b4a276af2416c3551bd626f310c66af394ad733300834782a9be547dba2f7ed306f436d1fb21bcaeebd7250301a4202e298a1a44abfba8f5cbe44e7f
 WHIRLPOOL 
57332d2eefdf41be431e89a42505dc5196e020b12b2c46c231cc73690aabbff09fe0aeb7ff3514f41cfe6e962f049b3d3389f8f5548a00ad0dffefac752827d9

diff --git a/media-libs/libzen/libzen-0.4.36.ebuild 
b/media-libs/libzen/libzen-0.4.36.ebuild
new file mode 100644
index 000..ecdeeacd927
--- /dev/null
+++ b/media-libs/libzen/libzen-0.4.36.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools multilib eutils
+
+MY_PN="ZenLib"
+DESCRIPTION="Shared library for libmediainfo and mediainfo"
+HOMEPAGE="https://github.com/MediaArea/ZenLib;
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.bz2;
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc static-libs"
+
+DEPEND="virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+S=${WORKDIR}/${MY_PN}/Project/GNU/Library
+
+src_prepare() {
+   default
+   sed -i 's:-O2::' configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-unicode \
+   --enable-shared \
+   $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+
+   if use doc ; then
+   cd "${WORKDIR}"/${MY_PN}/Source/Doc
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   default
+
+   # remove since the pkgconfig file should be used instead
+   rm "${D}"/usr/bin/libzen-config
+
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+
+   for x in ./ Format/Html Format/Http HTTP_Client ; do
+   insinto /usr/include/${MY_PN}/${x}
+   doins "${WORKDIR}"/${MY_PN}/Source/${MY_PN}/${x}/*.h
+   done
+
+   dodoc "${WORKDIR}"/${MY_PN}/History.txt
+   if use doc ; then
+   docinto html
+   dodoc "${WORKDIR}"/${MY_PN}/Doc/*
+   fi
+
+   prune_libtool_files
+}



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

2017-08-13 Thread Tim Harder
commit: 67639754a87f2fa116968f259e9eed1cec9688ca
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:51:21 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67639754

media-libs/libmediainfo: version bump to 0.7.98

 media-libs/libmediainfo/Manifest   |  1 +
 media-libs/libmediainfo/libmediainfo-0.7.98.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index c640abdb1b9..9de8609ae40 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -1,2 +1,3 @@
 DIST libmediainfo_0.7.96.tar.xz 1597404 SHA256 
fd68e334b29da7c2e1afe5664ef6678d71f00d439c2156b94388a9b481444265 SHA512 
14cfe6d11038263e2f11ed9c36a8b954d0937dea9cd7401b26e90e92f2695afc81a388b674669184ecce033d681eaa9f190636d674fd230a24e1196a6ed1992b
 WHIRLPOOL 
e0a3048962bcf0d55b5e67461110a1cec1498351cd11e59bfece29a4b461f66191e3d4373a8473d2889dc2f868d8045f905063c6fd877df0e88cf7e44dfae85e
 DIST libmediainfo_0.7.97.tar.xz 1600348 SHA256 
8deab3af599832818ca951bd17819bad730a6d4c2eb6dfae86249ef8f5eafd66 SHA512 
b531836b8a14a60afb39afeedaa5a640e3d870372b3bdbdb4a37769dd17d3646248aa897f29da2611eb3e7aa4e6309916cbcf5b2875718996dc63c1b973e6964
 WHIRLPOOL 
ab6b55bc7da2eac6a7dc361964b2cf43c147874a3cefb5cee5e53201999f62b92f2600d8ae7f0c2b17320d9dadaea1295744c4238c55180b81759ac97c4a265b
+DIST libmediainfo_0.7.98.tar.xz 1602452 SHA256 
c442ff8e179ef0611f9af38cff550255f3307f787a03d065d14d7d6300bc05dc SHA512 
d4f9021968a6bbec253ff8a178b41443df69bea07a3277f840a3a3ed1bbbfb4fc5719797692450f1cd2f70c65886f257cef4402d8a6c4a247b0f6943c49e86ea
 WHIRLPOOL 
456916e93c0395560cf3c1a13761816c8f79151a261f8c4e9506b7c6d37e3b1c2c8fd9f69d895eac1a5b3429caab91bd2817d6f0f9ed54897f6f4bffd286e8ac

diff --git a/media-libs/libmediainfo/libmediainfo-0.7.98.ebuild 
b/media-libs/libmediainfo/libmediainfo-0.7.98.ebuild
new file mode 100644
index 000..fb27ee39247
--- /dev/null
+++ b/media-libs/libmediainfo/libmediainfo-0.7.98.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic
+
+MY_PN="MediaInfo"
+DESCRIPTION="MediaInfo libraries"
+HOMEPAGE="http://mediaarea.net/mediainfo/ 
https://github.com/MediaArea/MediaInfoLib;
+SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="curl doc mms static-libs"
+
+RDEPEND="sys-libs/zlib
+   dev-libs/tinyxml2:=
+   >=media-libs/libzen-0.4.34[static-libs=]
+   curl? ( net-misc/curl )
+   mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+
+# tests try to fetch data from online sources
+RESTRICT="test"
+
+S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
+
+src_prepare() {
+   eapply -p4 "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
+   eapply_user
+
+   sed -i 's:-O2::' configure.ac || die
+   append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-shared \
+   --with-libtinyxml2 \
+   $(use_with curl libcurl) \
+   $(use_with mms libmms) \
+   $(use_enable static-libs static) \
+   $(use_enable static-libs staticlibs)
+}
+
+src_compile() {
+   default
+
+   if use doc; then
+   cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
+   doxygen Doxyfile || die
+   fi
+}
+
+src_install() {
+   if use doc; then
+   local HTML_DOCS=( "${WORKDIR}"/${MY_PN}Lib/Doc/*.html )
+   fi
+
+   default
+
+   edos2unix ${PN}.pc #414545
+   insinto /usr/$(get_libdir)/pkgconfig
+   doins ${PN}.pc
+
+   for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag 
Text Video; do
+   insinto /usr/include/${MY_PN}/${x}
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
+   done
+
+   insinto /usr/include/${MY_PN}DLL
+   doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
+
+   dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
+
+   prune_libtool_files
+}



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

2017-08-13 Thread Tim Harder
commit: f4e2c33a15eeb19cee4acd74c881c797f9bb9431
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Aug 14 04:54:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Aug 14 05:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e2c33a

media-video/mediainfo: stabilize 0.7.97

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

diff --git a/media-video/mediainfo/mediainfo-0.7.97.ebuild 
b/media-video/mediainfo/mediainfo-0.7.97.ebuild
index 09ae01b039f..72c26aa0cf2 100644
--- a/media-video/mediainfo/mediainfo-0.7.97.ebuild
+++ b/media-video/mediainfo/mediainfo-0.7.97.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="curl mms wxwidgets"
 
 RDEPEND="sys-libs/zlib



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

2017-08-13 Thread Slawek Lis
commit: 3212a505eac076fe3365b3f1d9f9041e4cb87f19
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Aug 14 05:40:19 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Aug 14 05:40:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3212a505

sci-visualization/visit: fixed problem with building - qwt with qt5

Bug #626734

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

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

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



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

2017-08-13 Thread Hans de Graaff
commit: 9ec008a0af706d70f76c9700057c77aafc2b5e8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Aug 14 05:16:46 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Aug 14 05:16:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec008a0

dev-ruby/charlock_holmes: add 0.7.4

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/charlock_holmes/Manifest  |  1 +
 .../charlock_holmes/charlock_holmes-0.7.4.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/charlock_holmes/Manifest 
b/dev-ruby/charlock_holmes/Manifest
index 599cd2e09a1..6b672177fd6 100644
--- a/dev-ruby/charlock_holmes/Manifest
+++ b/dev-ruby/charlock_holmes/Manifest
@@ -1 +1,2 @@
 DIST charlock_holmes-0.7.3.gem 1196544 SHA256 
c7d15154b442e393adbcd838f6e3b620a7fbe07197a7cd57d7ba4a7ec434544b SHA512 
29e173f5ce870c16fd1af2e38b9aa2cada4b8ddae534933f18c82b719ae65b8fac82434ed87696b435b7236e180c06c9ccaa16c742dff5f8b1fd87da48894027
 WHIRLPOOL 
48c964c1ae89f9f88939dbcc3ed8bfdf80677a7c1b2eabf1514f7ed7a95fd92b03cc05f079e8844e5df5d24d7d306a85306721e39fa2352c185175c6fe1422d9
+DIST charlock_holmes-0.7.4.tar.gz 1192569 SHA256 
7f1dd487bc6cd221108651be9fcada743095bda9f19b7c2a448fd7e70723aebf SHA512 
2c9569cceacd4f80896ef852f581b5260790f6fb4cf02372b032dc2b692afdf99e04b4ac5230d42d48ee40d0433342c84f4974ffa77662db33287e80bb5fc72e
 WHIRLPOOL 
01cfb7ee6f2f7995d474c5769638a67b55d2ee590cdc6a5c8e2f1a0f4ffd1a1eab14cb8e4ff93ee78ba98089a02b1de09f58b18193a883e53810510588770156

diff --git a/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild 
b/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
new file mode 100644
index 000..34c4a819f3a
--- /dev/null
+++ b/dev-ruby/charlock_holmes/charlock_holmes-0.7.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Character encoding detecting library for Ruby using ICU"
+HOMEPAGE="https://github.com/brianmario/charlock_holmes;
+SRC_URI="https://github.com/brianmario/charlock_holmes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest )"
+
+CDEPEND="dev-libs/icu:=
+   sys-libs/zlib"
+DEPEND+=" ${CDEPEND}"
+RDEPEND+=" ${CDEPEND}"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' test/helper.rb || die
+
+   # Avoid dependency on rake-compiler
+   sed -i -e '/rake-compiler/,$ s:^:#:' Rakefile || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/${PN} extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake V=1 -Cext/${PN}
+   cp ext/${PN}/${PN}$(get_modname) lib/${PN}/ || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib test/*.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, media-video/mplayer/

2017-08-13 Thread David Seifert
commit: 0f484e61b4156253876ff3a5d6f6ae5117da6220
Author: Ingolf Wagner  ingolf-wagner  de>
AuthorDate: Sun Aug 13 23:12:09 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 23:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f484e61

media-video/mplayer: revbump all ebuilds to fix jack dependency

* mplayer can use both
  - media-sound/jack-audio-connection-kit (aka jack1)
  - media-sound/jack2 (aka jack2)
  and hence requires a dependency on virtual/jack to be
  able to use any one of them.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=602886
Closes: https://github.com/gentoo/gentoo/pull/5413

 media-video/mplayer/{mplayer-1.2.1.ebuild => mplayer-1.2.1-r1.ebuild} | 4 ++--
 media-video/mplayer/{mplayer-1.3.0.ebuild => mplayer-1.3.0-r2.ebuild} | 2 +-
 .../mplayer/{mplayer-1.3.0-r1.ebuild => mplayer-1.3.0-r3.ebuild}  | 2 +-
 media-video/mplayer/mplayer-.ebuild   | 2 +-
 profiles/arch/arm/package.use.stable.mask | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/mplayer/mplayer-1.2.1.ebuild 
b/media-video/mplayer/mplayer-1.2.1-r1.ebuild
similarity index 99%
rename from media-video/mplayer/mplayer-1.2.1.ebuild
rename to media-video/mplayer/mplayer-1.2.1-r1.ebuild
index 173a22680a3..da0d2b6068c 100644
--- a/media-video/mplayer/mplayer-1.2.1.ebuild
+++ b/media-video/mplayer/mplayer-1.2.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=5
@@ -89,7 +89,7 @@ RDEPEND+="
gif? ( media-libs/giflib:0= )
gsm? ( media-sound/gsm )
iconv? ( virtual/libiconv )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
ladspa? ( media-libs/ladspa-sdk )

diff --git a/media-video/mplayer/mplayer-1.3.0.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r2.ebuild
similarity index 99%
rename from media-video/mplayer/mplayer-1.3.0.ebuild
rename to media-video/mplayer/mplayer-1.3.0-r2.ebuild
index 507ad23d136..d6bfb7e6ba2 100644
--- a/media-video/mplayer/mplayer-1.3.0.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r2.ebuild
@@ -89,7 +89,7 @@ RDEPEND+="
gif? ( media-libs/giflib:0= )
gsm? ( media-sound/gsm )
iconv? ( virtual/libiconv )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
ladspa? ( media-libs/ladspa-sdk )

diff --git a/media-video/mplayer/mplayer-1.3.0-r1.ebuild 
b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
similarity index 99%
rename from media-video/mplayer/mplayer-1.3.0-r1.ebuild
rename to media-video/mplayer/mplayer-1.3.0-r3.ebuild
index 0b643e2701b..8cfb4f4b72a 100644
--- a/media-video/mplayer/mplayer-1.3.0-r1.ebuild
+++ b/media-video/mplayer/mplayer-1.3.0-r3.ebuild
@@ -89,7 +89,7 @@ RDEPEND+="
gif? ( media-libs/giflib:0= )
gsm? ( media-sound/gsm )
iconv? ( virtual/libiconv )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
ladspa? ( media-libs/ladspa-sdk )

diff --git a/media-video/mplayer/mplayer-.ebuild 
b/media-video/mplayer/mplayer-.ebuild
index 1306b016c86..6257dc214ad 100644
--- a/media-video/mplayer/mplayer-.ebuild
+++ b/media-video/mplayer/mplayer-.ebuild
@@ -89,7 +89,7 @@ RDEPEND+="
gif? ( media-libs/giflib:0= )
gsm? ( media-sound/gsm )
iconv? ( virtual/libiconv )
-   jack? ( media-sound/jack-audio-connection-kit )
+   jack? ( virtual/jack )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
ladspa? ( media-libs/ladspa-sdk )

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index 2cf6a2a0161..2fa4bf278a2 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -22,7 +22,7 @@ media-libs/sdl-mixer fluidsynth
 
 # Alexis Ballier  (26 May 2017)
 # toolame not stable yet
-=media-video/mplayer-1.2.1 toolame
+~media-video/mplayer-1.2.1 toolame
 
 # Alexis Ballier  (26 May 2017)
 # No musepack-tools stable yet



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

2017-08-13 Thread Mike Gilbert
commit: 4ad264dbae71c361b268ef521ace36d81b118dc8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 13 23:32:31 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 13 23:32:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad264db

sys-apps/systemd: backport bug fixes

Bug: https://bugs.gentoo.org/625970
Bug: https://bugs.gentoo.org/625480
Package-Manager: Portage-2.3.6_p34, Repoman-2.3.3_p12

 ...-look-for-generators-in-usr-lib-systemd-s.patch |  4 +-
 ...0002-cryptsetup-fix-infinite-timeout-6486.patch | 43 ++
 ...ke-sure-idn2-conversions-are-roundtrippab.patch | 92 ++
 ...systemd-234-r2.ebuild => systemd-234-r3.ebuild} |  2 +
 4 files changed, 139 insertions(+), 2 deletions(-)

diff --git 
a/sys-apps/systemd/files/234-0001-path-lookup-look-for-generators-in-usr-lib-systemd-s.patch
 
b/sys-apps/systemd/files/234-0001-path-lookup-look-for-generators-in-usr-lib-systemd-s.patch
index 47e2730a7b3..6912b481f20 100644
--- 
a/sys-apps/systemd/files/234-0001-path-lookup-look-for-generators-in-usr-lib-systemd-s.patch
+++ 
b/sys-apps/systemd/files/234-0001-path-lookup-look-for-generators-in-usr-lib-systemd-s.patch
@@ -1,7 +1,7 @@
 From d9287b10d714175521e3bcd6c53de4819b1357c5 Mon Sep 17 00:00:00 2001
 From: Mike Gilbert 
 Date: Mon, 17 Jul 2017 11:21:25 -0400
-Subject: [PATCH] path-lookup: look for generators in
+Subject: [PATCH 1/3] path-lookup: look for generators in
  {,/usr}/lib/systemd/system-generators
 
 Bug: https://bugs.gentoo.org/625402
@@ -23,5 +23,5 @@ index e2b3f8b74..1ee0e1cdb 100644
  NULL);
  
 -- 
-2.13.3
+2.14.0
 

diff --git 
a/sys-apps/systemd/files/234-0002-cryptsetup-fix-infinite-timeout-6486.patch 
b/sys-apps/systemd/files/234-0002-cryptsetup-fix-infinite-timeout-6486.patch
new file mode 100644
index 000..8ea131adfd0
--- /dev/null
+++ b/sys-apps/systemd/files/234-0002-cryptsetup-fix-infinite-timeout-6486.patch
@@ -0,0 +1,43 @@
+From 793c786f470aeedf443686cff30f97acaff23a04 Mon Sep 17 00:00:00 2001
+From: Andrew Soutar 
+Date: Mon, 31 Jul 2017 02:19:16 -0400
+Subject: [PATCH 2/3] cryptsetup: fix infinite timeout (#6486)
+
+0004f698d causes `arg_timeout` to be infinity instead of 0 when timeout=0. The
+logic here now matches this change.
+
+Fixes #6381
+---
+ src/cryptsetup/cryptsetup.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/cryptsetup/cryptsetup.c b/src/cryptsetup/cryptsetup.c
+index 3b4c08616..08ed7e53b 100644
+--- a/src/cryptsetup/cryptsetup.c
 b/src/cryptsetup/cryptsetup.c
+@@ -56,7 +56,7 @@ static bool arg_tcrypt_veracrypt = false;
+ static char **arg_tcrypt_keyfiles = NULL;
+ static uint64_t arg_offset = 0;
+ static uint64_t arg_skip = 0;
+-static usec_t arg_timeout = 0;
++static usec_t arg_timeout = USEC_INFINITY;
+ 
+ /* Options Debian's crypttab knows we don't:
+ 
+@@ -670,10 +670,10 @@ int main(int argc, char *argv[]) {
+ if (arg_discards)
+ flags |= CRYPT_ACTIVATE_ALLOW_DISCARDS;
+ 
+-if (arg_timeout > 0)
+-until = now(CLOCK_MONOTONIC) + arg_timeout;
+-else
++if (arg_timeout == USEC_INFINITY)
+ until = 0;
++else
++until = now(CLOCK_MONOTONIC) + arg_timeout;
+ 
+ arg_key_size = (arg_key_size > 0 ? arg_key_size : (256 / 8));
+ 
+-- 
+2.14.0
+

diff --git 
a/sys-apps/systemd/files/234-0003-resolved-make-sure-idn2-conversions-are-roundtrippab.patch
 
b/sys-apps/systemd/files/234-0003-resolved-make-sure-idn2-conversions-are-roundtrippab.patch
new file mode 100644
index 000..e083f854107
--- /dev/null
+++ 
b/sys-apps/systemd/files/234-0003-resolved-make-sure-idn2-conversions-are-roundtrippab.patch
@@ -0,0 +1,92 @@
+From 47d36aeaebc3083795de40c80e75f0fda48c3053 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
+Date: Fri, 21 Jul 2017 07:51:07 -0400
+Subject: [PATCH 3/3] resolved: make sure idn2 conversions are roundtrippable
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+While working on the gateway→_gateway conversion, I noticed that
+libidn2 strips the leading underscore in some names.
+https://gitlab.com/libidn/libidn2/issues/30 was resolved in
+https://gitlab.com/libidn/libidn2/commit/05d753ea69e2308cd02436d0511f4b844071dc79,
+which disabled "STD3 ASCII rules" by default, i.e. disabled stripping
+of underscores. So the situation is that with previously released libidn2
+versions we would get incorrect behaviour, and once new libidn2 is released,
+we should be OK.
+
+Let's implement a simple test which checks that the name survives the
+roundtrip, and if it doesn't, skip IDN resolution. Under old libidn2 this will
+fail in more cases, and under new libidn2 in fewer, but should 

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

2017-08-13 Thread Marc Schiffbauer
commit: 18ff908bbf828e735a41ff83ac9a67f1e00a49de
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Aug 13 23:31:28 2017 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Aug 13 23:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ff908b

sci-geosciences/opencpn: revbump with updated docs

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sci-geosciences/opencpn/Manifest| 1 +
 .../opencpn/{opencpn-4.8.0.ebuild => opencpn-4.8.0-r1.ebuild}   | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/opencpn/Manifest b/sci-geosciences/opencpn/Manifest
index 6af61195cdd..690963660bd 100644
--- a/sci-geosciences/opencpn/Manifest
+++ b/sci-geosciences/opencpn/Manifest
@@ -4,3 +4,4 @@ DIST opencpn-4.4.0.tar.gz 40840928 SHA256 
577ae0fa44d31840e268b22c50b78130695fdf
 DIST opencpn-4.6.1.tar.gz 52852694 SHA256 
9ac2bca86fb41c56225a08f67c9d03b2aebf613170b53fee0693fc9f3d82b430 SHA512 
493c4ba35011b0d69633a6c0653b23d02e50d1ca694d820b0bcaf4a96a8b7e69364ee7412a0a7c13cc1c2f1fd9bcc4f2b1b13a0b3c04e438918c77ccea78e7ab
 WHIRLPOOL 
148372be0e3efdce4ac30fcb85f5547f4c00339f279874a041ebce963ba63c565319c783c525d79401a19fdc4e83df429777c12a58049f5b6035fc73e97dc8b9
 DIST opencpn-4.8.0.tar.gz 53008393 SHA256 
c2d6bbded28c13151fa2b6acb7e50938e7072c05a14a0ec0f0075c1ad8043c2b SHA512 
1f1ea666566e98ee3af24423985119c1b14e184d4310dbc588b00065878b1dcb8fe73a7331e4ad3f75a905774fff187203fb31253faea7238f3d783a6729ad75
 WHIRLPOOL 
6350269b95605774911eb54c175f79ec2b4494261e19ddf42fa694791408dcb79078d30ef1fbf77e77122545c272d49205a9ae419a70aa53c3c2f7a4afc72980
 DIST opencpn-doc_4.0.0.orig.tar.xz 14732480 SHA256 
3bc27c19f1b21e4cff69e594081cac765c1ff975374c02bc4fb703cb02a4cd92 SHA512 
fb80e4afb759c99cf24b498c454bc492aa0b3c02443424b0f39910e1a494670093ac5ee19cd40a8a0abb345e18b7496b8a70c160bed5215af6bcee07e145ee36
 WHIRLPOOL 
49e51ab213fb4e7436d326c89a1e4b707be263bb5fb7a866bd79c1053c8078d932a39664de5701b12ae712db9d0fb9147002f40a1d9c3af1674d61bf7818
+DIST opencpn-doc_4.1.1329.1.orig.tar.xz 8739872 SHA256 
4de69d7a7c83d56301105052bdb1d9191a2a590aa3b44e50b6173b1b01ac4a78 SHA512 
652a932edbf8a6f05fd3c64ddf566f817405cf44697035f58ddbf1a99bf92269b7fd9ee83b7ee065aa60db15b6030d8c5c9a4a4001049ed2def9962bc51746c2
 WHIRLPOOL 
d3f8af26116986cc746d145f17f7a9bab91f9c5f08b4e5aee04086d34c161cbe70025c73a9a2eb366dd50752584695968d701c2ad71e4926860c14a0666b0b9c

diff --git a/sci-geosciences/opencpn/opencpn-4.8.0.ebuild 
b/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
similarity index 92%
rename from sci-geosciences/opencpn/opencpn-4.8.0.ebuild
rename to sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
index 7532a7b6cc5..b5246e347de 100644
--- a/sci-geosciences/opencpn/opencpn-4.8.0.ebuild
+++ b/sci-geosciences/opencpn/opencpn-4.8.0-r1.ebuild
@@ -6,10 +6,12 @@ EAPI=5
 WX_GTK_VER="3.0"
 inherit cmake-utils wxwidgets
 
+DOC_VERSION="4.1.1329.1"
+
 DESCRIPTION="a free, open source software for marine navigation"
 HOMEPAGE="http://opencpn.org/;
 SRC_URI="https://github.com/OpenCPN/OpenCPN/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_4.0.0.orig.tar.xz
 )
+doc? ( 
https://launchpad.net/~opencpn/+archive/ubuntu/${PN}/+files/${PN}-doc_${DOC_VERSION}.orig.tar.xz
 )
 "
 
 LICENSE="GPL-2+"
@@ -56,6 +58,6 @@ src_install() {
 
 pkg_postinst() {
if use doc; then
-   einfo "Documentation is available at 
file:///usr/share/doc/${P}/html/help_en_US.html"
+   einfo "Documentation is available at 
file:///usr/share/doc/${PF}/html/help_en_US.html"
fi
 }



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

2017-08-13 Thread Mike Pagano
commit: 71678e408a52ed3ccd6df022b67eb5b3b50d0f34
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 23:21:00 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 23:21:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71678e40

sys-kernel/gentoo-sources: Removal of one kernel vulerable to stack clash and 
general cleanup of the others all in the 4.4.X series.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest | 21 
 .../gentoo-sources/gentoo-sources-4.4.52.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.76.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.77.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.78.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.79.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.80.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.81.ebuild| 28 --
 8 files changed, 217 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7f1eade6c55..770407b8fab 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -20,30 +20,9 @@ DIST genpatches-4.12-7.extras.tar.xz 17356 SHA256 
bc6c9e7e68f5cd1a011e72165fa07d
 DIST genpatches-4.12-8.base.tar.xz 150876 SHA256 
3e2cecfa779c67a2dd174ac6de9489680967098e8ad051bb6e2e6f9e76796d58 SHA512 
f699d790586f1db369dd4a4f85cabc4ddafdf28c6db23372eae7fd0c944d1ed8b0adee67e206519798f751de64734f4f9e6da2eba74a6e300df5306efad9b0e7
 WHIRLPOOL 
dd734e52ce6b2e111786c2bfb517c2ec00b6d990b12100867eb8ed64019edb4ac7894fe7f71a400111e4e03637a176f0a17e385376948e49807bbfc390bc544c
 DIST genpatches-4.12-8.experimental.tar.xz 5188 SHA256 
a543b132702d856c1d0102af6e2e5f9ecd3d68d3340e1cd3c79cf2be448cdb9d SHA512 
4499ec8c5d4ca191e79c888e27825353e3c352f97a091d992552c293c41ca071befc162ed9b68b24c5ac1697a91c9ca6a1e4f507d29f94125ad82c36455ade88
 WHIRLPOOL 
2db819825fb8ea6f7f4b5b9b2cd9a8412022c74f6d94c89cb70dcb002aa834d602334aa8bce32a39922cfde619227153072fa4a23abb14f913083967e975091c
 DIST genpatches-4.12-8.extras.tar.xz 17348 SHA256 
8a8ab6b7fde738260621a1a2a8eb83a0382f7a027e726ae8ba1a5be22805f297 SHA512 
f9eb2773f3178aaafb5ccc9fc5f21b602bdfd3fac59633ad94d8268fee45261f88daede52b35fe035f6c3bb685941984aea6974af518caea18e475a0f31be223
 WHIRLPOOL 
36f3877941c97e51139435d5e3acaee057b602214ab8f82b32c45c89c97732a577919757ae687545d25e3fd75fb3522f041775bd4de6c00dbeced972e24df7e8
-DIST genpatches-4.4-56.base.tar.xz 1021856 SHA256 
a3118b9cb3204ac85b69c3676550f60859ee68707f0c5816120a2565cd7ab317 SHA512 
eeed7dc7358bc0151db89cb292e8b30a7498ac8c9c72fd301d9e08343977806e19a91a4958dda2643a418b50ca5ff7f2a27c871c53d1e9d3f0930e27c6ab11ba
 WHIRLPOOL 
10b4e757bd6b4e611d4828b7ea45b4d4f704dbec76a32c5294a8489ecd85103dc472c7b144588cbe1b07c3f507c076b8b2f9555b88542120a53d165c68a592f4
-DIST genpatches-4.4-56.experimental.tar.xz 87752 SHA256 
6324d9c2e58f33bf39ec7834d3ab6c6ed9eb6d53ffbd4d55aba0879903a503e2 SHA512 
d77dd2a45117afe1913dbf7163de8a9b0acfe28fc0afe18e3b1cd2d5d2e785fe374f7018e085a0d2bf8dc052273f1781e2c2094359c4a8a771b9f14443273be5
 WHIRLPOOL 
2f67af9640ab8d917617bc2bf8ee0d518dd5bdc343abff965bd2f8a8b35eae23b2ce9fd99aeb4497a7ac9293ec1005640c096e72b816143680ddfb6d60158598
-DIST genpatches-4.4-56.extras.tar.xz 16408 SHA256 
74babcf456aed9c7c406a0feb37b5fbe51db461a67b5fd9c07a252398a15b41f SHA512 
661cb1c58b38c24283a9465f596045669f2d686b7418e9586ca6ce48b56bd9cfce52705502f876e68006c4ff1624847cd1e18e3aec37d60f64e6f7788d5facee
 WHIRLPOOL 
11dd648ebf88f43d0c1e1543e5a68c93a1a31b5c1f2d287add703e20979820ecadf003b051e787d6089c346e4a13485326d9c05b5968bd9cb3ca21a755d95a54
 DIST genpatches-4.4-78.base.tar.xz 1301884 SHA256 
c868c44f408fb8a5623df0a14d67fd299850542ce99f70cef150eb845f17097f SHA512 
ede98f88e5352c9735baaab83efd4d7cf38918dece98141482d4ace85150bf83b6d97e356831a1dbdba372fc37c9c1e6b25bff0693c210c7b5b62f22826267df
 WHIRLPOOL 
5abccc6e1c41e99831ab7d0de03254c7a77425037af377ba172194ef646603ede47210b1e6d7d05fb3e603686e2b7e8c3dde6bfe41bea32695826d4ec261bbfc
 DIST genpatches-4.4-78.experimental.tar.xz 87752 SHA256 
661b088ea8e05f2b194f3ffc56acd961eb658f455272f7c59c89ebfc8d9f7e44 SHA512 
eb20d21353920d1f8d33e4334162b292800866c8644305756795d72a5c1f5ef96ed4bb2b66945d01dea350c8ebebeca72afeed4fe5c9ae7dfe2df020313fe21e
 WHIRLPOOL 
4605296903e417256bf8f2e3d4e76672daf1662d9a97e1a4ed437cab1d54cddb9ad603a25b9b0bb54240227d054be61ab378ef840589a86a803e055cbe490c2e
 DIST genpatches-4.4-78.extras.tar.xz 16460 SHA256 
1d40b1955ecb836c2c069d717ab01b63b3a93ebd85bb39142bdd9550dab23484 SHA512 
5c4b8b939d8c9c3a7b55befbdbb38fabf7f21f15465f3b942dbc4fcd074c2f23d5cc180fe16a3b19d477ebffd86aeb1f2c53e1e32ff6f8872cc04382ad7cd10d
 WHIRLPOOL 

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

2017-08-13 Thread Mike Pagano
commit: 8333c2ee9b9c5c51ca22fe722681514e0684cc4d
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 23:17:52 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 23:17:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8333c2ee

sys-kernel/gentoo-sources: Auto stablize hppa so we can remove all kernels in 
the 4.4.X branch in Gentoo that are still vulnerable to Stack Clash. See bugs 
623210 and 622230

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-4.4.75.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.75.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.75.ebuild
index c69902497d0..e8d3657344e 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.4.75.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.75.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-08-13 Thread Mike Gilbert
commit: cc7faaaefdb480c904faa827ee2917a3e3472c4e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 13 23:07:04 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 13 23:07:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc7faaae

sys-fs/udev: replace uucp sed with a patch

Bug: https://bugs.gentoo.org/625720
Package-Manager: Portage-2.3.6_p34, Repoman-2.3.3_p12

 sys-fs/udev/files/234-uucp-group.patch  | 11 +++
 sys-fs/udev/{udev-234.ebuild => udev-234-r1.ebuild} | 19 ---
 sys-fs/udev/udev-.ebuild| 21 +
 3 files changed, 20 insertions(+), 31 deletions(-)

diff --git a/sys-fs/udev/files/234-uucp-group.patch 
b/sys-fs/udev/files/234-uucp-group.patch
new file mode 100644
index 000..89cf552c829
--- /dev/null
+++ b/sys-fs/udev/files/234-uucp-group.patch
@@ -0,0 +1,11 @@
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", 
GROUP="dialout"
++KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", 
GROUP="uucp"
+ 
+ SUBSYSTEM=="mem", KERNEL=="mem|kmem|port", GROUP="kmem", MODE="0640"
+ 

diff --git a/sys-fs/udev/udev-234.ebuild b/sys-fs/udev/udev-234-r1.ebuild
similarity index 95%
rename from sys-fs/udev/udev-234.ebuild
rename to sys-fs/udev/udev-234-r1.ebuild
index e8469928824..03c1796fcac 100644
--- a/sys-fs/udev/udev-234.ebuild
+++ b/sys-fs/udev/udev-234-r1.ebuild
@@ -9,13 +9,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git;
inherit git-r3
 else
-   patchset=
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   if [[ -n "${patchset}" ]]; then
-   SRC_URI+="
-   
https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz
-   
https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz;
-   fi
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 fi
 
@@ -92,22 +86,17 @@ src_prepare() {
fi
fi
 
-   # backport some patches
-   if [[ -n "${patchset}" ]]; then
-   eapply "${WORKDIR}"/patch
-   fi
-
cat <<-EOF > "${T}"/40-gentoo.rules
# Gentoo specific floppy and usb groups
ACTION=="add", SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy"
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
EOF
 
-   # change rules back to group uucp instead of dialout for now wrt #454556
-   sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
+   local PATCHES=(
+   "${FILESDIR}/234-uucp-group.patch"
+   )
 
-   # apply user patches
-   eapply_user
+   default
 
if ! use elibc_glibc; then #443030
echo '#define secure_getenv(x) NULL' >> config.h.in

diff --git a/sys-fs/udev/udev-.ebuild b/sys-fs/udev/udev-.ebuild
index b7834ccec24..03c1796fcac 100644
--- a/sys-fs/udev/udev-.ebuild
+++ b/sys-fs/udev/udev-.ebuild
@@ -9,14 +9,8 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://github.com/systemd/systemd.git;
inherit git-r3
 else
-   patchset=
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   if [[ -n "${patchset}" ]]; then
-   SRC_URI+="
-   
https://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz
-   
https://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz;
-   fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
@@ -92,22 +86,17 @@ src_prepare() {
fi
fi
 
-   # backport some patches
-   if [[ -n "${patchset}" ]]; then
-   eapply "${WORKDIR}"/patch
-   fi
-
cat <<-EOF > "${T}"/40-gentoo.rules
# Gentoo specific floppy and usb groups
ACTION=="add", SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy"
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
EOF
 
-   # change rules back to group uucp instead of dialout for now wrt #454556
-   sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
+   local PATCHES=(
+   "${FILESDIR}/234-uucp-group.patch"
+   )
 
-   # apply user patches
-   eapply_user
+   default
 
if ! use elibc_glibc; then #443030
echo '#define secure_getenv(x) NULL' >> config.h.in



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

2017-08-13 Thread Mike Gilbert
commit: 3a1a0a2241cc8e2874ff3d85333136fc491b06ec
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Aug 13 23:02:17 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Aug 13 23:07:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1a0a22

sys-apps/systemd: replace uucp sed with a patch

Bug: https://bugs.gentoo.org/625720
Package-Manager: Portage-2.3.6_p34, Repoman-2.3.3_p12

 sys-apps/systemd/files/234-uucp-group.patch | 11 +++
 sys-apps/systemd/systemd-234-r2.ebuild  |  4 +---
 sys-apps/systemd/systemd-.ebuild|  4 +---
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/sys-apps/systemd/files/234-uucp-group.patch 
b/sys-apps/systemd/files/234-uucp-group.patch
new file mode 100644
index 000..89cf552c829
--- /dev/null
+++ b/sys-apps/systemd/files/234-uucp-group.patch
@@ -0,0 +1,11 @@
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="3270/tty[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="vc", KERNEL=="vcs*|vcsa*", GROUP="tty"
+-KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", 
GROUP="dialout"
++KERNEL=="tty[A-Z]*[0-9]|pppox[0-9]*|ircomm[0-9]*|noz[0-9]*|rfcomm[0-9]*", 
GROUP="uucp"
+ 
+ SUBSYSTEM=="mem", KERNEL=="mem|kmem|port", GROUP="kmem", MODE="0640"
+ 

diff --git a/sys-apps/systemd/systemd-234-r2.ebuild 
b/sys-apps/systemd/systemd-234-r2.ebuild
index 9d10c9d3fe4..dceb9eda711 100644
--- a/sys-apps/systemd/systemd-234-r2.ebuild
+++ b/sys-apps/systemd/systemd-234-r2.ebuild
@@ -147,9 +147,6 @@ src_unpack() {
 }
 
 src_prepare() {
-   # Bug 463376
-   sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
-
local PATCHES=(

"${FILESDIR}"/234-0001-path-lookup-look-for-generators-in-usr-lib-systemd-s.patch
)
@@ -159,6 +156,7 @@ src_prepare() {
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
"${FILESDIR}/233-systemd-user-pam.patch"
+   "${FILESDIR}/234-uucp-group.patch"
)
fi
 

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 78c85bbcdd1..835ac073e82 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -147,9 +147,6 @@ src_unpack() {
 }
 
 src_prepare() {
-   # Bug 463376
-   sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
-
local PATCHES=(
)
 
@@ -158,6 +155,7 @@ src_prepare() {
"${FILESDIR}/218-Dont-enable-audit-by-default.patch"
"${FILESDIR}/228-noclean-tmp.patch"
"${FILESDIR}/233-systemd-user-pam.patch"
+   "${FILESDIR}/234-uucp-group.patch"
)
fi
 



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

2017-08-13 Thread Mike Pagano
commit: 6e03a6896aeb94549bc7593a4d1a912efffbeb74
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 23:06:22 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 23:06:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e03a689

sys-kernel/vanilla-sources: Version bumps. Remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...{vanilla-sources-4.12.6.ebuild => vanilla-sources-4.12.7.ebuild} | 0
 ...{vanilla-sources-4.4.81.ebuild => vanilla-sources-4.4.82.ebuild} | 0
 ...{vanilla-sources-4.9.42.ebuild => vanilla-sources-4.9.43.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 10c882b2f41..c786e0334bc 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,6 +11,6 @@ DIST patch-3.16.46.xz 1606284 SHA256 
1eeb78caf7e161ed2ff00c9e705ece542740e16141a
 DIST patch-3.2.91.xz 1744608 SHA256 
338aa079cd08f1f8a8b3ab47f06c7ebaa3ba4b18da217e8d9752340b95704148 SHA512 
163f71c53e7608eb951ec28baaa7751e566ffdbb4e97e141b46040aa343f785591c2ad00de8ce496c9db9e41f671f60a6129a62731dcfea3d6a3e81249c7a217
 WHIRLPOOL 
72187c2b73b7156014ad7a5a9bed85c2008edaa266d5918dc5129e2e7beb0f571c3bc456f8c71f195a6aa4b52b7223c8d399f6486e86807663bfe9629ab1ec40
 DIST patch-3.4.113.xz 1362096 SHA256 
d5492eeaadcf12aaad471011066e447907999035c26368da8e4f82b1871ef03a SHA512 
cd212cb2c2d6fb911571472466027c7e502277f7af2426050a5afcd4c7799920e48414190b8a8a039f88d85bbf0d9e164c7d8c45982bf51f7567da9304137688
 WHIRLPOOL 
bc88441d583b9ed2f315b6ed809c168cb00af5a3c1f91fd1e4bd651a5f21cc69fd9343460976b5707916ec992b3e7a2f519953ce1bbc55fbb3290237ec4b44a3
 DIST patch-4.1.43.xz 1142032 SHA256 
cc21e4885f795751cb7858ff95e1f0c61d442d4e0f55f8d67f1c9e6606acc6de SHA512 
f0156d23ee2c05308e21de051a88ad85509f68609e1543bd3cebb42372e5b294ee147a09b6cf5e3efae4ecfe77d07378a1defb15cb705dbdd67ff25e456d3ed7
 WHIRLPOOL 
c3df9f7d2f3e154c7f39d2558e6eaacfc5f756645c2099ecd5317db364c9f4dc39064859ff6d6ed0182966e47b048a6e2719578f3d31d92781ad64fd505b7b04
-DIST patch-4.12.6.xz 139284 SHA256 
60938af0f95ae794f879294f2393c48077c01bdba851e80b085fdc0418eeca44 SHA512 
78d480b3ad51028c129b1e3d63e3179f754bc8ab9987aa8e5815b105c8cb270c88673babee4124431861f769bc6f42c848391b065f7a3e02bec9b6a5290e2836
 WHIRLPOOL 
7fc728e35dbb5f64fa4328abb99d55e3c449e3e09ba9963475595914f2f575e153e29451364935569bf7a2109b66da0f54976b0853c828941dbd293fa392299e
-DIST patch-4.4.81.xz 1303528 SHA256 
1f2a4abb9a19f48e83fe87aaf98103bd59d2f4221f1e4561abde4fd2b88e4af0 SHA512 
23bc0a6418ec401a79b51ac221406188e8d937b7a9c5120947511863ddfa392337f143774c814e250498b0c91691e48d6c4c2e188f9b99a9a276fd37fb1024a3
 WHIRLPOOL 
d9e486eb380b5b0b0877552b9095b3307e72b01eddfb31c9f021232ca4ed299086099f415595c294453086975b3e6b42f9e6ad251a67ad4086f1212feef6cf9b
-DIST patch-4.9.42.xz 898224 SHA256 
9815eac9c8acc4751ff0c2232106c455ce336779f282db160cdd65d87d82b18e SHA512 
6fddc57869d0278c934d4324f3990521ce507300da84df38af4437cb53b85be361e2a9c5dd7bcf759cbcfb9cf151727b0339b029459e774cb31b3b2fe05a86a6
 WHIRLPOOL 
2bc28e816de9886ad18df90fe042a69bbfe7e60926e59cb0bc3c897c0c72b6cd8ddceb8fe0a9a374ba5c1885073a4869de9434ca86aba861ff1c23dda2abf17a
+DIST patch-4.12.7.xz 144316 SHA256 
fe0a0b7c071978839f4b941d655df93e3c0e60bd3e49237f7e7a8635cb38ff8e SHA512 
22d6b937796298e9bb83d216b5cfa8b6910c8efe7bf5c4628c5fac42f73f916a5ba29b519fed1007542faa033c39d34175961731dfae88cd36c29fc6177fddcf
 WHIRLPOOL 
11864cd062a84ca50e0783617304253082dc196371a2af51a143f44221e120460e2a65bf77dc463a19b2ac081cedfa0e315137ce8dc2db7fc88e9b21f3b0275b
+DIST patch-4.4.82.xz 1304964 SHA256 
3c348ab806c43694452cda42a9121c6369a703781bc09325580bc1a443b094d3 SHA512 
2a8db2fe969f234cf1192753da6e70713689c6f15567829e0e603e6e536fe367b857a1e0269f0165fd15e7e9b665157c25c4fdba858d42b6f59b247c76f27a69
 WHIRLPOOL 
ef9845832cba67f7ee1f84cd2a92adc659f40e026af8ff47a9fd2aafa57b05a7ca569301575fe08ed728b7a4dad8921be696101117adaa78bf18b9e139a9335d
+DIST patch-4.9.43.xz 901248 SHA256 
c35b78f6b8805ce7dec5db9c02f28376ee2345668a0f46df90c2f537d7a00e59 SHA512 
c18bdfcef60a4f3b417cc4ecdc381bf2c9fc660267725e4d4cc1b645b421ea8aad6c263b8493021a8497243d67b1e4f18942c050707c2ea92a80208b21455452
 WHIRLPOOL 
ca6c3e28b48faff239a4ad43ea51b593ff06d660a9d2e846661730bb828f88a5f2a94ce6b900985f5acfe78803d4205878199e3e7d11b8c32d9ce33eab774b8d

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

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.4.81.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.4.82.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.4.81.ebuild
rename 

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

2017-08-13 Thread Mike Pagano
commit: 2f924d11bcfbc137e0012df4f23e5b688e0b8079
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 23:02:32 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 23:02:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f924d11

sys-kernel/gentoo-sources: Remove all 3.10.X versions vulnerable to Stack 
Clash. See bug #622230

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest | 18 --
 .../gentoo-sources-3.10.104-r1.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-3.10.104.ebuild  | 28 -
 .../gentoo-sources-3.10.105-r1.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-3.10.105.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-3.10.106.ebuild  | 28 -
 .../gentoo-sources/gentoo-sources-3.10.95.ebuild   | 29 --
 7 files changed, 187 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 62578936174..7f1eade6c55 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -1,21 +1,3 @@
-DIST genpatches-3.10-100.base.tar.xz 1315848 SHA256 
3173e7f08f92619f6cbe72cbe1ca057dcd47b16d0dea3eae8f47cf8c626fe484 SHA512 
0d3fbe9bf88370a60f750da6daa973bf8dab6f4039f007649985d50baf4a5c30d0f3f7495d07c369c5c31e101cf5af7fa673737f72eb432a48e303c59906fbae
 WHIRLPOOL 
d80764b8f61b582c0901071ed91b8c4de420339101819b2d8ca610facd2927d283e1107394006c5c981a3ec70f4e2555e845d99b88ca6ac371d6da47c3bb8958
-DIST genpatches-3.10-100.experimental.tar.xz 60176 SHA256 
dac68be2307878e46a29f3d0209c6cc3ce42d25441345e92e7a3564ea90d4aaf SHA512 
f645210f454312ffd9fa34665ccecb512c34628b822cb9e29e84e85bf291954a3bc609e48841a5295c13334efdf0f42d0e33284fd022319e257bdc81763ef687
 WHIRLPOOL 
7b063586942c02935ceb9564e7a5a012ce2bc41fd184e6e3f8b48999b030070c7cf199cc59be18c615a7b40e893b1447ab7965671a8419d9b7995ec18ac8e501
-DIST genpatches-3.10-100.extras.tar.xz 17844 SHA256 
fcfeae8c28d10aa043b86c5f272193e54c8757aa9f7d1068f6ac157a856fb8d4 SHA512 
8e8b0f2b1b3a7dde4262ef4825c7efc718930d74aebfc5a80820acb301e1f37f29fcd72ada6269d2ec579b260d3f4d0d2caa17f68d1bf0569fc3967d436ea0ed
 WHIRLPOOL 
b67b0f8314f6f9421631398caecb3177df8b1cb5023447a892c0b809192252158a3ae9728abcaa14905eea76fe9b9f78a51e988abf9ce32903685115729875ef
-DIST genpatches-3.10-109.base.tar.xz 1455712 SHA256 
c32369d77f7be0c0326b535ccb75daf5592fea1519b158ff18ecbbc438b6ae78 SHA512 
32ae8fd99afc6a107e61e10922fb31bcacdb7949e13ddfd4361eca6e4370a53a9af424461fffa33b8532bf0c3fedd690897a12b1fb42160c72ad692b2b9e4510
 WHIRLPOOL 
316321687a9ac38b1a957e44fe9ec2555dcd861a990ecd621f8ac22d88a5fa9a7612df1b10017ac1678498aba0fb841dd1685ba24cfcc124cd1b052cce803237
-DIST genpatches-3.10-109.experimental.tar.xz 60148 SHA256 
0aa9ab163f40f73bbf7f3307440f11ebf03cc8c36b506f4a62f26890bb3bc900 SHA512 
01ae789f16e3aa7b58d38dcaa98408ee8eb6fe2db71a1002ef9bd87e595aebbb542d638e38d5f8beca8ab55b58b283cd20893cffb83122a2725a062f1513cffd
 WHIRLPOOL 
4fb1ad62aa8e43d359b5645a4181c05daf01792b538c328f0b534632d522610ad005c962f79b1bfeac04a3fe5720f4f71081865433a516955afd48ac70c96380
-DIST genpatches-3.10-109.extras.tar.xz 17840 SHA256 
401cc66a7f10ecc54ad3eeb06deba59282faedd0cf52f5d5322e81e171b6e5ee SHA512 
a39bdb505a8f75f82e84b48f8696df8f076f03479bf48d71bef3ea582d3658539564c50787d1e578fa7a1ce158ce50c602810038412258f11529d99166ea2c1d
 WHIRLPOOL 
d63c3d5aea291f9404ece9321c742f46f6cab72d4704a2054f2737d3301185905a10b1d8aaf7f67d0b385b64e8af36e331bcfe32e028b99aaf0d975ed3375e4f
-DIST genpatches-3.10-110.base.tar.xz 1456084 SHA256 
76e1a8e05384a6bb7498bd7c67d122fc5992a7236c64d9df7fd3a8cebba3f42c SHA512 
7a35fa91513b59f38caadf36999e61204117261e40d66fc7c8de2869e1db56db2dcb98dc4ec82093f23d31ef6db941eb9b67a886285e7f4328022be3e8426599
 WHIRLPOOL 
a3e5152260ce6eadb7bcb79dfb105e791ff4e6164df892be3123ffd7376d3ee40e87b18d5ce830638d9b8ee9c476c92594c5d30797044334bdec5def8683edc3
-DIST genpatches-3.10-110.experimental.tar.xz 60156 SHA256 
a77968a7608b9c9b936b27dd186f1caef62bc621bc9698b170cc9dd532c1ca2f SHA512 
34ed3dce28372e41e48f8b3e2d95b430c4d10ea6cadf164b89e9ed7e42633a7516d278db41ebf62c53d6a375a9f0d946df2ef8a9c5c2816d2793a108d474760e
 WHIRLPOOL 
24c4b2dce4a3ad1494486a31020d96b30188e8a6163d5c80c3bf6b183b8875d417d427815b9f76851c01ebf504d9973e0616b3a1bfd1f75130a29d05de038b64
-DIST genpatches-3.10-110.extras.tar.xz 17840 SHA256 
a6132234cac426d840e4be500d5e8dc953bcbb9f02c174e9e8994d45eb783ad6 SHA512 
a8ee10fda5d6ae2d915d8e2cfd2d62aa293c2ec85a2edabe11b1124a1610082237de0368c3e59315be4eb7e6e1294838d19f1f5328af90b098e4041c096be4cc
 WHIRLPOOL 
152f0411d1fcb13b6155b5224915fd34a7c60624dde6a36bddfb0698ba288f16944e73f3a7c284e0abf7b572fe811ab098ee977b52a5fccec163e4debbb732e9
-DIST genpatches-3.10-111.base.tar.xz 1524588 SHA256 
cb6fd55fa46cd653f68bce5508842295fce655485341b0b21b4f8dd8acd39613 SHA512 

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

2017-08-13 Thread Mike Pagano
commit: f5316ed1effa32602e2ac06dae5a72793c62ef3a
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 23:00:48 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 23:00:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5316ed1

sys-kernel/gentoo-sources: Auto stable 3.10.107 to remove all 3.10.X kernels 
which are vulnerable to Stack Clash. See bug #622230

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-3.10.107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.107.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.10.107.ebuild
index ffdaa822292..5e1f63df65e 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-3.10.107.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.107.ebuild
@@ -9,7 +9,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] proj/javatoolkit:master commit in: src/py/

2017-08-13 Thread Patrice Clement
commit: 9ab6d637e57caba3be41c3379d50b96184afd5e5
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 13 22:13:41 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 22:14:59 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=9ab6d637

rework SaxRewriterBase and SaxRewriter classes

 src/py/xml-rewrite-2.py | 22 ++
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/src/py/xml-rewrite-2.py b/src/py/xml-rewrite-2.py
index 1135cc3..c56de1d 100755
--- a/src/py/xml-rewrite-2.py
+++ b/src/py/xml-rewrite-2.py
@@ -79,7 +79,7 @@ class DomRewriter:
 
 
 class StreamRewriterBase:
-def __init__(self, elems=[], attributes=[], values=[], index,
+def __init__(self, elems, attributes, values, index,
  sourceElems=[], sourceAttributes=[], sourceValues=[],
  targetElems=[], targetAttributes=[], targetValues=[]):
 self.buffer = io.StringIO()
@@ -170,6 +170,20 @@ class SaxRewriter(XMLGenerator, StreamRewriterBase):
 def __init__(self, elems, attributes, values, index,
  sourceElems=[], sourceAttributes=[], sourceValues=[],
  targetElems=[], targetAttributes=[], targetValues=[]):
+if not sourceElems:
+sourceElems = []
+if not sourceAttributes:
+sourceAttributes = []
+if not sourceValues:
+sourceValues = []
+if not targetElems:
+targetElems = []
+if not targetAttributes:
+targetAttributes = []
+if not targetValues:
+targetValues = []
+if not index:
+index = 0
 StreamRewriterBase.__init__(self, elems, attributes, values, index,
 sourceElems, sourceAttributes, 
sourceValues,
 targetElems, targetAttributes, 
targetValues)
@@ -327,9 +341,9 @@ parameters will break the script."""
 
 def get_rewriter(options):
 if options.index or options.doDelete or options.gentoo_classpath:
-# java-ant-2.eclass does not use these options so we can 
optimize the ExpatWriter
-# and let the DomRewriter do these. Also keeps the index option
-# compatible for sure.
+# java-ant-2.eclass does not use these options so we can optimize 
the ExpatWriter
+# and let the DomRewriter do these. Also keeps the index option
+# compatible for sure.
 rewriter = DomRewriter(
 options.elements,
 options.attributes,



[gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/, kde-frameworks/kwindowsystem/, kde-frameworks/kdesu/, ...

2017-08-13 Thread Andreas Sturmlechner
commit: 53a1d5aef38a7cb1ec366382dcee9805ad411831
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 13 22:10:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 13 22:10:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=53a1d5ae

kde-frameworks: Drop KDE Frameworks 5.37.0

Moved to Gentoo main ebuild repository.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-frameworks/attica/attica-5.37.0.ebuild | 16 
 kde-frameworks/baloo/baloo-5.37.0.ebuild   | 34 -
 kde-frameworks/bluez-qt/bluez-qt-5.37.0.ebuild | 34 -
 .../breeze-icons-rcc-5.37.0.ebuild | 32 
 .../breeze-icons/breeze-icons-5.37.0.ebuild| 30 
 .../extra-cmake-modules-5.37.0.ebuild  | 62 
 .../frameworkintegration-5.37.0.ebuild | 52 -
 .../kactivities-stats-5.37.0.ebuild| 21 --
 .../kactivities/kactivities-5.37.0.ebuild  | 26 ---
 kde-frameworks/kapidox/kapidox-5.37.0.ebuild   | 28 ---
 kde-frameworks/karchive/karchive-5.37.0.ebuild | 27 ---
 kde-frameworks/kauth/kauth-5.37.0.ebuild   | 33 -
 kde-frameworks/kbookmarks/kbookmarks-5.37.0.ebuild | 29 
 kde-frameworks/kcmutils/kcmutils-5.37.0.ebuild | 31 
 kde-frameworks/kcodecs/kcodecs-5.37.0.ebuild   | 13 
 .../kcompletion/kcompletion-5.37.0.ebuild  | 21 --
 kde-frameworks/kconfig/kconfig-5.37.0.ebuild   | 26 ---
 .../kconfigwidgets/kconfigwidgets-5.37.0.ebuild| 36 -
 .../kcoreaddons/kcoreaddons-5.37.0.ebuild  | 36 -
 kde-frameworks/kcrash/kcrash-5.37.0.ebuild | 28 ---
 .../kdbusaddons/kdbusaddons-5.37.0.ebuild  | 28 ---
 .../kdeclarative/kdeclarative-5.37.0.ebuild| 32 
 kde-frameworks/kded/kded-5.37.0.ebuild | 35 -
 .../kdelibs4support/kdelibs4support-5.37.0.ebuild  | 85 --
 .../kdesignerplugin/kdesignerplugin-5.37.0.ebuild  | 53 --
 kde-frameworks/kdesu/kdesu-5.37.0.ebuild   | 32 
 kde-frameworks/kdewebkit/kdewebkit-5.37.0.ebuild   | 29 
 kde-frameworks/kdnssd/kdnssd-5.37.0.ebuild | 31 
 kde-frameworks/kdoctools/kdoctools-5.37.0.ebuild   | 24 --
 kde-frameworks/kemoticons/kemoticons-5.37.0.ebuild | 26 ---
 .../kfilemetadata/kfilemetadata-5.37.0.ebuild  | 61 
 .../kglobalaccel/kglobalaccel-5.37.0.ebuild| 29 
 kde-frameworks/kguiaddons/kguiaddons-5.37.0.ebuild | 22 --
 kde-frameworks/khtml/khtml-5.37.0.ebuild   | 67 -
 kde-frameworks/ki18n/ki18n-5.37.0.ebuild   | 36 -
 .../kiconthemes/kiconthemes-5.37.0.ebuild  | 29 
 .../kidletime/files/kidletime-5.37.0-qtdbus.patch  | 32 
 kde-frameworks/kidletime/kidletime-5.37.0.ebuild   | 48 
 .../kimageformats/kimageformats-5.37.0.ebuild  | 34 -
 kde-frameworks/kinit/kinit-5.37.0.ebuild   | 40 --
 kde-frameworks/kio/files/kio-5.37.0-tests.patch| 50 -
 kde-frameworks/kio/kio-5.37.0.ebuild   | 80 
 kde-frameworks/kirigami/kirigami-5.37.0.ebuild | 48 
 .../kitemmodels/kitemmodels-5.37.0.ebuild  | 14 
 kde-frameworks/kitemviews/kitemviews-5.37.0.ebuild | 20 -
 .../kjobwidgets/kjobwidgets-5.37.0.ebuild  | 35 -
 kde-frameworks/kjs/kjs-5.37.0.ebuild   | 22 --
 kde-frameworks/kjsembed/kjsembed-5.37.0.ebuild | 26 ---
 .../kmediaplayer/kmediaplayer-5.37.0.ebuild| 21 --
 kde-frameworks/knewstuff/knewstuff-5.37.0.ebuild   | 34 -
 .../knotifications/knotifications-5.37.0.ebuild| 45 
 .../knotifyconfig/knotifyconfig-5.37.0.ebuild  | 24 --
 kde-frameworks/kpackage/kpackage-5.37.0.ebuild | 41 ---
 kde-frameworks/kparts/kparts-5.37.0.ebuild | 30 
 kde-frameworks/kpeople/kpeople-5.37.0.ebuild   | 38 --
 kde-frameworks/kplotting/kplotting-5.37.0.ebuild   | 18 -
 kde-frameworks/kpty/kpty-5.37.0.ebuild | 26 ---
 kde-frameworks/kross/kross-5.37.0.ebuild   | 32 
 kde-frameworks/krunner/krunner-5.37.0.ebuild   | 29 
 kde-frameworks/kservice/kservice-5.37.0.ebuild | 46 
 .../ktexteditor/ktexteditor-5.37.0.ebuild  | 56 --
 .../ktextwidgets/ktextwidgets-5.37.0.ebuild| 37 --
 .../kunitconversion/kunitconversion-5.37.0.ebuild  | 27 ---
 kde-frameworks/kwallet/kwallet-5.37.0.ebuild   | 56 --
 kde-frameworks/kwayland/kwayland-5.37.0.ebuild | 27 ---
 .../kwidgetsaddons/kwidgetsaddons-5.37.0.ebuild| 20 -
 .../kwindowsystem/kwindowsystem-5.37.0.ebuild  | 40 --
 kde-frameworks/kxmlgui/kxmlgui-5.37.0.ebuild   | 41 ---
 

[gentoo-commits] proj/kde:master commit in: kde-frameworks/extra-cmake-modules/

2017-08-13 Thread Andreas Sturmlechner
commit: 7df7b343b407b184e48f02884386774836b49549
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 13 22:13:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 13 22:13:04 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7df7b343

kde-frameworks/extra-cmake-modules: Revert upstream's ECMAddTest revert

All hope is not lost.

Gentoo-bug: 627764
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild 
b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
index aa4cb7d3f0..0edb669dcb 100644
--- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
+++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-.ebuild
@@ -31,6 +31,8 @@ RDEPEND="
app-arch/libarchive[bzip2]
 "
 
+PATCHES=( "${FILESDIR}/${PN}-5.37.0-ecmaddtest.patch" )
+
 python_check_deps() {
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
 }



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

2017-08-13 Thread Mike Pagano
commit: 38d4b42f492bcf5b11cfbaf922858268bc06bb14
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 22:02:48 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 22:02:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d4b42f

sys-kernel/gentoo-sources: Cleanup of the 4.9.X series

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest | 27 -
 .../gentoo-sources/gentoo-sources-4.9.16.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.35.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.36.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.37.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.38.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.39.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.41.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.42.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.6-r1.ebuild  | 28 --
 10 files changed, 279 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index d6f777aae13..62578936174 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -65,39 +65,12 @@ DIST genpatches-4.4-84.extras.tar.xz 16460 SHA256 
8179a79a357ba852ec309e031e06b3
 DIST genpatches-4.4-85.base.tar.xz 1403232 SHA256 
7b144b590b4d5a241bab99f33a551d21af0fabe251451f569fc5e99ff8778e40 SHA512 
17579f11ff6e6f641877faff030da95f3e4620d4c0b1ae44a75e97abb845f2550465ffdb696f23eff890999d018580e0c3d9715ff5fdd7a09c13f2d586898afa
 WHIRLPOOL 
7d71c93dc95e15dd9ea7ef017f7e2964ffa8f6cd1ef43121f341feca53f2d8a9666efd51f6e85f82a2a5aaaebddb68042519207966b892c439c9accb07966d23
 DIST genpatches-4.4-85.experimental.tar.xz 87796 SHA256 
dd976504f371178de642516efd39c7946318632d8cd0bd6548cd32c24a5162cd SHA512 
3eb7707d8ee68ddf24de83be481852d23f71f5f7b191e5c07a575cde44144df1457341336739f0b76e4087c07579d197c3b6c5ea54a8f4af9c2d11b8423c36a3
 WHIRLPOOL 
e227d2a0fa4a90ab4631ae37bf6d72d0dc0fda3c776cb6b8707fce645fc25f1d3b0661750b2637d353a4918b3a8bb7e13dea4eec837af7d709c37b3249d6cf08
 DIST genpatches-4.4-85.extras.tar.xz 16460 SHA256 
bf6ce82a5527700cc86c48de4d79fc884e034c130c2cd2b75b9715c67606b639 SHA512 
40631eeba362ff375c74c76ed475b12d3d111b30c9e367abe1a982215858c4c45af54a6556cb6a78177d9157a1a192b251ce62fb0a093ae9ecbc10d5c84fb752
 WHIRLPOOL 
eef15b663ead67d834174c0ebb76b49572b2eb2bd0a3b66125e70ccc4ed043dd04d3874062227cddf56bed5b8c1f4eee6bc7eed3f38789dfdf4a2f29aa1de86c
-DIST genpatches-4.9-18.base.tar.xz 385508 SHA256 
d29fc16842e846c2c6487e9c1543e6fe43429d34882ac9c6ca070c1fe3564605 SHA512 
c1d08b3d66df74efe610cbf586921f7caa57bb8337848380fdc8e2034883180a60a26dab9ded50974fb468d35dc923912ead08cb0f751a515cef85efb31955d9
 WHIRLPOOL 
e1ef981b945718eab2e96470f96a033cc2b1ede6c706d6cd3e32f4f1c4e066766135141d55a5ccee06d9fb84bc66df389cdb2d095ad569bd565afc600b3b4095
-DIST genpatches-4.9-18.experimental.tar.xz 105616 SHA256 
209be56c1efb0ba3fbee17f2437bd00b36caecc6c44db2b4e1a0e46ae17640b0 SHA512 
37d6983f46ed4031f11f91ffcdacb510b40cab682d71ac471ab3c2ae78598ee9826068afb8b1388d96133635ba2680cc106624e0d79c341d2610b4f74330b773
 WHIRLPOOL 
5af9422c0526c5e23977f2d25ea683ed1ecf6f9e14a6daf52490bd808e9790cf6f6d9ef96353bda3474197eb954159575a4f0e6a768a86777d9b8a61828d0a0e
-DIST genpatches-4.9-18.extras.tar.xz 17348 SHA256 
64167f17f122f969476bf68a3e0493a77d7ae9e78087c2748cdfdc6e6186af2a SHA512 
dcbdea379a0e28e9b8ed08b32ee71a36ce9ccc817e5b79f38759031e3324441f3e91e6b7e2802d1a694574bb4ce9e8f441d88ccbbd9280b3a4456eadab7d5fec
 WHIRLPOOL 
1d3ba61d03d17a707a65423e85f7f3a235a9d39fb26e4602b5cf663e097dc9e8618380d7a54db60705e6b38e9c0674330df57a6e243c7215411275a489ab8b42
 DIST genpatches-4.9-35.base.tar.xz 784760 SHA256 
8af30b82a2065351a1339a2ee4ee68483f09723b9d227e3f8dc211198ae6aac3 SHA512 
d75c36e17fc32ed8cbde8747e77045cb41a365e5276a11861ee2b7255b5f41b9e1435859452227d19591c1387a56ca18f07305e3c70aaaefb596961ee0473c2a
 WHIRLPOOL 
014ed90fd4d6046b0983d5389fabf7436c5b5333deeab64f7e78f6aa2d44817b93a3404ede2411910cb36ceb45b1e5fddec656de2f4a4e6b6a986bd3f1a03211
 DIST genpatches-4.9-35.experimental.tar.xz 106392 SHA256 
7d37afac8eac9662881206341b11c9a0c3c0705a9c5a805fc57acad796bf6fb8 SHA512 
8c5e920875d7390a1168172a6deeb54c09100f82b4536eb890df93ed32f031664e9e340f2db7d84f014f1b88bc97eae66adb554115e20dbade9d9d856e8bcd65
 WHIRLPOOL 
d23d1d18b97aefed1972d3a0c4c6272ec669eafc6866f63a4f1c88b37500054c5f2dc97a12c93a33201e3a9eef0914a4c76369155e332aa5da90ef5ef6c67a1f
 DIST genpatches-4.9-35.extras.tar.xz 17348 SHA256 
33e2bb26e7d22e95ac9cbdbee17a237ce9e07fcf249aad12ed6ebdcf3d9d0a98 SHA512 
abaccadd70bbb34f1a7f28f332f38a54e035afa96be6b0d3d3e1daa16898743d4cf004225bf52287e0a6ea305492d59d76f8f40871dcf00de7ff965ce0d97f10
 WHIRLPOOL 

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

2017-08-13 Thread Andreas Sturmlechner
commit: e1a9165cd96171b5778f6f7ff42f1d2a54d6687b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 13 21:30:59 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 13 21:30:59 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1a9165c

kde5.eclass: Mark KDE Frameworks 5.37 released

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 213118c9e7..e34dcc7f33 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -137,7 +137,7 @@ fi
 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
 # Any package matching this will have fetch restriction enabled, and receive
 # a proper error message via pkg_nofetch.
-KDE_UNRELEASED=( kde-apps-17.08.0 kde-frameworks-5.37.0 )
+KDE_UNRELEASED=( kde-apps-17.08.0 )
 
 if [[ ${KDEBASE} = kdevelop ]]; then
HOMEPAGE="https://www.kdevelop.org/;



[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2017-08-13 Thread Andreas Sturmlechner
commit: 9d06db681710f7de98f89454e09b7c2956ffb372
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 13 21:31:32 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 13 21:31:32 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9d06db68

profiles: Drop kde-frameworks-5.37 package.mask

 profiles/package.mask/kde-frameworks-5.37 | 79 ---
 1 file changed, 79 deletions(-)

diff --git a/profiles/package.mask/kde-frameworks-5.37 
b/profiles/package.mask/kde-frameworks-5.37
deleted file mode 100644
index a2367911a3..00
--- a/profiles/package.mask/kde-frameworks-5.37
+++ /dev/null
@@ -1,79 +0,0 @@
-# Andreas Sturmlechner  (06 Aug 2017)
-# KDE Frameworks 5.37.0 mask
-# Not released yet.
-~kde-frameworks/attica-5.37.0:5
-~kde-frameworks/baloo-5.37.0:5
-~kde-frameworks/bluez-qt-5.37.0:5
-~kde-frameworks/breeze-icons-5.37.0:5
-~kde-frameworks/breeze-icons-rcc-5.37.0:5
-~kde-frameworks/extra-cmake-modules-5.37.0:5
-~kde-frameworks/frameworkintegration-5.37.0:5
-~kde-frameworks/kactivities-5.37.0:5
-~kde-frameworks/kactivities-stats-5.37.0:5
-~kde-frameworks/kapidox-5.37.0:5
-~kde-frameworks/karchive-5.37.0:5
-~kde-frameworks/kauth-5.37.0:5
-~kde-frameworks/kbookmarks-5.37.0:5
-~kde-frameworks/kcmutils-5.37.0:5
-~kde-frameworks/kcodecs-5.37.0:5
-~kde-frameworks/kcompletion-5.37.0:5
-~kde-frameworks/kconfig-5.37.0:5
-~kde-frameworks/kconfigwidgets-5.37.0:5
-~kde-frameworks/kcoreaddons-5.37.0:5
-~kde-frameworks/kcrash-5.37.0:5
-~kde-frameworks/kdbusaddons-5.37.0:5
-~kde-frameworks/kdeclarative-5.37.0:5
-~kde-frameworks/kded-5.37.0:5
-~kde-frameworks/kdelibs4support-5.37.0:5
-~kde-frameworks/kdesignerplugin-5.37.0:5
-~kde-frameworks/kdesu-5.37.0:5
-~kde-frameworks/kdewebkit-5.37.0:5
-~kde-frameworks/kdnssd-5.37.0:5
-~kde-frameworks/kdoctools-5.37.0:5
-~kde-frameworks/kemoticons-5.37.0:5
-~kde-frameworks/kfilemetadata-5.37.0:5
-~kde-frameworks/kglobalaccel-5.37.0:5
-~kde-frameworks/kguiaddons-5.37.0:5
-~kde-frameworks/khtml-5.37.0:5
-~kde-frameworks/ki18n-5.37.0:5
-~kde-frameworks/kiconthemes-5.37.0:5
-~kde-frameworks/kidletime-5.37.0:5
-~kde-frameworks/kimageformats-5.37.0:5
-~kde-frameworks/kinit-5.37.0:5
-~kde-frameworks/kio-5.37.0:5
-~kde-frameworks/kirigami-5.37.0:5
-~kde-frameworks/kitemmodels-5.37.0:5
-~kde-frameworks/kitemviews-5.37.0:5
-~kde-frameworks/kjobwidgets-5.37.0:5
-~kde-frameworks/kjs-5.37.0:5
-~kde-frameworks/kjsembed-5.37.0:5
-~kde-frameworks/kmediaplayer-5.37.0:5
-~kde-frameworks/knewstuff-5.37.0:5
-~kde-frameworks/knotifications-5.37.0:5
-~kde-frameworks/knotifyconfig-5.37.0:5
-~kde-frameworks/kpackage-5.37.0:5
-~kde-frameworks/kparts-5.37.0:5
-~kde-frameworks/kpeople-5.37.0:5
-~kde-frameworks/kplotting-5.37.0:5
-~kde-frameworks/kpty-5.37.0:5
-~kde-frameworks/kross-5.37.0:5
-~kde-frameworks/krunner-5.37.0:5
-~kde-frameworks/kservice-5.37.0:5
-~kde-frameworks/ktexteditor-5.37.0:5
-~kde-frameworks/ktextwidgets-5.37.0:5
-~kde-frameworks/kunitconversion-5.37.0:5
-~kde-frameworks/kwallet-5.37.0:5
-~kde-frameworks/kwayland-5.37.0:5
-~kde-frameworks/kwidgetsaddons-5.37.0:5
-~kde-frameworks/kwindowsystem-5.37.0:5
-~kde-frameworks/kxmlgui-5.37.0:5
-~kde-frameworks/kxmlrpcclient-5.37.0:5
-~kde-frameworks/modemmanager-qt-5.37.0:5
-~kde-frameworks/networkmanager-qt-5.37.0:5
-~kde-frameworks/oxygen-icons-5.37.0:5
-~kde-frameworks/plasma-5.37.0:5
-~kde-frameworks/prison-5.37.0:5
-~kde-frameworks/solid-5.37.0:5
-~kde-frameworks/sonnet-5.37.0:5
-~kde-frameworks/syntax-highlighting-5.37.0:5
-~kde-frameworks/threadweaver-5.37.0:5



[gentoo-commits] proj/javatoolkit:master commit in: src/py/

2017-08-13 Thread Patrice Clement
commit: c89b5735ea1e57c2f0b7ca5db181b53432d11c4b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 13 21:14:02 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 21:14:02 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=c89b5735

assign a default value to these args

 src/py/xml-rewrite-2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/py/xml-rewrite-2.py b/src/py/xml-rewrite-2.py
index 5c115eb..1135cc3 100755
--- a/src/py/xml-rewrite-2.py
+++ b/src/py/xml-rewrite-2.py
@@ -79,7 +79,7 @@ class DomRewriter:
 
 
 class StreamRewriterBase:
-def __init__(self, elems, attributes, values, index,
+def __init__(self, elems=[], attributes=[], values=[], index,
  sourceElems=[], sourceAttributes=[], sourceValues=[],
  targetElems=[], targetAttributes=[], targetValues=[]):
 self.buffer = io.StringIO()



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

2017-08-13 Thread Mike Pagano
commit: c9cc76521fbba6310d0975d39980c432c124b3e6
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 20:53:14 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 20:53:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cc7652

sys-kernel/gentoo-sources: Cleanup of the 4.12.X series

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest | 15 
 .../gentoo-sources/gentoo-sources-4.12.0.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.12.1.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.12.2.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.12.3.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.12.4.ebuild| 28 --
 6 files changed, 155 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 99a16e4cda4..d6f777aae13 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -29,21 +29,6 @@ DIST genpatches-4.1-50.extras.tar.xz 16456 SHA256 
1435763c72906df822a66e7811fca6
 DIST genpatches-4.1-51.base.tar.xz 1242168 SHA256 
b2f9188331b21834289dba6bc75f5c6259ec96076411d41f817951fb13ff SHA512 
14f3944e8fbd6e320469d0c9205de9ac2fbfc19a54cb3dbefa3f21330456299488eb3e334d52d71e4fb5629c36216776a1c53c2aa6815ccf7bb530ff84ce0d54
 WHIRLPOOL 
f56f85f1779ad4c9334a35f7d98ce6f919abcf24e550b3839fa1990950b274e371af9a707e1601c26044a58ce31de5b8bc42a61ff8654103e1d0e708c1b7ccfc
 DIST genpatches-4.1-51.experimental.tar.xz 61748 SHA256 
4827cc8b57c7a8d39eb9694f84bb6e3b84a9623991c006a6c3e8675ff60021e3 SHA512 
37784028125bf9b6f3b378e5ef9eed8c767af3dba1ddd1daa217dcfedff17a22e1509605bf91db85ea6e9d79270f8a28eb9cbebe3d834445c6b175778d19b0f5
 WHIRLPOOL 
cca3c3ac0c442ccffbcd896da5697e717c225bfb8a0ec9a48f71de6c78211d07849b72db8a332e40e2589615c89b2a4f6eab7ddbef3f92b406a9c8a7392ce040
 DIST genpatches-4.1-51.extras.tar.xz 16464 SHA256 
93fa23eff867b5b1ab0b218912dab4c852076a5bf71175f275f4dd9698bd4c8f SHA512 
36f1ee9a2e7e88186b2f687f5d027919957ae24cbdc371b0de270f39565e9096e1eabbe8250f916953f4b79ceba74e566120a2e44a0e12dc138067c4792e781e
 WHIRLPOOL 
51a7beaeffdd296bf457d3847f67231bd0c8929996c423f1a183f7735c55565d034fa5f8495aa262e069fa6c78aa9e911170989d49b645086bcac4732d5a168c
-DIST genpatches-4.12-1.base.tar.xz 5984 SHA256 
61cf83a3f4c2d0d436f6abb203ecb29eb3918b52b4c27e82238bea52a5158f9e SHA512 
863b30146f79a2003764272af90bb273aa2fb722f39034ee48b6d01fd7f2bf15b805d0b2b7a262e0efe90439bda8c80624474b2b6315235cd62a22a779fe22d0
 WHIRLPOOL 
26cc0f08ecd0528d07c6f74751f673a97b6df9cdcc3eed28d90808a426fac0b0f69e6433571e90f1b6884a2e20cfc03b6da9f34d5f888c8cb4f0059282f8cb12
-DIST genpatches-4.12-1.experimental.tar.xz 5184 SHA256 
276d7f017b3f331911ec91d6661051b349b2ed781ef6686851b27990ea5bd3cc SHA512 
0af881a562f8fa6c4a0c09ae3d1706b84dd693c66d23a7573dd9e15852f23cb12c345c6b123034bb53d70ed9683216d7cf546dd665eb0386f36f3e2970a6359d
 WHIRLPOOL 
b26a91c0966357d9650f29bc4d8637f86c20b38ff4e9e6004ddec43ab52e345cdb5c4d355d1c470aa7d8af98b6a1a05df20e16c19b065c574c8c0c83bbc5ca16
-DIST genpatches-4.12-1.extras.tar.xz 17348 SHA256 
2f8967491bbf91667af7536d3e8953b7855391610e5c9f60c44cefd8a24552c0 SHA512 
926bdaf690b65c0f30ea8cdcc7db73e6a6fc08df43a1c5f24df0189a97cd7bb234a2462b7c7044acb6b848b0abc84b2e2628c2cd47673b233be654f1ab5a6216
 WHIRLPOOL 
e0693a043bd729aa570c79b0e28c6b746fff255eb9595f538fa51c0ce20e7e79ffbc48bae811fa4293863a91f09fab5103b3e18789f07de237188b10cfaa789f
-DIST genpatches-4.12-2.base.tar.xz 16796 SHA256 
cc58b02b6a070668ebd236b2ca6369e8ed725d2224e43ecdfc467f551ff3b82a SHA512 
b705626ab0e938f11f87e7bb60ba1901c7dab1a4359663eb94f0980449b1b5b9948d4cb34dead4c19bc59f7e299f78938f08166e04b324abdda7c461a301f8f2
 WHIRLPOOL 
412852e5f71b0797a90cabf725da78e8acb008ed48f23b2dd1fe4acdc3d066ee03bdfdeff8fcebbd99337e7c5597dd559134fc53e8ad8c0738b22059a39a9507
-DIST genpatches-4.12-2.experimental.tar.xz 5180 SHA256 
4034f611dd346dca1e53e57e6f41d043383a69041443c58f0ef88727402180a6 SHA512 
81470e4895c6aa6adec3cb5ec42b0cc6c8a1ce51b927563255ebaaf65e5feabe2e496ab4a255f86516883ece4c2a6df0f5bc213ffcb65ffc69fa4c12418fa644
 WHIRLPOOL 
a12a586a5007e6159afdb77f142ae2835ded33b25dde7e1c621468f85e6033d75b6aa1b6b36fd56a29afe4a4e23f8b6ceb0028ec73aa8c3d2261f3943a2a96d8
-DIST genpatches-4.12-2.extras.tar.xz 17344 SHA256 
a8e11e00e3c635333efc943a65280e48aef3cc6b97bbeba1c99f1bad550e12c4 SHA512 
8b5beba256adce91d3c0de7f0baec2e4fdf470f96e976a34729d1aaf59137d1ee5f4a1a5673bed0411fa31f4b2fa427a7c71cf0bd1a222a6c50ae008a09220e7
 WHIRLPOOL 
4a2670ccf3a13c1948ed36a6c49601477ff18bc7d6beedcbca3c12fd04542e3b9dd51b2926556bbc4adaf7413f5eecb63d8220982eae037dae7937c666d46600
-DIST genpatches-4.12-3.base.tar.xz 20156 SHA256 
4dfc2653ff7ed3edc422ef1ce95e7b02027fd916d9d2cc9865970cbb82d11924 SHA512 

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

2017-08-13 Thread Mike Pagano
commit: 070ccc2b9597d52c38afab4a9997e1466bdcde13
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 20:27:58 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 20:28:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=070ccc2b

sys-kernel/gentoo-sources: Remove 4.1.X kernels vulnerable to Stack Clash

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/Manifest | 12 --
 .../gentoo-sources/gentoo-sources-4.1.35.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.1.37.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.1.38-r1.ebuild | 28 --
 .../gentoo-sources/gentoo-sources-4.1.38.ebuild| 28 --
 5 files changed, 124 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 24e5e4754d1..99a16e4cda4 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -23,18 +23,6 @@ DIST genpatches-3.4-96.base.tar.xz 1492036 SHA256 
5dc75acc50da0da153e2d374690c9d
 DIST genpatches-3.4-96.extras.tar.xz 18232 SHA256 
4943a7821c3518f5b359bdc6802a69e36bb02a580fa023513789dea1730bd469 SHA512 
2340238580655e70de67a5f0b31875d4e33ad70218e477e55addb5e963b6d4868133cd3593566934568f4e7bd94aa5e4b9ed9f01d5b0447bf5626784be246f39
 WHIRLPOOL 
35d00040495172b10c52a9b3e4a97ac643bcf0497b547b3f66ed45c413f181dcce245e1beba3296ec4441a5e2b4a666fe15b26e9a5a41b7c4af22d78e14edcab
 DIST genpatches-3.4-97.base.tar.xz 1492500 SHA256 
6266de3989981edb8ea0d23ec0a24ae1e25b0a770608138c9dbe964e4ef63070 SHA512 
d459c7eca973adc3d502c735a1bdac17053758b3d959f178c4d3f6f24c70436d7ef8577e1587361e800fc39f93812b3b23cd1a50e75da51a322e078e0d9ccc16
 WHIRLPOOL 
266ea8bc0f4d14d7e2eb98851a2a73b830f87e140030450f1d1c5d298d7e2d259bb69c2062563eb36e678e64f2b9deaeac644958d517b52329b174a98e34a1d7
 DIST genpatches-3.4-97.extras.tar.xz 18224 SHA256 
afa4b465f1e9e7aaee0d4e77186842f65abc1b44925887a50d71c30b9a676ee0 SHA512 
47255db7027258befdd73adefe000c22df16af84316cbaaa362c558c88d557181dc46d9740db4d93a6d4d80c62432fabb7572b1c424f898939eeac1a9a125371
 WHIRLPOOL 
4729b7a743ddf00ca8a004ebfad55ca1dfbecb1649adaa7bb73fd5ebe701257575c6437aa7af9648d474051e9f477d388b012e1b1f04b55b58b37f527b4ec28c
-DIST genpatches-4.1-40.base.tar.xz 976932 SHA256 
63d47d4c461635b610745d98bd3e373583f82d4e3f18cd13302ce73322bce3e4 SHA512 
cf2a667088c1a7c5fc86c0d069f5e5fc1ea177a528229e5ae5b9cd8b46ca6cdabc2e4a26a12693a2a5e2b97d197f3f690a5e40e114e54a18a40699bcb0117323
 WHIRLPOOL 
c22ba5950d556355cfb337646555684dc761196968a7b713a3f24c5bfc1f2e31c077fe5a3661a8686e6eba612eaf8067055412ecee123a6b217a8e68607e2436
-DIST genpatches-4.1-40.experimental.tar.xz 61760 SHA256 
954cf6ec74ea8ebeb63796109a3e68f266fecdba927262b5b887003bfaf31b4c SHA512 
bbbf42c458244fb5a8bc6e9f4f58d51c2ffcbe4b80cb54e885129398cfbc01f5852eb0448dcbe6ae366bce5e891a71eba93f2c67701b3bb4f7bb162dcd57c295
 WHIRLPOOL 
06b324496cfa7cbb50d8f483057beb144eb6065931cece37cd407b9cf73a0e5fa45df4e1c39b0b8e339e5bca0aabf524473f0df5d150a53575552f31b60cc0e3
-DIST genpatches-4.1-40.extras.tar.xz 16360 SHA256 
146604f5f3a771806154cf79fe36b18d08b2461ead18d41b1063d89b78c37d08 SHA512 
9cfe180f6d7be0bc8397d26561b12d34be9c89cec60099b127efc0e77c5713eeda9cba6a230d6dfab1b7a9a6aa3632742c3ed2a5e87ff4cedcc45030efa900e6
 WHIRLPOOL 
90e1e18e488eb2c5f2a18b56147ecdf962c3202e739ccd448a7aba221cac0652bde4b72d6c44b2d3ddbaf51159e81503257b3bae9187faf926110b5dc84e7326
-DIST genpatches-4.1-43.base.tar.xz 1009164 SHA256 
6147e90c0dca9f8c71a49d8e44b3fae76cdff3bed841b1015ddb500a215520ed SHA512 
139bfa2a8f9758a43b6de2b959659a20f59b01036208b72f00839347cdda0e5b14c48de001d41f49cddd251a52c934a44d6da11620e5c977fc00ca077186a99f
 WHIRLPOOL 
b4bc0c42d65c9f8776d42b8aecf2c386e2c1efa743e4f9a46d6a289b647be8527df7c1c2e88b87ce6fa47569cb3e42ef06bc68fb7a93294abddf58978e661f11
-DIST genpatches-4.1-43.experimental.tar.xz 61748 SHA256 
21bbddd7c73b1acae7c0f3e49eaea0dc05199ff7e9f7629c02e047b2c13de72f SHA512 
8fdb95601239f3334307240e7eee7174178a092a1bcc3095a52a4a87955faa47cabaf39e046315ebe190aff3b57712711b1dde4397c58f74be3c97d3844f3170
 WHIRLPOOL 
f9741245264c2d5453db6360b991f09209fc3c73e2bc41349931dcdb8d1140018057e2703614e1b4e0c0f298d394474001bec3cf75534a11f73de708437b9aa5
-DIST genpatches-4.1-43.extras.tar.xz 16412 SHA256 
1fc2ddd58cac9c60335ce3ef4aa005875e775bfb326295daa4c6208af01bc5a7 SHA512 
1c316ce90ac8a09a74e6a4fcf0b440975f839ff9229da0d97525cae912df947bc010e17b2a0a48994dc20c49bd090bd17c792828cc46b4a81ff2d797e10a8b8b
 WHIRLPOOL 
ed46ebdd56b50cc4d9111fe5ff74b61ee46ff7a66e351f23ad03a9612de226490aa1befa4fe8b4f8e6eb9849d080e5c6e8be8ba89a3b9075cbb4c56e8e6a2056
-DIST genpatches-4.1-44.base.tar.xz 1026292 SHA256 
66dfce7165b5dabbd980d72468af6df44699909ac6d82fc1b0e9cd4b02c22c20 SHA512 
cafc22319e42b701398480b91325df68c93b0df6a9e7f32d328d628c386b3c49ee32cb38eed27d72a7b523255540679652687ab78baacb3f00f5e65ae36a9a8b
 WHIRLPOOL 

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

2017-08-13 Thread Mike Pagano
commit: 3125a981d2694d08de21aa97cb488b2372d4df95
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 20:17:36 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 20:17:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3125a981

sys-kernel/gentoo-sources: Stabilize archs per bug 623644 due to Stack CLash 
vulnerability. (arm, hppa, ppc, ppc64 and sparc). See: 
https://download.sumptuouscapital.com/gentoo/wg-stable/main.pdf

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-4.1.42.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.1.42.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.1.42.ebuild
index 0e6f381c713..49b2874ffcb 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.1.42.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.1.42.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2017-08-13 Thread Mike Pagano
commit: 050447bb388c7d8de7c7f998988c0e3a1e041f28
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 20:04:27 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 20:04:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050447bb

sys-kernel/gentoo-sources: stable 4.12.5 for amd64, bug #627492

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-kernel/gentoo-sources/gentoo-sources-4.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.12.5.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.12.5.ebuild
index 777a58e2bf6..f8369d0ca64 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.12.5.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.12.5.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



[gentoo-commits] proj/musl:master commit in: dev-libs/elfutils/

2017-08-13 Thread Aric Belsito
commit: 370cc9e024ced792fb86cb27ffb735928ce782cc
Author: Aric Belsito  gmail  com>
AuthorDate: Sun Aug 13 19:40:21 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Sun Aug 13 19:40:21 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=370cc9e0

dev-libs/elfutils: version bump to 0.170-r1

 dev-libs/elfutils/Manifest| 2 +-
 dev-libs/elfutils/{elfutils-0.170.ebuild => elfutils-0.170-r1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index b4bc220..a2e73ca 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -12,5 +12,5 @@ DIST elfutils-0.169.tar.bz2 8067758 SHA256 
9412fac7b30872b738bc1ed1ebcaed54493c2
 DIST elfutils-0.170.tar.bz2 8358001 SHA256 
1f844775576b79bdc9f9c717a50058d08620323c1e935458223a12f249c9e066 SHA512 
aca0b5e271138eaf86e36505ffb101181207b151e833e6cd7c18986ac50678542a5ecd2250f8dd6923ca497142f197c8b08fd225e4130b16b6203c24013d6d28
 WHIRLPOOL 
ebb3069aa52e49b7e137c722ac490b12393e0c54656d6d7476193eaa4253b48209e62e4babd4819a52cf5a9f3a1a6f56945eb776f014df9cbd841aa392e94823
 EBUILD elfutils-0.166.ebuild 2534 SHA256 
871895d2063eb8de76d8a53097d44744d5a648b2a11b04e930f08a37dc4b0b4e SHA512 
57f011f6758371eb072a0592d51e89e9ced73d795466a2c5158ebde65cc1d55ebe5f2e1e1bb2faec1f9891d1234d7ff5229fab82505d317678b01b204e3c4e17
 WHIRLPOOL 
4ea30b8d36cb3f50e997316312f41b916e3b2a34c6d5e91e350de34e61933b0bae2e7e930d6e012528d779b46f169625a5528cf6e210c113dab32f6543ad6483
 EBUILD elfutils-0.169-r1.ebuild 2141 SHA256 
5e4413bf86725d52069aa4e5cd1917f74736cca8a16fe3c70f1f6b20146d5003 SHA512 
97782c1788311ec49db7802c80a85d37b17701a7902e4849d98df8071c91b263c748db76e13bde98ea988aba7d963389831fcda2f0c038d576b8f45bbaff48e3
 WHIRLPOOL 
a65d1cb70b0e08b3588e38a3d4c8e3ff45b02f7eb79bed64f587b3416a5f1c3cf1a3a289206507018661dfead07ad8769d0c86fb9c22d39b2f6aed436d708a7c
-EBUILD elfutils-0.170.ebuild 2139 SHA256 
60eaf55dbf28a7c37069e8c7b01e03607c421db2d3af901d94215616d6479190 SHA512 
91cce74f9c27c5e990f6f0f112e340cb620481eca89e49e78a92695ba722894e192eb959bfffde5c0766f1bdb01207a80c48afa587a6134acf8928ce58f1448b
 WHIRLPOOL 
91eff9fa7189fdb00085f8578e738879d3cdf85118ad857e1c55c7554108e3389f2c10016b68bc3df106658de774fb224861c6f5587c305c0189daa041f9ed7b
+EBUILD elfutils-0.170-r1.ebuild 2142 SHA256 
9c9a4daee2ea5d8111ae77b934e21af4363279b9323bb6023b62dbe398e23ba4 SHA512 
215d6fcde437ffc68c44f58f0b8150040b9a113585f4fdeb37be50ef4af2057c2f46fa52603b2d6e60fe975d38a4eaab1c3b2da9102d2585fa5f6ecd7cc8ce60
 WHIRLPOOL 
9e1e9044f3908a78fb43a1633fd75346813b5372233d68d2ef1012505ca2e190f627459099e82f0548ed7d1af8da98b6ac5cb89a41bebce39be66a784906f1c5
 MISC metadata.xml 536 SHA256 
c3a1800d65f3a779757015fa973588785610daa943a0f5781faf854792ef6993 SHA512 
ad625d13a4e5411db4423030760ac51dd44e8da599409bff3e5607c02ed158421e90d7cec8c0b4c0228049b975d3c65a7dbebef78eedd7aca700d38612873cac
 WHIRLPOOL 
4f06288344e8654c048b3ed2aaee8353e0f76a1623eb6936564f65954d52247db57903bdc70f50cd7465681887279024bad5ddd6c9d9c4297a17ef758bd1cf43

diff --git a/dev-libs/elfutils/elfutils-0.170.ebuild 
b/dev-libs/elfutils/elfutils-0.170-r1.ebuild
similarity index 92%
rename from dev-libs/elfutils/elfutils-0.170.ebuild
rename to dev-libs/elfutils/elfutils-0.170-r1.ebuild
index f0ad304..0cd1b82 100644
--- a/dev-libs/elfutils/elfutils-0.170.ebuild
+++ b/dev-libs/elfutils/elfutils-0.170-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
@@ -39,7 +39,7 @@ src_prepare() {
 
eautoreconf
 
-   if use static-libs; then
+   if ! use static-libs; then
sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
fi
sed -i 's:-Werror::' */Makefile.in || die



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

2017-08-13 Thread Zac Medico
commit: c1e1c9138ba7ea1d1f28f6f59ad57fb3ac7e1246
Author: Manuel RĂĽger  gentoo  org>
AuthorDate: Sun Aug 13 10:20:28 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Aug 13 19:19:15 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=c1e1c913

NEWS: Add some more features that made it into 2.3.7

Closes: https://github.com/gentoo/portage/pull/189

 NEWS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/NEWS b/NEWS
index 1283f3eb1..60a436522 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ portage-2.3.7
   longer be needed.
 * New emerge --autounmask-keep-keywords and --onlydeps-with-rdeps=
   options.
+* Set compression method for binpackages via BINPKG_COMPRESS variable
+* Support for environment variables for git cmd in repos.conf via sync-git-env
 
 
 portage-2.3.5



[gentoo-commits] proj/javatoolkit:master commit in: src/py/

2017-08-13 Thread Patrice Clement
commit: beda047cd7289f0e1c4f8f9fa55bee3910b91fb4
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 13 19:06:09 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 19:06:09 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=beda047c

reformat header

 src/py/class-version-verify.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/py/class-version-verify.py b/src/py/class-version-verify.py
index a53b10d..8b5598f 100755
--- a/src/py/class-version-verify.py
+++ b/src/py/class-version-verify.py
@@ -1,9 +1,7 @@
 #!/usr/bin/env python3
-#
 # Copyright(c) 2005, Thomas Matthijs 
 # Copyright(c) 2005, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
+# Distributed under the terms of the GNU General Public Licence v2
 
 import os
 import sys



[gentoo-commits] proj/javatoolkit:master commit in: src/py/

2017-08-13 Thread Patrice Clement
commit: d0bce58024d109dfc5a91a074841836e92fe542b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 13 19:02:06 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 19:02:06 2017 +
URL:https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=d0bce580

remove useless header once again

 src/py/xml-rewrite.py | 16 
 1 file changed, 16 deletions(-)

diff --git a/src/py/xml-rewrite.py b/src/py/xml-rewrite.py
index b164b6e..bb9141c 100755
--- a/src/py/xml-rewrite.py
+++ b/src/py/xml-rewrite.py
@@ -1,18 +1,6 @@
 #!/usr/bin/env python3
-# -*- coding: UTF-8 -*-
-
 # Copyright 2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public Licence v2
-# $Header: /var/cvsroot/gentoo-src/javatoolkit/src/bsfix/xml-rewrite.py,v 1.6 
2005/07/19 10:35:18 axxo Exp $
-
-# Author: Saleem Abdulrasool 
-# Maintainer: Gentoo Java Herd 
-# Python based XML modifier
-
-# ChangeLog
-# Saleem A. 
-#  December 23, 2004 - Initial Write
-#  December 24, 2004 - Added usage information
 
 
 import sys
@@ -87,10 +75,6 @@ def main():
 print("ERROR: " + message)
 sys.exit(1)
 
-
-#if len(sys.argv) == 1:
-#usage(True)
-
 options_list = [
 make_option("-f", "--file", type="string", dest="file",
 help="Read input from file instead of stdin"),



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

2017-08-13 Thread Mike Pagano
commit: a327b729a5da56d800848bfbc0e2df59458c0419
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 18:37:30 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 18:37:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a327b729

sys-kernel/gentoo-sources: Linux patch 4.12.7

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index aefcde79c85..24e5e4754d1 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -62,6 +62,9 @@ DIST genpatches-4.12-6.extras.tar.xz 17352 SHA256 
835c4e42666b670e4b6935099c36d8
 DIST genpatches-4.12-7.base.tar.xz 145740 SHA256 
fe5ee55518eb59d7381806dfbd90ab33b9d16d99f1d3dc98e3fa9c3963ab64b7 SHA512 
0b772a56ae1a5819fc0fa8dc130c9f2c7701e9ebffb216b37714684811d6ea92b52a3c5720a4417893b9ebd97fee56605f5a821eee964418ae6b7d09b942acd1
 WHIRLPOOL 
b59379a8818f75ee0b1461d2edc732cf6f3c9ff2c058d4bff4767d3240ab4266a815252e16bcf5fc1d9c2365fe8096cdf710d8dca46108f6bf82a94df2f64cc5
 DIST genpatches-4.12-7.experimental.tar.xz 5188 SHA256 
b2371110a69f6e68e3bbaf2ecfaf9f8589824de94ff3f1bffceeb49948a659fe SHA512 
6204a007435249ec10b68718b1e63ceb446d13bfd7b1af9f40b88fa7c5a485633b7dfbafd71302dc1041ad1f83e01eb5c6c458e517a679b6c8085cf545e5be4e
 WHIRLPOOL 
6d4d9bdaa52404a038c2f53cad0e10c088f6ccdb9400983bbc13801b37e2aa8c89266d44318fa8925341e7e33a0146c68a718cbfb9126f673558dfafc1e4d5dc
 DIST genpatches-4.12-7.extras.tar.xz 17356 SHA256 
bc6c9e7e68f5cd1a011e72165fa07d80cd55fcee72ba2b41f2005cac9c60c0fc SHA512 
5a21b90460759b52f4a100fd649746c1082871dd4bb69d84dd49ee1682d203dba024398eb844eda7c545a8a405d28600059fd7c21d1f3db25ce750283fe3015c
 WHIRLPOOL 
4d886e5e702a3ec5c24543f7f8e33bcd889d71a69d6dd6ad4a8d40ad17d11c270f81d17cd91f096f7e2f66870717ed0d439a4a85ecf6f9f9effd70e3806d5ed4
+DIST genpatches-4.12-8.base.tar.xz 150876 SHA256 
3e2cecfa779c67a2dd174ac6de9489680967098e8ad051bb6e2e6f9e76796d58 SHA512 
f699d790586f1db369dd4a4f85cabc4ddafdf28c6db23372eae7fd0c944d1ed8b0adee67e206519798f751de64734f4f9e6da2eba74a6e300df5306efad9b0e7
 WHIRLPOOL 
dd734e52ce6b2e111786c2bfb517c2ec00b6d990b12100867eb8ed64019edb4ac7894fe7f71a400111e4e03637a176f0a17e385376948e49807bbfc390bc544c
+DIST genpatches-4.12-8.experimental.tar.xz 5188 SHA256 
a543b132702d856c1d0102af6e2e5f9ecd3d68d3340e1cd3c79cf2be448cdb9d SHA512 
4499ec8c5d4ca191e79c888e27825353e3c352f97a091d992552c293c41ca071befc162ed9b68b24c5ac1697a91c9ca6a1e4f507d29f94125ad82c36455ade88
 WHIRLPOOL 
2db819825fb8ea6f7f4b5b9b2cd9a8412022c74f6d94c89cb70dcb002aa834d602334aa8bce32a39922cfde619227153072fa4a23abb14f913083967e975091c
+DIST genpatches-4.12-8.extras.tar.xz 17348 SHA256 
8a8ab6b7fde738260621a1a2a8eb83a0382f7a027e726ae8ba1a5be22805f297 SHA512 
f9eb2773f3178aaafb5ccc9fc5f21b602bdfd3fac59633ad94d8268fee45261f88daede52b35fe035f6c3bb685941984aea6974af518caea18e475a0f31be223
 WHIRLPOOL 
36f3877941c97e51139435d5e3acaee057b602214ab8f82b32c45c89c97732a577919757ae687545d25e3fd75fb3522f041775bd4de6c00dbeced972e24df7e8
 DIST genpatches-4.4-56.base.tar.xz 1021856 SHA256 
a3118b9cb3204ac85b69c3676550f60859ee68707f0c5816120a2565cd7ab317 SHA512 
eeed7dc7358bc0151db89cb292e8b30a7498ac8c9c72fd301d9e08343977806e19a91a4958dda2643a418b50ca5ff7f2a27c871c53d1e9d3f0930e27c6ab11ba
 WHIRLPOOL 
10b4e757bd6b4e611d4828b7ea45b4d4f704dbec76a32c5294a8489ecd85103dc472c7b144588cbe1b07c3f507c076b8b2f9555b88542120a53d165c68a592f4
 DIST genpatches-4.4-56.experimental.tar.xz 87752 SHA256 
6324d9c2e58f33bf39ec7834d3ab6c6ed9eb6d53ffbd4d55aba0879903a503e2 SHA512 
d77dd2a45117afe1913dbf7163de8a9b0acfe28fc0afe18e3b1cd2d5d2e785fe374f7018e085a0d2bf8dc052273f1781e2c2094359c4a8a771b9f14443273be5
 WHIRLPOOL 
2f67af9640ab8d917617bc2bf8ee0d518dd5bdc343abff965bd2f8a8b35eae23b2ce9fd99aeb4497a7ac9293ec1005640c096e72b816143680ddfb6d60158598
 DIST genpatches-4.4-56.extras.tar.xz 16408 SHA256 
74babcf456aed9c7c406a0feb37b5fbe51db461a67b5fd9c07a252398a15b41f SHA512 
661cb1c58b38c24283a9465f596045669f2d686b7418e9586ca6ce48b56bd9cfce52705502f876e68006c4ff1624847cd1e18e3aec37d60f64e6f7788d5facee
 WHIRLPOOL 
11dd648ebf88f43d0c1e1543e5a68c93a1a31b5c1f2d287add703e20979820ecadf003b051e787d6089c346e4a13485326d9c05b5968bd9cb3ca21a755d95a54

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.12.7.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.12.7.ebuild
new file mode 100644
index 000..6c9556150bd
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.12.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="8"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

[gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jaf/

2017-08-13 Thread Patrice Clement
commit: 465a78172ec296733b3b090252ca1e2e84dc244b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 13 18:33:59 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 18:34:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=465a7817

dev-java/sun-jaf: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild 
b/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild
new file mode 100644
index 000..1f45b3b157e
--- /dev/null
+++ b/dev-java/sun-jaf/sun-jaf-1.1.1-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Sun's JavaBeans Activation Framework (JAF)"
+HOMEPAGE="http://java.sun.com/products/javabeans/glasgow/jaf.html;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+LICENSE="CDDL"
+SLOT="0"
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}/glassfish/activation"



[gentoo-commits] proj/linux-patches: New tag: 4.12-8

2017-08-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 18:16:03 2017 +

New tag: 4.12-8




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

2017-08-13 Thread Michael Orlitzky
commit: d1923971effa270346d435cc7a3073fbb96117ce
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 13 18:14:52 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 13 18:15:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1923971

net-dns/updatedd: remove unused version 2.6-r4.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-dns/updatedd/updatedd-2.6-r4.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r4.ebuild 
b/net-dns/updatedd/updatedd-2.6-r4.ebuild
deleted file mode 100644
index ff62882f4ad..000
--- a/net-dns/updatedd/updatedd-2.6-r4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
-HOMEPAGE="https://savannah.nongnu.org/projects/updatedd/;
-SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/perl"
-
-PATCHES=(
-   "${FILESDIR}/${P}-options.patch"
-   "${FILESDIR}/fix-ovh-DYNDNSHOST.patch"
-   "${FILESDIR}/respect-docdir.patch"
-)
-
-src_configure() {
-   econf --disable-static --docdir="/usr/share/doc/${PF}"
-}



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

2017-08-13 Thread Mike Pagano
commit: 944f1b8854567e7109bbc266f014e4c7057cef45
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 18:01:10 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 18:01:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944f1b88

sys-kernel/gentoo-sources: Linux patch 4.9.43

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8e43cc0e153..aefcde79c85 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -116,6 +116,9 @@ DIST genpatches-4.9-42.extras.tar.xz 17348 SHA256 
a32be57a1acd9ffeb7d63b7482fcd0
 DIST genpatches-4.9-43.base.tar.xz 947816 SHA256 
e5f0ea2d1a4a92eb81f4e0c4264e965ccefd5a726ea64b1b013a547cb5318cb4 SHA512 
1ce02d2742a6bd5efe91f5242b5eee14e6ebd6b679c27ab818839c3a182331f74d02bde3c017cc24b0bf7b9eccef97768db17fe1d766434613342caa9a68a1a9
 WHIRLPOOL 
9ae29ce3db0349af7436a12cdf5ce600b002cbd64859691ed4c179a17434db716e0161e1614fe03ac79227fc47e9c926d72094515411f875e46d6090666d61b4
 DIST genpatches-4.9-43.experimental.tar.xz 106388 SHA256 
c8ad8574c3dfc4b2eb0ef7f4227abb5b5a4bdff9e996d9b4abb6ca081a291d21 SHA512 
7f58baa71c1f20123d00bb427518b3c5e76d95ea655224d816511df2dbefa75433f5c30b8f52ad5777ccf61afbd08cf92f6a9be2ae0ee0fee0e9db47715b8d2e
 WHIRLPOOL 
1fdcde49058d60e3696b7a24736d0f8f5de23713cf742bc086646b65a68de7b3a0430ea46648c7155b25dbbea1511d5485f4df8d7f8bbf1db948d07b6982627f
 DIST genpatches-4.9-43.extras.tar.xz 17356 SHA256 
bc6c9e7e68f5cd1a011e72165fa07d80cd55fcee72ba2b41f2005cac9c60c0fc SHA512 
5a21b90460759b52f4a100fd649746c1082871dd4bb69d84dd49ee1682d203dba024398eb844eda7c545a8a405d28600059fd7c21d1f3db25ce750283fe3015c
 WHIRLPOOL 
4d886e5e702a3ec5c24543f7f8e33bcd889d71a69d6dd6ad4a8d40ad17d11c270f81d17cd91f096f7e2f66870717ed0d439a4a85ecf6f9f9effd70e3806d5ed4
+DIST genpatches-4.9-44.base.tar.xz 951260 SHA256 
50653655b2eb37db1b98ee2024754dbc40017290233b7db86b6ae0d7d1577491 SHA512 
cb1b15354f5588d6db5719f6e829db278c6beac33c264cf4e484b8c1531673a9b61600c308282293020d1c22ff1a05dd95889a47608d1c1000cfc87a9c6c016c
 WHIRLPOOL 
b47d86e7532e4a824e42d5de6f3600d465e4697198b8cc016927b3985a2165d9fbe59f3959dd77164848c5daaef2f050219946919c07d9bbb359f353ece8cbc1
+DIST genpatches-4.9-44.experimental.tar.xz 106392 SHA256 
17f27959e4d393b2d1e8bde3a99ad51fc047f6e32a17b6c1ecc53bce37a9b89b SHA512 
1b6a8002e1eb5c741bbb50725556e28ff7446e89ea8cd2c87aa1746d9648559098207ca39490c286f47783b9a92c92ce0f0b4e0f5cebf525f953e291dc1482ef
 WHIRLPOOL 
a8ee28ca5a35a2efe32c649dc25dcc7c1c29749866b87a7970fad56f933cd040bf919d7e33c527473e6475b11ef546c4620537fa16b389b0ced12f1acbf60861
+DIST genpatches-4.9-44.extras.tar.xz 17348 SHA256 
8a8ab6b7fde738260621a1a2a8eb83a0382f7a027e726ae8ba1a5be22805f297 SHA512 
f9eb2773f3178aaafb5ccc9fc5f21b602bdfd3fac59633ad94d8268fee45261f88daede52b35fe035f6c3bb685941984aea6974af518caea18e475a0f31be223
 WHIRLPOOL 
36f3877941c97e51139435d5e3acaee057b602214ab8f82b32c45c89c97732a577919757ae687545d25e3fd75fb3522f041775bd4de6c00dbeced972e24df7e8
 DIST genpatches-4.9-8.base.tar.xz 215420 SHA256 
4bbde563b43389798188b75c7e65412aaf5300348efeda63071cbd56f1e275e6 SHA512 
12641d4a11a8a4d40f16b9d0c62972de2baadc13481697c69a91a2b36844293f4edf207491ae087ce3378bdd0400856070e353c291f34d1cad02d3e3a6c73a36
 WHIRLPOOL 
98d63bb42729eb8518c6ea4a15cee2a41fe59a9f299bdde9ce86825bd3c563665a95da841b06817e3a4616fd38592737ad502173aa33a0b9eacd3fb31a42956d
 DIST genpatches-4.9-8.experimental.tar.xz 105608 SHA256 
217098bec005a1410b2dc1435841c2fc96d9f6022dd2973512d1b0f36e3c20d5 SHA512 
69546bc1d846697179aa287a4d1b708b962c0cdcf14b16acb4c696e8ffa38983a679d0f28c2d5df68046c68cc655add1c54c97bfa22f5867d9bba93612e67e2b
 WHIRLPOOL 
7fddabf8821a18607f765948457a44c689b3c527f2f630f1c3af614c8ba244663ed5d03dbaa5af27885d2d708069fa5f94b1c19aa23512806714522973371a59
 DIST genpatches-4.9-8.extras.tar.xz 17300 SHA256 
ba08353081cf07a73fb2a5b998c8dadeb94f6ede09ac177f2357925de9f50dd4 SHA512 
18ab24c59adc73bab4a49bc5537333ac6a7d11801afce8943ef42878d8b33341648b64d9fbc56be3a49fe6d9ec7728186eb40a348eedfb0b14ee1f5746e0ab4b
 WHIRLPOOL 
b352654885c3180a5599bc0a0acc3f9a3828d75ca5ef4a83c49258ca263822b02d974e273071bf913c82a919c4cdbc9283cee9b81edbc40ce640c11f7ad0775d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.43.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.43.ebuild
new file mode 100644
index 000..b24d906b57b
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.43.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="44"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2017-08-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 17:43:03 2017 +

New tag: 4.9-44




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

2017-08-13 Thread Jory Pratt
commit: f98bdf65c20b61a68b1fd750f9ef1949e28bac39
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sun Aug 13 17:33:26 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sun Aug 13 17:33:26 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=f98bdf65

media-libs/mesa - sync with tree

 media-libs/mesa/Manifest   | 4 ++--
 media-libs/mesa/{mesa-17.2.0_rc3.ebuild => mesa-17.2.0_rc4.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 33df8c3..929e37a 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -14,7 +14,7 @@ DIST mesa-17.1.3.tar.xz 9861256 SHA256 
5f1ee9a8aea2880f887884df2dea0c16dd1b13eb4
 DIST mesa-17.1.4.tar.xz 9899196 SHA256 
06f3b0e6a28f0d20b7f3391cf67fe89ae98ecd0a686cd545da76557b6cec9cad SHA512 
cb8369f0edd3e17b4eee8da159b9dc487f8144d69fe4b95901e9aa6a924759866f26f91fc2ead7036707eecea41582185e7ce73d54f97bf310f198b72ee0a8e4
 WHIRLPOOL 
5c313d7b938c58a7e2f59b619161316629ee996025dc5810742c881716cfcee441a8b3641d644fa0bc4aeec6c44c4b1ce99f515a59159a3391cf4948c2bab45a
 DIST mesa-17.1.5.tar.xz 9901876 SHA256 
378516b171712687aace4c7ea8b37c85895231d7a6d61e1e27362cf6034fded9 SHA512 
a12671afd812b304e1db690b123a9de16332608541f71cc3ee9128a3630c81416d46255e5bdbf19e14e85716b218f447987b555e3bc0081b8b6f392556fa21e2
 WHIRLPOOL 
b3a94172df5061774e7746ca9f2191f0f04ff375cb76406e22a694141d185f650ce04b3fa4f89b054aa3348f3562886982b5b725680d9ab1cdd6108900da91b7
 DIST mesa-17.1.6.tar.xz 9868932 SHA256 
0686deadde1f126b20aa67e47e8c50502043eee4ecdf60d5009ffda3cebfee50 SHA512 
cf57f29a21208f0a9bc84157f806bcaf6fd0583352449fcb986b05773eeefc99c4040dc41b242782dd5aa9ff7f9c5312b17a4db82d87f600acf165b6acdfc95a
 WHIRLPOOL 
38d6043001798ea9876b55a45222b129596ae92ebb1cc2af36bb0cc8523acce11b38a658d0e8a8afad1b99a49f7d4cdc229b7a3cbb7c15d9858614a91a4994f8
-DIST mesa-17.2.0-rc3.tar.xz 10405100 SHA256 
bd417166bc55a74a20e7687738c2f081364637e40a0712989e04b3ba7e404ff2 SHA512 
34cc307e82f227fc0398185ac8a349c96631c47e407e883e80523850eeeb0eb4cc445780f61494c2ba81856965d8ae06819330fa54c149808a18db9e872c12b6
 WHIRLPOOL 
8ea40f6b4a6366b502cd2f2f1ab4bf371dab695b0ed86825a0f0abb36198adfd2d335cf43b668acc4606216a736be41fc735daee1b1b6b6060f4f044bc6f948f
+DIST mesa-17.2.0-rc4.tar.xz 10404796 SHA256 
b1dffaf414c9ef3df23ddf1f3ae4d35e85e296bf2def2fc9c0b402ff9d9a48fb SHA512 
a5e2727bd91185db440d94b273cc32e9907d3a64b3f5ea33d5888f7aa2bfec54d7db576109a8dc28e9efec97ea23e895117ba52f1963cb2bc2b22b718595
 WHIRLPOOL 
fea274533b7cf1652f7823afabf65b36a3d42fab957e604ee907ef281ccec5db82e25cfa171910dae25f2cc59eaff18a3340ce2464f7b5c0415a206d259bb4b5
 EBUILD mesa-13.0.5.ebuild 13658 SHA256 
c2d8750e43354a05926dd17e7bba27a9c348ea49d723ed3a0045f5b8dd34f639 SHA512 
30af415e1448909b0420080edf24b8006cc55d8b0b70d0d9b6f2c5f5d40b710c5ebb463f1203204de5e7e71bcb68564d490bd61be8c52362e0219d62074eb279
 WHIRLPOOL 
de6f514c8d879c41b7f63429d45790f133b1c60412262f0b38bffc5cae69f8621c988fc851f5c764a7867a5a22885391f80ab342ff4e84cf5b2bf0798a2c
 EBUILD mesa-13.0.6.ebuild 13584 SHA256 
3bfff928951edec571894f54fada7bb718e95e94f82806764731d09522b5304d SHA512 
1fb15e100deeb50f5de436e2ffe3e131ebe3badb820aa1ddef8cfa691426b42bd3fbe66fd55cd848f9c5f6de9b5dd396f6879813730fb0a234a96a818a71b1cc
 WHIRLPOOL 
6a7d6a0c01a847bfdb8bdeb3fa7ff558e4f3ac77b6f3f4334037ab3098f7763fe26de34378a49a57cbbefdec6ab22952cb0c948517b0885d882e0b92626af585
 EBUILD mesa-17.0.6.ebuild 13603 SHA256 
b4e554e727d9e35f77a83d5cb7ae8f19542e3e7ea367d3377496bc73f3e6da47 SHA512 
f0415ed538799bc0a74ff94563629b7b86372eba0aae17448e38c190be8211dcd48bad902b876ff54b7c9d65df4d83fd4a22cb197be9ab4d960202ee09d0beb7
 WHIRLPOOL 
c32a1c4d6a7fd06c9782ef980874ee6830b8477733b8c0f656e5a84a7ccd1f99cef19fdc1af913fdf5db62bc76bba75333afc20e96338b57f23a6b5534f152a6
@@ -26,5 +26,5 @@ EBUILD mesa-17.1.3.ebuild 13510 SHA256 
fb31bfe5fa3f48e577f148df82d4aaf65357684e1
 EBUILD mesa-17.1.4.ebuild 13510 SHA256 
fb31bfe5fa3f48e577f148df82d4aaf65357684e1f6798b8ec99557dea096504 SHA512 
ed870976b76a02d697b72f193dbeea49edf1d7e503250b2955dae7e26db2c19be5c3b81a8f99010e3650cd3ee680a4f3983c883ec336d0a2ab3fbdf029543676
 WHIRLPOOL 
38585d8528ae5c544fdfd8569025db782a51515756f9fa5983269d5b62c7f54cd3febcaf943786335c69bdefa1842ee3f39282a5ba52b52e2171e892d3f0f91d
 EBUILD mesa-17.1.5.ebuild 13510 SHA256 
fb31bfe5fa3f48e577f148df82d4aaf65357684e1f6798b8ec99557dea096504 SHA512 
ed870976b76a02d697b72f193dbeea49edf1d7e503250b2955dae7e26db2c19be5c3b81a8f99010e3650cd3ee680a4f3983c883ec336d0a2ab3fbdf029543676
 WHIRLPOOL 
38585d8528ae5c544fdfd8569025db782a51515756f9fa5983269d5b62c7f54cd3febcaf943786335c69bdefa1842ee3f39282a5ba52b52e2171e892d3f0f91d
 EBUILD mesa-17.1.6.ebuild 13510 SHA256 
fb31bfe5fa3f48e577f148df82d4aaf65357684e1f6798b8ec99557dea096504 SHA512 
ed870976b76a02d697b72f193dbeea49edf1d7e503250b2955dae7e26db2c19be5c3b81a8f99010e3650cd3ee680a4f3983c883ec336d0a2ab3fbdf029543676
 WHIRLPOOL 

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

2017-08-13 Thread Mike Pagano
commit: 2e0aa1d8f0889800983954a82f0269440fb1abcd
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 17:31:00 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 17:31:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0aa1d8

sys-kernel/gentoo-sources: Linux patch 4.4.82

Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 0a2892d0b25..8e43cc0e153 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -86,6 +86,9 @@ DIST genpatches-4.4-83.extras.tar.xz 16452 SHA256 
f9e48e845f7300bb1cb9eb4cf7e057
 DIST genpatches-4.4-84.base.tar.xz 1401260 SHA256 
3f6c619112b03bbc2d6afb0e3338b71f45081a699a5c267ced289e5e48290121 SHA512 
5a19b45b8764a0df698c01be00aa3d7a12f8bdf9d9d655583657f2c3845e6c86af6b5805fc709ee607649776a23b1dc38dad7456c3b71bc39f2c8dc599b8
 WHIRLPOOL 
5632ae6a7d1906cf6106bfd5f0a8b7010bec600fedeee4228c52cb9caaa417d44dfd9e9dba43ed3b8cfb0a442e886d20a860d8d5578bc68687dc44beadfefcd6
 DIST genpatches-4.4-84.experimental.tar.xz 87760 SHA256 
16350a7f8f6dab17c48c3a298c78d981d025aebc599fc7520a50709edc447ea4 SHA512 
4badf836849bc25b4baa0240a180d146555e33ce3b0913df9f2a64212ff49395fc263aa77e5e4efa9dd43bde6fc4d3119243dd4c0309ea91c28709b248092c56
 WHIRLPOOL 
4bd093b27eeec422766a02d07da0d1b8ad8a6a6ee00bd1c062e875eb3cfc2fabb7ac67afda5cbba29ecc6e44bce489c229375718b8809c43194aef28028f3119
 DIST genpatches-4.4-84.extras.tar.xz 16460 SHA256 
8179a79a357ba852ec309e031e06b3b8d620b81722d5d0349bfc74d0b6db96f1 SHA512 
e20c70fa3cf19fa1bef84d4e64ff8b374e76f561b6af1a5261b1f08587d19be4244a8006b909db2e48c44f42dfbac564330bfc96e5f12a5104401b4381dfa36b
 WHIRLPOOL 
478a56a8e3964b10f6cd60812cccb99aa15244bb5d387f7afcbdfdb2dc9250b1a10be19d10691cee793b6dc58aef5a2fe671c13714504af99a307aed37bb3369
+DIST genpatches-4.4-85.base.tar.xz 1403232 SHA256 
7b144b590b4d5a241bab99f33a551d21af0fabe251451f569fc5e99ff8778e40 SHA512 
17579f11ff6e6f641877faff030da95f3e4620d4c0b1ae44a75e97abb845f2550465ffdb696f23eff890999d018580e0c3d9715ff5fdd7a09c13f2d586898afa
 WHIRLPOOL 
7d71c93dc95e15dd9ea7ef017f7e2964ffa8f6cd1ef43121f341feca53f2d8a9666efd51f6e85f82a2a5aaaebddb68042519207966b892c439c9accb07966d23
+DIST genpatches-4.4-85.experimental.tar.xz 87796 SHA256 
dd976504f371178de642516efd39c7946318632d8cd0bd6548cd32c24a5162cd SHA512 
3eb7707d8ee68ddf24de83be481852d23f71f5f7b191e5c07a575cde44144df1457341336739f0b76e4087c07579d197c3b6c5ea54a8f4af9c2d11b8423c36a3
 WHIRLPOOL 
e227d2a0fa4a90ab4631ae37bf6d72d0dc0fda3c776cb6b8707fce645fc25f1d3b0661750b2637d353a4918b3a8bb7e13dea4eec837af7d709c37b3249d6cf08
+DIST genpatches-4.4-85.extras.tar.xz 16460 SHA256 
bf6ce82a5527700cc86c48de4d79fc884e034c130c2cd2b75b9715c67606b639 SHA512 
40631eeba362ff375c74c76ed475b12d3d111b30c9e367abe1a982215858c4c45af54a6556cb6a78177d9157a1a192b251ce62fb0a093ae9ecbc10d5c84fb752
 WHIRLPOOL 
eef15b663ead67d834174c0ebb76b49572b2eb2bd0a3b66125e70ccc4ed043dd04d3874062227cddf56bed5b8c1f4eee6bc7eed3f38789dfdf4a2f29aa1de86c
 DIST genpatches-4.9-18.base.tar.xz 385508 SHA256 
d29fc16842e846c2c6487e9c1543e6fe43429d34882ac9c6ca070c1fe3564605 SHA512 
c1d08b3d66df74efe610cbf586921f7caa57bb8337848380fdc8e2034883180a60a26dab9ded50974fb468d35dc923912ead08cb0f751a515cef85efb31955d9
 WHIRLPOOL 
e1ef981b945718eab2e96470f96a033cc2b1ede6c706d6cd3e32f4f1c4e066766135141d55a5ccee06d9fb84bc66df389cdb2d095ad569bd565afc600b3b4095
 DIST genpatches-4.9-18.experimental.tar.xz 105616 SHA256 
209be56c1efb0ba3fbee17f2437bd00b36caecc6c44db2b4e1a0e46ae17640b0 SHA512 
37d6983f46ed4031f11f91ffcdacb510b40cab682d71ac471ab3c2ae78598ee9826068afb8b1388d96133635ba2680cc106624e0d79c341d2610b4f74330b773
 WHIRLPOOL 
5af9422c0526c5e23977f2d25ea683ed1ecf6f9e14a6daf52490bd808e9790cf6f6d9ef96353bda3474197eb954159575a4f0e6a768a86777d9b8a61828d0a0e
 DIST genpatches-4.9-18.extras.tar.xz 17348 SHA256 
64167f17f122f969476bf68a3e0493a77d7ae9e78087c2748cdfdc6e6186af2a SHA512 
dcbdea379a0e28e9b8ed08b32ee71a36ce9ccc817e5b79f38759031e3324441f3e91e6b7e2802d1a694574bb4ce9e8f441d88ccbbd9280b3a4456eadab7d5fec
 WHIRLPOOL 
1d3ba61d03d17a707a65423e85f7f3a235a9d39fb26e4602b5cf663e097dc9e8618380d7a54db60705e6b38e9c0674330df57a6e243c7215411275a489ab8b42

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.82.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.82.ebuild
new file mode 100644
index 000..c8701b212f1
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.82.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="85"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2017-08-13 Thread Sergei Trofimovich
commit: 5d1eeadc759792a1c6b65c3656aac9d5b96cea9e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 17:16:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 17:16:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1eeadc

media-libs/taglib: stable 1.11.1-r1 for ia64, bug #627296

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

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

diff --git a/media-libs/taglib/taglib-1.11.1-r1.ebuild 
b/media-libs/taglib/taglib-1.11.1-r1.ebuild
index f8b48fe19f0..65b89b4f978 100644
--- a/media-libs/taglib/taglib-1.11.1-r1.ebuild
+++ b/media-libs/taglib/taglib-1.11.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://taglib.github.io/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MPL-1.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 SLOT="0"
 IUSE="boost debug examples test"
 



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

2017-08-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 17:06:55 2017 +

New tag: 4.4-85




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

2017-08-13 Thread Gilles Dartiguelongue
commit: 93e868b932e324d146e9caa868fc139c08de04a7
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 17:00:24 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e868b9

dev-libs/libgit2-glib: fix metadata indentation

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-libs/libgit2-glib/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-libs/libgit2-glib/metadata.xml 
b/dev-libs/libgit2-glib/metadata.xml
index a53b81883f5..a67c0d8df1f 100644
--- a/dev-libs/libgit2-glib/metadata.xml
+++ b/dev-libs/libgit2-glib/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-  
-  
-   Enable SSH transport support
-  
+   
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+   
+   
+   Enable SSH transport support
+   
 



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

2017-08-13 Thread Gilles Dartiguelongue
commit: 0b6c1b4244411b2b7ae2352fff7857868443ff11
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 15:42:06 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b6c1b42

sci-geosciences/gnome-maps: version bump 3.22.2 → 3.24.3

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 sci-geosciences/gnome-maps/Manifest|  1 +
 .../gnome-maps/gnome-maps-3.24.3.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index 614597423d4..02e78529f27 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1 +1,2 @@
 DIST gnome-maps-3.22.2.tar.xz 1086264 SHA256 
1cc5c3a82fbb47435925c6268df220c0a788c9f6aa9054ae019e61c992d93948 SHA512 
bdff6c55c811c9a12f2a56adfb2acbad4dfd3ceba761a4c50463b025eb9df01f5849f871b7934eae659ab8f90db7cd612694de40fdecbc9d63a3b59d343ee997
 WHIRLPOOL 
2675c02e1fa04c7ba0a069a2844fc2003b1cd9acb2fcf286205c9f018a704c2777e0a45b7a5dd1be665a48fb3ff1e2c4a2bb857bb80cf09f6f1c50512710d939
+DIST gnome-maps-3.24.3.tar.xz 1145872 SHA256 
5ef3ec36aa76eb9a49a15ee61539bea7b59e8aa0a802483df6cedcc65566d0d6 SHA512 
b4a4c278359803e11b1aa43fb522a84b95eecfc349a134322f45db7acfe93867a61f6bd48e55a07d5d602b8161cdf5949a6b5d4da1212659e133260063ab6198
 WHIRLPOOL 
20f6e517d4ad2593bb3ac19cac9495e4ebb470d6f49ef74769adf7be2271ba5772a7a49dbb7cb326e8ff29a6a76152e927d5e447ec081842f02cfe314aebbc8f

diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild
new file mode 100644
index 000..a421d604de7
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A map application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Maps;
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+COMMON_DEPEND="
+   >=app-misc/geoclue-0.12.99:2.0[introspection]
+   >=dev-libs/folks-0.10
+   >=dev-libs/gjs-1.44.0
+   >=dev-libs/gobject-introspection-0.6.3:=
+   >=dev-libs/glib-2.39.3:2
+   >=dev-libs/libgee-0.16:0.8[introspection]
+   dev-libs/libxml2:2
+   >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
+   >=net-libs/rest-0.7.90:0.7[introspection]
+   >=sci-geosciences/geocode-glib-3.15.2[introspection]
+   >=x11-libs/gtk+-3.22:3[introspection]
+"
+# Found by grepping imports.gi in ${S}
+RDEPEND="${COMMON_DEPEND}
+   app-crypt/libsecret[introspection]
+   dev-libs/libgweather[introspection]
+   media-libs/clutter-gtk:1.0[introspection]
+   media-libs/clutter:1.0[introspection]
+   media-libs/cogl:1.0[introspection]
+   net-libs/gnome-online-accounts[introspection]
+   net-libs/libgfbgraph[introspection]
+   net-libs/libsoup:2.4[introspection]
+   net-libs/webkit-gtk:4[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40
+   virtual/pkgconfig
+"



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

2017-08-13 Thread Gilles Dartiguelongue
commit: 10ae1681c96a3e4d53565be598e2050997b94a1f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 15:58:32 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ae1681

www-client/epiphany: fix minimum required versions

According to configure.ac.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 www-client/epiphany/epiphany-3.24.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/epiphany/epiphany-3.24.3.ebuild 
b/www-client/epiphany/epiphany-3.24.3.ebuild
index 2f5ea7b727f..5bafc1129b9 100644
--- a/www-client/epiphany/epiphany-3.24.3.ebuild
+++ b/www-client/epiphany/epiphany-3.24.3.ebuild
@@ -15,8 +15,8 @@ IUSE="test"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
-   >=dev-libs/glib-2.44.0:2[dbus]
-   >=x11-libs/gtk+-3.12.13:3
+   >=dev-libs/glib-2.46.0:2[dbus]
+   >=x11-libs/gtk+-3.22.13:3
>=net-libs/webkit-gtk-2.15.90:4=
>=x11-libs/cairo-1.2
>=app-crypt/gcr-3.5.5:=



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2017-08-13 Thread Gilles Dartiguelongue
commit: ad537b39569dfc5fe7aaf8c1d27ff5ff942943dd
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 16:48:43 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad537b39

gnome-extra/gnome-teak-tool: version bump 3.22.0 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 gnome-extra/gnome-tweak-tool/Manifest  |  1 +
 .../gnome-tweak-tool-3.24.1.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index 390354f70c1..6c33c61539a 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1 +1,2 @@
 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 
3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 WHIRLPOOL 
020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e
+DIST gnome-tweak-tool-3.24.1.tar.xz 261872 SHA256 
19226b374148d660330af9a8341087c2f869bb24355f4dcc87857169eca9f565 SHA512 
b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
 WHIRLPOOL 
3399af3fefe226c10f51a42e7f3231e2cf7c3b22840694a2671651bcc3ee4366bec3c973be7240020ffe1cdb1b07aae29f1a4b5c9ab4775c53cc505115a92c6d

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
new file mode 100644
index 000..eb0b408ac41
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Tool to customize GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool;
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/glib:2[dbus]
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   >=gnome-base/gsettings-desktop-schemas-3.23.3
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=x11-libs/gtk+-3.12:3[introspection]
+
+   net-libs/libsoup:2.4[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gnome-settings-daemon-3
+   gnome-base/gnome-shell
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Add contents of Gentoo's cursor theme directory to cursor theme list
+   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
+
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   install_python() {
+   gnome2_src_install
+   python_doscript gnome-tweak-tool || die
+   }
+   python_foreach_impl run_in_build_dir install_python
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/

2017-08-13 Thread Gilles Dartiguelongue
commit: 20ba53eb62a1243b85d7c33c08dc440da55a18e9
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 15:51:29 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ba53eb

sys-apps/gnome-disk-utility: version bump 3.22.1 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 sys-apps/gnome-disk-utility/Manifest   |  1 +
 .../gnome-disk-utility-3.24.1.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/gnome-disk-utility/Manifest 
b/sys-apps/gnome-disk-utility/Manifest
index 8ae8f081687..977aac49274 100644
--- a/sys-apps/gnome-disk-utility/Manifest
+++ b/sys-apps/gnome-disk-utility/Manifest
@@ -1 +1,2 @@
 DIST gnome-disk-utility-3.22.1.tar.xz 1455508 SHA256 
a3a4a187549f812e3837ae17dd9fa60afcacd84389d696058de254fe18b51ec3 SHA512 
f8ea64eb5adc3d6d55669bfa85c80a23f91ecb86f8632ae4ef035ad5062375e4fd73581f6ad12f6d83b1d6d98508a046b64a5a6544dea59765da2ff4b42b2d37
 WHIRLPOOL 
6475850dd993aa122d242f250afe20ca06294573c5b058e08d4e5670877b2f362b4930e1259230ec831c6ba964b2cc85261d46d555de1c692cae9831c4d6650c
+DIST gnome-disk-utility-3.24.1.tar.xz 1947976 SHA256 
878f0489947c813b44eb89f5fdc2790d757cd8565f26f22b950d55b8585653a1 SHA512 
ae6bf83e005733ae985987411a9fe25b0059f64484fc0d613ad54af478130782974607bec53713ee36c2a28de653ceba82b0fb091aee57101773c0eeeaaed2d5
 WHIRLPOOL 
d0db0e6e2a300645956df13e3bf528e1761ac7dbad0e92d1c8cbf81f5fc5ad06462605ecc5a348d2251c9821060b2e746714d2e2a39a40260a5c6dc6b0a523dc

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.24.1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.24.1.ebuild
new file mode 100644
index 000..c1966f5ce0c
--- /dev/null
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.24.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Disk Utility for GNOME using udisks"
+HOMEPAGE="https://git.gnome.org/browse/gnome-disk-utility;
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="fat gnome systemd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+
+COMMON_DEPEND="
+   >=app-arch/xz-utils-5.0.5
+   >=app-crypt/libsecret-0.7
+   >=dev-libs/glib-2.31:2[dbus]
+   dev-libs/libpwquality
+   >=media-libs/libcanberra-0.1[gtk3]
+   >=media-libs/libdvdread-4.2.0
+   >=sys-fs/udisks-2.1.1:2
+   >=x11-libs/gtk+-3.16.0:3
+   >=x11-libs/libnotify-0.7:=
+   systemd? ( >=sys-apps/systemd-209:0= )
+"
+RDEPEND="${COMMON_DEPEND}
+   x11-themes/adwaita-icon-theme
+   fat? ( sys-fs/dosfstools )
+   gnome? ( >=gnome-base/gnome-settings-daemon-3.8 )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxslt
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable gnome gsd-plugin) \
+   $(use_enable systemd libsystemd)
+}



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

2017-08-13 Thread Gilles Dartiguelongue
commit: e8d2085da70a5c45cfe87c2f26df28d8b78ce58e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 16:50:53 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2085d

profiles: add gnome-tweak-tool to Gnome 3.24 package.mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 762744fdd39..6d5d46bffac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -774,6 +774,7 @@ app-emulation/wine-any
 >=net-irc/polari-3.23
 >=net-misc/rygel-0.33
 >=games-puzzle/swell-foop-3.23
+>=gnome-extra/gnome-tweak-tool-3.23
 
 # Eray Aslan  (01 Mar 2017)
 # Mask experimental software



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

2017-08-13 Thread Gilles Dartiguelongue
commit: f48f4b2dc88702d6749ab4a20e1617122ea2458e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 15:25:43 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48f4b2d

net-misc/rygel: version bump 0.32.1 → 0.34.0

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 net-misc/rygel/Manifest|  1 +
 net-misc/rygel/rygel-0.34.0.ebuild | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
index ba84c14e538..dd609c0a513 100644
--- a/net-misc/rygel/Manifest
+++ b/net-misc/rygel/Manifest
@@ -1 +1,2 @@
 DIST rygel-0.32.1.tar.xz 3977648 SHA256 
94300e7349e7d161fc8b2d42cd4d5ac4d161362b81f58f126abd98d000f9d2c8 SHA512 
55aaed85a44496792bf9bc34d150f1f9d79b7c440da4351c730580200cc7e3a19f378dd93fdf2ab5b4c19cd793a25481c2bf15f3e7043595e6971eca983f0767
 WHIRLPOOL 
c1947bcd4b29a29a8405a83ffd43393060825069cab0230a1819e8e4f11601e672e9ef26e88986ad39386f6fb0080e952e52810f90d491f77eae3a806bbb2afd
+DIST rygel-0.34.0.tar.xz 3997364 SHA256 
fbb2d46cbe4e750df6610b4c66b2278f06d1f71a257c7903e676ccb394dad418 SHA512 
90e582f42e73376bbe6b06f33d44c6a70969961728dc512523bcc578b5b7c3f826cb425b469ade87d3fdf82117309f8589c30b1cdd8ba74cc14424c7f2efdb21
 WHIRLPOOL 
f9a083f555460c4bedfa2df4943b2886c2aba3cb9f10944685361395484951bf7e5ec14d04c3dbaedc0f6071e05803e62a58667f192b5ff417fcebe5016d2c40

diff --git a/net-misc/rygel/rygel-0.34.0.ebuild 
b/net-misc/rygel/rygel-0.34.0.ebuild
new file mode 100644
index 000..034de1e2366
--- /dev/null
+++ b/net-misc/rygel/rygel-0.34.0.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 systemd versionator virtualx
+
+DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
+HOMEPAGE="https://wiki.gnome.org/Projects/Rygel;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X +introspection +sqlite tracker test transcode"
+
+# The deps for tracker? and transcode? are just the earliest available
+# version at the time of writing this ebuild
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libgee-0.8:0.8
+   >=dev-libs/libxml2-2.7:2
+   >=media-libs/gupnp-dlna-0.9.4:2.0
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   >=media-libs/libmediaart-0.7:2.0
+   media-plugins/gst-plugins-soup:1.0
+   >=net-libs/gssdp-0.13
+   >=net-libs/gupnp-0.20.14
+   >=net-libs/gupnp-av-0.12.8
+   >=net-libs/libsoup-2.44:2.4
+   >=sys-apps/util-linux-2.20
+   x11-misc/shared-mime-info
+   introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
+   sqlite? (
+   >=dev-db/sqlite-3.5:3
+   dev-libs/libunistring:=
+   x11-libs/gdk-pixbuf:2
+   )
+   tracker? ( >=app-misc/tracker-0.16:= )
+   transcode? (
+   media-libs/gst-plugins-bad:1.0
+   media-plugins/gst-plugins-twolame:1.0
+   media-plugins/gst-plugins-libav:1.0
+   )
+   X? ( >=x11-libs/gtk+-3:3 )
+"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+"
+# Maintainer only
+#   app-text/docbook-xsl-stylesheets
+#  >=dev-lang/vala-0.22
+#   dev-libs/libxslt
+
+src_prepare() {
+   # Disable test triggering call to gst-plugins-scanner which causes
+   # sandbox issues when plugins such as clutter are installed
+   sed -e 's/return rygel_playbin_renderer_test_main (argv, argc);/return 
0;/' \
+   -i tests/rygel-playbin-renderer-test.c || die
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   # We set xsltproc because man pages are provided by upstream
+   # and we do not want to regenerate them automagically.
+   gnome2_src_configure \
+   XSLTPROC=$(type -P false) \
+   --enable-gst-launch-plugin \
+   --with-media-engine=gstreamer \
+   --enable-nls \
+   --with-systemduserunitdir=$(systemd_get_userunitdir) \
+   $(use_enable introspection) \
+   $(use_enable sqlite media-export-plugin) \
+   $(use_enable sqlite lms-plugin) \
+   $(use_enable test tests) \
+   $(use_enable tracker tracker-plugin) \
+   $(use_with X ui)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   local v
+   for v in ${REPLACING_VERSIONS}; do
+   if ! version_is_at_least 0.28.2-r1 ${v}; then
+   elog "This version stops forcing the automatical 
starting of"
+   elog "rygel as upstream pretends. This way, it will 
honor the"
+   elog "user settings at Sharing section in 
gnome-control-center."
+   elog "If you desire to 

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

2017-08-13 Thread Gilles Dartiguelongue
commit: ed49257a2f3ac618f48d8fbf496423ee7e15e34c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 16:59:55 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed49257a

dev-libs/libgit2-glib: version bump 0.25.0 → 0.26.0

Update for libgit2.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-libs/libgit2-glib/Manifest   |  1 +
 dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libgit2-glib/Manifest b/dev-libs/libgit2-glib/Manifest
index 0b89806a3e7..0e92c74df13 100644
--- a/dev-libs/libgit2-glib/Manifest
+++ b/dev-libs/libgit2-glib/Manifest
@@ -1,2 +1,3 @@
 DIST libgit2-glib-0.24.4.tar.xz 458360 SHA256 
3a211f756f250042f352b3070e7314a048c88e785dba9d118b851253a7c60220 SHA512 
55874f77ded1474eab6f84d3426c8cddd56a42b04b8b3e50e4294f396b8c10025a38bc925c0b74ba3e52022c696f07e7f69b75c443bbd0af0f9e0769b7c4555f
 WHIRLPOOL 
22a17e940a670ccb31cf0fc229b8f042794e10e7c5996d4059779d3a7b2ab5865b9cf1bc1a32a9297e88e5b069b281e7f20b2db636f91d5f8af9df8f14d23346
 DIST libgit2-glib-0.25.0.tar.xz 420500 SHA256 
4a256b9acfb93ea70d37213a4083e2310e59b05f2c7595242fe3c239327bc565 SHA512 
f265d5da4bba28de2aa7254d36fa596b9e348c6543cd559cbb9c1f9610d4b63af00c82fb4138f345e15109503e0d61101d3344c68539348cb268403387a4418e
 WHIRLPOOL 
beb276d2637edca19a96f7eca94bc8b318b31e6c014044e7526c9c397ec376dea38891eb0985351899ad26de1436f4713e3ac0d708966e4e41d41d516208072f
+DIST libgit2-glib-0.26.0.tar.xz 420404 SHA256 
06b16cfcc3a53d9804858618d690e5509e9af2e2245b75f0479cadbbe39745c3 SHA512 
322f99b6273f0e56fcccdccd3b1193e1b62ca9dd495144e7c5fc59520dd693b1ceea4bab7335de1201ab09ecd7e146daa86afd9256d16649c144adb0b6de97c6
 WHIRLPOOL 
2bee4c44eae4ac01abd65d1b9a48069a60b749e86101d1df483a5b13a0aa3380756bb083b33801b4787ed384bc7fa7ed5de53271a7dcc95b09fa7f296b5060c1

diff --git a/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild 
b/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild
new file mode 100644
index 000..07fc8e722f0
--- /dev/null
+++ b/dev-libs/libgit2-glib/libgit2-glib-0.26.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+GCONF_DEBUG="no"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+VALA_USE_DEPEND="vapigen"
+
+inherit eutils gnome2 python-r1 vala
+
+DESCRIPTION="Git library for GLib"
+HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="python ssh +vala"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Specify libgit2 dependency with subslot because libgit2 upstream has a habit
+# of changing their API in each release in ways that break libgit2-glib
+RDEPEND="
+   >=dev-libs/libgit2-0.25.0:0/25[ssh?]
+   >=dev-libs/glib-2.44.0:2
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.11
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+src_prepare() {
+   use vala && vala_src_prepare
+   gnome2_src_prepare
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable python) \
+   $(use_enable ssh) \
+   $(use_enable vala)
+}
+
+src_install() {
+   gnome2_src_install
+
+   if use python ; then
+   install_gi_override() {
+   python_moduleinto "$(python_get_sitedir)/gi/overrides"
+   python_domodule "${S}"/${PN}/Ggit.py
+   }
+   python_foreach_impl install_gi_override
+   fi
+}



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

2017-08-13 Thread Gilles Dartiguelongue
commit: a638de00cba1cf6f2fa537ed187991c1691bac93
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 15:46:36 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a638de00

sys-apps/baobab: version bump 3.22.1 → 3.24.0

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 sys-apps/baobab/Manifest |  1 +
 sys-apps/baobab/baobab-3.24.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/baobab/Manifest b/sys-apps/baobab/Manifest
index 004ba0f91b1..edf42694026 100644
--- a/sys-apps/baobab/Manifest
+++ b/sys-apps/baobab/Manifest
@@ -1 +1,2 @@
 DIST baobab-3.22.1.tar.xz 947932 SHA256 
5bebcb1797888503d75c9985404e534940c211ffc37e5c7de09eed058dfc97ff SHA512 
6fae974ef79dc9b61269cc07fcdb4f6d8f043cf3eb8239c2408a7ccb1445800c1beda85da8ae9e0da1a39604e4896a6aab0ab04391286df20c20783d208c6c36
 WHIRLPOOL 
eef62d8bbc8e7e7e527178ae905510239cc5ef8995c756528883fe61eb9fa72077a12b6a9fd5845098cc82c1559ac271078bfafbadf975ac3bc674a1375e
+DIST baobab-3.24.0.tar.xz 970636 SHA256 
5980e96df9f3d1751a969869ec07bc184ae3ad667d5a3eb06cf1297091fdfc3f SHA512 
7a16cdc7b4e77e8bad23bccc171b4e552b2eb33a43822579cdf4b1d5ac76526955c0efeadf355fcda3a72b1fd6f8dbf2a6088406b5a21b8ecc4d06ff525baa17
 WHIRLPOOL 
5d5b266f563a42a58d3115adf732f06a96c1faeb50c82085271eca96580235746f9b503fe0fa629a4e52d4d2a8abc420ad162652be79c21fab2e4dc8df47562e

diff --git a/sys-apps/baobab/baobab-3.24.0.ebuild 
b/sys-apps/baobab/baobab-3.24.0.ebuild
new file mode 100644
index 000..fae7e7cb7c5
--- /dev/null
+++ b/sys-apps/baobab/baobab-3.24.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Disk usage browser for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Baobab;
+
+LICENSE="GPL-2+ FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2[dbus]
+   >=x11-libs/gtk+-3.19.1:3
+"
+RDEPEND="${COMMON_DEPEND}
+   gnome-base/gsettings-desktop-schemas
+   x11-themes/adwaita-icon-theme
+   !

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

2017-08-13 Thread Mike Pagano
commit: 07f04985317caf6e1e030ebb0ff156f8990449a4
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 16:51:56 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 16:51:56 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=07f04985

Linux patch 4.4.81

 _README |   4 +
 1081_linux-4.4.82.patch | 330 
 2 files changed, 334 insertions(+)

diff --git a/_README b/_README
index c396c3a..0fe7ce9 100644
--- a/_README
+++ b/_README
@@ -367,6 +367,10 @@ Patch:  1080_linux-4.4.81.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.81
 
+Patch:  1081_linux-4.4.82.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.82
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1081_linux-4.4.82.patch b/1081_linux-4.4.82.patch
new file mode 100644
index 000..f61b767
--- /dev/null
+++ b/1081_linux-4.4.82.patch
@@ -0,0 +1,330 @@
+diff --git a/Makefile b/Makefile
+index d049e53a6960..52f2dd8dcebd 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 81
++SUBLEVEL = 82
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c
+index 1f1ff7e7b9cf..ba079e279b58 100644
+--- a/arch/arm/kvm/mmu.c
 b/arch/arm/kvm/mmu.c
+@@ -1629,12 +1629,16 @@ static int kvm_test_age_hva_handler(struct kvm *kvm, 
gpa_t gpa, void *data)
+ 
+ int kvm_age_hva(struct kvm *kvm, unsigned long start, unsigned long end)
+ {
++  if (!kvm->arch.pgd)
++  return 0;
+   trace_kvm_age_hva(start, end);
+   return handle_hva_to_gpa(kvm, start, end, kvm_age_hva_handler, NULL);
+ }
+ 
+ int kvm_test_age_hva(struct kvm *kvm, unsigned long hva)
+ {
++  if (!kvm->arch.pgd)
++  return 0;
+   trace_kvm_test_age_hva(hva);
+   return handle_hva_to_gpa(kvm, hva, hva, kvm_test_age_hva_handler, NULL);
+ }
+diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c
+index 0e2919dd8df3..1395eeb6005f 100644
+--- a/arch/s390/net/bpf_jit_comp.c
 b/arch/s390/net/bpf_jit_comp.c
+@@ -1250,7 +1250,8 @@ static int bpf_jit_prog(struct bpf_jit *jit, struct 
bpf_prog *fp)
+   insn_count = bpf_jit_insn(jit, fp, i);
+   if (insn_count < 0)
+   return -1;
+-  jit->addrs[i + 1] = jit->prg; /* Next instruction address */
++  /* Next instruction address */
++  jit->addrs[i + insn_count] = jit->prg;
+   }
+   bpf_jit_epilogue(jit);
+ 
+diff --git a/arch/sparc/include/asm/mmu_context_64.h 
b/arch/sparc/include/asm/mmu_context_64.h
+index 349dd23e2876..0cdeb2b483a0 100644
+--- a/arch/sparc/include/asm/mmu_context_64.h
 b/arch/sparc/include/asm/mmu_context_64.h
+@@ -25,9 +25,11 @@ void destroy_context(struct mm_struct *mm);
+ void __tsb_context_switch(unsigned long pgd_pa,
+ struct tsb_config *tsb_base,
+ struct tsb_config *tsb_huge,
+-unsigned long tsb_descr_pa);
++unsigned long tsb_descr_pa,
++unsigned long secondary_ctx);
+ 
+-static inline void tsb_context_switch(struct mm_struct *mm)
++static inline void tsb_context_switch_ctx(struct mm_struct *mm,
++unsigned long ctx)
+ {
+   __tsb_context_switch(__pa(mm->pgd),
+>context.tsb_block[0],
+@@ -38,9 +40,12 @@ static inline void tsb_context_switch(struct mm_struct *mm)
+ #else
+NULL
+ #endif
+-   , __pa(>context.tsb_descr[0]));
++   , __pa(>context.tsb_descr[0]),
++   ctx);
+ }
+ 
++#define tsb_context_switch(X) tsb_context_switch_ctx(X, 0)
++
+ void tsb_grow(struct mm_struct *mm,
+ unsigned long tsb_index,
+ unsigned long mm_rss);
+@@ -110,8 +115,7 @@ static inline void switch_mm(struct mm_struct *old_mm, 
struct mm_struct *mm, str
+* cpu0 to update it's TSB because at that point the cpu_vm_mask
+* only had cpu1 set in it.
+*/
+-  load_secondary_context(mm);
+-  tsb_context_switch(mm);
++  tsb_context_switch_ctx(mm, CTX_HWBITS(mm->context));
+ 
+   /* Any time a processor runs a context on an address space
+* for the first time, we must flush that context out of the
+diff --git a/arch/sparc/kernel/tsb.S b/arch/sparc/kernel/tsb.S
+index 395ec1800530..7d961f6e3907 100644
+--- a/arch/sparc/kernel/tsb.S
 b/arch/sparc/kernel/tsb.S
+@@ -375,6 +375,7 @@ tsb_flush:
+* %o1: TSB base config pointer
+* %o2: TSB huge config pointer, or NULL if none
+* %o3: Hypervisor TSB descriptor physical address
++   * %o4: Secondary context to load, if non-zero
+*
+

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

2017-08-13 Thread Mike Pagano
commit: f16854e0ee94ed6b92f2599a957eb741157fcda3
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 16:51:14 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 16:51:14 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f16854e0

Linux patch 4.9.43

 _README |   4 +
 1042_linux-4.9.43.patch | 548 
 2 files changed, 552 insertions(+)

diff --git a/_README b/_README
index c5dce51..1e2c032 100644
--- a/_README
+++ b/_README
@@ -211,6 +211,10 @@ Patch:  1041_linux-4.9.42.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.42
 
+Patch:  1042_linux-4.9.43.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.43
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1042_linux-4.9.43.patch b/1042_linux-4.9.43.patch
new file mode 100644
index 000..d4979be
--- /dev/null
+++ b/1042_linux-4.9.43.patch
@@ -0,0 +1,548 @@
+diff --git a/Makefile b/Makefile
+index 34d4d9f8a4b2..77953bf3f40a 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 42
++SUBLEVEL = 43
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
+index f3baa896ce84..7037201c5e3a 100644
+--- a/arch/arm/boot/dts/Makefile
 b/arch/arm/boot/dts/Makefile
+@@ -820,7 +820,6 @@ dtb-$(CONFIG_MACH_SUN8I) += \
+   sun8i-a83t-allwinner-h8homlet-v2.dtb \
+   sun8i-a83t-cubietruck-plus.dtb \
+   sun8i-h3-bananapi-m2-plus.dtb \
+-  sun8i-h3-nanopi-m1.dtb  \
+   sun8i-h3-nanopi-neo.dtb \
+   sun8i-h3-orangepi-2.dtb \
+   sun8i-h3-orangepi-lite.dtb \
+diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c
+index 332ce3b5a34f..710511cadd50 100644
+--- a/arch/arm/kvm/mmu.c
 b/arch/arm/kvm/mmu.c
+@@ -1664,12 +1664,16 @@ static int kvm_test_age_hva_handler(struct kvm *kvm, 
gpa_t gpa, void *data)
+ 
+ int kvm_age_hva(struct kvm *kvm, unsigned long start, unsigned long end)
+ {
++  if (!kvm->arch.pgd)
++  return 0;
+   trace_kvm_age_hva(start, end);
+   return handle_hva_to_gpa(kvm, start, end, kvm_age_hva_handler, NULL);
+ }
+ 
+ int kvm_test_age_hva(struct kvm *kvm, unsigned long hva)
+ {
++  if (!kvm->arch.pgd)
++  return 0;
+   trace_kvm_test_age_hva(hva);
+   return handle_hva_to_gpa(kvm, hva, hva, kvm_test_age_hva_handler, NULL);
+ }
+diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c
+index bee281f3163d..e8dee623d545 100644
+--- a/arch/s390/net/bpf_jit_comp.c
 b/arch/s390/net/bpf_jit_comp.c
+@@ -1252,7 +1252,8 @@ static int bpf_jit_prog(struct bpf_jit *jit, struct 
bpf_prog *fp)
+   insn_count = bpf_jit_insn(jit, fp, i);
+   if (insn_count < 0)
+   return -1;
+-  jit->addrs[i + 1] = jit->prg; /* Next instruction address */
++  /* Next instruction address */
++  jit->addrs[i + insn_count] = jit->prg;
+   }
+   bpf_jit_epilogue(jit);
+ 
+diff --git a/arch/sparc/include/asm/mmu_context_64.h 
b/arch/sparc/include/asm/mmu_context_64.h
+index 349dd23e2876..0cdeb2b483a0 100644
+--- a/arch/sparc/include/asm/mmu_context_64.h
 b/arch/sparc/include/asm/mmu_context_64.h
+@@ -25,9 +25,11 @@ void destroy_context(struct mm_struct *mm);
+ void __tsb_context_switch(unsigned long pgd_pa,
+ struct tsb_config *tsb_base,
+ struct tsb_config *tsb_huge,
+-unsigned long tsb_descr_pa);
++unsigned long tsb_descr_pa,
++unsigned long secondary_ctx);
+ 
+-static inline void tsb_context_switch(struct mm_struct *mm)
++static inline void tsb_context_switch_ctx(struct mm_struct *mm,
++unsigned long ctx)
+ {
+   __tsb_context_switch(__pa(mm->pgd),
+>context.tsb_block[0],
+@@ -38,9 +40,12 @@ static inline void tsb_context_switch(struct mm_struct *mm)
+ #else
+NULL
+ #endif
+-   , __pa(>context.tsb_descr[0]));
++   , __pa(>context.tsb_descr[0]),
++   ctx);
+ }
+ 
++#define tsb_context_switch(X) tsb_context_switch_ctx(X, 0)
++
+ void tsb_grow(struct mm_struct *mm,
+ unsigned long tsb_index,
+ unsigned long mm_rss);
+@@ -110,8 +115,7 @@ static inline void switch_mm(struct mm_struct *old_mm, 
struct mm_struct *mm, str
+* cpu0 to update it's TSB because at that point the cpu_vm_mask
+* only had cpu1 set in it.
+*/
+-  load_secondary_context(mm);
+-  tsb_context_switch(mm);
++  tsb_context_switch_ctx(mm, CTX_HWBITS(mm->context));
+ 
+   /* Any time a processor runs a context on an address space
+

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

2017-08-13 Thread Mike Pagano
commit: ae3dadabd5058e845ed5bf34cbad53c580cfc6f9
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 13 16:36:48 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 13 16:36:48 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ae3dadab

Linux patch 4.12.7

 _README |   4 +
 1006_linux-4.12.7.patch | 648 
 2 files changed, 652 insertions(+)

diff --git a/_README b/_README
index b88e1e0..3a1bafb 100644
--- a/_README
+++ b/_README
@@ -67,6 +67,10 @@ Patch:  1005_linux-4.12.6.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.12.6
 
+Patch:  1006_linux-4.12.7.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.12.7
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1006_linux-4.12.7.patch b/1006_linux-4.12.7.patch
new file mode 100644
index 000..b130ed5
--- /dev/null
+++ b/1006_linux-4.12.7.patch
@@ -0,0 +1,648 @@
+diff --git a/Makefile b/Makefile
+index c8d80b50495a..ebe69a704bca 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 12
+-SUBLEVEL = 6
++SUBLEVEL = 7
+ EXTRAVERSION =
+ NAME = Fearless Coyote
+ 
+diff --git a/arch/s390/net/bpf_jit_comp.c b/arch/s390/net/bpf_jit_comp.c
+index 6e97a2e3fd8d..8cea684f1f53 100644
+--- a/arch/s390/net/bpf_jit_comp.c
 b/arch/s390/net/bpf_jit_comp.c
+@@ -1253,7 +1253,8 @@ static int bpf_jit_prog(struct bpf_jit *jit, struct 
bpf_prog *fp)
+   insn_count = bpf_jit_insn(jit, fp, i);
+   if (insn_count < 0)
+   return -1;
+-  jit->addrs[i + 1] = jit->prg; /* Next instruction address */
++  /* Next instruction address */
++  jit->addrs[i + insn_count] = jit->prg;
+   }
+   bpf_jit_epilogue(jit);
+ 
+diff --git a/drivers/net/ethernet/mellanox/mlx4/en_rx.c 
b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
+index 77abd1813047..802f0e8bff3a 100644
+--- a/drivers/net/ethernet/mellanox/mlx4/en_rx.c
 b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
+@@ -572,16 +572,21 @@ static inline __wsum get_fixed_vlan_csum(__wsum 
hw_checksum,
+  * header, the HW adds it. To address that, we are subtracting the pseudo
+  * header checksum from the checksum value provided by the HW.
+  */
+-static void get_fixed_ipv4_csum(__wsum hw_checksum, struct sk_buff *skb,
+-  struct iphdr *iph)
++static int get_fixed_ipv4_csum(__wsum hw_checksum, struct sk_buff *skb,
++ struct iphdr *iph)
+ {
+   __u16 length_for_csum = 0;
+   __wsum csum_pseudo_header = 0;
++  __u8 ipproto = iph->protocol;
++
++  if (unlikely(ipproto == IPPROTO_SCTP))
++  return -1;
+ 
+   length_for_csum = (be16_to_cpu(iph->tot_len) - (iph->ihl << 2));
+   csum_pseudo_header = csum_tcpudp_nofold(iph->saddr, iph->daddr,
+-  length_for_csum, iph->protocol, 
0);
++  length_for_csum, ipproto, 0);
+   skb->csum = csum_sub(hw_checksum, csum_pseudo_header);
++  return 0;
+ }
+ 
+ #if IS_ENABLED(CONFIG_IPV6)
+@@ -592,17 +597,20 @@ static void get_fixed_ipv4_csum(__wsum hw_checksum, 
struct sk_buff *skb,
+ static int get_fixed_ipv6_csum(__wsum hw_checksum, struct sk_buff *skb,
+  struct ipv6hdr *ipv6h)
+ {
++  __u8 nexthdr = ipv6h->nexthdr;
+   __wsum csum_pseudo_hdr = 0;
+ 
+-  if (unlikely(ipv6h->nexthdr == IPPROTO_FRAGMENT ||
+-   ipv6h->nexthdr == IPPROTO_HOPOPTS))
++  if (unlikely(nexthdr == IPPROTO_FRAGMENT ||
++   nexthdr == IPPROTO_HOPOPTS ||
++   nexthdr == IPPROTO_SCTP))
+   return -1;
+-  hw_checksum = csum_add(hw_checksum, (__force 
__wsum)htons(ipv6h->nexthdr));
++  hw_checksum = csum_add(hw_checksum, (__force __wsum)htons(nexthdr));
+ 
+   csum_pseudo_hdr = csum_partial(>saddr,
+  sizeof(ipv6h->saddr) + 
sizeof(ipv6h->daddr), 0);
+   csum_pseudo_hdr = csum_add(csum_pseudo_hdr, (__force 
__wsum)ipv6h->payload_len);
+-  csum_pseudo_hdr = csum_add(csum_pseudo_hdr, (__force 
__wsum)ntohs(ipv6h->nexthdr));
++  csum_pseudo_hdr = csum_add(csum_pseudo_hdr,
++ (__force __wsum)htons(nexthdr));
+ 
+   skb->csum = csum_sub(hw_checksum, csum_pseudo_hdr);
+   skb->csum = csum_add(skb->csum, csum_partial(ipv6h, sizeof(struct 
ipv6hdr), 0));
+@@ -625,11 +633,10 @@ static int check_csum(struct mlx4_cqe *cqe, struct 
sk_buff *skb, void *va,
+   }
+ 
+   if (cqe->status & cpu_to_be16(MLX4_CQE_STATUS_IPV4))
+-  get_fixed_ipv4_csum(hw_checksum, skb, hdr);
++  return get_fixed_ipv4_csum(hw_checksum, skb, hdr);
+ #if IS_ENABLED(CONFIG_IPV6)
+-  else if 

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

2017-08-13 Thread Sergei Trofimovich
commit: d4c533ce9f8e4c0c7b749e6c78db41d9773bd086
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 16:29:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 16:29:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c533ce

dev-python/future: keyworded 0.16.0 for ppc, bug #592910

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

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

diff --git a/dev-python/future/future-0.16.0.ebuild 
b/dev-python/future/future-0.16.0.ebuild
index cad33a7b95f..67ff375c7e1 100644
--- a/dev-python/future/future-0.16.0.ebuild
+++ b/dev-python/future/future-0.16.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-Timeout/

2017-08-13 Thread Sergei Trofimovich
commit: de7ab5bf1c1beff1caa91c82eebddb4475087e4a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 13:07:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 16:08:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7ab5bf

dev-perl/IO-Socket-Timeout: keyworded 0.320.0 for ppc, bug #605722

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

 dev-perl/IO-Socket-Timeout/IO-Socket-Timeout-0.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Socket-Timeout/IO-Socket-Timeout-0.320.0.ebuild 
b/dev-perl/IO-Socket-Timeout/IO-Socket-Timeout-0.320.0.ebuild
index ace032c84d5..af7e4481069 100644
--- a/dev-perl/IO-Socket-Timeout/IO-Socket-Timeout-0.320.0.ebuild
+++ b/dev-perl/IO-Socket-Timeout/IO-Socket-Timeout-0.320.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="IO::Socket with read/write timeout"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-via-Timeout/

2017-08-13 Thread Sergei Trofimovich
commit: a082cfa9b8ab1168b9d81b3bbb1c571a6a881959
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 13:07:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 16:08:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a082cfa9

dev-perl/PerlIO-via-Timeout: keyworded 0.320.0 for ppc, bug #605722

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

 dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.320.0.ebuild 
b/dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.320.0.ebuild
index 9144f083616..287a2e19bac 100644
--- a/dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.320.0.ebuild
+++ b/dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.320.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="PerlIO layer that adds read & write timeout to a handle"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-08-13 Thread Sergei Trofimovich
commit: 925bb6a2ce996cdf1c92ed97918a74efd74ffb8d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 16:08:39 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 16:08:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925bb6a2

sys-libs/glibc: cut new glibc patchset, bug #627164

This patchset has single new patch which fixes
build failure against binutils-2.29.

Bug: https://sourceware.org/PR21666
Bug: https://bugs.gentoo.org/627164
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-libs/glibc/Manifest | 4 ++--
 sys-libs/glibc/glibc-2.24-r4.ebuild | 2 +-
 sys-libs/glibc/glibc-2.25-r3.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 36c8522f75e..1373cb56892 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -14,10 +14,10 @@ DIST glibc-2.22.tar.xz 12969072 SHA256 
eb731406903befef1d8f878a46be75ef862b9056a
 DIST glibc-2.23-patches-7.tar.bz2 315221 SHA256 
97ef9e370ce9b09d8e9b9f6239f7ef94dd837d29b7bfc1404438c63da1d534ac SHA512 
c0d0cab0a370acef0b085b0ab09ce868425a12bbb371d0a9ff91dc83a74a0d8d3b541d10c44650b00b7cb155f8ac1f87764e6a6bd9d6bae8a9a904b4df1650ef
 WHIRLPOOL 
128ea1a2eeaad3d95cdf1054d10232a34e8f88d10ed8907a67d9ff02734243d20b21595ca3698a4861d9c65e2a59aedbcf8e399bd1ed879dba1556ce2995ad9b
 DIST glibc-2.23-patches-8.tar.bz2 304199 SHA256 
6110777176abfb8d287d82804d98e007c255db6040a1beca589a212772c90482 SHA512 
470814bbbd9d4ee5fa2dd7570a2e14b0229723e373e801472856fd6c2f089499eddc300f69b49af8ba0edbdca583ee3ca521fdb5c642509717cafea0ad925fd2
 WHIRLPOOL 
1ef9a431d67d7669f34f7db21185d50ddd6dc82c549a9ff274f0b98454417f4098ee771bfe10073be12d3c153ee46ff36e40b46ecb31844ab09791ae29b49074
 DIST glibc-2.23.tar.xz 13455260 SHA256 
94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 SHA512 
b82953388cd028e174cb08f082557bbce0dad8b67b17d31b29f90102fd52a51e03d591448ecb64882a1c1d5303afffc7f6ede85cee4c784a9284fbc9b4ad26cf
 WHIRLPOOL 
7c7e3bf55a89a04bac917b9ca5a1cbb1613f22c427d2766f114b5a36f9635856005b823852ef5d3b73462b577fe4e5865e68e7b64633d48a95fa1e5eaa831a71
+DIST glibc-2.24-patches-10.tar.bz2 73586 SHA256 
d479033b63ff796fea56fb1bde390c442021acd856994b15c983b4a89e46fbbe SHA512 
fc9191a85da53a2515bbaab228648936682e04267284049468e0c82284f618ab2907b9247baca701e16edc50640199ff6d8e2a6a93ccbd5a9d3b0eb73cc484ca
 WHIRLPOOL 
7afe94307900a70de2f5e028d8ec9e0f4b06b661ec6493217e51a13d750f891e10b45c0f66d86fa83c16cc3ce539bb257039b33bc3e363469cd03502d956d75e
 DIST glibc-2.24-patches-8.tar.bz2 71769 SHA256 
0a21549ed196c5c03efc37273fb991e199c585140d954dca61140c3d0c227af9 SHA512 
897c9d158f898edb355ee6478a7e0372a29e6c9d0b98cd80ccaa3ed4f0aab35e3b038217735f2a3b6007ff0cf27c7d6b27a84daaceca9361dce04bc5b2124ada
 WHIRLPOOL 
222b375249c5a3e53fd0116fadf9612c5e5479cd845dc3fcebb496dfe38d70d0e2c84517b79258c73afe2c1f5d15ecec768d33659c10fb15ae59b9061072987d
-DIST glibc-2.24-patches-9.tar.bz2 72888 SHA256 
196b584a282d8c64d6ba46e7729786cb3fc446c037421c03ae2dc79202dc SHA512 
1e9efae34e8f1da264e54a1217ab015e94b1f4a99b5bc5a2a15d645c68383d0b97f80b7b45d9aa9e48dfc31f9ad474af3226f7dad66b25a457ca4df2df17cee9
 WHIRLPOOL 
954798ee80821b71ebff709ae6ef1714bdcf5b15b7bbb512ca587e86167b88c6a683636c8c1e7244a6e21f8257487a1393e4f3f4041f2461c6e387cf2796a465
 DIST glibc-2.24.tar.xz 13554048 SHA256 
99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 SHA512 
a4cb28a2c51a0cc029ed69da7cba11931a615ba897235590b4f7fad2eaabec9042f8250eaac2a5860997437a69ab13304f10a634000e52c0336b5593b7969adb
 WHIRLPOOL 
be82b47fc73f7e780e8e73a5f58b313d8e861d5ea8c4320f95ef0d8c1e125ff011d61dcfc0380be0e83868bd8c3299de1ea662da7fc8d709050e89b2c126e3eb
 DIST glibc-2.25-patches-5.tar.bz2 44356 SHA256 
d9ea3908c8c4d561d22697d9830b4032cbbba46822613d5a3509d3b7e579c016 SHA512 
ad3acf760e6cd714fe5d6833b53d8759e09c74ca60fbfd173e87dbb2d1062a5006427ca17db0b6ce695dae03e2ace7dc30992ae9b08e94ae4350b19ea03acdcc
 WHIRLPOOL 
1fa660852f9e42fda956b4924351a532efdca88691cb2855c458e8bb9af1fc3cbdf2eb9c8ce93a7c57fa2d6a7e20b1c1a5c17d29b0d07f8e44e0ed8fdb7db8bc
-DIST glibc-2.25-patches-6.tar.bz2 45450 SHA256 
e0087cc67f48189a61370c4490ef2e7cee688cba41bd1881bec48b9c5107542a SHA512 
434bcc1f38ee27bfc849d6ed4f3bfa6b59644951e02688f9ad865b534f1033f16f70134d16687341743c15b5f701405e0fb1133c245e56e5e4927771c786bd25
 WHIRLPOOL 
f3f634a4a26cc283ed62feee0fe62fbc7b573a833e6920adc804874b8a69fcf6a1430e6f3c5a1ac5ea0ab4117e1cf061ff1c001ac041d99d0e3bee56c40cff77
+DIST glibc-2.25-patches-7.tar.bz2 46222 SHA256 
af1a3c13409599486d58c531d04d794698b1ac04cc883dbdb0d29af7b44d7ca5 SHA512 
21637f3b1a20cef55ce52311bc7b4d60d93b6f04a8d45944ccb9286fc330e262c6f37f729b7f5a5daec588821e8ae330f89cb7f7e84463b4e533aa80f408e415
 WHIRLPOOL 
bc48fa53ddd264559378e8075c42bd38fd49015ac76834aaed7e0ec338dbbba1f4fdc1d2aaea6d53d72bbbaef99920cad489188b95cd0ec06b02ce5def110c11
 DIST glibc-2.25.tar.xz 13873900 SHA256 

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

2017-08-13 Thread Sergei Trofimovich
commit: 6d2e3087704a933cfdb581c0e1847d5373acc5f2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 13:07:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 16:08:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2e3087

net-dns/updatedd: keyworded 2.6-r5 for ppc, bug #605722

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

 net-dns/updatedd/updatedd-2.6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/updatedd/updatedd-2.6-r5.ebuild 
b/net-dns/updatedd/updatedd-2.6-r5.ebuild
index 529787f1921..fae1a41e9e1 100644
--- a/net-dns/updatedd/updatedd-2.6-r5.ebuild
+++ b/net-dns/updatedd/updatedd-2.6-r5.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://savannah.nongnu.org/download/updatedd/${PN}_${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] gentoo commit in src/patchsets/glibc/2.24: README.history

2017-08-13 Thread Sergei Trofimovich (slyfox)
slyfox  17/08/13 16:07:29

  Modified: README.history
  Log:
  cut new glibc patchset, bug #627164
  
  This patchset has single new patch which fixes
  build failure against binutils-2.29.
  
  Bug: https://sourceware.org/PR21666
  Bug: https://bugs.gentoo.org/627164

Revision  ChangesPath
1.12 src/patchsets/glibc/2.24/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.12=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?rev=1.12=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.24/README.history?r1=1.11=1.12

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.24/README.history,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README.history  12 Aug 2017 22:29:11 -  1.11
+++ README.history  13 Aug 2017 16:07:29 -  1.12
@@ -1,4 +1,4 @@
-10 [pending]
+10 13 Aug 2017
+ 00_all_0054-Avoid-.symver-on-common-symbols-BZ-21666.patch
 
 9  12 Aug 2017






[gentoo-commits] gentoo commit in src/patchsets/glibc/2.25: README.history

2017-08-13 Thread Sergei Trofimovich (slyfox)
slyfox  17/08/13 16:07:29

  Modified: README.history
  Log:
  cut new glibc patchset, bug #627164
  
  This patchset has single new patch which fixes
  build failure against binutils-2.29.
  
  Bug: https://sourceware.org/PR21666
  Bug: https://bugs.gentoo.org/627164

Revision  ChangesPath
1.9  src/patchsets/glibc/2.25/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.25/README.history?rev=1.9=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.25/README.history?rev=1.9=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.25/README.history?r1=1.8=1.9

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.25/README.history,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README.history  12 Aug 2017 22:29:11 -  1.8
+++ README.history  13 Aug 2017 16:07:29 -  1.9
@@ -1,4 +1,4 @@
-7  [pending]
+7  13 Aug 2017
+ 00_all_0020-Avoid-.symver-on-common-symbols-BZ-21666.patch
 
 6  12 Aug 2017






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

2017-08-13 Thread Michael Orlitzky
commit: 2bdd5da129c28d3f0b1126e3c8a83209686521c8
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 13 13:42:47 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 13 14:34:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdd5da1

dev-db/freetds: new version 1.00.54.

This minor update includes a QA warning fix, and drops the
"--with-tdsver=7.4" from econf. The upstream default TDS version is
now "auto" and not the old "5.0".

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/freetds/Manifest   | 2 +-
 dev-db/freetds/{freetds-1.00.53.ebuild => freetds-1.00.54.ebuild} | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-db/freetds/Manifest b/dev-db/freetds/Manifest
index 5f1c17b9b85..9c66f2959de 100644
--- a/dev-db/freetds/Manifest
+++ b/dev-db/freetds/Manifest
@@ -1,3 +1,3 @@
 DIST freetds-0.91.tar.gz 2136329 SHA256 
6a8148bd803aebceac6862b0dead1c5d9659f7e1038993abfe0ce8febb322465 SHA512 
4dadafe49848ab5505b0fa5bd650e19e7652c3e1181d3c49f087c50ed055f395eaf5917a99744ed3594e4af9032c4e18f397af58fb1010e695ac2c0bc601b5e3
 WHIRLPOOL 
63662b56011edb6d22ce28cc7bad3af272ff81862f0d8ff65b113af260e3c8d05a9d941c1cf4b8039b99f460c3a5c8364dd69d42d8e98c0c92530462f732dec2
 DIST freetds-1.00.41.tar.gz 2904915 SHA256 
f054f1ac09d933527b634e081f5b36856669b7a507601cde93eda32174681e59 SHA512 
dec3197a6478fc59b7386f9a7a562df8b581bba7184210c42f26827e957b9746e6820d687a9c6cbcd7c825fc5d4f556547c0483d06c786a064d5c4859db4daa1
 WHIRLPOOL 
de396ba6fa04c7fb580614297c62f61c77a606417e749eb1dd4ad352e7f87cea05ed1567d7dd7f97b189f83d48f711e1254a59d0f9c897050b505e31f6fe8da7
-DIST freetds-1.00.53.tar.gz 2906676 SHA256 
153c7800f1abf2a6c254e0acbaa618e683e84dbe66f5d156d46d5ce5b280ae32 SHA512 
89896a9e02112b99e9d13d55841595e5a20b3c3dd0d5a5fd28cc787669942e8b6361c908536955648e0bd49dcdc829bd1206e228e884fc6a499fa67afa1c3075
 WHIRLPOOL 
933e6b20abe75759c2c84d2f11f441a4b4f5289359d1948b7a19e455a41bb26df7eb78c12496408096bca380f4a234c121cd76d283f4202c3f4912de1eba06ef
+DIST freetds-1.00.54.tar.gz 2907015 SHA256 
b2dc627b87762ffb665ce318121aec3a63ddd430132aa7fbdafb02297dc8f1f0 SHA512 
a2a5034705fe06ee38b085f980f6ddf086789abc9485331fdaf829e7243f7ba95a5f0c612d7e3ec9e10f28a5c8b3a3fd8e7853d66f67110bd860afce949c798c
 WHIRLPOOL 
519cf22370ed0baab6bd24e0d9e237703157e8be9a5ff8af1ec9307d9faf3e961df8c6d623ce53998efa28fe884897bb4190f2f4f7e29642c8c465b82ea64c37

diff --git a/dev-db/freetds/freetds-1.00.53.ebuild 
b/dev-db/freetds/freetds-1.00.54.ebuild
similarity index 95%
rename from dev-db/freetds/freetds-1.00.53.ebuild
rename to dev-db/freetds/freetds-1.00.54.ebuild
index a51558b5870..a7a0237e059 100644
--- a/dev-db/freetds/freetds-1.00.53.ebuild
+++ b/dev-db/freetds/freetds-1.00.54.ebuild
@@ -53,8 +53,7 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf=( --with-tdsver=7.4 )
-   myconf+=( $(use_with iodbc iodbc "${EPREFIX}/usr") )
+   local myconf=( $(use_with iodbc iodbc "${EPREFIX}/usr") )
myconf+=( $(use_with odbc unixodbc "${EPREFIX}/usr") )
myconf+=( $(use_enable iconv libiconv) )
myconf+=( $(use_with iconv libiconv-prefix "${EPREFIX}/usr") )



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-13 Thread Philip Miess
commit: 22896610853246c46ff6464d52eea44b077cfda9
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 13 14:04:21 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 13 14:04:21 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=22896610

Install in prefix patch, fix shebang 4

 dev-python/freecode-submit/Manifest   | 4 
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 0afb5ec..4419f22 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,7 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-<<< HEAD
 EBUILD freecode-submit-2.9.ebuild 636 SHA256 
98cdba4119d6c0b3c614c1162a4cf07f7ca76dcae374cb857c0fae80ba8f1c6b SHA512 
56b37bd7c7e1485207397f13f88a043cb33665cb3e9e9c69526832e22899cb33d976a1de54c1d30fbd79740a46a932aa0d2124989b2639ca86f21dd85b13df10
 WHIRLPOOL 
d86021b5b14918ec5ad2d70a5ac966027fc58384a4fdf23d803365a79c3e9ed4c33a1dcfe041321797e6968f9bfb1a24834a918ae68e7670ee1b2292cad11f87
-===
-EBUILD freecode-submit-2.9.ebuild 640 SHA256 
29c2c3a17005184f3875b34de0ac0ffd8ced74ffce5a19a6d4268942ae6fe70f SHA512 
814f17928d140d3b3002c16365f2f705035f94661f28ba52e3dbea4e6db6557e9b939aa388cfd86010a2d57fc8bb48b56b62a1418bfd2732da4701b2432f39fa
 WHIRLPOOL 
2862973ff9573fff8e7a8be75dde4a198a627d073000c6ab873107c13eae7a8d039a4dbce06823205f6a9173f03c5bf12594b3075f7ebbec3357c6c0156dd310
->>> 28720a0ce4d65277d3a70222d45efbb378d7adda
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 995beb1..5a94d82 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ssl(+)"
 
-inherit python-single-r1
+inherit distutils-r1
 
 DESCRIPTION="Client for Freshcode and Freecode-like sites."
 HOMEPAGE="http://www.catb.org/~esr/freecode-submit/;



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-13 Thread Philip Miess
commit: 04873727a2334f4c0be9c603b9786d287efa9476
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 13 12:20:04 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 13 12:30:33 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=04873727

no swap

 .../freecode-submit/.freecode-submit-2.9.ebuild.swp | Bin 12288 -> 0 bytes
 dev-python/freecode-submit/Manifest |   2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild   |   9 -
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp 
b/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp
deleted file mode 100644
index 063e40d..000
Binary files a/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp and 
/dev/null differ

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 21b3088..9167b59 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 643 SHA256 
0fc38e26ea90f58f806196313526aa8a96fa38952789a7939eb18f9f973a9245 SHA512 
d2fec6d2e96827cffba0d649990d1f508f0441586587255cf059df792fa9062312992ef282d72f6155645bff8da08f4547902aa810af0248bc76e1d85364c598
 WHIRLPOOL 
419885b0372a663e7702d8afcc637ab3ca82d218737382fdb31c83d0f4fbc4d27a75602e0010217bc6c44205fa489ddbfdcbf7de71a30d8d10940e4d865432b7
+EBUILD freecode-submit-2.9.ebuild 640 SHA256 
29c2c3a17005184f3875b34de0ac0ffd8ced74ffce5a19a6d4268942ae6fe70f SHA512 
814f17928d140d3b3002c16365f2f705035f94661f28ba52e3dbea4e6db6557e9b939aa388cfd86010a2d57fc8bb48b56b62a1418bfd2732da4701b2432f39fa
 WHIRLPOOL 
2862973ff9573fff8e7a8be75dde4a198a627d073000c6ab873107c13eae7a8d039a4dbce06823205f6a9173f03c5bf12594b3075f7ebbec3357c6c0156dd310
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 035a875..995beb1 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -5,9 +5,8 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ssl(+)"
-DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1
+inherit python-single-r1
 
 DESCRIPTION="Client for Freshcode and Freecode-like sites."
 HOMEPAGE="http://www.catb.org/~esr/freecode-submit/;
@@ -22,7 +21,7 @@ DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 python_prepare_all() {
-sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
-python_fix_shebang freecode-submit 
+   sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
+   python_fix_shebang freecode-submit
+   distutils-r1_python_prepare_all
 }
-



[gentoo-commits] repo/user/superposition:master commit in: /

2017-08-13 Thread Philip Miess
commit: 1247e0b549d46eab2192dfd8c15d9adf9846b540
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 13 13:55:21 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 13 13:55:21 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=1247e0b5

:qMerge branch 'master' of git+ssh://git.gentoo.org/repo/user/superposition

 dev-python/freecode-submit/Manifest   | 4 
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --cc dev-python/freecode-submit/Manifest
index 4419f22,9167b59..0afb5ec
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@@ -1,3 -1,3 +1,7 @@@
  DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
++<<< HEAD
 +EBUILD freecode-submit-2.9.ebuild 636 SHA256 
98cdba4119d6c0b3c614c1162a4cf07f7ca76dcae374cb857c0fae80ba8f1c6b SHA512 
56b37bd7c7e1485207397f13f88a043cb33665cb3e9e9c69526832e22899cb33d976a1de54c1d30fbd79740a46a932aa0d2124989b2639ca86f21dd85b13df10
 WHIRLPOOL 
d86021b5b14918ec5ad2d70a5ac966027fc58384a4fdf23d803365a79c3e9ed4c33a1dcfe041321797e6968f9bfb1a24834a918ae68e7670ee1b2292cad11f87
++===
+ EBUILD freecode-submit-2.9.ebuild 640 SHA256 
29c2c3a17005184f3875b34de0ac0ffd8ced74ffce5a19a6d4268942ae6fe70f SHA512 
814f17928d140d3b3002c16365f2f705035f94661f28ba52e3dbea4e6db6557e9b939aa388cfd86010a2d57fc8bb48b56b62a1418bfd2732da4701b2432f39fa
 WHIRLPOOL 
2862973ff9573fff8e7a8be75dde4a198a627d073000c6ab873107c13eae7a8d039a4dbce06823205f6a9173f03c5bf12594b3075f7ebbec3357c6c0156dd310
++>>> 28720a0ce4d65277d3a70222d45efbb378d7adda
  MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-13 Thread Philip Miess
commit: e609bea3a51ad7493ee8d9839b736fc913434244
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 13 13:51:33 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 13 13:52:01 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=e609bea3

Install in prefix patch, fix shebang 4

 dev-python/freecode-submit/Manifest   | 2 +-
 dev-python/freecode-submit/freecode-submit-2.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 9167b59..4419f22 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 640 SHA256 
29c2c3a17005184f3875b34de0ac0ffd8ced74ffce5a19a6d4268942ae6fe70f SHA512 
814f17928d140d3b3002c16365f2f705035f94661f28ba52e3dbea4e6db6557e9b939aa388cfd86010a2d57fc8bb48b56b62a1418bfd2732da4701b2432f39fa
 WHIRLPOOL 
2862973ff9573fff8e7a8be75dde4a198a627d073000c6ab873107c13eae7a8d039a4dbce06823205f6a9173f03c5bf12594b3075f7ebbec3357c6c0156dd310
+EBUILD freecode-submit-2.9.ebuild 636 SHA256 
98cdba4119d6c0b3c614c1162a4cf07f7ca76dcae374cb857c0fae80ba8f1c6b SHA512 
56b37bd7c7e1485207397f13f88a043cb33665cb3e9e9c69526832e22899cb33d976a1de54c1d30fbd79740a46a932aa0d2124989b2639ca86f21dd85b13df10
 WHIRLPOOL 
d86021b5b14918ec5ad2d70a5ac966027fc58384a4fdf23d803365a79c3e9ed4c33a1dcfe041321797e6968f9bfb1a24834a918ae68e7670ee1b2292cad11f87
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 995beb1..5a94d82 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ssl(+)"
 
-inherit python-single-r1
+inherit distutils-r1
 
 DESCRIPTION="Client for Freshcode and Freecode-like sites."
 HOMEPAGE="http://www.catb.org/~esr/freecode-submit/;



[gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/

2017-08-13 Thread Patrice Clement
commit: 43fa4f6756914b15687821e50a312009dd299ddc
Author: Torsten Alex  itc-gmbh  de>
AuthorDate: Sun Aug  6 02:35:12 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 13:26:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fa4f67

net-dialup/xl2tpd: EAPI 6 bump and other improvements.

This commit:
* adds myself as well as the proxy-maint project to metadata.xml.
* bumps xl2tpd to 1.3.9.
* bumps the EAPI to version 6.
* cleans up the ebuilds and improves its overall quality.

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

 net-dialup/xl2tpd/Manifest|  1 +
 net-dialup/xl2tpd/metadata.xml| 11 +--
 net-dialup/xl2tpd/xl2tpd-1.3.9.ebuild | 55 +++
 3 files changed, 65 insertions(+), 2 deletions(-)

diff --git a/net-dialup/xl2tpd/Manifest b/net-dialup/xl2tpd/Manifest
index fd7f44773ff..996b37595fe 100644
--- a/net-dialup/xl2tpd/Manifest
+++ b/net-dialup/xl2tpd/Manifest
@@ -1,2 +1,3 @@
 DIST xl2tpd-1.3.1.tar.gz 551923 SHA256 
147ea96a957628bc31bba6fd5f5ef5522366691f936ce4c0a0988d9876e3ba14 SHA512 
2265a19eda1521fd4314ad1b28cc1bb781d2f0edb06ad619afbb364f5896e23db7e444ac10709c1ae9b9ac648e4354aea7af57bb5bc20b706b00e2a131fc29d6
 WHIRLPOOL 
b5465605ae5c3bbf73227f11958a43c66191bb557447ce224de044358e738331cf8e64e783bb5527517683cbcc59d57df9cc17c990f652fe7aed1ab2cfd7f9b2
 DIST xl2tpd-1.3.6.tar.gz 553981 SHA256 
49b069aa8d873e1d8f615ccc4212351e427bf681ba453fdd211256a8345bb7fb SHA512 
868c65660e6a45fb8dc22b95542e9d6ca0dc8e5033cc9df04171a651ef273bc5d711a85f61d4a971d714089f7a10ee67460d8ab9f3c007fcffe0e11e81ae0bfd
 WHIRLPOOL 
92bf661e0ae95bcf80cb8b8c5c9c8648d3aa5375a9dc598f0f4fa3be3bce2bc9a36a60eabf44da3dad24fb3f2b03e30b960d73e6a16c51c8ea25397639766328
+DIST xl2tpd-1.3.9.tar.gz 510538 SHA256 
62f683ab4cda2941261e37828f2939b5a2e85b437e9a3cd86bbd660c26e04a1e SHA512 
858e342e3f5b9c460c8fd041cb2873c79dbb9fbef1e5caf8c367a6c74ca175c2a020a4b152757892c24950eebf701324c0ba682eafd23cd370d36da7118cb3d9
 WHIRLPOOL 
186ed1f8729eacbf6aa35ac0af97fdf1124ff85cebd119ba0d7f6d303fbfa3292fb7c247c3308743fd2785de0ebaa8fd7adf7801b6f4db8102abf9211f84732a

diff --git a/net-dialup/xl2tpd/metadata.xml b/net-dialup/xl2tpd/metadata.xml
index 555f2c792d7..8066f7a44b9 100644
--- a/net-dialup/xl2tpd/metadata.xml
+++ b/net-dialup/xl2tpd/metadata.xml
@@ -1,8 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   The Layer 2 Tunneling Protocol (L2TP) daemon mantained 
by Xelerance Corporation.
+   
+   t...@itc-gmbh.de
+   Torsten Alex
+   
+   
+   proxy-ma...@gentoo.org
+   Gentoo Proxy Maintainers Project
+   
+   xl2tpd is a fork of l2tpd Layer 2 Tunneling Protocol 
(L2TP) daemon that can be used to transfer frames of OSI layer 2 protocols 
through an IP tunnel. While it provides authentication via CHAP or PAP it does 
not provide encryption itself and should therefore be externally secured (via 
IPSEC).

Patch for host lookup retries, activated 
by redial feature
Enable kernel interface for PPPoL2TP

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.9.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.9.ebuild
new file mode 100644
index 000..e5b9615f9ca
--- /dev/null
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.9.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
+HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/;
+SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="dnsretry"
+
+DEPEND="
+   net-libs/libpcap
+   >sys-kernel/linux-headers-2.6"
+
+RDEPEND="
+   ${DEPEND}
+   net-dialup/ppp"
+
+DOCS=( CREDITS README.xl2tpd BUGS CHANGES TODO doc/README.patents)
+
+src_prepare() {
+   default
+   # The below patch is questionable. Why wasn't it submitted upstream? If 
it
+   # ever breaks, it will just be removed. -darkside 20120914
+   # Patch has been discussed with upstream and is marked as feature by 
now:
+   # https://github.com/xelerance/xl2tpd/issues/134 // -- tenX 2017-08-06
+   use dnsretry && eapply -p0 "${FILESDIR}/${PN}-dnsretry.patch"
+}
+
+src_compile() {
+   tc-export CC
+   emake OSFLAGS="-DLINUX"
+}
+
+src_install() {
+   emake PREFIX=/usr DESTDIR="${D}" install
+
+   insinto /etc/xl2tpd
+   newins doc/l2tpd.conf.sample xl2tpd.conf
+   newins doc/l2tp-secrets.sample l2tp-secrets
+   fperms 0600 /etc/xl2tpd/l2tp-secrets
+
+   newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
+
+   systemd_dounit "${FILESDIR}"/xl2tpd.service
+   systemd_dotmpfilesd 

[gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/

2017-08-13 Thread Patrice Clement
commit: e30c8eff08858e2873016e615d0a2925db7b54e2
Author: soredake  krutt  org>
AuthorDate: Tue Aug  1 22:35:02 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 13:23:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30c8eff

net-news/rssguard: version bump to 3.4.1.

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

 net-news/rssguard/Manifest  |  1 +
 net-news/rssguard/metadata.xml  |  8 ++
 net-news/rssguard/rssguard-3.4.1.ebuild | 49 +
 3 files changed, 58 insertions(+)

diff --git a/net-news/rssguard/Manifest b/net-news/rssguard/Manifest
index d82b1146fa3..5f0e1692718 100644
--- a/net-news/rssguard/Manifest
+++ b/net-news/rssguard/Manifest
@@ -1 +1,2 @@
 DIST rssguard-3.3.5.tar.gz 5310573 SHA256 
c8f9d05d498e63f5654dca2fc27834403d6cd76f078639a5d6e1b2acbc6e81bf SHA512 
3d80cffa20f0f5f625907b0245a09ada18d56a190abddf2bcdc9eaa199867e29b68d445e12eec0dc544469e8ead4df2c6753da634346bf60e0913bdae41951be
 WHIRLPOOL 
efc16b622f3a0ddccee05c0ff5ba97933b170a8e1b713bf4cd81baeda745e70c88acd34502a372a34df339ab210b929f331609f022be3d5dc88cb9acc74de697
+DIST rssguard-3.4.1.tar.gz 5128550 SHA256 
709a92daef6cacb53983b42684f1d60eed3b7462a14403a2dac6cdb299a88bd4 SHA512 
0f60bc7f1d000ec8e0f813cccf6235602b9a8f25b833b2bbf094601a0bfdeb5a7dfe7a0745f625812c1509b8489c45141fa51206175968897b394f942f4e6e2c
 WHIRLPOOL 
826db0559456988d2b85da1968863ad39cd4f34a21626db27a2c4a45669e4badb07f160c870dfef36b36f03e57fe5efc12db8e1969ed7f17d87f199f6c3af210

diff --git a/net-news/rssguard/metadata.xml b/net-news/rssguard/metadata.xml
index 10ef77a1959..45d5f9354ee 100644
--- a/net-news/rssguard/metadata.xml
+++ b/net-news/rssguard/metadata.xml
@@ -1,6 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   fds...@krutt.org
+   soredake
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

martinrotter/rssguard


diff --git a/net-news/rssguard/rssguard-3.4.1.ebuild 
b/net-news/rssguard/rssguard-3.4.1.ebuild
new file mode 100644
index 000..8f249559600
--- /dev/null
+++ b/net-news/rssguard/rssguard-3.4.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit qmake-utils
+
+DESCRIPTION="A tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard;
+SRC_URI="https://github.com/martinrotter/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug webengine"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.6:5
+   >=dev-qt/qtgui-5.6:5
+   >=dev-qt/qtnetwork-5.6:5
+   >=dev-qt/qtsql-5.6:5
+   >=dev-qt/qtwidgets-5.6:5
+   >=dev-qt/qtxml-5.6:5
+   webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/linguist-tools-5.6:5
+"
+
+src_prepare() {
+   default
+
+   # remove bundled qtbase translations
+   rm -v localization/qtbase* || die
+   sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   CONFIG+=$(usex debug debug release) \
+   USE_WEBENGINE=$(usex webengine true false) \
+   LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
+   PREFIX="${EPREFIX}"/usr \
+   INSTALL_ROOT=.
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+}



[gentoo-commits] repo/gentoo:master commit in: net-news/rssguard/

2017-08-13 Thread Patrice Clement
commit: 34392deaeeac83e04b59dd8a1570468c083868d4
Author: soredake  krutt  org>
AuthorDate: Tue Aug  1 22:10:01 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 13:23:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34392dea

net-news/rssguard: add live version.

 net-news/rssguard/rssguard-.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/net-news/rssguard/rssguard-.ebuild 
b/net-news/rssguard/rssguard-.ebuild
new file mode 100644
index 000..4ca7b2a4399
--- /dev/null
+++ b/net-news/rssguard/rssguard-.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit git-r3 qmake-utils
+
+DESCRIPTION="A tiny RSS and Atom feed reader"
+HOMEPAGE="https://github.com/martinrotter/rssguard;
+EGIT_REPO_URI="https://github.com/martinrotter/${PN}.git;
+EGIT_SUBMODULES=()
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug webengine"
+
+RDEPEND="
+   >=dev-qt/qtcore-5.6:5
+   >=dev-qt/qtgui-5.6:5
+   >=dev-qt/qtnetwork-5.6:5
+   >=dev-qt/qtsql-5.6:5
+   >=dev-qt/qtwidgets-5.6:5
+   >=dev-qt/qtxml-5.6:5
+   webengine? ( >=dev-qt/qtwebengine-5.6:5[widgets] )
+"
+DEPEND="${RDEPEND}
+   >=dev-qt/linguist-tools-5.6:5
+"
+
+src_prepare() {
+   default
+
+   # remove bundled qtbase translations
+   rm -v localization/qtbase* || die
+   sed -i -e "s|localization/qtbase_[a-z][a-z].ts||g" ${PN}.pro || die
+}
+
+src_configure() {
+   eqmake5 \
+   CONFIG+=$(usex debug debug release) \
+   USE_WEBENGINE=$(usex webengine true false) \
+   LRELEASE_EXECUTABLE="$(qt5_get_bindir)/lrelease" \
+   PREFIX="${EPREFIX}"/usr \
+   INSTALL_ROOT=.
+}
+
+src_install() {
+   emake install INSTALL_ROOT="${D}"
+}



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

2017-08-13 Thread Sergei Trofimovich
commit: bce2f7a010b8357ddccdaecc17bfdf7f150a886a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 12:57:23 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 13:03:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce2f7a0

dev-python/whoosh: keyworded 2.7.4 for ppc, bug #605278

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

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

diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild 
b/dev-python/whoosh/whoosh-2.7.4.ebuild
index e48b63a33ab..1a07c147e90 100644
--- a/dev-python/whoosh/whoosh-2.7.4.ebuild
+++ b/dev-python/whoosh/whoosh-2.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/W/${PN^}/${P^}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 x86"
 IUSE="doc test"
 
 DEPEND="



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

2017-08-13 Thread Sergei Trofimovich
commit: 38533b566f0a029b0cae88e46bcefcca177a8e4e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 12:57:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 13:03:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38533b56

dev-python/typing: keyworded 3.5.3.0 for ppc, bug #605278

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

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

diff --git a/dev-python/typing/typing-3.5.3.0.ebuild 
b/dev-python/typing/typing-3.5.3.0.ebuild
index cb5c1ca765c..b28bd3e6db8 100644
--- a/dev-python/typing/typing-3.5.3.0.ebuild
+++ b/dev-python/typing/typing-3.5.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 DEPEND=""



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

2017-08-13 Thread Sergei Trofimovich
commit: e35f3d0b044e3e55411a27a71aaed1ec9d86c7f8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 12:57:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 13:03:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35f3d0b

dev-python/imagesize: keyworded 0.7.1 for ppc, bug #605278

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

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

diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
b/dev-python/imagesize/imagesize-0.7.1.ebuild
index 37bf753b984..8ce8f2f9f39 100644
--- a/dev-python/imagesize/imagesize-0.7.1.ebuild
+++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ~ppc64 x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools"



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

2017-08-13 Thread Sergei Trofimovich
commit: d3b99ff5d9cf25f160edb450dd5619d75f98547b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug 13 12:57:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug 13 13:03:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b99ff5

dev-python/sphinx: keyworded 1.5.2 for ppc, bug #605278

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

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

diff --git a/dev-python/sphinx/sphinx-1.5.2.ebuild 
b/dev-python/sphinx/sphinx-1.5.2.ebuild
index 42105ca8330..90b991d5aef 100644
--- a/dev-python/sphinx/sphinx-1.5.2.ebuild
+++ b/dev-python/sphinx/sphinx-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
 IUSE="doc latex net test"
 
 RDEPEND="



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

2017-08-13 Thread Patrice Clement
commit: 9d8b60a576c75b66f05133a9d46d704a3b6a466c
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Aug 10 12:54:48 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 12:58:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8b60a5

dev-db/percona-xtrabackup: remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-db/percona-xtrabackup/Manifest |  1 -
 .../percona-xtrabackup-2.4.6-r1.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/dev-db/percona-xtrabackup/Manifest 
b/dev-db/percona-xtrabackup/Manifest
index f521aa60004..e297ce3c752 100644
--- a/dev-db/percona-xtrabackup/Manifest
+++ b/dev-db/percona-xtrabackup/Manifest
@@ -1,3 +1,2 @@
-DIST percona-xtrabackup-2.4.6.tar.gz 54108124 SHA256 
1e21ab097550901d8f2fa3dc37402ba6a994afa0722760f8f19cb369565e5e8b SHA512 
7ed16ba73d4232cc5f40f3dd4674087b65326b42f3f0d9cd462a1eef1dd2c41c582cb71fff49998d9e65f71322e2b26d0708b2ba36da22f54f456679b9a544e5
 WHIRLPOOL 
3d53e7a2b7b61c0dd779d723a3efb4d1ab4d98aff751a325e6028c0710a1f4de969d70f62c65a8a0e67f0d95643a0245524fb37708602ef303f21674c5f92fe3
 DIST percona-xtrabackup-2.4.7.tar.gz 54119422 SHA256 
261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a SHA512 
7aaf82975cd4c0b7af119902eddf96b8ce75c0fbcbd6835991e33f1f89347361fbe3c9040762c9989df5d53199b628aa6b2b45004ef440bb46e2415fbab13009
 WHIRLPOOL 
768749471ac987a24f86d07b330988cb679042be5a8affd264f1195eeeacaa8e403370d558316708a056acb4b0ad78083e195f31a4f2a58bc497bf301be2ddb1
 DIST percona-xtrabackup-2.4.8.tar.gz 57965576 SHA256 
66a9cb73ce03c8a0b125998d464190288cb400cc6c22a766798ed4b24cceab91 SHA512 
a613c41169c6ebdba27c6cb8111d388ff656d4daf0e69b52e401b293a6ac6499d81d0f028afd805fa60018ad5f2007e70db7a9ba931d6829272f0ce273ba9739
 WHIRLPOOL 
c6b8d93abade6f8a4586c6d01db6e569eafad9cc21827af6d36b91e58fcb0352e0cba0221031b4c582b372744360a97b296b868006e9d9b6f591cfa07cf22918

diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.6-r1.ebuild 
b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.6-r1.ebuild
deleted file mode 100644
index 695964f6e7a..000
--- a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.6-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Hot backup utility for MySQL based servers"
-HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup;
-SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   app-arch/lz4:0=
-   app-editors/vim-core
-   >=dev-libs/boost-1.59.0:=
-   dev-libs/libaio
-   dev-libs/libedit
-   dev-libs/libev
-   dev-libs/libevent:0=
-   dev-libs/libgcrypt:0=
-   dev-libs/libgpg-error
-   dev-python/sphinx
-   net-misc/curl
-   sys-libs/zlib"
-RDEPEND="${DEPEND}
-   !dev-db/xtrabackup-bin
-   dev-perl/DBD-mysql"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.4.6-remove-boost-version-check.patch
-   "${FILESDIR}"/${PN}-2.4.6-fix-gcc6-isystem.patch
-)
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # remove bundled lz4, boost, libedit, libevent, zlib
-   # just to be safe...
-   rm -r extra/lz4 include/boost_1_59_0 \
-   cmd-line-utils/libedit libevent zlib || die
-}
-
-src_configure() {
-   # Needed, due to broken handling of CMAKE_BUILD_TYPE leading to
-   #
-   #   error: 'fts_ast_node_type_get' was not declared in this scope
-   #
-   append-cppflags -DDBUG_OFF
-
-   local mycmakeargs=(
-   -DBUILD_CONFIG=xtrabackup_release
-   -DWITH_EDITLINE=system
-   -DWITH_LIBEVENT=system
-   -DWITH_LZ4=system
-   -DWITH_SSL=bundled # uses yassl, which isn't packaged
-   -DWITH_ZLIB=system
-   -DWITH_PIC=ON
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   local p="${BUILD_DIR}/storage/innobase/xtrabackup"
-
-   dobin "${p}"/src/{xbcloud,xbcrypt,xbstream,xtrabackup}
-   dosym xtrabackup /usr/bin/innobackupex
-
-   einstalldocs
-   doman "${p}"/doc/source/build/man/*
-}



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

2017-08-13 Thread Patrice Clement
commit: 6162cbf39b8ae7f574bb45370605635fb41ccf23
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Aug 10 12:50:12 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 12:58:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6162cbf3

dev-db/percona-xtrabackup: version bump to 2.4.8.

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

 dev-db/percona-xtrabackup/Manifest |  1 +
 .../percona-xtrabackup-2.4.8.ebuild| 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-db/percona-xtrabackup/Manifest 
b/dev-db/percona-xtrabackup/Manifest
index f34a4c3f7be..f521aa60004 100644
--- a/dev-db/percona-xtrabackup/Manifest
+++ b/dev-db/percona-xtrabackup/Manifest
@@ -1,2 +1,3 @@
 DIST percona-xtrabackup-2.4.6.tar.gz 54108124 SHA256 
1e21ab097550901d8f2fa3dc37402ba6a994afa0722760f8f19cb369565e5e8b SHA512 
7ed16ba73d4232cc5f40f3dd4674087b65326b42f3f0d9cd462a1eef1dd2c41c582cb71fff49998d9e65f71322e2b26d0708b2ba36da22f54f456679b9a544e5
 WHIRLPOOL 
3d53e7a2b7b61c0dd779d723a3efb4d1ab4d98aff751a325e6028c0710a1f4de969d70f62c65a8a0e67f0d95643a0245524fb37708602ef303f21674c5f92fe3
 DIST percona-xtrabackup-2.4.7.tar.gz 54119422 SHA256 
261567a4f0bdde0df7eefeb4f651ad39b4752984bbaabd68245e0e5ee368871a SHA512 
7aaf82975cd4c0b7af119902eddf96b8ce75c0fbcbd6835991e33f1f89347361fbe3c9040762c9989df5d53199b628aa6b2b45004ef440bb46e2415fbab13009
 WHIRLPOOL 
768749471ac987a24f86d07b330988cb679042be5a8affd264f1195eeeacaa8e403370d558316708a056acb4b0ad78083e195f31a4f2a58bc497bf301be2ddb1
+DIST percona-xtrabackup-2.4.8.tar.gz 57965576 SHA256 
66a9cb73ce03c8a0b125998d464190288cb400cc6c22a766798ed4b24cceab91 SHA512 
a613c41169c6ebdba27c6cb8111d388ff656d4daf0e69b52e401b293a6ac6499d81d0f028afd805fa60018ad5f2007e70db7a9ba931d6829272f0ce273ba9739
 WHIRLPOOL 
c6b8d93abade6f8a4586c6d01db6e569eafad9cc21827af6d36b91e58fcb0352e0cba0221031b4c582b372744360a97b296b868006e9d9b6f591cfa07cf22918

diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.8.ebuild 
b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.8.ebuild
new file mode 100644
index 000..0dce3c1a694
--- /dev/null
+++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.8.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils flag-o-matic
+
+DESCRIPTION="Hot backup utility for MySQL based servers"
+HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup;
+SRC_URI="https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PV}/source/tarball/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   app-arch/lz4:0=
+   app-editors/vim-core
+   >=dev-libs/boost-1.59.0:=
+   dev-libs/libaio
+   

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

2017-08-13 Thread Patrice Clement
commit: 9e44311e816869cb72932597e7d0d1bb8323a55c
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Aug 10 12:46:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 12:54:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e44311e

app-admin/filebeat: remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/filebeat/Manifest  |  1 -
 app-admin/filebeat/filebeat-5.2.2.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index 06eaa6cef3b..815b25f8795 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -1,4 +1,3 @@
-DIST filebeat-5.2.2.tar.gz 16489808 SHA256 
45c89fab339de3d3e7f9a83c7a48312ede147d5989b67b8619d9128353c891c3 SHA512 
7cf54eb0b27d830e51bf97964f078874eae62e1d9642fb598cdd2f0a405db4a74e1f299c5e57e29a67cfea209b9b3c7f38bdcbe6b2e2885285b77615236971c1
 WHIRLPOOL 
3a708a799b3360cee12a58d858bd51f474fb86c143c6648edd451d2862ce05ae0bc9544ceef62ddbf05bc50c439a7ee041faef70214ced3e53e16e8452a9f486
 DIST filebeat-5.3.2.tar.gz 17595133 SHA256 
e8c765531276e4731c5148bd99fad1efc799f3ec68e1d32a2fe116995f2b9e2f SHA512 
080d079a063641e3688cc9f1563517e9a314ca834b0fa90fe12d455f984bb83282243736ecf17a7e62214034b71d373afc503d3bc5ff3d106ef5965ce00c3543
 WHIRLPOOL 
ef6aee18d24e2b25439485121f30af2ff4d76c4ac2fe97acd1f6ec70d27c8a49ce9c3323baaa2305f56f20dea0118c970458c0cb8bfa05bc0227fdb3987f1478
 DIST filebeat-5.4.3.tar.gz 18074275 SHA256 
a7714383de1a610c7318e8a2751a230b64c8ca243058abd59b1886aabcc3965b SHA512 
8c193894898a5a07e622a56ef37aba77b57559bc0a66e017e22980ae1e1c5057f4629b25aaa65fb85c8b7a74759b6f6d1e1b8b9df1bfe626e58a3fdb264267b9
 WHIRLPOOL 
804a28cf4f664a3356c19f0a988921cb01c7a2e05566915b3020dd1884d98e014ff9adc23cd5d1e0d947e0c14c54ccdfeef67bff6454cbd4dd153b6ddcfa070c
 DIST filebeat-5.5.1.tar.gz 18075818 SHA256 
b6c85901b1feb0e184dd56d9012ccda10bf62566ddfbe3d9790c771b73db3a46 SHA512 
b77b241afd747298a91242a8040958ab8cfa343df9ab192c11361947d0b633bc192f45f1ae27987324ce2ea3f5b6f4f0dcb521cb684efa349db59a56f0fd6818
 WHIRLPOOL 
42b1eecd93f76e9fe4c4a4edfffdb5ff54b984f5b179a55f0ddec7883af90404c00695baac7c97fc69d543952eadfd5fbc1eeb3a92367bd8ce6e6b9de682fa67

diff --git a/app-admin/filebeat/filebeat-5.2.2.ebuild 
b/app-admin/filebeat/filebeat-5.2.2.ebuild
deleted file mode 100644
index 306413f9a21..000
--- a/app-admin/filebeat/filebeat-5.2.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
-HOMEPAGE="https://www.elastic.co/products/beats;
-SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND=">=dev-lang/go-1.7.1"
-RDEPEND="!app-admin/filebeat-bin"
-
-ELASTIC="${WORKDIR}/src/github.com/elastic"
-BEATS="${ELASTIC}/beats"
-S="${BEATS}"
-
-src_unpack() {
-   mkdir -p "${ELASTIC}" || die
-   unpack ${P}.tar.gz
-   mv beats-${PV} "${BEATS}" || die
-}
-
-src_compile() {
-   cd ${BEATS}/filebeat || die
-   GOPATH="${WORKDIR}" emake
-}
-
-src_test() {
-   cd ${BEATS}/filebeat || die
-   GOPATH="${WORKDIR}" emake check
-}
-
-src_install() {
-   keepdir /var/{lib,log}/${PN}
-
-   fperms 0750 /var/{lib,log}/${PN}
-
-   newconfd "${FILESDIR}/${PN}.confd" ${PN}
-   newinitd "${FILESDIR}/${PN}.initd" ${PN}
-
-   insinto "/usr/share/doc/${PF}/examples"
-   doins ${PN}/{filebeat.yml,filebeat.full.yml}
-
-   insinto "/etc/${PN}"
-   doins ${PN}/{filebeat.template.json,filebeat.template-es2x.json}
-
-   exeinto "/usr/share/${PN}"
-   doexe libbeat/scripts/migrate_beat_config_1_x_to_5_0.py
-
-   dobin filebeat/filebeat
-}
-
-pkg_postinst() {
-   if [[ -n "${REPLACING_VERSIONS}" ]]; then
-   elog "Please read the migration guide at:"
-   elog 
"https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading.html;
-   elog ""
-   elog "The migration script:"
-   elog 
"${EROOT%/}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
-   elog ""
-   fi
-
-   elog "Example configurations:"
-   elog "${EROOT%/}/usr/share/doc/${PF}/examples"
-}



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

2017-08-13 Thread Patrice Clement
commit: d927a8942b5cee47d28fef43f8851fc22b63ec53
Author: Tomas Mozes  gmail  com>
AuthorDate: Thu Aug 10 12:45:30 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 12:54:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d927a894

app-admin/filebeat: version bump to 5.5.1.

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

 app-admin/filebeat/Manifest  |  1 +
 app-admin/filebeat/filebeat-5.5.1.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-admin/filebeat/Manifest b/app-admin/filebeat/Manifest
index 94d7e23d712..06eaa6cef3b 100644
--- a/app-admin/filebeat/Manifest
+++ b/app-admin/filebeat/Manifest
@@ -1,3 +1,4 @@
 DIST filebeat-5.2.2.tar.gz 16489808 SHA256 
45c89fab339de3d3e7f9a83c7a48312ede147d5989b67b8619d9128353c891c3 SHA512 
7cf54eb0b27d830e51bf97964f078874eae62e1d9642fb598cdd2f0a405db4a74e1f299c5e57e29a67cfea209b9b3c7f38bdcbe6b2e2885285b77615236971c1
 WHIRLPOOL 
3a708a799b3360cee12a58d858bd51f474fb86c143c6648edd451d2862ce05ae0bc9544ceef62ddbf05bc50c439a7ee041faef70214ced3e53e16e8452a9f486
 DIST filebeat-5.3.2.tar.gz 17595133 SHA256 
e8c765531276e4731c5148bd99fad1efc799f3ec68e1d32a2fe116995f2b9e2f SHA512 
080d079a063641e3688cc9f1563517e9a314ca834b0fa90fe12d455f984bb83282243736ecf17a7e62214034b71d373afc503d3bc5ff3d106ef5965ce00c3543
 WHIRLPOOL 
ef6aee18d24e2b25439485121f30af2ff4d76c4ac2fe97acd1f6ec70d27c8a49ce9c3323baaa2305f56f20dea0118c970458c0cb8bfa05bc0227fdb3987f1478
 DIST filebeat-5.4.3.tar.gz 18074275 SHA256 
a7714383de1a610c7318e8a2751a230b64c8ca243058abd59b1886aabcc3965b SHA512 
8c193894898a5a07e622a56ef37aba77b57559bc0a66e017e22980ae1e1c5057f4629b25aaa65fb85c8b7a74759b6f6d1e1b8b9df1bfe626e58a3fdb264267b9
 WHIRLPOOL 
804a28cf4f664a3356c19f0a988921cb01c7a2e05566915b3020dd1884d98e014ff9adc23cd5d1e0d947e0c14c54ccdfeef67bff6454cbd4dd153b6ddcfa070c
+DIST filebeat-5.5.1.tar.gz 18075818 SHA256 
b6c85901b1feb0e184dd56d9012ccda10bf62566ddfbe3d9790c771b73db3a46 SHA512 
b77b241afd747298a91242a8040958ab8cfa343df9ab192c11361947d0b633bc192f45f1ae27987324ce2ea3f5b6f4f0dcb521cb684efa349db59a56f0fd6818
 WHIRLPOOL 
42b1eecd93f76e9fe4c4a4edfffdb5ff54b984f5b179a55f0ddec7883af90404c00695baac7c97fc69d543952eadfd5fbc1eeb3a92367bd8ce6e6b9de682fa67

diff --git a/app-admin/filebeat/filebeat-5.5.1.ebuild 
b/app-admin/filebeat/filebeat-5.5.1.ebuild
new file mode 100644
index 000..451e2191c7a
--- /dev/null
+++ b/app-admin/filebeat/filebeat-5.5.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Lightweight log shipper for Logstash and Elasticsearch"
+HOMEPAGE="https://www.elastic.co/products/beats;
+SRC_URI="https://github.com/elastic/beats/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-lang/go-1.8.3"
+RDEPEND="!app-admin/filebeat-bin"
+
+ELASTIC="${WORKDIR}/src/github.com/elastic"
+BEATS="${ELASTIC}/beats"
+S="${BEATS}"
+
+src_unpack() {
+   mkdir -p "${ELASTIC}" || die
+   unpack ${P}.tar.gz
+   mv beats-${PV} "${BEATS}" || die
+}
+
+src_compile() {
+   cd ${BEATS}/filebeat || die
+   GOPATH="${WORKDIR}" emake
+}
+
+src_test() {
+   cd ${BEATS}/filebeat || die
+   GOPATH="${WORKDIR}" emake check
+}
+
+src_install() {
+   keepdir /var/{lib,log}/${PN}
+
+   fperms 0750 /var/{lib,log}/${PN}
+
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+   newinitd "${FILESDIR}/${PN}.initd" ${PN}
+
+   insinto "/usr/share/doc/${PF}/examples"
+   doins ${PN}/{filebeat.yml,filebeat.full.yml}
+
+   insinto "/etc/${PN}"
+   doins 
${PN}/{filebeat.template.json,filebeat.template-es2x.json,filebeat.template-es6x.json}
+
+   exeinto "/usr/share/${PN}"
+   doexe libbeat/scripts/migrate_beat_config_1_x_to_5_0.py
+
+   dobin filebeat/filebeat
+}
+
+pkg_postinst() {
+   if [[ -n "${REPLACING_VERSIONS}" ]]; then
+   elog "Please read the migration guide at:"
+   elog 
"https://www.elastic.co/guide/en/beats/libbeat/5.0/upgrading.html;
+   elog ""
+   elog "The migration script:"
+   elog 
"${EROOT%/}/usr/share/filebeat/migrate_beat_config_1_x_to_5_0.py"
+   elog ""
+   fi
+
+   elog "Example configurations:"
+   elog "${EROOT%/}/usr/share/doc/${PF}/examples"
+}



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

2017-08-13 Thread Patrice Clement
commit: 44616b16d7b9328e9e2867cbeb5a4b617889d811
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Tue Aug  8 06:47:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 13 13:00:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44616b16

app-i18n/transifex-client: version bump to 0.12.4.

This commit:
* adds support for tests.
* adds extra dependencies.

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

 app-i18n/transifex-client/Manifest |  1 +
 .../transifex-client-0.12.4.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-i18n/transifex-client/Manifest 
b/app-i18n/transifex-client/Manifest
index f529eda9566..026047091e4 100644
--- a/app-i18n/transifex-client/Manifest
+++ b/app-i18n/transifex-client/Manifest
@@ -1,2 +1,3 @@
 DIST transifex-client-0.10.tar.gz 71817 SHA256 
fb2ecba162a8ea6c52d57022c14c4016a2b6f048c9f626c1bd27c30e8ee29f1a SHA512 
c8134f3fc04953d468c2e6ceb0ef90e8335709bde778c5d7d532b3ea390e71abdf8856b8eaa5acf6507c4e6fd2f918e6b0989b3913ee603cc5987b1a9d6b3964
 WHIRLPOOL 
34248f0b1d685024b485aa5e324f2450d6e71b72deb4c176419fe6ce768ff3ea486cc48432df569d6141371709bf2e2f853316bf6790974ab03f0ffe6277594e
 DIST transifex-client-0.12.2.tar.gz 177046 SHA256 
5e157041c5d0063ef337d7fa89007ecd611ca5e20fb5abdb3228ff80a0aea8c1 SHA512 
5cf1df26a195b85cbb20dc6b53ce9e6a39330347edee7e294f8f50bfa954bc47304dcaed1109e405794c67bef0fb62ae6eace90e69556c89ec48d14d6990fdb7
 WHIRLPOOL 
57f870344d22e65891be51ae14a45dd2ab6f565b44860cbce04887dabfbfdb3356cf02ffd0067d602f7ce06c7f325ba9638c44227bd3a0bb9444747320be1d17
+DIST transifex-client-0.12.4.tar.gz 179349 SHA256 
3832b6a6fd5d74c79412b497ca24b701fe760a8b4dd3aef800b730499cb7945f SHA512 
516531a0c5a7242da27e8b34a0513b24b806d3b3a271cfe29b31ef7969472f82a37e6fbb1d6198feb1c5bd99d7503bacf3f162808504415ea46670af3fe2369e
 WHIRLPOOL 
e6271144f6e038f518b37d30bf5970d03d871c43243ab84c990e49db8c852627e55ae7ae257a3f432c71070bbaf1b39f89db3ace3ed6fb4f9f603aaad7428483

diff --git a/app-i18n/transifex-client/transifex-client-0.12.4.ebuild 
b/app-i18n/transifex-client/transifex-client-0.12.4.ebuild
new file mode 100644
index 000..bdb1da08ea1
--- /dev/null
+++ b/app-i18n/transifex-client/transifex-client-0.12.4.ebuild
@@ -0,0 +1,26 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="A command line interface for Transifex"
+HOMEPAGE="https://pypi.python.org/pypi/transifex-client 
http://www.transifex.net/;
+SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kirigami/

2017-08-13 Thread Andreas Sturmlechner
commit: a5c9078f6e4643e9795174c8d12f46bc95c554be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 13 12:38:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 13 12:51:58 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5c9078f

kde-frameworks/kirigami: Set KDE_QTHELP="false"

Fixes cmake warning.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 kde-frameworks/kirigami/kirigami-5.37.0.ebuild | 1 +
 kde-frameworks/kirigami/kirigami-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/kirigami/kirigami-5.37.0.ebuild 
b/kde-frameworks/kirigami/kirigami-5.37.0.ebuild
index 504b4bec98..e292773f9b 100644
--- a/kde-frameworks/kirigami/kirigami-5.37.0.ebuild
+++ b/kde-frameworks/kirigami/kirigami-5.37.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_EXAMPLES="true"
+KDE_QTHELP="false"
 KDE_TEST="forceoptional"
 KMNAME="${PN}2"
 inherit kde5

diff --git a/kde-frameworks/kirigami/kirigami-.ebuild 
b/kde-frameworks/kirigami/kirigami-.ebuild
index 7c22032d43..31732c5204 100644
--- a/kde-frameworks/kirigami/kirigami-.ebuild
+++ b/kde-frameworks/kirigami/kirigami-.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 KDE_EXAMPLES="true"
+KDE_QTHELP="false"
 KDE_TEST="forceoptional"
 KMNAME="${PN}2"
 inherit kde5



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mednafen/

2017-08-13 Thread David Seifert
commit: 4c63abe9dafbe211dfc940bc06dfe9df77b83482
Author: David Seifert  gentoo  org>
AuthorDate: Sun Aug 13 12:35:55 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 12:35:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c63abe9

games-emulation/mednafen: Version bump to 0.9.46

* Also remove the annoying PIC checks

Bug: https://bugs.gentoo.org/show_bug.cgi?id=624482
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-emulation/mednafen/Manifest   |   1 +
 games-emulation/mednafen/mednafen-0.9.46.ebuild | 115 
 2 files changed, 116 insertions(+)

diff --git a/games-emulation/mednafen/Manifest 
b/games-emulation/mednafen/Manifest
index f2335b196f6..ee6acd5c26a 100644
--- a/games-emulation/mednafen/Manifest
+++ b/games-emulation/mednafen/Manifest
@@ -1,3 +1,4 @@
 DIST mednafen-0.9.41.tar.xz 3148348 SHA256 
74736b9b52a7ba6270b67ae8e6c876a887e0e26a00a7d96bdd49af17992aac47 SHA512 
d3c7707874eabbec41e5b725813d16e599f3ad89ecbd9c8e1264184d74ab2bf7a21a3f6fe177b6bc429f7bd56f9eea17a9a6fefce8e70b82e87a93d75f5d39c9
 WHIRLPOOL 
f754a45f46a5cd18117b1b710dd7fed5ebcfb311bf4ed4b7961c99636c13559db75f83cf7b34122fb403b7794ddeec6af79469bb7743cb60a7840ffe807fa2d7
 DIST mednafen-0.9.45.1.tar.xz 3183380 SHA256 
f95f68acc14f9b30b201e15b8205d85ac9dc7e581ea6b61e225e990491f01e69 SHA512 
b49b7638166dfb20d43c3278e7084e99e535dc9c2c1e3ecad82ebf41a1dddbeca9350dfcc26eb43d1661cbe5aa3ba4cde3010ca5680ae9398dc160cbe11d6726
 WHIRLPOOL 
b63568d3a6a4aa055c6a1a576ad74d9bdd4ffcb8fdb41a44dedf390a591eb2f21a382d638df7343927b1a95f236ef9ab505cbc7cb0bb2f1c25406730252223bc
 DIST mednafen-0.9.45.tar.xz 3184340 SHA256 
49715544a5eb7a678f7f01994f38aa14e2192f00d201684184665665073a600e SHA512 
d2d61eef0a5ab2c3109fb3c4fbdb2509504c61ffaab14a51e413204f08a622e47c116c7333866a3406a1fa7ac4bf68349c0212bc9fcb544d4953898b03a2fb71
 WHIRLPOOL 
3e8466852d8c04207a307ac2d74c5d9b76b51d0f9cd2c0ae16f59d57ae884dec8fd8d62454996c574f25a530ac568f7a2c884657b2f6b85d0810dc1fb51ad9e0
+DIST mednafen-0.9.46.tar.xz 3187988 SHA256 
674faf42bdb0ad5649aea65da266b0be3428995caaa7be183fc6d3ed7732467a SHA512 
ea624f076922570001393d5d04cc1b20b3d005d31de4095ee5c7a985be2b61e8d3aa5e78c64e751e8233adc89a31be955372caeb2818d0a5cc71ba9380931620
 WHIRLPOOL 
f3e02ea2c4511206987c7c1d500d573ec4e166a03db1c35ae12ddadffb5644ce2e26e336b6c27d3a3a7fc4edbbd5b0c34aa3ce5d941d222afb16ab2601701578

diff --git a/games-emulation/mednafen/mednafen-0.9.46.ebuild 
b/games-emulation/mednafen/mednafen-0.9.46.ebuild
new file mode 100644
index 000..a42d9936b35
--- /dev/null
+++ b/games-emulation/mednafen/mednafen-0.9.46.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic pax-utils
+
+DESCRIPTION="Argument-driven multi-system emulator utilizing OpenGL and SDL"
+HOMEPAGE="https://mednafen.github.io/;
+SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa altivec cjk debugger jack nls pax_kernel"
+
+RDEPEND="
+   dev-libs/libcdio
+   >=dev-libs/lzo-2.10
+   media-libs/libsdl[sound,joystick,opengl,video]
+   media-libs/libsndfile
+   sys-libs/zlib[minizip]
+   virtual/opengl
+   alsa? ( media-libs/alsa-lib )
+   jack? ( media-sound/jack-audio-connection-kit )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${PN}
+
+pkg_pretend() {
+   if has ccache ${FEATURES}; then
+   ewarn
+   ewarn "If you experience build failure, try turning off ccache 
in FEATURES."
+   ewarn
+   fi
+}
+
+src_prepare() {
+   default
+
+   # Unfortunately, upstream is insane and thinks mucking with CFLAGS is 
okay, if
+   # it prevents "users who don't understand the consequences of what 
they're doing".
+   # We use sed's here, as they're more forward-compatible than patches 
which need to
+   # be constantly rebased. DO NOT REPLACE THEM UNLESS YOU HAVE PERMISSION 
FROM GAMES.
+   sed -e '/-fno-fast-math/d' \
+   -e '/-fno-unsafe-math-optimizations/d' \
+   -e '/-fno-aggressive-loop-optimizations/d' \
+   -e '/-fno-ipa-icf/d' \
+   -e '/-fno-printf-return-value/d' \
+   -e '/-fomit-frame-pointer/d' \
+   -e '/-fno-pic/d' \
+   -e '/-fno-pie/d' \
+   -e '/-fno-PIC/d' \
+   -e '/-fno-PIE/d' \
+   -e '/-nopie/d' \
+   -e '/-no-pie/d' \
+   -e '/-fno-stack-protector/d' \
+   -e '/-fno-stack-protector-all/d' \
+   -e '/-fno-stack-protector-strong/d' \
+   -e '/-mtune=haswell/d' \
+   -i configure.ac || die
+
+   # Furthermore, upstream is also insane about bundling libraries and 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/

2017-08-13 Thread David Seifert
commit: fb56716f5836403ae4df67ac2dd5c2dc5f4f0cda
Author: charIes17  arcor  de>
AuthorDate: Sun Aug 13 11:08:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:38:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb56716f

sys-firmware/edk2-ovmf: HOMEPAGE (avoid redirect)

HOMEPAGE http://www.tianocore.org/edk2/ redirects to
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II

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

 sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505.ebuild 
b/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505.ebuild
index 7015a7b73e5..da81b2e028d 100644
--- a/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505.ebuild
+++ b/sys-firmware/edk2-ovmf/edk2-ovmf-2017_pre20170505.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="UEFI firmware for 64-bit x86 virtual machines"
-HOMEPAGE="http://www.tianocore.org/edk2 https://github.com/tianocore/edk2;
+HOMEPAGE="https://github.com/tianocore/edk2;
 
 # inherit git-r3
 # EGIT_REPO_URI="https://github.com/tianocore/edk2;



[gentoo-commits] repo/user/superposition:master commit in: dev-python/freecode-submit/

2017-08-13 Thread Philip Miess
commit: 28720a0ce4d65277d3a70222d45efbb378d7adda
Author: Philip Miess  yahoo  com>
AuthorDate: Sun Aug 13 12:20:04 2017 +
Commit: Philip Miess  yahoo  com>
CommitDate: Sun Aug 13 12:20:04 2017 +
URL:
https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=28720a0c

must call

 .../freecode-submit/.freecode-submit-2.9.ebuild.swp | Bin 12288 -> 12288 bytes
 dev-python/freecode-submit/Manifest |   2 +-
 .../freecode-submit/freecode-submit-2.9.ebuild  |   9 -
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp 
b/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp
index 063e40d..1aa88d6 100644
Binary files a/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp and 
b/dev-python/freecode-submit/.freecode-submit-2.9.ebuild.swp differ

diff --git a/dev-python/freecode-submit/Manifest 
b/dev-python/freecode-submit/Manifest
index 21b3088..9167b59 100644
--- a/dev-python/freecode-submit/Manifest
+++ b/dev-python/freecode-submit/Manifest
@@ -1,3 +1,3 @@
 DIST freecode-submit-2.9.tar.gz 18612 SHA256 
9a07a62fc82105b9ac856946831df3083c951978fd3aee6fc161595148c25d49 SHA512 
932d38bc018a3987df0daecb8cd5fbc23b8d91d349d70e457f38f80d8628e6b14cfdae93f5918e885fe35e0daf7ef55abd43a2023a8640abd0143042fbe4611b
 WHIRLPOOL 
9bda9f369b4e73c19aaf21e5c7dee9014755e1eff2229e475b9f6bbc3ba1cb1dca716e060edd93229d52fa1bbd7ff9e5510e19c6eb84501afce7742a24e9d9f9
-EBUILD freecode-submit-2.9.ebuild 643 SHA256 
0fc38e26ea90f58f806196313526aa8a96fa38952789a7939eb18f9f973a9245 SHA512 
d2fec6d2e96827cffba0d649990d1f508f0441586587255cf059df792fa9062312992ef282d72f6155645bff8da08f4547902aa810af0248bc76e1d85364c598
 WHIRLPOOL 
419885b0372a663e7702d8afcc637ab3ca82d218737382fdb31c83d0f4fbc4d27a75602e0010217bc6c44205fa489ddbfdcbf7de71a30d8d10940e4d865432b7
+EBUILD freecode-submit-2.9.ebuild 640 SHA256 
29c2c3a17005184f3875b34de0ac0ffd8ced74ffce5a19a6d4268942ae6fe70f SHA512 
814f17928d140d3b3002c16365f2f705035f94661f28ba52e3dbea4e6db6557e9b939aa388cfd86010a2d57fc8bb48b56b62a1418bfd2732da4701b2432f39fa
 WHIRLPOOL 
2862973ff9573fff8e7a8be75dde4a198a627d073000c6ab873107c13eae7a8d039a4dbce06823205f6a9173f03c5bf12594b3075f7ebbec3357c6c0156dd310
 MISC metadata.xml 715 SHA256 
d1160f48274cade505c09173bc35efa57edf7e66ae673c9b5faca1f7a2c45bd1 SHA512 
eef55fce9ecb88e0f7830d5329f24932541e2a818e89ca53d73e18889acd5d7326acc035789e76ccc4fdc4d230f40431426e22670f062360de0fa5df8d8efd8c
 WHIRLPOOL 
a26fe4341ec80077a116540b2c30bc50abfcaf68e2e357cc26030ebb0993897e924cf9623d7df0246a892eb13d1e2ce09b1b45220b8c6ec794c0b4f077034c2a

diff --git a/dev-python/freecode-submit/freecode-submit-2.9.ebuild 
b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
index 035a875..995beb1 100644
--- a/dev-python/freecode-submit/freecode-submit-2.9.ebuild
+++ b/dev-python/freecode-submit/freecode-submit-2.9.ebuild
@@ -5,9 +5,8 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="ssl(+)"
-DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1
+inherit python-single-r1
 
 DESCRIPTION="Client for Freshcode and Freecode-like sites."
 HOMEPAGE="http://www.catb.org/~esr/freecode-submit/;
@@ -22,7 +21,7 @@ DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 python_prepare_all() {
-sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
-python_fix_shebang freecode-submit 
+   sed -i 's:PREFIX=:PREFIX?=:' Makefile || die 'Prefix fix sed failed.'
+   python_fix_shebang freecode-submit
+   distutils-r1_python_prepare_all
 }
-



[gentoo-commits] repo/gentoo:master commit in: net-p2p/transmission/files/

2017-08-13 Thread David Seifert
commit: bb0af1cc7a9f95428a46884d0cb841bbe1360ce4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Aug 11 14:53:14 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:28:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0af1cc

net-p2p/transmission: remove unused patches/files

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

 .../transmission/files/2.84-libevent-2.1.5.patch   | 112 -
 net-p2p/transmission/files/2.84-miniupnp14.patch   |  18 
 .../files/2.84-node_alloc-segfault.patch   |  55 --
 .../transmission-2.80-translations-path-fix.patch  |  17 
 .../transmission/files/transmission-daemon.initd.9 |  72 -
 5 files changed, 274 deletions(-)

diff --git a/net-p2p/transmission/files/2.84-libevent-2.1.5.patch 
b/net-p2p/transmission/files/2.84-libevent-2.1.5.patch
deleted file mode 100644
index 48101ebfb77..000
--- a/net-p2p/transmission/files/2.84-libevent-2.1.5.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-Fix runtime issues with libevent-2.1.5
-
-Bug: https://bugs.gentoo.org/536922
-Index: libtransmission/peer-io.c
-===
 libtransmission/peer-io.c  (revision 14541)
-+++ libtransmission/peer-io.c  (revision 14545)
-@@ -1041,6 +1041,33 @@
- ***
- **/
- 
-+static inline void
-+processBuffer (tr_crypto* crypto,
-+   struct evbuffer  * buffer,
-+   size_t offset,
-+   size_t size,
-+   void(* callback) (tr_crypto *, size_t, const void 
*, void *))
-+{
-+struct evbuffer_ptr pos;
-+struct evbuffer_iovec iovec;
-+
-+evbuffer_ptr_set (buffer, , offset, EVBUFFER_PTR_SET);
-+
-+do
-+{
-+if (evbuffer_peek (buffer, size, , , 1) <= 0)
-+break;
-+
-+callback (crypto, iovec.iov_len, iovec.iov_base, iovec.iov_base);
-+
-+assert (size >= iovec.iov_len);
-+size -= iovec.iov_len;
-+}
-+while (!evbuffer_ptr_set (buffer, , iovec.iov_len, EVBUFFER_PTR_ADD));
-+
-+assert (size == 0);
-+}
-+
- static void
- addDatatype (tr_peerIo * io, size_t byteCount, bool isPieceData)
- {
-@@ -1051,19 +1078,14 @@
- peer_io_push_datatype (io, d);
- }
- 
--static void
--maybeEncryptBuffer (tr_peerIo * io, struct evbuffer * buf)
-+static inline void
-+maybeEncryptBuffer (tr_peerIo   * io,
-+struct evbuffer * buf,
-+size_toffset,
-+size_tsize)
- {
- if (io->encryption_type == PEER_ENCRYPTION_RC4)
--{
--struct evbuffer_ptr pos;
--struct evbuffer_iovec iovec;
--evbuffer_ptr_set (buf, , 0, EVBUFFER_PTR_SET);
--do {
--evbuffer_peek (buf, -1, , , 1);
--tr_cryptoEncrypt (>crypto, iovec.iov_len, iovec.iov_base, 
iovec.iov_base);
--} while (!evbuffer_ptr_set (buf, , iovec.iov_len, 
EVBUFFER_PTR_ADD));
--}
-+processBuffer (>crypto, buf, offset, size, _cryptoEncrypt);
- }
- 
- void
-@@ -1070,7 +1092,7 @@
- tr_peerIoWriteBuf (tr_peerIo * io, struct evbuffer * buf, bool isPieceData)
- {
- const size_t byteCount = evbuffer_get_length (buf);
--maybeEncryptBuffer (io, buf);
-+maybeEncryptBuffer (io, buf, 0, byteCount);
- evbuffer_add_buffer (io->outbuf, buf);
- addDatatype (io, byteCount, isPieceData);
- }
-@@ -1126,6 +1148,16 @@
- 
- ***/
- 
-+static inline void
-+maybeDecryptBuffer (tr_peerIo   * io,
-+struct evbuffer * buf,
-+size_toffset,
-+size_tsize)
-+{
-+if (io->encryption_type == PEER_ENCRYPTION_RC4)
-+processBuffer (>crypto, buf, offset, size, _cryptoDecrypt);
-+}
-+
- void
- tr_peerIoReadBytesToBuf (tr_peerIo * io, struct evbuffer * inbuf, struct 
evbuffer * outbuf, size_t byteCount)
- {
-@@ -1141,17 +1173,7 @@
- evbuffer_add_buffer (outbuf, tmp);
- evbuffer_free (tmp);
- 
--/* decrypt if needed */
--if (io->encryption_type == PEER_ENCRYPTION_RC4) {
--struct evbuffer_ptr pos;
--struct evbuffer_iovec iovec;
--evbuffer_ptr_set (outbuf, , old_length, EVBUFFER_PTR_SET);
--do {
--evbuffer_peek (outbuf, byteCount, , , 1);
--tr_cryptoDecrypt (>crypto, iovec.iov_len, iovec.iov_base, 
iovec.iov_base);
--byteCount -= iovec.iov_len;
--} while (!evbuffer_ptr_set (outbuf, , iovec.iov_len, 
EVBUFFER_PTR_ADD));
--}
-+maybeDecryptBuffer (io, outbuf, old_length, byteCount);
- }
- 
- void

diff --git a/net-p2p/transmission/files/2.84-miniupnp14.patch 
b/net-p2p/transmission/files/2.84-miniupnp14.patch
deleted file mode 100644
index cdf64e10d93..000
--- a/net-p2p/transmission/files/2.84-miniupnp14.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://bugs.gentoo.org/562020
-
-Index: 

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

2017-08-13 Thread David Seifert
commit: 42865ef46fc71b94b8e2289a06e131b4e7207d58
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Aug 11 14:48:23 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:28:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42865ef4

sys-boot/efibootmgr: remove unused patch

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

 .../files/efibootmgr-error-reporting.patch | 40 --
 1 file changed, 40 deletions(-)

diff --git a/sys-boot/efibootmgr/files/efibootmgr-error-reporting.patch 
b/sys-boot/efibootmgr/files/efibootmgr-error-reporting.patch
deleted file mode 100644
index 2c769db2304..000
--- a/sys-boot/efibootmgr/files/efibootmgr-error-reporting.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-@@ -, +, @@ 

- src/lib/efivars_sysfs.c |   16 +---
- 1 files changed, 13 insertions(+), 3 deletions(-)
 a/src/lib/efivars_sysfs.c  
-+++ a/src/lib/efivars_sysfs.c  
-@@ -66,6 +66,7 @@ static efi_status_t
- sysfs_write_variable(const char *filename, efi_variable_t *var)
- {
-   int fd;
-+  int rc = EFI_SUCCESS;
-   size_t writesize;
-   char buffer[PATH_MAX+40];
- 
-@@ -77,12 +78,21 @@ sysfs_write_variable(const char *filename, efi_variable_t 
*var)
-   return EFI_INVALID_PARAMETER;
-   }
-   writesize = write(fd, var, sizeof(*var));
-+  if (writesize == -1) {
-+  if (errno == -ENOSPC)
-+  rc = EFI_OUT_OF_RESOURCES;
-+  else
-+  rc = EFI_INVALID_PARAMETER;
-+  goto out;
-+  }
-   if (writesize != sizeof(*var)) {
--  close(fd);
--  return EFI_INVALID_PARAMETER;
-+  rc = EFI_INVALID_PARAMETER;
-   }
-+out:
-+  if (rc != EFI_SUCCESS)
-+  fprintf(stderr, "Failed to write variable: %s\n", 
strerror(errno));
-   close(fd);
--  return EFI_SUCCESS;
-+  return rc;
- }
- 
- 
--- 



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

2017-08-13 Thread David Seifert
commit: e0306bae7f56d93fe6e459a908a2050b912e3811
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Aug 12 10:49:31 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:28:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0306bae

dev-games/gtkradiant: remove unused files

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

 dev-games/gtkradiant/files/q3map2  | 5 -
 dev-games/gtkradiant/files/radiant | 5 -
 2 files changed, 10 deletions(-)

diff --git a/dev-games/gtkradiant/files/q3map2 
b/dev-games/gtkradiant/files/q3map2
deleted file mode 100644
index 82e11658e3c..000
--- a/dev-games/gtkradiant/files/q3map2
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-cd "/opt/gtkradiant/"
-# gcc 3.x, trying to reduce ABI issues
-export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
-exec ./q3map2.x86 "$@"

diff --git a/dev-games/gtkradiant/files/radiant 
b/dev-games/gtkradiant/files/radiant
deleted file mode 100644
index 7dcec10ca89..000
--- a/dev-games/gtkradiant/files/radiant
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-cd "/opt/gtkradiant/"
-# gcc 3.x, trying to reduce ABI issues
-export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
-exec ./radiant.x86 "$@"



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

2017-08-13 Thread David Seifert
commit: bc1ac2a43cfe711b89446135234666fb1bcf6b50
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:49:10 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1ac2a4

x11-misc/slim: remove unused patch

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

 .../slim/files/slim-1.3.6-fix-slimlock-nopam.patch | 26 --
 1 file changed, 26 deletions(-)

diff --git a/x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch 
b/x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch
deleted file mode 100644
index bd6d1679c09..000
--- a/x11-misc/slim/files/slim-1.3.6-fix-slimlock-nopam.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 a/CMakeLists.txt   2013-10-27 21:24:21.193802669 -0400
-+++ b/CMakeLists.txt   2013-10-27 21:26:54.127806951 -0400
-@@ -220,7 +220,6 @@
- ### install
- # slim
- install(TARGETS slim RUNTIME DESTINATION bin)
--install(TARGETS slimlock RUNTIME DESTINATION bin)
- 
- if (BUILD_SHARED_LIBS)
-   set_target_properties(libslim PROPERTIES
-@@ -235,8 +234,14 @@
- 
- # man file
- install(FILES slim.1 DESTINATION ${MANDIR}/man1/)
--install(FILES slimlock.1 DESTINATION ${MANDIR}/man1/)
- # configure
- install(FILES slim.conf DESTINATION ${SYSCONFDIR})
-+
-+#slimlock
-+if(BUILD_SLIMLOCK)
-+install(TARGETS slimlock RUNTIME DESTINATION bin)
-+install(FILES slimlock.1 DESTINATION ${MANDIR}/man1/)
-+endif(BUILD_SLIMLOCK)
-+
- # themes directory
- subdirs(themes)



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

2017-08-13 Thread David Seifert
commit: 9daebe3d4cfb78b267765f331dcc8c5e073a1082
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:45:56 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daebe3d

x11-misc/xfe: remove unused patch

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

 x11-misc/xfe/files/xfe-1.41-sn.patch | 17 -
 1 file changed, 17 deletions(-)

diff --git a/x11-misc/xfe/files/xfe-1.41-sn.patch 
b/x11-misc/xfe/files/xfe-1.41-sn.patch
deleted file mode 100644
index d770b074652..000
--- a/x11-misc/xfe/files/xfe-1.41-sn.patch
+++ /dev/null
@@ -1,17 +0,0 @@
 a/src/Properties.cpp
-+++ b/src/Properties.cpp
-@@ -1169,11 +1169,13 @@
- 
-   FXbool confirm = false;
-   
-+#ifdef STARTUP_NOTIFICATION
-   if (executable && snbutton->getCheck() != sndisable_prev)
-   {
-   confirm = true;
-   }
--  
-+#endif
-+
- FXbool cond;
- if (edit) // Condition is not the same if edit exist or not
- {



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

2017-08-13 Thread David Seifert
commit: f3b072c33d4644cfd8390b2b02a0f5aae4931a9a
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Aug 13 08:25:07 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:27:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b072c3

dev-libs/DirectFB: remove unused patches

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

 .../DirectFB/files/DirectFB-1.1.1-pkgconfig.patch  |  22 --
 .../DirectFB/files/DirectFB-1.2.0-headers.patch|  16 --
 .../DirectFB/files/DirectFB-1.2.7-CFLAGS.patch |  19 --
 .../DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch | 244 -
 4 files changed, 301 deletions(-)

diff --git a/dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch 
b/dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch
deleted file mode 100644
index 01a119ec7ae..000
--- a/dev-libs/DirectFB/files/DirectFB-1.1.1-pkgconfig.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-http://bugs.gentoo.org/200661
-
 DirectFB/directfb-config.in
-+++ DirectFB/directfb-config.in
-@@ -306,7 +306,7 @@
-libs="$libs -ldirectfb -lfusion -ldirect @THREADLIB@"
- 
-if test -n "$echo_static"; then
--  libs="$libs @DYNLIB@ @ZLIB_LIBS@"
-+  libs="$libs @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@"
-fi
-   fi
- 
 DirectFB/directfb.pc.in
-+++ DirectFB/directfb.pc.in
-@@ -8,5 +8,5 @@
- Version: @VERSION@
- Requires: fusion direct
- Libs: -L${libdir} -ldirectfb @THREADLIB@ @OSX_LIBS@
--Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@
-+Libs.private: -L${libdir} @DYNLIB@ @ZLIB_LIBS@ @SYSFS_LIBS@
- Cflags: @THREADFLAGS@ -I@INCLUDEDIR@

diff --git a/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch 
b/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch
deleted file mode 100644
index dc2e6d33be2..000
--- a/dev-libs/DirectFB/files/DirectFB-1.2.0-headers.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Don't rely on the kernel to tell us what the cpu target is ... we'll just
-use the default values all the time instead.
-
-http://bugs.gentoo.org/152614
-
 lib/direct/ppcasm_memcpy_cachable.S
-+++ lib/direct/ppcasm_memcpy_cachable.S
-@@ -34,8 +34,6 @@
- 
- #define __ASSEMBLY__
- 
--#include 
--
- #if defined(CONFIG_8xx) || defined(CONFIG_403GCX)
- #define L1_CACHE_LINE_SIZE   16
- #define LG_L1_CACHE_LINE_SIZE 4 

diff --git a/dev-libs/DirectFB/files/DirectFB-1.2.7-CFLAGS.patch 
b/dev-libs/DirectFB/files/DirectFB-1.2.7-CFLAGS.patch
deleted file mode 100644
index 92e3ed8bdda..000
--- a/dev-libs/DirectFB/files/DirectFB-1.2.7-CFLAGS.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 DirectFB-1.2.7/configure
-+++ DirectFB-1.2.7/configure
-@@ -22953,8 +22953,6 @@
-   CFLAGS=
- fi
- 
--CFLAGS="-O3 -ffast-math -pipe $CFLAGS"
--
- DFB_INTERNAL_CFLAGS="-D_GNU_SOURCE $DFB_INTERNAL_CFLAGS"
- 
- # Check whether --enable-extra-warnings was given.
-@@ -23622,7 +23620,6 @@
- fi
- 
- if test "$enable_debug" = "yes"; then
--CFLAGS="$CFLAGS -g3 -fno-inline -Wno-inline"
- DIRECT_BUILD_DEBUG=1
- else
- DIRECT_BUILD_DEBUG=0

diff --git a/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch 
b/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch
deleted file mode 100644
index e428afbaf7c..000
--- a/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch
+++ /dev/null
@@ -1,244 +0,0 @@
-From 83180b25e90721e717bf37c5332c22713508786e Mon Sep 17 00:00:00 2001
-From: Mike Frysinger 
-Date: Sun, 20 Feb 2011 19:18:19 -0500
-Subject: [PATCH] png: add support for libpng 1.5.x
-
-Signed-off-by: Mike Frysinger 

- .../idirectfbimageprovider_png.c   |   56 ---
- 1 files changed, 35 insertions(+), 21 deletions(-)
-
-diff --git a/interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c 
b/interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c
-index 6d65ea3..7d82c5c 100644
 a/interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c
-+++ b/interfaces/IDirectFBImageProvider/idirectfbimageprovider_png.c
-@@ -207,7 +207,7 @@ Construct( IDirectFBImageProvider *thiz,
-  if (!data->png_ptr)
-   goto error;
- 
-- if (setjmp( data->png_ptr->jmpbuf )) {
-+ if (setjmp( png_jmpbuf( data->png_ptr ))) {
-   D_ERROR( "ImageProvider/PNG: Error reading header!\n" );
-   goto error;
-  }
-@@ -292,7 +292,7 @@ IDirectFBImageProvider_PNG_RenderTo( 
IDirectFBImageProvider *thiz,
-   rect = dst_data->area.wanted;
-  }
- 
-- if (setjmp( data->png_ptr->jmpbuf )) {
-+ if (setjmp( png_jmpbuf( data->png_ptr ))) {
-   D_ERROR( "ImageProvider/PNG: Error during decoding!\n" );
- 
-   if (data->stage < STAGE_IMAGE)
-@@ -327,6 +327,7 @@ IDirectFBImageProvider_PNG_RenderTo( 
IDirectFBImageProvider *thiz,
-  }
-  else {
-   CoreSurfaceBufferLock lock;
-+  png_byte bit_depth = png_get_bit_depth( data->png_ptr, 
data->info_ptr );
- 
-   ret 

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

2017-08-13 Thread David Seifert
commit: d85e3753726db7bda68c178af66b0e4f8d35593b
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:45:24 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85e3753

x11-misc/fireflies: remove unused patches

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

 .../files/fireflies-2.07-build_system.patch| 85 --
 .../fireflies/files/fireflies-2.07-gcc43.patch | 11 ---
 .../fireflies/files/fireflies-2.07-gcc44.patch | 12 ---
 .../files/fireflies-2.07-libgfx-libpng15.patch | 20 -
 .../files/fireflies-2.07-libgfx-libpng16.patch | 15 
 5 files changed, 143 deletions(-)

diff --git a/x11-misc/fireflies/files/fireflies-2.07-build_system.patch 
b/x11-misc/fireflies/files/fireflies-2.07-build_system.patch
deleted file mode 100644
index 2097b881b74..000
--- a/x11-misc/fireflies/files/fireflies-2.07-build_system.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-Multiple QA issues:
-* Respect CXXFLAGS,LDFLAGS
-* fix parallel build
-* configure recursively
-* don't strip binaries
-* don't unpack libgfx during make
-
-http://bugs.gentoo.org/show_bug.cgi?id=336814
-
 configure.ac
-+++ configure.ac
-@@ -2,6 +2,7 @@
- AC_INIT(fireflies, 2.07, g...@somewhere.fscked.org)
- AC_CONFIG_SRCDIR([src/arrow.cc])
- AC_CONFIG_HEADER([config.h])
-+AC_CONFIG_SUBDIRS([libgfx])
- 
- sys=`uname`
- 
 Makefile
-+++ Makefile
-@@ -21,18 +21,17 @@
- win32/
- 
- all:  libgfx/src/libgfx.a
--  cd src && make
-+  $(MAKE) -C src
- 
- libgfx/src/libgfx.a:
--  gunzip -c libgfx-1.0.1.tar.gz | tar x
--  cd libgfx && ./configure && cd src && make
-+  $(MAKE) -C libgfx/src
- 
- install: all
-   sh ./installit $(DESTDIR)
- 
- clean:
--  make -C src clean
--  make -C win32 clean
-+  $(MAKE) -C src clean
-+  $(MAKE) -C win32 clean
- 
- dist:
-   rm -rf fireflies-$(VERSION)
-@@ -42,7 +41,7 @@
- 
-   # need Make.include temporarily to run make
-   cp Make.include fireflies-$(VERSION)
--  make -C fireflies-$(VERSION) clean
-+  $(MAKE) -C fireflies-$(VERSION) clean
-   rm -f fireflies-$(VERSION)/Make.include
- 
-   # don't want to include debian's buildroot
 src/Makefile
-+++ src/Makefile
-@@ -8,8 +8,7 @@
- all:  $(PROGRAM)
- 
- $(PROGRAM):   $(OBJECTS)
--  $(CXX) -o $(PROGRAM) $(OBJECTS) $(LIBS)
--  strip $(PROGRAM)
-+  $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LIBS)
- 
- $(OBJECTS): $(HEADERS)
- 
-@@ -17,7 +16,7 @@
- .SUFFIXES: .cc .rc .o
- 
- .cc.o:
--  $(CXX) -c $(CFLAGS) -o $@ $<
-+  $(CXX) -c $(CXXFLAGS) -o $@ $<
- 
- #$(HEADERS_GCH): %.h.gch: %.h
- # $(CXX) -c -x c++-header $(CFLAGS) -o $@ $<
 Make.include.in
-+++ Make.include.in
-@@ -5,7 +5,7 @@
- GL_LIBS = @GL_LIBS@
- OPT_LIBS = @OPT_LIBS@
- 
--CFLAGS = -Wall -I../libgfx/include/ $(SDL_CFLAGS) @CFLAGS@
-+CXXFLAGS = -Wall -I../libgfx/include/ $(SDL_CFLAGS) @CXXFLAGS@
- LIBS = ../libgfx/src/libgfx.a $(GL_LIBS) $(SDL_LIBS) $(OPT_LIBS) @LIBS@
- 
- OBJECTS = arrow.o bait.o firefly.o scene.o tail.o utils.o modes.o @OPT_OBJS@

diff --git a/x11-misc/fireflies/files/fireflies-2.07-gcc43.patch 
b/x11-misc/fireflies/files/fireflies-2.07-gcc43.patch
deleted file mode 100644
index d6bad4d9dda..000
--- a/x11-misc/fireflies/files/fireflies-2.07-gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 fireflies-2.07/libgfx/src/raster.cxx.old   2008-07-29 17:53:35.0 
-0500
-+++ fireflies-2.07/libgfx/src/raster.cxx   2008-07-29 17:53:51.0 
-0500
-@@ -9,7 +9,7 @@
- #include 
- #include 
- 
--#include 
-+#include 
- #include 
- 
- ByteRaster::ByteRaster(const ByteRaster )

diff --git a/x11-misc/fireflies/files/fireflies-2.07-gcc44.patch 
b/x11-misc/fireflies/files/fireflies-2.07-gcc44.patch
deleted file mode 100644
index 612a25ec280..000
--- a/x11-misc/fireflies/files/fireflies-2.07-gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur fireflies-2.07.orig/src/vroot.h fireflies-2.07/src/vroot.h
 fireflies-2.07.orig/src/vroot.h2005-12-09 05:07:30.0 +0200
-+++ fireflies-2.07/src/vroot.h 2009-08-09 21:18:40.0 +0300
-@@ -78,6 +78,8 @@
-  "#Id: vroot.h,v 1.4 1991/09/30 19:23:16 stolcke Exp stolcke #";
- #endif
- 
-+#include 
-+
- #include 
- #include 
- #include 

diff --git a/x11-misc/fireflies/files/fireflies-2.07-libgfx-libpng15.patch 
b/x11-misc/fireflies/files/fireflies-2.07-libgfx-libpng15.patch
deleted file mode 100644
index 23d471b8fd1..000
--- a/x11-misc/fireflies/files/fireflies-2.07-libgfx-libpng15.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 libgfx/src/raster-png.cxx
-+++ libgfx/src/raster-png.cxx
-@@ -39,7 +39,7 @@
-// Because we didn't set up any error handlers, we need to be
-// prepared to handle longjmps out of the library on error
-// conditions.
--   if( setjmp(png_ptr->jmpbuf) )
-+   if( setjmp(png_jmpbuf(png_ptr)) )
-{
-   

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

2017-08-13 Thread David Seifert
commit: 4097ed2f371ed7a3afab0ace3b70162c91a561c8
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:48:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4097ed2f

x11-misc/i3status: remove unused patch

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

 .../i3status/files/i3status-2.10-pulseaudio.patch  | 46 --
 1 file changed, 46 deletions(-)

diff --git a/x11-misc/i3status/files/i3status-2.10-pulseaudio.patch 
b/x11-misc/i3status/files/i3status-2.10-pulseaudio.patch
deleted file mode 100644
index 991ce036cd4..000
--- a/x11-misc/i3status/files/i3status-2.10-pulseaudio.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-Make dependency on pulseaudio optional.
-
-It's unfortunately not upstreamable. See:
-
-https://github.com/i3/i3status/pull/43
-https://bugs.gentoo.org/show_bug.cgi?id=570786
-
 a/Makefile
-+++ b/Makefile
-@@ -49,6 +49,10 @@ ifeq ($(OS),NetBSD)
- LIBS+=-lprop
- endif
- 
-+ifeq ($(OS),OpenBSD)
-+LIBS+=-lpthread
-+endif
-+
- # This probably applies for any pkgsrc based system
- ifneq (, $(filter $(OS), NetBSD DragonFly))
- CFLAGS+=-I/usr/pkg/include/
-@@ -70,9 +74,12 @@ CFLAGS += -idirafter yajl-fallback
- OBJS:=$(wildcard src/*.c *.c)
- OBJS:=$(OBJS:.c=.o)
- 
--ifeq ($(OS),OpenBSD)
-+PULSE ?= 1
-+ifeq ($(PULSE),0)
- OBJS:=$(filter-out src/pulse.o, $(OBJS))
--LIBS:=$(filter-out -lpulse, $(LIBS)) -lpthread
-+LIBS:=$(filter-out -lpulse, $(LIBS))
-+else
-+CPPFLAGS+=-DPULSE
- endif
- 
- src/%.o: src/%.c include/i3status.h
 a/src/print_volume.c
-+++ b/src/print_volume.c
-@@ -60,7 +60,7 @@ void print_volume(yajl_gen json_gen, char *buffer, const 
char *fmt, const char *
- free(instance);
- }
- 
--#ifndef __OpenBSD__
-+#if !defined(__OpenBSD__) && defined(PULSE)
- /* Try PulseAudio first */
- 
- /* If the device name has the format "pulse[:N]" where N is the



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

2017-08-13 Thread David Seifert
commit: 208609c7322de4de86dd2e580dc92e842589493c
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Aug 11 14:55:48 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:28:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208609c7

sys-boot/grub: remove unused patches/files

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

 sys-boot/grub/files/2.02_beta3-10_linux-UUID.patch |  27 --
 .../grub/files/2.02_beta3-gcc6-ld-no-pie.patch |  57 ---
 sys-boot/grub/files/2.02_beta3-sysmacros.patch | 107 -
 sys-boot/grub/files/CVE-2015-8370.patch|  54 ---
 .../grub/files/grub-2.02_beta2-lvm2-raid1.patch|  68 -
 sys-boot/grub/files/grub.cfg.example   |  72 --
 6 files changed, 385 deletions(-)

diff --git a/sys-boot/grub/files/2.02_beta3-10_linux-UUID.patch 
b/sys-boot/grub/files/2.02_beta3-10_linux-UUID.patch
deleted file mode 100644
index 1dcf3b5b781..000
--- a/sys-boot/grub/files/2.02_beta3-10_linux-UUID.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From ea8de5d2ee58178381e5809e4d5fe79861e61b04 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Sat, 5 Mar 2016 17:21:15 -0500
-Subject: [PATCH] [2.02] 10_linux: Fix grouping of tests for GRUB_DEVICE
-
-Commit 7290bb562 causes GRUB_DISABLE_LINUX_UUID to be ignored due to
-mixing of || and && operators. Add some parens to help with that.

- util/grub.d/10_linux.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
-index 5a78513..de9044c 100644
 a/util/grub.d/10_linux.in
-+++ b/util/grub.d/10_linux.in
-@@ -47,7 +47,7 @@ esac
- # and mounting btrfs requires user space scanning, so force UUID in this case.
- if [ "x${GRUB_DEVICE_UUID}" = "x" ] || [ "x${GRUB_DISABLE_LINUX_UUID}" = 
"xtrue" ] \
- || ! test -e "/dev/disk/by-uuid/${GRUB_DEVICE_UUID}" \
--|| test -e "${GRUB_DEVICE}" && uses_abstraction "${GRUB_DEVICE}" lvm; then
-+|| ( test -e "${GRUB_DEVICE}" && uses_abstraction "${GRUB_DEVICE}" lvm ); 
then
-   LINUX_ROOT_DEVICE=${GRUB_DEVICE}
- else
-   LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID}
--- 
-2.7.2
-

diff --git a/sys-boot/grub/files/2.02_beta3-gcc6-ld-no-pie.patch 
b/sys-boot/grub/files/2.02_beta3-gcc6-ld-no-pie.patch
deleted file mode 100644
index 0d814154478..000
--- a/sys-boot/grub/files/2.02_beta3-gcc6-ld-no-pie.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-2016-05-21  Magnus Granberg  
-
-   #583042 sys-boot/grub-2.02_beta3-r1: building w/gcc-6[pie]: error:
-   x86_64-pc-linux-gnu/bin/ld: -r and -shared may not be used together
-
-   * acinclude.m4: Add -no-pie check.
-   * configure.ac: Add -no-pie to TARGET_LDFLAGS if needed.
-
 a/acinclude.m4 2015-11-11 20:56:52.0 +0100
-+++ b/acinclude.m4 2016-05-17 00:08:22.0 +0200
-@@ -390,6 +390,24 @@ else
- [fi]
- ])
- 
-+dnl Check if the Linker supports `-no-pie'.
-+AC_DEFUN([grub_CHECK_NO_PIE],
-+[AC_MSG_CHECKING([whether linker accepts -no-pie])
-+AC_CACHE_VAL(grub_cv_cc_ld_nopie,
-+[save_LDFLAGS="$LDFLAGS"
-+LDFLAGS="$LDFLAGS -no-pie"
-+AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],
-+ [grub_cv_cc_ld_no_pie=yes],
-+ [grub_cv_cc_ld_no_pie=no])
-+LDFLAGS="$save_LDFLAGS"
-+])
-+AC_MSG_RESULT([$grub_cv_cc_ld_no_pie])
-+nopie_possible=no
-+if test "x$grub_cv_cc_ld_no_pie" = xyes ; then
-+  nopie_possible=yes
-+fi
-+])
-+
- dnl Check if the C compiler supports `-fPIC'.
- AC_DEFUN([grub_CHECK_PIC],[
- [# Position independent executable.
 a/configure.ac 2016-02-27 13:40:56.0 +0100
-+++ b/configure.ac 2016-05-17 00:57:29.47100 +0200
-@@ -1184,13 +1184,18 @@ CFLAGS="$TARGET_CFLAGS"
- 
- # Position independent executable.
- grub_CHECK_PIE
-+grub_CHECK_NO_PIE
- [# Need that, because some distributions ship compilers that include
--# `-fPIE' in the default specs.
-+# `-fPIE' and '-pie' in the default specs.
- if [ x"$pie_possible" = xyes ]; then
-   TARGET_CFLAGS="$TARGET_CFLAGS -fno-PIE"
-+fi
-+if [ x"$nopie_possible" = xyes ] &&  [ x"$pie_possible" = xyes ]; then
-+  TARGET_LDFLAGS="$TARGET_LDFLAGS -no-pie"
- fi]
- 
- CFLAGS="$TARGET_CFLAGS"
-+LDFLAGS="$TARGET_LDFLAGS"
- 
- # Position independent executable.
- grub_CHECK_PIC

diff --git a/sys-boot/grub/files/2.02_beta3-sysmacros.patch 
b/sys-boot/grub/files/2.02_beta3-sysmacros.patch
deleted file mode 100644
index 8610f3a1a57..000
--- a/sys-boot/grub/files/2.02_beta3-sysmacros.patch
+++ /dev/null
@@ -1,107 +0,0 @@
-From 7a5b301e3adb8e054288518a325135a1883c1c6c Mon Sep 17 00:00:00 2001
-From: Mike Gilbert 
-Date: Tue, 19 Apr 2016 14:27:22 -0400
-Subject: [PATCH] build: Use AC_HEADER_MAJOR to find device macros
-
-Depending on the OS/libc, device macros are defined in different
-headers. This change ensures we include the right one.
-
-sys/types.h - 

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

2017-08-13 Thread David Seifert
commit: 04237409ccaa6f6809f0dc28bfc8b5522bbbf5f0
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:50:18 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04237409

x11-misc/xkbd: remove unused patch

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

 x11-misc/xkbd/files/xkbd-0.8.15-fix-geometry.patch | 35 --
 1 file changed, 35 deletions(-)

diff --git a/x11-misc/xkbd/files/xkbd-0.8.15-fix-geometry.patch 
b/x11-misc/xkbd/files/xkbd-0.8.15-fix-geometry.patch
deleted file mode 100644
index 3620dc5d6f2..000
--- a/x11-misc/xkbd/files/xkbd-0.8.15-fix-geometry.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ruN xkbd-0.8.15/src/xkbd.c xkbd-0.8.15-new/src/xkbd.c
 xkbd-0.8.15/src/xkbd.c 2003-09-29 10:29:35.0 -0700
-+++ xkbd-0.8.15-new/src/xkbd.c 2008-03-23 02:43:20.0 -0700
-@@ -307,19 +307,20 @@
-   0, BlackPixel(display, screen_num),
-   WhitePixel(display, screen_num));
-   
-+  wret = DisplayWidth(display, screen_num);
-+  hret = DisplayHeight(display, screen_num)/4;
-+  xret = 0;
-+  yret = DisplayHeight(display, screen_num) - hret;
-+
-   if (geometry != NULL)
-   {
--XParseGeometry(geometry, , , ,  );
--  }
--  else
--  {
--if (wm_type != WM_MATCHBOX)
--  {
--wret = DisplayWidth(display, screen_num);
--hret = DisplayHeight(display, screen_num)/4;
--xret = 0;
--yret = DisplayHeight(display, screen_num) - hret;
--  }
-+int flags;
-+
-+flags = XParseGeometry(geometry, , , ,  );
-+if( flags & XNegative )
-+xret += DisplayWidth( display, screen_num ) - wret;
-+if( flags & YNegative )
-+yret += DisplayHeight( display, screen_num ) - hret;
-   }
-   
-   /* check for user selected keyboard conf file */



[gentoo-commits] repo/gentoo:master commit in: x11-misc/cairo-clock/files/

2017-08-13 Thread David Seifert
commit: df2960e9dc9a793569159d51345646742c813a87
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:46:44 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2960e9

x11-misc/cairo-clock: remove unused patch

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

 x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch | 12 
 1 file changed, 12 deletions(-)

diff --git a/x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch 
b/x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch
deleted file mode 100644
index 76569cc8426..000
--- a/x11-misc/cairo-clock/files/cairo-clock-0.3.3-gcc46.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr cairo-clock-0.3.3.ORIG/src/Makefile.am 
cairo-clock-0.3.3/src/Makefile.am
 cairo-clock-0.3.3.ORIG/src/Makefile.am 2011-09-24 12:42:48.862380207 
+0100
-+++ cairo-clock-0.3.3/src/Makefile.am  2011-09-24 12:43:29.135381441 +0100
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = cairo_clock
- transform = s/_/-/g
- 
--cairo_clock_LDFLAGS = -Wl, --export-dynamic
-+cairo_clock_LDFLAGS = -rdynamic
- 
- cairo_clock_LDADD =   \
-   $(GLIB_LIBS)\



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

2017-08-13 Thread David Seifert
commit: fa3659163a459cca2f2a04a2c0b236c4ee52cc3d
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Aug 10 17:52:00 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 13 11:29:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa365916

x11-misc/xwit: remove unused patch/file

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

 x11-misc/xwit/files/Makefile |  6 --
 x11-misc/xwit/files/malloc.patch | 11 ---
 2 files changed, 17 deletions(-)

diff --git a/x11-misc/xwit/files/Makefile b/x11-misc/xwit/files/Makefile
deleted file mode 100644
index 7b106f0d716..000
--- a/x11-misc/xwit/files/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-src = xwit.c dsimple.c ClientWin.c
-
-all: xwit
-
-xwit: $(o)
-   $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(src) -o xwit -lX11

diff --git a/x11-misc/xwit/files/malloc.patch b/x11-misc/xwit/files/malloc.patch
deleted file mode 100644
index 41c3a7b82ef..000
--- a/x11-misc/xwit/files/malloc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 dsimple.c_ 2005-06-05 16:07:10.0 +0200
-+++ dsimple.c  2005-06-05 16:07:47.0 +0200
-@@ -46,7 +46,7 @@
- char *Malloc(size)
-  unsigned size;
- {
--  char *data, *malloc();
-+  char *data; //, *malloc();
- 
-   if (!(data = malloc(size)))
- Fatal_Error("Out of memory!");



  1   2   >