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

2016-10-13 Thread Jeroen Roovers
commit: 23242ee0e1f80aa77989945fbca166860aa32575
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:48:55 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:48:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23242ee0

dev-qt/pixeltool: Stable for HPPA PPC64 (bug #586180).

Package-Manager: portage-2.3.2
RepoMan-Options: --ignore-arches

 dev-qt/pixeltool/pixeltool-5.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/pixeltool/pixeltool-5.6.1.ebuild 
b/dev-qt/pixeltool/pixeltool-5.6.1.ebuild
index fbca445..d51d17b 100644
--- a/dev-qt/pixeltool/pixeltool-5.6.1.ebuild
+++ b/dev-qt/pixeltool/pixeltool-5.6.1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Qt screen magnifier"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~hppa ~ppc64 x86"
+   KEYWORDS="amd64 arm hppa ppc64 x86"
 fi
 
 IUSE=""



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

2016-10-13 Thread Jeroen Roovers
commit: 0362be988a328cbc8d658c18fd1a6757a4558cbf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:45:45 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:45:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0362be98

x11-misc/kapow: Version bump.

Package-Manager: portage-2.3.2

 x11-misc/kapow/Manifest   |  1 +
 x11-misc/kapow/kapow-1.5.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/x11-misc/kapow/Manifest b/x11-misc/kapow/Manifest
index 3a6bd36..573a763 100644
--- a/x11-misc/kapow/Manifest
+++ b/x11-misc/kapow/Manifest
@@ -1,2 +1,3 @@
 DIST kapow-1.4.4-src.tar.bz2 427133 SHA256 
3dc24784931ad68e794f14b93306867d1ae2caf0689fffb2b3a5aede3b97728b SHA512 
9164efa36dbbed092fdc834c2eb0603e5f72d8891cde0f55f2ac1894fcedfe28c85a3dfdf85c2408d91e91aa68f74771a504b23727d9175ab5f92c707ce875d6
 WHIRLPOOL 
c5bf96cf44fa589030c97c67c32fd89e715cdd47991f5ed1fd67422d156e978914754b03c0a882c8cebca532e322ad55a84d8f37a8aef9883e5c9595e5b72e3c
 DIST kapow-1.5.0-src.tar.bz2 745124 SHA256 
35b3d67a69c002fef736489e0bbfa2261a7dc80ca9ebc6435465367c8a0a4e63 SHA512 
9f7e6814185db114a2cdd0756918af1f0327f7d886f8e0605c65d6fa9ade1f30951ced8d653a936fe8eac46a70a845471249daed2c1e3b996aadf7c1c37149a2
 WHIRLPOOL 
e7909d76b869596c470852a0448b8d4c2faccdfbb96399eb88d952d950ef1b165590cda195b24416d48b280e584cd61bd8b84a2ec597ba916ca8c1a28dbc12ac
+DIST kapow-1.5.1-src.tar.bz2 717651 SHA256 
12dbf9493b890509d818642bb1f17222bf5fb2658c90033d0184a1235e623ac3 SHA512 
5c4b36c831e4e673a1d6ea4f41a4b3fa529a3f6f9427500e800f11cb5af2d2bb532ec93cde62977f65068b2c035de79429e516e9a3405e9c84ac66cd34fab8e4
 WHIRLPOOL 
88e384679f0fde8a45837705e96a657c0043bac5f704a1cba64c40580d59fb2d20e944ef270067cd661f8641b892a4c8f9d518056e2c9d23f4572fe6fbab6e03

diff --git a/x11-misc/kapow/kapow-1.5.1.ebuild 
b/x11-misc/kapow/kapow-1.5.1.ebuild
new file mode 100644
index ..42b8807
--- /dev/null
+++ b/x11-misc/kapow/kapow-1.5.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qmake-utils
+
+DESCRIPTION="A punch clock program designed to easily keep track of your hours"
+HOMEPAGE="http://gottcode.org/kapow/;
+SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+   eqmake5 kapow.pro PREFIX=/usr
+}
+
+src_install() {
+   export INSTALL_ROOT="${D}"
+   default
+}



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

2016-10-13 Thread Jeroen Roovers
commit: 103872ffaeb51b4ef1cff7274944e7ebced88c82
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:41:38 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:43:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=103872ff

www-client/opera-beta: Old.

Package-Manager: portage-2.3.2

 www-client/opera-beta/Manifest |  2 -
 .../opera-beta/opera-beta-40.0.2308.52.ebuild  | 91 --
 2 files changed, 93 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 413efa5..ac343d4 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,5 +1,3 @@
-DIST opera-beta_40.0.2308.52_amd64.deb 48275266 SHA256 
e360f0936dbf83ce30a383d3a3fa781356d93eb3984662784e7b2c534569d989 SHA512 
a3628970ca681973f99c5a77c603eec9abe523b8f41eb1a16c2609a902b43bfef42bf4e52447e1287519a975f4334a2752aa0e4bdb1168aab5d9c243fbf7a742
 WHIRLPOOL 
63581483c6cb2641e1efa4226dc8cac8dc6a84771c64e6acd35d7f98416c0765fa489f15bc5cc9fc60f01dc09d472ee09b88ec1458ef78a967637d73f50a125e
-DIST opera-beta_40.0.2308.52_i386.deb 48661876 SHA256 
5473445d2422df75477099570a91be300e57fa30ddff6dcdb15ac2b07d9f59b4 SHA512 
301da32d687fdea63be5bd5abd8c9b862cc6e4d4bb7c0bb537ca2b9d057605d5b056f816bb3b81bffb4f3b95ffc312edcf2406a6ba66c382b9a61f2709b251dc
 WHIRLPOOL 
20672773dbbcdb2b4f2086300dab3a6346ee5916e6c997fc81c80ae454c7398ec2f3f5e898eeca3b89e38a4784784861f5cfb928b312367223d64cd33a7e42b9
 DIST opera-beta_41.0.2353.10_amd64.deb 48335232 SHA256 
47c51897312a08f208f73eb3770ce77ea7f8e1e2cb5f9f7b35d57d09cd148660 SHA512 
5e52a69d0067a72d2dfa85757e620746f918c67b040463d84209281ec819b8ef88fc11729dc3ad623e860c270d08bb5830fe67e5f4ab8edaa0cc5532f7d1fa6b
 WHIRLPOOL 
a029d9d8d5e00662cad135a647ab013618474f210b8e2c4d08984770b030efa387de25ea2a939b971a593bf50f7b9af3345de3b2871938db8dada7e35994ab50
 DIST opera-beta_41.0.2353.10_i386.deb 49326002 SHA256 
68e111f1d01147815951cd4fd84784e85238c53dccf282ed9af22ec4dc88c016 SHA512 
cb874f979aa02a42addb6c2a9fab1fdc4305f510e11925e4699daf01ff4940df2636c397e962ba164b7aef2504e300c84aed741f914327c0b4eb30febace265f
 WHIRLPOOL 
1db733a06087123e469b06df2e69e7a55c9f99b33d0343fefe15775d7b4af0a54120a23d17d775debb1b9b1f0d4fcef9433b14f3f97912b08aeb6a8445558c51
 DIST opera-beta_41.0.2353.23_amd64.deb 47676742 SHA256 
9370cbf96dcd626007d5ebfc9e6bedd0454bbdc65323b02a8294f7be86887205 SHA512 
7ff09b0e717c1f53de22eea780c35fc508b36e7f0cc2c812c9c41a9b5226355b9673f0a5c1183ac570d1d878509d0c7adfde12192c63267315374f7f95cb04d7
 WHIRLPOOL 
c535af865c58e857230c21acd09997108626bda1df0fbef2fd833da7d928e1c85b769f8c81735ea4afb61e531808ad424e0cd9c363b28236db7fdd5b77304675

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

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

2016-10-13 Thread Jeroen Roovers
commit: f30e770d3daf761994d0b01dc6883583e7d8554c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:33:05 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:43:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f30e770d

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.2

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

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 9e42825..e5057a2 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -2,3 +2,4 @@ DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b
 DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 
276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 
a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf
 WHIRLPOOL 
e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba
 DIST youtube-dl-2016.10.02.tar.gz 2417904 SHA256 
ecc58e3661c70ed3eeb46712461ad53f92d0b815d4030466d6a29eca9f6869ba SHA512 
23d964de978eb313173f9d602bde580550a53fe09007854d2da943988b8bdabcc6ba5856303083c86f2af618e63ec2d41b6e6c68cc230c522fe4ccb7ad899257
 WHIRLPOOL 
b5c53dfec5bcbeb97969ea66f74d6d70afeed3c1d8b2cf080d387d41586a4b5118c27bade32f227583f56e4986f76c46359ba19c8a6909284cdb62d6d0ef4a4c
 DIST youtube-dl-2016.10.07.tar.gz 2425722 SHA256 
56be6107275cbdc867e89caf9d20f351d184fdc4fb06d915945fef708086dbce SHA512 
59cc697ff3edd0fc70122624d921ecad620a6c8279051c159b52891cf0818f67661de8957ee2e6aba23c347c80aa0ac2ef384bbb1c5a949b5c3f5d8de24ddf11
 WHIRLPOOL 
dfa85b40ca845d5b2fc3c59d5433d9c7720b03b4efdb10c6b8e929e4cb3848523b1413b33abc0aec78c4fe55874da34c22370a7bd94314539eb2b7875b9a068b
+DIST youtube-dl-2016.10.12.tar.gz 2429732 SHA256 
3e96d144c5abe8016bc771eebbc687947c3332b3f06247d3cfcca1231041bde9 SHA512 
bd671aa58784ebe057177b23131664d73ee6cd6a9993359c9689569afb6d0499d598ce95569c70028721d9b8d326698e2934e56bcbb503e1f22919510b3cff68
 WHIRLPOOL 
08fd6786437d12292d323fb1230da453fedd52090fba3b42be402588106b2d2837b4ab438b08b063478023a2137ff783487748cd69e9de9660d93507cbad

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

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

2016-10-13 Thread Jeroen Roovers
commit: c88bc3eddf7244476a5858983c76a540206cd5ba
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:33:56 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:43:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88bc3ed

net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.2

 net-misc/youtube-dl/Manifest   |  1 -
 .../youtube-dl/youtube-dl-2016.10.02-r1.ebuild | 99 --
 2 files changed, 100 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index e5057a2..c20cc8f 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,5 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 
276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 
a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf
 WHIRLPOOL 
e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba
-DIST youtube-dl-2016.10.02.tar.gz 2417904 SHA256 
ecc58e3661c70ed3eeb46712461ad53f92d0b815d4030466d6a29eca9f6869ba SHA512 
23d964de978eb313173f9d602bde580550a53fe09007854d2da943988b8bdabcc6ba5856303083c86f2af618e63ec2d41b6e6c68cc230c522fe4ccb7ad899257
 WHIRLPOOL 
b5c53dfec5bcbeb97969ea66f74d6d70afeed3c1d8b2cf080d387d41586a4b5118c27bade32f227583f56e4986f76c46359ba19c8a6909284cdb62d6d0ef4a4c
 DIST youtube-dl-2016.10.07.tar.gz 2425722 SHA256 
56be6107275cbdc867e89caf9d20f351d184fdc4fb06d915945fef708086dbce SHA512 
59cc697ff3edd0fc70122624d921ecad620a6c8279051c159b52891cf0818f67661de8957ee2e6aba23c347c80aa0ac2ef384bbb1c5a949b5c3f5d8de24ddf11
 WHIRLPOOL 
dfa85b40ca845d5b2fc3c59d5433d9c7720b03b4efdb10c6b8e929e4cb3848523b1413b33abc0aec78c4fe55874da34c22370a7bd94314539eb2b7875b9a068b
 DIST youtube-dl-2016.10.12.tar.gz 2429732 SHA256 
3e96d144c5abe8016bc771eebbc687947c3332b3f06247d3cfcca1231041bde9 SHA512 
bd671aa58784ebe057177b23131664d73ee6cd6a9993359c9689569afb6d0499d598ce95569c70028721d9b8d326698e2934e56bcbb503e1f22919510b3cff68
 WHIRLPOOL 
08fd6786437d12292d323fb1230da453fedd52090fba3b42be402588106b2d2837b4ab438b08b063478023a2137ff783487748cd69e9de9660d93507cbad

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

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

2016-10-13 Thread Jeroen Roovers
commit: 3196b2e7ba97ce3ff5d3d9c628fa1aa37de61421
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:40:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:43:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3196b2e7

www-client/opera-beta: Version bump.

Package-Manager: portage-2.3.2

 www-client/opera-beta/Manifest |  2 +
 .../opera-beta/opera-beta-41.0.2353.23.ebuild  | 91 ++
 2 files changed, 93 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index dc65eea..413efa5 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -2,3 +2,5 @@ DIST opera-beta_40.0.2308.52_amd64.deb 48275266 SHA256 
e360f0936dbf83ce30a383d3a
 DIST opera-beta_40.0.2308.52_i386.deb 48661876 SHA256 
5473445d2422df75477099570a91be300e57fa30ddff6dcdb15ac2b07d9f59b4 SHA512 
301da32d687fdea63be5bd5abd8c9b862cc6e4d4bb7c0bb537ca2b9d057605d5b056f816bb3b81bffb4f3b95ffc312edcf2406a6ba66c382b9a61f2709b251dc
 WHIRLPOOL 
20672773dbbcdb2b4f2086300dab3a6346ee5916e6c997fc81c80ae454c7398ec2f3f5e898eeca3b89e38a4784784861f5cfb928b312367223d64cd33a7e42b9
 DIST opera-beta_41.0.2353.10_amd64.deb 48335232 SHA256 
47c51897312a08f208f73eb3770ce77ea7f8e1e2cb5f9f7b35d57d09cd148660 SHA512 
5e52a69d0067a72d2dfa85757e620746f918c67b040463d84209281ec819b8ef88fc11729dc3ad623e860c270d08bb5830fe67e5f4ab8edaa0cc5532f7d1fa6b
 WHIRLPOOL 
a029d9d8d5e00662cad135a647ab013618474f210b8e2c4d08984770b030efa387de25ea2a939b971a593bf50f7b9af3345de3b2871938db8dada7e35994ab50
 DIST opera-beta_41.0.2353.10_i386.deb 49326002 SHA256 
68e111f1d01147815951cd4fd84784e85238c53dccf282ed9af22ec4dc88c016 SHA512 
cb874f979aa02a42addb6c2a9fab1fdc4305f510e11925e4699daf01ff4940df2636c397e962ba164b7aef2504e300c84aed741f914327c0b4eb30febace265f
 WHIRLPOOL 
1db733a06087123e469b06df2e69e7a55c9f99b33d0343fefe15775d7b4af0a54120a23d17d775debb1b9b1f0d4fcef9433b14f3f97912b08aeb6a8445558c51
+DIST opera-beta_41.0.2353.23_amd64.deb 47676742 SHA256 
9370cbf96dcd626007d5ebfc9e6bedd0454bbdc65323b02a8294f7be86887205 SHA512 
7ff09b0e717c1f53de22eea780c35fc508b36e7f0cc2c812c9c41a9b5226355b9673f0a5c1183ac570d1d878509d0c7adfde12192c63267315374f7f95cb04d7
 WHIRLPOOL 
c535af865c58e857230c21acd09997108626bda1df0fbef2fd833da7d928e1c85b769f8c81735ea4afb61e531808ad424e0cd9c363b28236db7fdd5b77304675
+DIST opera-beta_41.0.2353.23_i386.deb 49354578 SHA256 
017982b38f30c8aa74f26ebb29a48af983538b516a014fb2f0151591fa13c181 SHA512 
df02aae80280910e89cfb46489cbb16ebd31c69ac3b9cc48d5c8f1a67e7b5a2dd7bcc0cb5f1a76d0c010eba172dc3786175d32c56942c7a55da5a985213e98f8
 WHIRLPOOL 
5e1f32a39d4a3348b87feaa111f23708d6d69a556df13ef5db8801465735039544ea5d4b6f8d4c9f5cb4f389391758a53973430ca6e5a77eb684f2847bd85f7e

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

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

2016-10-13 Thread Jeroen Roovers
commit: cd5cbd0bab1573c894c60109d1ba11bbdde32ffa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Oct 14 05:43:00 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Oct 14 05:43:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5cbd0b

media-gfx/imagemagick: Stable for HPPA (bug #596004).

Package-Manager: portage-2.3.2
RepoMan-Options: --ignore-arches

 media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
index ae0b277..108c1cc 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.6.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
 
 LICENSE="imagemagick"
 SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri 
jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript 
q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 RESTRICT="perl? ( userpriv )"



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

2016-10-13 Thread Michał Górny
commit: 8c9e07f391abda281db0630741110a0d2c8533b5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 14 04:19:50 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 14 04:20:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e07f3

sys-devel/llvm: Fix URLs for 3.4.2, #597000

 sys-devel/llvm/llvm-3.4.2-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild 
b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
index cd3155f..2b6c123 100644
--- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
+++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
@@ -11,7 +11,7 @@ inherit eutils check-reqs flag-o-matic multilib pax-utils 
prefix \
 DESCRIPTION="Low Level Virtual Machine"
 HOMEPAGE="http://llvm.org/;
 SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz
-   clang? ( http://llvm.org/releases/${PV}/compiler-rt-3.4.src.tar.gz
+   clang? ( http://llvm.org/releases/3.4/compiler-rt-3.4.src.tar.gz
http://llvm.org/releases/${PV}/cfe-${PV}.src.tar.gz )
https://dev.gentoo.org/~mgorny/dist/${PN}-3.4-manpages.tar.bz2;
 



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

2016-10-13 Thread Austin English
commit: 6138928d835a50c7922174368333622d1a26bf33
Author: Austin English  gentoo  org>
AuthorDate: Fri Oct 14 02:55:28 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Fri Oct 14 02:57:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6138928d

dev-java/gson: version bump for 2.7

 dev-java/gson/Manifest|  1 +
 dev-java/gson/gson-2.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-java/gson/Manifest b/dev-java/gson/Manifest
index 330b70b..3c58d68 100644
--- a/dev-java/gson/Manifest
+++ b/dev-java/gson/Manifest
@@ -1,2 +1,3 @@
 DIST gson-2.3.1-sources.jar 139924 SHA256 
2f2bfe44fad034b526caeb600f3cfca056a143c6c9fbd239f5cbcae4e862b8fa SHA512 
a0423c03358a1d843806bc9367b1a328c147973247abfa47b956ab0409ae9542199f6402feb93155761fe538e5d0a79a095b8dad3ccd203c5be81e88713469ba
 WHIRLPOOL 
2f5372c63c43b2ca60a329a33b456db64c4baa1a57186b0e01bcbd3454391b1d79cf26614df66eda40dbc1fa29a4da570d5b575ddab135ae17d47f5de96aa3ff
 DIST gson-parent-2.6.2.tar.gz 434949 SHA256 
b33ca70ee634a17e9b95651ea76cf5b0d9c1b5fb6e227a5a1d763513dcfd6d6d SHA512 
e4288b60ffaa3773e8025eb8b80ce08f44a197ebdc0ae767e20ed7b514fbc553abd2eea6eea7f949c01f780632273bb55f08fe1947475797b2135e2046cafaf5
 WHIRLPOOL 
5f11df1b3dcea2fd77b2d6343b980d9bece31c8b8ab65b059508c496fabb80f79f2dcfb1095d1674e387168ec595c7312a210f91915f85b4c7864a59a65bdea3
+DIST gson-parent-2.7.tar.gz 437390 SHA256 
19fe8fe3b6b59c2ffd78b2086c23c982d1e5b908f3c5b6a4bf980adc53296e2c SHA512 
663365566234bff0a94eac6ad4cd6e772b8fd542af2cccba2c2f75081935247eebf1a2502d5ce5dd0a0e75e140e17a689880a3aa04fa7c47a1e7bc834edd415e
 WHIRLPOOL 
564fa7070d88515583dbcd24d038bcf99660cb9eed5d9abf0aa1015696c766cc5b5f1ffafe3e0eccd0812e9ad80bf63459cd60be2de89604dbf6612f5492

diff --git a/dev-java/gson/gson-2.7.ebuild b/dev-java/gson/gson-2.7.ebuild
new file mode 100644
index ..72512ba
--- /dev/null
+++ b/dev-java/gson/gson-2.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_P="${PN}-parent-${PV}"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java library to convert JSON to Java objects and vice-versa"
+HOMEPAGE="https://github.com/google/gson;
+SRC_URI="https://github.com/google/${PN}/archive/${MY_P}.tar.gz;
+LICENSE="Apache-2.0"
+SLOT="2.7"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${PN}-${MY_P}"
+JAVA_SRC_DIR="${PN}/src/main/java"



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

2016-10-13 Thread Jason Donenfeld
commit: 729d3ba212f35996e947ee01a44da6b441fc
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Oct 14 02:25:42 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Oct 14 02:26:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729d3ba2

mail-mta/opensmtpd: new stable version

Package-Manager: portage-2.3.2

 mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild| 94 -
 mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r2.ebuild| 95 --
 ...4_p1-r1.ebuild => opensmtpd-6.0.2_p1-r1.ebuild} |  0
 mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild   |  7 +-
 4 files changed, 3 insertions(+), 193 deletions(-)

diff --git a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
deleted file mode 100644
index eec682c..
--- a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools 
systemd versionator
-
-DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD"
-HOMEPAGE="http://www.opensmtpd.org/;
-MY_P="${P}"
-if [ $(get_last_version_component_index) -eq 4 ]; then
-   MY_P="${PN}-$(get_version_component_range 4-)"
-fi
-SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz;
-
-LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pam +mta"
-
-DEPEND="dev-libs/openssl:0
-   sys-libs/zlib
-   pam? ( virtual/pam )
-   sys-libs/db:=
-   dev-libs/libevent
-   app-misc/ca-certificates
-   net-mail/mailbase
-   net-libs/libasr
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/msmtp[mta]
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/ssmtp[mta]
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P/_}
-
-src_prepare() {
-   # Use /run instead of /var/run
-   sed -i -e '/pidfile_path/s:_PATH_VARRUN:"/run/":' 
openbsd-compat/pidfile.c || die
-   epatch_user
-   eautoreconf
-}
-
-src_configure() {
-   tc-export AR
-   AR="$(which "$AR")" econf \
-   --with-table-db \
-   --with-user-smtpd=smtpd \
-   --with-user-queue=smtpq \
-   --with-group-queue=smtpq \
-   --with-path-socket=/run \
-   --with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
-   --sysconfdir=/etc/opensmtpd \
-   $(use_with pam auth-pam)
-}
-
-src_install() {
-   default
-   newinitd "${FILESDIR}"/smtpd.initd smtpd
-   systemd_dounit "${FILESDIR}"/smtpd.{service,socket}
-   use pam && newpamd "${FILESDIR}"/smtpd.pam smtpd
-   dosym /usr/sbin/smtpctl /usr/sbin/makemap
-   dosym /usr/sbin/smtpctl /usr/sbin/newaliases
-   if use mta ; then
-   dodir /usr/sbin
-   dosym /usr/sbin/smtpctl /usr/sbin/sendmail
-   dosym /usr/sbin/smtpctl /usr/bin/sendmail
-   dosym /usr/sbin/smtpctl /usr/$(get_libdir)/sendmail
-   fi
-}
-
-pkg_preinst() {
-   enewgroup smtpd 25
-   enewuser smtpd 25 -1 /var/empty smtpd
-   enewgroup smtpq 252
-   enewuser smtpq 252 -1 /var/empty smtpq
-}
-
-pkg_postinst() {
-   einfo
-   einfo "Plugins for SQLite, MySQL, PostgreSQL, LDAP, socketmaps,"
-   einfo "Redis, and many other useful addons and filters are"
-   einfo "available in the mail-filter/opensmtpd-extras package."
-   einfo
-}

diff --git a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r2.ebuild 
b/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r2.ebuild
deleted file mode 100644
index 795..
--- a/mail-mta/opensmtpd/opensmtpd-5.9.2_p1-r2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit multilib user flag-o-matic eutils pam toolchain-funcs autotools 
systemd versionator
-
-DESCRIPTION="Lightweight but featured SMTP daemon from OpenBSD"
-HOMEPAGE="http://www.opensmtpd.org/;
-MY_P="${P}"
-if [ $(get_last_version_component_index) -eq 4 ]; then
-   MY_P="${PN}-$(get_version_component_range 4-)"
-fi
-SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz;
-
-LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl pam +mta"
-
-DEPEND="!libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   sys-libs/zlib
-   pam? ( virtual/pam )
-   sys-libs/db:=
-   dev-libs/libevent
-   

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

2016-10-13 Thread Jason Donenfeld
commit: ea80d88a208869b804789fb323ebfd750e3417ae
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Fri Oct 14 02:23:00 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Fri Oct 14 02:23:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea80d88a

mail-mta/opensmtpd: bump

Package-Manager: portage-2.3.2

 mail-mta/opensmtpd/Manifest | 2 +-
 .../opensmtpd/{opensmtpd-6.0.1_p1.ebuild => opensmtpd-6.0.2_p1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
index 026806a..d8329e4 100644
--- a/mail-mta/opensmtpd/Manifest
+++ b/mail-mta/opensmtpd/Manifest
@@ -1,3 +1,3 @@
 DIST opensmtpd-201607021504p1.tar.gz 693317 SHA256 
8d858acc5395d3bc1267f2cf7e03639c8228e2cb7915e58b5708bee55deb9277 SHA512 
c42767cb9f6d0ec0ae646c4e89638e899eecc4ee5ae22c5628c240fb713fa265130a8604f6f42078ae97cb958d7ef4be82832fc861bed80d5b29873d6cadb94c
 WHIRLPOOL 
ef4f4f746bd003a76c3ae6d256a7b0df0662d031d844920ebf87473bdff5cf1617f1ef724086748347979efbe3772689a54fdf2f123c059d8bda7510e27ddd37
 DIST opensmtpd-5.9.2p1.tar.gz 681855 SHA256 
3522f273c1630c781facdb2b921228e338ed4e651909316735df775d6a70a71d SHA512 
99ca15101557848aa6d642f0c0171b152d805192e6839a97410b19431c981a21a5c0dc011e2c8cd91f3e6f6acb37a77f0f4c8e68114bf9808240392fe2b5d375
 WHIRLPOOL 
4d50474eb9f845633d152c065a0e70f3d41fba97134b33d3eb5164d39bdc58eeb4133b2f951a1815143a468144fb631f5f0b2960f57e7ba18a65321413fb5b6f
-DIST opensmtpd-6.0.1p1.tar.gz 695482 SHA256 
4cd61cd2d668715570896338c81d71eb64e6f90b3f88c5639b378db7b1af864a SHA512 
4c28e60da9145691ea01ac164857e424d3ffb0633007d61cfbcdf919ebd5827d7bac9241a506903d618eb401957d8633e96886d4795257360a5192d780dafa1d
 WHIRLPOOL 
67bdd2f79457f57c81ec9df6059d8700e9564797f9f2e17202a9407451ba91bb8bfebfb71a4dc8d6ce1d9d6cd4dafd2382763a142e4b7c2665a8b8e8b077a1be
+DIST opensmtpd-6.0.2p1.tar.gz 695513 SHA256 
2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac SHA512 
1e4275795dd2c43174ffa268398a0d9864ce4cb7d370330f7b8c55a9b40e757616bbd280919a409ebde403769e3dea62047857dc2ff98d7ecce660b459c7ff1c
 WHIRLPOOL 
105f12d9875e2d4822e71d9c8082b3c7b0e530a05ad762a2175c37afa917268b050dc48ed6bcaf3d708252dd65d432dbe7372669329fe2b5204783499cd2875b

diff --git a/mail-mta/opensmtpd/opensmtpd-6.0.1_p1.ebuild 
b/mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild
similarity index 100%
rename from mail-mta/opensmtpd/opensmtpd-6.0.1_p1.ebuild
rename to mail-mta/opensmtpd/opensmtpd-6.0.2_p1.ebuild



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

2016-10-13 Thread Thomas Deutschmann
commit: e5d0851d4741a835ed54dc1437e6d4f66a618335
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Oct 14 00:44:57 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Oct 14 00:45:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d0851d

app-admin/rsyslog: Depend on >=sys-devel/autoconf-archive-2015.02.24

Package-Manager: portage-2.3.2

 app-admin/rsyslog/rsyslog-8.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/rsyslog/rsyslog-8.22.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.22.0.ebuild
index 0dda832..20e8e7b 100644
--- a/app-admin/rsyslog/rsyslog-8.22.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.22.0.ebuild
@@ -97,7 +97,7 @@ RDEPEND="
>=net-libs/czmq-3.0.0
)"
 DEPEND="${RDEPEND}
-   >=sys-devel/autoconf-archive-2015.02.04
+   >=sys-devel/autoconf-archive-2015.02.24
virtual/pkgconfig
test? ( sys-libs/libfaketime )"
 



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

2016-10-13 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Oct 13 23:57:13 2016 +

New branch: 4.9




[gentoo-commits] proj/gentoo-mate: New branch: 1.12-stable

2016-10-13 Thread Ettore Di Giacinto
commit: 
Commit: Ettore Di Giacinto  sabayonlinux  org>
CommitDate: Thu Oct 13 21:44:36 2016 +

New branch: 1.12-stable




[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2016-10-13 Thread Zac Medico
commit: 85247fba38a3711a71669850fa7efc2eca1ea1ef
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct 13 21:22:06 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 13 21:22:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85247fba

app-office/libreoffice-bin: COMMON_DEPEND: add hunspell for consistency with 
source ebuilds

Package-Manager: portage-2.3.2

 app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
index 4096743..a8c6a66 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
@@ -84,6 +84,7 @@ COMMON_DEPEND="
${PYTHON_DEPS}
app-arch/unzip
app-arch/zip
+   app-text/hunspell
>=app-text/libabw-0.1.0
>=app-text/libebook-0.1
>=app-text/libetonyek-0.1



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

2016-10-13 Thread Patrice Clement
commit: ac9d99001ff403466ad56287e2afaba08fd2e165
Author: Michał Kępień  kempniu  pl>
AuthorDate: Thu Oct 13 07:54:26 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 13 21:11:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9d9900

x11-misc/x11vnc: fix compiler detection.

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

Gentoo-Bug: https://bugs.gentoo.org/584968
Gentoo-Bug: https://bugs.gentoo.org/596138

Signed-off-by: Patrice Clement  gentoo.org>

 x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch | 6 ++
 x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild| 1 +
 x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild   | 1 +
 x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild   | 1 +
 x11-misc/x11vnc/x11vnc-0.9.14.ebuild | 1 +
 5 files changed, 10 insertions(+)

diff --git a/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch 
b/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch
new file mode 100644
index ..0828b01
--- /dev/null
+++ b/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch
@@ -0,0 +1,6 @@
+--- a/configure.ac 2015-11-14 18:49:21.0 +0100
 b/configure.ac 2016-10-13 09:30:37.53000 +0200
+@@ -6,2 +6,3 @@
+ AC_CONFIG_MACRO_DIR([m4])
++AC_PROG_CC
+ 

diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild
index 1134013..b7ccc06 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111-r1.ebuild
@@ -43,6 +43,7 @@ S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a"
 DOCS=(ChangeLog README)
 
 src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
eautoreconf
 }
 

diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
index db5d85c..436aa97 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
@@ -40,6 +40,7 @@ S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a"
 DOCS=(ChangeLog README)
 
 src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
eautoreconf
 }
 

diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild
index bfe2cb09..f00bc73 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.13_p20150627.ebuild
@@ -40,6 +40,7 @@ DEPEND="${RDEPEND}
 DOCS=(ChangeLog README)
 
 src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
eautoreconf
 }
 

diff --git a/x11-misc/x11vnc/x11vnc-0.9.14.ebuild 
b/x11-misc/x11vnc/x11vnc-0.9.14.ebuild
index 54e382b..4e87afb 100644
--- a/x11-misc/x11vnc/x11vnc-0.9.14.ebuild
+++ b/x11-misc/x11vnc/x11vnc-0.9.14.ebuild
@@ -41,6 +41,7 @@ DEPEND="${RDEPEND}
 DOCS=(ChangeLog README)
 
 src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
eautoreconf
 }
 



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

2016-10-13 Thread Patrice Clement
commit: e1fa8a7d331d6e633edd4abaa389651f142de9f6
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 13 21:09:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 13 21:09:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa8a7d

app-vim/bufexplorer: remove old.

Package-Manager: portage-2.3.0

 app-vim/bufexplorer/Manifest |  1 -
 app-vim/bufexplorer/bufexplorer-7.4.6.ebuild | 14 --
 2 files changed, 15 deletions(-)

diff --git a/app-vim/bufexplorer/Manifest b/app-vim/bufexplorer/Manifest
index ea198c8..7fced1e 100644
--- a/app-vim/bufexplorer/Manifest
+++ b/app-vim/bufexplorer/Manifest
@@ -1,2 +1 @@
-DIST bufexplorer-7.4.6.tar.bz2 19917 SHA256 
4a575a62dfd5da50d6f52e014859fdbcc6f3e708532a4076473154cd0d83d9b6 SHA512 
8ddbfff160f4829854b276bb4eb73bf145198191a79cbc45b6e743be9c74ede0924c126247923ac69e81d27b1bf0df06279c3ab621eb5eb235c4c4b944f05541
 WHIRLPOOL 
3f876cb5e333d334063c341c18c8a5f87ba7f3c71c97228363f3c112eefd8cf97f3453aa47f347437dafbaadb3f827aea1a4b3fdfac8beb668329814060c1aba
 DIST bufexplorer-7.4.9.tar.bz2 20345 SHA256 
f7b4a44299ff4f4e35b237804294b1f095b4622e549fc53a06da58e82e44edbf SHA512 
996a842f1d2ee2c9054d933b421f74b78df817afdf42fd1c9a72311ae2d6e2eef788d2623a883f22bef5b1a1dd94838d33e5361dbfcf56efeca1be670d2cb6c2
 WHIRLPOOL 
38b427dd34b1663916dedbaa466e9992098a3019b76700ca93505c8043ebe0e7c92f7f6160f521c9fb45a379b473e9f5ec09f4d1040884e7a3139fc54fff97a1

diff --git a/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild 
b/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild
deleted file mode 100644
index 2c8dbb3..
--- a/app-vim/bufexplorer/bufexplorer-7.4.6.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin eutils
-
-DESCRIPTION="vim plugin: easily browse vim buffers"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42;
-LICENSE="bufexplorer.vim"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"



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

2016-10-13 Thread Patrice Clement
commit: 61ac44bda86e1aaa5335e9d9ea339bec01161e2f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 13 21:08:57 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 13 21:09:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ac44bd

app-vim/bufexplorer: stable for amd64+x86.

Package-Manager: portage-2.3.0

 app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild 
b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
index 1ebdc6f..7874c8e 100644
--- a/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
+++ b/app-vim/bufexplorer/bufexplorer-7.4.9-r1.ebuild
@@ -9,12 +9,12 @@ inherit eutils vim-plugin
 DESCRIPTION="vim plugin: easily browse vim buffers"
 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=42;
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}.txt"
 
 src_prepare() {
-   edos2unix plugin/${PN}.vim
+   edos2unix "plugin/${PN}.vim"
 
default
 }



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

2016-10-13 Thread Yixun Lan
commit: 52859b1f63b554ef1ed170b25defff48f0caaed1
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Oct 13 20:55:27 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Oct 13 20:56:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52859b1f

app-i18n/nabi: drop old

Package-Manager: portage-2.3.2

 app-i18n/nabi/Manifest |  2 --
 app-i18n/nabi/nabi-0.15.ebuild | 38 --
 app-i18n/nabi/nabi-0.17.ebuild | 39 ---
 3 files changed, 79 deletions(-)

diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest
index 3e091bd..203994a 100644
--- a/app-i18n/nabi/Manifest
+++ b/app-i18n/nabi/Manifest
@@ -1,4 +1,2 @@
-DIST nabi-0.15.tar.gz 633850 SHA256 
f39ccc86e1a2a2ad08127a232d06da39be9a39ba8fb933afd5a04f501a20a39d SHA512 
44d33d27c36d0be5757a3de3e3760a339a1e143c28ebf926cbbbd714de882ed67f428365c8f15af16917ac24e151b6f4ff6b732b80ada4c3c750cd0d31de8313
 WHIRLPOOL 
2b3d0f250d669b290419750eb38b87d1a1ec1d0d416822fb98618ce6eb722d8d14486a1c4484f5e930e3b4a43f8924614947328b293f9843b765abf0c1f3ad29
-DIST nabi-0.17.tar.gz 656438 SHA256 
1a239a7bb061ca781459fbf5a1c5fb95e823351bf308aa680eb60cc45b94 SHA512 
457a91981cdc9ef30d316f1288a6983fbb692866d5c34151d718976e3fe813988fa9965100193d2fb4ff73458d44bbce3dd2bda2b37b280f03aeaba9ce2d3c9c
 WHIRLPOOL 
967902b8a78ebac8ea29bb765e28dbc2c0126537c6f9907e441b73e9e1a5ebc133edae72cbb215b90d2e551fe10188f67c8f4134d6ef62d732ba91745578b503
 DIST nabi-0.99.11.tar.gz 840845 SHA256 
f9acff298f3dc7a80eff1281b04e00dda0e68ad56c1b28443800f09fd8c7ceb3 SHA512 
0cc2a1e04241a13207226db6c2db811b32ca0cc41c28905122126d6193d6a83c575960aca0f4da0574e399a11b96e7b8c250b6f6245cc8ff3de37c2ea761b834
 WHIRLPOOL 
fd29b61e591b89133c3df1f007d8f686e4ae63e6362aa3f4b25f4021d966ae720308f38c5846031246c90b83fb93d11c150f4093240c49e70f982f5b7de4f870
 DIST nabi-1.0.0.tar.gz 926638 SHA256 
8fc6e7f8c56c680a4c08078c98707a41e95affd6fe810b53db66d8867122d532 SHA512 
afd621f3ba2743db429625cdf468abad97c20d91af90f01dea14a75d4a4bc7ea3770b37387acf7da8306b92cb3fbb51d74930459f7e42d137062f01d737ede94
 WHIRLPOOL 
c410ebed8db85f95d970cb9eb64de8a4137f48b3fdf56c4201936e3f7114baeb76bf0297bcb1e3edc1a2c71268f62a48e0f0281fd3350168eab1040829b82d80

diff --git a/app-i18n/nabi/nabi-0.15.ebuild b/app-i18n/nabi/nabi-0.15.ebuild
deleted file mode 100644
index a2aa405..
--- a/app-i18n/nabi/nabi-0.15.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils autotools
-
-DESCRIPTION="Simple Hanguk X Input Method"
-HOMEPAGE="https://code.google.com/p/nabi/;
-SRC_URI="http://download.kldp.net/nabi/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ppc x86"
-
-RDEPEND=">=x11-libs/gtk+-2.2:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.15-asneeded.patch
-   eautoreconf
-}
-
-src_install() {
-   make DESTDIR="${D}" install || die "make install failed"
-
-   dodoc AUTHORS ChangeLog README NEWS
-}
-
-pkg_postinst() {
-   elog "You MUST add environment variable..."
-   elog
-   elog "export XMODIFIERS=\"@im=nabi\""
-   elog
-}

diff --git a/app-i18n/nabi/nabi-0.17.ebuild b/app-i18n/nabi/nabi-0.17.ebuild
deleted file mode 100644
index 8a44d33..
--- a/app-i18n/nabi/nabi-0.17.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils autotools
-
-DESCRIPTION="Simple Hanguk X Input Method"
-HOMEPAGE="https://code.google.com/p/nabi/;
-SRC_URI="http://kldp.net/frs/download.php/3742/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~ppc ~x86"
-
-RDEPEND=">=x11-libs/gtk+-2.2:2
-   >=app-i18n/libhangul-0.0.4"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.99.3-asneeded.patch
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-
-   dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
-   elog "You MUST add environment variable..."
-   elog
-   elog "export XMODIFIERS=\"@im=nabi\""
-   elog
-}



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

2016-10-13 Thread Yixun Lan
commit: 078c5cdcc0ea0826cbe8b69e5478a59dbdb213e9
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Oct 13 20:54:32 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Oct 13 20:56:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078c5cdc

app-i18n/nabi: version bump

Package-Manager: portage-2.3.2

 app-i18n/nabi/Manifest  |  1 +
 app-i18n/nabi/nabi-1.0.0.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/app-i18n/nabi/Manifest b/app-i18n/nabi/Manifest
index e8d3e83..3e091bd 100644
--- a/app-i18n/nabi/Manifest
+++ b/app-i18n/nabi/Manifest
@@ -1,3 +1,4 @@
 DIST nabi-0.15.tar.gz 633850 SHA256 
f39ccc86e1a2a2ad08127a232d06da39be9a39ba8fb933afd5a04f501a20a39d SHA512 
44d33d27c36d0be5757a3de3e3760a339a1e143c28ebf926cbbbd714de882ed67f428365c8f15af16917ac24e151b6f4ff6b732b80ada4c3c750cd0d31de8313
 WHIRLPOOL 
2b3d0f250d669b290419750eb38b87d1a1ec1d0d416822fb98618ce6eb722d8d14486a1c4484f5e930e3b4a43f8924614947328b293f9843b765abf0c1f3ad29
 DIST nabi-0.17.tar.gz 656438 SHA256 
1a239a7bb061ca781459fbf5a1c5fb95e823351bf308aa680eb60cc45b94 SHA512 
457a91981cdc9ef30d316f1288a6983fbb692866d5c34151d718976e3fe813988fa9965100193d2fb4ff73458d44bbce3dd2bda2b37b280f03aeaba9ce2d3c9c
 WHIRLPOOL 
967902b8a78ebac8ea29bb765e28dbc2c0126537c6f9907e441b73e9e1a5ebc133edae72cbb215b90d2e551fe10188f67c8f4134d6ef62d732ba91745578b503
 DIST nabi-0.99.11.tar.gz 840845 SHA256 
f9acff298f3dc7a80eff1281b04e00dda0e68ad56c1b28443800f09fd8c7ceb3 SHA512 
0cc2a1e04241a13207226db6c2db811b32ca0cc41c28905122126d6193d6a83c575960aca0f4da0574e399a11b96e7b8c250b6f6245cc8ff3de37c2ea761b834
 WHIRLPOOL 
fd29b61e591b89133c3df1f007d8f686e4ae63e6362aa3f4b25f4021d966ae720308f38c5846031246c90b83fb93d11c150f4093240c49e70f982f5b7de4f870
+DIST nabi-1.0.0.tar.gz 926638 SHA256 
8fc6e7f8c56c680a4c08078c98707a41e95affd6fe810b53db66d8867122d532 SHA512 
afd621f3ba2743db429625cdf468abad97c20d91af90f01dea14a75d4a4bc7ea3770b37387acf7da8306b92cb3fbb51d74930459f7e42d137062f01d737ede94
 WHIRLPOOL 
c410ebed8db85f95d970cb9eb64de8a4137f48b3fdf56c4201936e3f7114baeb76bf0297bcb1e3edc1a2c71268f62a48e0f0281fd3350168eab1040829b82d80

diff --git a/app-i18n/nabi/nabi-1.0.0.ebuild b/app-i18n/nabi/nabi-1.0.0.ebuild
new file mode 100644
index ..9f0139d
--- /dev/null
+++ b/app-i18n/nabi/nabi-1.0.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Simple Hanguk X Input Method"
+HOMEPAGE="https://github.com/choehwanjin/nabi;
+SRC_URI="https://github.com/choehwanjin/${PN}/archive/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug nls"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=app-i18n/libhangul-0.1.0
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-2.4:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/pango
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/gettext"
+
+DOCS=( AUTHORS ChangeLog.0 NEWS README TODO )
+
+S="${WORKDIR}"/${PN}-${P}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=
+
+   # Broken configure: --disable-debug also enables debug
+   use debug && \
+   myconf="${myconf} --enable-debug"
+
+   econf ${myconf}
+}
+
+src_install() {
+   default
+
+   insinto /etc/X11/xinit/xinput.d
+   sed -e "s:@EPREFIX@:${EPREFIX}:g" "${FILESDIR}/xinput-${PN}" | newins - 
"${PN}.conf"
+}
+
+pkg_postinst() {
+   elog "You MUST add environment variable..."
+   elog
+   elog "export XMODIFIERS=\"@im=nabi\""
+   elog
+}



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

2016-10-13 Thread Ian Stakenvicius
commit: 0fa4de84533127602887398005c96b6c15fd46bc
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Oct 12 14:57:02 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Oct 13 20:53:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa4de84

www-client/firefox: fix ld.gold linking from binutils-2.26.1, fix gcc6 
compilation

Also removed patches from files/ that are no longer used

Bug: http://bugs.gentoo.org/593958
Bug: http://bugs.gentoo.org/582446

Package-Manager: portage-2.3.0

 www-client/firefox/Manifest|  2 +-
 .../firefox/files/firefox-47.0-crashreporter.patch | 27 --
 ...47.0-define-HUNSPELL_STATIC-conditionally.patch |  8 ---
 .../files/xpcom-components-binutils-26.patch   | 15 
 www-client/firefox/firefox-45.4.0.ebuild   |  2 +-
 5 files changed, 2 insertions(+), 52 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 5c40889..2cabe4d 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,4 +1,4 @@
-DIST firefox-45.0-patches-06.tar.xz 19792 SHA256 
4cacdb0ca1e710a0e3f577d5a1253ed14fab9a2d1cdaf83b3fa7bac86cfddef2 SHA512 
eec8ccb3d67144368cfad807cad847379bf9ee54c2394f8bf0bda121178b1036ec1d32bea67afad840dff38e1ef26c4c19569d4fa4b553b6e2719bf07a46e017
 WHIRLPOOL 
7bb6b8f59d86beb9178fbea8bdd372a016b62e00766daf9439e2e59d20635a21b3a218447b09ce7d6a4b601611013f9ad08e088ef8112a41bde9ce951d10bdad
+DIST firefox-45.0-patches-07.tar.xz 21016 SHA256 
76a70ebb3f9c0515c0632170dfeedf0bfb60f248bee579514940148bb3e2b1c5 SHA512 
304d6ed4b4c9ac58f3762263207167a9a32532fd48f17d9cc86f5106f7ec98273f402e3779b810b455ceea77d84313ffc8f236fa6fdc6cd5ef21e8159beec552
 WHIRLPOOL 
a50d54d1e3b5c0fb0e8b32c8d69cdeb99a8fbfa90ac51dfa01163ab0228499b08d3ef37b27391d0d5179d80e937447029c2f976f014bf97d0da3e4bc1b58eaf7
 DIST firefox-45.4.0esr-ach.xpi 426529 SHA256 
f43825621ccd7920710608686aa813594afd1d3b19bff8eb49bd32143b81a856 SHA512 
941560b81d39ab3ffc7f671b768bab010faab147dfc571522e7362d246e2b5cadc636af6c00692f285122ae2520861f45e69897d1727c9bb110c0a343289a9e6
 WHIRLPOOL 
53f387c0d38c076cfc5c58ff7467096370959017ef13531d8abe7f6c5a502889148dd3caf1a3598e693c452dc1caa9d3448c33355f375d2a0755ece2a10f4ad8
 DIST firefox-45.4.0esr-af.xpi 439353 SHA256 
93166fd1be0a9b870b3043c752ce7326f7a15a20c38daa40655ed0a6440a8afb SHA512 
70b2a20c7fc8d29d750eb28ff63e03101bf84c6282952dc412e85decee141d476eb85ab23f9eb656e8ca6e90705e4ac95d1e2110375695e8ea8d7047707fbe74
 WHIRLPOOL 
6e10cd75163bc5c724ab132abb51c8226236e089cf8b09b9ad7bdb14abc7294ac89255696aac2a0f0c9556ee6292c83acc8154b88c153d976b42c6dc4b94ac7a
 DIST firefox-45.4.0esr-an.xpi 449036 SHA256 
350c7e992de73a4aed0573f679b819e8f79a4f0ed6a98d8a05eaeb8f1eae82b4 SHA512 
7279885dbdbee9083c48aef08ad40b6f740d3e9962164d75390203bc71f19a825e87af59a1a3a9495ea7457fe54b266c0ec7316db41465522a0811e303fef25e
 WHIRLPOOL 
bbe23b91eeec40d1b8b3ed3389c3a9be374bf7312230e069e5883f697c4c73cd5e199c047011b3c5eb7ecc3825909419bf3fed77c2ced9669ddf57f608c602e0

diff --git a/www-client/firefox/files/firefox-47.0-crashreporter.patch 
b/www-client/firefox/files/firefox-47.0-crashreporter.patch
deleted file mode 100644
index 7b3bf3d..
--- a/www-client/firefox/files/firefox-47.0-crashreporter.patch
+++ /dev/null
@@ -1,27 +0,0 @@
 a/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
-+++ b/toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc
-@@ -920,10 +920,9 @@ string FormatIdentifier(unsigned char identifier[16]) {
- // Return the non-directory portion of FILENAME: the portion after the
- // last slash, or the whole filename if there are no slashes.
- string BaseFileName(const string ) {
--  // Lots of copies!  basename's behavior is less than ideal.
--  char* c_filename = strdup(filename.c_str());
--  string base = basename(c_filename);
--  free(c_filename);
-+  const char *c_filename = filename.c_str();
-+  const char *p = strrchr(c_filename, '/');
-+  string base = p ? p+1 : c_filename;
-   return base;
- }
- 
 
a/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
-+++ 
b/toolkit/crashreporter/google-breakpad/src/third_party/lss/linux_syscall_support.h
-@@ -3851,7 +3851,7 @@ struct kernel_statfs {
- return -1;
- }
-   }
--  #if defined(__x86_64__)
-+  #if defined(__x86_64__) && defined(__ILP32__)
- /* Need to make sure loff_t isn't truncated to 32-bits under x32.  */
- LSS_INLINE ssize_t LSS_NAME(pread64)(int f, void *b, size_t c, loff_t o) {
-   LSS_BODY(4, ssize_t, pread64, LSS_SYSCALL_ARG(f), LSS_SYSCALL_ARG(b),

diff --git 
a/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
 
b/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
deleted file mode 100644
index f7fb3b3..
--- 
a/www-client/firefox/files/firefox-47.0-define-HUNSPELL_STATIC-conditionally.patch
+++ /dev/null

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/files/, mail-client/thunderbird/

2016-10-13 Thread Ian Stakenvicius
commit: aed9654bcc37a01ee11b70fb601bfe8b68ee8dd3
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Oct 12 14:50:34 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Oct 13 20:53:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed9654b

mail-client/thunderbird: fix link issue with ld.gold from binutils-2.26.1

Bug: http://bugs.gentoo.org/593958

Package-Manager: portage-2.3.0

 mail-client/thunderbird/Manifest   |  2 +-
 .../thunderbird/files/firefox-45-gcc6.patch| 40 --
 mail-client/thunderbird/thunderbird-45.4.0.ebuild  |  5 ++-
 3 files changed, 3 insertions(+), 44 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index aa973df..824031e 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -6,7 +6,7 @@ DIST firefox-24.0-patches-0.9.tar.xz 6576 SHA256 
615b47ed076ead8f6fe8a9cc8b51ae7
 DIST firefox-31.0-patches-0.3.tar.xz 6004 SHA256 
1ca282d9b58e611c395fcda508bf0ddfebfc91ea6a6132b59f1acf90566f663c SHA512 
4469ccc3200955bb790a177352ebdbfa5c2299581bbbd0d83be4e2e0ccd5cb850c5023f3784dfbb3cd5d0dbed9bea4b533bdbe1627e42ba60437b4743a0e8fae
 WHIRLPOOL 
86b2da659dcb11f34cbb6bc966d7f7ab79fb3f8f3584f929ea50f7893bf84b01ece435c4598c05b538d0719fb0426fca51a1cc9f9abdecd8b8e8beb5109cc899
 DIST firefox-38.0-patches-05.tar.xz 18412 SHA256 
d2a2be8359c15d42fd2355bb54048db88af2288f9f9b69acbd742c29bd10be16 SHA512 
0556531fa5685bf04438df22b0e35ffd22c27e31a2d1d264b9401af8f3c79604577fc71f71e2bf338dc5465471152067ce1a30ba2813c612e062e20c4b5b7ea2
 WHIRLPOOL 
cc9aa2174395c8a70a9fc7010fc48d2f4e35c64c73deda38934a42ded5def14f7ccf6c3be8700ab3bea02bdd93bb4b98b40ff44176e4cfccd0b68b70d9deed61
 DIST firefox-45.0-patches-04.tar.xz 18600 SHA256 
2ee0ab58e0a1db7b573dd7ac407dcb9a43a85dd295c5d6d263f72ce629c5290c SHA512 
cf5d4ddfe14dff92950baae066350ace0a503c5bdd9d837e4724fd2fb905a2fb540dcf34971531e79547dd62dfbf217d472f39ccc4802f34a245e24f406fdb5e
 WHIRLPOOL 
1461c61ba7e54b7a91c758fdf91fda22260eaff4148b3cccab8ccfd9d09a3d80c0314e999284d392d9e961c42cd9720d6d30ac190074f74d1e53ecb1afa1b1e3
-DIST firefox-45.0-patches-06.tar.xz 19792 SHA256 
4cacdb0ca1e710a0e3f577d5a1253ed14fab9a2d1cdaf83b3fa7bac86cfddef2 SHA512 
eec8ccb3d67144368cfad807cad847379bf9ee54c2394f8bf0bda121178b1036ec1d32bea67afad840dff38e1ef26c4c19569d4fa4b553b6e2719bf07a46e017
 WHIRLPOOL 
7bb6b8f59d86beb9178fbea8bdd372a016b62e00766daf9439e2e59d20635a21b3a218447b09ce7d6a4b601611013f9ad08e088ef8112a41bde9ce951d10bdad
+DIST firefox-45.0-patches-07.tar.xz 21016 SHA256 
76a70ebb3f9c0515c0632170dfeedf0bfb60f248bee579514940148bb3e2b1c5 SHA512 
304d6ed4b4c9ac58f3762263207167a9a32532fd48f17d9cc86f5106f7ec98273f402e3779b810b455ceea77d84313ffc8f236fa6fdc6cd5ef21e8159beec552
 WHIRLPOOL 
a50d54d1e3b5c0fb0e8b32c8d69cdeb99a8fbfa90ac51dfa01163ab0228499b08d3ef37b27391d0d5179d80e937447029c2f976f014bf97d0da3e4bc1b58eaf7
 DIST gdata-provider-1.0.3.tar.xz 55860 SHA256 
2a6b8c1bed9c32dbb91bceadaf36986bffab4379ebf8ab1af83f9321b38f9cdd SHA512 
d1a99e179f4bc57c98beef80c27c5f774dffdd177a0ee0adf27441aaea27f96d61e723e592f9fa813b943acb34f572d5769622e2dd45c5befec762e0cbe013fb
 WHIRLPOOL 
2d896ae041ec8e6bd6f9474bf01ccc43925d89254cd6c719dfb70e1a5677f21fcc9536c2595f6b1b5823607d69248512d6dc9f5a1f208bd2e25a59f30a0c8c3f
 DIST gdata-provider-1.9.tar.xz 80812 SHA256 
8e60960999c752c49d6414d14c35c2d0cc474d4a199ec99e531453d4d60bc5a3 SHA512 
b1411b0a8614eb5e9fbdc0a41eb5ed38e8d4c90832e2a356fd0412b554af46bde4b766b213d9da3cafd85206da44d54c9f6b469c95ddb190fa04fe14a54a
 WHIRLPOOL 
df7451e55f937c604d92faed82a16bddd6ca87a7c03981324c5409ab5824ac1c631ec767f10eaedc6f7128cd1f9001eca599c848d39e116d9722f26811b01092
 DIST gdata-provider-2.6-r1.tar.xz 83836 SHA256 
e181d5fe69e66f34719295790301e0d265c855be5f30df516c52dd3708d82158 SHA512 
e5fcf60c221590d1d904ce8c6a74da7208b118c2872a26267f4ee6d3e68eea466d44b979b7259a012a21e48eb5b470d52cc9e58584226fe04ce88ff698da495b
 WHIRLPOOL 
0e85fbb321edec0397b42808fd6320e245de35ddd1cf772545c432dbf26d8c28b042ba2c61bbde2abdbf4d5cca076436e6d678d6d636d3bcc562470d485df6c1

diff --git a/mail-client/thunderbird/files/firefox-45-gcc6.patch 
b/mail-client/thunderbird/files/firefox-45-gcc6.patch
deleted file mode 100644
index c5b861c..
--- a/mail-client/thunderbird/files/firefox-45-gcc6.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1245076
-
 a/config/gcc-stl-wrapper.template.h2016-08-31 12:38:43.094770023 
-0400
-+++ b/config/gcc-stl-wrapper.template.h2016-08-31 12:40:12.030579071 
-0400
-@@ -17,6 +17,12 @@
- // Silence "warning: #include_next is a GCC extension"
- #pragma GCC system_header
- 
-+
-+#ifndef moz_dont_include_mozalloc_for_cstdlib
-+#  define moz_dont_include_mozalloc_for_cstdlib
-+#endif
-+#ifndef moz_dont_include_mozalloc_for_${HEADER}
-+
- // mozalloc.h wants ; break the cycle by always explicitly
- // including  here.  NB: this is a tad 

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

2016-10-13 Thread Ian Stakenvicius
commit: da9387c1434a6e4bdf146be4fefb23e0cb5ae0a2
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu Oct 13 20:52:49 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu Oct 13 20:53:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9387c1

net-analyzer/check_mk: peg slot on media-libs/libpng , remove old

A couple of simple things to ensure repoman reports cleanly

Package-Manager: portage-2.3.0

 net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild |   4 +-
 net-analyzer/check_mk/check_mk-1.2.4_p5.ebuild| 306 --
 2 files changed, 2 insertions(+), 308 deletions(-)

diff --git a/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild 
b/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild
index c13250e..721bed0 100644
--- a/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.ebuild
+++ b/net-analyzer/check_mk/check_mk-1.2.4_p5-r1.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$
 
@@ -24,7 +24,7 @@ DEPEND="wato? ( app-admin/sudo )
xinetd? ( sys-apps/xinetd )
!agent-only? ( || ( net-analyzer/nagios-core net-analyzer/icinga ) )
!agent-only? ( www-servers/apache www-apache/mod_python )
-   media-libs/libpng"
+   media-libs/libpng:0"
 RDEPEND="${DEPEND}"
 
 REQUIRED_USE="

diff --git a/net-analyzer/check_mk/check_mk-1.2.4_p5.ebuild 
b/net-analyzer/check_mk/check_mk-1.2.4_p5.ebuild
deleted file mode 100644
index 004203d..
--- a/net-analyzer/check_mk/check_mk-1.2.4_p5.ebuild
+++ /dev/null
@@ -1,306 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-MY_P="${P/_p/p}"
-MY_PV="${MY_P/check_mk-/}"
-S="${WORKDIR}/${MY_P}"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="General purpose Nagios/Icinga plugin for retrieving data"
-HOMEPAGE="http://mathias-kettner.de/check_mk.html;
-SRC_URI="http://mathias-kettner.de/download/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="agent-only apache_status dmi_sysinfo livestatus logwatch mysql
-nfsexports oracle postgres smart wato xinetd zypper"
-REQUIRED_USE="livestatus? ( !agent-only )
-wato? ( !agent-only )"
-
-RDEPEND="${DEPEND}
-   ( || ( dev-lang/python:2.6 dev-lang/python:2.7 ) )
-   wato? ( app-admin/sudo )
-   xinetd? ( sys-apps/xinetd )
-   !agent-only? ( || ( net-analyzer/nagios-core net-analyzer/icinga ) )
-   !agent-only? ( www-servers/apache www-apache/mod_python )"
-
-src_prepare() {
-   # modify setup.sh for gentoo
-   epatch "${FILESDIR}"/${PN}-1.2.4p3-setup.sh.patch
-}
-
-src_configure() {
-   if has_version net-analyzer/nagios-core; then
-   export mydaemon=nagios
-   export nagpipe=/var/nagios/rw/nagios.cmd
-   export check_result_path=/var/nagios/spool/checkresults
-   export nagios_status_file=/var/nagios/status.dat
-   export rrd_path=/var/nagios/perfdata
-   else
-   export mydaemon=icinga
-   export nagpipe=/var/lib/icinga/rw/icinga.cmd
-   export check_result_path=/var/lib/icinga/spool/checkresults
-   export nagios_status_file=/var/lib/icinga/status.dat
-   export rrd_path=/var/lib/icinga/perfdata
-   fi
-
-   export nagiosuser=${mydaemon}
-   export nagios_binary=/usr/sbin/${mydaemon}
-   export nagios_config_file=/etc/${mydaemon}/${mydaemon}.cfg
-   export nagconfdir=/etc/${mydaemon}/check_mk.d
-   export nagios_startscript=/etc/init.d/${mydaemon}
-   export htpasswd_file=/etc/${mydaemon}/htpasswd.users
-   export nagios_auth_name="${mydaemon} Access"
-   export docdir=/usr/share/doc/${PF}
-   export checkmandir=/usr/share/doc/${PF}/checks
-   export check_icmp_path=/usr/lib/nagios/plugins/check_icmp
-   export wwwuser=apache
-   export wwwgroup=apache
-   export apache_config_dir=/etc/apache2/modules.d/
-
-   if use livestatus; then
-   export enable_livestatus=yes
-   else
-   export enable_livestatus=no
-   fi
-
-   export STRIPPROG=/bin/true
-}
-
-src_compile() {
-   DESTDIR=${S} ./setup.sh --yes || die "Error while running setup.sh"
-
-   # compile waitmax
-   cd "${S}"/usr/share/check_mk/agents || die "Couldn't cd to 
${S}/usr/share/check_mk/agents"
-   if [[ -f waitmax ]]; then
-   rm waitmax || die "Couldn't delete precompiled waitmax file"
-   fi
-   sed -i -e 's#gcc -s -o waitmax waitmax\.c#gcc -o waitmax waitmax.c#' 
"${S}"/usr/share/check_mk/agents/Makefile || die "Couldn't modify remove strip 
from waitmax Makefile"
-   emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die 
"Couldn't compile waitmax"
-}
-
-src_install() {
-   if ! use agent-only; then
-   # Apache configuration

[gentoo-commits] proj/gentoo-mate:master commit in: scripts/bin/

2016-10-13 Thread Ettore Di Giacinto
commit: 6962c13ed198140830fac97d818f0df22adff2c8
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 20:20:07 2016 +
Commit: Ettore Di Giacinto  sabayonlinux  org>
CommitDate: Thu Oct 13 20:20:07 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6962c13e

scripts: add keyword-mate script to automatically handle gentoo-mate 
stabilization processes

 scripts/bin/keyword-mate | 63 
 1 file changed, 63 insertions(+)

diff --git a/scripts/bin/keyword-mate b/scripts/bin/keyword-mate
new file mode 100755
index 000..43a2f29
--- /dev/null
+++ b/scripts/bin/keyword-mate
@@ -0,0 +1,63 @@
+#!/usr/bin/perl
+# keyword-mate - utility to generate package lists,
+# used also to call keyword-helper automatically to handle stabilizations.
+# Given a list of packages in input and a MAJOR_VERSION,
+# it returns the minimum version of the package if there are more ebuilds with 
the same MAJOR_VERSION
+# Usage: from the root of the overlay
+# MAJOR_VERSION=1.12 keyword-mate mate-base/mate
+# 
+
+my @PKGLIST= @ARGV;
+my $MAJOR_V= $ENV{MAJOR_VERSION};
+my $EXCLUSION_LIST = $ENV{EXCLUSION_LIST};
+my $AUTO   = $ENV{AUTO} // 0;
+my $LOCAL_MATCH= $ENV{LOCAL_MATCH} // "min";
+
+sub natural_order {
+my @a = @_;
+return @a[
+map { unpack "N", substr( $_, -4 ) }
+sort
+map {
+my $key = $a[$_];
+$key =~ s[(\d+)][ pack "N", $1 ]ge;
+$key . pack "CNN", 0, 0, $_
+} 0 .. $#a
+];
+}
+
+print
+"You are running me from the wrong folder, don't you?\nI need to be 
executed from the root of the overlay!\n"
+and exit 1
+if ( -e "Manifest" );
+
+print
+"I need a MAJOR_VERSION as environment variable, otherwise i can't find 
the local minimum among the ebuilds\n"
+and exit 1
+if ( !$MAJOR_V );
+
+if ( !@ARGV or $ARGV[0] eq "-h" or $ARGV[0] eq "--help" ) {
+print "You must feed me with at least a package, without version!\n\n";
+print "e.g. $0 package package1 package2\n\n";
+print "ENV variables options:\n";
+print " MAJOR_V \t Major version to check\n";
+print " AUTO \t Automatically calls keyword-helper\n";
+print " EXCLUSION_LIST \t Supply an list of packages to be excluded\n";
+print " LOCAL_MATCH \t Can be 'min' or 'max', indicates local minimum or 
maximum\n";
+
+exit 1;
+}
+
+for (@PKGLIST) {
+next if $EXCLUSION_LIST =~ /$_/;
+exit 1 unless -d $_;
+my @EBUILDS = <$_/*.ebuild>;
+my $wanted_version = ( natural_order( grep {/$MAJOR_V/} @EBUILDS ) )
+[ $LOCAL_MATCH eq "max" ? -1 : 0 ];
+my $package = ( $wanted_version =~ /(.*)\.ebuild/ )[0];
+my @path = split( /\//, $package );
+next unless @path > 0;
+$package = $path[0] . "/" . $path[2];
+print "$package\n";
+system("./scripts/bin/keyword-helper $package") if ( $AUTO == 1 );
+}



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

2016-10-13 Thread Thomas Deutschmann
commit: 180eeb25679dbf994da5571521187938e8ec8354
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 13 20:48:26 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 13 20:48:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180eeb25

app-admin/collectd: Revision bump to address multiple issues

 - When collectd was emerged with "filecaps" USE flag set and at least one
   chosen plugin required special capabilities systemd was unable to start
   collectd because CapabilityBoundingSet option in collectd's systemd unit
   file did not match with the capabilities actual set for
   "/usr/sbin/collectd". (bug #596852)

 - Cherry picked upstream commit 5e4f2ae61d to get rid of

 > capability: warning: `collectd' uses 32-bit capabilities (legacy support 
in use)

   message.

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

Package-Manager: portage-2.3.2

 app-admin/collectd/Manifest|   1 -
 app-admin/collectd/collectd-5.6.0.ebuild   | 499 -
 ...lectd-5.6.1.ebuild => collectd-5.6.1-r1.ebuild} |  54 ++-
 .../files/collectd-5.6.0-fix-apache-plugin.patch   |  26 --
 .../collectd/files/collectd-5.6.0-issue-1896.patch |  76 
 ...ctd-5.6.0-use-_LINUX_CAPABILITY_VERSION_3.patch |  37 ++
 6 files changed, 75 insertions(+), 618 deletions(-)

diff --git a/app-admin/collectd/Manifest b/app-admin/collectd/Manifest
index 2485930..ad706b1 100644
--- a/app-admin/collectd/Manifest
+++ b/app-admin/collectd/Manifest
@@ -1,3 +1,2 @@
 DIST collectd-5.5.2.tar.bz2 1800476 SHA256 
017f3a4062187e594d8ab6af685655fb82a8a942dc574668e68242bdb8ba820f SHA512 
9d311db4f3677b95e3a47c03af01bdf1127957f6fccb6c601455632d0ea3b39e3f4cd9a6f8f510083e208714bbb0da2e04aaa574a90b0ad6fe984506675475b3
 WHIRLPOOL 
98ed4fb29eec0ae660d3e1651380a3f17f7bf7f22e687633c4a44974bc84e49cf8de11fd6fea349bfe24809ac3c29a407459a1203b72bcf741e1587c6c0b1773
-DIST collectd-5.6.0.tar.bz2 1818470 SHA256 
f0ffbbd91fac3682bd324a74b9b4c9eabe781394b303b5cfd457c4cfbe748623 SHA512 
5eecd7fe1619850b29e7853e0ab8f9eb7688d0fdf5687cf04930c75a94181c53d7dc0601a1dfa02417bdeb63cccf09b87acd7129e7f155b8d11147ec46982ed8
 WHIRLPOOL 
690e50f16318e9df39eac62010f8b0a57059356deeedd72505cc4a980876261a198edac095317f97b03913167dcfc49bf9f3b46986bbc3653628856e3a005111
 DIST collectd-5.6.1.tar.bz2 1903962 SHA256 
c30ff644f91407b4dc2d99787b99cc45ec00e538bd1cc269429d3c5e8a4aee2c SHA512 
da25f1a9cbaf47533f5a4d2f5f78b966317d4f21865c5a714954ad9d7d02b4798a3e0471ce52199dc80e01dc2808376cb10a7e19c402aafc984bf595f09951a6
 WHIRLPOOL 
68ed2b27bbd48f5af5e29743dcd2871ab4c2904d5593bbb6f3e68129f318389e32e13b256d489ea7842b90c406974511c8f324383253c7b438e7b6a9d36d299d

diff --git a/app-admin/collectd/collectd-5.6.0.ebuild 
b/app-admin/collectd/collectd-5.6.0.ebuild
deleted file mode 100644
index 9233874..
--- a/app-admin/collectd/collectd-5.6.0.ebuild
+++ /dev/null
@@ -1,499 +0,0 @@
-# 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_4,3_5} )
-JAVA_PKG_OPT_USE="collectd_plugins_java"
-
-inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
-
-DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
-
-HOMEPAGE="https://collectd.org/;
-SRC_URI="${HOMEPAGE}/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
-
-# The plugin lists have to follow here since they extend IUSE
-
-# Plugins that don't build (e.g. dependencies not in Gentoo)
-# apple_sensors: Requires libIOKit
-# aquaero:   Requires aerotools-ng/libaquaero5
-# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
-# grpc:  Requires libgrpc
-# lpar:  Requires libperfstat (AIX only)
-# mic:   Requires Intel Many Integrated Core Architecture API
-#(part of Intel's  Xeon Phi software)
-# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
-# pf:Requires BSD packet filter
-# pinba: Requires MySQL Pinba engine (http://pinba.org/)
-# tape:  Requires libkstat (Solaris only)
-# write_mongodb: https://github.com/collectd/collectd/issues/492
-# write_riemann: Requires riemann-c-client
-# xmms:  Requires libxmms (v1)
-# zone:  Solaris only...
-COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer grpc lpar mic
-   netapp pf pinba tape write_kafka write_mongodb write_riemann xmms
-   zone"
-
-# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
-COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
-   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
-   csv curl curl_json curl_xml dbi df disk dns drbd email 

[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2016-10-13 Thread Zac Medico
commit: c17302dd25ca3aff87d46e55cadb217b762dff3e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct 13 20:40:48 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 13 20:47:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17302dd

app-office/libreoffice-bin: move hunspell to BIN_COMMON_DEPEND

Package-Manager: portage-2.3.2

 app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
index 5bf72ed..4096743 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
@@ -58,6 +58,7 @@ SLOT="0"
 KEYWORDS="-* amd64 x86"
 
 BIN_COMMON_DEPEND="
+   app-text/hunspell:0/0
=app-text/libexttextcat-3.4*
=app-text/libmwaw-0.3*
app-text/poppler:0/62
@@ -83,7 +84,6 @@ COMMON_DEPEND="
${PYTHON_DEPS}
app-arch/unzip
app-arch/zip
-   app-text/hunspell:0/0
>=app-text/libabw-0.1.0
>=app-text/libebook-0.1
>=app-text/libetonyek-0.1



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

2016-10-13 Thread Mike Gilbert
commit: a146a7ada740307f843a75d31e50633f98cfe52e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 20:32:35 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 20:32:35 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a146a7ad

kde-frameworks/kpty: prepend EPREFIX to utempter path

Package-Manager: portage-2.3.2

 kde-frameworks/kpty/kpty-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kpty/kpty-.ebuild 
b/kde-frameworks/kpty/kpty-.ebuild
index 56b1a2f..e989a85 100644
--- a/kde-frameworks/kpty/kpty-.ebuild
+++ b/kde-frameworks/kpty/kpty-.ebuild
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
local mycmakeargs=(
-   -DUTEMPTER_EXECUTABLE=/usr/sbin/utempter
+   -DUTEMPTER_EXECUTABLE="${EPREFIX}/usr/sbin/utempter"
)
 
kde5_src_configure



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpty/

2016-10-13 Thread Mike Gilbert
commit: 645b02c0b1bda639f866f8b0ede8701369e4e7f9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 19:56:15 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 19:56:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645b02c0

kde-frameworks/kpty: prepend EPREFIX to utempter path

Package-Manager: portage-2.3.2

 kde-frameworks/kpty/kpty-5.27.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild 
b/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild
index 0bd6669..7c64bc4 100644
--- a/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild
+++ b/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"
 
 src_configure() {
local mycmakeargs=(
-   -DUTEMPTER_EXECUTABLE=/usr/sbin/utempter
+   -DUTEMPTER_EXECUTABLE="${EPREFIX}/usr/sbin/utempter"
)
 
kde5_src_configure



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/

2016-10-13 Thread Zac Medico
commit: 4085d3a8de5aa81161370ab4fc02c29b4fcde0c9
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct 13 19:24:52 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 13 19:24:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4085d3a8

app-office/libreoffice-bin: lock hunspell to 0/0 subslot

Package-Manager: portage-2.3.2

 app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild 
b/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
index 29dce5c..5bf72ed 100644
--- a/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
+++ b/app-office/libreoffice-bin/libreoffice-bin-5.1.4.2.ebuild
@@ -83,7 +83,7 @@ COMMON_DEPEND="
${PYTHON_DEPS}
app-arch/unzip
app-arch/zip
-   app-text/hunspell
+   app-text/hunspell:0/0
>=app-text/libabw-0.1.0
>=app-text/libebook-0.1
>=app-text/libetonyek-0.1



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-10-13 Thread Mike Gilbert
commit: a65170cbd630d0df4f88716ba67d17e83f4021c7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 19:16:49 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 19:16:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65170cb

www-plugins/adobe-flash: fix chrome-binary-plugins blocker

Package-Manager: portage-2.3.2

 www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild 
b/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild
index 7c65587..44893e2 100644
--- a/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild
@@ -27,7 +27,7 @@ LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 
 RDEPEND="
-   !www-plugins/chrome-binary-plugins[flash]
+   !www-plugins/chrome-binary-plugins[flash(-)]
 "
 
 S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/

2016-10-13 Thread Brian Evans
commit: f1a7a1d20d684afb05f07790ee139c9522d900b5
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 13 19:07:09 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 13 19:07:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a7a1d2

www-plugins/freshplayerplugin: Drop old revision

Package-Manager: portage-2.3.2

 .../freshplayerplugin-0.3.5-r1.ebuild  | 86 --
 1 file changed, 86 deletions(-)

diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild 
b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
deleted file mode 100644
index 65d9b58..
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-CMAKE_MIN_VERSION="2.8.8"
-
-inherit cmake-utils
-
-LICENSE="MIT"
-HOMEPAGE="https://github.com/i-rinat/freshplayerplugin;
-DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based 
browsers"
-SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT=0
-IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
-
-KEYWORDS="amd64"
-
-HWDEC_DEPEND="
-   libav? ( media-video/libav:0=[vaapi?,vdpau?] )
-   !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
-   x11-libs/libva
-   x11-libs/libvdpau
-"
-
-COMMON_DEPEND="
-   dev-libs/glib:2=
-   dev-libs/icu:0=
-   dev-libs/libevent:=[threads]
-   media-libs/alsa-lib:=
-   media-libs/freetype:2=
-   media-libs/mesa:=[egl,gles2?]
-   x11-libs/cairo:=[X]
-   x11-libs/libXcursor:=
-   x11-libs/libXrandr:=
-   x11-libs/libXrender:=
-   x11-libs/libdrm:=
-   x11-libs/pango:=[X]
-   jack? (
-   media-sound/jack-audio-connection-kit
-   media-libs/soxr
-   )
-   pulseaudio? ( media-sound/pulseaudio )
-   !gtk3? ( x11-libs/gtk+:2= )
-   gtk3? ( x11-libs/gtk+:3= )
-   libressl? ( dev-libs/libressl:0= )
-   !libressl? ( dev-libs/openssl:0= )
-   v4l? ( media-libs/libv4l:0= )
-   vaapi? ( ${HWDEC_DEPEND} )
-   vdpau? ( ${HWDEC_DEPEND} )
-"
-
-DEPEND="${COMMON_DEPEND}
-   dev-util/ragel
-   virtual/pkgconfig
-   "
-RDEPEND="${COMMON_DEPEND}
-   || (
-   www-plugins/chrome-binary-plugins[flash]
-   www-client/google-chrome
-   www-client/google-chrome-beta
-   www-client/google-chrome-unstable
-   www-plugins/adobe-flash:22
-   )
-   "
-
-PATCHES=( "${FILESDIR}/0.3.5-cmake.patch" 
"${FILESDIR}/0.3.4-git-revision.patch" )
-DOCS=( ChangeLog data/freshwrapper.conf.example README.md )
-
-src_configure() {
-   mycmakeargs=(
-   -DWITH_JACK=$(usex jack)
-   -DWITH_PULSEAUDIO=$(usex pulseaudio)
-   -DWITH_GTK=$(usex gtk3 3 2)
-   -DWITH_GLES2=$(usex gles2)
-   -DWITH_LIBV4L2=$(usex v4l)
-   -DCMAKE_SKIP_RPATH=1
-   )
-   if use vaapi || use vdpau ; then
-   mycmakeargs+=( -DWITH_HWDEC=1 )
-   else
-   mycmakeargs+=( -DWITH_HWDEC=0 )
-   fi
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/

2016-10-13 Thread Brian Evans
commit: 7479b0011097889ab33a7704948057c9aa6e4dd2
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 13 19:05:38 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 13 19:05:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7479b001

www-plugins/freshplayerplugin: Version bump to remove bad dependencies

chrome-binary-plugins and google-chrome no longer provide flash

Package-Manager: portage-2.3.2

 .../freshplayerplugin-0.3.5-r2.ebuild  | 80 ++
 1 file changed, 80 insertions(+)

diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild 
b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
new file mode 100644
index ..8adae56
--- /dev/null
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_MIN_VERSION="2.8.8"
+
+inherit cmake-utils
+
+LICENSE="MIT"
+HOMEPAGE="https://github.com/i-rinat/freshplayerplugin;
+DESCRIPTION="PPAPI-host NPAPI-plugin adapter for flashplayer in npapi based 
browsers"
+SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SLOT=0
+IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
+
+KEYWORDS="~amd64"
+
+HWDEC_DEPEND="
+   libav? ( media-video/libav:0=[vaapi?,vdpau?] )
+   !libav? ( media-video/ffmpeg:0=[vaapi?,vdpau?] )
+   x11-libs/libva
+   x11-libs/libvdpau
+"
+
+COMMON_DEPEND="
+   dev-libs/glib:2=
+   dev-libs/icu:0=
+   dev-libs/libevent:=[threads]
+   media-libs/alsa-lib:=
+   media-libs/freetype:2=
+   media-libs/mesa:=[egl,gles2?]
+   x11-libs/cairo:=[X]
+   x11-libs/libXcursor:=
+   x11-libs/libXrandr:=
+   x11-libs/libXrender:=
+   x11-libs/libdrm:=
+   x11-libs/pango:=[X]
+   jack? (
+   media-sound/jack-audio-connection-kit
+   media-libs/soxr
+   )
+   pulseaudio? ( media-sound/pulseaudio )
+   !gtk3? ( x11-libs/gtk+:2= )
+   gtk3? ( x11-libs/gtk+:3= )
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? ( dev-libs/openssl:0= )
+   v4l? ( media-libs/libv4l:0= )
+   vaapi? ( ${HWDEC_DEPEND} )
+   vdpau? ( ${HWDEC_DEPEND} )
+"
+
+DEPEND="${COMMON_DEPEND}
+   dev-util/ragel
+   virtual/pkgconfig
+   "
+RDEPEND="${COMMON_DEPEND}
+   www-plugins/adobe-flash:22
+   "
+
+PATCHES=( "${FILESDIR}/0.3.5-cmake.patch" 
"${FILESDIR}/0.3.4-git-revision.patch" )
+DOCS=( ChangeLog data/freshwrapper.conf.example README.md )
+
+src_configure() {
+   mycmakeargs=(
+   -DWITH_JACK=$(usex jack)
+   -DWITH_PULSEAUDIO=$(usex pulseaudio)
+   -DWITH_GTK=$(usex gtk3 3 2)
+   -DWITH_GLES2=$(usex gles2)
+   -DWITH_LIBV4L2=$(usex v4l)
+   -DCMAKE_SKIP_RPATH=1
+   )
+   if use vaapi || use vdpau ; then
+   mycmakeargs+=( -DWITH_HWDEC=1 )
+   else
+   mycmakeargs+=( -DWITH_HWDEC=0 )
+   fi
+   cmake-utils_src_configure
+}



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

2016-10-13 Thread Mike Gilbert
commit: 8deb7f286576931d8648e65fb7e2a44db1e8e3c9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 19:12:32 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 19:12:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8deb7f28

profiles: drop www-plugins/freshplayerplugin mask

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

diff --git a/profiles/package.mask b/profiles/package.mask
index e56f320..3ad60cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,10 +30,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Mike Gilbert  (13 Oct 2016)
-# google-chrome no longer installs pepper flash.
- (12 Oct 2016)
 # Dead upstream. Requires dead and vulnerable qtwebkit4.
 # Consider www-client/qupzilla or www-client/otter instead.



[gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/

2016-10-13 Thread Brian Evans
commit: 2af248adb43ba605f08b779edbf200d11b7e3d9d
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 13 19:06:35 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 13 19:06:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af248ad

www-plugins/freshplayerplugin: Fast stable corrected dependency revision

Package-Manager: portage-2.3.2

 www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild 
b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
index 8adae56..e1f78b3 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SLOT=0
 IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 HWDEC_DEPEND="
libav? ( media-video/libav:0=[vaapi?,vdpau?] )



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

2016-10-13 Thread Mike Gilbert
commit: 0412a2e87aad668109ac1ec6c485cd01abb854e1
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 18:37:19 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 18:54:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0412a2e8

app-i18n/fcitx: Delete old versions.

 app-i18n/fcitx/Manifest |   3 -
 app-i18n/fcitx/fcitx-4.2.8.5.ebuild | 127 ---
 app-i18n/fcitx/fcitx-4.2.8.6.ebuild | 127 ---
 app-i18n/fcitx/fcitx-4.2.9.ebuild   | 129 
 app-i18n/fcitx/metadata.xml |   1 -
 5 files changed, 387 deletions(-)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 58b4baf..7222732 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,4 +1 @@
-DIST fcitx-4.2.8.5_dict.tar.xz 8696468 SHA256 
fe3d6f57805fc61130f8254f19a86fe3baa0f405406414ca2e94bcf86d3d1b72 SHA512 
ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe
 WHIRLPOOL 
0a394d5aaa53819bbab66b32e7ae5896187bc45fad146c7eef4ab75640e5c6670cf811bec87e482bb3516b30e1ce28f2cefa91c10838092f9329b1101b5c70db
-DIST fcitx-4.2.8.6_dict.tar.xz 8694328 SHA256 
91034e9ef976bbe2649a96b67adf0c133d64e2c0d53be440cc40a4370569d597 SHA512 
822e448932e735fe3087384eaf91c6b029b06d3461aa3798501bfbf8f79b8ebc5ea3ac57f01ec32674cc3cb74fcb34b6e285ef265bb49be54543f34dcaf624e4
 WHIRLPOOL 
df24b3b6bbe18a8498732b27817caef6c28278bddd6acfbe49edd9a63d8f33b09ba93ff0bd144e1c1d3b9b9c8079a35a8a047ebf9b361b4f173ec9b23138042e
 DIST fcitx-4.2.9.1_dict.tar.xz 8684772 SHA256 
5337c8226417a1d4e6f88b3b1048aa73695d281ed483568a7b6a9ee849ad6c77 SHA512 
5d3b669ed97423f976116385571d07f832e9e18007e6a3c2aef12957219739a81fbf2343825fea4a1b01a83a6bf9e40e9ffa88466c651876602517c6da1fb25d
 WHIRLPOOL 
02b2ff1b0c33b1f2c0461988bc3323ca27ba565a0d8a1f49b96aaceac857c07365aaaee0048d470dea82e60857bedf59ef8c60d3cdfa14a2ff074216d5cdc16d
-DIST fcitx-4.2.9_dict.tar.xz 8675292 SHA256 
3a935b7098fe573b126f8e393d93bccc6d4e4e9988830430fa9b1c87876bfc6c SHA512 
4bad2efc283858bf9af7f7f283f7beefb210aa361ff034464ff97ea0e536f084c99d876f3595a5375114b68cd51714bd0b5c622a53efc57154a4e629fd416093
 WHIRLPOOL 
520a6f41a68fd5dbd4b00eb5de5ed2aea0801adc9dd64449e36c442311c9c85bdd28f1d5f79917e99b7fff2f8372bed9bb780fdda7d6d16cf528e5c1a6a0914f

diff --git a/app-i18n/fcitx/fcitx-4.2.8.5.ebuild 
b/app-i18n/fcitx/fcitx-4.2.8.5.ebuild
deleted file mode 100644
index 9d1fb1e..
--- a/app-i18n/fcitx/fcitx-4.2.8.5.ebuild
+++ /dev/null
@@ -1,127 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils eutils gnome2-utils fdo-mime multilib readme.gentoo
-
-DESCRIPTION="Flexible Contect-aware Input Tool with eXtension support"
-HOMEPAGE="http://fcitx-im.org/;
-SRC_URI="http://download.fcitx-im.org/fcitx/${P}_dict.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
-IUSE="+X +autostart +cairo +dbus debug +enchant gtk gtk3 icu introspection lua
-nls opencc +pango qt4 static-libs +table test +xml"
-
-REQUIRED_USE="cairo? ( X ) gtk? ( X ) gtk3? ( X ) qt4? ( X )"
-
-RDEPEND="
-   X? (
-   x11-libs/libX11
-   x11-libs/libXinerama
-   )
-   cairo? (
-   x11-libs/cairo[X]
-   pango? ( x11-libs/pango[X] )
-   !pango? ( media-libs/fontconfig )
-   )
-   dbus? ( sys-apps/dbus )
-   enchant? ( app-text/enchant )
-   gtk? (
-   x11-libs/gtk+:2
-   dev-libs/glib:2
-   dev-libs/dbus-glib
-   )
-   gtk3? (
-   x11-libs/gtk+:3
-   dev-libs/glib:2
-   dev-libs/dbus-glib
-   )
-   icu? ( dev-libs/icu:= )
-   introspection? ( dev-libs/gobject-introspection )
-   lua? ( dev-lang/lua:= )
-   nls? ( sys-devel/gettext )
-   opencc? ( app-i18n/opencc )
-   qt4? (
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4[glib]
-   )
-   xml? (
-   app-text/iso-codes
-   dev-libs/libxml2
-   x11-libs/libxkbfile
-   )"
-DEPEND="${RDEPEND}
-   virtual/libintl
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog README THANKS TODO
-   doc/pinyin.txt doc/cjkvinput.txt doc/API.txt doc/Develop_Readme )
-HTML_DOCS=( doc/wb_fh.htm )
-
-src_prepare() {
-   use autostart && DOC_CONTENTS="You have enabled the autostart USE flag,
-   which will let fcitx start automatically on XDG compatible desktop
-   environments, such as Gnome, KDE, LXDE, Razor-qt and Xfce. If you use
-   ~/.xinitrc to configure your desktop, make sure to include the fcitx
-   command to start it."
-   epatch_user
-}
-
-src_configure() {
-   local mycmakeargs="
-   -DLIB_INSTALL_DIR=/usr/$(get_libdir)
-

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

2016-10-13 Thread Mike Gilbert
commit: 7516d42cb8a098b9eed216d6308733d2541f4162
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 18:48:35 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 18:54:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7516d42c

app-i18n/kcm-fcitx: Delete old version.

 app-i18n/kcm-fcitx/Manifest   |  1 -
 app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/app-i18n/kcm-fcitx/Manifest b/app-i18n/kcm-fcitx/Manifest
index 15f95c2..d365101 100644
--- a/app-i18n/kcm-fcitx/Manifest
+++ b/app-i18n/kcm-fcitx/Manifest
@@ -1,3 +1,2 @@
-DIST kcm-fcitx-0.4.2.tar.xz 63796 SHA256 
f681c1a4172b74a63c36094f860eff4ea778422e1062b00fd03509eda745ed66 SHA512 
51ccc5b03f076e73cda7852b1bb1598e56114fe1a7733f3eb0a731c0249cbaa2ac7f4c27115929d236cc94a3f131fc790933cddff624387d050fecf3e170842e
 WHIRLPOOL 
6c0f3e4d345c7570ee519878c141ba2f708c85e0dc8a171058af291e6a02b48cdd3965335b9eb766f9a149b31d5fccc0334f8bb7352eb978625367af064e6b17
 DIST kcm-fcitx-0.4.3.tar.xz 56864 SHA256 
b7e9ad4569c0940f9654d58de1f13281fcbcab56febbd346951edcfa0a86e208 SHA512 
d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713
 WHIRLPOOL 
04aec049436a120362d02ba900a0d8639feb359b4cc6b99a871c7ffa8d9660270c321828b8660c718890a7f0ea308ea584711ed712762aab712fe8d7e72a205a
 DIST kcm-fcitx-0.5.3.tar.xz 57488 SHA256 
f2de5fa4e31a96fea059e4d390c6f1d6fdc98af572c19a0e84cf6181da7c2935 SHA512 
19d172cbf1d2a13f289b64b67488ddc5ba83a9d26503438045271c85df3775715614951652dc6f8da52a3b9d692d6e2138a760fc51d1e7f0f8bb0bd467265496
 WHIRLPOOL 
7be5cfb389bfcf5f451b5619c0818afeaa7b88199375b2f5d85bdcc21b1259008a3653f1cd26e33689a9f18130bc53269dceb20fca5b64aaa8f619e06f2d413e

diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild 
b/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.ebuild
deleted file mode 100644
index 3ca1ea7..
--- a/app-i18n/kcm-fcitx/kcm-fcitx-0.4.2.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 kde4-base
-
-DESCRIPTION="KDE configuration module for Fcitx"
-HOMEPAGE="http://fcitx-im.org/;
-SRC_URI="https://fcitx.googlecode.com/files/${P}.tar.xz;
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=app-i18n/fcitx-4.2.7[qt4]
-   x11-libs/libxkbfile"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"



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

2016-10-13 Thread Mike Gilbert
commit: 576694641a4967ac7642a36ef8841b9967baa376
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 18:34:50 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 18:35:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57669464

profiles/base: force dev-lang/python[threads]

 profiles/base/package.use.force | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 311b201..af149be 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -2,6 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Mike Gilbert  (13 Oct 2016)
+# Python without threads breaks in many ways.
+dev-lang/python threads
+
 # Maciej Mrozowski  (1 Sept 2016)
 # Workaround until resolved upstream (bug #586840)
 >=dev-games/simgear-2016.2.1 dns



[gentoo-commits] repo/gentoo:master commit in: www-plugins/freshplayerplugin/

2016-10-13 Thread Brian Evans
commit: 2440d1e4f0d08228a91ad2dd61baab7b213bf817
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 13 18:12:23 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 13 18:12:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2440d1e4

www-plugins/freshplayerplugin: Mark 0.3.5-r1 stable

Personally tested by me
Fixes only stable being masked for unresolvable deps

Package-Manager: portage-2.3.2

 www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild 
b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
index 29ef4d6..65d9b58 100644
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
+++ b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.5-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SLOT=0
 IUSE="gles2 gtk3 jack libav libressl pulseaudio v4l vaapi vdpau"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 HWDEC_DEPEND="
libav? ( media-video/libav:0=[vaapi?,vdpau?] )



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

2016-10-13 Thread Brian Evans
commit: 09277371d30e5cc2c325fb3c76df4e6ca47168f3
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 13 18:14:08 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 13 18:14:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09277371

www-plugins/freshplayerplugin: Drop old versions with unresolvable deps

Package-Manager: portage-2.3.2

 www-plugins/freshplayerplugin/Manifest |  1 -
 .../freshplayerplugin/files/0.2.4-cmake.patch  | 59 ---
 .../freshplayerplugin-0.3.2.ebuild | 82 -
 .../freshplayerplugin-0.3.5.ebuild | 85 --
 4 files changed, 227 deletions(-)

diff --git a/www-plugins/freshplayerplugin/Manifest 
b/www-plugins/freshplayerplugin/Manifest
index 4097ca7..58cfd8d 100644
--- a/www-plugins/freshplayerplugin/Manifest
+++ b/www-plugins/freshplayerplugin/Manifest
@@ -1,2 +1 @@
-DIST freshplayerplugin-0.3.2.tar.gz 2713241 SHA256 
b3687b9d67ab88c64fea32b17f281f142bf861e33d9135b00da5d90d385d9ce5 SHA512 
9c908ce1a168c0797dc3b0da8e98d722cc32d729acb1c4a8f38b7e95c23fe870baabe4b3f8790d021711578fdb9a61f44aba27cebb924fec9aabcf8cd91323e5
 WHIRLPOOL 
2e9b78bcc3605409ec6853caf31aab03658c044e0d05449a620b31261323856503db8db960db9992d6db4fd61df8f9feb05800124c2f4a450c4ff65b22fc7c34
 DIST freshplayerplugin-0.3.5.tar.gz 781003 SHA256 
b08f7c6690de13b1e358fef4cab41cb303b9e80b3504678e94c9646f44dd7104 SHA512 
dd447db4cbfdb80b89ff42894099971c100023d19fe5fbad023d5ac1afa827fdc5a169a03f4702ffda3cf6e0dd9c63217b68d97d047ac43afc22f488020a0ba0
 WHIRLPOOL 
cf22758e0ed947db27e8e6e053f17bafc425beebebd9314008eef105e828a0a51f73fd42f2d0c00e12e56f817e2b9078baeb55bd54a6c6a55e8ebd00d2e27ccc

diff --git a/www-plugins/freshplayerplugin/files/0.2.4-cmake.patch 
b/www-plugins/freshplayerplugin/files/0.2.4-cmake.patch
deleted file mode 100644
index 3ad1523..
--- a/www-plugins/freshplayerplugin/files/0.2.4-cmake.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-diff -uarN a/CMakeLists.txt b/CMakeLists.txt
 a/CMakeLists.txt   2015-04-25 11:17:24.0 -0400
-+++ b/CMakeLists.txt   2015-04-26 20:14:43.152014529 -0400
-@@ -61,35 +61,36 @@
- # optional dependencies
- message(STATUS "checking for optional dependencies")
- 
--pkg_check_modules(PULSEAUDIO QUIET libpulse)
--pkg_check_modules(JACK QUIET jack)
--pkg_check_modules(SOXR QUIET soxr)
- set(WITH_PULSEAUDIO TRUE CACHE STRING "enable PulseAudio support")
- set(WITH_JACK TRUE CACHE STRING "enable JACK Audio Connection Kit")
- 
--if (PULSEAUDIO_FOUND AND WITH_PULSEAUDIO)
-+if (WITH_PULSEAUDIO)
-+pkg_check_modules(PULSEAUDIO libpulse)
-+if (NOT PULSEAUDIO_FOUND)
-+message(FATAL_ERROR "PulseAudio requested but not found.")
-+endif()
- add_definitions(-DHAVE_PULSEAUDIO=1)
--message(STATUS "  found libpulse, version ${PULSEAUDIO_VERSION} 
(optional)")
-+message(STATUS "  found libpulse, version ${PULSEAUDIO_VERSION}")
- list(APPEND REQ_LIBRARY_DIRS ${PULSEAUDIO_LIBRARY_DIRS})
- list(APPEND REQ_INCLUDE_DIRS ${PULSEAUDIO_INCLUDE_DIRS})
- list(APPEND REQ_LIBRARIES${PULSEAUDIO_LIBRARIES})
--else()
--message(STATUS "  no libpulse found (optional)")
- endif()
- 
--if (JACK_FOUND AND WITH_JACK)
--message(STATUS "  found jack, version ${JACK_VERSION} (optional)")
--if (SOXR_FOUND)
--message(STATUS "  found soxr, version ${SOXR_VERSION}")
--add_definitions(-DHAVE_JACK=1)
--list(APPEND REQ_LIBRARY_DIRS "${JACK_LIBRARY_DIRS}" 
"${SOXR_LIBRARY_DIRS}")
--list(APPEND REQ_INCLUDE_DIRS "${JACK_INCLUDE_DIRS}" 
"${SOXR_INCLUDE_DIRS}")
--list(APPEND REQ_LIBRARIES"${JACK_LIBRARIES}" "${SOXR_LIBRARIES}")
--else()
--message(STATUS "  no soxr found, JACK output disabled")
-+if (WITH_JACK)
-+pkg_check_modules(JACK QUIET jack)
-+if (NOT JACK_FOUND)
-+message(FATAL_ERROR "JACK support requested but not found.")
-+endif()
-+pkg_check_modules(SOXR QUIET soxr)
-+if (NOT SOXR_FOUND)
-+message(FATAL_ERROR "SOXR libray not found but needed for JACK 
support.")
- endif()
--else()
--message(STATUS "  no jack found (optional)")
-+message(STATUS "  found jack, version ${JACK_VERSION}")
-+message(STATUS "  found soxr, version ${SOXR_VERSION}")
-+add_definitions(-DHAVE_JACK=1)
-+list(APPEND REQ_LIBRARY_DIRS "${JACK_LIBRARY_DIRS}" 
"${SOXR_LIBRARY_DIRS}")
-+list(APPEND REQ_INCLUDE_DIRS "${JACK_INCLUDE_DIRS}" 
"${SOXR_INCLUDE_DIRS}")
-+list(APPEND REQ_LIBRARIES"${JACK_LIBRARIES}" "${SOXR_LIBRARIES}")
- endif()
- 
- list(APPEND REQ_LIBRARIES img-resources)

diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.2.ebuild 
b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.2.ebuild
deleted file mode 100644
index 3bb24e7..
--- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under 

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

2016-10-13 Thread Brian Evans
commit: 57a04cc05cec5473030683a14787cae9d1bf0761
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Oct 13 18:10:11 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Oct 13 18:10:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a04cc0

Fix typo in package.mask, missing category separator

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 29d1e3b..e56f320 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,7 +32,7 @@
 
 # Mike Gilbert  (13 Oct 2016)
 # google-chrome no longer installs pepper flash.
- (12 Oct 2016)
 # Dead upstream. Requires dead and vulnerable qtwebkit4.



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

2016-10-13 Thread Mike Gilbert
commit: a945b29dfdfbb106e410baeaef9e2c3ebd9fb126
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 18:02:33 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 18:02:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a945b29d

profiles: mask  12 Oct 2016)
+# Mike Gilbert  (13 Oct 2016)
+# google-chrome no longer installs pepper flash.
+ (12 Oct 2016)
 # Dead upstream. Requires dead and vulnerable qtwebkit4.
 # Consider www-client/qupzilla or www-client/otter instead.
 # Masked for removal in 30 days.



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

2016-10-13 Thread Alon Bar-Lev
commit: b544bd98918c1fa6749b83d21d274ac8d0e1f185
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Thu Oct 13 17:58:19 2016 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Thu Oct 13 17:58:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b544bd98

net-libs/gnutls: remove guile slot

Bug: 590810

Package-Manager: portage-2.3.0

 net-libs/gnutls/gnutls-3.3.17.1.ebuild  | 4 ++--
 net-libs/gnutls/gnutls-3.3.23.ebuild| 2 +-
 net-libs/gnutls/gnutls-3.3.24-r1.ebuild | 2 +-
 net-libs/gnutls/gnutls-3.3.24-r2.ebuild | 2 +-
 net-libs/gnutls/gnutls-3.3.24.ebuild| 2 +-
 net-libs/gnutls/gnutls-3.3.25.ebuild| 2 +-
 net-libs/gnutls/gnutls-3.4.15.ebuild| 2 +-
 net-libs/gnutls/gnutls-3.4.16.ebuild| 2 +-
 net-libs/gnutls/gnutls-3.5.4-r1.ebuild  | 2 +-
 net-libs/gnutls/gnutls-3.5.4.ebuild | 2 +-
 net-libs/gnutls/gnutls-3.5.5.ebuild | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-libs/gnutls/gnutls-3.3.17.1.ebuild 
b/net-libs/gnutls/gnutls-3.3.17.1.ebuild
index 2f1cfb7..efc25d1 100644
--- a/net-libs/gnutls/gnutls-3.3.17.1.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.17.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$
 
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   guile? ( >=dev-scheme/guile-1.8[networking] )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/net-libs/gnutls/gnutls-3.3.23.ebuild 
b/net-libs/gnutls/gnutls-3.3.23.ebuild
index 41ffb01..4d13075 100644
--- a/net-libs/gnutls/gnutls-3.3.23.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.23.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   guile? ( >=dev-scheme/guile-1.8[networking] )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/net-libs/gnutls/gnutls-3.3.24-r1.ebuild 
b/net-libs/gnutls/gnutls-3.3.24-r1.ebuild
index 2864e41..4434c61 100644
--- a/net-libs/gnutls/gnutls-3.3.24-r1.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.24-r1.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   guile? ( >=dev-scheme/guile-1.8[networking] )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/net-libs/gnutls/gnutls-3.3.24-r2.ebuild 
b/net-libs/gnutls/gnutls-3.3.24-r2.ebuild
index c48cef9..77fd0b4 100644
--- a/net-libs/gnutls/gnutls-3.3.24-r2.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.24-r2.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   guile? ( >=dev-scheme/guile-1.8[networking] )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/net-libs/gnutls/gnutls-3.3.24.ebuild 
b/net-libs/gnutls/gnutls-3.3.24.ebuild
index bd04c15..dddef71 100644
--- a/net-libs/gnutls/gnutls-3.3.24.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.24.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
sys-devel/autogen
crywrap? ( net-dns/libidn )
dane? ( >=net-dns/unbound-1.4.20[${MULTILIB_USEDEP}] )
-   guile? ( >=dev-scheme/guile-1.8:*[networking] )
+   guile? ( >=dev-scheme/guile-1.8[networking] )
nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
pkcs11? ( >=app-crypt/p11-kit-0.20.7[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )

diff --git a/net-libs/gnutls/gnutls-3.3.25.ebuild 
b/net-libs/gnutls/gnutls-3.3.25.ebuild
index d412db9..dc5a7a5 100644
--- a/net-libs/gnutls/gnutls-3.3.25.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.25.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/libtasn1-4.3[${MULTILIB_USEDEP}]
sys-devel/autogen

[gentoo-commits] proj/gentoo-mate:master commit in: scripts/files/package-lists/

2016-10-13 Thread NP Hardass
commit: 8499d93bef6338158e8d78c138b7594dcaac9db1
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Oct 13 17:07:37 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Oct 13 17:07:37 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8499d93b

scripts: rm errant mate-themes from pkg-list-

 scripts/files/package-lists/package-list--topological | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/files/package-lists/package-list--topological 
b/scripts/files/package-lists/package-list--topological
index aa771b7..3d285f4 100644
--- a/scripts/files/package-lists/package-list--topological
+++ b/scripts/files/package-lists/package-list--topological
@@ -13,8 +13,6 @@ mate-base/mate-session-manager
 mate-base/mate-menus
 mate-base/mate-panel
 x11-themes/mate-backgrounds
-x11-themes/mate-themes
-x11-themes/mate-themes-meta
 x11-misc/mate-notification-daemon
 mate-base/mate-control-center
 mate-extra/mate-screensaver



[gentoo-commits] repo/gentoo:master commit in: x11-themes/arc-theme/, x11-themes/arc-theme/files/

2016-10-13 Thread James Le Cuirot
commit: 83591a474b362c0d55f5560aef1f96a1bdcd0566
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Oct 13 17:24:53 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Oct 13 17:24:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83591a47

x11-themes/arc-theme: Version bump to 20161005

Package-Manager: portage-2.3.2

 x11-themes/arc-theme/Manifest  |  2 +-
 ...e-20160605.ebuild => arc-theme-20161005.ebuild} |  4 
 x11-themes/arc-theme/files/configure-gtk3.patch| 26 --
 3 files changed, 1 insertion(+), 31 deletions(-)

diff --git a/x11-themes/arc-theme/Manifest b/x11-themes/arc-theme/Manifest
index 8b0aa35..6ee9e18 100644
--- a/x11-themes/arc-theme/Manifest
+++ b/x11-themes/arc-theme/Manifest
@@ -1 +1 @@
-DIST arc-theme-20160605.tar.gz 1413807 SHA256 
c61fad735e53d46db6416f0e067c3fd0c97330dc4b74a0b9b012a9d6c300026b SHA512 
e8905d4c5bf3a2881243db12ce23972180edf95873eb1533cbeb0a582f8f684fdcbaa7df9b314354d0cb83d5e462e45ce07561dfac706b4fceaa5d350b2357e9
 WHIRLPOOL 
d739793a29d725b83a8de169727602ee3bb223b612eaf351966f9060d0128aec58d716e472b2f3a6dc087b390f6f22184cecf46cb5f05cdcbfc3bcfa168720c3
+DIST arc-theme-20161005.tar.gz 1457943 SHA256 
09167228e286c3decedd2197ed6915d70d8601e7274f81cd368ac097f6c4f7e4 SHA512 
cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33
 WHIRLPOOL 
a0473437ccf23a3634d9bb4c38a77dffa5c6e3295fe4a49e37a3429925496332a5c7f362e892b5f470d227326fa1c10f47de3034aaa8f0fe95a94d1625b705be

diff --git a/x11-themes/arc-theme/arc-theme-20160605.ebuild 
b/x11-themes/arc-theme/arc-theme-20161005.ebuild
similarity index 95%
rename from x11-themes/arc-theme/arc-theme-20160605.ebuild
rename to x11-themes/arc-theme/arc-theme-20161005.ebuild
index f987c65..bdf5f23 100644
--- a/x11-themes/arc-theme/arc-theme-20160605.ebuild
+++ b/x11-themes/arc-theme/arc-theme-20161005.ebuild
@@ -25,10 +25,6 @@ DEPEND="gtk3? ( >=x11-libs/gtk+-3.14:3
 RDEPEND="gtk2? ( x11-themes/gnome-themes-standard
x11-themes/gtk-engines-murrine )"
 
-PATCHES=(
-   "${FILESDIR}"/configure-gtk3.patch
-)
-
 src_prepare() {
default
eautoreconf

diff --git a/x11-themes/arc-theme/files/configure-gtk3.patch 
b/x11-themes/arc-theme/files/configure-gtk3.patch
deleted file mode 100644
index 23e69c7..
--- a/x11-themes/arc-theme/files/configure-gtk3.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From f416c04a979a6616bb5471c5982555bcac5bf346 Mon Sep 17 00:00:00 2001
-From: James Le Cuirot 
-Date: Tue, 20 Sep 2016 13:29:44 +0100
-Subject: [PATCH] Don't require GTK+3 at configure time when it's not needed
-
-It's not needed when --disable-gtk3 --disable-gnome-shell is given.

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index b27f5cd..dc8098b 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -24,7 +24,7 @@ ARC_ENABLE([UNITY], [unity], [Unity],
 [disable])
- ARC_ENABLE([XFWM],  [xfwm],  [XFWM],  [disable])
- ARC_ENABLE([TRANSPARENCY],  [transparency],  [transparency],  [disable])
- 
--ARC_GNOME
-+AS_IF([test "x$ENABLE_GNOME_SHELL$ENABLE_GTK3" != xnono], [ARC_GNOME])
- 
- AC_CONFIG_FILES([
- common/Makefile
--- 
-2.10.0
-



[gentoo-commits] repo/gentoo:master commit in: sys-process/tini/

2016-10-13 Thread Zac Medico
commit: 4368fc6b0eab5b636d500cc256581c06b1ce39f6
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Oct 13 17:17:49 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Oct 13 17:18:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4368fc6b

sys-process/tini: add vim-core to DEPEND for bug 597048

Package-Manager: portage-2.3.2

 sys-process/tini/tini-0.10.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-process/tini/tini-0.10.0.ebuild 
b/sys-process/tini/tini-0.10.0.ebuild
index a9ff2c7..7db7a1e 100644
--- a/sys-process/tini/tini-0.10.0.ebuild
+++ b/sys-process/tini/tini-0.10.0.ebuild
@@ -15,6 +15,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static"
 
+# vim-core is needed just for the xxd program
+DEPEND="app-editors/vim-core"
+
 src_compile() {
append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
cmake-utils_src_compile



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

2016-10-13 Thread Brian Dolbec
commit: e5265e2ca60e81d4d91f7940bff7fe82e29d117b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Oct 13 17:13:45 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Oct 13 17:14:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5265e2c

sys-apps/portage: Add threads(+) to PYTHON_REQUIRED_USE in  too

See previous commit for 2.3.2

Package-Manager: portage-2.3.2

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

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index ad674fd..6a6f515 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=(
python3_3 python3_4 python3_5
python2_7
 )
-PYTHON_REQ_USE='bzip2(+)'
+PYTHON_REQ_USE='bzip2(+),threads(+)'
 
 inherit distutils-r1 git-r3 multilib
 



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

2016-10-13 Thread Miroslav Šulc
commit: daf2c8f780a651ffa6a346393bf49cc82de32315
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct 13 17:10:16 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct 13 17:10:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf2c8f7

www-servers/tomcat: version bump in slot 8, 8.5 and 9

Package-Manager: portage-2.3.2

 www-servers/tomcat/Manifest|  4 +-
 ...ild.xml.patch => tomcat-8.0.38-build.xml.patch} | 65 --
 ...uild.xml.patch => tomcat-8.5.6-build.xml.patch} | 56 +--
 patch => tomcat-9.0.0_alpha11-build.xml.patch} |  0
 ...t-9.0.0_alpha10.ebuild => tomcat-8.0.38.ebuild} | 17 +++---
 ...at-9.0.0_alpha10.ebuild => tomcat-8.5.6.ebuild} | 17 +++---
 ..._alpha10.ebuild => tomcat-9.0.0_alpha11.ebuild} |  0
 7 files changed, 84 insertions(+), 75 deletions(-)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index 05e8497..539b526 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -7,7 +7,9 @@ DIST apache-tomcat-8.0.33-src.tar.gz 4969308 SHA256 
1a141b90111347640df57fe506d9
 DIST apache-tomcat-8.0.35-src.tar.gz 4980657 SHA256 
420036fde5e1bfe0a3d27299e355ee153b7c547d17c7b52fe4b15a1315d9c4e9 SHA512 
c56ba4339fc114cda9a784c7f37be99c82238bbe043f69a3bed2ec86a0bf60325af9105d74cfcffa144636fecc7f4730cee08eca3a22ed035dd5e3e483fa1742
 WHIRLPOOL 
38d2382eabe19be8b008eb8975ddf95e086b482eb58cb56f566cf4ec7c7628663260a550b611f4db57803e503ab6746aedaac279bff24868c5997eaee3514966
 DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
 DIST apache-tomcat-8.0.37-src.tar.gz 5003508 SHA256 
72bfdfeed09f535990d234429ed7b3f1856ee3d0b89168472a40256cc8efcf1d SHA512 
cb4da5cf8a056a2a5549914fb405ec66867021da90877415f399b2f4aeb62b776d6d4b1ed176ab53070f7de2525bcde549919f7cbddb2e89945092ae95f914f6
 WHIRLPOOL 
90218e0b7ab01973ed321ea6bd25f28bfde0534cbe9537d3e931a8ed9ad5eba9592245ff018ddfe241c7ddcc7bd9370b111c3082048f800a5653bb1270fc4ec7
+DIST apache-tomcat-8.0.38-src.tar.gz 5011165 SHA256 
9577c174a686364b5206dc4ae622dddb09c23ceb3d4c252ecf5db7fb38626eea SHA512 
53a4eaaadf3054b0801137a99679947e017f75a8a66924c0476b60e5a6866097dcecde329bdc14f53bbcddaeea48d683b8d4c72982c44354212bdd0278651f2b
 WHIRLPOOL 
400a056d45989aefb7a81e5cd719508a40ea5981834aec03dddcf12bf5e3eb932db841b8c6c7ae4630ad2e8976532aaa8fbc6a854d0023281d5528ebc4b87c5f
 DIST apache-tomcat-8.5.3-src.tar.gz 5001008 SHA256 
d0d1ecfd88d733cf3666cc39483ea092627840cd2cfab8fae09f93b7bf05d21d SHA512 
7c4da46725c6e34669f538f406e699c235b99b4ec47a289f4fcbf93b49a35082cea3e041bee8a2772a29c240521d8720b2b50b5cda7afe0ec0f2b4f5cb29bda5
 WHIRLPOOL 
2ad999e8ee068d66164e2a256ee58f47799251fab60cf9af3a67128b131a07116a2faf2da6eef132e13f5df6ed78f1c44ac69bf5615178b63452fbffc62a4852
 DIST apache-tomcat-8.5.4-src.tar.gz 558 SHA256 
bb35d2b37e2ff237e09e389dbfb0a99fa8a71f11c947c20f5bbea375f6f3449d SHA512 
65d4d72eb46d75d6985f07c6d630d0b27cafb08f3cf125710b78d29d5737798341d484b1f12ae5cfc7347f9984563213b00a5aaab64f920f65f13a3d6009083d
 WHIRLPOOL 
bef3192957e91e4964d84f969961c32a61e4a4b5c8acdfcf56c6f6a87c6f3f4dd4350d099fd9904e07e9e1ba8369fa4e86c54a8e25c26a7c0b6a3518aacd9582
 DIST apache-tomcat-8.5.5-src.tar.gz 5017061 SHA256 
28c50366e0b8f16086ab792fbe4c3dba5a716185d0c8c143661b7fed870147c0 SHA512 
37b390fe12a356e9621b047d7838027bc33d3c32cb1489957589399f5557e9cf0c788a8a623821e69969983321f23351860462927355ef7c918ae364f586
 WHIRLPOOL 
b6f79e2acf88aa0980e3726131805b8f5098d887a978ba7d8fb028e261f8ba0fea4da6fafc2f1f4129ff5313011519f7a6cfa827da7bd6778e4ed666ba21a716
-DIST apache-tomcat-9.0.0.M10-src.tar.gz 5046851 SHA256 
d1cd106ed13facdc34b7b9416d381df9cd59b49a574585d1afd44ed779a3fe4e SHA512 
925ea178448c2d26ec22a70b08ac3e9c55f02a6989759a77eace46abcb4c41ed006253d85253f744ac3b9ac4763babc6ed3f06d53a34e27dd901fef3f5445843
 WHIRLPOOL 
2f19c21d27767cdcfcfbd2705356d3f6a40918ebe8016bfe6ed268ee36816cbe016f8643d3c55f0d22531754e92a8e1fd17112e2d378f1c17b31b8175442cf2d
+DIST apache-tomcat-8.5.6-src.tar.gz 5028904 SHA256 
7690e985544f30bd9cfdec2d0b1088f9cd2f2fbd1575116cb92c79cfed863fc6 SHA512 
3b9d3b6edf4f3832891207d38d9f4a5aed9aa53fad895fccce2f6311d197aa1e0877052ad5fc8239b53cc671e373c8ae3c6d284a8b17bb15bf427bda7111a508
 WHIRLPOOL 
a74bfc20efa0a44433205c514124496d17289f109e7b2cd2ad90f7556c8e4dc235531137f7dfc22085f46f9ed7d026d4e5d8ebd42101c4815acb631008849eb6
+DIST apache-tomcat-9.0.0.M11-src.tar.gz 5053865 SHA256 
5f82b3cddf5736c6f1854732d508b8ea675a4ce837bfcf5f62dafcfdde3b59b1 SHA512 
af9a5b361f129d9cd65aebb26d4eecb46770e50e46698c168e1c8c2b48fafcd45ce6a4ee49d81704be5b02eb076216342ebd843645e79acf9d15444bd81c193d
 

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

2016-10-13 Thread Miroslav Šulc
commit: 2bf62e672990d3f862632454843265a63ddb407a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Oct 13 17:09:22 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Oct 13 17:10:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf62e67

dev-java/tomcat-servlet-api: version bump in for versions 8.0, 8.5 and 9.0

Package-Manager: portage-2.3.2

 dev-java/tomcat-servlet-api/Manifest|  4 +++-
 0.0_alpha10.ebuild => tomcat-servlet-api-8.0.38.ebuild} | 13 ++---
 ...9.0.0_alpha10.ebuild => tomcat-servlet-api-8.5.6.ebuild} | 13 ++---
 ...pha10.ebuild => tomcat-servlet-api-9.0.0_alpha11.ebuild} |  0
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index add60f0..777e8fb 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -12,8 +12,10 @@ DIST apache-tomcat-8.0.33-src.tar.gz 4969308 SHA256 
1a141b90111347640df57fe506d9
 DIST apache-tomcat-8.0.35-src.tar.gz 4980657 SHA256 
420036fde5e1bfe0a3d27299e355ee153b7c547d17c7b52fe4b15a1315d9c4e9 SHA512 
c56ba4339fc114cda9a784c7f37be99c82238bbe043f69a3bed2ec86a0bf60325af9105d74cfcffa144636fecc7f4730cee08eca3a22ed035dd5e3e483fa1742
 WHIRLPOOL 
38d2382eabe19be8b008eb8975ddf95e086b482eb58cb56f566cf4ec7c7628663260a550b611f4db57803e503ab6746aedaac279bff24868c5997eaee3514966
 DIST apache-tomcat-8.0.36-src.tar.gz 4988679 SHA256 
36db67592adda575fc08dd5f0cd3532934d2edb117028e29bdd9f702bf31ab10 SHA512 
192a31eb42afdc345fa5ea5f05b03766e70a67841fca9bd9c76bcd47ae1d505fd3cd1fde6bc64e145add2b6a9e88ecc50ab1a0954942704c139ec3c7a6bf7286
 WHIRLPOOL 
da1bb6570d62caedfe83948f2e850ec7e8bdba36925d1f67864c98b1bd780aabf2f1cbcb66cb544db292156a98819e9cc6dfa42a345064f09dcc4471a7c3
 DIST apache-tomcat-8.0.37-src.tar.gz 5003508 SHA256 
72bfdfeed09f535990d234429ed7b3f1856ee3d0b89168472a40256cc8efcf1d SHA512 
cb4da5cf8a056a2a5549914fb405ec66867021da90877415f399b2f4aeb62b776d6d4b1ed176ab53070f7de2525bcde549919f7cbddb2e89945092ae95f914f6
 WHIRLPOOL 
90218e0b7ab01973ed321ea6bd25f28bfde0534cbe9537d3e931a8ed9ad5eba9592245ff018ddfe241c7ddcc7bd9370b111c3082048f800a5653bb1270fc4ec7
+DIST apache-tomcat-8.0.38-src.tar.gz 5011165 SHA256 
9577c174a686364b5206dc4ae622dddb09c23ceb3d4c252ecf5db7fb38626eea SHA512 
53a4eaaadf3054b0801137a99679947e017f75a8a66924c0476b60e5a6866097dcecde329bdc14f53bbcddaeea48d683b8d4c72982c44354212bdd0278651f2b
 WHIRLPOOL 
400a056d45989aefb7a81e5cd719508a40ea5981834aec03dddcf12bf5e3eb932db841b8c6c7ae4630ad2e8976532aaa8fbc6a854d0023281d5528ebc4b87c5f
 DIST apache-tomcat-8.5.3-src.tar.gz 5001008 SHA256 
d0d1ecfd88d733cf3666cc39483ea092627840cd2cfab8fae09f93b7bf05d21d SHA512 
7c4da46725c6e34669f538f406e699c235b99b4ec47a289f4fcbf93b49a35082cea3e041bee8a2772a29c240521d8720b2b50b5cda7afe0ec0f2b4f5cb29bda5
 WHIRLPOOL 
2ad999e8ee068d66164e2a256ee58f47799251fab60cf9af3a67128b131a07116a2faf2da6eef132e13f5df6ed78f1c44ac69bf5615178b63452fbffc62a4852
 DIST apache-tomcat-8.5.4-src.tar.gz 558 SHA256 
bb35d2b37e2ff237e09e389dbfb0a99fa8a71f11c947c20f5bbea375f6f3449d SHA512 
65d4d72eb46d75d6985f07c6d630d0b27cafb08f3cf125710b78d29d5737798341d484b1f12ae5cfc7347f9984563213b00a5aaab64f920f65f13a3d6009083d
 WHIRLPOOL 
bef3192957e91e4964d84f969961c32a61e4a4b5c8acdfcf56c6f6a87c6f3f4dd4350d099fd9904e07e9e1ba8369fa4e86c54a8e25c26a7c0b6a3518aacd9582
 DIST apache-tomcat-8.5.5-src.tar.gz 5017061 SHA256 
28c50366e0b8f16086ab792fbe4c3dba5a716185d0c8c143661b7fed870147c0 SHA512 
37b390fe12a356e9621b047d7838027bc33d3c32cb1489957589399f5557e9cf0c788a8a623821e69969983321f23351860462927355ef7c918ae364f586
 WHIRLPOOL 
b6f79e2acf88aa0980e3726131805b8f5098d887a978ba7d8fb028e261f8ba0fea4da6fafc2f1f4129ff5313011519f7a6cfa827da7bd6778e4ed666ba21a716
-DIST apache-tomcat-9.0.0.M10-src.tar.gz 5046851 SHA256 
d1cd106ed13facdc34b7b9416d381df9cd59b49a574585d1afd44ed779a3fe4e SHA512 
925ea178448c2d26ec22a70b08ac3e9c55f02a6989759a77eace46abcb4c41ed006253d85253f744ac3b9ac4763babc6ed3f06d53a34e27dd901fef3f5445843
 WHIRLPOOL 
2f19c21d27767cdcfcfbd2705356d3f6a40918ebe8016bfe6ed268ee36816cbe016f8643d3c55f0d22531754e92a8e1fd17112e2d378f1c17b31b8175442cf2d
+DIST apache-tomcat-8.5.6-src.tar.gz 5028904 SHA256 
7690e985544f30bd9cfdec2d0b1088f9cd2f2fbd1575116cb92c79cfed863fc6 SHA512 
3b9d3b6edf4f3832891207d38d9f4a5aed9aa53fad895fccce2f6311d197aa1e0877052ad5fc8239b53cc671e373c8ae3c6d284a8b17bb15bf427bda7111a508
 WHIRLPOOL 
a74bfc20efa0a44433205c514124496d17289f109e7b2cd2ad90f7556c8e4dc235531137f7dfc22085f46f9ed7d026d4e5d8ebd42101c4815acb631008849eb6
+DIST apache-tomcat-9.0.0.M11-src.tar.gz 5053865 SHA256 
5f82b3cddf5736c6f1854732d508b8ea675a4ce837bfcf5f62dafcfdde3b59b1 SHA512 
af9a5b361f129d9cd65aebb26d4eecb46770e50e46698c168e1c8c2b48fafcd45ce6a4ee49d81704be5b02eb076216342ebd843645e79acf9d15444bd81c193d
 WHIRLPOOL 

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

2016-10-13 Thread Brian Dolbec
commit: 9541f2bca7ca4d356978d4b150b38974f812abb4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Thu Oct 13 17:07:57 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Thu Oct 13 17:08:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9541f2bc

sys-apps/portage: Add threads(+) to  PYTHON_REQ_USE

This should help prevent erors like the following:

  File "/usr/lib64/python2.7/site-packages/portage/locks.py", line 11, in 

import multiprocessing
ImportError: No module named multiprocessing

Package-Manager: portage-2.3.2

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

diff --git a/sys-apps/portage/portage-2.3.2.ebuild 
b/sys-apps/portage/portage-2.3.2.ebuild
index b4a805b..a9c7910 100644
--- a/sys-apps/portage/portage-2.3.2.ebuild
+++ b/sys-apps/portage/portage-2.3.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=(
python3_3 python3_4 python3_5
python2_7
 )
-PYTHON_REQ_USE='bzip2(+)'
+PYTHON_REQ_USE='bzip2(+),threads(+)'
 
 inherit distutils-r1 multilib
 



[gentoo-commits] proj/gentoo-mate:master commit in: scripts/files/package-lists/

2016-10-13 Thread NP Hardass
commit: 45a467121b29655bd6a60b899efe06907741c5ec
Author: NP-Hardass  gentoo  org>
AuthorDate: Thu Oct 13 17:06:12 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Oct 13 17:06:12 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=45a46712

scripts: add package lists for script processing

 .../package-lists/package-list-1.12-alphabetical   | 40 +
 .../package-lists/package-list-1.12-topological| 40 +
 .../package-lists/package-list-1.14-alphabetical   | 39 
 .../package-lists/package-list-1.14-topological| 39 
 .../package-lists/package-list-1.16-alphabetical   | 39 
 .../package-lists/package-list-1.16-topological| 40 +
 .../package-lists/package-list--alphabetical   | 39 
 .../package-lists/package-list--topological| 42 ++
 8 files changed, 318 insertions(+)

diff --git a/scripts/files/package-lists/package-list-1.12-alphabetical 
b/scripts/files/package-lists/package-list-1.12-alphabetical
new file mode 100644
index 000..c2fe8fa
--- /dev/null
+++ b/scripts/files/package-lists/package-list-1.12-alphabetical
@@ -0,0 +1,40 @@
+app-arch/engrampa
+app-editors/pluma
+app-text/atril
+dev-libs/libmateweather
+dev-python/python-caja
+mate-base/caja
+mate-base/libmatekbd
+mate-base/mate
+mate-base/mate-applets
+mate-base/mate-applets-meta
+mate-base/mate-common
+mate-base/mate-control-center
+mate-base/mate-desktop
+mate-base/mate-menus
+mate-base/mate-panel
+mate-base/mate-session-manager
+mate-base/mate-settings-daemon
+mate-extra/caja-dropbox
+mate-extra/caja-extensions
+mate-extra/mate-indicator-applet
+mate-extra/mate-media
+mate-extra/mate-netbook
+mate-extra/mate-polkit
+mate-extra/mate-power-manager
+mate-extra/mate-screensaver
+mate-extra/mate-sensors-applet
+mate-extra/mate-system-monitor
+mate-extra/mate-user-guide
+mate-extra/mate-user-share
+mate-extra/mate-utils
+media-gfx/eom
+media-libs/libmatemixer
+net-analyzer/mate-netspeed
+x11-misc/mate-notification-daemon
+x11-misc/mozo
+x11-terms/mate-terminal
+x11-themes/mate-backgrounds
+x11-themes/mate-icon-theme
+x11-themes/mate-icon-theme-faenza
+x11-wm/marco

diff --git a/scripts/files/package-lists/package-list-1.12-topological 
b/scripts/files/package-lists/package-list-1.12-topological
new file mode 100644
index 000..3d285f4
--- /dev/null
+++ b/scripts/files/package-lists/package-list-1.12-topological
@@ -0,0 +1,40 @@
+mate-base/mate-common
+mate-base/mate-desktop
+mate-extra/mate-user-guide
+mate-base/libmatekbd
+media-libs/libmatemixer
+dev-libs/libmateweather
+x11-themes/mate-icon-theme
+mate-base/caja
+mate-extra/mate-polkit
+x11-wm/marco
+mate-base/mate-settings-daemon
+mate-base/mate-session-manager
+mate-base/mate-menus
+mate-base/mate-panel
+x11-themes/mate-backgrounds
+x11-misc/mate-notification-daemon
+mate-base/mate-control-center
+mate-extra/mate-screensaver
+mate-extra/mate-media
+mate-extra/mate-power-manager
+mate-extra/mate-system-monitor
+app-text/atril
+mate-extra/caja-dropbox
+mate-extra/caja-extensions
+app-arch/engrampa
+media-gfx/eom
+mate-base/mate-applets
+x11-themes/mate-icon-theme-faenza
+mate-extra/mate-indicator-applet
+mate-extra/mate-netbook
+net-analyzer/mate-netspeed
+mate-extra/mate-sensors-applet
+mate-base/mate-applets-meta
+x11-terms/mate-terminal
+mate-extra/mate-user-share
+mate-extra/mate-utils
+x11-misc/mozo
+app-editors/pluma
+dev-python/python-caja
+mate-base/mate

diff --git a/scripts/files/package-lists/package-list-1.14-alphabetical 
b/scripts/files/package-lists/package-list-1.14-alphabetical
new file mode 100644
index 000..9fec80a
--- /dev/null
+++ b/scripts/files/package-lists/package-list-1.14-alphabetical
@@ -0,0 +1,39 @@
+app-arch/engrampa
+app-editors/pluma
+app-text/atril
+dev-libs/libmateweather
+dev-python/python-caja
+mate-base/caja
+mate-base/libmatekbd
+mate-base/mate
+mate-base/mate-applets
+mate-base/mate-applets-meta
+mate-base/mate-common
+mate-base/mate-control-center
+mate-base/mate-desktop
+mate-base/mate-menus
+mate-base/mate-panel
+mate-base/mate-session-manager
+mate-base/mate-settings-daemon
+mate-extra/caja-dropbox
+mate-extra/caja-extensions
+mate-extra/mate-indicator-applet
+mate-extra/mate-media
+mate-extra/mate-netbook
+mate-extra/mate-polkit
+mate-extra/mate-power-manager
+mate-extra/mate-screensaver
+mate-extra/mate-sensors-applet
+mate-extra/mate-system-monitor
+mate-extra/mate-user-guide
+mate-extra/mate-user-share
+mate-extra/mate-utils
+media-gfx/eom
+media-libs/libmatemixer
+x11-misc/mate-notification-daemon
+x11-misc/mozo
+x11-terms/mate-terminal
+x11-themes/mate-backgrounds
+x11-themes/mate-icon-theme
+x11-themes/mate-icon-theme-faenza
+x11-wm/marco

diff --git a/scripts/files/package-lists/package-list-1.14-topological 
b/scripts/files/package-lists/package-list-1.14-topological
new file mode 100644
index 

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

2016-10-13 Thread Mike Gilbert
commit: 24478e643e816b56c6f79f3c74d606a167c08f25
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 07:01:46 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 16:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24478e64

app-i18n/fcitx-unikey: Use EAPI="6". Fix LICENSE, dependencies. Call 
gnome2_icon_savelist().

 app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild | 39 +++--
 1 file changed, 30 insertions(+), 9 deletions(-)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
index d02e536..5a087b5 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
@@ -1,30 +1,51 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI="6"
+
 inherit cmake-utils gnome2-utils
 
-DESCRIPTION="Vietnamese Unikey module for Fcitx"
-HOMEPAGE="http://fcitx-im.org/;
-SRC_URI="http://download.fcitx-im.org/${PN}/${P}.tar.xz;
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey;
+fi
 
-LICENSE="GPL-3"
+DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey;
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+qt4"
 
-RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]"
+RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]
+   virtual/libiconv
+   virtual/libintl"
 DEPEND="${RDEPEND}
-   sys-devel/gettext"
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=()
 
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_enable qt4 QT)
+   -DENABLE_QT=$(usex qt4)
)
+
cmake-utils_src_configure
 }
 
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
 pkg_postinst() {
gnome2_icon_cache_update
 }



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

2016-10-13 Thread Mike Gilbert
commit: cf1979b242d1cc3d435be023ba3637f01b48aa05
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 07:04:18 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 16:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1979b2

app-i18n/fcitx-unikey: Fix building with C++11 (bug #595866).

 app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild|   4 +
 .../files/fcitx-unikey-0.2.5-c++11.patch   | 264 +
 2 files changed, 268 insertions(+)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
index 5a087b5..87fbb25 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
@@ -32,6 +32,10 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}/${P}-c++11.patch"
+)
+
 DOCS=()
 
 src_configure() {

diff --git a/app-i18n/fcitx-unikey/files/fcitx-unikey-0.2.5-c++11.patch 
b/app-i18n/fcitx-unikey/files/fcitx-unikey-0.2.5-c++11.patch
new file mode 100644
index ..cf811ea
--- /dev/null
+++ b/app-i18n/fcitx-unikey/files/fcitx-unikey-0.2.5-c++11.patch
@@ -0,0 +1,264 @@
+https://github.com/fcitx/fcitx-unikey/commit/e1fd471a91baffd701c636038b81233bb38a8093
+
+--- /unikey/data.cpp
 /unikey/data.cpp
+@@ -96,145 +96,145 @@
+ unsigned char SingleByteTables[][TOTAL_VNCHARS] =
+ 
+ // TCVN3
+-{{'A','a','�','�','�','�','�','�','�','�','�','�',  // 0: a
+-  '�','�','�','�','�','�','�','�','�','�','�','�',// 1: a^
+-  '�','�','�','�','�','�','�','�','�','�','�','�',// 2: a(
+-  'B','b','C','c','D','d',
+-  '�','�',
+-  'E','e','�','�','�','�','�','�','�','�','�','�',// 3: e
+-  '�','�','�','�','�','�','�','�','�','�','�','�',  // 4: e^
+-  'F','f','G','g','H','h',
+-  'I','i','�','�','�','�','�','�','�','�','�','�',// 5: i
+-  'J','j','K','k','L','l','M','m','N','n',
+-  'O','o','�','�','�','�','�','�','�','�','�','�',// 6: o
+-  '�','�','�','�','�','�','�','�','�','�','�','�',// 7: o^
+-  '�','�','�','�','�','�','�','�','�','�','�','�',// 8: o+
+-  'P','p','Q','q','R','r','S','s','T','t',
+-  'U','u','�','�','�','�','�','�','�','�','�','�',// 9: u
+-  '�','�','�','�','�','�','�','�','�','�','�','�',//10: u+
+-  'V','v','W','w','X','x',
+-  'Y','y','�','�','�','�','�','�','�','�','�','�',//11: y
+-  'Z','z',
++{{static_cast('A'),static_cast('a'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
 // 0: a
++  static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
   // 1: a^
++  static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
   // 2: a(
++  static_cast('B'),static_cast('b'),static_cast('C'),static_cast('c'),static_cast('D'),static_cast('d'),
++  static_cast('�'),static_cast('�'),
++  static_cast('E'),static_cast('e'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
   // 3: e
++  static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
 // 4: e^
++  static_cast('F'),static_cast('f'),static_cast('G'),static_cast('g'),static_cast('H'),static_cast('h'),
++  static_cast('I'),static_cast('i'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
   // 5: i
++  static_cast('J'),static_cast('j'),static_cast('K'),static_cast('k'),static_cast('L'),static_cast('l'),static_cast('M'),static_cast('m'),static_cast('N'),static_cast('n'),
++  static_cast('O'),static_cast('o'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
   // 6: o
++  static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'),static_cast('�'), 
   // 7: o^
++  

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

2016-10-13 Thread Mike Gilbert
commit: 4a34d716f5f008e57d5f8266b5517e708b18be3c
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 06:58:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 16:08:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a34d716

app-i18n/fcitx-qt5: Version bump (1.0.6).

 app-i18n/fcitx-qt5/Manifest   |  1 +
 app-i18n/fcitx-qt5/fcitx-qt5-1.0.6.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-i18n/fcitx-qt5/Manifest b/app-i18n/fcitx-qt5/Manifest
index 00fbb27..27b2a91 100644
--- a/app-i18n/fcitx-qt5/Manifest
+++ b/app-i18n/fcitx-qt5/Manifest
@@ -1 +1,2 @@
 DIST fcitx-qt5-1.0.5.tar.xz 53584 SHA256 
8cef90024ca84c3f607943b91f6bfe63fd077507bbe100e5a1936464095841de SHA512 
f4da9ede8918cef7aa0dbacea534ab81024e3c6d812bedd287c4c4c9a8b9ca994d4708489c602967f3504ce057ec6e118674503f5d796883f1890e8ecc11c501
 WHIRLPOOL 
764190a5f523fc40ca5f937704d5bc1a7018232284f50b9b1b6a36b5dd41dfbebda5db337bdc49b08e601e94f51935f2a70d96dddbd4091744ec8c89a77f26b0
+DIST fcitx-qt5-1.0.6.tar.xz 53892 SHA256 
a2aea7b49a9508e68d087ac5c9f3d1d1d414318e1aca14fed92a2f8a7e8848c8 SHA512 
ea816a3bc324b838d77d7ee67a05853f7f07cbc3c0c1e0a3809fe72084f7e0db8e98623499299712b8b496922e46acb06cf3a1cbd3ff2ef1de92ca5a74d540da
 WHIRLPOOL 
aae4029ad2bd5120cd7910fa0a2644dca346acbf47da22d54d7fd3bdb70fab9bdbcf40207e8870f1bebee48de07d9c4a39d44ef04a56eb8472e31087cf6326d3

diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.0.6.ebuild 
b/app-i18n/fcitx-qt5/fcitx-qt5-1.0.6.ebuild
new file mode 100644
index ..4c3537d
--- /dev/null
+++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.0.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit cmake-utils
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5;
+fi
+
+DESCRIPTION="Fcitx input method module for Qt 5"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5;
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+IUSE=""
+
+# Private headers of dev-qt/qtgui:5 used.
+RDEPEND=">=app-i18n/fcitx-4.2.8
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5=
+   dev-qt/qtwidgets:5
+   virtual/libintl
+   x11-libs/libxkbcommon"
+DEPEND="${RDEPEND}
+   kde-frameworks/extra-cmake-modules:5
+   virtual/pkgconfig"
+
+DOCS=()



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

2016-10-13 Thread Mike Gilbert
commit: 74cd54bf9e49f507f57b3ff1bd84194391216bfa
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 07:21:04 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 16:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cd54bf

app-i18n/fcitx-unikey: Rename "qt4" USE flag to "macro-editor".

 app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild | 13 +
 app-i18n/fcitx-unikey/metadata.xml  |  3 +++
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
index 87fbb25..1a5202e 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.5.ebuild
@@ -23,11 +23,16 @@ fi
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="+qt4"
+IUSE="+macro-editor"
 
-RDEPEND=">=app-i18n/fcitx-4.2.8[qt4?]
+RDEPEND=">=app-i18n/fcitx-4.2.8
virtual/libiconv
-   virtual/libintl"
+   virtual/libintl
+   macro-editor? (
+   >=app-i18n/fcitx-4.2.8[qt4]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )"
 DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
@@ -40,7 +45,7 @@ DOCS=()
 
 src_configure() {
local mycmakeargs=(
-   -DENABLE_QT=$(usex qt4)
+   -DENABLE_QT=$(usex macro-editor)
)
 
cmake-utils_src_configure

diff --git a/app-i18n/fcitx-unikey/metadata.xml 
b/app-i18n/fcitx-unikey/metadata.xml
index 49f2185..12fb997 100644
--- a/app-i18n/fcitx-unikey/metadata.xml
+++ b/app-i18n/fcitx-unikey/metadata.xml
@@ -9,4 +9,7 @@
c...@gentoo.org
Cjk

+   
+   Install macro editor
+   
 



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

2016-10-13 Thread Mike Gilbert
commit: 28d67befb9e7d7cc25430acc3dc50b22685872e9
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Oct 13 07:24:23 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 16:08:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d67bef

app-i18n/fcitx-unikey: Add live ebuild.

 app-i18n/fcitx-unikey/fcitx-unikey-.ebuild | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-.ebuild
new file mode 100644
index ..cb36531
--- /dev/null
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit cmake-utils gnome2-utils
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey;
+fi
+
+DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey;
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE="+macro-editor"
+
+RDEPEND=">=app-i18n/fcitx-4.2.8
+   virtual/libintl
+   macro-editor? (
+   >=app-i18n/fcitx-4.2.8[qt4]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=()
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_QT=$(usex macro-editor)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2016-10-13 Thread Fabian Groffen
commit: 31d2fc131967cf504fe6e816b5f8697868511b90
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 13 16:06:13 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 13 16:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d2fc13

mail-client/mutt: remove old ebuilds

Package-Manager: portage-2.3.0

 mail-client/mutt/Manifest |   6 -
 mail-client/mutt/mutt-1.6.1-r1.ebuild | 271 --
 mail-client/mutt/mutt-1.6.2.ebuild| 260 
 mail-client/mutt/mutt-1.7.0-r5.ebuild | 266 -
 4 files changed, 803 deletions(-)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index cdfec20..ff7c8bd 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -2,11 +2,5 @@ DIST mutt-1.5.23-gentoo-patches-r7.tar.bz2 167553 SHA256 
354bd25bdba4f58b4bfcbc8
 DIST mutt-1.5.23.tar.gz 3782032 SHA256 
3af0701e57b9e1880ed3a0dee34498a228939e854a16cdccd24e5e502626fd37 SHA512 
f1b4a7230253651857f61bd7215cce870a613012f613d4c907d401556083726c8ed7d429d57a8bf858c3b5b23683380d4c1494540d86ca80813e22cb6b95bc1e
 WHIRLPOOL 
b5a676d204aece8c572d57a027fa5a402b7afe8e5b7d4c83b2d1b1612eb0ac5cb58cd225757732a017f03444e0ea42dacffcf1cf2d46c18ae92d7d3306059c61
 DIST mutt-1.5.24-gentoo-patches-r1.tar.bz2 118546 SHA256 
411ad728404f4e7743b82bb79020776ce5bdf614772c387b15992e14f7c444d2 SHA512 
c19e6627683b91119bbbfcd5b3250cb3fb79ff9d62b45861002c50ac232f65447744313921fe10a517efb9cb93f5638615d5b8ce1dd946fab3083bd9eaffefc1
 WHIRLPOOL 
cbd1a3858e3b187117e26718066a2f2dd9c690aca3a77b050142d12b96599adada1a8a723b91b000f9eda92d9ceed284a1ac5cdd243de8085a233f01fac003d7
 DIST mutt-1.5.24.tar.gz 3897115 SHA256 
a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200 SHA512 
f7fe7edf9d1701a8e92761b1f5e6ef2e3a3b513af7898872cbe36a8800714cb76945788a60d2008820c57bc5344a4147e2686f690da42cfc8a912e3a432452b1
 WHIRLPOOL 
35408cabab100e688f8c6d0d598f79144b7c72fb31f41a720acb9a6381e7ca94d66e640fe1178b911cfb16dfde4c982362c4c78ea203aef3a3dbcba09dcdc023
-DIST mutt-1.6.1-gentoo-patches-r5.tar.xz 173228 SHA256 
cce80ae3b385ed43bedb3674859cb971644c71dde2ac4b00ce4fd94e52eda6a1 SHA512 
c328fa30cf0e3ed14753d0c95daac62d295dfb5c4482323b7bfdc7af89e3d4563678101e74d39c8cdccd40f49e8fca5becd1a211c75e44f66e85190bc8b0ee64
 WHIRLPOOL 
9893878cc6c262b0564920b71d2e906c2f8b0c199e3f7e6883779be63b0af03fdc7a581bc8295c038fb2184d7114a8446356785eb0dfb2680e747e897f6983b4
-DIST mutt-1.6.1.tar.gz 3956840 SHA256 
98b26cecc6b1713082fc880344fa345c20bd7ded6459abe18c84429c7cf8ed20 SHA512 
a45c7bc681ea31a6ee37e95a11f3ec84f580478367250c80eaf5aceeba87e34411346a8b7e80a0f236c507cec1199ddc3ccf4596b81d7e31c235099dccdd4fd5
 WHIRLPOOL 
8cc8e699fbf1832eb411f4f3d59eac57450afade4ddfee3ecb89c0bbaaa92414779f8f2015ec05a9ed19deb88b40298b2f786afb91acbfc2a44a3f8f4876a712
-DIST mutt-1.6.2-patches-neomutt-20160710.tar.gz 498925 SHA256 
9bceb0cbc66ccbdebe9d6e043125a4589586bc8bfded61168f9ed0a9956f6d67 SHA512 
1d9aa8f29cef200c84fbb0e33b1c6d5f9abffb1b038bacf1a1da3b35e9faa2dc6cc43656eaf5a8e3f6ee2af3f999ccee54ce0e842950ac7b7036e83fdbcb8d04
 WHIRLPOOL 
fae79c8d419f8c3cc1e527c9b4f20c2b1257c3e86fac066f6fc9dafe8262417a181685f8d3f2cabfed34fcb1dd42077171a89ac1f04b0ca6d7f8ee74d3e16ed6
-DIST mutt-1.6.2.tar.gz 3956745 SHA256 
c5d02ef06486cdf04f9eeb9e9d7994890d8dfa7f47e7bfeb53a2a67da2ac1d8e SHA512 
c4348ba55459a2f9d5bedda1ec63b7520c0bdcd285bf791972dbd11a947be47e7c88b02c7d244e65c7c0f1be252c43240b570457a5812bf8160611bba7b01916
 WHIRLPOOL 
4adf29c59dffa50f5e7c8500a81f89ddbda894ade20bc3110cbedefbcdd7db3c2e84aae78d0cb4bc74930a94256738a3b0b1880b840fd81ec433b23b609887de
-DIST mutt-1.7.0.tar.gz 4019567 SHA256 
1d3e987433d8c92ef88a604f4dcefdb35a86ce73f3eff0157e2e491e5b55b345 SHA512 
60ff00f268285c12b48e39ca0b5a8bd7e09323255874a6211edc94218ed191ad24ad437dd9c180c45ea6d5a9f163d04bb5515ddf3488c92f4e9411588c550612
 WHIRLPOOL 
90d28dcb1b522e4cf1ce995e7dad69b5546f26e6878f7d1c2785c9e7e2c12fdfd464c7b2490fa7efa873aa22cf117f7369b1a69adfb1c9efe13e61ed15e27e05
 DIST mutt-1.7.1.tar.gz 4025008 SHA256 
e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df SHA512 
c0b0be7ba792ecf42bb63c31aa03889b4998474a7cac9a839df3041b0bb72766da140bbb38e70eab5f78f4503d684c9c20620c599c0970ec6933624d22f4613d
 WHIRLPOOL 
f63a8e8fd0a403f596c041f2afc8e73db7a0b6ba48749e3cdc6663aae9f114589056cc3ddef7dc5c9e1a9282b607e4f76445ecdc6213cc3a337f8cf2284ba2e5
-DIST mutt-gentoo-1.7.0-patches-r5.tar.xz 157172 SHA256 
d9370439e6200d75ba9c6705561a408325c07b18f248f59457b45fa09cb080b0 SHA512 
758a189ec33d346f4dcc9afad7d5d8b7092c89917a7fe40fbb75803fde0469d8dd197bc360d6e7a3897210973846bec6f7451bee3e4c6b1296e0d8fe8d0db39d
 WHIRLPOOL 
6d26015f7827b182941b9903a2ee0ddaeee2788047c50fb8e67c4466f8403a83252139185cddd72058f790c465783f4e1e637c6fb936a3b25a58f6062458de27
 DIST mutt-gentoo-1.7.1-patches-r1.tar.xz 151368 SHA256 
f70d1cd72fbba24b0ab18fcd60a43c61c416b17185c740f97f7a8c3dda182acc SHA512 

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

2016-10-13 Thread Fabian Groffen
commit: 91e02ef06993d6d90b9ddb275d0fc2ddaef1f01f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 13 15:39:26 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 13 16:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e02ef0

mail-client/mutt: revbump 1.7.1 for latest upstream fixes/features

Package-Manager: portage-2.3.0

 mail-client/mutt/Manifest| 2 +-
 mail-client/mutt/{mutt-1.7.1.ebuild => mutt-1.7.1-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index c5b37e5..cdfec20 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -9,4 +9,4 @@ DIST mutt-1.6.2.tar.gz 3956745 SHA256 
c5d02ef06486cdf04f9eeb9e9d7994890d8dfa7f47
 DIST mutt-1.7.0.tar.gz 4019567 SHA256 
1d3e987433d8c92ef88a604f4dcefdb35a86ce73f3eff0157e2e491e5b55b345 SHA512 
60ff00f268285c12b48e39ca0b5a8bd7e09323255874a6211edc94218ed191ad24ad437dd9c180c45ea6d5a9f163d04bb5515ddf3488c92f4e9411588c550612
 WHIRLPOOL 
90d28dcb1b522e4cf1ce995e7dad69b5546f26e6878f7d1c2785c9e7e2c12fdfd464c7b2490fa7efa873aa22cf117f7369b1a69adfb1c9efe13e61ed15e27e05
 DIST mutt-1.7.1.tar.gz 4025008 SHA256 
e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df SHA512 
c0b0be7ba792ecf42bb63c31aa03889b4998474a7cac9a839df3041b0bb72766da140bbb38e70eab5f78f4503d684c9c20620c599c0970ec6933624d22f4613d
 WHIRLPOOL 
f63a8e8fd0a403f596c041f2afc8e73db7a0b6ba48749e3cdc6663aae9f114589056cc3ddef7dc5c9e1a9282b607e4f76445ecdc6213cc3a337f8cf2284ba2e5
 DIST mutt-gentoo-1.7.0-patches-r5.tar.xz 157172 SHA256 
d9370439e6200d75ba9c6705561a408325c07b18f248f59457b45fa09cb080b0 SHA512 
758a189ec33d346f4dcc9afad7d5d8b7092c89917a7fe40fbb75803fde0469d8dd197bc360d6e7a3897210973846bec6f7451bee3e4c6b1296e0d8fe8d0db39d
 WHIRLPOOL 
6d26015f7827b182941b9903a2ee0ddaeee2788047c50fb8e67c4466f8403a83252139185cddd72058f790c465783f4e1e637c6fb936a3b25a58f6062458de27
-DIST mutt-gentoo-1.7.1-patches-r0.tar.xz 150172 SHA256 
b82859c3ef15ae2225b0ff53e3ff5f7354d7db51a5716eeefae6fe411aafbc9b SHA512 
0d4ccff4ad87afe2fdb4603fedf9137d3af80f1b7a6920d7746bc553159369497ee0c0a1e0f40b10ddc3abcfa7f771cc82f8e3565ee430c55198dca5fe68cbd9
 WHIRLPOOL 
d001a5b7e415b9670e1fbbe563365962a44ad0bc65f8b5707908aa48f3ba684d7f573dd19369b6ddef4d74f288b5dc5ec050195ddbfaf3241207797c2b788203
+DIST mutt-gentoo-1.7.1-patches-r1.tar.xz 151368 SHA256 
f70d1cd72fbba24b0ab18fcd60a43c61c416b17185c740f97f7a8c3dda182acc SHA512 
3ba00cccea6029986db2c75343a86ed6a1da8e55c4066c7a99a54a8612c1e5d8512e5d58e49be9d6721c8a989775042415ec49055680ac120d267a304bf41f4c
 WHIRLPOOL 
c120f0108d6323e4d1b1597f3a491c2c842825aabf3ac876ab2c7d5c8360a8465ec46eea1b1a5953a28fcf91439971c053e4b806e3dbdf34d5a966f827944ff2

diff --git a/mail-client/mutt/mutt-1.7.1.ebuild 
b/mail-client/mutt/mutt-1.7.1-r1.ebuild
similarity index 99%
rename from mail-client/mutt/mutt-1.7.1.ebuild
rename to mail-client/mutt/mutt-1.7.1-r1.ebuild
index d8843bd..a9e98c7 100644
--- a/mail-client/mutt/mutt-1.7.1.ebuild
+++ b/mail-client/mutt/mutt-1.7.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 inherit eutils flag-o-matic autotools
 
-PATCHREV="r0"
+PATCHREV="r1"
 PATCHSET="gentoo-${PVR}/${PATCHREV}"
 
 DESCRIPTION="A small but very powerful text-based mail client"



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

2016-10-13 Thread Fabian Groffen
commit: 69844c31d2cd0f140dc003cbe3c6d2dee16325e7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 13 15:59:41 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 13 16:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69844c31

mail-client/mutt: cleanup econf arguments

Package-Manager: portage-2.3.0

 mail-client/mutt/mutt-1.7.1-r1.ebuild | 101 +++---
 1 file changed, 56 insertions(+), 45 deletions(-)

diff --git a/mail-client/mutt/mutt-1.7.1-r1.ebuild 
b/mail-client/mutt/mutt-1.7.1-r1.ebuild
index a9e98c7..27fe71b 100644
--- a/mail-client/mutt/mutt-1.7.1-r1.ebuild
+++ b/mail-client/mutt/mutt-1.7.1-r1.ebuild
@@ -132,74 +132,85 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf="
-   $(use_enable crypt pgp) \
-   $(use_enable debug) \
-   $(use_enable gpg gpgme) \
-   $(use_enable imap) \
-   $(use_enable nls) \
-   $(use_enable nntp) \
-   $(use_enable pop) \
-   $(use_enable sidebar) \
-   $(use_enable smime) \
-   $(use_enable smtp) \
-   $(use_enable notmuch) \
-   $(use_with idn) \
-   $(use_with kerberos gss) \
-   $(use slang && echo --with-slang=${EPREFIX}/usr) \
-   $(use !slang && echo --with-curses=${EPREFIX}/usr) \
-   --enable-compressed \
-   --enable-external-dotlock \
-   --enable-nfs-fix \
-   --sysconfdir=${EPREFIX}/etc/${PN} \
-   --with-docdir=${EPREFIX}/usr/share/doc/${PN}-${PVR} \
-   --with-regex \
-   --with-exec-shell=${EPREFIX}/bin/sh"
+   local myconf=(
+   "$(use_enable crypt pgp)"
+   "$(use_enable debug)"
+   "$(use_enable gpg gpgme)"
+   "$(use_enable imap)"
+   "$(use_enable nls)"
+   "$(use_enable nntp)"
+   "$(use_enable pop)"
+   "$(use_enable sidebar)"
+   "$(use_enable smime)"
+   "$(use_enable smtp)"
+   "$(use_enable notmuch)"
+   "$(use_with idn)"
+   "$(use_with kerberos gss)"
+   "--with-$(use slang && echo slang || echo 
curses)=${EPREFIX}/usr"
+   "--enable-compressed"
+   "--enable-external-dotlock"
+   "--enable-nfs-fix"
+   "--sysconfdir=${EPREFIX}/etc/${PN}"
+   "--with-docdir=${EPREFIX}/usr/share/doc/${PN}-${PVR}"
+   "--with-regex"
+   "--with-exec-shell=${EPREFIX}/bin/sh"
+   )
 
if [[ ${CHOST} == *-solaris* ]] ; then
# arrows in index view do not show when using wchar_t
-   myconf+=" --without-wc-funcs"
+   myconf+=( "--without-wc-funcs" )
fi
 
# mutt prioritizes gdbm over bdb, so we will too.
# hcache feature requires at least one database is in USE.
-   if use tokyocabinet; then
-   myconf="${myconf} --enable-hcache \
-   --with-tokyocabinet --without-qdbm --without-gdbm 
--without-bdb"
-   elif use qdbm; then
-   myconf="${myconf} --enable-hcache \
-   --without-tokyocabinet --with-qdbm --without-gdbm 
--without-bdb"
-   elif use gdbm ; then
-   myconf="${myconf} --enable-hcache \
-   --without-tokyocabinet --without-qdbm --with-gdbm 
--without-bdb"
-   elif use berkdb; then
-   myconf="${myconf} --enable-hcache \
-   --without-tokyocabinet --without-qdbm --without-gdbm 
--with-bdb"
+   local hcaches=(
+   "tokyocabinet"
+   "qdbm"
+   "gdbm"
+   "berkdb:bdb"
+   )
+   local ucache hcache lcache
+   for hcache in "${hcaches[@]}" ; do
+   if use ${hcache%%:*} ; then
+   ucache=${hcache}
+   break
+   fi
+   done
+   if [[ -n ${ucache} ]] ; then
+   myconf+=( "--enable-hcache" )
else
-   myconf="${myconf} --disable-hcache \
-   --without-tokyocabinet --without-qdbm --without-gdbm 
--without-bdb"
+   myconf+=( "--disable-hcache" )
fi
+   for hcache in "${hcaches[@]}" ; do
+   [[ ${hcache} == ${ucache} ]] \
+   && myconf+=( "--with-${hcache#*:}" ) \
+   || myconf+=( "--without-${hcache#*:}" )
+   done
 
# there's no need for gnutls, ssl or sasl without socket support
if use pop || use imap || use smtp ; then
if use gnutls; then
-   myconf="${myconf} --with-gnutls"
+   myconf+=( "--with-gnutls" )
elif use ssl; then
-   myconf="${myconf} --with-ssl"
+  

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

2016-10-13 Thread Fabian Groffen
commit: 23280c98a3f538da38e27c463a6d604f5e79bad6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 13 16:02:17 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 13 16:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23280c98

mail-client/mutt: drop unstable keywords from oldest ebuild

Package-Manager: portage-2.3.0

 mail-client/mutt/mutt-1.5.23-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/mutt/mutt-1.5.23-r7.ebuild 
b/mail-client/mutt/mutt-1.5.23-r7.ebuild
index da0cf15..5916079 100644
--- a/mail-client/mutt/mutt-1.5.23-r7.ebuild
+++ b/mail-client/mutt/mutt-1.5.23-r7.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$
 
@@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp 
pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="ia64 sparc"  # last stable
 CDEPEND="
app-misc/mime-types
nls? ( virtual/libintl )



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

2016-10-13 Thread Fabian Groffen
commit: 63320c78b3c8b22c91b93eea90c9769886225a96
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Oct 13 16:05:32 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Oct 13 16:06:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63320c78

mail-client/mutt: use slot operator for sys-libs/db

Package-Manager: portage-2.3.0

 mail-client/mutt/mutt-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mutt/mutt-1.7.1-r1.ebuild 
b/mail-client/mutt/mutt-1.7.1-r1.ebuild
index 27fe71b..76ca7ff 100644
--- a/mail-client/mutt/mutt-1.7.1-r1.ebuild
+++ b/mail-client/mutt/mutt-1.7.1-r1.ebuild
@@ -27,7 +27,7 @@ CDEPEND="
qdbm?  ( dev-db/qdbm )
!qdbm? (
gdbm?  ( sys-libs/gdbm )
-   !gdbm? ( berkdb? ( >=sys-libs/db-4 ) )
+   !gdbm? ( berkdb? ( >=sys-libs/db-4:= ) )
)
)
imap?(



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

2016-10-13 Thread Mike Gilbert
commit: bd2ee3935b64477065de277448655b8872daf4dd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 15:57:12 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 15:57:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2ee393

www-client/chromium: stable channel bump (54.0.2840.59)

Package-Manager: portage-2.3.2

 www-client/chromium/Manifest   |   3 +-
 www-client/chromium/chromium-53.0.2785.116.ebuild  | 722 -
 ...2840.34.ebuild => chromium-54.0.2840.59.ebuild} |   0
 3 files changed, 1 insertion(+), 724 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 9752988..cd8d22a 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,6 +1,5 @@
-DIST chromium-53.0.2785.116.tar.xz 460903264 SHA256 
7a87629504346f64122ca7754574d187a4c1bf5736dea672ff3e247a0af16062 SHA512 
3a88b5b61642c4b947ae9cd9faa6d9d75fecfd6058982e705d36f1da2e94b902fb6d0af5289e00bbd0e5e7d096d5f5a788132c6e4374978620d6f7a1e2fb00da
 WHIRLPOOL 
fa067c68b217d494e16dfc78d63482a31006234ebae1c686426f011afde41a58d6939e3c5ee3a340ee099d5d88016f425b97e9f68957bb60d9b846d471702ac3
 DIST chromium-53.0.2785.143.tar.xz 460878628 SHA256 
c52a58b79bfb27bb87e4a0a6ff213001485fbc747657b290f75d39ddce07dcc3 SHA512 
d51ee1bd60d9ac0ae2dfa66b7ba10cae479002f32995d169c181e7ef1170953069531ec786e8031d3fc4777f002b213471213b4ed3e6f1e89f851547305456b9
 WHIRLPOOL 
a9e75f905d7529aa0ed2ff3af9a7273c1b53dcb4c8a393d0fb34361b4cfa46e6e3691abf6fedc36dd6c375ab43038f76c981678d1988054d3fdb04b33b79d4a8
-DIST chromium-54.0.2840.34.tar.xz 479636320 SHA256 
b46c26a9e773b2c620acd2f96d69408f14a279aefaedfefed002ecf898a1ecf2 SHA512 
23732e02ed30eaf36a4a4ee7bbb1af72c4202e061444004b515f0c49a578907719de3588f6d1e8dbb756cffa0220b677c920dc2f5ad6e8ec70a82168c094c99d
 WHIRLPOOL 
822b41231a41aaeb8fc45ddc927c731535640a844ad25256a3f3daa86916c7cd9a5b79b30324c22efff03ef16a033b77d93df24f1ebf64df9373f77a8669fb41
 DIST chromium-54.0.2840.50.tar.xz 479717252 SHA256 
9b0b58f3af8353751e93fb6759660bd18de853fd3caabf88cbd48047e1c6cc38 SHA512 
338dc37a994346877e180b9c7c9537a9f6a116f152f62a489dcb8d51e061e7262eba2585e63d368cf503b15d987e24b7ff4b4acc284e887b06c4cb3238b13543
 WHIRLPOOL 
0fccf4ca53b4289bc02e0bcd8d8e47fa9d1bff34545c85eeb8a0809067389cad1c395687388909069839ae921c47eebfa5b4fda4af13d0015d28d42e249c9728
+DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d94a5ab0509cc3a86a31299a50328991edcde SHA512 
f0b615a2e7dd667c8959f8ce501035a69e7ce852f04ae3023677d933025a56cbc7e1c5f4e85f6e790236ac61cfbd5df7290ed5da74292ee40ebbd89e75fb159f
 WHIRLPOOL 
a719ddf51cce89bb445bed1cfa694bf5c49a67455b1ed495363920303ba4337ae81d660c7fa613653f84e1cefb934d54640ea6727b95e0ab4451517d3db83299
 DIST chromium-55.0.2868.3.tar.xz 505338268 SHA256 
bec801332cdfb784d06a08da3936f5b9719e5b6a3bbaee88c3829651799077d1 SHA512 
918c53f7380f889450b0e97e085f8d28af0ef4c25a5dd7b1ae0b2467ccc564747915c64d3bc6f64d31798ea4ef76f7a5cd7f64c06830ed9775756a495d9bb319
 WHIRLPOOL 
df1fc03ebbc0ce4697e5aae6199c970d55b3cfdf78a00e18e47206dfc4f1995b3bae34216ea1d1023f7619febc87e9bfe738d015cee24123be386d6d41bec572
 DIST chromium-55.0.2873.0.tar.xz 505121804 SHA256 
7f0a502e18951215693567ab668c2a0b4031bd8a1b3d10f8c9d1711079f56c1a SHA512 
352349314b6f7565dbef9425152efee1546c116346b6ec2094b9c7ccf30d7caa2b2b2a4b8aa97deb66e25e692741bd63675d3c1f95ee99e1e7345406509c0ad3
 WHIRLPOOL 
de4c5f31ecbe072c5cf5718a889f383ec49d5100fb4dfbeda456e78c6665d80e3f85044efc6d56c6d575579992d90bfddbe23c16530b1cf5c570c5ce2cd3d0ac

diff --git a/www-client/chromium/chromium-53.0.2785.116.ebuild 
b/www-client/chromium/chromium-53.0.2785.116.ebuild
deleted file mode 100644
index 9290132..
--- a/www-client/chromium/chromium-53.0.2785.116.ebuild
+++ /dev/null
@@ -1,722 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="cups gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's 
sandbox.
-REQUIRED_USE="gn? ( gnome gnome-keyring 

[gentoo-commits] proj/gentoo-mate:master commit in: scripts/files/hooks/, scripts/, scripts/hooks/, scripts/bin/

2016-10-13 Thread Ettore Di Giacinto
commit: 6af6e1c73297c812f0df3336634395223c58d6f3
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 16:01:46 2016 +
Commit: Ettore Di Giacinto  sabayonlinux  org>
CommitDate: Thu Oct 13 16:01:46 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6af6e1c7

scripts: creating files/ and bin/ folder

* moving init-repo-mirror and keyword-helper to bin/ under scripts/
* moving hooks/ inside files/

 scripts/{ => bin}/init-repo-mirror | 0
 scripts/{ => bin}/keyword-helper   | 0
 scripts/{ => files}/hooks/post-receive | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/scripts/init-repo-mirror b/scripts/bin/init-repo-mirror
similarity index 100%
rename from scripts/init-repo-mirror
rename to scripts/bin/init-repo-mirror

diff --git a/scripts/keyword-helper b/scripts/bin/keyword-helper
similarity index 100%
rename from scripts/keyword-helper
rename to scripts/bin/keyword-helper

diff --git a/scripts/hooks/post-receive b/scripts/files/hooks/post-receive
similarity index 100%
rename from scripts/hooks/post-receive
rename to scripts/files/hooks/post-receive



[gentoo-commits] proj/gentoo-mate:master commit in: scripts/

2016-10-13 Thread Ettore Di Giacinto
commit: adb7a5cf8ebd6d3f102bbd46315373288edee0fc
Author: mudler  sabayon  org>
AuthorDate: Thu Oct 13 15:56:41 2016 +
Commit: Ettore Di Giacinto  sabayonlinux  org>
CommitDate: Thu Oct 13 15:57:04 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=adb7a5cf

scripts: Adding keyword-helper script to help out in KEYWORDS manipulations

 scripts/keyword-helper | 122 +
 1 file changed, 122 insertions(+)

diff --git a/scripts/keyword-helper b/scripts/keyword-helper
new file mode 100755
index 000..d5768a1
--- /dev/null
+++ b/scripts/keyword-helper
@@ -0,0 +1,122 @@
+#!/usr/bin/perl
+# keyword-helper - utility to ekeyword packages
+# Usage: from the root of the overlay
+# keyword-helper app-foo/bar-1.2 app-foo/baz-1.2
+# 
+
+use Cwd;
+
+my $TARGET_KEYWORD = $ENV{TARGET_KEYWORD} // "amd64 x86"
+;# KEYWORD changes, arguments are given directly to ekeyword
+my $BUGZ =
+$ENV{BUGZ};# Bug reference. Mandatory if no COMMIT_MSG is specified
+my $COMMIT_MSG = $ENV{COMMIT_MSG};# Git commit message
+
+my @KEYWORD_PACKAGES = @ARGV; # Packages that we want to manipulate
+my $CWD  = getcwd;
+
+sub strip_pvr { s/-[0-9]{1,}.*$//; }
+
+sub package_has_pvr { /-[0-9]{1,}.*$/; }
+
+# print helpers
+
+sub say { print join( "\n", @_ ) . "\n"; }
+
+sub err { say "\e[31m ", @_, " \e[0m"; }
+
+sub fatal { err @_; exit 1; }
+
+sub ok { say "\e[1;34m ", @_, " \e[0m"; }
+
+sub info { say "\e[1;37m ", @_, " \e[0m"; }
+
+# deadly checks
+
+if ( !@ARGV or $ARGV[0] eq "-h" or $ARGV[0] eq "--help" ) {
+say "You must feed me with at least a package version", "",
+"e.g. $0 package","",
+"ENV variables options:", "",
+" COMMIT_MSG \t\t default commit message",
+" BUGZ \t\t Gentoo Bugzilla id, e.g. 596998",
+" TARGET_KEYWORD \t the keyword(s) to set separated by a space. e.g. 
TARGET_KEYWORD='amd64 x86'";
+exit 1;
+}
+
+if ( -e "${CWD}/Manifest" ) {
+fatal "You are running me from the wrong folder, don't you?",
+"I need to be executed from the root of the overlay!";
+}
+
+fatal "You should supply a bug id with the BUGZ environment variable or",
+"a custom commit message with COMMIT_MSG at least"
+if ( !$BUGZ and !$COMMIT_MSG );
+
+# Split TARGET_KEYWORD by space and put into an array
+my @ARCHES = split( /\s/, $TARGET_KEYWORD );
+
+# Cycle packages that need to be manipulated
+# Here it's being used $_, that contains strings in the following format:  
category/package, contains package version and revision too
+for (@KEYWORD_PACKAGES) {
+fatal
+"You must feed me with package versions, not atoms or whatever!",
+"bailing out since you are using me in the WRONG way, fix yourself 
first"
+unless package_has_pvr;
+my $local_package =
+(/\/(.*)$/)[0]
+. ".ebuild"
+;  # Extract the package name and version, included of revision if any
+info "Keywording $TARGET_KEYWORD on $_ [$local_package]";
+strip_pvr();# stripping PVR
+
+if ( -d $_ ) {
+chdir($_);# entering in the directory
+}
+else {
+fatal "$_ directory doesn't exists";
+}
+
+# Checking if ebuild we want to keyword is there
+if ( -e $local_package ) {
+
+# Do magic with the ebuild, since it exists
+foreach my $arch (@ARCHES) {
+my $LOCAL_COMMIT_MSG = $COMMIT_MSG;
+
+# if no COMMIT_MSG is supplied, we generate it
+if ( !$COMMIT_MSG ) {
+my ( $keyword_symbol, $clean_arch ) =
+( $arch =~ /^(\^|\~|)(.*)$/ )
+; # Getting the first character of a arch, it can be ~, ^ 
or "" to use it with ekeyword
+my $prefix_msg;
+if ( $keyword_symbol eq '^' ) {
+$prefix_msg = "Drop $clean_arch keyword ";
+}
+elsif ( $keyword_symbol eq '~' ) {
+$prefix_msg = "Added $arch keyword ";
+}
+elsif ( $keyword_symbol eq "" ) {
+$prefix_msg = "Stable on $clean_arch keyword ";
+}
+$LOCAL_COMMIT_MSG = $prefix_msg . "wrt \#${BUGZ}";
+}
+
+system("ekeyword $arch $local_package");
+system("git add $local_package");
+system("repoman commit -m '$_: $LOCAL_COMMIT_MSG'");
+if ( $? >> 8 != 0 ) {
+fatal
+"Meh. we got errors. before going on, i want you to fix 
those by hand.";
+}
+else {
+ok "Done for $_ [$local_package]";
+}
+}
+
+}
+else {
+# errors, the ebuild cannot be found
+fatal "/!\\ $local_package not found in $_ keywording failed!";
+}
+chdir($CWD);
+}



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-10-13 Thread Mike Gilbert
commit: 4ae3820ffa40e093465d4759191b80efefbc991a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 16:00:16 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 16:00:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae3820f

www-plugins/chrome-binary-plugins: drop flash from stable

Package-Manager: portage-2.3.2

 .../chrome-binary-plugins-54.0.2840.59.ebuild| 20 ++--
 www-plugins/chrome-binary-plugins/metadata.xml   |  1 -
 2 files changed, 2 insertions(+), 19 deletions(-)

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59.ebuild
index 2757b38..c293b43 100644
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59.ebuild
+++ 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59.ebuild
@@ -34,7 +34,7 @@ 
SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd
 KEYWORDS="-* amd64"
 
 LICENSE="google-chrome"
-IUSE="+flash +widevine"
+IUSE="+widevine"
 RESTRICT="bindist mirror strip"
 
 for x in 0 beta stable unstable; do
@@ -51,29 +51,13 @@ pkg_nofetch() {
 }
 
 src_install() {
-   local version flapper
+   local version
 
insinto /usr/$(get_libdir)/chromium
-
if use widevine; then
doins libwidevinecdm.so libwidevinecdmadapter.so
dosym ../chromium/libwidevinecdm.so 
/usr/$(get_libdir)/chromium-browser/libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > 
widevine.version
doins widevine.version
fi
-
-   if use flash; then
-   doins -r PepperFlash
-
-   # Since this is a live ebuild, we're forced to, unfortuantely,
-   # dynamically construct the command line args for Chromium.
-   version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' 
PepperFlash/manifest.json)
-   
flapper="${EPREFIX}/usr/$(get_libdir)/chromium/PepperFlash/libpepflashplayer.so"
-   echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash
-   echo -n "--ppapi-flash-path=$flapper " >> pepper-flash
-   echo "--ppapi-flash-version=$version\"" >> pepper-flash
-
-   insinto /etc/chromium/
-   doins pepper-flash
-   fi
 }

diff --git a/www-plugins/chrome-binary-plugins/metadata.xml 
b/www-plugins/chrome-binary-plugins/metadata.xml
index db13e56..0612d37 100644
--- a/www-plugins/chrome-binary-plugins/metadata.xml
+++ b/www-plugins/chrome-binary-plugins/metadata.xml
@@ -14,7 +14,6 @@
Chromium in Gentoo Project


-   Install Chrome's native Pepper Flash
Install the Widevine DRM library

 



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

2016-10-13 Thread Mike Gilbert
commit: 663f9a2840af0e4506e55a15da3de60a4283dd66
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 15:58:17 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 15:58:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663f9a28

www-client/chromium: remove old

Package-Manager: portage-2.3.2

 www-client/chromium/Manifest |   1 -
 www-client/chromium/chromium-54.0.2840.50.ebuild | 731 ---
 2 files changed, 732 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index cd8d22a..eee3882 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,4 @@
 DIST chromium-53.0.2785.143.tar.xz 460878628 SHA256 
c52a58b79bfb27bb87e4a0a6ff213001485fbc747657b290f75d39ddce07dcc3 SHA512 
d51ee1bd60d9ac0ae2dfa66b7ba10cae479002f32995d169c181e7ef1170953069531ec786e8031d3fc4777f002b213471213b4ed3e6f1e89f851547305456b9
 WHIRLPOOL 
a9e75f905d7529aa0ed2ff3af9a7273c1b53dcb4c8a393d0fb34361b4cfa46e6e3691abf6fedc36dd6c375ab43038f76c981678d1988054d3fdb04b33b79d4a8
-DIST chromium-54.0.2840.50.tar.xz 479717252 SHA256 
9b0b58f3af8353751e93fb6759660bd18de853fd3caabf88cbd48047e1c6cc38 SHA512 
338dc37a994346877e180b9c7c9537a9f6a116f152f62a489dcb8d51e061e7262eba2585e63d368cf503b15d987e24b7ff4b4acc284e887b06c4cb3238b13543
 WHIRLPOOL 
0fccf4ca53b4289bc02e0bcd8d8e47fa9d1bff34545c85eeb8a0809067389cad1c395687388909069839ae921c47eebfa5b4fda4af13d0015d28d42e249c9728
 DIST chromium-54.0.2840.59.tar.xz 479763932 SHA256 
df89c284b0109566acc6a5a1a84d94a5ab0509cc3a86a31299a50328991edcde SHA512 
f0b615a2e7dd667c8959f8ce501035a69e7ce852f04ae3023677d933025a56cbc7e1c5f4e85f6e790236ac61cfbd5df7290ed5da74292ee40ebbd89e75fb159f
 WHIRLPOOL 
a719ddf51cce89bb445bed1cfa694bf5c49a67455b1ed495363920303ba4337ae81d660c7fa613653f84e1cefb934d54640ea6727b95e0ab4451517d3db83299
 DIST chromium-55.0.2868.3.tar.xz 505338268 SHA256 
bec801332cdfb784d06a08da3936f5b9719e5b6a3bbaee88c3829651799077d1 SHA512 
918c53f7380f889450b0e97e085f8d28af0ef4c25a5dd7b1ae0b2467ccc564747915c64d3bc6f64d31798ea4ef76f7a5cd7f64c06830ed9775756a495d9bb319
 WHIRLPOOL 
df1fc03ebbc0ce4697e5aae6199c970d55b3cfdf78a00e18e47206dfc4f1995b3bae34216ea1d1023f7619febc87e9bfe738d015cee24123be386d6d41bec572
 DIST chromium-55.0.2873.0.tar.xz 505121804 SHA256 
7f0a502e18951215693567ab668c2a0b4031bd8a1b3d10f8c9d1711079f56c1a SHA512 
352349314b6f7565dbef9425152efee1546c116346b6ec2094b9c7ccf30d7caa2b2b2a4b8aa97deb66e25e692741bd63675d3c1f95ee99e1e7345406509c0ad3
 WHIRLPOOL 
de4c5f31ecbe072c5cf5718a889f383ec49d5100fb4dfbeda456e78c6665d80e3f85044efc6d56c6d575579992d90bfddbe23c16530b1cf5c570c5ce2cd3d0ac

diff --git a/www-client/chromium/chromium-54.0.2840.50.ebuild 
b/www-client/chromium/chromium-54.0.2840.50.ebuild
deleted file mode 100644
index 8063646..
--- a/www-client/chromium/chromium-54.0.2840.50.ebuild
+++ /dev/null
@@ -1,731 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh-CN zh-TW"
-
-inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
multiprocessing pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="cups +gn gnome gnome-keyring gtk3 +hangouts kerberos neon pic 
+proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +tcmalloc widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-COMMON_DEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
-   dev-libs/expat:=
-   dev-libs/glib:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.14.3:=
-   >=dev-libs/re2-0.2016.05.01:=
-   gnome? ( >=gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   media-libs/libexif:=
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:=
-   media-libs/libvpx:=[svc]
-   media-libs/speex:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   system-ffmpeg? ( 

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

2016-10-13 Thread William Hubbs
commit: 00b21ecbd1260e2ea6e04a88845d3da9ee9ee61b
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Oct 13 14:39:12 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct 13 14:39:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b21ecb

app-emulation/docker: 1.12.2 version bump for #596960

Package-Manager: portage-2.3.0

 app-emulation/docker/Manifest |   1 +
 app-emulation/docker/docker-1.12.2.ebuild | 292 ++
 2 files changed, 293 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index cc1bafb..d27bc53 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,4 +1,5 @@
 DIST docker-1.11.0.tar.gz 10637394 SHA256 
088869b9a19ae17656e068aa6d3d473866e8133365427c601c671da1b2189057 SHA512 
ecb7f531a5632fd6274e3eec59a5194c61d0788ab9f3864845cbc248232c2f14671a26c34abab8c5ca85ce6106ae72ea3ae4e5d133ad1efb126069ae82a2dba0
 WHIRLPOOL 
20b0ef1642d2fea2ae186a17786d95f138fb7df92daa104f00c481488f82eadd5e8f27a0a8e926d68f495fd62bc132d83817a0831f84b3786474a9408d87878f
 DIST docker-1.12.0.tar.gz 13018773 SHA256 
f8139acba98248eb1fdb0b6d94efee89b876f9a50d00e263dc144fd2b0c372d4 SHA512 
113707c0447bc096dc59204a1666b9f3a4e92d0ad89f016a0259734d6eee47861d5a6b1febab61f357212f0b4ffceea7ed3a53f883a748604aeb65bb5701413b
 WHIRLPOOL 
aa817e74c00b3f4ec9f494336a8a2f46d41ff978a4d04f4400a3f6ba21b4271a8f80b3708c4e18f9517f974f8e4f59194edbd57e3a662910cb01483fa6332b48
 DIST docker-1.12.1.tar.gz 13135631 SHA256 
0c71255fc69ffec377800468e2b1c97681f150f3719ffa09829a17b717ff4e01 SHA512 
8917e23d2826f45951710dcc47625c27240541b7fa6b75fb7e143fdcc5c78cbf6a7475663b96b22126ba3c2dab3b3a8c11ca396dc8408d1aa9f2667c95e7
 WHIRLPOOL 
915707b6563f10670678b064031173e58a2aa9e380fbd95f0a11951ece3f7d53fbb5a62241a611bafb66edc116cfd9de62d144d62abcb4e2cd43e125863ab0b9
+DIST docker-1.12.2.tar.gz 13680145 SHA256 
29bc203e483c81c9a337b4a4186e6b0a23984c518b09478d8718c616b5923e88 SHA512 
ef8dc9ee4817bad757f5e3396a7062076415305fe5e3ea3a8e04b3d4690119d27e81429d34450de7119c3039231b1e501806962cd529bb10d33c0884a9c05729
 WHIRLPOOL 
f313383842f2e0e9ca7805c239da84283de9ac5c8778a501bb76f4be6b166b07394112b0fea88e52baa3e17094dbc569ccc2ac9b4ed493873e4210893e8115cc
 DIST docker-1.12.2_rc1.tar.gz 13622885 SHA256 
22200fb69e5fd51bf778a39aff0c7dcbce94069788967363f988dae543df881c SHA512 
9fdbccc760e0393584cb55c5c959002eaea73d51b710cdbe5c5c098993e89e5a3ce8593832a7ffc7690238e04500b0ec2bd02c8e4b2eafe957a57915b1877aa3
 WHIRLPOOL 
11499ff9def165bc7b7bc411fde8391ea5402bce78b0deb23f1954b1dd5d45698d584efa5ff74c5e033651e6660a14a4ea1013c0548f50e0861fb067a6b0168b

diff --git a/app-emulation/docker/docker-1.12.2.ebuild 
b/app-emulation/docker/docker-1.12.2.ebuild
new file mode 100644
index ..3bacb6d
--- /dev/null
+++ b/app-emulation/docker/docker-1.12.2.ebuild
@@ -0,0 +1,292 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git;
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   DOCKER_GITCOMMIT="bb80604"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 golang-base linux-info systemd udev user
+
+DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
+HOMEPAGE="https://dockerproject.org;
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +device-mapper experimental overlay seccomp"
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
+   apparmor? ( sys-libs/libapparmor )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.8
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   >app-emulation/containerd-0.2.2
+   app-emulation/runc[apparmor?,seccomp?]
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources

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

2016-10-13 Thread William Hubbs
commit: 25b2a5962a1c2af913c70a7d6fdcd466a09261e6
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Oct 13 14:45:37 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Oct 13 14:45:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b2a596

app-emulation/docker: remove 1.12.2 release candidate

Package-Manager: portage-2.3.0

 app-emulation/docker/Manifest |   1 -
 app-emulation/docker/docker-1.12.2_rc1.ebuild | 286 --
 2 files changed, 287 deletions(-)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index d27bc53..82d899d 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -2,4 +2,3 @@ DIST docker-1.11.0.tar.gz 10637394 SHA256 
088869b9a19ae17656e068aa6d3d473866e813
 DIST docker-1.12.0.tar.gz 13018773 SHA256 
f8139acba98248eb1fdb0b6d94efee89b876f9a50d00e263dc144fd2b0c372d4 SHA512 
113707c0447bc096dc59204a1666b9f3a4e92d0ad89f016a0259734d6eee47861d5a6b1febab61f357212f0b4ffceea7ed3a53f883a748604aeb65bb5701413b
 WHIRLPOOL 
aa817e74c00b3f4ec9f494336a8a2f46d41ff978a4d04f4400a3f6ba21b4271a8f80b3708c4e18f9517f974f8e4f59194edbd57e3a662910cb01483fa6332b48
 DIST docker-1.12.1.tar.gz 13135631 SHA256 
0c71255fc69ffec377800468e2b1c97681f150f3719ffa09829a17b717ff4e01 SHA512 
8917e23d2826f45951710dcc47625c27240541b7fa6b75fb7e143fdcc5c78cbf6a7475663b96b22126ba3c2dab3b3a8c11ca396dc8408d1aa9f2667c95e7
 WHIRLPOOL 
915707b6563f10670678b064031173e58a2aa9e380fbd95f0a11951ece3f7d53fbb5a62241a611bafb66edc116cfd9de62d144d62abcb4e2cd43e125863ab0b9
 DIST docker-1.12.2.tar.gz 13680145 SHA256 
29bc203e483c81c9a337b4a4186e6b0a23984c518b09478d8718c616b5923e88 SHA512 
ef8dc9ee4817bad757f5e3396a7062076415305fe5e3ea3a8e04b3d4690119d27e81429d34450de7119c3039231b1e501806962cd529bb10d33c0884a9c05729
 WHIRLPOOL 
f313383842f2e0e9ca7805c239da84283de9ac5c8778a501bb76f4be6b166b07394112b0fea88e52baa3e17094dbc569ccc2ac9b4ed493873e4210893e8115cc
-DIST docker-1.12.2_rc1.tar.gz 13622885 SHA256 
22200fb69e5fd51bf778a39aff0c7dcbce94069788967363f988dae543df881c SHA512 
9fdbccc760e0393584cb55c5c959002eaea73d51b710cdbe5c5c098993e89e5a3ce8593832a7ffc7690238e04500b0ec2bd02c8e4b2eafe957a57915b1877aa3
 WHIRLPOOL 
11499ff9def165bc7b7bc411fde8391ea5402bce78b0deb23f1954b1dd5d45698d584efa5ff74c5e033651e6660a14a4ea1013c0548f50e0861fb067a6b0168b

diff --git a/app-emulation/docker/docker-1.12.2_rc1.ebuild 
b/app-emulation/docker/docker-1.12.2_rc1.ebuild
deleted file mode 100644
index 28aeb49..
--- a/app-emulation/docker/docker-1.12.2_rc1.ebuild
+++ /dev/null
@@ -1,286 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGO_PN="github.com/docker/docker"
-
-if [[ ${PV} = ** ]]; then
-   # Docker cannot be fetched via "go get", thanks to autogenerated code
-   EGIT_REPO_URI="https://${EGO_PN}.git;
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
-   inherit git-r3
-else
-   MY_PV="${PV/_/-}"
-   DOCKER_GITCOMMIT="45bed2c"
-   EGIT_COMMIT="v${MY_PV}"
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
-   inherit golang-vcs-snapshot
-fi
-inherit bash-completion-r1 golang-base linux-info systemd udev user
-
-DESCRIPTION="The core functions you need to create Docker images and run 
Docker containers"
-HOMEPAGE="https://dockerproject.org;
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="apparmor aufs btrfs +device-mapper experimental overlay seccomp"
-
-# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
-CDEPEND="
-   >=dev-db/sqlite-3.7.9:3
-   device-mapper? (
-   >=sys-fs/lvm2-2.02.89[thin]
-   )
-   seccomp? ( >=sys-libs/libseccomp-2.2.1 )
-   apparmor? ( sys-libs/libapparmor )
-"
-
-DEPEND="
-   ${CDEPEND}
-
-   dev-go/go-md2man
-
-   btrfs? (
-   >=sys-fs/btrfs-progs-3.8
-   )
-"
-
-# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
-# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
-RDEPEND="
-   ${CDEPEND}
-
-   !app-emulation/docker-bin
-   >=net-firewall/iptables-1.4
-   sys-process/procps
-   >=dev-vcs/git-1.7
-   >=app-arch/xz-utils-4.9
-
-   >app-emulation/containerd-0.2.2
-   app-emulation/runc[apparmor?,seccomp?]
-"
-
-RESTRICT="installsources strip"
-
-S="${WORKDIR}/${P}/src/${EGO_PN}"
-
-# see "contrib/check-config.sh" from upstream's sources
-CONFIG_CHECK="
-   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
-   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
-   ~KEYS ~MACVLAN ~VETH ~BRIDGE ~BRIDGE_NETFILTER
-   ~NF_NAT_IPV4 ~IP_NF_FILTER ~IP_NF_MANGLE ~IP_NF_TARGET_MASQUERADE
-   

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

2016-10-13 Thread Johannes Huber
commit: 633b6e436c756207b140aacd951064044cada327
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Oct 13 13:55:40 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Oct 13 13:55:40 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=633b6e43

Documentation: Update KDE Applications live

 Documentation/package.accept_keywords/.kde-applications-live/kdepim-live | 1 -
 Documentation/package.accept_keywords/kde-applications-live.keywords | 1 -
 Documentation/package.mask/kde-applications-live | 1 -
 Documentation/package.unmask/kde-applications-live   | 1 -
 4 files changed, 4 deletions(-)

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live 
b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
index 2efc841..6df4fb0 100644
--- a/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
+++ b/Documentation/package.accept_keywords/.kde-applications-live/kdepim-live
@@ -11,7 +11,6 @@
 ~kde-apps/calendarjanitor- **
 ~kde-apps/calendarsupport- **
 ~kde-apps/eventviews- **
-~kde-apps/gpgmepp- **
 ~kde-apps/grantlee-editor- **
 ~kde-apps/grantleetheme- **
 ~kde-apps/incidenceeditor- **

diff --git 
a/Documentation/package.accept_keywords/kde-applications-live.keywords 
b/Documentation/package.accept_keywords/kde-applications-live.keywords
index b58db9a..a74b5b1 100644
--- a/Documentation/package.accept_keywords/kde-applications-live.keywords
+++ b/Documentation/package.accept_keywords/kde-applications-live.keywords
@@ -155,7 +155,6 @@
 ~kde-apps/calendarjanitor- **
 ~kde-apps/calendarsupport- **
 ~kde-apps/eventviews- **
-~kde-apps/gpgmepp- **
 ~kde-apps/grantlee-editor- **
 ~kde-apps/grantleetheme- **
 ~kde-apps/incidenceeditor- **

diff --git a/Documentation/package.mask/kde-applications-live 
b/Documentation/package.mask/kde-applications-live
index 89c95ba..4037cad 100644
--- a/Documentation/package.mask/kde-applications-live
+++ b/Documentation/package.mask/kde-applications-live
@@ -145,7 +145,6 @@
 ~kde-apps/calendarjanitor-
 ~kde-apps/calendarsupport-
 ~kde-apps/eventviews-
-~kde-apps/gpgmepp-
 ~kde-apps/grantlee-editor-
 ~kde-apps/grantleetheme-
 ~kde-apps/incidenceeditor-

diff --git a/Documentation/package.unmask/kde-applications-live 
b/Documentation/package.unmask/kde-applications-live
index 89c95ba..4037cad 100644
--- a/Documentation/package.unmask/kde-applications-live
+++ b/Documentation/package.unmask/kde-applications-live
@@ -145,7 +145,6 @@
 ~kde-apps/calendarjanitor-
 ~kde-apps/calendarsupport-
 ~kde-apps/eventviews-
-~kde-apps/gpgmepp-
 ~kde-apps/grantlee-editor-
 ~kde-apps/grantleetheme-
 ~kde-apps/incidenceeditor-



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

2016-10-13 Thread Michael Palimaka
commit: af725c2945884fbae11af8e3323ec87b2f4e0373
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 13:51:54 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 13:52:14 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=af725c29

sets: drop gpgmepp from kdepim-live

gpgmepp is not getting further releases.

 sets/kdepim-live | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sets/kdepim-live b/sets/kdepim-live
index 30604f4..5797f89 100644
--- a/sets/kdepim-live
+++ b/sets/kdepim-live
@@ -11,7 +11,6 @@
 ~kde-apps/calendarjanitor-
 ~kde-apps/calendarsupport-
 ~kde-apps/eventviews-
-~kde-apps/gpgmepp-
 ~kde-apps/grantlee-editor-
 ~kde-apps/grantleetheme-
 ~kde-apps/incidenceeditor-



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

2016-10-13 Thread Michał Górny
commit: 33b21249c4dc3cb52e210b8260a0de8a09ccf9ee
Author: Erayd  erayd  net>
AuthorDate: Thu Oct 13 07:35:16 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 13 13:46:02 2016 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=33b21249

repositories: add personal overlay 'erayd' (bug #596712)

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

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 729f1ee..59105d5 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1414,6 +1414,19 @@ FIN
 https://gitweb.gentoo.org/user/ennui.git/atom/
   
   
+erayd
+Various personal ebuilds
+https://github.com/erayd/overlay
+
+  st...@erayd.net
+  Steve Gilberd
+
+https://github.com/erayd/overlay.git
+git://github.com/erayd/overlay.git
+g...@github.com:erayd/overlay.git
+https://github.com/erayd/overlay/commits/master.atom
+  
+  
 erikmack
 
 http://github.com/erikmack/gentoo-overlay



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

2016-10-13 Thread Mike Gilbert
commit: c80cacb66058200816315e1ece52313df061faba
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 13:14:54 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 13:14:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c80cacb6

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.3.1_p6

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-54.0.2840.50.ebuild => google-chrome-beta-54.0.2840.59.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index b10974a..be6c2f2 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_54.0.2840.50-1_amd64.deb 47546620 SHA256 
34000aeb764599801711a0a126c3e5f9b3c492648751a088e2d40a1ad84e9b09 SHA512 
87abbe024d79d811157e311dd551d1473cfa2acc2bd38255c339b32db8012dc5534f61c01c50f4a1baec63807e762d7e5e39ab06b4eec538b0fbf7e3564f1a01
 WHIRLPOOL 
37e8b680a84968e566813f634c7a4b2ae40862592ceed955b477c86c411af288e036493c86f69f6d702c1e52150ef562e8a048c095925422e8b65e2b1357f3c9
+DIST google-chrome-beta_54.0.2840.59-1_amd64.deb 48319192 SHA256 
756487618e5312f0565f1d75b566a2319600d6aeef83734a71b99bc8faceee58 SHA512 
1e7db4d5d640c7aad0190fa9d4affc97c28e927bf9990eb2b07453d73489b1412972934aac7bf439ac18f411452d4b5540ce3936b29f0bd5bf02ef66d543fee5
 WHIRLPOOL 
a12415eef4da1c5a77f2d7197638e6daee6d6c0e0664c565b0d6a7c0daad4efbf3b5a62d40f1f5bee27eb292f7f53012b5302899b37d87adb07df1a7ff5ceda1

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-54.0.2840.50.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-54.0.2840.59.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-54.0.2840.50.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-54.0.2840.59.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2016-10-13 Thread Mike Gilbert
commit: f05b6b2488def642801c52dea578da903ebc5323
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 13:14:46 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 13:14:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05b6b24

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.3.1_p6

 www-plugins/chrome-binary-plugins/Manifest  | 6 +++---
 0.2785.143.ebuild => chrome-binary-plugins-54.0.2840.59.ebuild} | 0
 ...0_beta.ebuild => chrome-binary-plugins-54.0.2840.59_beta.ebuild} | 0
 ..._alpha.ebuild => chrome-binary-plugins-55.0.2883.9_alpha.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index e6e45b8..17d7049 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_54.0.2840.50-1_amd64.deb 47546620 SHA256 
34000aeb764599801711a0a126c3e5f9b3c492648751a088e2d40a1ad84e9b09 SHA512 
87abbe024d79d811157e311dd551d1473cfa2acc2bd38255c339b32db8012dc5534f61c01c50f4a1baec63807e762d7e5e39ab06b4eec538b0fbf7e3564f1a01
 WHIRLPOOL 
37e8b680a84968e566813f634c7a4b2ae40862592ceed955b477c86c411af288e036493c86f69f6d702c1e52150ef562e8a048c095925422e8b65e2b1357f3c9
-DIST google-chrome-stable_53.0.2785.143-1_amd64.deb 49990192 SHA256 
7829c424b8051a499f928ca9b5591dd02e027e73585e730feeed9114fde91758 SHA512 
e9e923b029d642bac3db850a7befdf4cfbaafcc224a3ca0bacd349062604f6d63aa2a5672da29381bc85fd476b05948a2caba01b3578ae362c0b717a67d27ed7
 WHIRLPOOL 
bcbe349cd14ac32384ba0b60207ce841e3694b6736fb21e17e12f949858a3ce89cf271f8feb21587736f5e71a7d23de232a188a22bbbc40e6438e36dfb42013a
-DIST google-chrome-unstable_55.0.2882.0-1_amd64.deb 48057666 SHA256 
cd5c6e66ad333988fa15f37da67b8b2ec007ee9f2b8bf23f264ad23581525aa9 SHA512 
201c3c97c9ace2ffb431a7a6d103b589986a056a95f1a3b8d9e6a9c49c8a1b686fa2e9fef02ae7690ae4539d05a7394e3727d411cd2363a262f17dedf340efaf
 WHIRLPOOL 
bf3e433546887283ea6395bcbd0eab99243228d5a83409e6f195030d51644f1ade151ecde82dc085e60506053998b5a8d4e2c144f08d2379011844ad41e849fe
+DIST google-chrome-beta_54.0.2840.59-1_amd64.deb 48319192 SHA256 
756487618e5312f0565f1d75b566a2319600d6aeef83734a71b99bc8faceee58 SHA512 
1e7db4d5d640c7aad0190fa9d4affc97c28e927bf9990eb2b07453d73489b1412972934aac7bf439ac18f411452d4b5540ce3936b29f0bd5bf02ef66d543fee5
 WHIRLPOOL 
a12415eef4da1c5a77f2d7197638e6daee6d6c0e0664c565b0d6a7c0daad4efbf3b5a62d40f1f5bee27eb292f7f53012b5302899b37d87adb07df1a7ff5ceda1
+DIST google-chrome-stable_54.0.2840.59-1_amd64.deb 45527232 SHA256 
51101b9aeb30eb04e09f44c2ea3ece8b8d1a735d23acff02d0ad7f77721e4e7e SHA512 
fde84062972b4dcb8aaf18e97134d02a05da89fa703b716bab6b623d076b301bf2ef0560f55bd8710c7fbb00401dbcd098e66fb49df9041a1f0452c5a10f7e77
 WHIRLPOOL 
f2e16187ee47c2c20d7cc6f159bc9f36e6652a3a3e95f0c4a91a1fc4e9311f9d98e7f0ef57b93f640190001e3641886cc65c40e872489290a496e098af865b90
+DIST google-chrome-unstable_55.0.2883.9-1_amd64.deb 47859884 SHA256 
104cdda3c32f881f43ef47a2c98d3ef94081ee8f9798b20bb1addba01b78b88d SHA512 
64cc69c1648f64f729bb367c07d6188b5a1c9ceb85bea84e6db67a5eb5bcf36da408b6ba347fe9553dc23120e0fd42c86e54879763a5d0bd87e7f3161407a728
 WHIRLPOOL 
4cf2f90c1ca16e682a30135b3616c03fdf3d3fab96890c762b91afb1de7d8127256e0bfeaff5ab5afd1badacfdabd734a3fa3fd73b6ebe1790b881f6cfcf

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.143.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.143.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.50_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.50_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.59_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2882.0_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.9_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2882.0_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.9_alpha.ebuild



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

2016-10-13 Thread Mike Gilbert
commit: ff6d023509d411c1145cc69b718b67b6f0262599
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 13:13:36 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 13:13:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6d0235

www-client/google-chrome: automated update

Package-Manager: portage-2.3.1_p6

 www-client/google-chrome/Manifest   | 2 +-
 ...le-chrome-53.0.2785.143.ebuild => google-chrome-54.0.2840.59.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 240dd40..8e8c839 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_53.0.2785.143-1_amd64.deb 49990192 SHA256 
7829c424b8051a499f928ca9b5591dd02e027e73585e730feeed9114fde91758 SHA512 
e9e923b029d642bac3db850a7befdf4cfbaafcc224a3ca0bacd349062604f6d63aa2a5672da29381bc85fd476b05948a2caba01b3578ae362c0b717a67d27ed7
 WHIRLPOOL 
bcbe349cd14ac32384ba0b60207ce841e3694b6736fb21e17e12f949858a3ce89cf271f8feb21587736f5e71a7d23de232a188a22bbbc40e6438e36dfb42013a
+DIST google-chrome-stable_54.0.2840.59-1_amd64.deb 45527232 SHA256 
51101b9aeb30eb04e09f44c2ea3ece8b8d1a735d23acff02d0ad7f77721e4e7e SHA512 
fde84062972b4dcb8aaf18e97134d02a05da89fa703b716bab6b623d076b301bf2ef0560f55bd8710c7fbb00401dbcd098e66fb49df9041a1f0452c5a10f7e77
 WHIRLPOOL 
f2e16187ee47c2c20d7cc6f159bc9f36e6652a3a3e95f0c4a91a1fc4e9311f9d98e7f0ef57b93f640190001e3641886cc65c40e872489290a496e098af865b90

diff --git a/www-client/google-chrome/google-chrome-53.0.2785.143.ebuild 
b/www-client/google-chrome/google-chrome-54.0.2840.59.ebuild
similarity index 100%
rename from www-client/google-chrome/google-chrome-53.0.2785.143.ebuild
rename to www-client/google-chrome/google-chrome-54.0.2840.59.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2016-10-13 Thread Mike Gilbert
commit: 1fd3ca501087d7ed5e35bb9853ec80637267bbaf
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 13 13:14:12 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 13 13:14:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd3ca50

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.3.1_p6

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-55.0.2882.0.ebuild => google-chrome-unstable-55.0.2883.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index e7dbae3..abf5a86 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_55.0.2882.0-1_amd64.deb 48057666 SHA256 
cd5c6e66ad333988fa15f37da67b8b2ec007ee9f2b8bf23f264ad23581525aa9 SHA512 
201c3c97c9ace2ffb431a7a6d103b589986a056a95f1a3b8d9e6a9c49c8a1b686fa2e9fef02ae7690ae4539d05a7394e3727d411cd2363a262f17dedf340efaf
 WHIRLPOOL 
bf3e433546887283ea6395bcbd0eab99243228d5a83409e6f195030d51644f1ade151ecde82dc085e60506053998b5a8d4e2c144f08d2379011844ad41e849fe
+DIST google-chrome-unstable_55.0.2883.9-1_amd64.deb 47859884 SHA256 
104cdda3c32f881f43ef47a2c98d3ef94081ee8f9798b20bb1addba01b78b88d SHA512 
64cc69c1648f64f729bb367c07d6188b5a1c9ceb85bea84e6db67a5eb5bcf36da408b6ba347fe9553dc23120e0fd42c86e54879763a5d0bd87e7f3161407a728
 WHIRLPOOL 
4cf2f90c1ca16e682a30135b3616c03fdf3d3fab96890c762b91afb1de7d8127256e0bfeaff5ab5afd1badacfdabd734a3fa3fd73b6ebe1790b881f6cfcf

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-55.0.2882.0.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-55.0.2883.9.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-55.0.2882.0.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-55.0.2883.9.ebuild



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

2016-10-13 Thread Eray Aslan
commit: 654a8ff1010160bab30bc64ca935ccb6158a0dd3
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu Oct 13 12:56:30 2016 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu Oct 13 12:56:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654a8ff1

mail-mta/postfix: removed old REPLACING_VERSIONS check

Package-Manager: portage-2.3.2

 mail-mta/postfix/postfix-2.10.9.ebuild | 18 +-
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/mail-mta/postfix/postfix-2.10.9.ebuild 
b/mail-mta/postfix/postfix-2.10.9.ebuild
index a7d5a07..e82dd5c 100644
--- a/mail-mta/postfix/postfix-2.10.9.ebuild
+++ b/mail-mta/postfix/postfix-2.10.9.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$
 
@@ -296,20 +296,4 @@ pkg_postinst() {
ewarn "work correctly without it."
ewarn
fi
-
-   if [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 9 ]]; 
then
-   elog "If you are using old style postfix instances by 
symlinking"
-   elog "startup scripts in ${ROOT}etc/init.d, please consider"
-   elog "upgrading your config for postmulti support. For more 
info:"
-   elog "http://www.postfix.org/MULTI_INSTANCE_README.html;
-   if ! use berkdb; then
-   ewarn "\nPostfix is installed without BerkeleyDB 
support."
-   ewarn "Please turn on berkdb USE flag if you need hash 
or"
-   ewarn "btree table lookups.\n"
-   fi
-   ewarn "Postfix daemons now live under /usr/libexec/postfix"
-   ewarn "Please adjust your main.cf accordingly by running"
-   ewarn "etc-update/dispatch-conf or similar and accepting the 
new"
-   ewarn "daemon_directory setting."
-   fi
 }



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/, sci-physics/lammps/files/

2016-10-13 Thread Nicolas Bock
commit: 8f1eadbaa9a8c06794406723ff90ab4a2be3f812
Author: Nicolas Bock  gentoo  org>
AuthorDate: Thu Oct 13 12:23:35 2016 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Thu Oct 13 12:29:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1eadba

sci-physics/lammps: Fix for gcc-6 (Bug 595728)

Added patch written by Peter Levine  gmail.com>

Package-Manager: portage-2.3.0

 sci-physics/lammps/files/gcc-6.patch  | 11 +++
 sci-physics/lammps/lammps-20160407.ebuild |  1 +
 2 files changed, 12 insertions(+)

diff --git a/sci-physics/lammps/files/gcc-6.patch 
b/sci-physics/lammps/files/gcc-6.patch
new file mode 100644
index ..ca2bcce
--- /dev/null
+++ b/sci-physics/lammps/files/gcc-6.patch
@@ -0,0 +1,11 @@
+--- lammps-7Apr16-orig/lib/atc/Vector.h2014-11-20 11:59:03.0 
-0700
 lammps-7Apr16/lib/atc/Vector.h 2016-10-13 06:04:44.328977960 -0600
+@@ -119,7 +119,7 @@
+ {
+   DenseVector r(v);
+   r*=(1.0/s); // for integer types this may be worthless
+-  return ;
++  return r;
+ }
+ 
///
+ //* Operator for Vector-Vector sum

diff --git a/sci-physics/lammps/lammps-20160407.ebuild 
b/sci-physics/lammps/lammps-20160407.ebuild
index d3fac30..cba4974 100644
--- a/sci-physics/lammps/lammps-20160407.ebuild
+++ b/sci-physics/lammps/lammps-20160407.ebuild
@@ -116,6 +116,7 @@ src_prepare() {
# Patch python.
epatch "${FILESDIR}/lammps-python3-r2.patch"
epatch "${FILESDIR}/python-shebang.patch"
+   epatch "${FILESDIR}/gcc-6.patch"
 }
 
 src_compile() {



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

2016-10-13 Thread Michael Palimaka
commit: c4850a74b006497225cec1ae5dafe95128c40b7d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:39:50 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:41:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c4850a74

kde-apps/kdepim-meta: gpgmepp will not see further relases

https://quickgit.kde.org/?p=sysadmin%2Frelease-tools.git=commit=a843ec23c5b4be895e4b5df6e76ea5d73a7b2c7f

Package-Manager: portage-2.3.2

 kde-apps/kdepim-meta/kdepim-meta-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kdepim-meta/kdepim-meta-.ebuild 
b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
index dc8c6da..af047a6 100644
--- a/kde-apps/kdepim-meta/kdepim-meta-.ebuild
+++ b/kde-apps/kdepim-meta/kdepim-meta-.ebuild
@@ -27,7 +27,6 @@ RDEPEND="
$(add_kdeapps_dep calendarjanitor)
$(add_kdeapps_dep calendarsupport)
$(add_kdeapps_dep eventviews)
-   $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep grantlee-editor)
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep incidenceeditor)



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

2016-10-13 Thread Michael Palimaka
commit: cd7b306cb295dfae922fa28747389e47335ed7af
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:26:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:41:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd7b306c

kde-apps/kmail: gpgmepp -> gpgme[qt5]

Upstream-commit: 1fbeac63d4ebda87c50dcbdbd40b64bbcc128940

Package-Manager: portage-2.3.2

 kde-apps/kmail/kmail-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-.ebuild b/kde-apps/kmail/kmail-.ebuild
index dcebd87..cdabb23 100644
--- a/kde-apps/kmail/kmail-.ebuild
+++ b/kde-apps/kmail/kmail-.ebuild
@@ -45,7 +45,6 @@ COMMON_DEPEND="
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep akonadi-search)
-   $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim-apps-libs)
@@ -67,6 +66,7 @@ COMMON_DEPEND="
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1[cxx,qt5]
 "
 DEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kcalutils)



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

2016-10-13 Thread Michael Palimaka
commit: a6cb54d4688fb7df119bdc03944704d42f8a0e54
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:41:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:41:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a6cb54d4

kde-apps/gpgmepp: will not see further releases

(All revdeps are fixed this time!)

https://quickgit.kde.org/?p=sysadmin%2Frelease-tools.git=commit=a843ec23c5b4be895e4b5df6e76ea5d73a7b2c7f

Package-Manager: portage-2.3.2

 kde-apps/gpgmepp/gpgmepp-.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/kde-apps/gpgmepp/gpgmepp-.ebuild 
b/kde-apps/gpgmepp/gpgmepp-.ebuild
deleted file mode 100644
index db2058f..000
--- a/kde-apps/gpgmepp/gpgmepp-.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-inherit kde5
-
-DESCRIPTION="C++ bindings for gpgme"
-LICENSE="LGPL-2.1+"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="
-   app-crypt/gpgme:=
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-"



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

2016-10-13 Thread Michael Palimaka
commit: b58d420489350870056d401fd604137a6fa66110
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:25:39 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:41:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b58d4204

kde-apps/kmail: boost is no longer used

Upstream-commit: 1fbeac63d4ebda87c50dcbdbd40b64bbcc128940

Package-Manager: portage-2.3.2

 kde-apps/kmail/kmail-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kmail/kmail-.ebuild b/kde-apps/kmail/kmail-.ebuild
index bb6cdc3..dcebd87 100644
--- a/kde-apps/kmail/kmail-.ebuild
+++ b/kde-apps/kmail/kmail-.ebuild
@@ -71,7 +71,6 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kldap)
-   dev-libs/boost:=
dev-libs/libxslt
test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') )
 "



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

2016-10-13 Thread Michael Palimaka
commit: dc4f2e1b8e60ac977924ca007c0e063068098556
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:24:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:41:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc4f2e1b

kde-apps/kdepim-addons: gpgmepp -> gpgme[qt5]

Upstream-commit: 11199bb2bcd1dcc8b64218e9a323ecca89634f50

Package-Manager: portage-2.3.2

 kde-apps/kdepim-addons/kdepim-addons-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdepim-addons/kdepim-addons-.ebuild 
b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
index 698e8da..c54ab95 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-.ebuild
@@ -51,7 +51,7 @@ COMMON_DEPEND="
google? ( net-libs/libkgapi:5 )
 "
 DEPEND="${COMMON_DEPEND}
-   $(add_kdeapps_dep gpgmepp)
+   >=app-crypt/gpgme-1.7.1[cxx,qt5]
 "
 RDEPEND="${COMMON_DEPEND}
!kde-apps/kaddressbook:4



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

2016-10-13 Thread Michael Palimaka
commit: c3862b9570b519749fb7e221761a2b018e4b798d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:34:38 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:41:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3862b95

kde-apps/kaddressbook: gpgmepp -> gpgme[qt5]

Upstream-commit: 914be9b8d0f76916a2e65cd15623ffcd9fa9766f

Package-Manager: portage-2.3.2

 kde-apps/kaddressbook/kaddressbook-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kaddressbook/kaddressbook-.ebuild 
b/kde-apps/kaddressbook/kaddressbook-.ebuild
index 3f1a3d7..988a48a 100644
--- a/kde-apps/kaddressbook/kaddressbook-.ebuild
+++ b/kde-apps/kaddressbook/kaddressbook-.ebuild
@@ -37,7 +37,6 @@ COMMON_DEPEND="
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep akonadi-search)
-   $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kdepim-apps-libs)
@@ -50,6 +49,7 @@ COMMON_DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
+   >=app-crypt/gpgme-1.7.1[cxx,qt5]
dev-libs/grantlee:5
prison? ( media-libs/prison:5 )
 "



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

2016-10-13 Thread Jason Donenfeld
commit: 34443d4ffe48e1d2ab48eac3b110b106edda811a
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Oct 13 11:33:57 2016 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Oct 13 11:34:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34443d4f

net-misc/ndppd: bump

Package-Manager: portage-2.3.2

 net-misc/ndppd/Manifest   | 2 +-
 net-misc/ndppd/{ndppd-0.2.3.ebuild => ndppd-0.2.5.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-misc/ndppd/Manifest b/net-misc/ndppd/Manifest
index f44c7ea..89974de 100644
--- a/net-misc/ndppd/Manifest
+++ b/net-misc/ndppd/Manifest
@@ -1 +1 @@
-DIST ndppd-0.2.3.tar.gz 31459 SHA256 
047764681c0b6409f9ac011359f83140639d6f62697df2c9f4f2180985017f9c SHA512 
3e9a1b84c2aea81c863d384514b528e1944f592ee057a42553d53804899c880519354f8a5049102a7753b30a99fe69dfbd16ef5686c890345160ffb22f3adca0
 WHIRLPOOL 
dc5332dd84b03701b3050e818694de5f017594b2f7e2a0231b6fac437a7f14d74a1388cdbfca9549c2e4eb10894909d9525fd0dc84b4b52528878fe367c540c2
+DIST ndppd-0.2.5.tar.gz 31820 SHA256 
ee934167f8357f0bd0015e201a77fbe4d028c59e89dc98113805c6855e1c3992 SHA512 
85534594689c38c0203ad5e7c0c6373a705cbd7da7e2b0519689853a003be2fd7c953aa73529ca52d8c88bf0ce98524e39c475ea992669278090cde4a0e4ba2b
 WHIRLPOOL 
0722c127b883c61fa45c54694665d070aec04257cc5d6514db36682f5b6a624d42ab9e9377b0eb2822d2ef690607cf5bfc332bd33d25992ece723642f2ceb7c3

diff --git a/net-misc/ndppd/ndppd-0.2.3.ebuild 
b/net-misc/ndppd/ndppd-0.2.5.ebuild
similarity index 66%
rename from net-misc/ndppd/ndppd-0.2.3.ebuild
rename to net-misc/ndppd/ndppd-0.2.5.ebuild
index 1452aee..5764a15 100644
--- a/net-misc/ndppd/ndppd-0.2.3.ebuild
+++ b/net-misc/ndppd/ndppd-0.2.5.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Proxies NDP messages between interfaces"
-HOMEPAGE="http://priv.nu/projects/ndppd/;
-SRC_URI="http://priv.nu/projects/ndppd/files/${P}.tar.gz;
+HOMEPAGE="https://github.com/DanielAdolfsson/ndppd;
+SRC_URI="https://github.com/DanielAdolfsson/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"



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

2016-10-13 Thread Michael Palimaka
commit: 7f6f7639847254b7b3d19ff6f0929f31648eb5e7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:19:33 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:22:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f6f7639

kde-apps/messagelib: gpgmepp -> gpgme[qt5]

Upstream-commit: 277cbdcbfbce200957c107a96bc6f6627bdafe3e

Package-Manager: portage-2.3.2

 kde-apps/messagelib/messagelib-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/messagelib/messagelib-.ebuild 
b/kde-apps/messagelib/messagelib-.ebuild
index 9739710..a7fe544 100644
--- a/kde-apps/messagelib/messagelib-.ebuild
+++ b/kde-apps/messagelib/messagelib-.ebuild
@@ -39,7 +39,6 @@ COMMON_DEPEND="
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep akonadi-notes)
-   $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep incidenceeditor)
$(add_kdeapps_dep kcalcore)
@@ -60,6 +59,7 @@ COMMON_DEPEND="
$(add_qt_dep qtwebengine 'widgets')
$(add_qt_dep qtwebkit)
$(add_qt_dep qtwidgets)
+   >=app-crypt/gpgme-1.7.1[cxx,qt5]
>=dev-libs/grantlee-5.1.0:5
 "
 DEPEND="${COMMON_DEPEND}



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

2016-10-13 Thread Michael Palimaka
commit: 0c94634e7c7484c5d33049ae05a5e741d8c6bda5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:21:22 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:22:59 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c94634e

kde-apps/kleopatra: gpgmepp -> gpgme[qt5]

Upstream-commit: 920027ccdaad7420c37057cbb244095e898ca7d8

Package-Manager: portage-2.3.2

 kde-apps/kleopatra/kleopatra-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kleopatra/kleopatra-.ebuild 
b/kde-apps/kleopatra/kleopatra-.ebuild
index 95810f3..8e104a2 100644
--- a/kde-apps/kleopatra/kleopatra-.ebuild
+++ b/kde-apps/kleopatra/kleopatra-.ebuild
@@ -32,7 +32,6 @@ DEPEND="
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkleo)
$(add_qt_dep qtdbus)
@@ -40,6 +39,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
+   >=app-crypt/gpgme-1.7.1[cxx,qt5]
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error



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

2016-10-13 Thread Michael Palimaka
commit: bc20c391321e0d0aecf4fdbf45b5194482cbfe24
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:18:12 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:18:16 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc20c391

kde-apps/libkleo: app-crypt/gpgme[qt5] implies a requirement on cxx

Package-Manager: portage-2.3.2

 kde-apps/libkleo/libkleo-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
index 74516ce..d8d137e 100644
--- a/kde-apps/libkleo/libkleo-.ebuild
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   >=app-crypt/gpgme-1.7.1[qt5]
+   >=app-crypt/gpgme-1.7.1[cxx,qt5]
 "
 DEPEND="${RDEPEND}
dev-libs/boost



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

2016-10-13 Thread Michael Palimaka
commit: 9afbabc3eeeaa2f393c85889472484a1da56aff0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:17:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:17:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9afbabc3

profiles: enable cxx and qt5 USE flags on app-crypt/gpgme in plasma profile

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

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 57ebd98..99ed109 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -50,6 +50,9 @@ media-libs/mesa egl wayland
 # Required by app-office/libreoffice
 media-libs/phonon designer
 
+# Required by KDE PIM 16.12
+>=app-crypt/gpgme-1.7.1 cxx qt5
+
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

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

2016-10-13 Thread Michael Palimaka
commit: b289a856fb391f62a6f5c1a089d03c88f2d6619b
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:12:47 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:13:09 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b289a856

kde-apps/libkleo: gpgmepp -> gpgme[qt5]

Upstream-commit: 6ac7ef85362ee76c3a4926fd4d93f6cde487e6f9
Upstream-commit: 9dac631ad7d1528d5cfc6faf5b0b06811d6ec717

Package-Manager: portage-2.3.2

 kde-apps/libkleo/libkleo-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
index 0da4506..74516ce 100644
--- a/kde-apps/libkleo/libkleo-.ebuild
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -21,13 +21,13 @@ RDEPEND="
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
-   $(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep kpimtextedit)
$(add_qt_dep designer)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
+   >=app-crypt/gpgme-1.7.1[qt5]
 "
 DEPEND="${RDEPEND}
dev-libs/boost



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

2016-10-13 Thread Michael Palimaka
commit: e1183b79bd06296206a6b0d31b56fb47bbfae0bd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 10:55:03 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 10:55:07 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1183b79

kde-frameworks/kpty: ensure utempter is found

Upstream switched from using libutempter to calling the utempter binary
directly. Gentoo installs this binary to a path that kpty does not check, so
its location must be specified explicitly.

Gentoo-bug: 596846
Upstream-commit: 65a688be0b2deaf58414e1f19601a15554beb143

Package-Manager: portage-2.3.2

 kde-frameworks/kpty/kpty-.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/kde-frameworks/kpty/kpty-.ebuild 
b/kde-frameworks/kpty/kpty-.ebuild
index 96ccb6e..56b1a2f 100644
--- a/kde-frameworks/kpty/kpty-.ebuild
+++ b/kde-frameworks/kpty/kpty-.ebuild
@@ -17,3 +17,11 @@ DEPEND="
sys-libs/libutempter
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUTEMPTER_EXECUTABLE=/usr/sbin/utempter
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpty/

2016-10-13 Thread Michael Palimaka
commit: 56e667185f6da23b09ba91685cc4890459475092
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 10:48:49 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 10:49:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e66718

kde-frameworks/kpty: ensure utempter is found

Gentoo-bug: 596846

Package-Manager: portage-2.3.2

 kde-frameworks/kpty/kpty-5.27.0-r1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild 
b/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild
new file mode 100644
index ..0bd6669
--- /dev/null
+++ b/kde-frameworks/kpty/kpty-5.27.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Framework for pseudo terminal devices and running child processes"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   sys-libs/libutempter
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DUTEMPTER_EXECUTABLE=/usr/sbin/utempter
+   )
+
+   kde5_src_configure
+}



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-10-13 Thread Anthony G. Basile
commit: 1b0c812865bbc6960358a475a0da8e4b3e6d710b
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 13 10:29:30 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 13 10:29:52 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=1b0c8128

world: drop more pkgs no longer in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index d84332e..1588afc 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -2532,9 +2532,6 @@ package.use : dev-perl/XML-Stream:0 ssl
 [dev-perl/XML-Twig:0]
 package.use : dev-perl/XML-Twig:0 -nls
 
-[dev-perl/dbix-searchbuilder:0]
-package.use : dev-perl/dbix-searchbuilder:0 -test
-
 [dev-perl/libwww-perl:0]
 package.use : dev-perl/libwww-perl:0 ssl
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 06bf965..dcb632d 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -53,7 +53,6 @@ app-admin/sshguard
 app-admin/sudo
 app-admin/superadduser
 app-admin/supervisor
-app-admin/swatch
 app-admin/sxid
 app-admin/syslog-ng
 app-admin/syslog-summary
@@ -598,7 +597,6 @@ app-pda/ideviceinstaller
 app-pda/ifuse
 app-portage/cfg-update
 app-portage/conf-update
-app-portage/cpuinfo2cpuflags
 app-portage/demerge
 app-portage/eclass-manpages
 app-portage/elogv
@@ -1051,7 +1049,6 @@ dev-perl/XML-RAI
 dev-perl/XML-RSS-Feed
 dev-perl/XML-SimpleObject
 dev-perl/XML-XSLT
-dev-perl/dbix-searchbuilder
 dev-perl/frontier-rpc
 dev-perl/gtk2-trayicon
 dev-perl/gtk2-traymanager



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-10-13 Thread Anthony G. Basile
commit: 5b299bcdb3547441bbb4c99b25c5f8c103848b58
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 13 10:29:30 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 13 10:29:30 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=5b299bcd

world: drop more pkgs no longer in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 7956d3a..1ab9204 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -2533,9 +2533,6 @@ package.use : dev-perl/XML-Stream:0 ssl
 [dev-perl/XML-Twig:0]
 package.use : dev-perl/XML-Twig:0 -nls
 
-[dev-perl/dbix-searchbuilder:0]
-package.use : dev-perl/dbix-searchbuilder:0 -test
-
 [dev-perl/libwww-perl:0]
 package.use : dev-perl/libwww-perl:0 ssl
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 6efbe34..23c57f5 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -53,7 +53,6 @@ app-admin/sshguard
 app-admin/sudo
 app-admin/superadduser
 app-admin/supervisor
-app-admin/swatch
 app-admin/sxid
 app-admin/syslog-ng
 app-admin/syslog-summary
@@ -598,7 +597,6 @@ app-pda/ideviceinstaller
 app-pda/ifuse
 app-portage/cfg-update
 app-portage/conf-update
-app-portage/cpuinfo2cpuflags
 app-portage/demerge
 app-portage/eclass-manpages
 app-portage/elogv
@@ -1050,7 +1048,6 @@ dev-perl/XML-RAI
 dev-perl/XML-RSS-Feed
 dev-perl/XML-SimpleObject
 dev-perl/XML-XSLT
-dev-perl/dbix-searchbuilder
 dev-perl/frontier-rpc
 dev-perl/gtk2-trayicon
 dev-perl/gtk2-traymanager



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/var/lib/portage/, core/etc/grs/

2016-10-13 Thread Anthony G. Basile
commit: d4ad011943097d5bd3f25c1f6ab71336ac1e8842
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 13 10:29:30 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 13 10:30:02 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=d4ad0119

world: drop more pkgs no longer in tree

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 540bef1..14cd1aa 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -2561,9 +2561,6 @@ package.use : dev-perl/XML-Stream:0 ssl
 [dev-perl/XML-Twig:0]
 package.use : dev-perl/XML-Twig:0 -nls
 
-[dev-perl/dbix-searchbuilder:0]
-package.use : dev-perl/dbix-searchbuilder:0 -test
-
 [dev-perl/libwww-perl:0]
 package.use : dev-perl/libwww-perl:0 ssl
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 76cb258..d8ddac6 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -53,7 +53,6 @@ app-admin/sshguard
 app-admin/sudo
 app-admin/superadduser
 app-admin/supervisor
-app-admin/swatch
 app-admin/sxid
 app-admin/syslog-ng
 app-admin/syslog-summary
@@ -598,7 +597,6 @@ app-pda/ideviceinstaller
 app-pda/ifuse
 app-portage/cfg-update
 app-portage/conf-update
-app-portage/cpuinfo2cpuflags
 app-portage/demerge
 app-portage/eclass-manpages
 app-portage/elogv
@@ -1050,7 +1048,6 @@ dev-perl/XML-RAI
 dev-perl/XML-RSS-Feed
 dev-perl/XML-SimpleObject
 dev-perl/XML-XSLT
-dev-perl/dbix-searchbuilder
 dev-perl/frontier-rpc
 dev-perl/gtk2-trayicon
 dev-perl/gtk2-traymanager



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/breeze-icons/

2016-10-13 Thread Michael Palimaka
commit: 29678109cd69ce27c0d7cb481f3aafbdeb8142c8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 10:27:16 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 10:27:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29678109

kde-frameworks/breeze-icons: remove changes that were accidentally introduced

The changes were accidentally introduced in 
0f144c6aa5bc75e36d742c113f841804b98c4fff.

Package-Manager: portage-2.3.2

 kde-frameworks/breeze-icons/breeze-icons-5.27.0.ebuild | 8 
 1 file changed, 8 deletions(-)

diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.27.0.ebuild 
b/kde-frameworks/breeze-icons/breeze-icons-5.27.0.ebuild
index f8d2c27..c812226 100644
--- a/kde-frameworks/breeze-icons/breeze-icons-5.27.0.ebuild
+++ b/kde-frameworks/breeze-icons/breeze-icons-5.27.0.ebuild
@@ -18,11 +18,3 @@ DEPEND="
$(add_qt_dep qtcore)
 "
 RDEPEND="!

[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/var/lib/portage/, core/etc/grs/

2016-10-13 Thread Anthony G. Basile
commit: 46938c5cb5cfaebb1442c621818403bd928b4b42
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 13 10:21:54 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 13 10:22:27 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=46938c5c

world: drop app-shells/psh

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 1 -
 2 files changed, 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 5d74ee2..7956d3a 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -878,9 +878,6 @@ package.use : app-shells/mksh:0 -static
 [app-shells/pdsh:0]
 package.use : app-shells/pdsh:0 -rsh crypt readline
 
-[app-shells/psh:0]
-package.use : app-shells/psh:0 readline
-
 [app-shells/rrs:0]
 package.use : app-shells/rrs:0 ssl
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index edcbc2a..6efbe34 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -637,7 +637,6 @@ app-shells/gentoo-zsh-completions
 app-shells/localshell
 app-shells/mksh
 app-shells/pdsh
-app-shells/psh
 app-shells/rrs
 app-shells/rssh
 app-shells/sash



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-10-13 Thread Anthony G. Basile
commit: 8303e1fb2c72a4bf37ddd307b1060ea67b4fb54c
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Oct 13 10:21:54 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Oct 13 10:21:54 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=8303e1fb

world: drop app-shells/psh

 core/etc/grs/world.conf| 3 ---
 core/var/lib/portage/world.CYCLE.4 | 1 -
 2 files changed, 4 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index f210e35..540bef1 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -898,9 +898,6 @@ package.use : app-shells/mksh:0 -static
 [app-shells/pdsh:0]
 package.use : app-shells/pdsh:0 -rsh crypt readline
 
-[app-shells/psh:0]
-package.use : app-shells/psh:0 readline
-
 [app-shells/rrs:0]
 package.use : app-shells/rrs:0 ssl
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 06bf965..76cb258 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -637,7 +637,6 @@ app-shells/gentoo-zsh-completions
 app-shells/localshell
 app-shells/mksh
 app-shells/pdsh
-app-shells/psh
 app-shells/rrs
 app-shells/rssh
 app-shells/sash



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

2016-10-13 Thread Thomas Beierlein
commit: bb078c0d436abcdb5bdae59312d1a07244c0a375
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Oct 13 09:58:53 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Oct 13 10:00:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb078c0d

media-radio/fldigi: Fixes bug #595220. Backported from coming 3.23.15alpha

Package-Manager: portage-2.3.1

 media-radio/fldigi/fldigi-3.23.12.ebuild | 5 +
 media-radio/fldigi/fldigi-3.23.14.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/media-radio/fldigi/fldigi-3.23.12.ebuild 
b/media-radio/fldigi/fldigi-3.23.12.ebuild
index 0586c0a..bd16b41 100644
--- a/media-radio/fldigi/fldigi-3.23.12.ebuild
+++ b/media-radio/fldigi/fldigi-3.23.12.ebuild
@@ -29,6 +29,11 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
+# backported from coming 3.23.15 alpha. Fixes bug #595220
+src_prepare() {
+   sed -i -e "s/memset(src/memset(\/" src/main.cxx
+}
+
 src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \

diff --git a/media-radio/fldigi/fldigi-3.23.14.ebuild 
b/media-radio/fldigi/fldigi-3.23.14.ebuild
index aba4d37..c1ff499 100644
--- a/media-radio/fldigi/fldigi-3.23.14.ebuild
+++ b/media-radio/fldigi/fldigi-3.23.14.ebuild
@@ -29,6 +29,11 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
+# backported from coming 3.23.15 alpha. Fixes bug #595220
+src_prepare() {
+   sed -i -e "s/memset(src/memset(\/" src/main.cxx
+}
+
 src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \



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

2016-10-13 Thread Thomas Beierlein
commit: 5b5cc7212c2f4fce930ce07dac55e09ab802bf24
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Oct 13 10:00:19 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Oct 13 10:01:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5cc721

media-radio/fldigi: drop old

Package-Manager: portage-2.3.1

 media-radio/fldigi/Manifest  |  5 
 media-radio/fldigi/fldigi-3.23.07.ebuild | 40 
 media-radio/fldigi/fldigi-3.23.08.ebuild | 40 
 media-radio/fldigi/fldigi-3.23.09.ebuild | 40 
 media-radio/fldigi/fldigi-3.23.10.ebuild | 40 
 media-radio/fldigi/fldigi-3.23.11.ebuild | 40 
 6 files changed, 205 deletions(-)

diff --git a/media-radio/fldigi/Manifest b/media-radio/fldigi/Manifest
index ee35914..12adf7a 100644
--- a/media-radio/fldigi/Manifest
+++ b/media-radio/fldigi/Manifest
@@ -1,8 +1,3 @@
 DIST fldigi-3.23.06.tar.gz 2970900 SHA256 
4c21a92f8f7a4070a2fc3687ab7cf0895ff105dfdef7a84efe4a9b4519e6cc21 SHA512 
18c07304eb424be4d72301630e748a14ce4efa2868293489f15fa9e36e2ac3ed1de16513b2cdf73f2733798632669008d85f621dee0facf5c1d4391dbe67df16
 WHIRLPOOL 
ebc957d2d3303a681b9638061918875125ce99a5ca277e2717d8bbb1e9d009267554813fa3bf47c391c5e138446b46db50bff989be806270d1e394d76d02de65
-DIST fldigi-3.23.07.tar.gz 2976157 SHA256 
aa31be8dadc65d396f85dd9e035a90e223083c1698b4ce0131bc53bad2d4e86c SHA512 
e307dca63d2900087f355b342cd02fda62c80b03a2f3e4a20561174b3fc39b423181305d15b30d3445b3cd3613894402ce6b8727b8c0220268566612c1296441
 WHIRLPOOL 
812c4ef8e56f9574b4f2c1818143d5862f2902a077500c323150f974a872759abf755092688e646eceb0595f9737705a71d3ef51f96c7894077a9c98f33d488a
-DIST fldigi-3.23.08.tar.gz 2990508 SHA256 
3f4ae5641dbcbd7e53c41ab50b86e953f1a0f5baefcab2b7ebf9e189333c8bd4 SHA512 
31e38f7f8b80dc348bb2e81b499fb800a2289153b2d2987755c49f933b939b0a0c9c68c68636d73f3595f83a12529d5a1bdbb24935e92482f424607c8c95d68f
 WHIRLPOOL 
89d275d5eac7590bbc2cf2094cba396525833c16122fdbd5412f5ba0c228708a1366d3a06db34afb8f0b65d747cfa89c3e8ea59c6a32618ee5d8b18bff82ada7
-DIST fldigi-3.23.09.tar.gz 2996564 SHA256 
60232fba85993f9522c771abf3eac1c55525dad0e74a44c50d110636974bf353 SHA512 
82aa0a698e59a553ae1735339aeebcd46407f45d25587b6dfc2cb19ae517ade41a6f18f0a57affdd16bd01d55618c94e4a70e1fd7e12314932cdb8b772ef416d
 WHIRLPOOL 
c1facbb689ec09d804b6d07d5a123838aaeb6dc8bf5456a0879cf3b2635ef8a7e1eff3cafe548e9be95c92db71d3f7421f10809890f52e551e993016e9ba71f1
-DIST fldigi-3.23.10.tar.gz 3077063 SHA256 
bf6a1f0ebffc92ed96da41e49fdff2b38a69513cf4297202bdb7510e0e1e6e5e SHA512 
cdf5ee3f5657f7000f91af176dfe824ee54332aadb34d0c3b03699a00ae5e2b37e077451a3be83ee80092b6d56140aee990ccbfb0ee86396c979dde74d50e7c9
 WHIRLPOOL 
b9b054b10ef2eac93454093467e066730dfab5bb27e57928c5199e3605a9fc0bfae1ef483ced29c0cd3eccbfbb7ea0141ea6510872c2c770878e0999e80d754f
-DIST fldigi-3.23.11.tar.gz 3077442 SHA256 
f3d47e19a0160ad9b7d007cf77ca8674927e19068ced707a0a6cdbbd73de436b SHA512 
a32fe8d52276bbf0502ed68ad7a8e12643f3cdef3964b52a0cfcfba4c0384c295c5e87528d6d0eeb9e950d2f331c82e4a2a2df7cf62df104b76edb8fb9cf1414
 WHIRLPOOL 
f06e0629aff56c8203cb22b2c8bc83e9dab814230dd93ea1d162908a5f5f2a7ee6925ddc7b1a67b6eeffb208bacb9b22caec4f0bf1e5bef330214dca368846e4
 DIST fldigi-3.23.12.tar.gz 3078572 SHA256 
59ba6ad8304849cb92b3ec2251bd389f4dfa7755de07a4d1638f71b17c0b3cce SHA512 
3dc2c9545cb39cddf67a12e49a9ba4570b7055e073dc54a4f1a6b0e5811f780fea2109559aba0837ecfb62407eb8d2735f1d84ad70cc0b5335c6f88cb7dee0ad
 WHIRLPOOL 
8cca738b8ffb2966746a9b9e918a68d123a430aa0e9ac66f0a8bcb202388ece9389fc00e9dae14e57118476cf0dd7b4fd41415656e70b033c7c1dfb8850a54d3
 DIST fldigi-3.23.14.tar.gz 3115714 SHA256 
09a1f32bd0e2708a314465990dae80135a86f582b183758513006ef01d4d2790 SHA512 
9adfef9e5b9048bbcc43842260bdd1fde16370c0621215d416afc88c3f0c7c28f981a53859711225d0b4452a33a742e3a6add10a65b3c3dbecdba33e8ed3bea0
 WHIRLPOOL 
3ff920b152c1e7e8c691354fdf31f9c91297de281137efb12ff96364dab3337417f47f8a971d3769af2f9e6743ccba0b681a08568bee3692453184af2b3c5ac1

diff --git a/media-radio/fldigi/fldigi-3.23.07.ebuild 
b/media-radio/fldigi/fldigi-3.23.07.ebuild
deleted file mode 100644
index aba4d37..
--- a/media-radio/fldigi/fldigi-3.23.07.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
-HOMEPAGE="http://www.w1hkj.com/Fldigi.html;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="hamlib nls portaudio pulseaudio sndfile"
-
-RDEPEND="x11-libs/fltk:1[threads,xft]
-   media-libs/libsamplerate
-   media-libs/libpng:0
-   x11-misc/xdg-utils
-   dev-perl/RPC-XML
-   dev-perl/Term-ReadLine-Perl
-   hamlib? ( media-libs/hamlib )
-   

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

2016-10-13 Thread Agostino Sarubbo
commit: cd3ce4814dabe880dc5d705e5d2b71d6d4dfe538
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 13 09:47:23 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 13 09:47:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3ce481

media-libs/phonon: ppc stable wrt bug #587346

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

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

diff --git a/media-libs/phonon/phonon-4.9.0.ebuild 
b/media-libs/phonon/phonon-4.9.0.ebuild
index f8f1566..0ce763b 100644
--- a/media-libs/phonon/phonon-4.9.0.ebuild
+++ b/media-libs/phonon/phonon-4.9.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 if [[ ${PV} != ** ]]; then
SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"
-   KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+   KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 else
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
inherit git-r3



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

2016-10-13 Thread Agostino Sarubbo
commit: 8dc130a173d5f9499036367f2d45ee1581f44c40
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 13 09:47:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 13 09:47:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc130a1

media-libs/phonon-gstreamer: ppc stable wrt bug #587346

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

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

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
index 0f2888f..4c2fee0 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.9.0.ebuild
@@ -9,7 +9,7 @@ MY_P=${MY_PN}-${PV}
 
 if [[ ${PV} != ** ]]; then
SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_P}.tar.xz"
-   KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
+   KEYWORDS="alpha amd64 ~arm hppa ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos"
 else
EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
inherit git-r3



  1   2   >