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

2016-01-18 Thread Michael Palimaka
commit: 2f6e525d538b96557c167ac26c16df149ae60fc4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 14:46:08 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 14:46:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6e525d

net-libs/jreen: add missing USE dependency

Gentoo-bug: 572266

Package-Manager: portage-2.2.26

 net-libs/jreen/jreen-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/jreen/jreen-1.2.0.ebuild 
b/net-libs/jreen/jreen-1.2.0.ebuild
index 1289f63..b6c08bc 100644
--- a/net-libs/jreen/jreen-1.2.0.ebuild
+++ b/net-libs/jreen/jreen-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,7 @@ DEPEND="
net-libs/libgsasl
sys-libs/zlib
qt4? (
-   >=dev-qt/qtcore-4.6.0:4
+   >=dev-qt/qtcore-4.6.0:4[ssl]
>=dev-qt/qtgui-4.6.0:4
)
qt5? (



[gentoo-commits] proj/kde:master commit in: net-libs/jreen/

2016-01-18 Thread Michael Palimaka
commit: b3b031a7cc314e900c7b2772ea899bacb377c1db
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 14:47:20 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 14:47:20 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b3b031a7

net-libs/jreen: add missing USE dependency

Gentoo-bug: 572266

Package-Manager: portage-2.2.26

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

diff --git a/net-libs/jreen/jreen-.ebuild b/net-libs/jreen/jreen-.ebuild
index 6c48a44..4c3da0d 100644
--- a/net-libs/jreen/jreen-.ebuild
+++ b/net-libs/jreen/jreen-.ebuild
@@ -29,7 +29,7 @@ DEPEND="
net-libs/libgsasl
sys-libs/zlib
qt4? (
-   >=dev-qt/qtcore-4.6.0:4
+   >=dev-qt/qtcore-4.6.0:4[ssl]
>=dev-qt/qtgui-4.6.0:4
)
qt5? (



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

2016-01-18 Thread Brian Evans
commit: fceecc465a7768eb32e2097642185f903152be30
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jan 18 13:36:47 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jan 18 13:36:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fceecc46

php-ext-source-r2.eclass: Fix typo with "${EPREFIX}}" wrt bug 572252

 eclass/php-ext-source-r2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index de04661..4d1714d 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -223,7 +223,7 @@ php_init_slot_env() {
PHPCLI="${EPREFIX}/usr/${libdir}/${1}/bin/php"
PHPCGI="${EPREFIX}/usr/${libdir}/${1}/bin/php-cgi"
PHP_PKG="$(best_version =dev-lang/php-${1:3}*)"
-   PHPPREFIX="${EPREFIX}}/usr/${libdir}/${slot}"
+   PHPPREFIX="${EPREFIX}/usr/${libdir}/${slot}"
EXT_DIR="$(${PHPCONFIG} --extension-dir 2>/dev/null)"
PHP_CURRENTSLOT=${1:3}
 



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

2016-01-18 Thread Ian Delaney
commit: 8d842d62c78337e81299bb1ab08e1cfccbcfba97
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Jan 18 11:39:46 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Jan 18 13:04:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d842d62

media-video/mpv: omit obsolete etc/* entries from DOCS array in 

Build system is mature enough to install files under etc/* from sources
into docdir automatically.

Package-Manager: portage-2.2.26

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

diff --git a/media-video/mpv/mpv-.ebuild b/media-video/mpv/mpv-.ebuild
index 582b98f..b6a0297 100644
--- a/media-video/mpv/mpv-.ebuild
+++ b/media-video/mpv/mpv-.ebuild
@@ -23,7 +23,7 @@ else
inherit git-r3
 fi
 SRC_URI+=" https://waf.io/waf-${WAF_PV};
-DOCS+=( README.md etc/example.conf etc/input.conf )
+DOCS+=( README.md )
 
 # See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
 LICENSE="GPL-2+ BSD ISC"



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

2016-01-18 Thread Ian Delaney
commit: 22c62713fd7ac4f5838a08c21c13338fd49170a0
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Jan 18 13:01:42 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Jan 18 13:04:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c62713

Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'

Pull request: https://github.com/gentoo/gentoo/pull/675

 app-accessibility/freetts/freetts-1.2.1-r2.ebuild  |   4 +-
 app-accessibility/freetts/freetts-1.2.2.ebuild |   4 +-
 app-admin/haskell-updater/Manifest |   6 +-
 .../haskell-updater/haskell-updater-1.2.1.ebuild   |  51 --
 .../haskell-updater/haskell-updater-1.2.10.ebuild  |  46 ++
 .../haskell-updater/haskell-updater-1.2.3.ebuild   |  46 --
 .../haskell-updater/haskell-updater-1.2.6.ebuild   |  46 --
 .../haskell-updater/haskell-updater-1.2.7.ebuild   |  46 --
 .../haskell-updater/haskell-updater-1.2.8.ebuild   |  46 --
 app-admin/keepass/Manifest |   1 +
 app-admin/keepass/keepass-2.31.ebuild  | 110 
 .../puppetserver/puppetserver-2.2.1-r1.ebuild  | 107 
 app-antivirus/clamav-unofficial-sigs/Manifest  |   1 +
 .../clamav-unofficial-sigs-4.9.2.ebuild|  99 
 app-backup/burp/burp-1.3.48-r1.ebuild  | 100 
 app-backup/burp/burp-1.3.48.ebuild |   5 +-
 app-backup/burp/burp-1.3.8-r1.ebuild   |  94 +++
 app-backup/burp/burp-1.3.8.ebuild  |  93 ---
 app-backup/burp/burp-1.4.40-r1.ebuild  |  96 +++
 app-backup/burp/burp-1.4.40.ebuild |  95 ---
 .../files/1.3.48-non-zero-or-build-failure.patch   |  13 +
 .../files/1.3.8-non-zero-or-build-failure.patch|  13 +
 .../files/1.4.40-non-zero-or-build-failure.patch   |  13 +
 app-benchmarks/contest/contest-0.61-r1.ebuild  |  38 ++
 .../files/contest-0.61-fix-buildsystem.patch   |  22 +
 .../contest/files/contest-fortify_sources.patch|   4 +-
 app-crypt/acme/Manifest|   2 +-
 app-crypt/acme/acme-0.1.1.ebuild   |  43 --
 app-crypt/acme/acme-0.2.0.ebuild   |  43 ++
 app-crypt/jacksum/jacksum-1.7.0.ebuild |   4 +-
 app-crypt/letsencrypt/Manifest |   3 +-
 app-crypt/letsencrypt/letsencrypt-0.1.1-r1.ebuild  |  48 --
 app-crypt/letsencrypt/letsencrypt-0.1.1.ebuild |  46 --
 app-crypt/letsencrypt/letsencrypt-0.2.0.ebuild |  46 ++
 app-editors/diakonos/metadata.xml  |   3 +-
 app-editors/emacs-vcs/Manifest |   2 -
 .../emacs-vcs/emacs-vcs-25.0.50_pre20150523.ebuild | 372 
 .../emacs-vcs/emacs-vcs-25.0.50_pre20150731.ebuild | 377 
 .../emacs-vcs/emacs-vcs-25.0.50_pre20151113.ebuild |   4 +-
 .../emacs-vcs/emacs-vcs-25.0.-r2.ebuild|   4 +-
 app-editors/emacs-vcs/emacs-vcs-25.1..ebuild   |   4 +-
 app-editors/emacs/Manifest |   2 +-
 app-editors/emacs/emacs-23.4-r14.ebuild|   6 +-
 app-editors/emacs/emacs-24.4-r4.ebuild |   4 +-
 app-editors/emacs/emacs-24.5-r1.ebuild |   4 +-
 app-editors/emacs/emacs-24.5.ebuild|   4 +-
 app-editors/gedit/Manifest |   1 +
 app-editors/gedit/gedit-3.18.3.ebuild  | 104 
 app-editors/jedit/jedit-5.0.0.ebuild   |   4 +-
 app-editors/jedit/jedit-5.2.0.ebuild   |   4 +-
 app-emacs/jde/jde-2.4.1.ebuild |   4 +-
 app-emulation/crossover-bin/Manifest   |   1 +
 .../crossover-bin/crossover-bin-15.0.1.ebuild  | 144 +
 .../qemu/files/qemu-2.5.0-CVE-2015-8558.patch  |  50 ++
 .../qemu/files/qemu-2.5.0-CVE-2015-8567.patch  |  95 +++
 .../qemu/files/qemu-2.5.0-CVE-2015-8701.patch  |  49 ++
 .../qemu/files/qemu-2.5.0-CVE-2015-8743.patch  |  50 ++
 .../qemu/files/qemu-2.5.0-CVE-2016-1568.patch  |  41 ++
 app-emulation/qemu/qemu-2.5.0-r1.ebuild| 657 +
 .../eselect-java/eselect-java-0.1.0-r1.ebuild  |   4 +-
 app-eselect/eselect-java/eselect-java-0.1.0.ebuild |   4 +-
 app-eselect/eselect-java/eselect-java-0.2.0.ebuild |   2 +-
 .../eselect-maven/eselect-maven-0.2-r1.ebuild  |   4 +-
 .../eselect-maven/eselect-maven-0.2-r2.ebuild  |   4 +-
 app-i18n/im-freewnn/im-freewnn-0.0.2-r1.ebuild |  52 --
 app-i18n/im-freewnn/im-freewnn-0.0.2-r2.ebuild |   2 +-
 app-i18n/man-pages-de/metadata.xml |   5 -
 app-misc/abduco/Manifest   |   2 +-
 app-misc/abduco/abduco-0.3.ebuild  |  50 --
 .../{abduco-0.4.ebuild => abduco-0.5.ebuild}   |   0
 app-misc/carbon-c-relay/Manifest   |   2 +-
 app-misc/carbon-c-relay/carbon-c-relay-0.44.ebuild |  37 --
 ...-relay-1.4.ebuild => carbon-c-relay-1.5.ebuild} |   0
 app-misc/ckb/Manifest  |   2 +-
 

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

2016-01-18 Thread Ian Delaney
commit: 16cbbce56be8cc31b9d9b21f121bc34840bab15f
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Jan 18 11:42:36 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Jan 18 13:04:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16cbbce5

media-video/mpv: version bump to 0.15.0

Package-Manager: portage-2.2.26

 media-video/mpv/Manifest  |   1 +
 media-video/mpv/mpv-0.15.0.ebuild | 300 ++
 2 files changed, 301 insertions(+)

diff --git a/media-video/mpv/Manifest b/media-video/mpv/Manifest
index da2f319..58e4f66 100644
--- a/media-video/mpv/Manifest
+++ b/media-video/mpv/Manifest
@@ -1,4 +1,5 @@
 DIST mpv-0.14.0.tar.gz 2872619 SHA256 
042937f483603f0c3d1dec11e8f0045e8c27f19eee46ea64d81a3cdf01e51233 SHA512 
523bffe87d6743ac67cab090bb5f43363352491f663debf150e204b942d85176f228011e306d58fa4a05ee962d4bc56b6f77ea943e3efe757417ad52b952
 WHIRLPOOL 
b27f8acb21870c4d98e2a39ce78cf0e8923bdac5056adafedd242b687c0532cc51e338b9d5c2046155972adb99fd8f12f7d9ec2e78bdf4ed8ae1a295faedc0e9
+DIST mpv-0.15.0.tar.gz 2849513 SHA256 
7d31217ba8572f364fcea2955733f821374ae6d8c6d8f22f8bc63c44c0400bdc SHA512 
6f12487ff9bedd6872993189e3359c04ab0de559fd42bfcc5accdbfbd02e0d863cf3d7cfa5cceaedd174a4c16c831914945cf9cf6c918732f72fa44467127332
 WHIRLPOOL 
92b5a8ff864089bdddffa5941b8afca1433e5732ebe1ba71e326fbeb93475471e25038e73f807b3be01381a2b11ba2bc586cdccdc40bd99509a6fe234d780d9d
 DIST mpv-0.9.2.tar.gz 2701306 SHA256 
c0148f55dbd17705f49bb496d0ce374419de62e1b17195d91409d7727cbd4751 SHA512 
4f652a8e78d65b0ef44a06287b05250dfdfbce4cf5a6e21d3b446eedec268d83cf98afcc687272e2da2cfac9e9f69a303847dffdfd45cecdd4273b943ce50967
 WHIRLPOOL 
1512bacc2ce50e875770c76106a1bb2bc1d0cc5f6e2bdce91ff8c5cfc8bf13ffb48519858a5fa2a7d57880820dc12e5eb20f34ab71eca5d76ec303618da8f3fe
 DIST waf-1.8.12 97567 SHA256 
01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b SHA512 
8e47112abb134f965f15a27a600b4453cad3075afb5dadc17f2f6dac33d80ec68b679ac0ebc5f8a0245cbd07ae9fc7b899e69afc1bd021cce74e7af2ab457939
 WHIRLPOOL 
c36d37c2d8c08e4048b4800f511611af5cf534304fcb58388ca491ff308bfcbcdd959d153edfd6ff8c118404e7293d8b786e43b07486139bf915a82aa75d792b
 DIST waf-1.8.4 96179 SHA256 
f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8 SHA512 
3a132d8b1cba0af0e3df046c0204c5df706fae4e0fac41cf74b53f6cdea6210ed798671c7a3cb3fee70573aacab16d4c0cc699cc4b7aa74c8a416346c5513f4c
 WHIRLPOOL 
fe8d7f42e5118a1f9490a0c9add1355c969185376b57d0bab024068dd6e7364632d862bf9432e1209165c5313ae843479ef334f4bd6285db05dfebff9a1b640e

diff --git a/media-video/mpv/mpv-0.15.0.ebuild 
b/media-video/mpv/mpv-0.15.0.ebuild
new file mode 100644
index 000..b6a0297
--- /dev/null
+++ b/media-video/mpv/mpv-0.15.0.ebuild
@@ -0,0 +1,300 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+WAF_PV='1.8.12'
+
+inherit eutils fdo-mime gnome2-utils pax-utils python-any-r1 toolchain-funcs 
waf-utils
+
+DESCRIPTION="Media player based on MPlayer and mplayer2"
+HOMEPAGE="https://mpv.io/;
+
+if [[ ${PV} != ** ]]; then
+   SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
+   DOCS=( RELEASE_NOTES )
+else
+   EGIT_REPO_URI="https://github.com/mpv-player/mpv.git;
+   inherit git-r3
+fi
+SRC_URI+=" https://waf.io/waf-${WAF_PV};
+DOCS+=( README.md )
+
+# See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
+LICENSE="GPL-2+ BSD ISC"
+SLOT="0"
+# Here 'opengl' stands for GLX, 'egl' stands for any EGL-based output
+IUSE="+alsa archive bluray cdda +cli doc drm dvb +dvd +egl +enca encode gbm
+   +iconv jack jpeg lcms +libass libav libcaca libguess libmpv lua luajit
+   openal +opengl oss pulseaudio raspberry-pi rubberband samba sdl selinux
+   test uchardet v4l vaapi vdpau vf-dlopen wayland +X xinerama 
+xscreensaver
+   xv zsh-completion"
+
+REQUIRED_USE="
+   || ( cli libmpv )
+   egl? ( || ( gbm X wayland ) )
+   enca? ( iconv )
+   gbm? ( drm egl )
+   lcms? ( || ( opengl egl ) )
+   libguess? ( iconv )
+   luajit? ( lua )
+   opengl? ( X )
+   uchardet? ( iconv )
+   v4l? ( || ( alsa oss ) )
+   vaapi? ( || ( X wayland ) )
+   vdpau? ( X )
+   wayland? ( egl )
+   xinerama? ( X )
+   xscreensaver? ( X )
+   xv? ( X )
+   zsh-completion? ( cli )
+"
+
+COMMON_DEPEND="
+   !libav? ( >=media-video/ffmpeg-2.4:0=[encode?,threads,vaapi?,vdpau?] )
+   libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] )
+   sys-libs/zlib
+   alsa? ( >=media-libs/alsa-lib-1.0.18 )
+   archive? ( >=app-arch/libarchive-3.0.0:= )
+   bluray? ( >=media-libs/libbluray-0.3.0 )
+   cdda? ( dev-libs/libcdio-paranoia )
+ 

[gentoo-commits] dev/fordfrog:master commit in: dev-java/netbeans-enterprise/

2016-01-18 Thread Miroslav Šulc
commit: d3323d7d2ae66593b7ba51139691d4c7358eae60
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan 18 13:17:08 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan 18 13:17:08 2016 +
URL:https://gitweb.gentoo.org/dev/fordfrog.git/commit/?id=d3323d7d

dev-java/netbeans-enterprise: removed obsolete ebuilds

Package-Manager: portage-2.2.26

 dev-java/netbeans-enterprise/Manifest  |   2 -
 .../netbeans-enterprise-8.0.2.ebuild   | 249 ---
 .../netbeans-enterprise-8.1.ebuild | 266 -
 3 files changed, 517 deletions(-)

diff --git a/dev-java/netbeans-enterprise/Manifest 
b/dev-java/netbeans-enterprise/Manifest
index ca47733..77d41e5 100644
--- a/dev-java/netbeans-enterprise/Manifest
+++ b/dev-java/netbeans-enterprise/Manifest
@@ -50,9 +50,7 @@ DIST netbeans-trunk-nightly-201601120002-src.zip 209484230 
SHA256 f2a06a7012a174
 DIST netbeans-trunk-nightly-201601130002-src.zip 209467720 SHA256 
698a49d5927b74c2d9ddf6a181ec85636ba4aa005b8cda1bdec2b4de4d1ebfe6 SHA512 
33d7bf2fc61e3df8b7ed6a256e546636e7d5b17d3f9097d93a1e703b42df8dab81eb5116a56f217c6ac8fe9f626603c6e8e948ec65a0204b76a32a687ab38fbe
 WHIRLPOOL 
579de988aee2800cd4514ab054d712d8ce835cbaefcbeaaca3bcae17d41c60604e5759e4e9d081edd4265959ec0724f2e5ad43452f395caa79a9225671c5
 DIST netbeans-trunk-nightly-201601140002-src.zip 209481469 SHA256 
33537fc486387f80171ffed7ef43de359f70f9a0f3b15ccc0c183b323f9587c0 SHA512 
575e538c0c24173d230efeaac0687784425e2bd252d92e8f4708c7f571a9b4301864aa300da6060ae487ee9b07671874fe6e78677a6337a613aadd0429b74fb3
 WHIRLPOOL 
314b5321ed8ffc84ded4a705b1c811f56bf143417121d82360894f66c279c5c7fcc131ce0f096f863b9aae3114e9531e6f0ebb37f28c7d6ad375c6d0ec9f1810
 EBUILD netbeans-enterprise-8.0.2-r1.ebuild 15075 SHA256 
41d376117ad1d8d59c8194debfd29dc42f5fd4de70aee12a2134ec143a604dda SHA512 
4cd9de88e9a401cc0be88e3e2605abc411c47307818376b2bcc00f9ae570b21324f2bf00fd83e819bfa076da0fb07811fa1f0f9362a6cd0ee05b63221a199000
 WHIRLPOOL 
73f4518c14430fe7aa3614ebf1b11a06ba0e9bce7479af2770db3a114f149d575a16a655218f757ed416b5149228ac56dac700f5a8d5e034cc838bfa4092e636
-EBUILD netbeans-enterprise-8.0.2.ebuild 15071 SHA256 
84621e3bb946cfa254bb70ca3c3f61202882a7e6d631769ad2f0f4639b0de875 SHA512 
6ad38e840764661e6bc5b89b5925e9665871009ba0b640c0a78c555ec104214dbee1200a93cb48e655bc620e07bb6e4d8932b23a00fe458f8a5e9e5c3200d79d
 WHIRLPOOL 
b2c2bbf2ff72f8cd9b4cdbe039fdbf7cd074b0fdc20f634aa0b6f79f5c639be358c61fab30854a6e3ab9714a285d9461ac4e39e94e10c14c5068422d6c873c56
 EBUILD netbeans-enterprise-8.1-r1.ebuild 15888 SHA256 
d4c04ccfee01a46819020cb7cf8fd8297618f3c0431ae2d9dd7eec8131f988ab SHA512 
6c7c39c378cb79d3f382cb80d07710a8c5233aaf0df8fb58889ee6aa6bde73624efa6aa49b43f84105685094a7aff89e4b6367ffd1fd113da27b42d50d07e983
 WHIRLPOOL 
e678e2a6957e428c1b6e51469c0e7cc6a08da2c797f1575b6bb660a7f3281c00f071179de459e27c983304915b005baaf94ad4fae0a4c08162f218bf53b7d821
-EBUILD netbeans-enterprise-8.1.ebuild 15885 SHA256 
3fd6aa88405a012ba048d097ac4313ee0034cab88ee3a7d61fc033b8e70b7d32 SHA512 
9f30d3c2162eb12027ca2f8d9ad80707e928afdcadd4b73082e470245683dce239b049474859fe5df5f18d0e6f0256306a4df7e207bfb6d157941afca04f9f6c
 WHIRLPOOL 
e49f7b009e2c1a79f49d418e517340ca50c2b4ef1fdcf10803f019a9f0aded2c19045598c61e8e9313e8e75feb330e910008765d9c39b3f09d33e656a63b7a67
 EBUILD netbeans-enterprise-_p20151216.ebuild 15825 SHA256 
a26094146a386542967794500e9427359c05c272a909d435b29fa9fd70cc1025 SHA512 
96294b912d5638a6bd62d0b4405bd4bd6699ff2f015b2ff82a4896699a0081ee503076b016e034ae68f0309e6cca679b2fa03bee186391bcc877c5ac0366f4f9
 WHIRLPOOL 
c7d27f20cbba15a954f8344a71d3ea08c952d913affc7719b321bec18c1152899c670101b448f37130f345e975a3f7570b6b2711ffc34120bcdfcc51521d5a3a
 EBUILD netbeans-enterprise-_p20151217.ebuild 15825 SHA256 
0933e39d7b3cf865e6136128fb02ca6b28f9021e0b5e4468fb4100a554d3ca4d SHA512 
8a8cee5390ed8eb217583c3eed15ce91f1e609413793b455b5471de5a79cb0948b616750616c1408953311e9672e92d57bb475834a0d7358236d37c05ba59d58
 WHIRLPOOL 
dfe8207274e63972fded16ca408924518d4a1ee07d11c8d58357085c8948d8c926211a6698b9d28fc8b4367a8424df81740303453b8c3b5c815ad06a8104981d
 EBUILD netbeans-enterprise-_p20151218.ebuild 15825 SHA256 
bb85311a18b79becd9190baf2798881eb21bb99da0b07fc78d397e8332a6499a SHA512 
a46b2654010d9f3dbfdd2e90434d358ec09eab2ab123765b05f5957af315521c4b831250ba73e3e6101b4a734b422f94b09baa76cfacfe0d3383cd880494b98c
 WHIRLPOOL 
2b4bc527a196899f20f3d3ba48543c8f10521b41a67744124e6b4bcd75345de4f0806b384b8bfa0a76f8263d05c578c096316765f9f5d467c8c234e2ea56bf11

diff --git a/dev-java/netbeans-enterprise/netbeans-enterprise-8.0.2.ebuild 
b/dev-java/netbeans-enterprise/netbeans-enterprise-8.0.2.ebuild
deleted file mode 100644
index c65d848..000
--- a/dev-java/netbeans-enterprise/netbeans-enterprise-8.0.2.ebuild
+++ /dev/null
@@ -1,249 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-

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

2016-01-18 Thread Alexis Ballier
commit: 7b4560e017ba5383287a0ce4623decf7c4033d80
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan 18 15:13:26 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan 18 15:13:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4560e0

media-libs/kvazaar: update live ebuild and bump to 0.8.2

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier  gentoo.org>

 media-libs/kvazaar/Manifest|  1 +
 .../{kvazaar-.ebuild => kvazaar-0.8.2.ebuild}  | 32 +++---
 media-libs/kvazaar/kvazaar-.ebuild | 32 +++---
 3 files changed, 21 insertions(+), 44 deletions(-)

diff --git a/media-libs/kvazaar/Manifest b/media-libs/kvazaar/Manifest
index f3675dd..e901045 100644
--- a/media-libs/kvazaar/Manifest
+++ b/media-libs/kvazaar/Manifest
@@ -1,2 +1,3 @@
 DIST kvazaar-0.7.1.tar.gz 288339 SHA256 
c3693f801f0e717b1dcab3494d3e18a1687861af1a2c33b8878b2f70bcf18164 SHA512 
a7d0a68e4b898f7dbb4175ab8a005d88786f522e185c1814a36a48395d34398880fc18e6baeebe4fef0ea97829e937df2ec9f547e05a9a1b2fdb74e260390e2a
 WHIRLPOOL 
ad640f5cf4c8238c7fbda3d126e1d7d37b3619a3eb000737eabf75b464fbf37cbc1de11c643725fb8cfbbfe8aa21df12d2c7b7aed0df29f7d8774256e78818a0
 DIST kvazaar-0.7.2.tar.gz 293147 SHA256 
623e955d1dbf4f469a57c540537e977f3cead2abcb43d640e2fa0f568168cede SHA512 
db06bed953cbe69f2388adfeeecdd150f36a436199e9627a06c26e4fee740255d47757522a3216c2aaca6233fbff0bf64ab5fa6ac6a26cf5af88bfd07c7d78a0
 WHIRLPOOL 
371379ed6c30c6db3c729e0cfded3f300157a62255b9865f4f45666354f1e2e35cad2e869600de662745251f044f7852dcb8e08e820f4d41f3e7efea13ccb645
+DIST kvazaar-0.8.2.tar.gz 422425 SHA256 
1b9354a639ab6c902e974780b39112b5e75477205611f88b54562c895182b945 SHA512 
e5089ae28b467c19e854dcf53ac48d14aa01b5f6a72d7a11e66e146c7b9cc11068377a9021f03a697dcf66a66dd42180d2bab24d62c00ee4e2763c5d93754a85
 WHIRLPOOL 
54c9de8df2b35a2192ba56680d7edc047b10682875b5a5f6dacec5e67daf8137576d4fc9f86139a54ce82dd29355cfce3fd66589961eb09fe329f64dd15c

diff --git a/media-libs/kvazaar/kvazaar-.ebuild 
b/media-libs/kvazaar/kvazaar-0.8.2.ebuild
similarity index 54%
copy from media-libs/kvazaar/kvazaar-.ebuild
copy to media-libs/kvazaar/kvazaar-0.8.2.ebuild
index 425dd69..972f429 100644
--- a/media-libs/kvazaar/kvazaar-.ebuild
+++ b/media-libs/kvazaar/kvazaar-0.8.2.ebuild
@@ -11,7 +11,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/ultravideo/kvazaar;
 fi
 
-inherit multilib multilib-minimal toolchain-funcs ${SCM}
+inherit multilib autotools multilib-minimal toolchain-funcs ${SCM}
 
 DESCRIPTION="An open-source HEVC encoder"
 HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar;
@@ -22,12 +22,12 @@ if [ "${PV#}" = "${PV}" ] ; then
 fi
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+# subslot = libkvazaar major
+SLOT="0/3"
 IUSE="cpu_flags_x86_avx2 static-libs"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
-S="${WORKDIR}/${P}/src"
 
 ASM_DEP=">=dev-lang/yasm-1.2.0"
 DEPEND="${DEPEND}
@@ -35,29 +35,17 @@ DEPEND="${DEPEND}
abi_x86_64? ( ${ASM_DEP} )"
 
 src_prepare() {
-   multilib_copy_sources
+   eautoreconf
 }
 
 multilib_src_compile() {
-   tc-export CC
-   emake \
-   ARCH="${CHOST%%-*}" \
-   $(usex cpu_flags_x86_avx2 "" "KVZ_DISABLE_AVX2=true") \
-   lib-shared \
-   $(usex static-libs "lib-static" "") \
-   $(multilib_is_native_abi && echo cli)
-}
-
-multilib_src_install() {
-   emake \
-   DESTDIR="${D}" \
-   PREFIX="${EPREFIX}/usr" \
-   LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
-   install-pc install-lib \
-   $(usex static-libs "install-static" "") \
-   $(multilib_is_native_abi && echo install-prog)
+   ECONF_SOURCE="${S}" \
+   econf \
+   --docdir "/usr/share/doc/${PF}" \
+   $(use_enable static-libs static) \
+   $(use_enable cpu_flags_x86_avx2 asm)
 }
 
 multilib_src_install_all() {
-   dodoc "${WORKDIR}/${P}/README.md" "${WORKDIR}/${P}/CREDITS" 
"${WORKDIR}/${P}/doc/"*.txt
+   find "${ED}" -name '*.la' -delete
 }

diff --git a/media-libs/kvazaar/kvazaar-.ebuild 
b/media-libs/kvazaar/kvazaar-.ebuild
index 425dd69..972f429 100644
--- a/media-libs/kvazaar/kvazaar-.ebuild
+++ b/media-libs/kvazaar/kvazaar-.ebuild
@@ -11,7 +11,7 @@ if [ "${PV#}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/ultravideo/kvazaar;
 fi
 
-inherit multilib multilib-minimal toolchain-funcs ${SCM}
+inherit multilib autotools multilib-minimal toolchain-funcs ${SCM}
 
 DESCRIPTION="An open-source HEVC encoder"
 HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar;
@@ -22,12 +22,12 @@ if [ "${PV#}" = "${PV}" ] ; then
 fi
 
 LICENSE="LGPL-2.1"
-SLOT="0"
+# subslot = libkvazaar major
+SLOT="0/3"
 IUSE="cpu_flags_x86_avx2 

[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/files/, www-servers/tomcat/

2016-01-18 Thread Miroslav Šulc
commit: f347301d53214267cd623ace883e505d454837df
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan 18 15:18:11 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan 18 15:18:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f347301d

www-servers/tomcat: removed obsolete ebuilds

Package-Manager: portage-2.2.26

 www-servers/tomcat/Manifest|   3 -
 .../tomcat/files/tomcat-7.0.64-build.xml.patch | 149 
 .../tomcat/files/tomcat-8.0.29-build.xml.patch | 265 -
 www-servers/tomcat/tomcat-7.0.64.ebuild| 146 
 www-servers/tomcat/tomcat-8.0.26.ebuild| 147 
 www-servers/tomcat/tomcat-8.0.29.ebuild| 155 
 6 files changed, 865 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 454e909..3e93ba0 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -1,10 +1,7 @@
 DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 
c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 
0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be
 WHIRLPOOL 
c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97
 DIST apache-tomcat-7.0.59-src.tar.gz 4687344 SHA256 
3a1dedda4019db87464fca3aeb4e800a538f0baee96d8b14c9d64967b0d2ea44 SHA512 
acc322eee1446dd1bff72910ae9f40a62f88332ee69d6057b3c684e2abf8f28e6df6ab9505900f0b0cf7a5e2e0e80e64b0a790b3b78594ce595ce897706b4bcb
 WHIRLPOOL 
4948964c1746e6ee912ac72c901ba271793610f402bf082455d104e2e8d6dbfa0bf5371d42d48d8ad7c826271fa60d989119a01e700497099022d0cf3564fdff
-DIST apache-tomcat-7.0.64-src.tar.gz 4592198 SHA256 
d805dec3b387a244c4285ce1f9fc5028bb836716db52f1b1b5036a97dd9ec4dc SHA512 
180479b0f5b5604597f850676235fab1f3e63051b503cfa3b4da1e6820505dece73f502249b6e032cfaaad18c9e2d4c057c9854ae5cbf088b214b51e0687ed8c
 WHIRLPOOL 
a461d7deae890227052bd83ac97c698821b1f6d6ff97c179b124de9b1b7ccdf1498651a391a03008b840fac730c080682f207db4d44e76d15dba63b266ddee51
 DIST apache-tomcat-7.0.65-src.tar.gz 4600718 SHA256 
38c266a21ff27560ba4c213dd64628a1ed35b22289d37b5d7f250010e963cc39 SHA512 
6eb420a3067783a6ffee781c834dc363d6638d6e79182886594249a0ef810b2ab721f2a44f84b4ea90372a7e2e5171caf49697945d359e9c877a2db640fc3da2
 WHIRLPOOL 
db678b899455ef977d893eec01ba50687c7563646321dbe511be6c55f03859a08778e4f6da14021a9ed051c1f3573edf9d0de527383aaf4ee6114f3a027b281d
 DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 
0464ebbeec17fb15103cad9f6639edc826f4eca246dd58a5cb1c5d46aff58e0a SHA512 
dd299cab7a172860f51bae19e3490432af874b94825de289095647026a91b27cb3544ba85ab1f786bf4696dc59475ca85d051841ebaa221e3b46079e139a6e52
 WHIRLPOOL 
ae7ec13ffd3bd0964496060413924854c5b956dc88b8d0f1de4ac094e8fb5595ccfc7c2eaa7051f082c575253ed9fdadc8833f494281770f8f72b8c64d9b9593
-DIST apache-tomcat-8.0.26-src.tar.gz 4904717 SHA256 
3725621a73501a6e09438f177acfab7ce11fabeb2b0380a909273410f3b50b3b SHA512 
70ef253889916bcca309a8f80675c4c588fef1cc5dc0360c45347107fb56fd546a334ca01e1109775410f7642acf6c75d9887f9403ad4c1d0e30f041f9ce34fb
 WHIRLPOOL 
3c29a5418dfefc12157d8656dfa15a2937668f52d18c21f6dd4a278d2bc4c84d5b6d542daf6244040eabeab57cb759a510b7b1d0e41440a2d9ad62586723dafc
 DIST apache-tomcat-8.0.28-src.tar.gz 4913153 SHA256 
441a0a0459b6c2dacab3bcf68a9e512b4bb62f7251a27bd15b909ee31b659367 SHA512 
60f9a9f643595cdc87598169b8b66cc1e445445a530cad88d2957e90ca99e7c77be9d3576c7fa3a0e7051166f2a960a1c3bf4103f902d1da122825d41e1154c7
 WHIRLPOOL 
5867ec0c128fe5247c7b874baf05fba9fc9a5663e1c16ecd60bc6ae1e3c411a43f4d8784db5c915fe6c54bc2ec728a01773708738aede30e5abaf1f77072cdcb
-DIST apache-tomcat-8.0.29-src.tar.gz 499 SHA256 
5cb87ae9afd145d68906e93b825a6a41303d7975bafe3d57530e9a8ec01c7c80 SHA512 
279c971529f0e7513885a0a201753bc94b1ed7a4f035cb33943bf6ae769102630b94144c65236e8b42c666ded7cc843db54c155e8b5cd1ae175b6385d9c2789b
 WHIRLPOOL 
8cfb5402b877be4bd4306cf5d14cf76302b1904e3530de108f262f9bb3de6f1377882fb5a1406e4b2ffc5c239c541f64df55fc98945157edafbd14586deb26bd
 DIST apache-tomcat-8.0.30-src.tar.gz 4939771 SHA256 
0f79b74f303cce809ea63a85586efb5d4bb67ea53622f1b44ec0f1aa9cf6 SHA512 
cc1546292e6b674e251bf5c92b2f63f9fe96f979753a74991dd6e851f7da44743415c3bfc06525071b89faa35c90abb4129cb76dffdc75945a2ea94c3bb92110
 WHIRLPOOL 
a20d1f1e6a290d174e5f7181655d555a5b39296e4c059fcd4833709e0ee635d9c02cf319be29aef9b5442db0283c8590c6d062d5f6eae09136ccb77c4610a5fc
 DIST apache-tomcat-9.0.0.M1-src.tar.gz 4984318 SHA256 
62fb16ed9743916b643a7b406c4b98b8b9b2df15504e9a66d4a609f6d539b34c SHA512 
f47a018e30a0ceb382187de2fef443ea1ef9d6e319ef4f3a027824b7e95fb4b5e9d73531f03357b2a89c5f3baf568ac4cfde83969f9603299dd0cf742c4f6efa
 WHIRLPOOL 
ab796c7484fd2c1d5060998910e1bd1cfb4f478b6740d9d105255b1e1b36fc9118048d0089a873699b978be91adbe7e024afcb3a4fc2d5121b17089998cb9210

diff 

[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/files/

2016-01-18 Thread Miroslav Šulc
commit: d945b4b0f1deecf4516a4e4ede040859b1b0daf9
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan 18 15:22:24 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan 18 15:22:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d945b4b0

www-servers/tomcat: removed obsolete file

Package-Manager: portage-2.2.26

 .../tomcat/files/tomcat-8.0.26-build.xml.patch | 265 -
 1 file changed, 265 deletions(-)

diff --git a/www-servers/tomcat/files/tomcat-8.0.26-build.xml.patch 
b/www-servers/tomcat/files/tomcat-8.0.26-build.xml.patch
deleted file mode 100644
index 1923d23..000
--- a/www-servers/tomcat/files/tomcat-8.0.26-build.xml.patch
+++ /dev/null
@@ -1,265 +0,0 @@
-diff -Naur apache-tomcat-8.0.24-src.orig/build.xml 
apache-tomcat-8.0.24-src/build.xml
 apache-tomcat-8.0.24-src.orig/build.xml2015-07-01 21:25:21.0 
+0100
-+++ apache-tomcat-8.0.24-src/build.xml 2015-08-22 21:17:05.825564599 +0100
-@@ -697,24 +697,29 @@
-   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
- 
- 
-+
- 
-+
- 
- 
-+
- 
- 
- 
--
-+
- 
- 
-   
-@@ -1049,7 +1054,7 @@
- 
-   
- 
--
-+
- 
- 
- 
-@@ -1083,7 +1088,7 @@
- 
-   
- 
--  
-+  
- 
- 
- 
-   
- 
--  
-+  
- 
- 
- 
- 
-+
- 
-@@ -1542,7 +1548,7 @@
- 
-   
-+  description="Prepare to build web services extras package" 
unless="noget">
- 
- 
-   
-@@ -1681,7 +1687,7 @@
- 
-   
-+  description="Prepare to build web services extras package" 
unless="noget">
- 
- 
-   
-@@ -1882,6 +1888,7 @@
- 
-   
-+
- 
-+  maxmemory="512m" >
-   
- 
- 
- 
-   
-+
-   
-   http://docs.oracle.com/javase/7/docs/api/"/>
-   http://commons.apache.org/proper/commons-io/javadocs/api-release/"/>
-@@ -2739,7 +2749,7 @@
-   
- 
-   
-+  description="Download (and build) components necessary to compile" 
unless="noget">
- 
- 
-   
-@@ -2773,7 +2783,7 @@
-   
- 
-   
-+  description="Download additional components for the tests" 
unless="noget">
- 
- 
-   
-@@ -2819,7 +2829,7 @@
-   
- 
-   
-+  description="Download additional components for a distribution" 
unless="noget">
- 
- 
-   
-@@ -2845,18 +2855,18 @@
- 
-   
- 
--  
-+  
- 
- 
-   
- 
--  
-+  
- 
- 
-   
- 
--  
-+  
- 
- 
- 
-@@ -2868,7 +2878,7 @@
- 
-   
- 
--  
-+  
- 
- 
- 
-@@ -2887,7 +2897,7 @@
- 
-   
- 
--  
-+  
- 
- 
- 
-@@ -2898,7 +2908,7 @@
- 
-   
- 
--  
-+  
- 
- 
- 
-@@ -2916,7 +2926,7 @@
- 
-   
- 
--  
-+  
- 
- 
- 
-@@ -2926,7 +2936,7 @@
- 
-   
- 
--  
-+  
- 
- 
- 
-@@ -2949,7 +2959,7 @@
- 
-   
- 
--  
-+  
- 
-   
- 
-@@ -2960,7 +2970,7 @@
- 
-   
- 
--  
-+  
- 
- 
-   
-@@ -2971,7 +2981,7 @@
- 
-   
-+  description="Prepares the source tree to be built in Eclipse" 
unless="noget">
- 
- 
- 



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Miroslav Šulc
commit: 0468b8a208eeb7a62347906fbe741827b47e3057
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jan 18 15:27:57 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jan 18 15:27:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0468b8a2

dev-java/tomcat-servlet-api: removed obsolete ebuilds

Package-Manager: portage-2.2.26

 dev-java/tomcat-servlet-api/Manifest   |  7 -
 .../tomcat-servlet-api-7.0.63.ebuild   | 35 -
 .../tomcat-servlet-api-7.0.64.ebuild   | 35 -
 .../tomcat-servlet-api-8.0.23.ebuild   | 36 --
 .../tomcat-servlet-api-8.0.24.ebuild   | 36 --
 .../tomcat-servlet-api-8.0.26.ebuild   | 36 --
 .../tomcat-servlet-api-8.0.27.ebuild   | 36 --
 .../tomcat-servlet-api-8.0.29.ebuild   | 36 --
 8 files changed, 257 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 2b94a1a..2eb2ece 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -3,16 +3,9 @@ DIST apache-tomcat-5.5.27-src.tar.gz 7382057 SHA256 
90bc8abcddda604e855c37035653
 DIST apache-tomcat-5.5.34-src.tar.gz 3720299 SHA256 
a52e7f2abf0fbdd9665ca398d2b39f99b80683b0ee43c72751390e88dcd6114d SHA512 
4c8616f839a3c413ffef45b7b6876f123cbda37f4029db96ac1c8f259a75f0d65cdb5709468d89e731e5436b011dac4ee3e9dc397adfc9ad4d0b1bc462c8e519
 WHIRLPOOL 
25e987b58af5535914b666a5bb8691146d68b2287796ba25b8a5f792df08f55901a7ea3f419602207f7a8168302b080592bde5f4aeb67b58f40e5da00b8049ad
 DIST apache-tomcat-6.0.44-src.tar.gz 3447711 SHA256 
c6f01526d58f2ba7b9da496e959d9e68cc49183006077704ab91c36ebebf5a4a SHA512 
0d6a1539b28fa8ca3442557889d7d21cc523b18136f6998820ba13f41420536aba65ce78bac526002ee1dd86df3cbc80d9f043a3f765d7cf0b79e58e516030be
 WHIRLPOOL 
c65e704466191a0f98ec777e95dda889599ff6a545e7c013fd04bc0b72e0d0edf4491415f243d6a4de60cf76abe5c13ffbcc6d98f78b51490f7b7b43b24ecb97
 DIST apache-tomcat-7.0.59-src.tar.gz 4687344 SHA256 
3a1dedda4019db87464fca3aeb4e800a538f0baee96d8b14c9d64967b0d2ea44 SHA512 
acc322eee1446dd1bff72910ae9f40a62f88332ee69d6057b3c684e2abf8f28e6df6ab9505900f0b0cf7a5e2e0e80e64b0a790b3b78594ce595ce897706b4bcb
 WHIRLPOOL 
4948964c1746e6ee912ac72c901ba271793610f402bf082455d104e2e8d6dbfa0bf5371d42d48d8ad7c826271fa60d989119a01e700497099022d0cf3564fdff
-DIST apache-tomcat-7.0.63-src.tar.gz 4577737 SHA256 
443aa92f2668906fb24cc43ba952068240f445df637a6e5da8d4661527536657 SHA512 
677b28aa0131d309aed83afc73a778c16fd27a187e971ea6929b9b6b65268caa2a67cc468b15565a7d5944a60e8528cc26c82437b476ebc41ff9556367349d8a
 WHIRLPOOL 
a208ac63ed6f7ce7ac23674d8bb20d523b3fb5d10dfb46d292004f9b296986c4cab690f0252ad53bb4c625c3f58e04b9ddcda5a580fdafea20118b93f544760c
-DIST apache-tomcat-7.0.64-src.tar.gz 4592198 SHA256 
d805dec3b387a244c4285ce1f9fc5028bb836716db52f1b1b5036a97dd9ec4dc SHA512 
180479b0f5b5604597f850676235fab1f3e63051b503cfa3b4da1e6820505dece73f502249b6e032cfaaad18c9e2d4c057c9854ae5cbf088b214b51e0687ed8c
 WHIRLPOOL 
a461d7deae890227052bd83ac97c698821b1f6d6ff97c179b124de9b1b7ccdf1498651a391a03008b840fac730c080682f207db4d44e76d15dba63b266ddee51
 DIST apache-tomcat-7.0.65-src.tar.gz 4600718 SHA256 
38c266a21ff27560ba4c213dd64628a1ed35b22289d37b5d7f250010e963cc39 SHA512 
6eb420a3067783a6ffee781c834dc363d6638d6e79182886594249a0ef810b2ab721f2a44f84b4ea90372a7e2e5171caf49697945d359e9c877a2db640fc3da2
 WHIRLPOOL 
db678b899455ef977d893eec01ba50687c7563646321dbe511be6c55f03859a08778e4f6da14021a9ed051c1f3573edf9d0de527383aaf4ee6114f3a027b281d
 DIST apache-tomcat-7.0.67-src.tar.gz 4624303 SHA256 
0464ebbeec17fb15103cad9f6639edc826f4eca246dd58a5cb1c5d46aff58e0a SHA512 
dd299cab7a172860f51bae19e3490432af874b94825de289095647026a91b27cb3544ba85ab1f786bf4696dc59475ca85d051841ebaa221e3b46079e139a6e52
 WHIRLPOOL 
ae7ec13ffd3bd0964496060413924854c5b956dc88b8d0f1de4ac094e8fb5595ccfc7c2eaa7051f082c575253ed9fdadc8833f494281770f8f72b8c64d9b9593
-DIST apache-tomcat-8.0.23-src.tar.gz 4868650 SHA256 
6293713e78da9bb803060c8ddff982f8f7aef5a2e4b325340088493ce9957ba4 SHA512 
cc83194b2847fc2db5448d548c7e65a1198cda02726b070f913a762d324152315886fba09532b879e26d15ec57e04057cc30b3a686b2a2307d6447d17f84e16c
 WHIRLPOOL 
b0559a4ef1b4c1f0683e4cce976d31db175d3c4f4d2b809b127e1074d49a6bf764366cc3e91f9a0818afd6de35e662a7aab89866dfd2e61673327c50535bff88
-DIST apache-tomcat-8.0.24-src.tar.gz 4888751 SHA256 
184b0d8bda512204a2e565f9175a13f9772a9d13185e1aa228394b45c641474c SHA512 
af5619a63db3d1f6d39eb0290c83a38272c31803ee39a40aebfba5f7a0cf67d830ffcbebe518aff8de4a1f8eb44021975d7e43d45b4bd9804e8ca9cfbfc4904a
 WHIRLPOOL 
4d37f4d1fe3ee138252813bd4a65025d0ccceea8aec57aa0c9474ad4902f85938627277f6e4ece30793326c31d7790b0ca0b8d99d7b21857519d7c22c28794e8
-DIST apache-tomcat-8.0.26-src.tar.gz 4904717 SHA256 

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/

2016-01-18 Thread Michael Sterrett
commit: 3178d4e71515bccd92b2950d9fa85e9d50eeb597
Author: Michael Sterrett  gentoo  org>
AuthorDate: Mon Jan 18 15:39:02 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Mon Jan 18 15:40:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3178d4e7

games-puzzle/wizznic: respect CFLAGS (bug #572272)

Package-Manager: portage-2.2.26

 games-puzzle/wizznic/wizznic-306.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games-puzzle/wizznic/wizznic-306.ebuild 
b/games-puzzle/wizznic/wizznic-306.ebuild
index c779190..2463eaf 100644
--- a/games-puzzle/wizznic/wizznic-306.ebuild
+++ b/games-puzzle/wizznic/wizznic-306.ebuild
@@ -17,6 +17,7 @@ IUSE=""
 DEPEND="media-libs/libsdl[sound,joystick,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/Wizznic_src_build_${PV}
 
@@ -25,6 +26,7 @@ src_prepare() {
-e '/^\(CC\|LD\|STRIP\)/d' \
-e 's/(LD)/(CC)/g' \
-e '/man1/s/1/6/g' \
+   -e '/CFLAGS.*=/d' \
Makefile.linux > Makefile || die
mv doc/wizznic.1 doc/wizznic.6 || die
sed -i \



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

2016-01-18 Thread Kristian Fiskerstrand
commit: c4c61ea25453b6ea88a4f44c8fd16403d0258124
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Mon Jan 18 08:55:41 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Mon Jan 18 08:56:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c61ea2

www-apps/ampache: Clean up old versions

Clean up vulnerable versions for security bugs:
Bug: 297709
Bug: 366689

Package-Manager: portage-2.2.26

 www-apps/ampache/Manifest|  3 --
 www-apps/ampache/ampache-3.4.3.ebuild| 37 -
 www-apps/ampache/ampache-3.5.3-r1.ebuild | 41 
 www-apps/ampache/ampache-3.5.4.ebuild| 47 
 4 files changed, 128 deletions(-)

diff --git a/www-apps/ampache/Manifest b/www-apps/ampache/Manifest
index 1846393..07355e1 100644
--- a/www-apps/ampache/Manifest
+++ b/www-apps/ampache/Manifest
@@ -1,4 +1 @@
 DIST 3.8.1.tar.gz 7938754 SHA256 
2eff94b5674ceb3cfc3a53c1addb297b016f74b1e732f17e9d05920f2ed2a35a SHA512 
70151a2f28ab8998fea9be2817bd9ba7e80eea1aa78867d69f0e250bea7e9f025825566a0b80d06de09c6d73352f6951922cc52da98370c3c341edabffbc6061
 WHIRLPOOL 
f67fc41cf4d25512d2b0834e9903f59e230aeeb0ab9e92394ebc9ae938cabed3de47fae00e1595d3a402f94b7e8d9ed00e5215977f81a972e9e3cd8acc994d82
-DIST ampache-3.4.3.tar.gz 1414765 SHA256 
001b34abb77a830ce5f67d9823b8fbeba75a517b577c650349843854deb8d0eb SHA512 
89d14ac458f40c15dcbe5a992636f573afed15f31cbcdfbce66415f9e0107fd53c978947ba8744ba01fc8d24bb1d3c3681c1bad280be2b759e5fd15d1f722441
 WHIRLPOOL 
ee5f619f22ba6e75969868789e58936ab47b6d59c66d69e8ba92c5b04c3c250679a5c5d51c8a37b66b2ae59e1b1e91514cbd6bd2ce959b75de2f4d6fc388cc22
-DIST ampache-3.5.3.tar.gz 1962048 SHA256 
b4c0d58754007c19dc959659cf43442d9f0cf3ebdbeb35b8e2845870bca0ca4c SHA512 
148c1f238f63955fceb5b31132118eca54aae3a0cd51df85dded1814f952d454c456f69786d8eec15d02fdc44007e7072aba6a5d717d37cdb6af7f42f032a7bc
 WHIRLPOOL 
0ee48c54134ab43a376b81d13be784aabf4a0f4c794d4591d083508cbee1250b86f8cf93c7dddf375eefcafeb12cb911655da0f5f241188a6f2a0ce58b8d8731
-DIST ampache-3.5.4.tar.gz 1961555 SHA256 
f5ee6906d2af60ea8dcbd1b3a18119ffbe6b92c21c0b0c59a1ba01e5bead5f74 SHA512 
0a671ce34329ab1b12b7a3880eea1f1986a5f599aae72e7294247accc4819a535bfd59685b93ab2cb9995404e394f4c8ed5424844113b6bf5b6d20404ae06482
 WHIRLPOOL 
2a5dc47dda725928bb2de0496c91ee659e4393691c31eb825e633e7600f62585f9412da9cb4b2b9becb83880d77a2c68de2312a7b4ef75fc998024507a680ee6

diff --git a/www-apps/ampache/ampache-3.4.3.ebuild 
b/www-apps/ampache/ampache-3.4.3.ebuild
deleted file mode 100644
index d108331..000
--- a/www-apps/ampache/ampache-3.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit webapp depend.php
-
-DESCRIPTION="Ampache is a PHP-based tool for managing, updating and playing 
your audio files via a web interface"
-HOMEPAGE="http://www.ampache.org/;
-SRC_URI="http://www.ampache.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-need_httpd_cgi
-need_php_httpd
-
-pkg_setup() {
-   webapp_pkg_setup
-   require_php_with_use pcre session unicode iconv xml mysql gd zlib
-}
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc docs/*
-   rm -rf docs/
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
-   webapp_src_install
-}

diff --git a/www-apps/ampache/ampache-3.5.3-r1.ebuild 
b/www-apps/ampache/ampache-3.5.3-r1.ebuild
deleted file mode 100644
index 3b818d7..000
--- a/www-apps/ampache/ampache-3.5.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit webapp
-
-DESCRIPTION="Ampache is a PHP-based tool for managing, updating and playing 
your audio files via a web interface"
-HOMEPAGE="http://www.ampache.org/;
-SRC_URI="http://www.ampache.org/downloads/${P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/php[gd,hash,iconv,mysql,session,unicode,xml,zlib]
-|| ( =dev-lang/php-5.3 )"
-DEPEND=""
-
-need_httpd_cgi
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc docs/*
-   rm -rf docs/
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
-   webapp_src_install
-}
-
-pkg_postinst() {
-   elog "Install and upgrade instructions can be found here:"
-   elog "  /usr/share/doc/${P}/INSTALL.bz2"
-   elog "  /usr/share/doc/${P}/MIGRATION.bz2"
-   webapp_pkg_postinst
-}

diff --git a/www-apps/ampache/ampache-3.5.4.ebuild 
b/www-apps/ampache/ampache-3.5.4.ebuild
deleted file mode 100644
index 1040dd0..000
--- a/www-apps/ampache/ampache-3.5.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 

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

2016-01-18 Thread Mike Frysinger
commit: 9c05f6fb7c080fc8ac7122a04fd8b63db708fd72
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 09:38:32 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 09:38:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c05f6fb

dev-vcs/hg-git: version bup to 0.8.4 #572228

 dev-vcs/hg-git/Manifest|  1 +
 dev-vcs/hg-git/hg-git-0.8.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
index dbb8835..56a2b81 100644
--- a/dev-vcs/hg-git/Manifest
+++ b/dev-vcs/hg-git/Manifest
@@ -1,3 +1,4 @@
 DIST hg-git-0.7.0.tar.gz 42956 SHA256 
9db9cd87b9b173c192b29336b4029122a4fe2858c369dc8c5a59228515bc61a9 SHA512 
732dbd12184a5346310b6d14bb0b24c2255ff607ef54d064387b7cadd64aa84dd2d6909e6dde36f9fa8ac8131c1adc315c2bae2e068066864c086b239524d5d4
 WHIRLPOOL 
0c8216da9fdaebc2fcb56d7bec12e9a087570cf032d253e77833cbf8f31a2d581d85b820c51e37cd519ce720bd49fec5be27211b58b64fb9c18b1fff1c24d26e
 DIST hg-git-0.8.2.tar.gz 48461 SHA256 
fea6f48da28cef3fc30a51b1cfec0a52df405b35c85b2d92607158f6b089e043 SHA512 
7315e60d494b73862e6c3a90624f5ba0698c885f9b66e4bfe636bb74cd178a0d5a23614c647b6d16db7f78c06516e9a8415c443effb6cc1a102cf87ac76aa041
 WHIRLPOOL 
1437bfa6a0ccf2e15cc3eef195a6b176606f2be74d2b1381524a1fef3431e1f8b8e0c537325daa5a11d1b709630cc282acebdffddbf602144f115e76aea61270
 DIST hg-git-0.8.3.tar.gz 48198 SHA256 
5c624af512c969ac3628fd658670e9170812f570eb02d2a6c76c216b80341179 SHA512 
857961004103ccdabb7d15d778ef7044a5f17dd0dd045f402269b5cbf8faf1a9a4f56d2d0d5b9d24a2d6c54a0d791ad079598d5f930f4d12d3290ad3f9b90207
 WHIRLPOOL 
657d5cb85fe003596919db44bd53eba60e88b56fd7ca6ef8f8833c37a9b5088cceea180e83e8edde9e2a8ccd3a356722d6d01d7980819aac6460ea789fdb4406
+DIST hg-git-0.8.4.tar.gz 96421 SHA256 
aa8f1d4ccf110480950a7de82f30c1233e20c8148a384f0a8f43779686cfd90c SHA512 
9a6d01489eaf9252a09c3778ddbde562f31637a7d8d9b67f544af5aaec31426ab74f05e065405c56ad37d58ae82ef702ef5a6e1ad9a9ea5aa23af98cf42726b1
 WHIRLPOOL 
beb6b37911f9b4cff902fa35a857eb79b6eb4adca0077c2413801b93f64b6f450df5781716c31ccc6075313ab3d08ded2ea3011f767442945f694f414bdfe0fc

diff --git a/dev-vcs/hg-git/hg-git-0.8.4.ebuild 
b/dev-vcs/hg-git/hg-git-0.8.4.ebuild
new file mode 100644
index 000..55574cc
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.8.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="push to and pull from a Git repository using Mercurial"
+HOMEPAGE="http://hg-git.github.io https://pypi.python.org/pypi/hg-git;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2016-01-18 Thread Justin Lecher
commit: 957c0418816ed56675f5264438983ec4cd3e4882
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 18 08:45:46 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 08:45:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957c0418

sys-fs/aufs4: Bump to latest aufs release

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 sys-fs/aufs4/Manifest   |   1 +
 sys-fs/aufs4/aufs4-0_pre20160118.ebuild | 164 
 2 files changed, 165 insertions(+)

diff --git a/sys-fs/aufs4/Manifest b/sys-fs/aufs4/Manifest
index 5affb88..dc300dc 100644
--- a/sys-fs/aufs4/Manifest
+++ b/sys-fs/aufs4/Manifest
@@ -13,3 +13,4 @@ DIST aufs4-standalone-0_pre20151109.tar.xz 697760 SHA256 
6dc6341cf729106d0f53b36
 DIST aufs4-standalone-0_pre20151116.tar.xz 741280 SHA256 
362d56dac519b35e73cb93b0ed61442e9cfd01da463ab92579f7e231543dec66 SHA512 
425adac57115b61af0d0db713cf60dfbd2820464b4e9beae84ae14bb2e37d99b4e940a67c82aae1fb7b1693a4c812e606239e7f7b254d62105da14973200b40e
 WHIRLPOOL 
5d336ba26ffc4a9daa2675f28d88b53a306224bc42b2751f3cbe7d1fa2c34d93fb0babec82ff6aa844de56cfc5ddda17fc9deb5f1e6d43efc4b3a19389096be0
 DIST aufs4-standalone-0_pre20151221.tar.xz 782884 SHA256 
7871f3159418956ab7498df800cf082c55ea84af82720c2fe254cfe0ddbb090f SHA512 
a0f5e0af490209b3ac76bcb8c2ac31dcff05d881b9dad314c701ac84b990c26b0b5beb59f36ce5e373b6548052eeda1389bd8ba39a5be15b9eeea13dfc9b2c65
 WHIRLPOOL 
92cf2595e167a47f571d565a61e69dee779b8a7dc52400492eb52bf9107936787d570f48af517d935fedb8ef89cfafcdde0b8c0bae2968dd3e69a80b58e42f5d
 DIST aufs4-standalone-0_pre20160111.tar.xz 804572 SHA256 
0ecba8c2f34443d316a3d8e49f4678005ec82cd5052afde4937020b6f5641853 SHA512 
e42e0374b7325ae1d1c2d99c9bac726953431e91607352219d2861a0aae32fd016c7a2e1321f2410f26e2b61cbfadc748242f74e74d309e2024d899f2d48448b
 WHIRLPOOL 
e381244e327939a78ecc6ad4314090ebd1c790422db31bc9e70501d120df5ecfa9dd4235ff17b007a08e958218975226b61490fa1caacb6aa317a6aa705dc67b
+DIST aufs4-standalone-0_pre20160118.tar.xz 825208 SHA256 
6c964c812470f9b85e3fc801e58a6dfb5b25ef6efbcb959b02000534a980ab74 SHA512 
10b39a84aee7bec7e701576e73c8107381dd06ae200754cc7cc48a84cd806a7819659390b750459c50271886ed9055071acbdaaa5a0d3a72be53313180a3c85e
 WHIRLPOOL 
c6bf2a0fceaae478ef6da747df9e8abf0b2c6a4c76c0d9feb0a8670bbf6adec3c6422cfbe3c8997b0bfacb2da10e803c038138365d647c0da24fd9aeea8d5c42

diff --git a/sys-fs/aufs4/aufs4-0_pre20160118.ebuild 
b/sys-fs/aufs4/aufs4-0_pre20160118.ebuild
new file mode 100644
index 000..08283b5
--- /dev/null
+++ b/sys-fs/aufs4/aufs4-0_pre20160118.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic linux-info linux-mod multilib readme.gentoo 
toolchain-funcs
+
+AUFS_VERSION="${PV%%_p*}"
+# highest branch version
+PATCH_MAX_VER=3
+# highest supported version
+KERN_MAX_VER=4
+# lowest supported version
+KERN_MIN_VER=0
+
+DESCRIPTION="An entirely re-designed and re-implemented Unionfs"
+HOMEPAGE="http://aufs.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/aufs4-standalone-${PV}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug doc fuse hfs inotify kernel-patch nfs pax_kernel ramfs"
+
+DEPEND="
+   dev-util/patchutils
+   dev-vcs/git"
+RDEPEND="
+   sys-fs/aufs-util
+   !sys-fs/aufs
+   !sys-fs/aufs2
+   !sys-fs/aufs3"
+
+S="${WORKDIR}"/${PN}-standalone
+
+MODULE_NAMES="aufs(misc:${S})"
+
+pkg_setup() {
+   CONFIG_CHECK+=" !AUFS_FS"
+   use inotify && CONFIG_CHECK+=" ~FSNOTIFY"
+   use nfs && CONFIG_CHECK+=" EXPORTFS"
+   use fuse && CONFIG_CHECK+=" ~FUSE_FS"
+   use hfs && CONFIG_CHECK+=" ~HFSPLUS_FS"
+   use pax_kernel && CONFIG_CHECK+=" PAX" && ERROR_PAX="Please use 
hardened sources"
+
+   # this is needed so merging a binpkg ${PN} is possible w/out a kernel 
unpacked on the system
+   [ -n "$PKG_SETUP_HAS_BEEN_RAN" ] && return
+
+   get_version
+   kernel_is lt 4 ${KERN_MIN_VER} 0 && die "the kernel version isn't 
supported by upstream anymore. Please upgrade."
+   kernel_is gt 4 ${KERN_MAX_VER} 99 && die "kernel too new"
+
+   linux-mod_pkg_setup
+
+   if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
+   PATCH_BRANCH="x-rcN"
+   else
+   PATCH_BRANCH="${KV_MINOR}"
+   fi
+
+   case ${KV_EXTRA} in
+   "")
+   elog "It seems you are using vanilla-sources 
with aufs4"
+   elog "Please use sys-kernel/aufs-sources with 
USE=vanilla"
+   elog "This will save you the nasty reemerge of 
sys-fs/aufs4 on every kernel upgrade"
+   ;;
+   "-gentoo")
+   elog "It seems you are using gentoo-sources 
with aufs4"
+   

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

2016-01-18 Thread Mike Frysinger
commit: ef76ca9f6b6f055125a297942527272fd7b8e5e5
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 09:57:32 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 09:57:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef76ca9f

sys-apps/sandbox: disable pch on PaX kernels #572092

 sys-apps/sandbox/sandbox-2.10-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/sandbox/sandbox-2.10-r1.ebuild 
b/sys-apps/sandbox/sandbox-2.10-r1.ebuild
index 0f5b642..2270f92 100644
--- a/sys-apps/sandbox/sandbox-2.10-r1.ebuild
+++ b/sys-apps/sandbox/sandbox-2.10-r1.ebuild
@@ -7,7 +7,7 @@
 # period.
 #
 
-inherit eutils flag-o-matic toolchain-funcs multilib unpacker multiprocessing
+inherit eutils flag-o-matic toolchain-funcs multilib unpacker multiprocessing 
pax-utils
 
 DESCRIPTION="sandbox'd LD_PRELOAD hack"
 HOMEPAGE="https://www.gentoo.org/proj/en/portage/sandbox/;
@@ -56,6 +56,9 @@ sb_configure() {
 
use multilib && multilib_toolchain_setup ${ABI}
 
+   local myconf=()
+   host-is-pax && myconf+=( --disable-pch ) #301299 #425524 #572092
+
einfo "Configuring sandbox for ABI=${ABI}..."
ECONF_SOURCE="${S}" \
econf ${myconf} || die



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

2016-01-18 Thread Mike Frysinger
commit: 543429b6d59eb2733cae6628c10e33f3dc9e66ab
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 10:06:25 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 10:06:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543429b6

sys-libs/newlib: update git repo location #572250

 sys-libs/newlib/newlib-2.2.0.20150423.ebuild | 4 ++--
 sys-libs/newlib/newlib-2.2.0.ebuild  | 4 ++--
 sys-libs/newlib/newlib-2.3.0.20160104.ebuild | 2 +-
 sys-libs/newlib/newlib-.ebuild   | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild 
b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
index 710990d..064993f 100644
--- a/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
+++ b/sys-libs/newlib/newlib-2.2.0.20150423.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI="4"
 inherit flag-o-matic toolchain-funcs eutils
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
+   EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz;

diff --git a/sys-libs/newlib/newlib-2.2.0.ebuild 
b/sys-libs/newlib/newlib-2.2.0.ebuild
index f009c8d..f874638 100644
--- a/sys-libs/newlib/newlib-2.2.0.ebuild
+++ b/sys-libs/newlib/newlib-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI="4"
 inherit flag-o-matic toolchain-funcs eutils
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
+   EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz;

diff --git a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild 
b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
index 8c40312..5f23c0f 100644
--- a/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
+++ b/sys-libs/newlib/newlib-2.3.0.20160104.ebuild
@@ -7,7 +7,7 @@ EAPI="4"
 inherit flag-o-matic toolchain-funcs eutils
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
+   EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz;

diff --git a/sys-libs/newlib/newlib-.ebuild 
b/sys-libs/newlib/newlib-.ebuild
index 710990d..064993f 100644
--- a/sys-libs/newlib/newlib-.ebuild
+++ b/sys-libs/newlib/newlib-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ EAPI="4"
 inherit flag-o-matic toolchain-funcs eutils
 
 if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://sourceware.org/git/newlib.git"
+   EGIT_REPO_URI="git://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz;



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

2016-01-18 Thread Joshua Kinard
commit: f36412408ce071a35d5733d921d84151376426e1
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 18 08:37:54 2016 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 18 08:38:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3641240

Make sys-devel/gettext optional via the 'nls' USE flag, primarily so it can be 
masked for xfsdump on uClibc.  Fixes #570548.

Package-Manager: portage-2.2.26

 sys-fs/xfsdump/xfsdump-3.1.6.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild 
b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild
index 935ff64..57f98a8 100644
--- a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild
+++ b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-inherit multilib eutils
+inherit multilib eutils flag-o-matic
 
 DESCRIPTION="xfs dump/restore utilities"
 HOMEPAGE="http://oss.sgi.com/projects/xfs;
@@ -14,14 +14,17 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
-IUSE=""
+IUSE="nls"
 
 RDEPEND="sys-fs/e2fsprogs
>=sys-fs/xfsprogs-3.2.0
sys-apps/dmapi
>=sys-apps/attr-2.4.19"
 DEPEND="${RDEPEND}
-   sys-devel/gettext"
+   nls? (
+   sys-devel/gettext
+   elibc_uclibc? ( dev-libs/libintl )
+   )"
 
 src_prepare() {
sed -i \
@@ -38,6 +41,7 @@ src_configure() {
export DEBUG=-DNDEBUG
 
econf \
+   $(use_enable nls gettext) \
--libdir="${EPREFIX}/$(get_libdir)" \
--libexecdir="${EPREFIX}/usr/$(get_libdir)" \
--sbindir="${EPREFIX}/sbin"



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

2016-01-18 Thread Joshua Kinard
commit: d8365bedca0728f6ccfbb760705ac23db6b6e8ac
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 18 09:33:28 2016 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 18 09:34:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8365bed

Add package.use.mask to base uclibc profiles to mask out 'nls' on 
sys-fs/xfsdump.  Fixes #570548.

Signed-off-by: Joshua Kinard  gentoo.org>

 profiles/default/linux/uclibc/package.use.mask | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/profiles/default/linux/uclibc/package.use.mask 
b/profiles/default/linux/uclibc/package.use.mask
new file mode 100644
index 000..54a8bdd
--- /dev/null
+++ b/profiles/default/linux/uclibc/package.use.mask
@@ -0,0 +1,11 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# Joshua Kinard  (18 Jan 2016)
+# Fails linking to gettext/libintl for symbol 'libintl_gettext'.
+# Is fixable by using 'append-ldflags' from flag-o-matic to force
+# -lintl, but that's a QA violation.  Real solution is to use
+# 'append-libs', but xfsdump's build system doesn't honor $LIBS.
+# So this is the best way for now.  See 570548.
+sys-fs/xfsdump nls



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

2016-01-18 Thread Mike Frysinger
commit: 7184c36dc1b492f82ab738e18b86e2c11b1f4df6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 09:19:15 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 09:20:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7184c36d

sys-apps/openrc: drop old glibc dep

We don't support glibc-2.3 anymore, so we don't really need to force
installing of glibc-2.5+.  Drop the dep to simplify.

 sys-apps/openrc/openrc-0.13.11.ebuild | 5 ++---
 sys-apps/openrc/openrc-0.14.ebuild| 5 ++---
 sys-apps/openrc/openrc-0.15.1.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.15.ebuild| 5 ++---
 sys-apps/openrc/openrc-0.16.1.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.16.2.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.16.3.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.16.4.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.16.ebuild| 5 ++---
 sys-apps/openrc/openrc-0.17.ebuild| 5 ++---
 sys-apps/openrc/openrc-0.18.3.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.18.4.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.19.1.ebuild  | 5 ++---
 sys-apps/openrc/openrc-0.20.2.ebuild  | 5 ++---
 sys-apps/openrc/openrc-.ebuild| 5 ++---
 15 files changed, 30 insertions(+), 45 deletions(-)

diff --git a/sys-apps/openrc/openrc-0.13.11.ebuild 
b/sys-apps/openrc/openrc-0.13.11.ebuild
index 098b4e0..e05995d 100644
--- a/sys-apps/openrc/openrc-0.13.11.ebuild
+++ b/sys-apps/openrc/openrc-0.13.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,11 +19,10 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="debug elibc_glibc ncurses pam newnet prefix +netifrc selinux static-libs
+IUSE="debug ncurses pam newnet prefix +netifrc selinux static-libs
tools unicode kernel_linux kernel_FreeBSD"
 
 COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   elibc_glibc? ( >=sys-libs/glibc-2.5 )
ncurses? ( sys-libs/ncurses:0= )
pam? (
sys-auth/pambase

diff --git a/sys-apps/openrc/openrc-0.14.ebuild 
b/sys-apps/openrc/openrc-0.14.ebuild
index f1c78ac..bdc3b24 100644
--- a/sys-apps/openrc/openrc-0.14.ebuild
+++ b/sys-apps/openrc/openrc-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,11 +19,10 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="audit debug elibc_glibc ncurses pam newnet prefix +netifrc selinux 
static-libs
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
tools unicode kernel_linux kernel_FreeBSD"
 
 COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   elibc_glibc? ( >=sys-libs/glibc-2.5 )
ncurses? ( sys-libs/ncurses:0= )
pam? (
sys-auth/pambase

diff --git a/sys-apps/openrc/openrc-0.15.1.ebuild 
b/sys-apps/openrc/openrc-0.15.1.ebuild
index f1c78ac..bdc3b24 100644
--- a/sys-apps/openrc/openrc-0.15.1.ebuild
+++ b/sys-apps/openrc/openrc-0.15.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,11 +19,10 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="audit debug elibc_glibc ncurses pam newnet prefix +netifrc selinux 
static-libs
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
tools unicode kernel_linux kernel_FreeBSD"
 
 COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   elibc_glibc? ( >=sys-libs/glibc-2.5 )
ncurses? ( sys-libs/ncurses:0= )
pam? (
sys-auth/pambase

diff --git a/sys-apps/openrc/openrc-0.15.ebuild 
b/sys-apps/openrc/openrc-0.15.ebuild
index f1c78ac..bdc3b24 100644
--- a/sys-apps/openrc/openrc-0.15.ebuild
+++ b/sys-apps/openrc/openrc-0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,11 +19,10 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-IUSE="audit debug elibc_glibc ncurses pam newnet prefix +netifrc selinux 
static-libs
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
tools unicode kernel_linux kernel_FreeBSD"
 
 COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   elibc_glibc? ( >=sys-libs/glibc-2.5 )
ncurses? ( sys-libs/ncurses:0= )
pam? (
sys-auth/pambase

diff --git a/sys-apps/openrc/openrc-0.16.1.ebuild 
b/sys-apps/openrc/openrc-0.16.1.ebuild
index f1c78ac..bdc3b24 100644
--- a/sys-apps/openrc/openrc-0.16.1.ebuild
+++ b/sys-apps/openrc/openrc-0.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 

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

2016-01-18 Thread Mike Frysinger
commit: 10aec12ebdbe8ccace9d034043255dbca996a229
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 09:47:26 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 09:47:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10aec12e

layout.conf: add a header for people

 metadata/layout.conf | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 77a5b12..e8ab2ec 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,3 +1,9 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# For details on this file, see the layout.conf section of the
+# portage(5) man page.
+
 # This went live Wednesday, July 4, 2012 at 10:00 UTC
 # 
https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
 # https://wiki.gentoo.org/wiki/GLEP:59



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

2016-01-18 Thread Mike Frysinger
commit: 6db96c9786f5c5b93f3e2e95121b18065e013317
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 09:47:11 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 09:47:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db96c97

layout.conf: update external URLs #57

 metadata/layout.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index fd10e5a..77a5b12 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,6 +1,6 @@
 # This went live Wednesday, July 4, 2012 at 10:00 UTC
-# For more details, please see: 
http://archives.gentoo.org/gentoo-dev-announce/msg_0.xml
-# and/or GLEP 59.
+# 
https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
+# https://wiki.gentoo.org/wiki/GLEP:59
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).



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

2016-01-18 Thread Fabian Groffen
commit: a28d86759aa7a2b6d967c8bd82e36d489aee6cea
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan 18 08:34:58 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 18 08:36:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28d8675

profiles/prefix/darwin/package.use.mask: mask USE=xattr for dev-libs/glib

 profiles/prefix/darwin/package.use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/darwin/package.use.mask 
b/profiles/prefix/darwin/package.use.mask
index db23179..5f91c39 100644
--- a/profiles/prefix/darwin/package.use.mask
+++ b/profiles/prefix/darwin/package.use.mask
@@ -1,8 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 
+# Fabian Groffen  (18 Jan 2016)
+# GNU attr isn't supported
+dev-libs/glib xattr
+
 # Fabian Groffen  (10 Jan 2016)
 # libutempter isn't ported for Darwin, bug #506494
 net-misc/mosh utempter



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

2016-01-18 Thread Justin Lecher
commit: 9d3711c161ca9b752d31b3e18b8496771fa5dfdc
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 18 08:29:45 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 08:44:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3711c1

dev-python/webencodings: Backport patch to fix tests

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 .../files/webencodings-0.4-test-fix-backport.patch | 71 ++
 dev-python/webencodings/webencodings-0.4.ebuild| 11 +++-
 2 files changed, 79 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/webencodings/files/webencodings-0.4-test-fix-backport.patch 
b/dev-python/webencodings/files/webencodings-0.4-test-fix-backport.patch
new file mode 100644
index 000..4b42bb1
--- /dev/null
+++ b/dev-python/webencodings/files/webencodings-0.4-test-fix-backport.patch
@@ -0,0 +1,71 @@
+From 87044de0d2640cf9a8f941dec1fc79c679e7fa2d Mon Sep 17 00:00:00 2001
+From: Geoffrey Sneddon 
+Date: Sun, 17 Jan 2016 16:50:58 +0100
+Subject: [PATCH] Fix #2: get tests passing again after decode API change
+
+---
+ webencodings/tests.py | 36 ++--
+ 1 file changed, 18 insertions(+), 18 deletions(-)
+
+diff --git a/webencodings/tests.py b/webencodings/tests.py
+index e0297d9..b8c5653 100644
+--- a/webencodings/tests.py
 b/webencodings/tests.py
+@@ -47,7 +47,7 @@ def test_labels():
+ 
+ def test_all_labels():
+ for label in LABELS:
+-assert decode(b'', label) == ''
++assert decode(b'', label) == ('', lookup(label))
+ assert encode('', label) == b''
+ for repeat in [0, 1, 12]:
+ output, _ = iter_decode([b''] * repeat, label)
+@@ -74,25 +74,25 @@ def test_invalid_label():
+ 
+ 
+ def test_decode():
+-assert decode(b'\x80', 'latin1') == '€'
+-assert decode(b'\x80', lookup('latin1')) == '€'
+-assert decode(b'\xc3\xa9', 'utf8') == 'é'
+-assert decode(b'\xc3\xa9', UTF8) == 'é'
+-assert decode(b'\xc3\xa9', 'ascii') == 'é'
+-assert decode(b'\xEF\xBB\xBF\xc3\xa9', 'ascii') == 'é'  # UTF-8 with BOM
++assert decode(b'\x80', 'latin1') == ('€', lookup('latin1'))
++assert decode(b'\x80', lookup('latin1')) == ('€', lookup('latin1'))
++assert decode(b'\xc3\xa9', 'utf8') == ('é', lookup('utf8'))
++assert decode(b'\xc3\xa9', UTF8) == ('é', lookup('utf8'))
++assert decode(b'\xc3\xa9', 'ascii') == ('é', lookup('ascii'))
++assert decode(b'\xEF\xBB\xBF\xc3\xa9', 'ascii') == ('é', lookup('utf8'))  
# UTF-8 with BOM
+ 
+-assert decode(b'\xFE\xFF\x00\xe9', 'ascii') == 'é'  # UTF-16-BE with BOM
+-assert decode(b'\xFF\xFE\xe9\x00', 'ascii') == 'é'  # UTF-16-LE with BOM
+-assert decode(b'\xFE\xFF\xe9\x00', 'ascii') == '\ue900'
+-assert decode(b'\xFF\xFE\x00\xe9', 'ascii') == '\ue900'
++assert decode(b'\xFE\xFF\x00\xe9', 'ascii') == ('é', lookup('utf-16be'))  
# UTF-16-BE with BOM
++assert decode(b'\xFF\xFE\xe9\x00', 'ascii') == ('é', lookup('utf-16le'))  
# UTF-16-LE with BOM
++assert decode(b'\xFE\xFF\xe9\x00', 'ascii') == ('\ue900', 
lookup('utf-16be'))
++assert decode(b'\xFF\xFE\x00\xe9', 'ascii') == ('\ue900', 
lookup('utf-16le'))
+ 
+-assert decode(b'\x00\xe9', 'UTF-16BE') == 'é'
+-assert decode(b'\xe9\x00', 'UTF-16LE') == 'é'
+-assert decode(b'\xe9\x00', 'UTF-16') == 'é'
++assert decode(b'\x00\xe9', 'UTF-16BE') == ('é', lookup('utf-16be'))
++assert decode(b'\xe9\x00', 'UTF-16LE') == ('é', lookup('utf-16le'))
++assert decode(b'\xe9\x00', 'UTF-16') == ('é', lookup('utf-16le'))
+ 
+-assert decode(b'\xe9\x00', 'UTF-16BE') == '\ue900'
+-assert decode(b'\x00\xe9', 'UTF-16LE') == '\ue900'
+-assert decode(b'\x00\xe9', 'UTF-16') == '\ue900'
++assert decode(b'\xe9\x00', 'UTF-16BE') == ('\ue900', lookup('utf-16be'))
++assert decode(b'\x00\xe9', 'UTF-16LE') == ('\ue900', lookup('utf-16le'))
++assert decode(b'\x00\xe9', 'UTF-16') == ('\ue900', lookup('utf-16le'))
+ 
+ 
+ def test_encode():
+@@ -149,5 +149,5 @@ def test_x_user_defined():
+ decoded = 
'2,\x0c\x0b\x1aO\uf7d9#\uf7cb\x0f\uf7c9\uf7bbt\uf7cf\uf7a8\uf7ca'
+ encoded = b'aa'
+ decoded = 'aa'
+-assert decode(encoded, 'x-user-defined') == decoded
++assert decode(encoded, 'x-user-defined') == (decoded, 
lookup('x-user-defined'))
+ assert encode(decoded, 'x-user-defined') == encoded

diff --git a/dev-python/webencodings/webencodings-0.4.ebuild 
b/dev-python/webencodings/webencodings-0.4.ebuild
index 219c182..7898dc6 100644
--- a/dev-python/webencodings/webencodings-0.4.ebuild
+++ b/dev-python/webencodings/webencodings-0.4.ebuild
@@ -24,13 +24,18 @@ DEPEND="${REDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
)"
 
-# https://github.com/SimonSapin/python-webencodings/issues/2
-RESTRICT=test
+PATCHES=(
+   "${FILESDIR}"/${P}-test-fix-backport.patch
+)
 
-python_test() {
+python_prepare_all(){

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

2016-01-18 Thread Justin Lecher
commit: a782fec3c129d380878d1a5c9605985918132989
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 18 07:56:59 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 08:44:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a782fec3

app-misc/screenfetch: Version Bump

transfered changes to live ebuild

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 app-misc/screenfetch/Manifest |  1 +
 app-misc/screenfetch/screenfetch-3.7.0.ebuild | 31 +++
 app-misc/screenfetch/screenfetch-.ebuild  | 30 --
 3 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/app-misc/screenfetch/Manifest b/app-misc/screenfetch/Manifest
index 6780eab..d7d3e37 100644
--- a/app-misc/screenfetch/Manifest
+++ b/app-misc/screenfetch/Manifest
@@ -1,3 +1,4 @@
 DIST screenfetch-2.7.7.zip 41420 SHA256 
c50322375929c78b13afc5fd4e62259087db3988283109ddcf60e98194f3adc8 SHA512 
b783c05fc385d176e8d4e06c647c86ceef0ec465ddaa7ceab4116dc844e6a3a4cb10a706aef62ed4c0e1893942be4761dc1962e99d45b528742372415bd17b10
 WHIRLPOOL 
ab863a39d5610ca86302cdbedbb83c4a4da6909093c0a6b7e43d92c1a5f1bf86a34f2ce316ab6168fa6097d478b4838160758a8ce0de9c0404ed538461f868c3
 DIST screenfetch-3.2.2.tar.gz 46668 SHA256 
6f30cc06b1f19cbeffc211afdf4c754c1e77b5e35965240ea77b032bb2e32bd4 SHA512 
f8ddfcebe69919c9163c2377de8dfb28f15c9dd59c43d73245591b2ba6c41123c6c8130b673d87e6068850fca3b277f93bbb626e228266ea0c87be5856e823da
 WHIRLPOOL 
7514eafaa7fb1df51a8beb5720f771217b32b902ca4e4433cfbe0f058dc11ccd82529b7622a1686878ad2e983063cfeaed0c9302b47f335a1dc4e5cb628568e4
 DIST screenfetch-3.6.5.tar.gz 54153 SHA256 
b6605a94be9720a5e64778dcc43ddf23e435d6704c5d177b671aa57d34966f20 SHA512 
291ec0d313deebe7931b739578b69f590ae32cb7a59c5ae6975b25240d9c5bd92b8957d6a53baf78aa95737642eadd37e081fae5b5ca5120da5a9d76bb980c59
 WHIRLPOOL 
33b8be75c98e09adde332792b10ff1aa808d6ed5d170aaeb9ee8eaa25925119b82a49902d39d810ae908fc65a864d5b7b6cbe9ce956054b08a8eda96e3ac4ab3
+DIST screenfetch-3.7.0.tar.gz 60223 SHA256 
6711fe924833919d53c1dfbbb43f3777d33e20357a1b1536c4472f6a1b3c6be0 SHA512 
9a6e89ef2cd48f12b22230c7aff356ac2ece8dc7437034a51a66f8026e5ca4a630af43511a60b21e9fc9f89af9e2493b8cfa3a06294e74c3d611ae3bb0db922d
 WHIRLPOOL 
3db52291ceef4403742f06644e1a6fc1a36a95aec9f1c3cc730676d8b731eedb9fe4efc6fd81b6701d3e26039c6783bea684cea8c14ed73bf218c04d90db4ff0

diff --git a/app-misc/screenfetch/screenfetch-3.7.0.ebuild 
b/app-misc/screenfetch/screenfetch-3.7.0.ebuild
new file mode 100644
index 000..dc0378b
--- /dev/null
+++ b/app-misc/screenfetch/screenfetch-3.7.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+MY_PN="${PN/f/F}"
+
+DESCRIPTION="Bash Screenshot Information Tool"
+HOMEPAGE="https://github.com/KittyKatt/screenFetch;
+SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+   newbin ${PN}-dev ${PN}
+   dodoc CHANGELOG README.mkdn TODO
+}
+
+pkg_postinst() {
+   optfeature "resoluton detection" x11-apps/xdpyinfo
+   optfeature "screenshot taking" media-gfx/scrot
+   optfeature "screenshot uploading" net-misc/curl
+}

diff --git a/app-misc/screenfetch/screenfetch-.ebuild 
b/app-misc/screenfetch/screenfetch-.ebuild
index 8157a00..615fa7e 100644
--- a/app-misc/screenfetch/screenfetch-.ebuild
+++ b/app-misc/screenfetch/screenfetch-.ebuild
@@ -1,31 +1,29 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
+
+inherit eutils git-r3
 
 MY_PN="${PN/f/F}"
-DESCRIPTION="A Bash Screenshot Information Tool"
+
+DESCRIPTION="Bash Screenshot Information Tool"
 HOMEPAGE="https://github.com/KittyKatt/screenFetch;
-if [[ ${PV} == ** ]]; then
-   inherit git-2
-   EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch;
-   KEYWORDS=""
-else
-   SRC_URI="https://github.com/KittyKatt/${MY_PN}/archive/v${PV}.tar.gz -> 
\
-   ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${MY_PN}-${PV}"
-fi
+EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch;
 
 LICENSE="GPL-3"
 SLOT="0"
+KEYWORDS=""
 IUSE="X"
 
-DEPEND=""
-RDEPEND="X? ( media-gfx/scrot x11-apps/xdpyinfo )"
-
 src_install() {
newbin ${PN}-dev ${PN}
dodoc CHANGELOG README.mkdn TODO
 }
+
+pkg_postinst() {
+   optfeature "resoluton detection" x11-apps/xdpyinfo
+   optfeature "screenshot taking" media-gfx/scrot
+   optfeature "screenshot uploading" net-misc/curl
+}



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

2016-01-18 Thread Justin Lecher
commit: 57cb992a751b02459dbf70da77a0ffa0b07d22dc
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 18 08:39:00 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 08:44:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cb992a

dev-python/html5lib: Backport fix for lxml-3.5.0

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 .../html5lib-0.999-lxml-3.5.0-backport.patch   | 117 +
 dev-python/html5lib/html5lib-0.999-r1.ebuild   |  32 ++
 2 files changed, 149 insertions(+)

diff --git 
a/dev-python/html5lib/files/html5lib-0.999-lxml-3.5.0-backport.patch 
b/dev-python/html5lib/files/html5lib-0.999-lxml-3.5.0-backport.patch
new file mode 100644
index 000..fecfab9
--- /dev/null
+++ b/dev-python/html5lib/files/html5lib-0.999-lxml-3.5.0-backport.patch
@@ -0,0 +1,117 @@
+From 46046c0f7125911ff8205f09a7574573bb953105 Mon Sep 17 00:00:00 2001
+From: Geoffrey Sneddon 
+Date: Mon, 23 Nov 2015 15:17:07 +
+Subject: [PATCH 1/3] Make lxml tree-builder coerce comments to work with lxml
+ 3.5.
+
+---
+ html5lib/ihatexml.py| 2 ++
+ html5lib/treebuilders/etree_lxml.py | 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/html5lib/ihatexml.py b/html5lib/ihatexml.py
+index 0fc7930..b5b2e98 100644
+--- a/html5lib/ihatexml.py
 b/html5lib/ihatexml.py
+@@ -225,6 +225,8 @@ def coerceComment(self, data):
+ while "--" in data:
+ warnings.warn("Comments cannot contain adjacent dashes", 
DataLossWarning)
+ data = data.replace("--", "- -")
++if data.endswith("-"):
++data += " "
+ return data
+ 
+ def coerceCharacters(self, data):
+diff --git a/html5lib/treebuilders/etree_lxml.py 
b/html5lib/treebuilders/etree_lxml.py
+index 35d08ef..17007e3 100644
+--- a/html5lib/treebuilders/etree_lxml.py
 b/html5lib/treebuilders/etree_lxml.py
+@@ -189,7 +189,7 @@ class TreeBuilder(_base.TreeBuilder):
+ 
+ def __init__(self, namespaceHTMLElements, fullTree=False):
+ builder = etree_builders.getETreeModule(etree, fullTree=fullTree)
+-infosetFilter = self.infosetFilter = ihatexml.InfosetFilter()
++infosetFilter = self.infosetFilter = 
ihatexml.InfosetFilter(preventDoubleDashComments=True)
+ self.namespaceHTMLElements = namespaceHTMLElements
+ 
+ class Attributes(dict):
+
+From 1c22e1ce93dd4acc81a66cfa03cf9720fbd741c7 Mon Sep 17 00:00:00 2001
+From: Geoffrey Sneddon 
+Date: Mon, 23 Nov 2015 15:35:21 +
+Subject: [PATCH 2/3] fixup! Make lxml tree-builder coerce comments to work
+ with lxml 3.5.
+
+---
+ html5lib/ihatexml.py| 1 +
+ html5lib/treebuilders/etree_lxml.py | 7 ---
+ 2 files changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/html5lib/ihatexml.py b/html5lib/ihatexml.py
+index b5b2e98..5a81a12 100644
+--- a/html5lib/ihatexml.py
 b/html5lib/ihatexml.py
+@@ -226,6 +226,7 @@ def coerceComment(self, data):
+ warnings.warn("Comments cannot contain adjacent dashes", 
DataLossWarning)
+ data = data.replace("--", "- -")
+ if data.endswith("-"):
++warnings.warn("Comments cannot contain end in a dash", 
DataLossWarning)
+ data += " "
+ return data
+ 
+diff --git a/html5lib/treebuilders/etree_lxml.py 
b/html5lib/treebuilders/etree_lxml.py
+index 17007e3..c6c981f 100644
+--- a/html5lib/treebuilders/etree_lxml.py
 b/html5lib/treebuilders/etree_lxml.py
+@@ -54,7 +54,7 @@ def _getChildNodes(self):
+ def testSerializer(element):
+ rv = []
+ finalText = None
+-infosetFilter = ihatexml.InfosetFilter()
++infosetFilter = ihatexml.InfosetFilter(preventDoubleDashComments=True)
+ 
+ def serializeElement(element, indent=0):
+ if not hasattr(element, "tag"):
+@@ -257,7 +257,7 @@ def _getData(self):
+ data = property(_getData, _setData)
+ 
+ self.elementClass = Element
+-self.commentClass = builder.Comment
++self.commentClass = Comment
+ # self.fragmentClass = builder.DocumentFragment
+ _base.TreeBuilder.__init__(self, namespaceHTMLElements)
+ 
+@@ -344,7 +344,8 @@ def insertRoot(self, token):
+ 
+ # Append the initial comments:
+ for comment_token in self.initial_comments:
+-root.addprevious(etree.Comment(comment_token["data"]))
++comment = self.commentClass(comment_token["data"])
++root.addprevious(comment._element)
+ 
+ # Create the root document and add the ElementTree to it
+ self.document = self.documentClass()
+
+From 235a6d7ac7e0a3e2b431766e051094c2d3110ba3 Mon Sep 17 00:00:00 2001
+From: Geoffrey Sneddon 
+Date: Mon, 23 Nov 2015 15:42:12 +
+Subject: [PATCH 3/3] fixup! Make lxml tree-builder coerce comments to work
+ with lxml 3.5.

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

2016-01-18 Thread Justin Lecher
commit: c3b67a4f55be18a4a0e2b4dd23e7fe538a9a847b
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 18 08:13:13 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 08:44:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b67a4f

sys-kernel/aufs-sources: Bump to latest aufs, genpatches and linux release

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 sys-kernel/aufs-sources/Manifest  |  5 ++
 sys-kernel/aufs-sources/aufs-sources-4.4.0.ebuild | 86 +++
 sys-kernel/aufs-sources/metadata.xml  | 27 +++
 3 files changed, 105 insertions(+), 13 deletions(-)

diff --git a/sys-kernel/aufs-sources/Manifest b/sys-kernel/aufs-sources/Manifest
index 1515f33..8852881 100644
--- a/sys-kernel/aufs-sources/Manifest
+++ b/sys-kernel/aufs-sources/Manifest
@@ -7,6 +7,7 @@ DIST aufs-sources-4.2_p20151012.tar.xz 166928 SHA256 
2f3b5c79bc28a9b609cd7def954
 DIST aufs-sources-4.2_p20151116.tar.xz 167812 SHA256 
3bda3fe61fa32a886b2fd723c4c00764401e40edf8d1c9ad1ee9610ff036ce95 SHA512 
80cfc69a11ed9b3b6aa109523edf94d2f3b358535f9f310cf845129ffd2d831ea3b7e5608afbc76f8a0ee28d8e0f27ea1c0417be2a93d1bb74069907ebc7c440
 WHIRLPOOL 
58511b0437df861bb30a892c802c25135617755f156ffa51e0312c598e04822d1646b629123778253e5234847fc4058c0d6073d9b3f9e2f7301dec99e62561a3
 DIST aufs-sources-4.3_p20151109.tar.xz 167420 SHA256 
354c397edd4b58e7114f623871f758d1215011127a69de98041721035add1162 SHA512 
2b38fcc3b02287cab3e92c7155cacec533ae4b6893f9efa1e951af0cedfabfbc39472259c9cd435184a7d372bac4ab46239261d6c0196d12bb7b2314f67c4758
 WHIRLPOOL 
69a670e9026ed04ad62041446a694be71098a4fd40f395a596cf3c4ac6f3d5cd96e354123b57facb5890d76cd8510a7d70036ff7a3fc681e4895f6b2e0b934aa
 DIST aufs-sources-4.3_p20151116.tar.xz 167772 SHA256 
9c2784ceb8e7728e5a3facb319a10411e24ec1a45bdd364181e9340d6b51e8f0 SHA512 
859715a0f9f1278a487b9ee4bedc44654aa0967a85280c98a1636e5ce3617d6ca81dd5c37130baa5d4f1c186d3b1fa69df1a719c8cfc9a2b38a238da6e5a70f2
 WHIRLPOOL 
9b4db70c6ac919fed7af474a3a0904889af2ff9b926ffed876cd3f60737a7885319b92aa7105ed5dce71ff58172e0227005bc1e2643784490550616d957b694f
+DIST aufs-sources-4.4_p20160118.tar.xz 168316 SHA256 
9f28b43dc7ba8c70a61ecb1726debf087226e68c2381d10fce72161c7fd443bf SHA512 
fbb0b4dc6fca6c3b8d8f43c610c2029bb117ed51f42dbd868fd8098c380480782517cae385618c46ec7a8f416298077b810285d57202a9fca157ca0dff846031
 WHIRLPOOL 
6f355b41e31e707f0674dcf957055e26a18769b7f576e48f79c40594c04a662655996a3911cc7128fd5fd07ab5f18ce0305b7e763a786b4cffb5f630bc0e5f80
 DIST deblob-3.18 127087 SHA256 
c720eabb3911f8dfa4398c4250853df4633018abebc01a509ee4a283c3e00941 SHA512 
6fe33762ba19aad7ff891b7b805cc26f6e2926f5e40c92fa45bc7f31bdeb5c8fc42b97e5d37d71b9422da239c7c54abd25f1fa2fa1e5733c6053abbf4c9e9011
 WHIRLPOOL 
c351a3ae15c59081fca69c1b5d9b9de10f024eb01f1426722a0d6ccb7caa34330be42897cd85cf19b22ff876352b0cec1c19707edc81c4cb01ad9c1df2e3d831
 DIST deblob-4.0 129952 SHA256 
c3d8e9a9728d5c1fc11b1112f5343b14e46a8cf2880e10399a840bc94b6e2ad3 SHA512 
055205394487dbc0022f9531fb76d0be51ca3ec4e119232cc0972790d1532c680e1367eb36a9f40529f0ab1d76f64240b1e8a07cb02d3605d594c06e3547f1bb
 WHIRLPOOL 
db32b66231e552ac6e3651152eb2b3212ef0863842cd352bd2f1b1080b9ea5543f1f7ed0e7958a9f4b115559233dc1817560e896c789378ea7b68b527b721ca8
 DIST deblob-check-3.18 654232 SHA256 
30f22602b6ddf2cbccc16ef25fdc4d92755f3972e1c671d7cab8b9d6865eb155 SHA512 
2cff9abef479a55dd6a0699371be8227ba63b18da1fb153d5df382e0a5e4f1b745b7de256a367a36efa9d12e2aad5622cc288efef009feebf81c108dbef4fe16
 WHIRLPOOL 
e92927ad1565e80ce87e8bda372f8f7eb42bc0f47ad9b19fe5cf737903b2021fd6e3756e8d22b70f3037a46c254fec8b7285b37beb10795ccb4ca99d38876f8c
@@ -59,8 +60,12 @@ DIST genpatches-4.3-3.extras.tar.xz 16284 SHA256 
575fdbd65e2c4a607cecd55e5ddb9be
 DIST genpatches-4.3-4.base.tar.xz 75572 SHA256 
c0c073f12a4f1c0adf9d3865fe5d16dc43ea0e5c95c0867868e16e57f2fd6235 SHA512 
a16b75f8fcd868d6f9bc2b91318eb8b8ec4db2b622d244e750d4176c4e8225808751c543c54d768fbd88785da656e9f60d8ef8bc22672b5cb1038573c0c366e1
 WHIRLPOOL 
04c723b71f440035f57684088a47e83430f1c5b057951e037f128f3681f16669eca16f2f1b8d4b7be4a617420131277d1fe415503a679b83a081e06635df46e3
 DIST genpatches-4.3-4.experimental.tar.xz 61592 SHA256 
93b8882ba8e67d58f997a9114d5f6d80097aa2773706299899dc38e14d23dda1 SHA512 
ecd35bf49aff3afba08eadff0bef4adeac1d2de4e99f27f7fb2d21a55cbc933ea14eb540e77324680b551b9d96f613de7f5882f12efb25aac7109aa92a47713e
 WHIRLPOOL 
259028c079acb258dbef7f36541ad1cce204b4db3058190b00a627e88d48247f4352e0dcd8d46f2106ba292ac740aea3e9d1220e4cb7865cfc6a03d402028370
 DIST genpatches-4.3-4.extras.tar.xz 16292 SHA256 
51f02ec53d62389b330e5247a30cc1b84e689f450be6ee6a14f70aa563cac258 SHA512 
f1861903f167a85bec8779cdd38d84e1503be4fa417582eb254627a421de32582e81e5983a7e38d371f74175b44685e34f6264cc7f3557b6e021140612afc644
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Agostino Sarubbo
commit: 7419c6ffd1476d0163af6630adf4d237cd081735
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:25 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7419c6ff

dev-java/tomcat-servlet-api: amd64 stable wrt bug #572282

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild
index 4d6ba54..8094c15 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2016-01-18 Thread Agostino Sarubbo
commit: 666ab2b374543818ab59972b64b48a098d3b42f4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:08:12 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:08:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666ab2b3

www-servers/tomcat: x86 stable wrt bug #572286

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-6.0.44-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild 
b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild
index 65d7e15..d8a5010 100644
--- a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild
+++ b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="6"
-KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc64 x86 ~x86-fbsd"
 IUSE="extra-webapps"
 
 ECJ_SLOT="3.7"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2016-01-18 Thread Agostino Sarubbo
commit: 2b9663c84989cc51d8f47d0abd4cca3d430b26b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:07:47 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:07:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9663c8

www-servers/tomcat: x86 stable wrt bug #572280

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-8.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-8.0.30.ebuild 
b/www-servers/tomcat/tomcat-8.0.30.ebuild
index 80bf31e..014b879 100644
--- a/www-servers/tomcat/tomcat-8.0.30.ebuild
+++ b/www-servers/tomcat/tomcat-8.0.30.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8"
-KEYWORDS="amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Agostino Sarubbo
commit: ffb5c8831e881bcdcd8c8129cf834bd224238a50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:08:04 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:08:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb5c883

dev-java/tomcat-servlet-api: x86 stable wrt bug #572282

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild
index 8094c15..53b7d9b 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-7.0.67.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.0"
-KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/files/, app-crypt/yubikey-neo-manager/

2016-01-18 Thread Patrice Clement
commit: 9ec3df126b29064c9283862565030c4002e98949
Author: Gokturk Yuksek  binghamton  edu>
AuthorDate: Sun Dec 27 09:03:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 27 09:23:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec3df12

app-crypt/yubikey-neo-manager: bump to version 1.4.0

Main changes are:
- Remove dependency on nose. See upstream commit a5aa5b0.
- docutils isn't utilized by the ebuild, drop the dependency.
- Rename resource locations for the manpage and icons
- Patch setup.py to not depend on PySide

Package-Manager: portage-2.2.24

 app-crypt/yubikey-neo-manager/Manifest |  1 +
 ...ubikey-neo-manager-fix-pyside-requirement.patch | 17 
 .../yubikey-neo-manager-1.4.0.ebuild   | 49 ++
 3 files changed, 67 insertions(+)

diff --git a/app-crypt/yubikey-neo-manager/Manifest 
b/app-crypt/yubikey-neo-manager/Manifest
index c8e21df..79f3af7 100644
--- a/app-crypt/yubikey-neo-manager/Manifest
+++ b/app-crypt/yubikey-neo-manager/Manifest
@@ -1,3 +1,4 @@
 DIST yubikey-neo-manager-1.1.0.tar.gz 119986 SHA256 
eb8cc90bf4818feffe360d6330ebafa47452a1ce9c14900e13fcdd4cb921c837 SHA512 
ee1bff88946be85cd3127a92deceb826b8bd35da76d3356993e1a369cb9119d6267a708a0023afeb185adcb1e4cdbaaa1c8983fd0cac32c51a4ece81840e8553
 WHIRLPOOL 
a7123760c51333af30343b5dcff56398754aa4c214afdba75473d7555983aff9988d1ba0db5c12314170b0a810ed5d609cd3736258101198ab3b417133cd9957
 DIST yubikey-neo-manager-1.2.1.tar.gz 120802 SHA256 
b09e59576dd6cb664966e4848854f728b8162ae74d35f87825d9a8bff07f018a SHA512 
37b4807419803bb303b88b185293b49d5475c51d564614636ca1ead0c06efdb0ec867dac8de8b0030ab1ea85a726676bb63abdcc352428cb5a18068556a3b1b8
 WHIRLPOOL 
e4a4e32d2d94dae0cf02abaff4bc9c2d281bc6bdf21d9dea76c2d6c05052a6a6bffc2955ee912bc5adb6ae070af3b10216691bfd9764b6895df7a3dedadb780b
 DIST yubikey-neo-manager-1.3.0.tar.gz 121242 SHA256 
d8dba9ec6ee885af17b6c6b6b88fdd5df7b994cbee64946253a43713b12075c6 SHA512 
fc5690d73fdc8cd1119c1c693bf31fd0b0f7145fa04af437d84e2f0f513798a88d44e80179d6b02f7641f61a9a1fd27d909518dfa1d881cc9ffb19cd5ad7c398
 WHIRLPOOL 
9c09bf133bb04926453ca05f41ca4d0825874b7320f2990743caa110330775cceb3049f7181788f1bbf2fae996e6c98df50760b9e8a5e7714a6c965bfb0013bd
+DIST yubikey-neo-manager-1.4.0.tar.gz 128002 SHA256 
2fb8fc72982a8158379d2ac46802d26eb288bed09e33fe78df0a4c7844df5dc7 SHA512 
a20d8168e38a1f55c140da9bd4c6c001a70f4f977edf8625475497aedd55d082a8ef0bfedb5c61350ac5658a3d0a086edf42743be9e960b2b5898d6925b416dc
 WHIRLPOOL 
f9caf73499f95f989e20e2b9e1525ca7f18ac28275b27a555e3839e238ace1cc26ee1bcf4d970b00b2ab6e814885ee42399b93bbf840f320578b66be3e7b1a92

diff --git 
a/app-crypt/yubikey-neo-manager/files/yubikey-neo-manager-fix-pyside-requirement.patch
 
b/app-crypt/yubikey-neo-manager/files/yubikey-neo-manager-fix-pyside-requirement.patch
new file mode 100644
index 000..d11a3a1
--- /dev/null
+++ 
b/app-crypt/yubikey-neo-manager/files/yubikey-neo-manager-fix-pyside-requirement.patch
@@ -0,0 +1,17 @@
+Description: Remove PySide requirement, since python-pyside does not register 
itself correctly
+Author: Dain Nilsson 
+Forwarded: no
+--- a/setup.py
 b/setup.py
+@@ -44,8 +44,9 @@
+ entry_points={
+ 'gui_scripts': ['neoman=neoman.__main__:main']
+ },
+-install_requires=['PySide', 'pycrypto'],
+-yc_requires=['ctypes', 'qt'],
++install_requires=['pycrypto'],
++yc_requires=['ctypes'],
++packages=['neoman', 'neoman.model', 'neoman.view', 'neoman.yubicommon', 
'neoman.yubicommon.setup', 'neoman.yubicommon.ctypes', 'neoman.yubicommon.qt'],
+ cmdclass={'executable': executable, 'qt_resources': 
qt_resources('neoman')},
+ classifiers=[
+ 'License :: OSI Approved :: BSD License',

diff --git a/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild 
b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild
new file mode 100644
index 000..4a871db
--- /dev/null
+++ b/app-crypt/yubikey-neo-manager/yubikey-neo-manager-1.4.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Cross platform personalization tool for the YubiKey NEO"
+HOMEPAGE="https://developers.yubico.com/yubikey-neo-manager/;
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+   https://developers.yubico.com/${PN}/Releases/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+CDEPEND="
+   dev-python/pyside[webkit,${PYTHON_USEDEP}]
+   dev-python/pycrypto[${PYTHON_USEDEP}]
+   app-crypt/libu2f-host
+   app-crypt/libykneomgr
+   sys-auth/ykpers"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+RDEPEND="${CDEPEND}"
+
+PATCHES=(
+   # PySide does not distribute egg-info, so remove it from deps
+   

[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2016-01-18 Thread Agostino Sarubbo
commit: c84c8caf4d4bbe3cba4faa189b4a64af8d752eef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:07:39 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:07:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84c8caf

app-backup/burp: x86 stable wrt bug #572216

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/burp/burp-1.3.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/burp/burp-1.3.48-r1.ebuild 
b/app-backup/burp/burp-1.3.48-r1.ebuild
index 1077de1..ca07f1d 100644
--- a/app-backup/burp/burp-1.3.48-r1.ebuild
+++ b/app-backup/burp/burp-1.3.48-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="acl afs ipv6 nls tcpd xattr"
 
 DEPEND="



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

2016-01-18 Thread Patrice Clement
commit: 2844e7126b270b930eb6de802c6619ee76c597d1
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jan 18 17:07:23 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan 18 17:07:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2844e712

Merge remote-tracking branch 'github/pr/536'.

 app-crypt/yubikey-neo-manager/Manifest |  1 +
 ...ubikey-neo-manager-fix-pyside-requirement.patch | 17 
 app-crypt/yubikey-neo-manager/metadata.xml |  4 +-
 .../yubikey-neo-manager-1.4.0.ebuild   | 49 ++
 4 files changed, 69 insertions(+), 2 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-neo-manager/

2016-01-18 Thread Patrice Clement
commit: bcc91bd495d33eb28a15ca372a4977caf5e6ec0e
Author: Gokturk Yuksek  binghamton  edu>
AuthorDate: Sun Dec 27 07:10:59 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 27 09:23:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc91bd4

app-crypt/yubikey-neo-manager: update  and github  metadata

Current  and github  entries in the metadata point
to libykneomanager which a different package than yubikey-neo-manager.

Package-Manager: portage-2.2.24

 app-crypt/yubikey-neo-manager/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/yubikey-neo-manager/metadata.xml 
b/app-crypt/yubikey-neo-manager/metadata.xml
index ea116bb..d23bf8d 100644
--- a/app-crypt/yubikey-neo-manager/metadata.xml
+++ b/app-crypt/yubikey-neo-manager/metadata.xml
@@ -6,8 +6,8 @@
 flamee...@gentoo.org
   
   
-Yubico/libykneomgr
+Yubico/yubikey-neo-manager
 yubikey-neo-manager
-https://github.com/Yubico/libykneomgr/issues
+https://github.com/Yubico/yubikey-neo-manager/issues
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Agostino Sarubbo
commit: 52192d67243ab773ec7bd5238905fea7094f902f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:08:17 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52192d67

dev-java/tomcat-servlet-api: x86 stable wrt bug #572286

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
index 9a0ab6a..2c0f127 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="2.5"
-KEYWORDS="amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/

2016-01-18 Thread Agostino Sarubbo
commit: 88071129021e3e9a95b894fdf0d6d6eb81fadfd8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:08:23 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:08:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88071129

dev-java/tomcat-native: x86 stable wrt bug #572278

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-native/tomcat-native-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild 
b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild
index 052754c..fdadfd9 100644
--- a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild
+++ b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Native APR library for Tomcat"
 SLOT="0"
 
SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
 HOMEPAGE="http://tomcat.apache.org/;
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="Apache-2.0"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2016-01-18 Thread Agostino Sarubbo
commit: 8311dc77bef5a7a630c9300a74e6b3ccd344d086
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:07:59 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:07:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8311dc77

www-servers/tomcat: x86 stable wrt bug #572282

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-7.0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-7.0.67.ebuild 
b/www-servers/tomcat/tomcat-7.0.67.ebuild
index 0d668ee..dc45221 100644
--- a/www-servers/tomcat/tomcat-7.0.67.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.67.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="7"
-KEYWORDS="amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps websockets"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Agostino Sarubbo
commit: 466cecfb1ef307ea0a71c893619ec2387885bc19
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:07:51 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:07:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466cecfb

dev-java/tomcat-servlet-api: x86 stable wrt bug #572280

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild
index 7e086a0..e980d1e 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rmilter/

2016-01-18 Thread Dirkjan Ochtman
commit: c905a718654511380e29c6cc010635362885c72a
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 18 17:15:06 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 18 17:15:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c905a718

mail-filter/rmilter: version bump to 1.7.0

 mail-filter/rmilter/Manifest |  1 +
 mail-filter/rmilter/rmilter-1.7.0.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/mail-filter/rmilter/Manifest b/mail-filter/rmilter/Manifest
index 16b1407..68c108e 100644
--- a/mail-filter/rmilter/Manifest
+++ b/mail-filter/rmilter/Manifest
@@ -1 +1,2 @@
 DIST rmilter-1.6.7.tar.gz 117993 SHA256 
d8312be6ab79cf42fd28a85c4eda3868e20a4d182f06c1491ce8cdc8c2bed8df SHA512 
015393e803603d2e6e95344c1b30f748e7d4460c4dc0cb2551639d25f9b4554963bc072c872608f94cd6e2110afd4623e9083eb82df8d23f47c36c84585052ca
 WHIRLPOOL 
e4913d46a57e370e57b64141a1f4247757f9a621db2f53a01f624ae3082bf693b87198c54a125eba7ce5853c452650b3e6621947d9ccf330c3f5df6ca6e677ec
+DIST rmilter-1.7.0.tar.gz 159459 SHA256 
0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d SHA512 
a5d458d1de085a6c92eaf9c3da90f285ac16572b9be999277b8f2d4f4a6d7976faa32cc51c933b4738c1f521db7fbeba3f19cf43dba1323915f996d77795d0b1
 WHIRLPOOL 
d80de10ff925d1695cd249f9d371da01f20df3259ff40a3cec4dcc03050e4fff17e7ac788251648097c957281574865c7e96fddfab582bb01bd9f2fb56e44bdd

diff --git a/mail-filter/rmilter/rmilter-1.7.0.ebuild 
b/mail-filter/rmilter/rmilter-1.7.0.ebuild
new file mode 100644
index 000..132cab0
--- /dev/null
+++ b/mail-filter/rmilter/rmilter-1.7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils user
+
+DESCRIPTION="Another sendmail milter for different mail checks"
+SRC_URI="https://github.com/vstakhov/rmilter/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/vstakhov/rmilter;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/libpcre
+   dev-libs/openssl:0
+   mail-filter/libmilter
+   mail-filter/opendkim"
+DEPEND="sys-devel/flex
+   sys-devel/bison
+   ${RDEPEND}"
+
+pkg_setup() {
+   enewgroup rmilter
+   enewuser rmilter -1 -1 /var/run/rmilter rmilter
+}
+
+src_install() {
+   cmake-utils_src_install
+   newinitd "${FILESDIR}/rmilter.initd" rmilter
+   insinto /etc/rmilter
+   newins rmilter.conf.sample rmilter.conf.sample
+   newins rmilter-grey.conf rmilter-grey.conf
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/files/

2016-01-18 Thread Michael Palimaka
commit: 27c4032b49faacc4812030b9f4b131331cace988
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 17:04:12 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 17:25:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c4032b

kde-plasma/plasma-desktop: remove unused patch

Package-Manager: portage-2.2.26

 ...plasma-desktop-5.5.0-favourites-migration.patch | 26 --
 1 file changed, 26 deletions(-)

diff --git 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.5.0-favourites-migration.patch
 
b/kde-plasma/plasma-desktop/files/plasma-desktop-5.5.0-favourites-migration.patch
deleted file mode 100644
index 60dd237..000
--- 
a/kde-plasma/plasma-desktop/files/plasma-desktop-5.5.0-favourites-migration.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 97ced66da372737ae5d36d86c9bc0c6fe684d842 Mon Sep 17 00:00:00 2001
-From: Eike Hein 
-Date: Tue, 8 Dec 2015 20:26:26 +0100
-Subject: [PATCH] Fix migration of multiple favorites.
-
-BUG:356398

- desktoppackage/contents/updates/obsolete_kickoffrc.js | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/desktoppackage/contents/updates/obsolete_kickoffrc.js 
b/desktoppackage/contents/updates/obsolete_kickoffrc.js
-index aae077f..d92cae9 100644
 a/desktoppackage/contents/updates/obsolete_kickoffrc.js
-+++ b/desktoppackage/contents/updates/obsolete_kickoffrc.js
-@@ -1,7 +1,7 @@
- var kickoffConfig = ConfigFile("kickoffrc");
- 
- kickoffConfig.group = "Favorites";
--var favorites = kickoffConfig.readEntry("FavoriteURLs");
-+var favorites = kickoffConfig.readEntry("FavoriteURLs").split(',');
- 
- kickoffConfig.group = "SystemApplications";
- var systemApplications = kickoffConfig.readEntry("DesktopFiles").split(',');
--- 
-2.4.10
-



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze/files/

2016-01-18 Thread Michael Palimaka
commit: 515e23a1b1049a4ade0cbf9cc171634dbd3f8081
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 17:03:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 17:25:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515e23a1

kde-plasma/breeze: remove unused patch

Package-Manager: portage-2.2.26

 .../files/breeze-5.4.2-fix-breeze-dark.patch   | 23 --
 1 file changed, 23 deletions(-)

diff --git a/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch 
b/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch
deleted file mode 100644
index b6e7eab..000
--- a/kde-plasma/breeze/files/breeze-5.4.2-fix-breeze-dark.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Harald Sitter 
-Date: Mon, 05 Oct 2015 13:14:00 +
-Subject: Install emotes and mimtetypes directories of the dark icon theme
-X-Git-Url: 
http://quickgit.kde.org/?p=breeze.git=commitdiff=12d8b9a9907b28ba1cbaffc380f4eeae4de9774d

-Install emotes and mimtetypes directories of the dark icon theme
-
-CCMAIL: kain...@gmail.com

-
-
 a/icons-dark/CMakeLists.txt
-+++ b/icons-dark/CMakeLists.txt
-@@ -11,7 +11,7 @@
- 
- ### install files ###
- 
--set( breeze_icon_dark_dirs  actions apps categories devices emblems places 
status)
-+set( breeze_icon_dark_dirs  actions apps categories devices emblems emotes 
mimetypes places status)
- 
- 
- set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)
-



[gentoo-commits] repo/gentoo:master commit in: net-im/gajim/

2016-01-18 Thread Andreas Schuerch
commit: 857ab4ba29a58e9071e05ade98d06490923aef02
Author: Andreas Schuerch  gentoo  org>
AuthorDate: Mon Jan 18 17:47:00 2016 +
Commit: Andreas Schuerch  gentoo  org>
CommitDate: Mon Jan 18 17:47:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857ab4ba

net-im/gajim: 0.16.5 stable on x86 as per bug 569936

Package-Manager: portage-2.2.26

 net-im/gajim/gajim-0.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/gajim/gajim-0.16.5.ebuild b/net-im/gajim/gajim-0.16.5.ebuild
index 151c395..b65ba8e 100644
--- a/net-im/gajim/gajim-0.16.5.ebuild
+++ b/net-im/gajim/gajim-0.16.5.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
 IUSE="avahi crypt dbus gnome gnome-keyring kde idle jingle libnotify 
networkmanager nls spell +srv test X xhtml"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2016-01-18 Thread Agostino Sarubbo
commit: 0585c1e110f805433418165e1016614a3a93034b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:06 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0585c1e1

www-servers/tomcat: amd64 stable wrt bug #572280

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-8.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-8.0.30.ebuild 
b/www-servers/tomcat/tomcat-8.0.30.ebuild
index 3595c57..80bf31e 100644
--- a/www-servers/tomcat/tomcat-8.0.30.ebuild
+++ b/www-servers/tomcat/tomcat-8.0.30.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="8"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
+KEYWORDS="amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
 IUSE="extra-webapps"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Agostino Sarubbo
commit: 5827ca7900dfcaaa43fd5f34a4f13b6bdea2ab5e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:38 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5827ca79

dev-java/tomcat-servlet-api: amd64 stable wrt bug #572286

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
index d54ca24..9a0ab6a 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-6.0.44-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="2.5"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2016-01-18 Thread Agostino Sarubbo
commit: ac778636f736d46828b1827e572949d5ec1c4fe8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:33 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac778636

www-servers/tomcat: amd64 stable wrt bug #572286

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-6.0.44-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild 
b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild
index 4c91dda..65d7e15 100644
--- a/www-servers/tomcat/tomcat-6.0.44-r2.ebuild
+++ b/www-servers/tomcat/tomcat-6.0.44-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-6/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="6"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc64 ~x86 ~x86-fbsd"
 IUSE="extra-webapps"
 
 ECJ_SLOT="3.7"



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2016-01-18 Thread Agostino Sarubbo
commit: f378411e8209f84473772fb9c6131faf7980df51
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:11 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f378411e

dev-java/tomcat-servlet-api: amd64 stable wrt bug #572280

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild
index 1c1c74f..7e086a0 100644
--- a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.30.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="3.1"
-KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.7"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/

2016-01-18 Thread Agostino Sarubbo
commit: 88005ea68c2d50425702b2811588aac9ff6e45d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:19 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88005ea6

www-servers/tomcat: amd64 stable wrt bug #572282

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 www-servers/tomcat/tomcat-7.0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/tomcat/tomcat-7.0.67.ebuild 
b/www-servers/tomcat/tomcat-7.0.67.ebuild
index cfc0661..0d668ee 100644
--- a/www-servers/tomcat/tomcat-7.0.67.ebuild
+++ b/www-servers/tomcat/tomcat-7.0.67.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="7"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="extra-webapps websockets"
 
 RESTRICT="test" # can we run them on a production system?



[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-native/

2016-01-18 Thread Agostino Sarubbo
commit: 458c3f1d86f895d0b489d9080f7346c879d28592
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:06:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:06:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458c3f1d

dev-java/tomcat-native: amd64 stable wrt bug #572278

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/tomcat-native/tomcat-native-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild 
b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild
index a9cfc42..052754c 100644
--- a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild
+++ b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Native APR library for Tomcat"
 SLOT="0"
 
SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz"
 HOMEPAGE="http://tomcat.apache.org/;
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="Apache-2.0"
 IUSE="test"
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2016-01-18 Thread Dirkjan Ochtman
commit: 1e6e3a85f7dd1393ee8c1490b65856e41e4a58d3
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 18 18:05:58 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 18 18:05:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6e3a85

mail-filter/rspamd: version bump to 1.1.0

 mail-filter/rspamd/Manifest|  1 +
 mail-filter/rspamd/rspamd-1.1.0.ebuild | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/mail-filter/rspamd/Manifest b/mail-filter/rspamd/Manifest
index 034db93..a67bc5f 100644
--- a/mail-filter/rspamd/Manifest
+++ b/mail-filter/rspamd/Manifest
@@ -1 +1,2 @@
 DIST rspamd-1.0.11.tar.xz 1176160 SHA256 
b914c77c30dcab863f6c685b4a83a1662ee1b4503654fbf3ee3ae2fbca1ed928 SHA512 
79464e8c29bdf5b081744b79fb8eee944bf647abf334cd77686a8fa4d0a3ab7ff4293fc464606d298fb57c8d7fe909e333ae7e58768330e4d65464bf42f76f15
 WHIRLPOOL 
ca1f8338ef6f917622c8a93fa8bf230b2767d750e953d9f790649e660865caaa255c5a8eb35a14cb882acc193a237bf107d79c7c01f3d7ec6520301edc9f2629
+DIST rspamd-1.1.0.tar.xz 1291004 SHA256 
69db05150b4ba8304d24dd0f96c79b5d3792478373f0d6be6c92b51b1cf60ead SHA512 
41a8fb49a10082b1dc97397ebb8ac81dd3f4912e9140dcb7c57c9e15f1e49cf472aa94570a2f802b82e3db8ab8a87dd6a63f7db7249da4d99473700535045256
 WHIRLPOOL 
3781b7450e0f2cd780e2dac804871d52fed619c5e82faf54d8d9d4230b2baf531eeacea09b43ae36ec09fb7b659ba74116ab59fb86731de9bcfc471a2dbdd7ad

diff --git a/mail-filter/rspamd/rspamd-1.1.0.ebuild 
b/mail-filter/rspamd/rspamd-1.1.0.ebuild
new file mode 100644
index 000..a8581d1
--- /dev/null
+++ b/mail-filter/rspamd/rspamd-1.1.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils user
+
+DESCRIPTION="Rapid spam filtering system"
+SRC_URI="https://rspamd.com/downloads/${P}.tar.xz;
+HOMEPAGE="https://github.com/vstakhov/rspamd;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/openssl
+   dev-libs/libpcre
+   dev-lang/luajit:2
+   dev-libs/libevent
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/gmime
+   sys-apps/file
+   virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+   enewgroup rspamd
+   enewuser rspamd -1 -1 /var/lib/rspamd rspamd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFDIR=/etc/rspamd
+   -DRUNDIR=/var/run/rspamd
+   -DDBDIR=/var/lib/rspamd
+   -DLOGDIR=/var/log/rspamd
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+   newinitd "${FILESDIR}/rspamd.init" rspamd
+
+   dodir /var/lib/rspamd
+   dodir /var/log/rspamd
+
+   fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/rspamd.logrotate" rspamd
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/

2016-01-18 Thread Dirkjan Ochtman
commit: 0a6c2bc5d58f44139658a26fc515c70ada205ca4
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 18 18:13:26 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 18 18:13:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6c2bc5

mail-filter/rspamd: specify slot on openssl dependency

 mail-filter/rspamd/rspamd-1.0.11.ebuild | 2 +-
 mail-filter/rspamd/rspamd-1.1.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/rspamd/rspamd-1.0.11.ebuild 
b/mail-filter/rspamd/rspamd-1.0.11.ebuild
index a2b7c7f..7993e7a 100644
--- a/mail-filter/rspamd/rspamd-1.0.11.ebuild
+++ b/mail-filter/rspamd/rspamd-1.0.11.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-libs/openssl
+DEPEND="dev-libs/openssl:0
dev-libs/libpcre
dev-lang/luajit:2
dev-libs/libevent

diff --git a/mail-filter/rspamd/rspamd-1.1.0.ebuild 
b/mail-filter/rspamd/rspamd-1.1.0.ebuild
index a8581d1..ed352f4 100644
--- a/mail-filter/rspamd/rspamd-1.1.0.ebuild
+++ b/mail-filter/rspamd/rspamd-1.1.0.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-libs/openssl
+DEPEND="dev-libs/openssl:0
dev-libs/libpcre
dev-lang/luajit:2
dev-libs/libevent



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

2016-01-18 Thread Fabian Groffen
commit: e0300736d3360e1f14aec69670f654826480a16c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan 18 18:15:01 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 18 18:15:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0300736

profiles/package.mask: mask Exim 4.87 RC3

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 837847b..e547b2d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -833,8 +833,8 @@ dev-perl/YAML-Parser-Syck
 
 # Fabian Groffen  (11 Dec 2015)
 # Release candidates for Exim 4.87
-=mail-mta/exim-4.87_rc1
 =mail-mta/exim-4.87_rc2
+=mail-mta/exim-4.87_rc3
 
 # Pawel Hajdan, Jr.  (07 Dec 2015)
 # Dev channel releases are only for people who are developers or want more



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

2016-01-18 Thread Fabian Groffen
commit: 7e74b331eb4d076cf3597c306f8ee3920b9ca5b8
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jan 18 18:11:48 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jan 18 18:15:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e74b331

mail-mta/exim: bump to Exim 4.87 RC3

Package-Manager: portage-2.2.26

 mail-mta/exim/Manifest   | 4 ++--
 mail-mta/exim/{exim-4.87_rc1.ebuild => exim-4.87_rc3.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest
index 1fc496f..20fb3d8 100644
--- a/mail-mta/exim/Manifest
+++ b/mail-mta/exim/Manifest
@@ -1,11 +1,11 @@
 DIST exim-4.84.tar.bz2 1761790 SHA256 
78ea22be87fb6df880e7fd482f3bec9ef6ceca0c9dedd50f8a26cae0b38b9e9c SHA512 
3cd41af6d57e5f0377fc93367753eae6cb6bf835803e8608c44e1da5acefce1ed8886f4fe7536950de072bfed6e927afe1536c1e6466cf3121dd352b69a68039
 WHIRLPOOL 
9e840aa6afa0db68455b4ab458706eedd7ea57b084999c9e85eaaec0530ed93958731d934ff1d7830d9b5cd086e36cb56dc8a2f78dad85bdba9ae6573510e840
 DIST exim-4.85.tar.bz2 1784150 SHA256 
13211f2bbc5400d095a9b4be075eb1347e0d98676fdfe4be8a3b4d56281daaa4 SHA512 
2c5846528ee98e4aff5dbabe49dfa5ba6753fa64154b9671a7849db8a17773917fe13bcb9e5f732c43d7479debfadd8012b8650823eb12504a6b1b28be456161
 WHIRLPOOL 
4057cd745f12ff62e956838406544060d3d2d7383027959f3c1ca12eff43bddb9be63e284767245b271e53bef92596c1241f5e90e9ed611d02e95b7a30adc7c8
 DIST exim-4.86.tar.bz2 1804807 SHA256 
f1ccf2ce2ea51b7fbbf160e7e0e41d24ca401cf44a185128ad99ea04635fc456 SHA512 
0b90cd1b4d99bbb976336ccf9c2c3375f453a74bb306f1b0215f7ecca80fbda83cf5cc38c502516c2903c5d753f1f559c534fc4f4b1b32ee3300db86de6610ab
 WHIRLPOOL 
a7e938cfaeb92af1b81c8a113752914b61e49d7fd71c39460b944716725b1e98b50a7c9ef1699569cd031ee7cac210639d9ef9bd21280e5ce7682eb40db91726
-DIST exim-4.87_RC1.tar.bz2 1818628 SHA256 
cec26ecd7879cd04ab30fc1c152c4967549c8499a4432754ec97c6ecbc712911 SHA512 
a97eb31ea612fb19f5fe2da23a51e248beb4faa5a378939207d52207254f50c54b97047a83e6995214ec5e58b1540dc12fb4c865ba81b7013c923342d2e0
 WHIRLPOOL 
4a57f87c84b83853892c400042a221992d9d4a3049195059feb6735ddb848482eac00d1f429da0dbcca2ca3cf984b4ba23f5645ebd1eab5ea92b31ed7cc4aa0b
 DIST exim-4.87_RC2.tar.bz2 1819354 SHA256 
ac3a09464183ded893b590492eb1ed6d548a20c43f57ddd267ffa2fae9c8f032 SHA512 
4cbf01f80f968c4ce2760c96f0e0c94f365f75526311fc68ee97698ce55440df1dc2aa50e670da34f2baa4dba1be0db8726c094a873beb54881252c4d78e1ac7
 WHIRLPOOL 
927caa9738e69aa4c5b7269a292cfce839189234510ae6208977d58f712e9128a63ba14e5b305d117028f101a7aaa626fa31e045940e951e9c38f7e0a540dc6e
+DIST exim-4.87_RC3.tar.bz2 1795572 SHA256 
aa2627518782f9a0c00fc131143430b1ea05cc20a5175c217cdfcc18b09f562c SHA512 
03fe161240934c08f95263496478894f83c303069ac9f7df9d2ac105685a59f8217ed11f1100904558a1b2784ea94b69f57ed2d0d9775752c00b3d5b7cbe53f6
 WHIRLPOOL 
67a87273a37814f83ff650228052ea123b0624675b5c17458118f2150f7f018cb414388bcd08dfa5d2540d8f15dd48de111ae388dd2882f3d03dd56bf426dee2
 DIST exim-html-4.84.tar.bz2 465281 SHA256 
7ee7e9015b853915604b7806be93d56e9ba1fb915b63f0d6828c47f2228fd45b SHA512 
7de8513476b6abcdfd36b0121a2a9d6decf1ccf94ef51b8363e544066cc05670e6f2b4d03d5fbc49071b1431183dfd9badde5cbcc65f51d55ec6b25ebcb070b9
 WHIRLPOOL 
88c376fd399e17b2bc06d2d0fad19f8c6485807118a81e0c200f6c39defe7155fa920489481a8b82e629951766ce0222b85956f387d22d22549303bd3dff7f82
 DIST exim-html-4.85.tar.bz2 467069 SHA256 
fd91946369626e74842a0799b93d0d9e4a201fe640af84e1b5349fe6ff204167 SHA512 
8214576300827f79c0880e2d2163f71d7f1b3fe2aff714b591a011e48816965de5a773c3509137b085fec3d4d2128931f8398768c24dad6c92b7df27cbcafe74
 WHIRLPOOL 
a7edffd7124c4920708616d3e59c0db5159dee5f7e4fd62ce29fdba769d39781a3826d4e3e39cdc97669941bb9a5c977defe280feb73cbe159b23df4cb6fe95f
 DIST exim-html-4.86.tar.bz2 471159 SHA256 
02226a9fbb6d5aaa9d35f3e2a3bd9077e2307463de6baf6e3e2e938c1fe39146 SHA512 
0c15fbccaf9b744fb8b7990d2b2bd0555a04ef5ed82ffbf2e32372a539bae6d7cebad96960f5570a2f8f27d31ebdf2467c51cb053b059996bb9122bc02fa741b
 WHIRLPOOL 
d9fbaa73491ab1657afb6ba59da5adea26144b58b358aeb9829731d3f35d6c1d8c7021c5243cb989e7c704cc346cde2a330f9eedc5b357326c1d56d7caa4a6c5
-DIST exim-html-4.87_RC1.tar.bz2 475376 SHA256 
37303fbca2282e86328e2b3bab84526b920ac54e0d4b96d3597639a495ef70db SHA512 
1d338abda79aa49968ded992cfa60e4c791bd647783095991be9d7eaf144e4b20460915585af78b498def4a8d3f160937eef85f767adb4512f28384e9ab620db
 WHIRLPOOL 
e12e97e1cd0d9b6648377f298c478e5fa2f060ebd004b4726e100414c83f53e6b8e294a8b102357ac15a3868f34ae299edc4213a46851bb78c6e62415999a1ef
 DIST exim-html-4.87_RC2.tar.bz2 477015 SHA256 
119274228a85de90324a6004efb1049474e7f2ec7f575cb57809735ab1b48a9b SHA512 
51966e3b64c41dd95fa19b42484fe2d48b99eb104945de4d18b82d54d5f5791137eb308a7e05f7bdec7663d4f2e73353c7853d27c6496b529671dcaed6faa202
 WHIRLPOOL 
86af06c293bb920572144b94628dc7bc1626bf6f9bfd5867589bfb16b5171d2bb4ddbd3d07b3164e04b1bfa822cf8e8378b4382abc54d94b9b5646ceeab9d24f
+DIST 

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

2016-01-18 Thread Michael Palimaka
commit: bcde306d6b999b959c567f9f0e3cae6e34c2df7e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jan 18 17:32:10 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:15:55 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bcde306d

kde-apps/kdecore-meta: New package

Package-Manager: portage-2.2.26

 kde-apps/kdecore-meta/kdecore-meta-15.08.3.ebuild | 19 +++
 kde-apps/kdecore-meta/kdecore-meta-15.12.1.ebuild | 19 +++
 .../kdecore-meta/kdecore-meta-15.12.49..ebuild| 19 +++
 kde-apps/kdecore-meta/kdecore-meta-.ebuild| 19 +++
 kde-apps/kdecore-meta/metadata.xml|  9 +
 profiles/package.mask/kde-apps-15.12.1|  1 +
 6 files changed, 86 insertions(+)

diff --git a/kde-apps/kdecore-meta/kdecore-meta-15.08.3.ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-15.08.3.ebuild
new file mode 100644
index 000..c407300
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-15.08.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="minimal +wallpapers"
+
+RDEPEND="
+   $(add_kdeapps_dep dolphin)
+   $(add_kdeapps_dep konsole)
+   $(add_kdeapps_dep kwrite)
+   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
+"

diff --git a/kde-apps/kdecore-meta/kdecore-meta-15.12.1.ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-15.12.1.ebuild
new file mode 100644
index 000..c407300
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-15.12.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE="minimal +wallpapers"
+
+RDEPEND="
+   $(add_kdeapps_dep dolphin)
+   $(add_kdeapps_dep konsole)
+   $(add_kdeapps_dep kwrite)
+   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
+"

diff --git a/kde-apps/kdecore-meta/kdecore-meta-15.12.49..ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-15.12.49..ebuild
new file mode 100644
index 000..c72a9d7
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-15.12.49..ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+KEYWORDS=""
+IUSE="minimal +wallpapers"
+
+RDEPEND="
+   $(add_kdeapps_dep dolphin)
+   $(add_kdeapps_dep konsole)
+   $(add_kdeapps_dep kwrite)
+   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
+"

diff --git a/kde-apps/kdecore-meta/kdecore-meta-.ebuild 
b/kde-apps/kdecore-meta/kdecore-meta-.ebuild
new file mode 100644
index 000..c72a9d7
--- /dev/null
+++ b/kde-apps/kdecore-meta/kdecore-meta-.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdecore - merge this to pull in the most basic applications"
+KEYWORDS=""
+IUSE="minimal +wallpapers"
+
+RDEPEND="
+   $(add_kdeapps_dep dolphin)
+   $(add_kdeapps_dep konsole)
+   $(add_kdeapps_dep kwrite)
+   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
+   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
+"

diff --git a/kde-apps/kdecore-meta/metadata.xml 
b/kde-apps/kdecore-meta/metadata.xml
new file mode 100644
index 000..f572092
--- /dev/null
+++ b/kde-apps/kdecore-meta/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+   
+   Disable install of various KDE SC 4 based 
packages
+   Install the KDE wallpapers
+   
+

diff --git a/profiles/package.mask/kde-apps-15.12.1 
b/profiles/package.mask/kde-apps-15.12.1
index ab29e84..e993f58df 100644
--- a/profiles/package.mask/kde-apps-15.12.1
+++ b/profiles/package.mask/kde-apps-15.12.1
@@ -75,6 +75,7 @@
 ~kde-apps/kdebase-meta-15.12.1
 ~kde-apps/kdebase-runtime-meta-15.12.1
 ~kde-apps/kdebugdialog-15.12.1
+~kde-apps/kdecore-meta-15.12.1
 ~kde-apps/kde-dev-scripts-15.12.1
 ~kde-apps/kde-dev-utils-15.12.1
 ~kde-apps/kdeedu-data-15.12.1



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

2016-01-18 Thread Michael Palimaka
commit: 8ec0b775bc2bc49ec4bebd5c9c6a521d8e2e34fb
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jan 18 17:40:04 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:16:40 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8ec0b775

kde-apps/kde-apps-meta: Replace kdebase-meta with kdecore-meta

Package-Manager: portage-2.2.26

 ...{kde-apps-meta-15.08.3-r1.ebuild => kde-apps-meta-15.08.3-r2.ebuild} | 2 +-
 ...{kde-apps-meta-15.12.1-r1.ebuild => kde-apps-meta-15.12.1-r2.ebuild} | 2 +-
 kde-apps/kde-apps-meta/kde-apps-meta-15.12.49..ebuild   | 2 +-
 kde-apps/kde-apps-meta/kde-apps-meta-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r2.ebuild
similarity index 97%
rename from kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild
rename to kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r2.ebuild
index 8ffe9dc..edc4bff 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r1.ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-15.08.3-r2.ebuild
@@ -18,7 +18,7 @@ IUSE="accessibility minimal nls pim sdk"
 RDEPEND="
$(add_kdeapps_dep kate)
$(add_kdeapps_dep kdeadmin-meta)
-   $(add_kdeapps_dep kdebase-meta)
+   $(add_kdeapps_dep kdecore-meta)
$(add_kdeapps_dep kdeedu-meta '' 4.14.3)
$(add_kdeapps_dep kdegames-meta)
$(add_kdeapps_dep kdegraphics-meta)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-15.12.1-r1.ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-15.12.1-r2.ebuild
similarity index 96%
rename from kde-apps/kde-apps-meta/kde-apps-meta-15.12.1-r1.ebuild
rename to kde-apps/kde-apps-meta/kde-apps-meta-15.12.1-r2.ebuild
index 95eb85d..5e2dd61 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-15.12.1-r1.ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-15.12.1-r2.ebuild
@@ -15,7 +15,7 @@ IUSE="accessibility minimal nls pim sdk"
 RDEPEND="
$(add_kdeapps_dep kate)
$(add_kdeapps_dep kdeadmin-meta)
-   $(add_kdeapps_dep kdebase-meta)
+   $(add_kdeapps_dep kdecore-meta)
$(add_kdeapps_dep kdeedu-meta)
$(add_kdeapps_dep kdegames-meta)
$(add_kdeapps_dep kdegraphics-meta)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-15.12.49..ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-15.12.49..ebuild
index 6176450..61e0662 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-15.12.49..ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-15.12.49..ebuild
@@ -15,7 +15,7 @@ IUSE="accessibility minimal nls pim sdk"
 RDEPEND="
$(add_kdeapps_dep kate)
$(add_kdeapps_dep kdeadmin-meta)
-   $(add_kdeapps_dep kdebase-meta)
+   $(add_kdeapps_dep kdecore-meta)
$(add_kdeapps_dep kdeedu-meta)
$(add_kdeapps_dep kdegames-meta)
$(add_kdeapps_dep kdegraphics-meta)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild 
b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
index 6176450..61e0662 100644
--- a/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-.ebuild
@@ -15,7 +15,7 @@ IUSE="accessibility minimal nls pim sdk"
 RDEPEND="
$(add_kdeapps_dep kate)
$(add_kdeapps_dep kdeadmin-meta)
-   $(add_kdeapps_dep kdebase-meta)
+   $(add_kdeapps_dep kdecore-meta)
$(add_kdeapps_dep kdeedu-meta)
$(add_kdeapps_dep kdegames-meta)
$(add_kdeapps_dep kdegraphics-meta)



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

2016-01-18 Thread Michael Palimaka
commit: 44acc4528aa5e799ef7c91db20dd62d97d260500
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jan 18 17:35:32 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:16:39 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=44acc452

kde-apps/kdebase-meta: RDEPEND on kdecore-meta, drop USE=display-manager

The same use flag is already part of plasma-meta, remove redundancy.

Package-Manager: portage-2.2.26

 .../kdebase-meta/kdebase-meta-15.08.3-r1.ebuild | 21 -
 .../kdebase-meta/kdebase-meta-15.08.3-r2.ebuild | 16 
 .../kdebase-meta/kdebase-meta-15.12.1-r1.ebuild | 21 -
 .../kdebase-meta/kdebase-meta-15.12.1-r2.ebuild | 16 
 .../kdebase-meta/kdebase-meta-15.12.49..ebuild  |  9 ++---
 kde-apps/kdebase-meta/kdebase-meta-.ebuild  |  9 ++---
 kde-apps/kdebase-meta/metadata.xml  |  5 -
 7 files changed, 36 insertions(+), 61 deletions(-)

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild 
b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild
deleted file mode 100644
index ec21c6c..000
--- a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Transitional package to pull in plasma-meta plus basic 
applications"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+display-manager minimal +wallpapers"
-
-RDEPEND="
-   $(add_kdeapps_dep dolphin)
-   $(add_kdeapps_dep konsole)
-   $(add_kdeapps_dep kwrite)
-   $(add_plasma_dep plasma-meta)
-   wallpapers? ( $(add_kdeapps_dep kde-wallpapers) )
-   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
-   !prefix? ( display-manager? ( || ( x11-misc/lightdm x11-misc/sddm ) ) )
-"

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild 
b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild
new file mode 100644
index 000..96f2bad
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.08.3-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Transitional package to pull in plasma-meta plus basic 
applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_kdeapps_dep kdecore-meta)
+   $(add_plasma_dep plasma-meta)
+"

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.12.1-r1.ebuild 
b/kde-apps/kdebase-meta/kdebase-meta-15.12.1-r1.ebuild
deleted file mode 100644
index 841f3dd..000
--- a/kde-apps/kdebase-meta/kdebase-meta-15.12.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Transitional package to pull in plasma-meta plus basic 
applications"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="+display-manager minimal +wallpapers"
-
-RDEPEND="
-   $(add_kdeapps_dep dolphin)
-   $(add_kdeapps_dep konsole)
-   $(add_kdeapps_dep kwrite)
-   $(add_plasma_dep plasma-meta)
-   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
-   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
-   !prefix? ( display-manager? ( || ( x11-misc/lightdm x11-misc/sddm ) ) )
-"

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.12.1-r2.ebuild 
b/kde-apps/kdebase-meta/kdebase-meta-15.12.1-r2.ebuild
new file mode 100644
index 000..96f2bad
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.12.1-r2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Transitional package to pull in plasma-meta plus basic 
applications"
+KEYWORDS=" ~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   $(add_kdeapps_dep kdecore-meta)
+   $(add_plasma_dep plasma-meta)
+"

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.12.49..ebuild 
b/kde-apps/kdebase-meta/kdebase-meta-15.12.49..ebuild
index 1d2b3bd..7b99080 100644
--- a/kde-apps/kdebase-meta/kdebase-meta-15.12.49..ebuild
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.12.49..ebuild
@@ -8,14 +8,9 @@ inherit kde5-meta-pkg
 
 DESCRIPTION="Transitional package to pull in plasma-meta plus basic 
applications"
 KEYWORDS=""
-IUSE="+display-manager minimal +wallpapers"
+IUSE=""
 
 RDEPEND="
-   $(add_kdeapps_dep dolphin)
-   $(add_kdeapps_dep konsole)
-   $(add_kdeapps_dep kwrite)
+   $(add_kdeapps_dep kdecore-meta)
$(add_plasma_dep plasma-meta)
-   wallpapers? ( $(add_kdeapps_dep kde-wallpapers '' 15.08.3) )
-   !minimal? ( $(add_kdeapps_dep kdebase-runtime-meta 'minimal') )
-   !prefix? 

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

2016-01-18 Thread Michael Palimaka
commit: 7f89c2cf23c6a52921b25e603b20d5e20f9f7415
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jan 17 13:25:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:18:32 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f89c2cf

profiles: Update kde-apps-15.08.3 package.mask

 profiles/package.mask/kde-apps-15.08.3 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/package.mask/kde-apps-15.08.3 
b/profiles/package.mask/kde-apps-15.08.3
index bcba49c..ed8923f 100644
--- a/profiles/package.mask/kde-apps-15.08.3
+++ b/profiles/package.mask/kde-apps-15.08.3
@@ -16,11 +16,8 @@
 ~kde-apps/kcalcore-15.08.3
 ~kde-apps/kcalutils-15.08.3
 ~kde-apps/kcontacts-15.08.3
-~kde-apps/kde-apps-meta-15.08.3
-~kde-apps/kdebase-meta-15.08.3
 ~kde-apps/kdeedu-data-15.08.3
 ~kde-apps/kdeedu-meta-15.08.3
-~kde-apps/kdenetwork-meta-15.08.3
 ~kde-apps/kdepim-15.08.3
 ~kde-apps/kdepimlibs-15.08.3
 ~kde-apps/kdepim-meta-15.08.3



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

2016-01-18 Thread Michael Palimaka
commit: 754f8c9d426cdf010e3a89bf7775b8dc79432568
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jan 17 23:32:40 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:18:33 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=754f8c9d

kde-apps/kwalletd-pam: Add aptly named slot 4 version of kwallet(d)-pam

Package-Manager: portage-2.2.26

 kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild | 36 +
 kde-apps/kwalletd-pam/metadata.xml  |  5 
 2 files changed, 41 insertions(+)

diff --git a/kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild 
b/kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild
new file mode 100644
index 000..9fc7022
--- /dev/null
+++ b/kde-apps/kwalletd-pam/kwalletd-pam-5.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PN="kwallet-pam"
+inherit cmake-utils multilib
+
+DESCRIPTION="KWallet PAM module to not enter password again"
+HOMEPAGE="https://www.kde.org/;
+SRC_URI="mirror://kde/stable/plasma/${PV}/${MY_PN}-${PV}.tar.xz"
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-libs/libgcrypt:0=
+   virtual/pam
+"
+RDEPEND="${DEPEND}
+   net-misc/socat
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_LIBDIR="/$(get_libdir)"
+   -DKWALLET4=1
+   )
+
+   cmake-utils_src_configure
+}

diff --git a/kde-apps/kwalletd-pam/metadata.xml 
b/kde-apps/kwalletd-pam/metadata.xml
new file mode 100644
index 000..a23f444
--- /dev/null
+++ b/kde-apps/kwalletd-pam/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   kde
+



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/package.unmask/, ...

2016-01-18 Thread Michael Palimaka
commit: e4107cc2618a3b6371b277f4fe4fb432ba533043
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jan 18 18:15:26 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:20:49 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4107cc2

Documentation: Regenerate files

 Documentation/package.accept_keywords/kde-4.14.keywords | 2 +-
 Documentation/package.mask/kde-4.14 | 2 +-
 Documentation/package.unmask/kde-4.14   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/package.accept_keywords/kde-4.14.keywords 
b/Documentation/package.accept_keywords/kde-4.14.keywords
index e723a67..adf7677 100644
--- a/Documentation/package.accept_keywords/kde-4.14.keywords
+++ b/Documentation/package.accept_keywords/kde-4.14.keywords
@@ -296,7 +296,7 @@
 =kde-misc/baloo-kcmadv-2014.04.27
 >=media-libs/phonon-4.7.80

diff --git a/Documentation/package.mask/kde-4.14 
b/Documentation/package.mask/kde-4.14
index 59e5bd9..1b63b17 100644
--- a/Documentation/package.mask/kde-4.14
+++ b/Documentation/package.mask/kde-4.14
@@ -295,5 +295,5 @@
 =kde-base/kde-meta-4.14
+>=kde-apps/kde-meta-4.14
 

diff --git a/Documentation/package.unmask/kde-4.14 
b/Documentation/package.unmask/kde-4.14
index 7111925..4a3750b 100644
--- a/Documentation/package.unmask/kde-4.14
+++ b/Documentation/package.unmask/kde-4.14
@@ -295,5 +295,5 @@
 

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

2016-01-18 Thread Michael Palimaka
commit: f992c698880c22f38e54c0bda229e1e4dac936a9
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jan 18 18:13:25 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:20:48 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f992c698

sets: Update kde and kde-4.14

 sets/kde  | 2 +-
 sets/kde-4.14 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sets/kde b/sets/kde
index f94f71e..e93739d 100644
--- a/sets/kde
+++ b/sets/kde
@@ -2,7 +2,7 @@
 # We don't include kdesdk on the global set
 kde-apps/kate-4.14.50
 kde-apps/kde4-l10n-4.14.50
-kde-base/kde-meta:4
+kde-apps/kde-meta:4
 kde-base/kdeplasma-addons:4
 
 @kdeaccessibility

diff --git a/sets/kde-4.14 b/sets/kde-4.14
index 7325d29..ef64150 100644
--- a/sets/kde-4.14
+++ b/sets/kde-4.14
@@ -1,7 +1,7 @@
 # We don't include kdesdk on the global set
 

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

2016-01-18 Thread Dirkjan Ochtman
commit: 45c0de8fa6ee02f85d2039698e0b882fd362ccee
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jan 18 18:23:20 2016 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jan 18 18:23:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c0de8f

dev-python/pygments: version bump to 2.1

Package-Manager: portage-2.2.26

 dev-python/pygments/Manifest|  1 +
 dev-python/pygments/pygments-2.1.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index 35a8030..867492f 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1 +1,2 @@
 DIST Pygments-2.0.2.tar.gz 3462280 SHA256 
7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51 SHA512 
b58e2cc535ba3f1fda7cb147e12af128bc2755de56cf465f8f1d642730eaef50c06551cc4cc44f25f726b00f3f1c9c2078977233b11c0b6a7e1add6a4069c27e
 WHIRLPOOL 
4c98134f27dd29c89e4d6157284bdeecaa81c53d823e089292be21a6c418ba4ccfd458ced50326d5a356a7b6cb761a1990440096f5f3d820f776bb19fc0da09d
+DIST Pygments-2.1.tar.gz 2078224 SHA256 
13a0ef5fafd7b16cf995bc28fe7aab0780dab1b2fda0fc89e033709af8b8a47b SHA512 
4103a636a23d4a7f26c1eb98dc0d2386be17031715ceabb0f1dafb78f2635d8a7f2fe02ff7659c63fbc5c778dff9053c8ef2d916bbbab53841e2b0fafe64c213
 WHIRLPOOL 
81c5c5d110d2813acc12b7fb1800560189a37b51a2720dae2c9b612ec7c694fa381953491eab336a92ebf290fec505bea850fc0a8288f4b0964cfab0134dae8b

diff --git a/dev-python/pygments/pygments-2.1.ebuild 
b/dev-python/pygments/pygments-2.1.ebuild
new file mode 100644
index 000..4e0af7e
--- /dev/null
+++ b/dev-python/pygments/pygments-2.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1 bash-completion-r1 vcs-snapshot
+
+MY_PN="Pygments"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Pygments is a syntax highlighting package written in Python"
+HOMEPAGE="http://pygments.org/ https://pypi.python.org/pypi/Pygments;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="doc test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   virtual/ttf-fonts )"
+#  dev-texlive/texlive-latexrecommended
+# Removing / commenting out this dep. I can find no mention of it in tests 
other than
+# importing pygment's own tex module.  If it's there and I missed it just 
uncomment and re-add
+# Tests pass without it
+
+S="${WORKDIR}/${MY_P}"
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   cp -r -l tests "${BUILD_DIR}"/ || die
+   # With pypy3 there is 1 error out of 1556 tests when run as is and
+   # (SKIP=8, errors=1, failures=1) when run with 2to3; meh
+   nosetests -w "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+
+   distutils-r1_python_install_all
+   newbashcomp external/pygments.bashcomp pygmentize
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/merkaartor/files/, sci-geosciences/merkaartor/

2016-01-18 Thread Amy Winston
commit: 469204d2eb46c95572471d9fea1b2339b334c314
Author: Amy Winston  gentoo  org>
AuthorDate: Mon Jan 18 18:28:31 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Mon Jan 18 18:28:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469204d2

sci-geosciences/merkaartor: compatibility with gdal bug #554304. By wraeth

Package-Manager: portage-2.2.24

 sci-geosciences/merkaartor/Manifest|   1 -
 .../merkaartor/files/merkaartor-gdal-2-fix.patch   | 212 +
 18.1-r1.ebuild => merkaartor-0.18.1-r2.ebuild} |   6 +-
 .../merkaartor/merkaartor-0.18.1.ebuild|  69 ---
 4 files changed, 217 insertions(+), 71 deletions(-)

diff --git a/sci-geosciences/merkaartor/Manifest 
b/sci-geosciences/merkaartor/Manifest
index 9950ede..1b431ef 100644
--- a/sci-geosciences/merkaartor/Manifest
+++ b/sci-geosciences/merkaartor/Manifest
@@ -1,3 +1,2 @@
 DIST merkaartor-0.17.2.tar.bz2 7138991 SHA256 
425f4facefbf20a3dd1a09ee61ff8a8912482d1a30c957c50869d8ff59ba702a SHA512 
3718131d855ad6ea17537c7879a3249f25f6f5aaaf00e2e59df10c5497a628f0877f85129a209d11dc969b5771598f9989cc6ca3a972dab4c3eaef507784d4ed
 WHIRLPOOL 
22a07736e7da44d3799831352d0e9d323143f228dcf7693b6f90fe101a8a04c74c2c5186db15723902b7dd8aadd93a78547e4622b5238ceb7074027e987b8487
-DIST merkaartor-0.18.1.tar.bz2 5579080 SHA256 
3d6a96599815d5f1c8558acd255a413ea47b93ddad8414147d11775a6f21139f SHA512 
d45b25ad5a7f19b32ca3e91ad514ef1a8450024bdab9e8c215f60a5ec3fc6332a5cadfcec586a32805c7727d224588b504b01d3023120d55476660a8a394cd45
 WHIRLPOOL 
23327a7eaa91531a95665fe9ff647712606babf96e3843ef33b94a37f6f7ca6d1cb09576b0b31197badc32e87cfc7ca275a9e3792e57f57dd58fe0509ec1b46d
 DIST merkaartor-0.18.1.tar.gz 6459640 SHA256 
e9fa5e30e6392c9224f73e9bb7d17b66c4eb6c023633eb2af0cf58ba8acf684f SHA512 
5ccb2aca7463cd3b31790b0f231cd18f4499b38ec3eb14c3600bdaae880194a71aaf63a2c2f814af6277b1b07fd618b4393309aa5ded375940bd464d1e77d71d
 WHIRLPOOL 
fde10a93510c123f2e1065ad745c3abc7860892c55ed615e75214dd172bfbec1da6f254377cc2d6e0f1df6f9d0680d0f7878ba3224651f5b09c590c335211d9c

diff --git a/sci-geosciences/merkaartor/files/merkaartor-gdal-2-fix.patch 
b/sci-geosciences/merkaartor/files/merkaartor-gdal-2-fix.patch
new file mode 100644
index 000..4197610
--- /dev/null
+++ b/sci-geosciences/merkaartor/files/merkaartor-gdal-2-fix.patch
@@ -0,0 +1,212 @@
+--- a/src/ImportExport/ImportExportGdal.cpp 2015-06-15 18:48:39.604575423 +0200
 b/src/ImportExport/ImportExportGdal.cpp 2015-06-15 18:48:39.604575423 +0200
+@@ -21,10 +21,13 @@
+ #include "ProjectionChooser.h"
+ #include "Global.h"
+ 
+-#include "cpl_vsi.h"
++#include 
++#include 
++#include 
+ 
+ #include 
+ 
++
+ bool parseContainer(QDomElement& e, Layer* aLayer);
+ 
+ ImportExportGdal::ImportExportGdal(Document* doc)
+@@ -55,6 +58,55 @@ bool ImportExportGdal::saveFile(QString)
+ bool ImportExportGdal::export_(const QList& featList)
+ {
+ const char *pszDriverName = "SQLite";
++QString fileName(HOMEDIR + "/test.sqlite");
++#ifdef GDAL2
++GDALDriver *poDriver;
++GDALDriverManager *driverManager = GetGDALDriverManager();
++GDALAllRegister();
++driverManager->AutoLoadDrivers();
++
++poDriver = driverManager->GetDriverByName(pszDriverName);
++if( poDriver == NULL )
++{
++qDebug( "%s driver not available.", pszDriverName );
++return false;
++}
++
++/* Create create options */
++char **createOptions = NULL;
++createOptions = CSLSetNameValue( createOptions, "SPATIALITE", "YES" );
++
++/* Open new dataset */
++GDALDataset *poDS;
++
++QFile::remove(fileName);
++poDS = poDriver->Create( fileName.toUtf8().constData(), 0, 0, 0, 
GDT_Unknown, createOptions );
++if( poDS == NULL )
++{
++qDebug( "Creation of output file failed." );
++return false;
++}
++poDS->ExecuteSQL("PRAGMA synchronous = OFF", NULL, NULL);
++
++/* Create Spatial reference object */
++OGRSpatialReference *poSRS;
++poSRS = new OGRSpatialReference();
++poSRS->importFromEPSG(4326);
++
++/* Create layer options */
++char **layerOptions = NULL;
++layerOptions = CSLSetNameValue( layerOptions, "FORMAT", "SPATIALITE" );
++layerOptions = CSLSetNameValue( layerOptions, "SPATIAL_INDEX", "YES" );
++
++/* Create layer */
++OGRLayer *poLayer;
++poLayer = poDS->CreateLayer( "osm", poSRS, wkbUnknown, layerOptions);
++
++/* Free the options */
++CSLDestroy( createOptions );
++CSLDestroy( layerOptions );
++#else
++/* This is legacy code, and is not tested at all */
+ OGRSFDriver *poDriver;
+ 
+ OGRRegisterAll();
+@@ -68,8 +120,8 @@ bool ImportExportGdal::export_(const QList& 
featList)
+ 
+ OGRDataSource *poDS;
+ 
+-QFile::remove(QString(HOMEDIR + "/test.sqlite"));
+-poDS = poDriver->CreateDataSource( QString(HOMEDIR + 
"/test.sqlite").toUtf8().constData(), NULL );
++QFile::remove(fileName);
++poDS = 

[gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/

2016-01-18 Thread Michael Palimaka
commit: c0e38f4f9bd8f6d115e0e1bb0621693046afaee0
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jan 16 22:03:22 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e38f4f

kde-apps/konsole: Auto-block slot 4 again

Package-Manager: portage-2.2.26

 .../konsole/{konsole-15.08.3.ebuild => konsole-15.08.3-r1.ebuild} | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/kde-apps/konsole/konsole-15.08.3.ebuild 
b/kde-apps/konsole/konsole-15.08.3-r1.ebuild
similarity index 89%
rename from kde-apps/konsole/konsole-15.08.3.ebuild
rename to kde-apps/konsole/konsole-15.08.3-r1.ebuild
index b73cd81..b89b816 100644
--- a/kde-apps/konsole/konsole-15.08.3.ebuild
+++ b/kde-apps/konsole/konsole-15.08.3-r1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-KDE_BLOCK_SLOT4="false"
 KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 VIRTUALX_REQUIRED="test"
@@ -47,10 +46,7 @@ DEPEND="
dev-qt/qtxml:5
X? ( x11-libs/libX11 )
 "
-RDEPEND="${DEPEND}
-   !kde-apps/konsole:4[handbook]
-   !kde-apps/konsole:4[-minimal(-)]
-"
+RDEPEND="${DEPEND}"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/gentoo:master commit in: kde-apps/konsole/

2016-01-18 Thread Michael Palimaka
commit: 4296fbfe17f53dd61af679ea74c22e9c42c9c1e1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jan 16 21:59:52 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 18:33:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4296fbfe

kde-apps/konsole: Drop USE=minimal

Now there is konsolepart, prevent users from ending up without konsole
binary after rebuild, following the switch to plasma profile.

Package-Manager: portage-2.2.26

 kde-apps/konsole/konsole-4.14.3-r1.ebuild | 55 ---
 kde-apps/konsole/konsole-4.14.3.ebuild| 13 ++--
 2 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/kde-apps/konsole/konsole-4.14.3-r1.ebuild 
b/kde-apps/konsole/konsole-4.14.3-r1.ebuild
deleted file mode 100644
index f5cb4e9..000
--- a/kde-apps/konsole/konsole-4.14.3-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-KDE_DOC_DIRS="doc/manual"
-VIRTUALX_REQUIRED="test"
-VIRTUALDBUS_TEST="true"
-inherit kde4-base
-
-DESCRIPTION="X terminal for use with KDE"
-HOMEPAGE="https://www.kde.org/applications/system/konsole 
https://konsole.kde.org;
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug minimal"
-
-COMMONDEPEND="
-   !aqua? (
-   x11-libs/libX11
-   x11-libs/libXext
-   >=x11-libs/libxklavier-3.2
-   x11-libs/libXrender
-   x11-libs/libXtst
-   !minimal? ( $(add_kdeapps_dep libkonq) )
-   )
-"
-DEPEND="${COMMONDEPEND}
-   !aqua? (
-   x11-apps/bdftopcf
-   x11-proto/kbproto
-   x11-proto/renderproto
-   )
-"
-RDEPEND="${COMMONDEPEND}"
-
-# can't connect to a kded instance, fails to connect to dbus
-RESTRICT="test"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with "!minimal" LibKonq)
-   )
-
-   kde4-base_src_configure
-}
-
-src_install() {
-   kde4-base_src_install
-
-   if use minimal; then
-   rm "${D}/usr/bin/konsole" || die
-   rm "${D}/usr/bin/konsoleprofile" || die
-   fi
-}

diff --git a/kde-apps/konsole/konsole-4.14.3.ebuild 
b/kde-apps/konsole/konsole-4.14.3.ebuild
index e1a86c6..a43086a 100644
--- a/kde-apps/konsole/konsole-4.14.3.ebuild
+++ b/kde-apps/konsole/konsole-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ inherit kde4-base
 DESCRIPTION="X terminal for use with KDE"
 HOMEPAGE="https://www.kde.org/applications/system/konsole 
https://konsole.kde.org;
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug minimal"
+IUSE="debug"
 
 COMMONDEPEND="
!aqua? (
@@ -36,12 +36,3 @@ RDEPEND="${COMMONDEPEND}"
 
 # can't connect to a kded instance, fails to connect to dbus
 RESTRICT="test"
-
-src_install() {
-   kde4-base_src_install
-
-   if use minimal; then
-   rm "${D}/usr/bin/konsole" || die
-   rm "${D}/usr/bin/konsoleprofile" || die
-   fi
-}



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

2016-01-18 Thread Andreas Schuerch
commit: eccc8ee695ac470be84569a2a3e04ec9ef24b7fd
Author: Andreas Schuerch  gentoo  org>
AuthorDate: Mon Jan 18 18:34:59 2016 +
Commit: Andreas Schuerch  gentoo  org>
CommitDate: Mon Jan 18 18:36:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccc8ee6

net-print/cups-filters: 1.5.0 stable on x86, see bug 567286

Package-Manager: portage-2.2.26

 net-print/cups-filters/cups-filters-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/cups-filters/cups-filters-1.5.0.ebuild 
b/net-print/cups-filters/cups-filters-1.5.0.ebuild
index 155d0f2..15dc57b 100644
--- a/net-print/cups-filters/cups-filters-1.5.0.ebuild
+++ b/net-print/cups-filters/cups-filters-1.5.0.ebuild
@@ -11,10 +11,10 @@ inherit base eutils perl-module autotools systemd
 if [[ "${PV}" == "" ]] ; then
inherit bzr
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
-   KEYWORDS="alpha arm hppa ppc ppc64"
+   KEYWORDS="alpha arm hppa ppc ppc64 x86"
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc ~x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups PDF filters"
 
HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat;



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

2016-01-18 Thread Jauhien Piatlicki
commit: 8290538a2cb2cb7905387bdabdbe4c4daea7e646
Author: Jauhien Piatlicki  gentoo  org>
AuthorDate: Sun Jan 17 16:14:13 2016 +
Commit: Jauhien Piatlicki  gentoo  org>
CommitDate: Mon Jan 18 18:44:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8290538a

dev-python/pymongo: version bump

Package-Manager: portage-2.2.26

 dev-python/pymongo/Manifest   |   1 +
 dev-python/pymongo/pymongo-3.2.ebuild | 121 ++
 2 files changed, 122 insertions(+)

diff --git a/dev-python/pymongo/Manifest b/dev-python/pymongo/Manifest
index 92d8eca..bc875d3 100644
--- a/dev-python/pymongo/Manifest
+++ b/dev-python/pymongo/Manifest
@@ -4,3 +4,4 @@ DIST pymongo-2.8.1.tar.gz 399521 SHA256 
300ea5762d059c07d1bb2578f35bd0e55bc31753
 DIST pymongo-2.9.tar.gz 430741 SHA256 
90e994cfe5928841960dabdca709e75ab4d0f44b288fd59742113982d96290c4 SHA512 
c12701797643b41503829b6c7e573cfff7d8c63c56d9eb195f1a67dc3204cd7ed2a28ee2bd2ce34d0c68bade3f44c8bd5c069b15082bf3388c3a401a35424b1e
 WHIRLPOOL 
699a7f658734837f40fe4190251f8e8bb69dba80bbc6dba60207bb18d5dfb43ec5d1c6aca8810b45e7914705305416d0f76face88fd0c43aa20c6d0765eff01c
 DIST pymongo-3.0.3.tar.gz 419692 SHA256 
3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf SHA512 
7a20fdcae5b3f852bded19c95b36ef6a8141bce0179440a2c5966cbb9f18f3985b7b6b4584c5253c34d0f846d809d72ec0ae076c88472a3de6f090466e9132b4
 WHIRLPOOL 
ae610909b610c7d116dd3aa7c04ab9ce357b25208b07c025924c53bb36183a6d344ecff214def6a01b929dc50d698464c8dd33b6eafd2d88dd8534858a38
 DIST pymongo-3.1.tar.gz 462030 SHA256 
fe7033007100f825a67640e77abdafee28713f255da88fcfc8d6abad0bb34285 SHA512 
886cfbffd4514741e92ad1c79e97ee443d5c9874c823b64c3c2f2566e3005d588d7dd4ae813c320c94f3e6e12b1dd8c7ad56f0e6d2ee419f0d66f4c38321c9ab
 WHIRLPOOL 
ec39a42738b751875b92ca8501ccc1711f8e474efef8cf2817525dc47e420e03b7a581d9e35e4f94f529e07a7d81499f7d6e9402c085d9e47861c8a691d1e37e
+DIST pymongo-3.2.tar.gz 473631 SHA256 
f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979 SHA512 
e0962729bada4ee03cafebac4cd8a0da8abd2e1ef75672897b974e6752acbee247007c8bc5344a28b04b09bcd87c1cbef82e5e71e1b4fdd9074fc3bf56000d2c
 WHIRLPOOL 
b4e4ce729c0033071cb99436fd4d380e4818e4bd056c73aa1f2d8e6151ba03152db7426eeb7e9e8af94d6d7e7de63889201e0240cab3ec9b52e0690b3d1eea7c

diff --git a/dev-python/pymongo/pymongo-3.2.ebuild 
b/dev-python/pymongo/pymongo-3.2.ebuild
new file mode 100644
index 000..8fbd7cd
--- /dev/null
+++ b/dev-python/pymongo/pymongo-3.2.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit check-reqs distutils-r1
+
+DESCRIPTION="Python driver for MongoDB"
+HOMEPAGE="https://github.com/mongodb/mongo-python-driver 
https://pypi.python.org/pypi/pymongo;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~x86"
+IUSE="doc kerberos test"
+
+RDEPEND="
+   kerberos? ( dev-python/pykerberos[${PYTHON_USEDEP}] )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-db/mongodb-2.6.0
+   )
+"
+DISTUTILS_IN_SOURCE_BUILD=1
+
+reqcheck() {
+   if use test; then
+   # During the tests, database size reaches 1.5G.
+   local CHECKREQS_DISK_BUILD=1536M
+
+   check-reqs_${1}
+   fi
+}
+
+pkg_pretend() {
+   reqcheck pkg_pretend
+}
+
+pkg_setup() {
+   reqcheck pkg_setup
+}
+
+python_compile_all() {
+   if use doc; then
+   mkdir html || die
+   sphinx-build doc html || die
+   fi
+}
+
+python_test() {
+   # Yes, we need TCP/IP for that...
+   local DB_IP=127.0.0.1
+   local DB_PORT=27000
+
+   export DB_IP DB_PORT
+
+   local dbpath=${TMPDIR}/mongo.db
+   local logpath=${TMPDIR}/mongod.log
+
+   # Now, the hard part: we need to find a free port for mongod.
+   # We're just trying to run it random port numbers and check the log
+   # for bind errors. It shall be noted that 'mongod --fork' does not
+   # return failure when it fails to bind.
+
+   mkdir -p "${dbpath}" || die
+   while true; do
+   ebegin "Trying to start mongod on port ${DB_PORT}"
+
+   LC_ALL=C \
+   mongod --dbpath "${dbpath}" --smallfiles --nojournal \
+   --bind_ip ${DB_IP} --port ${DB_PORT} \
+   --unixSocketPrefix "${TMPDIR}" \
+   --logpath "${logpath}" --fork \
+   && sleep 2
+
+   # Now we need to check if the server actually started...
+   if [[ ${?} -eq 0 && -S "${TMPDIR}"/mongodb-${DB_PORT}.sock ]]; 
then
+   # yay!
+   eend 

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

2016-01-18 Thread Brian Dolbec
commit: d2b36c40342cae68983c14a464f9b1202a25ea1b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Jan 18 18:38:38 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 18:38:38 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d2b36c40

Updates for the release

 NEWS  |  6 ++
 RELEASE-NOTES | 25 +
 setup.py  |  2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index dd04a44..48dd7f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 News (mainly features/major bug fixes)
 
+
+portage-2.2.26
+--
+* EAPI 6 stable portage release
+
+
 portage-2.2.25
 --
 * EAPI 6 final fully implemented.

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6a81495..6e3e591 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,30 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.2.27
+==
+* Bug Fixes:
+- Bug 532224 Fixes commit 28828655da86 @profile pkg set support
+- Bug 566024 Fix logic when deep is True
+- Bug 567932 SyncManager.sync: always return 4-tuple
+- Bug 561686 _dep_check_composite_db._visible: verify that highest_visible
+ matches
+- Bug 567920 Manifest._apply_max_mtime: account for removals and renames
+- Bug 567746 repoman: use metadata.dtd from rsync tree if available
+- Bug 568354 depgraph._resolve: consider unresolved @system atoms fatal
+- Bug 567360 doebuild: Support finding lib* for ccache/distcc/icecc
+ masquerade dir
+- Bug 568054 repoman: Do not check for PATCHES array in EAPI 6 and later.
+- Bug 568934 flat_hash: enable md5 validation for /var/cache/edb/dep
+- Bug 569942 elog/mod_save: fix CATEGORY KeyError
+- Bug 486362 repoman: add clutter to inherit.deprecated
+- Bug 562652 emaint/.../merges: Rename --purge-tracker option
+- Bug 570530 INSTALL_MASK: enable matching of broken symlinks
+- Bug 570672 emerge: Add --autounmask-only parameter
+- Bug 570798 support bsddb3 module
+
+
+
 portage-2.2.26
 ==
 * Bug Fixes:
@@ -13,6 +37,7 @@ portage-2.2.26
 - Bug 566704 depgraph: autounmask for conditional USE deps
 * other EAPI 6 code changes: eapply_user, several corrections
 
+
 portage-2.2.25
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 3c0ce0c..62c2662 100755
--- a/setup.py
+++ b/setup.py
@@ -615,7 +615,7 @@ def get_manpages():
 
 setup(
name = 'portage',
-   version = '2.2.26',
+   version = '2.2.27',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2016-01-18 Thread Alexis Ballier
commit: 8f629c13e48dae9909baf601ad224d9adf8276ea
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan 18 10:58:13 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan 18 11:00:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f629c13

dev-python/meteor-ejson: initial import; ebuild by me

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/meteor-ejson/Manifest  |  1 +
 dev-python/meteor-ejson/metadata.xml  | 13 
 dev-python/meteor-ejson/meteor-ejson-1.1.0.ebuild | 26 +++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/meteor-ejson/Manifest b/dev-python/meteor-ejson/Manifest
new file mode 100644
index 000..5c3619a
--- /dev/null
+++ b/dev-python/meteor-ejson/Manifest
@@ -0,0 +1 @@
+DIST meteor-ejson-1.1.0.tar.gz 2292 SHA256 
17c10d00ae4ed4ab8daf3b1e18f1bbe46803058cb6ff81d9d5a73ae6b565224a SHA512 
eb211d262f0006f3229296b71320f68b59d8a7e618e65baa8e613f874a0e6ac9cfe45e30fc73ba57c42129204c5f27a32c4b8b579527fcefd601fa1dc2844da3
 WHIRLPOOL 
7338c6587ed7f43383fb53ee0d63020a545138e51fd47b4eaaa44ac4ceb771628cad0480060a1cee4833e06814a0e2acefd88bf5fe28f288d7ab32eca5ea2017

diff --git a/dev-python/meteor-ejson/metadata.xml 
b/dev-python/meteor-ejson/metadata.xml
new file mode 100644
index 000..cdc8aea
--- /dev/null
+++ b/dev-python/meteor-ejson/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+  
+aball...@gentoo.org
+Alexis Ballier
+Python team can take the package if they wish.
+  
+  
+meteor-ejson
+  
+

diff --git a/dev-python/meteor-ejson/meteor-ejson-1.1.0.ebuild 
b/dev-python/meteor-ejson/meteor-ejson-1.1.0.ebuild
new file mode 100644
index 000..fbe66fb
--- /dev/null
+++ b/dev-python/meteor-ejson/meteor-ejson-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Encoder and Decoder for Extended JSON (EJSON) as used in Meteor 
and DDP"
+HOMEPAGE="https://pypi.python.org/pypi/meteor-ejson 
https://github.com/lyschoening/meteor-ejson-python;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   nosetests || die
+}



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

2016-01-18 Thread Alexis Ballier
commit: 1632d5b06535a12223116ae0661259b80b8fc779
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan 18 10:59:53 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan 18 11:00:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1632d5b0

dev-python/python-meteor: initial import; ebuild by me

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/python-meteor/Manifest  |  1 +
 dev-python/python-meteor/metadata.xml  | 13 
 .../python-meteor/python-meteor-0.1.6.ebuild   | 23 ++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/python-meteor/Manifest 
b/dev-python/python-meteor/Manifest
new file mode 100644
index 000..96bfb6f
--- /dev/null
+++ b/dev-python/python-meteor/Manifest
@@ -0,0 +1 @@
+DIST python-meteor-0.1.6.tar.gz 7656 SHA256 
014bd2fd61e73e8f67892a0114fbcb3185db3bc74f70990379aedb5b359a8667 SHA512 
c654113714e7a4311d66d7390a996cce126bed2270e15f22791ddb8cec1afd5af321f24c8a83d8dc491c0959b8410fa91d43e2025534390486283f2da78a2233
 WHIRLPOOL 
ab22fe7e64948b2c14aba8c67b36d1426b2183fb87a2c945521c81917f7d231a099101e1ff09a4d2a0e98565ad02947adebabf242ab11137e8a79f0bed2357ac

diff --git a/dev-python/python-meteor/metadata.xml 
b/dev-python/python-meteor/metadata.xml
new file mode 100644
index 000..f2576bf
--- /dev/null
+++ b/dev-python/python-meteor/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+  
+aball...@gentoo.org
+Alexis Ballier
+Python team can take the package if they wish.
+  
+  
+python-meteor
+  
+

diff --git a/dev-python/python-meteor/python-meteor-0.1.6.ebuild 
b/dev-python/python-meteor/python-meteor-0.1.6.ebuild
new file mode 100644
index 000..9c7cfa8
--- /dev/null
+++ b/dev-python/python-meteor/python-meteor-0.1.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="An event driven meteor client"
+HOMEPAGE="https://pypi.python.org/pypi/python-meteor 
https://github.com/hharnisc/python-meteor;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/python-ddp[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-01-18 Thread Michael Palimaka
commit: b680172d19c1057d783bc1b22ac8c5226d5fc915
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 11:12:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 11:13:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b680172d

app-admin/keepass: avoid dying when building with =dev-lang/mono-4" && \
-   sed -i -e 's! ToolsVersion="3.5"!!g' 
Translation/TrlUtil/TrlUtil.csproj || die && \
+   if has_version ">=dev-lang/mono-4" ; then
+   sed -i -e 's! ToolsVersion="3.5"!!g' 
Translation/TrlUtil/TrlUtil.csproj || die
sed -i -e 's/Format Version 10.00/Format Version 11.00/' 
KeePass.sln || die
+   fi
 }
 
 src_compile() {



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

2016-01-18 Thread Joshua Kinard
commit: b33e42d5f062a3eb1127f66107ddf1e605f8c9b8
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 18 12:21:18 2016 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 18 12:21:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33e42d5

net-dialup/xc: take over maintainership

Package-Manager: portage-2.2.26

 net-dialup/xc/metadata.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-dialup/xc/metadata.xml b/net-dialup/xc/metadata.xml
index 946425b..f745bd6 100644
--- a/net-dialup/xc/metadata.xml
+++ b/net-dialup/xc/metadata.xml
@@ -1,6 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   net-dialup
-
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
 



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

2016-01-18 Thread Joshua Kinard
commit: 0502bb60e03559cf350da7381bf92ae0178f9a3b
Author: Joshua Kinard  gentoo  org>
AuthorDate: Mon Jan 18 12:23:53 2016 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Mon Jan 18 12:23:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0502bb60

net-fs/ncpfs: take over maintainership

Package-Manager: portage-2.2.26

 net-fs/ncpfs/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-fs/ncpfs/metadata.xml b/net-fs/ncpfs/metadata.xml
index 55227da..7149c89 100644
--- a/net-fs/ncpfs/metadata.xml
+++ b/net-fs/ncpfs/metadata.xml
@@ -1,6 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-net-fs
+   
+   ku...@gentoo.org
+   Joshua Kinard
+   
Provides Access to Netware services using the NCP 
protocol (Kernel support must be activated!)
 



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

2016-01-18 Thread Alexis Ballier
commit: e0e146e3ef813156203c36626295049557fdf4fc
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan 18 10:57:38 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan 18 11:00:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e146e3

dev-python/pyee: initial import; ebuild by me

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/pyee/Manifest  |  1 +
 dev-python/pyee/metadata.xml  | 13 +
 dev-python/pyee/pyee-1.0.1.ebuild | 26 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/pyee/Manifest b/dev-python/pyee/Manifest
new file mode 100644
index 000..cf3ef95
--- /dev/null
+++ b/dev-python/pyee/Manifest
@@ -0,0 +1 @@
+DIST pyee-1.0.1.tar.gz 4056 SHA256 
445c9cd811a533dd5649a02960eef142cbbf8f6fa10e5d31ebc4f8c78f68 SHA512 
3072bd60f1ba596a1e65796cab652eab2f84f58e77741329f5c92bab926c3a01ca169eb1c8aea9fcff4d1a547643d709aec0ad13e182832ac52e9c22c91abdc6
 WHIRLPOOL 
bfd350052e5a31099ca252354ba32f99f90403d2c86de79b590c1ba2ad94f1e5d6cfe0080b4648ef48e96745653d07c6872a8b30b19180b8acf18108c963f912

diff --git a/dev-python/pyee/metadata.xml b/dev-python/pyee/metadata.xml
new file mode 100644
index 000..0019e45
--- /dev/null
+++ b/dev-python/pyee/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+  
+aball...@gentoo.org
+Alexis Ballier
+Python team can take the package if they wish.
+  
+  
+pyee
+  
+

diff --git a/dev-python/pyee/pyee-1.0.1.ebuild 
b/dev-python/pyee/pyee-1.0.1.ebuild
new file mode 100644
index 000..cd07ea5
--- /dev/null
+++ b/dev-python/pyee/pyee-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A port of node.js's EventEmitter to python"
+HOMEPAGE="https://pypi.python.org/pypi/pyee https://github.com/jfhbrook/pyee;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   nosetests -v || die
+}



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

2016-01-18 Thread Alexis Ballier
commit: b8e8108ae07f7cd0a96bba0f8f4d275f61bf276d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan 18 10:59:17 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan 18 11:00:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e8108a

dev-python/python-ddp: initial import; ebuild by me

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-python/python-ddp/Manifest|  1 +
 dev-python/python-ddp/metadata.xml| 13 +
 dev-python/python-ddp/python-ddp-0.1.5.ebuild | 25 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/python-ddp/Manifest b/dev-python/python-ddp/Manifest
new file mode 100644
index 000..13def8a
--- /dev/null
+++ b/dev-python/python-ddp/Manifest
@@ -0,0 +1 @@
+DIST python-ddp-0.1.5.tar.gz 6032 SHA256 
1420f23e89c4ac378ba2f4b311ddcd032e0f0af4f79f8b0829cfad972d2e588f SHA512 
25200624a4a2145d3189646c00ba023f1e55010ca1756eb36505f85b6faa24da8a505f2784b8c445232ed471d5d402b4c0f487b3c9460c948295cda74faa7fbb
 WHIRLPOOL 
a3c4f3a1570fd4e9c4e30efd11954d6d927bf22beaa47adb4772b43e4bf8f88e42079a263b3ce72647628308bf52e19681cb390041a14cfb9529f74a2cef679c

diff --git a/dev-python/python-ddp/metadata.xml 
b/dev-python/python-ddp/metadata.xml
new file mode 100644
index 000..fdf8040
--- /dev/null
+++ b/dev-python/python-ddp/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  python
+  
+aball...@gentoo.org
+Alexis Ballier
+Python team can take the package if they wish.
+  
+  
+python-ddp
+  
+

diff --git a/dev-python/python-ddp/python-ddp-0.1.5.ebuild 
b/dev-python/python-ddp/python-ddp-0.1.5.ebuild
new file mode 100644
index 000..8a9c1fa
--- /dev/null
+++ b/dev-python/python-ddp/python-ddp-0.1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="An event driven ddp client"
+HOMEPAGE="https://pypi.python.org/pypi/python-ddp 
https://github.com/hharnisc/python-ddp;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/pyee[${PYTHON_USEDEP}]
+   dev-python/ws4py[${PYTHON_USEDEP}]
+   dev-python/meteor-ejson[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2016-01-18 Thread Mike Frysinger
commit: 6551b39ccd696810af2d73bf9e5c74570b41cf0f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 12:03:56 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 12:04:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6551b39c

package.mask: mask out old e17 libs #571796

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

diff --git a/profiles/package.mask b/profiles/package.mask
index da647f4..837847b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,25 @@
 
 #--- END OF EXAMPLES ---
 
+# Mike Frysinger  (18 Jan 2016)
+# Force people to migrate to the new combined libraries:
+# media-libs/elementary & dev-libs/efl. #571796
+app-benchmarks/expedite
+dev-libs/ecore
+dev-libs/edbus
+dev-libs/eet
+dev-libs/eeze
+dev-libs/efreet
+dev-libs/eina
+dev-libs/eio
+dev-libs/embryo
+dev-libs/eobj
+dev-libs/ephysics
+media-libs/edje
+media-libs/emotion
+media-libs/ethumb
+media-libs/evas
+
 # Sergei Trofimovich  (19 Jan 2016)
 # Mask broken package. Exposes badly designed API
 # that can't be transparently used in ghc-7.8 and



[gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/

2016-01-18 Thread Priit Laes
commit: 19340909e2d953706f80a08b45578f1ccf99c050
Author: Priit Laes  plaes  org>
AuthorDate: Mon Jan 18 13:32:43 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Mon Jan 18 13:32:43 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=19340909

gnome-extra/evolution-data-server: 3.19.3 -> 3.19.4

 ...on-data-server-3.19.3.ebuild => evolution-data-server-3.19.4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
index 5eec689..6de57c1 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/54" # subslot = libcamel-1.2 soname + optional revision if needed
+SLOT="0/55" # subslot = libcamel-1.2 soname + optional revision if needed
 IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection 
ipv6 ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2016-01-18 Thread Priit Laes
commit: 2951067494168e91af6cf5dc5410787b75d28a39
Author: Priit Laes  plaes  org>
AuthorDate: Mon Jan 18 13:33:53 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Mon Jan 18 13:33:53 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=29510674

mail-client/evolution: 3.19.3 -> 3.19.4

 .../evolution/{evolution-3.19.3.ebuild => evolution-3.19.4.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.19.3.ebuild 
b/mail-client/evolution/evolution-3.19.4.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.19.3.ebuild
rename to mail-client/evolution/evolution-3.19.4.ebuild



[gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/

2016-01-18 Thread Justin Lecher
commit: 40538baa57871ca325a0f077ba4d110cc3060491
Author: Horea Christian  mail  ru>
AuthorDate: Mon Jan 18 12:33:06 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 12:33:06 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=40538baa

sci-biology/psychopy: version bump

Package-Manager: portage-2.2.26

 sci-biology/psychopy/psychopy-1.83.03.ebuild | 47 
 1 file changed, 47 insertions(+)

diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild 
b/sci-biology/psychopy/psychopy-1.83.03.ebuild
new file mode 100644
index 000..b773ea5
--- /dev/null
+++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2-utils distutils-r1 git-r3
+
+DESCRIPTION="Python experimental psychology toolkit"
+HOMEPAGE="http://www.psychopy.org/;
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/psychopy/psychopy.git;
+EGIT_COMMIT="1.83.03x"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+RDEPEND="${DEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[lapack,${PYTHON_USEDEP}]
+   dev-python/pygame[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-python/wxpython:*[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+
+python_install_all() {
+   distutils-r1_python_install_all
+   newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg
+   make_desktop_entry psychopyApp.py PsychoPy psychopy
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/

2016-01-18 Thread Justin Lecher
commit: 94fc331bfd31b4bc315cbefbc65e9baffecd98d5
Author: Horea Christian  mail  ru>
AuthorDate: Mon Jan 18 12:59:15 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 12:59:15 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=94fc331b

sci-biology/psychopy: fixed copyright

Package-Manager: portage-2.2.26

 sci-biology/psychopy/psychopy-1.83.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild 
b/sci-biology/psychopy/psychopy-1.83.03.ebuild
index 072728f..d89a377 100644
--- a/sci-biology/psychopy/psychopy-1.83.03.ebuild
+++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-01-18 Thread Matt Thode
commit: bee9ab8c82f372244390476298c9ae83a58651d9
Author: Louis Sautier  gmail  com>
AuthorDate: Mon Jan 18 16:43:08 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jan 18 16:49:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee9ab8c

net-analyzer/icinga2: add support for console line-editing

Package-Manager: portage-2.2.26
Signed-off-by: Matthew Thode  gentoo.org>

 net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild | 158 +++
 net-analyzer/icinga2/metadata.xml|   1 +
 2 files changed, 159 insertions(+)

diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
new file mode 100644
index 000..6c6709a
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils depend.apache eutils systemd toolchain-funcs user
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="http://icinga.org/icinga2;
+SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+mysql postgres classicui console lto minimal nano-syntax +plugins 
studio +vim-syntax"
+
+DEPEND="
+   dev-libs/openssl:0
+   >=dev-libs/boost-1.41
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35
+   console? ( dev-libs/libedit )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )"
+
+RDEPEND="
+   ${DEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   classicui? ( net-analyzer/icinga[web] )
+   studio? ( x11-libs/wxGTK:2.9 )"
+
+REQUIRED_USE="!minimal? ( || ( mysql postgres ) )"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   enewgroup icinga
+   enewgroup icingacmd
+   enewgroup nagios  # for plugins
+   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
+}
+
+src_configure() {
+   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=FALSE
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DICINGA2_SYSCONFIGFILE=/etc/conf.d/icinga2
+   -DICINGA2_USER=icinga
+   -DICINGA2_GROUP=icingacmd
+   -DICINGA2_COMMAND_USER=icinga
+   -DICINGA2_COMMAND_GROUP=icingacmd
+   -DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=yes
+   )
+   # default to off if minimal, allow the flags to be set otherwise
+   if use minimal; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_MYSQL=OFF
+   -DICINGA2_WITH_PGSQL=OFF
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_PGSQL=$(usex postgres ON OFF)
+   -DICINGA2_WITH_MYSQL=$(usex mysql ON OFF)
+   )
+   fi
+   # LTO
+   if use lto; then
+   mycmakeargs+=(
+   -DICINGA2_LTO_BUILD=ON
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_LTO_BUILD=OFF
+   )
+   fi
+   # STUDIO
+   if use studio; then
+   mycmakeargs+=(
+   -DICINGA2_WITH_STUDIO=ON
+   )
+   else
+   mycmakeargs+=(
+   -DICINGA2_WITH_STUDIO=OFF
+   )
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   BUILDDIR="${WORKDIR}"/icinga2-${PV}_build
+   cd "${BUILDDIR}" || die
+
+   emake DESTDIR="${D}" install
+
+   einstalldocs
+
+   newinitd "${FILESDIR}"/icinga2.initd icinga2
+   newconfd "${FILESDIR}"/icinga2.confd icinga2
+
+   if use mysql ; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/mysql.sql mysql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_mysql/schema/upgrade/*
+   elif use postgres ; then
+   docinto schema
+   newdoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/pgsql.sql pgsql.sql
+   docinto schema/upgrade
+   dodoc 
"${WORKDIR}"/icinga2-${PV}/lib/db_ido_pgsql/schema/upgrade/*
+   fi
+
+   keepdir /etc/icinga2
+   keepdir /var/lib/icinga2/api/zones
+   keepdir /var/lib/icinga2/api/repository
+   keepdir /var/lib/icinga2/api/log
+   keepdir /var/spool/icinga2/perfdata
+
+   rm -r "${D}/var/run" || die "failed to remove /var/run"
+   rm -r 

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

2016-01-18 Thread Matt Thode
commit: 59404d4324245bfbd130381a49e65988bb84e789
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan 18 17:02:10 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jan 18 17:03:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59404d43

net-analyzer/icinga2: moving flex/bison to depend only

Package-Manager: portage-2.2.26

 net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild 
b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
index 6c6709a..0cc2bd1 100644
--- a/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild
@@ -14,17 +14,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+mysql postgres classicui console lto minimal nano-syntax +plugins 
studio +vim-syntax"
 
-DEPEND="
+CDEPEND="
dev-libs/openssl:0
>=dev-libs/boost-1.41
-   sys-devel/bison
-   >=sys-devel/flex-2.5.35
console? ( dev-libs/libedit )
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql:= )"
 
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35"
+
 RDEPEND="
-   ${DEPEND}
+   ${CDEPEND}
plugins? ( || (
net-analyzer/monitoring-plugins
net-analyzer/nagios-plugins



[gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/

2016-01-18 Thread Justin Lecher
commit: c5876d86bc21ebd16142a014713ff8aad1e87465
Author: Horea Christian  mail  ru>
AuthorDate: Mon Jan 18 13:24:00 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 13:24:00 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5876d86

sci-biology/psychopy: removed setuptools from runtime deps

Package-Manager: portage-2.2.26

 sci-biology/psychopy/psychopy-1.83.03.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild 
b/sci-biology/psychopy/psychopy-1.83.03.ebuild
index d89a377..03da25c 100644
--- a/sci-biology/psychopy/psychopy-1.83.03.ebuild
+++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild
@@ -21,8 +21,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}
-   dev-python/pillow[${PYTHON_USEDEP}]
+RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[lapack,${PYTHON_USEDEP}]



[gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/

2016-01-18 Thread Justin Lecher
commit: b5774c6f665f848a3a2a78366c384b24532782fb
Author: Horea Christian  mail  ru>
AuthorDate: Mon Jan 18 12:57:50 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 12:57:50 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5774c6f

sci-biology/psychopy: corrected tag name, added keywords

Package-Manager: portage-2.2.26

 sci-biology/psychopy/psychopy-1.83.03.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild 
b/sci-biology/psychopy/psychopy-1.83.03.ebuild
index b773ea5..072728f 100644
--- a/sci-biology/psychopy/psychopy-1.83.03.ebuild
+++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild
@@ -12,11 +12,11 @@ DESCRIPTION="Python experimental psychology toolkit"
 HOMEPAGE="http://www.psychopy.org/;
 SRC_URI=""
 EGIT_REPO_URI="https://github.com/psychopy/psychopy.git;
-EGIT_COMMIT="1.83.03x"
+EGIT_COMMIT="1.83.03"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]



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

2016-01-18 Thread Wolfram Schlich
commit: 28728080202ad90a20b0d2001c4047841a6138cb
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Mon Jan 18 11:19:37 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Mon Jan 18 15:59:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28728080

added teamviewer-11.0.53191

Package-Manager: portage-2.2.26

 net-misc/teamviewer/Manifest |   1 +
 net-misc/teamviewer/teamviewer-11.0.53191.ebuild | 130 +++
 2 files changed, 131 insertions(+)

diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
index d77a6dd..89153cf 100644
--- a/net-misc/teamviewer/Manifest
+++ b/net-misc/teamviewer/Manifest
@@ -1,2 +1,3 @@
 DIST teamviewer-9.0.32150.deb 22898922 SHA256 
66d9a69f7e1523a2e1b41ff2e55adac01b2dae9b8bdfabf9db6080fc21d24451 SHA512 
3e72ed5cab7a754a0aa75e533da92292ad004f66c55ac4c386b6f4a65cc41b14a8d9d7a5410dccdb90c1172cd33e52383289339ab44f0847a061655498ab8e4d
 WHIRLPOOL 
fa48ff99a5df29072b1073f35e3f27aeba87b2b846813dca612212344a5b8e35f7f1e221e1fb4f7a12464fce4a185b8dad6dd8f48432e4c48ecd61d9cc6b7960
 DIST teamviewer_10.0.41499_i386.deb 41166700 SHA256 
0694c756b8cb5f2b09c8d6db960ced3e899d4ce43060e77ef4f1c36254dc31c4 SHA512 
afdfafb89398b29206414537c69a798574807c0f350d7ec819579167e0ffbb33c2c3754fdc17a79576b3ff7bcb729c78bda47a5387c1dc178cf85107dae71d9f
 WHIRLPOOL 
a0d1595f4133e6e875e49ed6db6777e732c79f7a283d1bcddfd489557eb3bebbbc9c41362cf3576e97513ce8345665645fa5e54ada12275e29bd8d3349752713
+DIST teamviewer_11.0.53191_i386.deb 53086174 SHA256 
e37f4fa053648366a73ac7af684cee8567f3d5ef580ac5f63cbc7a68da6124fb SHA512 
4c426267451bab91e75b914ed825a1f8ac5fff8a82496c411aca14fc91a6b2569c9922d0b6e92bd15f8a46c9238176c2322dafcd0a73bf2605923cc423eb0003
 WHIRLPOOL 
18b068f69694328ddec0ff5fbffb38befb44884c1919d1b6667f2b164c5023f6273a04627b1c6a95ea4ee1b06e903a666751f41e922d121fde38a44cb3efa2c4

diff --git a/net-misc/teamviewer/teamviewer-11.0.53191.ebuild 
b/net-misc/teamviewer/teamviewer-11.0.53191.ebuild
new file mode 100644
index 000..8ad6896
--- /dev/null
+++ b/net-misc/teamviewer/teamviewer-11.0.53191.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils gnome2-utils systemd unpacker
+
+# Major version
+MV=${PV/\.*}
+MY_PN=${PN}${MV}
+DESCRIPTION="All-In-One Solution for Remote Access and Support over the 
Internet"
+HOMEPAGE="https://www.teamviewer.com;
+SRC_URI="https://download.teamviewer.com/download/version_${MV}x/${PN}_${PV}_i386.deb;
+
+IUSE="+system-wine"
+
+LICENSE="TeamViewer LGPL-2.1" #LGPL for bundled wine
+SLOT=${MV}
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   system-wine? ( app-emulation/wine[abi_x86_32(-)] )
+   dev-qt/qtcore:4[abi_x86_32(-)]
+   dev-qt/qtgui:4[abi_x86_32(-)]
+   dev-qt/qtwebkit:4[abi_x86_32(-)]
+   media-libs/alsa-lib[abi_x86_32(-)]
+   x11-libs/libICE[abi_x86_32(-)]
+   x11-libs/libSM[abi_x86_32(-)]
+   x11-libs/libX11[abi_x86_32(-)]
+   x11-libs/libXau[abi_x86_32(-)]
+   x11-libs/libXdamage[abi_x86_32(-)]
+   x11-libs/libXdmcp[abi_x86_32(-)]
+   x11-libs/libXext[abi_x86_32(-)]
+   x11-libs/libXfixes[abi_x86_32(-)]
+   x11-libs/libXrandr[abi_x86_32(-)]
+   x11-libs/libXtst[abi_x86_32(-)]"
+
+QA_PREBUILT="opt/teamviewer${MV}/*"
+
+S=${WORKDIR}/opt/teamviewer/tv_bin
+
+src_prepare() {
+   #epatch "${FILESDIR}/${P}-gentoo.patch"
+   sed \
+   -e "s/@TVV@/${MV}/g" \
+   "${FILESDIR}"/${PN}d.init > "${T}"/init || die
+   sed \
+   -e "s:/opt/teamviewer:/opt/teamviewer${MV}:g" \
+   "script//${PN}d.service" > "${T}/${PN}d.service" || die
+   sed \
+   -e "s/@TVV@/${PV}/g" \
+   -e "s/@TVMV@/${MV}/g" \
+   "${FILESDIR}"/${PN}.sh > "${T}"/sh || die
+   if ! use system-wine; then
+   sed -i "s/native=true/native=false/g" "${T}/sh" || die
+   fi
+}
+
+src_install () {
+   local destdir="/opt/${MY_PN}"
+
+   # install wine prefix skeleton and reg keys
+   insinto "${destdir}/wine/drive_c/"
+   doins -r wine/drive_c/TeamViewer/
+   # install bundled wine if necessary
+   if ! use system-wine; then
+   insinto "${destdir}/tv_bin/wine"
+   doins -r wine/{lib,share}
+   exeinto "${destdir}/tv_bin/wine/bin"
+   doexe wine/bin/{wine,wine-preloader,wineserver}
+   fi
+   # fix permissions
+   fperms 755 ${destdir}/wine/drive_c/TeamViewer/TeamViewer.exe
+
+   # install wine wrapper
+   exeinto "/opt/bin"
+   newexe "${T}/sh" "${MY_PN}"
+
+   # install teamviewer linux binaries
+   exeinto "${destdir}/tv_bin"
+   doexe TeamViewer_Desktop TVGuiDelegate TVGuiSlave.32
+   use amd64 && doexe TVGuiSlave.64
+
+   # install daemon binary and scripts
+   exeinto 

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

2016-01-18 Thread Patrice Clement
plasma/libkscreen/libkscreen-5.5.1.ebuild  |  26 --
 kde-plasma/libksysguard/Manifest   |   2 -
 kde-plasma/libksysguard/libksysguard-5.5.0.ebuild  |  54 -
 kde-plasma/libksysguard/libksysguard-5.5.1.ebuild  |  54 -
 kde-plasma/milou/Manifest  |   2 -
 kde-plasma/milou/milou-5.5.0.ebuild|  30 ---
 kde-plasma/milou/milou-5.5.1.ebuild|  30 ---
 kde-plasma/oxygen/Manifest |   2 -
 kde-plasma/oxygen/oxygen-5.5.0.ebuild  |  36 ---
 kde-plasma/oxygen/oxygen-5.5.1.ebuild  |  36 ---
 kde-plasma/plasma-desktop/Manifest |   2 -
 .../plasma-desktop/plasma-desktop-5.5.0-r1.ebuild  | 140 ---
 .../plasma-desktop/plasma-desktop-5.5.1.ebuild | 138 ---
 kde-plasma/plasma-mediacenter/Manifest |   2 -
 .../plasma-mediacenter-5.5.0.ebuild|  48 
 .../plasma-mediacenter-5.5.1.ebuild|  48 
 kde-plasma/plasma-meta/plasma-meta-5.5.0.ebuild|  63 -
 kde-plasma/plasma-meta/plasma-meta-5.5.1.ebuild|  63 -
 kde-plasma/plasma-nm/Manifest  |   2 -
 kde-plasma/plasma-nm/plasma-nm-5.5.0.ebuild|  66 -
 kde-plasma/plasma-nm/plasma-nm-5.5.1.ebuild|  66 -
 kde-plasma/plasma-pa/Manifest  |   2 -
 kde-plasma/plasma-pa/plasma-pa-5.5.0.ebuild|  27 ---
 kde-plasma/plasma-pa/plasma-pa-5.5.1.ebuild|  27 ---
 kde-plasma/plasma-sdk/Manifest |   2 -
 kde-plasma/plasma-sdk/plasma-sdk-5.5.0.ebuild  |  40 
 kde-plasma/plasma-sdk/plasma-sdk-5.5.1.ebuild  |  40 
 kde-plasma/plasma-workspace-wallpapers/Manifest|   2 -
 .../plasma-workspace-wallpapers-5.5.0-r1.ebuild|  16 --
 .../plasma-workspace-wallpapers-5.5.1-r1.ebuild|  16 --
 kde-plasma/plasma-workspace/Manifest   |   3 -
 .../plasma-workspace/plasma-workspace-5.5.0.ebuild | 171 -
 .../plasma-workspace-5.5.1.1.ebuild| 173 --
 .../plasma-workspace/plasma-workspace-5.5.1.ebuild | 171 -
 kde-plasma/polkit-kde-agent/Manifest   |   2 -
 .../polkit-kde-agent/polkit-kde-agent-5.5.0.ebuild |  32 ---
 .../polkit-kde-agent/polkit-kde-agent-5.5.1.ebuild |  32 ---
 kde-plasma/powerdevil/Manifest |   2 -
 kde-plasma/powerdevil/powerdevil-5.5.0.ebuild  |  71 --
 kde-plasma/powerdevil/powerdevil-5.5.1.ebuild  |  71 --
 kde-plasma/sddm-kcm/Manifest   |   2 -
 kde-plasma/sddm-kcm/sddm-kcm-5.5.0.ebuild  |  39 ---
 kde-plasma/sddm-kcm/sddm-kcm-5.5.1.ebuild  |  39 ---
 kde-plasma/systemsettings/Manifest |   2 -
 .../systemsettings/systemsettings-5.5.0.ebuild |  38 ---
 .../systemsettings/systemsettings-5.5.1.ebuild |  38 ---
 kde-plasma/user-manager/Manifest   |   2 -
 kde-plasma/user-manager/user-manager-5.5.0.ebuild  |  26 --
 kde-plasma/user-manager/user-manager-5.5.1.ebuild  |  26 --
 media-fonts/hack/Manifest  |   1 +
 media-fonts/hack/hack-2.019.ebuild |  27 +++
 media-libs/kvazaar/Manifest|   1 +
 .../{kvazaar-.ebuild => kvazaar-0.8.2.ebuild}  |  32 +--
 media-libs/kvazaar/kvazaar-.ebuild |  32 +--
 media-video/mpv/Manifest   |   1 +
 .../mpv/{mpv-.ebuild => mpv-0.15.0.ebuild} |   2 +-
 media-video/mpv/mpv-.ebuild|   2 +-
 net-analyzer/icinga2/icinga2-2.4.1-r3.ebuild   | 158 
 net-analyzer/icinga2/metadata.xml  |   1 +
 net-libs/jreen/jreen-1.2.0.ebuild  |   4 +-
 net-misc/teamviewer/Manifest   |   1 +
 net-misc/teamviewer/teamviewer-11.0.53191.ebuild   | 130 ++
 www-servers/tomcat/Manifest|   3 -
 .../tomcat/files/tomcat-7.0.64-build.xml.patch | 149 
 .../tomcat/files/tomcat-8.0.26-build.xml.patch | 265 -
 .../tomcat/files/tomcat-8.0.29-build.xml.patch | 265 -
 www-servers/tomcat/tomcat-7.0.64.ebuild| 146 
 www-servers/tomcat/tomcat-8.0.26.ebuild| 147 
 www-servers/tomcat/tomcat-8.0.29.ebuild| 155 
 x11-plugins/purple-facebook/Manifest   |   4 +-
 .../purple-facebook-20150806.ebuild|  31 ---
 .../purple-facebook-20150827.ebuild|  31 ---
 ...1225.ebuild => purple-facebook-20160118.ebuild} |   2 +-
 148 files changed, 349 insertions(+), 5571 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: media-fonts/hack/

2016-01-18 Thread Guilherme Amadio
commit: 3c66fbb43384f2c5e297880265e11e7bb85f2bba
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Mon Jan 18 15:58:36 2016 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Jan 18 15:59:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c66fbb4

media-fonts/hack: version bump to 2.019

Package-Manager: portage-2.2.26

 media-fonts/hack/Manifest  |  1 +
 media-fonts/hack/hack-2.019.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/media-fonts/hack/Manifest b/media-fonts/hack/Manifest
index 1ad61d9..fed9962 100644
--- a/media-fonts/hack/Manifest
+++ b/media-fonts/hack/Manifest
@@ -1,2 +1,3 @@
 DIST Hack-v2_010-otf.zip 450300 SHA256 
de757b2dd1b6383505ff1e73845db482dccf7561a1133fe5e776e02f82bf5e9d SHA512 
2aba7ce05a74c7c6ea2965c48491155790de4ba2a8865cb8297fdd40537108814e4b1c38654eb3eabd01d1acee6b12686a631f2a6bf27e8809b8c7192bc62c2a
 WHIRLPOOL 
166343ed851780272b8da8c5f091a498a3afdf9c6d16fa325d3135fe8751fd679fa22449de9ef3a1696a9f4544e6647303f6d006aa593f5d3f563c03c3353c4d
 DIST Hack-v2_018-otf.zip 466060 SHA256 
43df71895cb8b5b0e14f2880a8ce2617064dcc36cf229e5682f1e06513a46046 SHA512 
ca34994a0cbf5cb6be2b56c84a52b66b98d08f0d5ddcd2169a263b52fe33c323209f27dad3017c175ed3fdd321017bd43670f2dbedf8a4a927f7b4b4b7e056a5
 WHIRLPOOL 
18fc8fe050f3262f73fbee2827229456433ae1ee22abd0b2c5918e1cea9a679f1ef912af9bb373035ae3ac310ea73dc565dd094d4ca8b1b8dacba6ee279567df
+DIST Hack-v2_019-otf.tar.gz 464176 SHA256 
fe83862a71528a3a4b5950b3c91c2a1f12ebc19b2e8f31ad97827bde8fb87242 SHA512 
94079a36a32ae678b48c1095a7ba941a9ad2ced75e061aeb40a3ddfb7db7a7369ab5deb8ef1b08e23b4a65329f1d696ba1527d5668cfc97d64394581ce228ff5
 WHIRLPOOL 
58f5322decc4a14350515041c2931670d4ccbc6f5359ccd526d29f28eeed4b3d970b018bdf1ff5e6bd78cf8e071abcd8cfa57aff3248c02bf287312d7f6b0a46

diff --git a/media-fonts/hack/hack-2.019.ebuild 
b/media-fonts/hack/hack-2.019.ebuild
new file mode 100644
index 000..3488eb2
--- /dev/null
+++ b/media-fonts/hack/hack-2.019.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit font versionator
+
+DESCRIPTION="A typeface designed for source code"
+HOMEPAGE="https://github.com/chrissimpkins/Hack;
+SRC_URI="https://github.com/chrissimpkins/Hack/releases/download/v${PV}/Hack-v$(replace_version_separator
 1 '_' )-otf.tar.gz"
+
+LICENSE="OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="binchecks strip"
+
+DEPEND=""
+RDEPEND=""
+
+FONT_SUFFIX="otf"
+
+src_unpack() {
+   mkdir "${S}" && cd "${S}"
+   unpack ${A}
+}



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

2016-01-18 Thread Justin Lecher
commit: 7773cb44751d5bcaf7af57bbb4910ec431cbb499
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Jan 18 16:31:39 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 16:31:39 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7773cb44

Merge pull request #569 from TheChymera/psychopy

sci-biology/psychopy version bump

 sci-biology/psychopy/Manifest|  1 +
 .../{psychopy-.ebuild => psychopy-1.83.03.ebuild}| 12 +---
 2 files changed, 6 insertions(+), 7 deletions(-)



[gentoo-commits] proj/sci:master commit in: sci-biology/psychopy/

2016-01-18 Thread Justin Lecher
commit: 927154ffad14a313a0817dfe2793f927ca12d55f
Author: Horea Christian  mail  ru>
AuthorDate: Mon Jan 18 14:50:24 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Jan 18 14:50:24 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=927154ff

sci-biology/psychopy: updated source link

Package-Manager: portage-2.2.26

 sci-biology/psychopy/psychopy-1.83.03.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild 
b/sci-biology/psychopy/psychopy-1.83.03.ebuild
index 03da25c..c22a368 100644
--- a/sci-biology/psychopy/psychopy-1.83.03.ebuild
+++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild
@@ -6,13 +6,11 @@ EAPI="5"
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit eutils gnome2-utils distutils-r1 git-r3
+inherit eutils gnome2-utils distutils-r1
 
 DESCRIPTION="Python experimental psychology toolkit"
 HOMEPAGE="http://www.psychopy.org/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/psychopy/psychopy.git;
-EGIT_COMMIT="1.83.03"
+SRC_URI="https://github.com/psychopy/psychopy/releases/download/${PV}/${P}.zip;
 
 LICENSE="GPL-3+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-facebook/

2016-01-18 Thread Tony Vroon
commit: ad2d850b5b5c2661e016f6cb13da4ded928b46b7
Author: Tony Vroon  gentoo  org>
AuthorDate: Mon Jan 18 16:46:32 2016 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Mon Jan 18 16:46:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2d850b

x11-plugins/purple-facebook: New release with improved group message handling. 
Removed 2015 versions.

Package-Manager: portage-2.2.26

 x11-plugins/purple-facebook/Manifest   |  4 +--
 .../purple-facebook-20150806.ebuild| 31 --
 .../purple-facebook-20150827.ebuild| 31 --
 ...1225.ebuild => purple-facebook-20160118.ebuild} |  2 +-
 4 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/x11-plugins/purple-facebook/Manifest 
b/x11-plugins/purple-facebook/Manifest
index 3a18336..c6147f2 100644
--- a/x11-plugins/purple-facebook/Manifest
+++ b/x11-plugins/purple-facebook/Manifest
@@ -1,4 +1,2 @@
-DIST purple-facebook-20150806.tar.gz 430020 SHA256 
549af9986c06dfedfd0fa0a665366e718ec53eadacd08f394a985c8ed662f6fc SHA512 
7d4b1dc81461ddb56f2df150da05a3884c8be099e493c1fed86c010fd718e1f89411981514693b7bd2a3ff7792624d53631dac7bad1b62d7db9c1fa5f533f212
 WHIRLPOOL 
705eeb92af4cca1e778598df37ee494c11f06de019a1792d568595470e1c029fdfdb62ca6a406c04abbe18eb384599cfdeda872614ae93a43def967da7900182
-DIST purple-facebook-20150827.tar.gz 441370 SHA256 
18121d9dc2c89a6db8b7bd718917597435ec86d60666bbead0c19a3b8ce6ec7a SHA512 
02de013c50761d9568e241327e07c8caf57de9831cfac2fe723456ebfec51addaeaffe113c80b5b655fa9caae5c3be54180614ed2c390c0e52a7e7fe6b58c207
 WHIRLPOOL 
2967dc90c52464337574632f270c0508b4eac51ae218aa6df2c8b7de0aad2a676dd0acbede3940c5022eb6e1b617787211abb4bf9764a838064a2d808da50137
-DIST purple-facebook-20151225.tar.gz 441831 SHA256 
34b49d164a42800bc28a2381e954934fcb04263dc4439bb82134b413d0884327 SHA512 
f41f8993a6bd3317137811dab20c09dbd03d7a92dbd1f5e79daa0a2ce17c0326760f3428c526c3056d6055d41389b2695089b43d8c6b89583b97f671b615f0e2
 WHIRLPOOL 
e6a9dd1db579069749fbe7751f007e02dd3f937d20d0dd650d85b9c8a52b77fa2b2e08c1c1e7cf2669f77c076142b89f61307d84d88e2600b60937c1d33c2780
 DIST purple-facebook-20160107.tar.gz 443097 SHA256 
96f28491d037752eaa27191516673564359edd5fa681f7aa62c67cda4cf8ca54 SHA512 
b4d28346ae7f5d40fd83ee7eaa76f550d07e3d25ef21db6f2fd26bbe8c8333813769e5f592d2806bfb36736993802ea3fb330564b08c817ce0e25d01fb504bc9
 WHIRLPOOL 
400922a6b3209afc864483c69d8df453bfb60f6110e75ad2a00b47056842b1b941b61bfb6031e0ac971e6c5c32fe80b5adfdf55a67f10ead2b513d7d8d8c4f93
+DIST purple-facebook-20160118.tar.gz 443498 SHA256 
620b71bba75f0b89f3c52b6ec2e5bd40c0895cadd4ab76910d04b044f88788cf SHA512 
bcd07de9b014d32d32cee7f1254060b4999d3bc6bd996f37fea5f74a93a6a9f0be855ac249a62068a1425bc6adf825342c4b0e924f1dbf8e0aba7d215ec9e076
 WHIRLPOOL 
4789742154df54ca369b453faf409cdc7177b620b3381489613fc69ee3f418414fc611f73ba95e4c402838129b0f03b1eb21228d12abc18676301a79a51aca86

diff --git a/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild 
b/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild
deleted file mode 100644
index c0b6f0e..000
--- a/x11-plugins/purple-facebook/purple-facebook-20150806.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_PV="9e3520d6ec49"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/jgeboski/purple-facebook;
-SRC_URI="https://github.com/jgeboski/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-glib
-net-im/pidgin"
-DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog NEWS README VERSION )
-
-src_configure() {
-   econf --with-ssl-certs
-}
-
-src_prepare() {
-   eautoreconf
-}

diff --git a/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild 
b/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild
deleted file mode 100644
index 368ae2c..000
--- a/x11-plugins/purple-facebook/purple-facebook-20150827.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils autotools
-
-MY_PV="6a0a79182ebc"
-S="${WORKDIR}/${PN}-${MY_PV}"
-DESCRIPTION="Facebook protocol plugin for libpurple"
-HOMEPAGE="https://github.com/jgeboski/purple-facebook;
-SRC_URI="https://github.com/jgeboski/${PN}/releases/download/${MY_PV}/${PN}-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-libs/json-glib
-net-im/pidgin"
-DEPEND=

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-mediacenter/, kde-plasma/kwayland-integration/, ...

2016-01-18 Thread Michael Palimaka
commit: 55e394a94fe281ff3296be9029f23bed0f66a5cb
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 17:00:53 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 17:01:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e394a9

kde-plasma: remove 5.5.1

Package-Manager: portage-2.2.26

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.5.1.ebuild|  52 ---
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.5.1.ebuild  |  15 --
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.5.1.ebuild  |  66 
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.5.1.ebuild   |  53 ---
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.5.1.ebuild |  57 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.5.1.ebuild|  17 --
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.5.1.ebuild |  64 
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.5.1.ebuild  |  31 
 kde-plasma/khelpcenter/Manifest|   1 -
 kde-plasma/khelpcenter/khelpcenter-5.5.1.ebuild|  42 -
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.5.1.ebuild  |  46 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.5.1.ebuild|  89 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.5.1.ebuild|  45 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.5.1.ebuild|  34 
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.5.1.ebuild   |  90 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.5.1.ebuild|  50 --
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.5.1.ebuild|  48 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.5.1.ebuild|  29 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.5.1.ebuild  |  23 ---
 kde-plasma/kwayland/Manifest   |   1 -
 kde-plasma/kwayland/kwayland-5.5.1.ebuild  |  25 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.5.1.ebuild  |  88 ---
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.5.1.ebuild|  24 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.5.1.ebuild  |  26 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.5.1.ebuild  |  54 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.5.1.ebuild|  30 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.5.1.ebuild  |  36 -
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.5.1.ebuild | 138 
 kde-plasma/plasma-mediacenter/Manifest |   1 -
 .../plasma-mediacenter-5.5.1.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.5.1.ebuild|  63 
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.5.1.ebuild|  66 
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.5.1.ebuild|  27 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.5.1.ebuild  |  40 -
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.5.1-r1.ebuild|  16 --
 kde-plasma/plasma-workspace/Manifest   |   2 -
 .../plasma-workspace-5.5.1.1.ebuild| 173 -
 .../plasma-workspace/plasma-workspace-5.5.1.ebuild | 171 
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.5.1.ebuild |  32 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.5.1.ebuild  |  71 -
 kde-plasma/sddm-kcm/Manifest   |   1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.5.1.ebuild  |  39 -
 kde-plasma/systemsettings/Manifest |   1 -
 

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/khotkeys/, kde-plasma/kwrited/, kde-plasma/plasma-pa/, ...

2016-01-18 Thread Michael Palimaka
commit: 3f2d8268ed604b231a628354987d328ba74c76a0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jan 18 17:00:04 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jan 18 17:01:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2d8268

kde-plasma: remove 5.5.0

Package-Manager: portage-2.2.26

 kde-plasma/bluedevil/Manifest  |   1 -
 kde-plasma/bluedevil/bluedevil-5.5.0.ebuild|  52 ---
 kde-plasma/breeze-gtk/Manifest |   1 -
 kde-plasma/breeze-gtk/breeze-gtk-5.5.0.1.ebuild|  17 --
 kde-plasma/breeze/Manifest |   1 -
 kde-plasma/breeze/breeze-5.5.0.ebuild  |  66 
 kde-plasma/kde-cli-tools/Manifest  |   1 -
 .../kde-cli-tools/kde-cli-tools-5.5.0.ebuild   |  53 ---
 kde-plasma/kde-gtk-config/Manifest |   1 -
 .../kde-gtk-config/kde-gtk-config-5.5.0.ebuild |  57 ---
 kde-plasma/kdecoration/Manifest|   1 -
 kde-plasma/kdecoration/kdecoration-5.5.0.ebuild|  16 --
 kde-plasma/kdeplasma-addons/Manifest   |   1 -
 .../kdeplasma-addons/kdeplasma-addons-5.5.0.ebuild |  64 
 kde-plasma/kgamma/Manifest |   1 -
 kde-plasma/kgamma/kgamma-5.5.0.ebuild  |  31 
 kde-plasma/khelpcenter/Manifest|   1 -
 kde-plasma/khelpcenter/khelpcenter-5.5.0.ebuild|  42 -
 kde-plasma/khotkeys/Manifest   |   1 -
 kde-plasma/khotkeys/khotkeys-5.5.0.ebuild  |  46 --
 kde-plasma/kinfocenter/Manifest|   1 -
 kde-plasma/kinfocenter/kinfocenter-5.5.0.ebuild|  89 ---
 kde-plasma/kmenuedit/Manifest  |   1 -
 kde-plasma/kmenuedit/kmenuedit-5.5.0.ebuild|  45 --
 kde-plasma/kscreen/Manifest|   1 -
 kde-plasma/kscreen/kscreen-5.5.0.ebuild|  34 
 kde-plasma/kscreenlocker/Manifest  |   1 -
 .../kscreenlocker/kscreenlocker-5.5.0.ebuild   |  90 ---
 kde-plasma/ksshaskpass/Manifest|   1 -
 kde-plasma/ksshaskpass/ksshaskpass-5.5.0.ebuild|  50 --
 kde-plasma/ksysguard/Manifest  |   1 -
 kde-plasma/ksysguard/ksysguard-5.5.0.ebuild|  48 --
 kde-plasma/kwallet-pam/Manifest|   1 -
 kde-plasma/kwallet-pam/kwallet-pam-5.5.0.ebuild|  29 
 kde-plasma/kwayland-integration/Manifest   |   1 -
 .../kwayland-integration-5.5.0.ebuild  |  23 ---
 kde-plasma/kwayland/Manifest   |   1 -
 kde-plasma/kwayland/kwayland-5.5.0.ebuild  |  25 ---
 kde-plasma/kwin/Manifest   |   1 -
 kde-plasma/kwin/kwin-5.5.0.ebuild  |  88 ---
 kde-plasma/kwrited/Manifest|   1 -
 kde-plasma/kwrited/kwrited-5.5.0.ebuild|  24 ---
 kde-plasma/libkscreen/Manifest |   1 -
 kde-plasma/libkscreen/libkscreen-5.5.0.ebuild  |  26 
 kde-plasma/libksysguard/Manifest   |   1 -
 kde-plasma/libksysguard/libksysguard-5.5.0.ebuild  |  54 ---
 kde-plasma/milou/Manifest  |   1 -
 kde-plasma/milou/milou-5.5.0.ebuild|  30 
 kde-plasma/oxygen/Manifest |   1 -
 kde-plasma/oxygen/oxygen-5.5.0.ebuild  |  36 -
 kde-plasma/plasma-desktop/Manifest |   1 -
 .../plasma-desktop/plasma-desktop-5.5.0-r1.ebuild  | 140 -
 kde-plasma/plasma-mediacenter/Manifest |   1 -
 .../plasma-mediacenter-5.5.0.ebuild|  48 --
 kde-plasma/plasma-meta/plasma-meta-5.5.0.ebuild|  63 
 kde-plasma/plasma-nm/Manifest  |   1 -
 kde-plasma/plasma-nm/plasma-nm-5.5.0.ebuild|  66 
 kde-plasma/plasma-pa/Manifest  |   1 -
 kde-plasma/plasma-pa/plasma-pa-5.5.0.ebuild|  27 
 kde-plasma/plasma-sdk/Manifest |   1 -
 kde-plasma/plasma-sdk/plasma-sdk-5.5.0.ebuild  |  40 -
 kde-plasma/plasma-workspace-wallpapers/Manifest|   1 -
 .../plasma-workspace-wallpapers-5.5.0-r1.ebuild|  16 --
 kde-plasma/plasma-workspace/Manifest   |   1 -
 .../plasma-workspace/plasma-workspace-5.5.0.ebuild | 171 -
 kde-plasma/polkit-kde-agent/Manifest   |   1 -
 .../polkit-kde-agent/polkit-kde-agent-5.5.0.ebuild |  32 
 kde-plasma/powerdevil/Manifest |   1 -
 kde-plasma/powerdevil/powerdevil-5.5.0.ebuild  |  71 -
 kde-plasma/sddm-kcm/Manifest   |   1 -
 kde-plasma/sddm-kcm/sddm-kcm-5.5.0.ebuild  |  39 -
 kde-plasma/systemsettings/Manifest |   1 -
 .../systemsettings/systemsettings-5.5.0.ebuild |  38 -
 kde-plasma/user-manager/Manifest   |   1 

[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/

2016-01-18 Thread Agostino Sarubbo
commit: a6ccbb5101f8be2be13148d020b4cdb1d6405d3d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 18 17:05:56 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 18 17:05:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ccbb51

app-backup/burp: amd64 stable wrt bug #572216

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-backup/burp/burp-1.3.48-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/burp/burp-1.3.48-r1.ebuild 
b/app-backup/burp/burp-1.3.48-r1.ebuild
index a1f8e3f..1077de1 100644
--- a/app-backup/burp/burp-1.3.48-r1.ebuild
+++ b/app-backup/burp/burp-1.3.48-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="acl afs ipv6 nls tcpd xattr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-fps/alienarena/files/, games-fps/alienarena/

2016-01-18 Thread Alfredo Tupone
commit: e3a760e62c0a9d431cc9d3f7f84fa0e62ef5046b
Author: Tupone Alfredo  gentoo  org>
AuthorDate: Mon Jan 18 19:20:00 2016 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon Jan 18 19:20:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a760e6

games-fps/alienarena: Fix format-security. Bug #571894

Package-Manager: portage-2.2.26

 games-fps/alienarena/alienarena-20130827.ebuild |  8 ++--
 games-fps/alienarena/files/alienarena-20130827-format.patch | 11 +++
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/games-fps/alienarena/alienarena-20130827.ebuild 
b/games-fps/alienarena/alienarena-20130827.ebuild
index b07a3c2..4e19f1a 100644
--- a/games-fps/alienarena/alienarena-20130827.ebuild
+++ b/games-fps/alienarena/alienarena-20130827.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-inherit eutils gnome2-utils games
+inherit eutils gnome2-utils eutils games
 
 MY_PN=alienarena-7.66
 DESCRIPTION="Fast-paced multiplayer deathmatch game"
@@ -35,6 +35,10 @@ DEPEND="${RDEPEND}
 
 S=${WORKDIR}/${MY_PN/_/.}
 
+src_prepare() {
+   epatch "${FILESDIR}"/${P}-format.patch
+}
+
 src_configure() {
egamesconf \
--with-icondir=/usr/share/icons/hicolor/48x48/apps/ \

diff --git a/games-fps/alienarena/files/alienarena-20130827-format.patch 
b/games-fps/alienarena/files/alienarena-20130827-format.patch
new file mode 100644
index 000..4a88eab
--- /dev/null
+++ b/games-fps/alienarena/files/alienarena-20130827-format.patch
@@ -0,0 +1,11 @@
+--- source/game/p_client.c.old 2016-01-18 20:13:25.147714704 +0100
 source/game/p_client.c 2016-01-18 20:13:38.776476727 +0100
+@@ -2123,7 +2123,7 @@
+ #else
+   ent->ctype = 0; //alien is default
+   sprintf(modelpath, "players/%s/human", playermodel);
+-  sprintf(ent->charModel, playermodel);
++  sprintf(ent->charModel, "%s", playermodel);
+   Q2_FindFile (modelpath, );
+   if(file) 
+   { 



[gentoo-commits] proj/portage:repoman commit in: pym/repoman/checks/ebuilds/, pym/repoman/, pym/repoman/modules/scan/mirrors/

2016-01-18 Thread Brian Dolbec
commit: 582926eb82f54d4e6396c7ac94ee0ecc27a6c288
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Jan  8 01:29:42 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 19:20:03 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=582926eb

repoman: Create the ThirdPartyMirrors class plugin

 pym/repoman/checks/ebuilds/thirdpartymirrors.py| 39 --
 pym/repoman/modules/scan/mirrors/__init__.py   | 23 +
 .../modules/scan/mirrors/thirdpartymirrors.py  | 59 ++
 pym/repoman/scanner.py |  6 +--
 4 files changed, 85 insertions(+), 42 deletions(-)

diff --git a/pym/repoman/checks/ebuilds/thirdpartymirrors.py 
b/pym/repoman/checks/ebuilds/thirdpartymirrors.py
deleted file mode 100644
index 848dfb9..000
--- a/pym/repoman/checks/ebuilds/thirdpartymirrors.py
+++ /dev/null
@@ -1,39 +0,0 @@
-# -*- coding:utf-8 -*-
-
-# import our initialized portage instance
-from repoman._portage import portage
-
-
-class ThirdPartyMirrors(object):
-
-   def __init__(self, repoman_settings, qatracker):
-   # TODO: Build a regex instead here, for the SRC_URI.mirror 
check.
-   self.thirdpartymirrors = {}
-   profile_thirdpartymirrors = 
repoman_settings.thirdpartymirrors().items()
-   for mirror_alias, mirrors in profile_thirdpartymirrors:
-   for mirror in mirrors:
-   if not mirror.endswith("/"):
-   mirror += "/"
-   self.thirdpartymirrors[mirror] = mirror_alias
-
-   self.qatracker = qatracker
-
-   def check(self, myaux, relative_path):
-   # Check that URIs don't reference a server from 
thirdpartymirrors.
-   for uri in portage.dep.use_reduce(
-   myaux["SRC_URI"], matchall=True, is_src_uri=True,
-   eapi=myaux["EAPI"], flat=True):
-   contains_mirror = False
-   for mirror, mirror_alias in 
self.thirdpartymirrors.items():
-   if uri.startswith(mirror):
-   contains_mirror = True
-   break
-   if not contains_mirror:
-   continue
-
-   new_uri = "mirror://%s/%s" % (mirror_alias, 
uri[len(mirror):])
-   self.qatracker.add_error(
-   "SRC_URI.mirror",
-   "%s: '%s' found in thirdpartymirrors, use '%s'" 
% (
-   relative_path, mirror, new_uri))
-   return

diff --git a/pym/repoman/modules/scan/mirrors/__init__.py 
b/pym/repoman/modules/scan/mirrors/__init__.py
new file mode 100644
index 000..37dfc53
--- /dev/null
+++ b/pym/repoman/modules/scan/mirrors/__init__.py
@@ -0,0 +1,23 @@
+# Copyright 2015-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+doc = """Mirrors plug-in module for repoman.
+Performs third party mirrors checks on ebuilds."""
+__doc__ = doc[:]
+
+
+module_spec = {
+   'name': 'mirrors',
+   'description': doc,
+   'provides':{
+   'mirrors-module': {
+   'name': "thirdpartymirrors",
+   'class': "ThirdPartyMirrors",
+   'description': doc,
+   'functions': ['check'],
+   'func_desc': {
+   },
+   },
+   }
+}
+

diff --git a/pym/repoman/modules/scan/mirrors/thirdpartymirrors.py 
b/pym/repoman/modules/scan/mirrors/thirdpartymirrors.py
new file mode 100644
index 000..9404e28
--- /dev/null
+++ b/pym/repoman/modules/scan/mirrors/thirdpartymirrors.py
@@ -0,0 +1,59 @@
+# -*- coding:utf-8 -*-
+
+# import our initialized portage instance
+from repoman._portage import portage
+from repoman.modules.scan.scanbase import ScanBase
+
+
+class ThirdPartyMirrors(ScanBase):
+
+   def __init__(self, **kwargs):
+   '''Class init
+
+   @param repo_settings: settings instance
+   @param qatracker: QATracker instance
+   '''
+   super(ThirdPartyMirrors, self).__init__(**kwargs)
+   repo_settings = kwargs.get('repo_settings')
+   self.qatracker = kwargs.get('qatracker')
+
+   # TODO: Build a regex instead here, for the SRC_URI.mirror 
check.
+   self.thirdpartymirrors = {}
+   profile_thirdpartymirrors = 
repo_settings.repoman_settings.thirdpartymirrors().items()
+   for mirror_alias, mirrors in profile_thirdpartymirrors:
+   for mirror in mirrors:
+   if not mirror.endswith("/"):
+   mirror += "/"
+

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

2016-01-18 Thread Brian Dolbec
commit: b392459cc67b64ab8cc0f75b6bdf554833a8b202
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jan  3 19:11:22 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 19:20:03 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=b392459c

repoman: Create a new ArchChecks class plugin

 pym/repoman/modules/scan/arches/__init__.py | 23 +++
 pym/repoman/modules/scan/arches/arches.py   | 64 +
 pym/repoman/scanner.py  | 47 +
 3 files changed, 89 insertions(+), 45 deletions(-)

diff --git a/pym/repoman/modules/scan/arches/__init__.py 
b/pym/repoman/modules/scan/arches/__init__.py
new file mode 100644
index 000..b570dac
--- /dev/null
+++ b/pym/repoman/modules/scan/arches/__init__.py
@@ -0,0 +1,23 @@
+# Copyright 2015-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+doc = """Arches plug-in module for repoman.
+Performs archs checks on ebuilds."""
+__doc__ = doc[:]
+
+
+module_spec = {
+   'name': 'arches',
+   'description': doc,
+   'provides':{
+   'archs-module': {
+   'name': "arches",
+   'class': "ArchChecks",
+   'description': doc,
+   'functions': ['check'],
+   'func_desc': {
+   },
+   },
+   }
+}
+

diff --git a/pym/repoman/modules/scan/arches/arches.py 
b/pym/repoman/modules/scan/arches/arches.py
new file mode 100644
index 000..2c32028
--- /dev/null
+++ b/pym/repoman/modules/scan/arches/arches.py
@@ -0,0 +1,64 @@
+# -*- coding:utf-8 -*-
+
+
+class ArchChecks(object):
+
+   def __init__(self, **kwargs):
+   self.options = kwargs.get('options')
+   self.repo_settings = kwargs.get('repo_settings')
+   self.profiles = kwargs.get('profiles')
+
+   def check(self, **kwargs):
+   ebuild = kwargs.get('ebuild')
+   if self.options.ignore_arches:
+   arches = [[
+   self.repo_settings.repoman_settings["ARCH"], 
self.repo_settings.repoman_settings["ARCH"],
+   
self.repo_settings.repoman_settings["ACCEPT_KEYWORDS"].split()]]
+   else:
+   arches = set()
+   for keyword in ebuild.keywords:
+   if keyword[0] == "-":
+   continue
+   elif keyword[0] == "~":
+   arch = keyword[1:]
+   if arch == "*":
+   for expanded_arch in 
self.profiles:
+   if expanded_arch == 
"**":
+   continue
+   arches.add(
+   (keyword, 
expanded_arch, (
+   
expanded_arch, "~" + expanded_arch)))
+   else:
+   arches.add((keyword, arch, 
(arch, keyword)))
+   else:
+   # For ebuilds with stable keywords, 
check if the
+   # dependencies are satisfiable for 
unstable
+   # configurations, since use.stable.mask 
is not
+   # applied for unstable configurations 
(see bug
+   # 563546).
+   if keyword == "*":
+   for expanded_arch in 
self.profiles:
+   if expanded_arch == 
"**":
+   continue
+   arches.add(
+   (keyword, 
expanded_arch, (expanded_arch,)))
+   arches.add(
+   (keyword, 
expanded_arch,
+   
(expanded_arch, "~" + expanded_arch)))
+   else:
+   arches.add((keyword, keyword, 
(keyword,)))
+   arches.add((keyword, keyword,
+   (keyword, "~" + 
keyword)))
+   if not arches:
+   # Use an empty profile for checking 
dependencies of
+  

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

2016-01-18 Thread Brian Dolbec
commit: 435bde48afe0926e4e4d3e9671d6378954053c21
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jan  3 20:38:11 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 19:20:03 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=435bde48

repoman: New DependChecks plugin

Migrate code from _scan_ebuilds to the plugin system

 pym/repoman/modules/scan/depend/__init__.py |  23 +
 pym/repoman/modules/scan/depend/depend.py   | 132 
 pym/repoman/scanner.py  | 119 ++---
 3 files changed, 162 insertions(+), 112 deletions(-)

diff --git a/pym/repoman/modules/scan/depend/__init__.py 
b/pym/repoman/modules/scan/depend/__init__.py
new file mode 100644
index 000..73d3f8f
--- /dev/null
+++ b/pym/repoman/modules/scan/depend/__init__.py
@@ -0,0 +1,23 @@
+# Copyright 2015-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+doc = """Depend plug-in module for repoman.
+Performs Dependency checks on ebuilds."""
+__doc__ = doc[:]
+
+
+module_spec = {
+   'name': 'depend',
+   'description': doc,
+   'provides':{
+   'depend-module': {
+   'name': "depend",
+   'class': "DependChecks",
+   'description': doc,
+   'functions': ['check'],
+   'func_desc': {
+   },
+   },
+   }
+}
+

diff --git a/pym/repoman/modules/scan/depend/depend.py 
b/pym/repoman/modules/scan/depend/depend.py
new file mode 100644
index 000..8a0ff48
--- /dev/null
+++ b/pym/repoman/modules/scan/depend/depend.py
@@ -0,0 +1,132 @@
+
+from _emerge.Package import Package
+
+from repoman.check_missingslot import check_missingslot
+# import our initialized portage instance
+from repoman._portage import portage
+from repoman.qa_data import suspect_virtual, suspect_rdepend
+
+
+class DependChecks(object):
+
+   def __init__(self, **kwargs):
+   self.qatracker = kwargs.get('qatracker')
+   self.portdb = kwargs.get('portdb')
+
+   def check(self, **kwargs):
+   ebuild = kwargs.get('ebuild')
+   pkg = kwargs.get('pkg')
+
+   unknown_pkgs = set()
+
+   inherited_java_eclass = "java-pkg-2" in ebuild.inherited or \
+   "java-pkg-opt-2" in ebuild.inherited,
+   inherited_wxwidgets_eclass = "wxwidgets" in ebuild.inherited
+   # operator_tokens = set(["||", "(", ")"])
+   type_list, badsyntax = [], []
+   for mytype in Package._dep_keys + ("LICENSE", "PROPERTIES", 
"PROVIDE"):
+   mydepstr = ebuild.metadata[mytype]
+
+   buildtime = mytype in Package._buildtime_keys
+   runtime = mytype in Package._runtime_keys
+   token_class = None
+   if mytype.endswith("DEPEND"):
+   token_class = portage.dep.Atom
+
+   try:
+   atoms = portage.dep.use_reduce(
+   mydepstr, matchall=1, flat=True,
+   is_valid_flag=pkg.iuse.is_valid_flag, 
token_class=token_class)
+   except portage.exception.InvalidDependString as e:
+   atoms = None
+   badsyntax.append(str(e))
+
+   if atoms and mytype.endswith("DEPEND"):
+   if runtime and \
+   "test?" in mydepstr.split():
+   self.qatracker.add_error(
+   mytype + '.suspect',
+   "%s: 'test?' USE conditional in 
%s" %
+   (ebuild.relative_path, mytype))
+
+   for atom in atoms:
+   if atom == "||":
+   continue
+
+   is_blocker = atom.blocker
+
+   # Skip dependency.unknown for blockers, 
so that we
+   # don't encourage people to remove 
necessary blockers,
+   # as discussed in bug 382407. We use 
atom.without_use
+   # due to bug 525376.
+   if not is_blocker and \
+   not 
self.portdb.xmatch("match-all", atom.without_use) and \
+   not 
atom.cp.startswith("virtual/"):
+   unknown_pkgs.add((mytype, 
atom.unevaluated_atom))
+
+   

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

2016-01-18 Thread Brian Dolbec
commit: 22c3194ea5023a9b5c399642498f0b38c82e2530
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jan  3 11:56:25 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 19:20:03 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=22c3194e

repoman: Migrate more metadata checks to ebuild_metadata.py

 .../modules/scan/metadata/ebuild_metadata.py   | 32 --
 pym/repoman/scanner.py | 17 
 2 files changed, 30 insertions(+), 19 deletions(-)

diff --git a/pym/repoman/modules/scan/metadata/ebuild_metadata.py 
b/pym/repoman/modules/scan/metadata/ebuild_metadata.py
index 2dc1db2..77c947e 100644
--- a/pym/repoman/modules/scan/metadata/ebuild_metadata.py
+++ b/pym/repoman/modules/scan/metadata/ebuild_metadata.py
@@ -5,6 +5,8 @@
 import re
 import sys
 
+from repoman.qa_data import missingvars
+
 if sys.hexversion >= 0x300:
basestring = str
 
@@ -16,7 +18,7 @@ class EbuildMetadata(object):
def __init__(self, **kwargs):
self.qatracker = kwargs.get('qatracker')
 
-   def check(self, **kwargs):
+   def invalidchar(self, **kwargs):
ebuild = kwargs.get('ebuild')
for k, v in ebuild.metadata.items():
if not isinstance(v, basestring):
@@ -28,9 +30,35 @@ class EbuildMetadata(object):
"%s: %s variable contains non-ASCII "
"character at position %s" %
(ebuild.relative_path, k, m.start() + 
1))
+   return {'continue': False}
+
+   def missing(self, **kwargs):
+   ebuild = kwargs.get('ebuild')
+   for pos, missing_var in enumerate(missingvars):
+   if not ebuild.metadata.get(missing_var):
+   if kwargs.get('catdir') == "virtual" and \
+   missing_var in ("HOMEPAGE", "LICENSE"):
+   continue
+   if kwargs.get('live_ebuild') and missing_var == 
"KEYWORDS":
+   continue
+   myqakey = missingvars[pos] + ".missing"
+   self.qatracker.add_error(myqakey, '%s/%s.ebuild'
+   % (kwargs.get('xpkg'), 
kwargs.get('y_ebuild')))
+   return {'continue': False}
+
+   def old_virtual(self, **kwargs):
+   ebuild = kwargs.get('ebuild')
if ebuild.metadata.get("PROVIDE"):
self.qatracker.add_error("virtual.oldstyle", 
ebuild.relative_path)
+   return {'continue': False}
 
+   def virtual(self, **kwargs):
+   ebuild = kwargs.get('ebuild')
+   if kwargs.get('catdir') == "virtual":
+   for var in ("HOMEPAGE", "LICENSE"):
+   if ebuild.metadata.get(var):
+   myqakey = var + ".virtual"
+   self.qatracker.add_error(myqakey, 
ebuild.relative_path)
return {'continue': False}
 
@property
@@ -39,4 +67,4 @@ class EbuildMetadata(object):
 
@property
def runInEbuilds(self):
-   return (True, [self.check])
+   return (True, [self.invalidchar, self.missing, 
self.old_virtual, self.virtual])

diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index 46f46f5..d42fd33 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -324,23 +324,6 @@ class Scanner(object):
if y_ebuild_continue:
continue
 
-
-   for pos, missing_var in enumerate(missingvars):
-   if not 
dynamic_data['ebuild'].metadata.get(missing_var):
-   if dynamic_data['catdir'] == "virtual" 
and \
-   missing_var in ("HOMEPAGE", 
"LICENSE"):
-   continue
-   if dynamic_data['live_ebuild'] and 
missing_var == "KEYWORDS":
-   continue
-   myqakey = missingvars[pos] + ".missing"
-   self.qatracker.add_error(myqakey, xpkg 
+ "/" + y_ebuild + ".ebuild")
-
-   if dynamic_data['catdir'] == "virtual":
-   for var in ("HOMEPAGE", "LICENSE"):
-   if 
dynamic_data['ebuild'].metadata.get(var):
-   myqakey = var + ".virtual"
-   
self.qatracker.add_error(myqakey, dynamic_data['ebuild'].relative_path)
-
if 

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

2016-01-18 Thread Mike Frysinger
commit: b7e9f37c646024326dfd328424008b7655c61d1c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Jan 18 19:21:49 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Jan 18 19:22:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9f37c

media-plugins/imlib2_loaders: switch eet dep to efl #571796

The eet package is dead now and is replaced by the efl package.

 media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild | 4 ++--
 media-plugins/imlib2_loaders/imlib2_loaders-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild 
b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
index 81893bd..8fb93aa 100644
--- a/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
+++ b/media-plugins/imlib2_loaders/imlib2_loaders-1.4.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html;
 IUSE="eet xcf"
 
 RDEPEND=">=media-libs/imlib2-${PV}
-   eet? ( dev-libs/eet )"
+   eet? ( dev-libs/efl )"
 
 src_configure() {
E_ECONF=(

diff --git a/media-plugins/imlib2_loaders/imlib2_loaders-.ebuild 
b/media-plugins/imlib2_loaders/imlib2_loaders-.ebuild
index 81893bd..8fb93aa 100644
--- a/media-plugins/imlib2_loaders/imlib2_loaders-.ebuild
+++ b/media-plugins/imlib2_loaders/imlib2_loaders-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ HOMEPAGE="https://www.enlightenment.org/pages/imlib2.html;
 IUSE="eet xcf"
 
 RDEPEND=">=media-libs/imlib2-${PV}
-   eet? ( dev-libs/eet )"
+   eet? ( dev-libs/efl )"
 
 src_configure() {
E_ECONF=(



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

2016-01-18 Thread Brian Dolbec
commit: e0d88104006627f24165ac88ef121025dc844952
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jan  3 10:35:49 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 19:20:03 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e0d88104

repoman: Migrate code from _scan_ebuilds to a new EbuildMetadata class and check

 pym/repoman/modules/scan/metadata/__init__.py  | 10 +-
 .../modules/scan/metadata/ebuild_metadata.py   | 39 ++
 pym/repoman/scanner.py | 27 +--
 3 files changed, 49 insertions(+), 27 deletions(-)

diff --git a/pym/repoman/modules/scan/metadata/__init__.py 
b/pym/repoman/modules/scan/metadata/__init__.py
index 7327ec0..eba6565 100644
--- a/pym/repoman/modules/scan/metadata/__init__.py
+++ b/pym/repoman/modules/scan/metadata/__init__.py
@@ -10,7 +10,7 @@ module_spec = {
'name': 'metadata',
'description': doc,
'provides':{
-   'metadata-module': {
+   'pkg-metadata': {
'name': "pkgmetadata",
'class': "PkgMetadata",
'description': doc,
@@ -18,6 +18,14 @@ module_spec = {
'func_desc': {
},
},
+   'ebuild-metadata': {
+   'name': "ebuild_metadata",
+   'class': "EbuildMetadata",
+   'description': doc,
+   'functions': ['check'],
+   'func_desc': {
+   },
+   },
}
 }
 

diff --git a/pym/repoman/modules/scan/metadata/ebuild_metadata.py 
b/pym/repoman/modules/scan/metadata/ebuild_metadata.py
new file mode 100644
index 000..143a40e
--- /dev/null
+++ b/pym/repoman/modules/scan/metadata/ebuild_metadata.py
@@ -0,0 +1,39 @@
+# -*- coding:utf-8 -*-
+
+'''Ebuild Metadata Checks'''
+
+import re
+import sys
+
+if sys.hexversion >= 0x300:
+   basestring = str
+
+NON_ASCII_RE = re.compile(r'[^\x00-\x7f]')
+
+
+class EbuildMetadata(object):
+
+   def __init__(self, **kwargs):
+   self.qatracker = kwargs.get('qatracker')
+
+   def check(self, **kwargs):
+   ebuild = kwargs.get('ebuild')
+   for k, v in ebuild.metadata.items():
+   if not isinstance(v, basestring):
+   continue
+   m = NON_ASCII_RE.search(v)
+   if m is not None:
+   self.qatracker.add_error(
+   "variable.invalidchar",
+   "%s: %s variable contains non-ASCII "
+   "character at position %s" %
+   (ebuild.relative_path, k, m.start() + 
1))
+   return {'continue': False}
+
+   @property
+   def runInPkgs(self):
+   return (False, [])
+
+   @property
+   def runInEbuilds(self):
+   return (True, [self.check])

diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index a8aa2f3..6f3fb53 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -5,8 +5,6 @@ from __future__ import print_function, unicode_literals
 import copy
 import io
 import logging
-import re
-import sys
 from itertools import chain
 from pprint import pformat
 
@@ -47,18 +45,10 @@ MODULE_CONTROLLER = Modules(path=MODULES_PATH, 
namepath="repoman.modules.scan")
 MODULE_NAMES = MODULE_CONTROLLER.module_names[:]
 
 
-
-if sys.hexversion >= 0x300:
-   basestring = str
-
-NON_ASCII_RE = re.compile(r'[^\x00-\x7f]')
-
-
 def sort_key(item):
return item[2].sub_path
 
 
-
 class Scanner(object):
'''Primary scan class.  Operates all the small Q/A tests and checks'''
 
@@ -311,7 +301,7 @@ class Scanner(object):
# initialize per ebuild plugin checks here
# need to set it up for ==> self.modules_list or some 
other ordered list
for mod in [('ebuild', 'Ebuild'), ('live', 
'LiveEclassChecks'),
-   ('eapi', 'EAPIChecks')]:
+   ('eapi', 'EAPIChecks'), ('ebuild_metadata', 
'EbuildMetadata')]:
if mod[0]:
mod_class = 
MODULE_CONTROLLER.get_class(mod[0])
logging.debug("Initializing class name: 
%s", mod_class.__name__)
@@ -338,21 +328,6 @@ class Scanner(object):
if y_ebuild_continue:
continue
 
-
-   for k, v in dynamic_data['ebuild'].metadata.items():
-   if not isinstance(v, basestring):
-   continue
-   m = NON_ASCII_RE.search(v)
-

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

2016-01-18 Thread Brian Dolbec
commit: ac5c53283cc17ba5cabc21d65db5ab86c3f95f70
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jan  3 23:10:48 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Mon Jan 18 19:20:03 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ac5c5328

repoman: Migrate RestrictChecks to a plugin module

 pym/repoman/modules/scan/metadata/__init__.py  |  8 ++
 .../scan/metadata}/restrict.py | 29 +++---
 pym/repoman/scanner.py |  7 +-
 3 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/pym/repoman/modules/scan/metadata/__init__.py 
b/pym/repoman/modules/scan/metadata/__init__.py
index ed0c59d..6ab44f6 100644
--- a/pym/repoman/modules/scan/metadata/__init__.py
+++ b/pym/repoman/modules/scan/metadata/__init__.py
@@ -42,6 +42,14 @@ module_spec = {
'func_desc': {
},
},
+   'restrict-metadata': {
+   'name': "restrict",
+   'class': "RestrictChecks",
+   'description': doc,
+   'functions': ['check'],
+   'func_desc': {
+   },
+   },
}
 }
 

diff --git a/pym/repoman/checks/ebuilds/variables/restrict.py 
b/pym/repoman/modules/scan/metadata/restrict.py
similarity index 54%
rename from pym/repoman/checks/ebuilds/variables/restrict.py
rename to pym/repoman/modules/scan/metadata/restrict.py
index 215b792..93ca298 100644
--- a/pym/repoman/checks/ebuilds/variables/restrict.py
+++ b/pym/repoman/modules/scan/metadata/restrict.py
@@ -12,21 +12,23 @@ from repoman.qa_data import valid_restrict
 class RestrictChecks(object):
'''Perform checks on the RESTRICT variable.'''
 
-   def __init__(self, qatracker):
+   def __init__(self, **kwargs):
'''
@param qatracker: QATracker instance
'''
-   self.qatracker = qatracker
+   self.qatracker = kwargs.get('qatracker')
 
-   def check(self, pkg, package, ebuild, y_ebuild):
+   def check(self, **kwargs):
+   xpkg = kwargs.get('xpkg')
+   ebuild = kwargs.get('ebuild')
+   y_ebuild = kwargs.get('y_ebuild')
myrestrict = None
 
try:
myrestrict = portage.dep.use_reduce(
-   pkg._metadata["RESTRICT"], matchall=1, 
flat=True)
+   ebuild.metadata["RESTRICT"], matchall=1, 
flat=True)
except portage.exception.InvalidDependString as e:
-   self. qatracker.add_error(
-   "RESTRICT.syntax",
+   self.qatracker.add_error("RESTRICT.syntax",
"%s: RESTRICT: %s" % (ebuild.relative_path, e))
del e
 
@@ -36,6 +38,15 @@ class RestrictChecks(object):
 
if mybadrestrict:
for mybad in mybadrestrict:
-   self.qatracker.add_error(
-   "RESTRICT.invalid",
-   package + "/" + y_ebuild + 
".ebuild: %s" % mybad)
+   
self.qatracker.add_error("RESTRICT.invalid",
+   "%s/%s.ebuild: %s" % (xpkg, 
y_ebuild, mybad))
+   return {'continue': False}
+
+   @property
+   def runInPkgs(self):
+   return (False, [])
+
+   @property
+   def runInEbuilds(self):
+   return (True, [self.check])
+

diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index 1f792bd..8657c73 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -18,7 +18,6 @@ from portage import _unicode_encode
 from portage.dep import Atom
 from portage.output import green
 from repoman.checks.ebuilds.checks import run_checks
-from repoman.checks.ebuilds.variables.restrict import RestrictChecks
 from repoman.modules.commit import repochecks
 from repoman.profile import check_profiles, dev_profile_keywords, setup_profile
 from repoman.repos import repo_metadata
@@ -209,8 +208,6 @@ class Scanner(object):
self.modules[mod_class.__name__] = 
mod_class(**self.kwargs)
 
# initialize our checks classes here before the big xpkg loop
-   self.restrictcheck = RestrictChecks(self.qatracker)
-
 
def scan_pkgs(self, can_force):
dynamic_data = {'can_force': can_force}
@@ -295,7 +292,7 @@ class Scanner(object):
('description', 'DescriptionChecks'), (None, 
'KeywordChecks'),
('arches', 'ArchChecks'), ('depend', 
'DependChecks'),
('use_flags', 'USEFlagChecks'), ('ruby', 

  1   2   >