[gentoo-commits] repo/gentoo:master commit in: net-im/kadu/, net-im/kadu/files/

2017-11-02 Thread Maciej Mrozowski
commit: d98611843b68f0c3d545d291df522f1b71a60737
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Nov  3 02:37:32 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Nov  3 02:37:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9861184

net-im/kadu: Make rpath absolute, bug 614202.

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch | 12 
 net-im/kadu/kadu-4.3-r1.ebuild |  1 +
 2 files changed, 13 insertions(+)

diff --git a/net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch 
b/net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch
new file mode 100644
index 000..bb171af5f41
--- /dev/null
+++ b/net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch
@@ -0,0 +1,12 @@
+diff -ruN kadu-4.3/cmake/KaduMacros.cmake my/cmake/KaduMacros.cmake
+--- kadu-4.3/cmake/KaduMacros.cmake2017-01-24 22:36:21.0 +0100
 my/cmake/KaduMacros.cmake  2017-11-03 03:24:17.827054622 +0100
+@@ -221,7 +221,7 @@
+ 
+   if (NOT WIN32)
+   set_target_properties (${KADU_PLUGIN_NAME} PROPERTIES
+-  INSTALL_RPATH "${KADU_INSTALL_LIB_DIR}/kadu"
++  INSTALL_RPATH 
"${KADU_INSTALL_PREFIX}/${KADU_INSTALL_LIB_DIR}/kadu"
+   BUILD_WITH_INSTALL_RPATH TRUE
+   )
+   endif ()

diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild
index a2dbc88c32f..b33c0729b45 100644
--- a/net-im/kadu/kadu-4.3-r1.ebuild
+++ b/net-im/kadu/kadu-4.3-r1.ebuild
@@ -102,6 +102,7 @@ word_fix
 
 PATCHES=(
"${FILESDIR}/${PN}-4.3-do-not-force-ccache.patch"
+   "${FILESDIR}/${PN}-4.3-fix-plugins-rpath.patch"
 )
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-im/kadu/, net-im/kadu/files/

2017-11-02 Thread Maciej Mrozowski
commit: 2c5a02cd1cf4f6ccec3b0317b1d4b867f107448c
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Nov  3 02:10:25 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Nov  3 02:10:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c5a02cd

net-im/kadu: Update gtk icon cache, bug 630464. Remove custom handling of 
ccache, bug 622610.

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 net-im/kadu/files/kadu-4.3-do-not-force-ccache.patch | 17 +
 net-im/kadu/kadu-4.3-r1.ebuild   | 10 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/net-im/kadu/files/kadu-4.3-do-not-force-ccache.patch 
b/net-im/kadu/files/kadu-4.3-do-not-force-ccache.patch
new file mode 100644
index 000..2511f3c42b9
--- /dev/null
+++ b/net-im/kadu/files/kadu-4.3-do-not-force-ccache.patch
@@ -0,0 +1,17 @@
+diff -ruN kadu-4.3/CMakeLists.txt my/CMakeLists.txt
+--- kadu-4.3/CMakeLists.txt2017-01-24 22:36:21.0 +0100
 my/CMakeLists.txt  2017-11-03 03:00:07.005162047 +0100
+@@ -75,13 +75,6 @@
+   endif ()
+ endif ()
+ 
+-## CCache is cool stuff to improve compilation time
+-find_program (CCACHE_FOUND ccache)
+-if (CCACHE_FOUND)
+-  set_property (GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
+-  set_property (GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
+-endif (CCACHE_FOUND)
+-
+ # Look above, DEBUG_ENABLED is always enabled in Debug configuration.
+ # Enable it in all configurations when ENABLE_DEVELOPER_BUILD is on.
+ if (ENABLE_DEVELOPER_BUILD)

diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild
index b3e45cf121e..a2dbc88c32f 100644
--- a/net-im/kadu/kadu-4.3-r1.ebuild
+++ b/net-im/kadu/kadu-4.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit cmake-utils flag-o-matic
+inherit cmake-utils flag-o-matic gnome2-utils
 
 MY_P="${P/_/-}"
 
@@ -100,6 +100,10 @@ tabs
 word_fix
 '
 
+PATCHES=(
+   "${FILESDIR}/${PN}-4.3-do-not-force-ccache.patch"
+)
+
 src_configure() {
# Filter out dangerous flags
filter-flags -fno-rtti
@@ -128,3 +132,7 @@ src_configure() {
 
cmake-utils_src_configure
 }
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}



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

2017-11-02 Thread Göktürk Yüksek
commit: 937bd207deb6436a42aeb1fe5cd777cb4ca5b254
Author: kuzetsa  gmail  com>
AuthorDate: Thu Nov  2 12:13:05 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Nov  3 01:47:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937bd207

sys-kernel/ck-sources: v.bump (4.9.60 & 4.13.11)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest  |  6 +++
 sys-kernel/ck-sources/ck-sources-4.13.11.ebuild | 60 +++
 sys-kernel/ck-sources/ck-sources-4.9.60.ebuild  | 65 +
 3 files changed, 131 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 0a039e4b452..2f08c85f6fc 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -17,6 +17,9 @@ DIST genpatches-4.13-11.extras.tar.xz 17404 SHA256 
75d973ece33bfb4cecf0a32282712
 DIST genpatches-4.13-12.base.tar.xz 219808 SHA256 
45c1632713fa9bce7d457adb77605f24b4fc8e53c9173832f43c054595d35884 SHA512 
65e1f5bebf942d73719becc60d0c46171176cf34e036374b44232e1de645205aebbb1da90d9e82699bb65dc69b78dbc5b76d39d8a041397c2508471fddd20b6e
 WHIRLPOOL 
3e9b13e9830e99b94653d039337cc8f8cc462c8d526cd98cb70fe350fd5aa2b742c15bb2558e5e084d657cfc7273aa602bf61b60230a76e88891c41595b79e6a
 DIST genpatches-4.13-12.experimental.tar.xz 5184 SHA256 
abb4c385b9e5fa8d239533c02cc797ea3bbde6eac88494baff2a429ca51f8710 SHA512 
2d23dbdb14ec619aecc6ae854aeaa8094a689a17a9453383f27b57b226bf23121574c41dafa3ad7744011000bc990c92f4f65a323d38a89675777fbb61083c31
 WHIRLPOOL 
eb9cebd6aab7f4fabff4ba8f24545f381d1468f6b995a6829d679fa88a8f9a2c4a451e803274777601efb7d8d823b97ab991ceb64ebdcd70b2630a2d80ad64d6
 DIST genpatches-4.13-12.extras.tar.xz 17412 SHA256 
1570e22b14044fd5227d2bb9c632ea5ef07304636784939c3806e0e9eefded2e SHA512 
d348bb190a41526ae88cd82d2f77f0ce2bb50f9a8332daca92e09de078f70db6b906f4380f7ef85b807dc5a6cf34da0bff7afbbb68de3e483a5f26de352348d8
 WHIRLPOOL 
a53f00874064289dce27591e3580dc0ceaad0dc52fd65b0237861254c8b016b82479dd8e3478a97baea8fc365b82fde34e89b7c7553ba19e553d0398d02367a6
+DIST genpatches-4.13-13.base.tar.xz 232160 SHA256 
11bd5bf67ca6b3aa92075e66c9642016e348b22949dd2f0195487863c48fe65d SHA512 
02ed31fd0fedf1c312ac12a016946746df549e30c16040ab860a91041872addb0cd33e6b845fb37af179b30c9e50a090e4091d2b48eee1b61cb935fd593c1108
 WHIRLPOOL 
c32be054cb97df1151db90fcc8cece47e6c0c5e506e37237acbceed567f9859bc34a7d734c5660c78884bfd6cb5468856700ef3adf7f7d4d145b97bde2d049a1
+DIST genpatches-4.13-13.experimental.tar.xz 5184 SHA256 
6734f0f0fdf33b648f7af28252e17b72e9345a483ef0714fa45e192cb33e2b7c SHA512 
c220d229f4dffaf7bf09b9d4cb1a73d61b7646191d715098e5eb51808c66d38827729edccf1252d7b1bfaaed7d2d2566add7b6cbadad1db246379334dee1
 WHIRLPOOL 
307fe32b1492096547eca0af6de818d81724ee58f2594d4c537b1a6bf797ef45b96a51a25b5e92d279e78398f5104bb28bb20a2c2980bab779e5f292017de246
+DIST genpatches-4.13-13.extras.tar.xz 17396 SHA256 
dc3c9d2b5c8c5f95af5e3da9463e0fc3d9c83b8c40d992f6381ac3d4523d0287 SHA512 
67a4cf48502378663c5277e5d6c2d98d195d7f7b3a7fe0e79a5118c7e910e19c9882807cd7d80f73c08f28d702b83e4af9248597af751dc3cf923eee40a5c0ab
 WHIRLPOOL 
8aa276bb0617a876fea012e15ee8e1877ae6921b386e846c60881410ff565960e9c5b82e88e62e39c85439a79bf1561e2834912358f754a274870e224381ce8d
 DIST genpatches-4.9-54.base.tar.xz 1053504 SHA256 
ad6728a6e84a45aa9a84215f72ba1daed8c9681b61d9470b0fed24c285aec82a SHA512 
3e64d39f3d7d0c1d68cca6b27df1e374970f0b42f47ff6bc900a1a12d1305093efafdccc28a1ba89404397ad285298058e882329f651e8d1031ddc86dbf06c40
 WHIRLPOOL 
7c22db4217a2604a05e8f4a9817fceabf865b00c7c33df95cfc5a09af6ffa84d809930c221f55cb9b500cc8d57b2e43f70f80e622a19fb73e0d068f2ec2be18d
 DIST genpatches-4.9-54.experimental.tar.xz 106360 SHA256 
9c5b4ec4005bf50556163cebe4a4e577cffc3ed0ab06a40cd79bc7e9e33a964d SHA512 
ace1650a90d70f1ab6d938d2509c44ff1911178161bfa6f060f5eb078b9c83d031709dc483f3481afc82c34b705cd9dd653c95c9b53817c79b0e632f970dad10
 WHIRLPOOL 
50c40e6160a92d98e568b3d55b336c4400cb8faff7fcfa5c71a8172e5149468b0483874c8531270f6f15b48f84fb3c47dee8ec01870c3331a150226c748b16ac
 DIST genpatches-4.9-54.extras.tar.xz 17356 SHA256 
70314b113191df3bcf461537c5c5789ce990311affcb41e9d00b4a4d1f674659 SHA512 
894f37761c80304fd12e20d9b2a11a56475484dd2a4504f4aada6b48854e752228256d56dfc328c7633996a16f4653af0105698b6a230619d9a3364b9d08a265
 WHIRLPOOL 
3fddbc03354fcb2b3c72caa7462a36d16a0595304da2ff9df0614925e252e3c15c38138b4f07789333c118dde992569c7cbbeb019b5052bc0ff18e87fb08cf6b
@@ -41,6 +44,9 @@ DIST genpatches-4.9-60.extras.tar.xz 17352 SHA256 
24fc73022cb7989f7b7bb70bd6e0c4
 DIST genpatches-4.9-61.base.tar.xz 1158552 SHA256 
2fc651e767d18fdf19e83109afafac16f18a5a76e2cbc131e32a8229b3198436 SHA512 
dac7ef5bac6a116c813e614861be3304fb21d5fc004fb6e8d1cb7f05cfc7c4384dfafc8d8482efa737d4cbaaf110701a1c8ed23116aaac394b7ae3a38ac7c785
 WHIRLPOOL 
2c800f9ceb1b25bb646e283d67fbe6af7e7f98105e4f94a0ff7ae8e0ae31a7c85bd1eedb74ea8cf02d477e9096cbca1056ae55a7f06ae6188b960535b61d6f02
 

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

2017-11-02 Thread Maciej Mrozowski
commit: 1f520671da7d6579f2a03c8bdb73314c78a0a4bd
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Nov  3 01:39:34 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Nov  3 01:39:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f520671

dev-libs/libmspack: Put utils behing USE flag to resolve file collision with 
app-arch/mscompress, bug 634940

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 dev-libs/libmspack/libmspack-0.6_alpha.ebuild |  9 +++--
 dev-libs/libmspack/metadata.xml   | 11 +++
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild 
b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild
index 6a40351178f..63c273dced2 100644
--- a/dev-libs/libmspack/libmspack-0.6_alpha.ebuild
+++ b/dev-libs/libmspack/libmspack-0.6_alpha.ebuild
@@ -15,10 +15,12 @@ 
SRC_URI="https://www.cabextract.org.uk/libmspack/libmspack-${MY_PV}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug doc static-libs"
+IUSE="debug doc static-libs utils"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="
+   utils? ( !app-arch/mscompress )
+"
 
 PATCHES=(
"${FILESDIR}/${P}-fix-tests.patch"
@@ -47,4 +49,7 @@ multilib_src_install_all() {
if use doc; then
rm "${ED}"/usr/share/doc/"${PF}"/html/{Makefile*,Doxyfile*} || 
die
fi
+   if ! use utils; then
+   rm "${ED}"/usr/bin/* || die
+   fi
 }

diff --git a/dev-libs/libmspack/metadata.xml b/dev-libs/libmspack/metadata.xml
index ea4e7c21a84..1e5806295c8 100644
--- a/dev-libs/libmspack/metadata.xml
+++ b/dev-libs/libmspack/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-reave...@gentoo.org
-Maciej Mrozowski
-
+   
+   reave...@gentoo.org
+   Maciej Mrozowski
+   
+   
+   Enables building cabrip, chmextract, 
msexpand and oabextract
+   
 



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

2017-11-02 Thread Maciej Mrozowski
commit: df1387eae217481b44a32fd9fe04919def2099f3
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Fri Nov  3 01:04:02 2017 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Fri Nov  3 01:04:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1387ea

dev-libs/libmspack: Fix "Fix tests" patch, bug 636110

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 .../files/libmspack-0.6_alpha-fix-tests.patch  | 86 +-
 1 file changed, 2 insertions(+), 84 deletions(-)

diff --git a/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch 
b/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
index 2f010d87a37..22b0461ae7e 100644
--- a/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
+++ b/dev-libs/libmspack/files/libmspack-0.6_alpha-fix-tests.patch
@@ -1,36 +1,7 @@
-From deb65056f436a4ce06946c4dde270f533e3cab4d Mon Sep 17 00:00:00 2001
-From: Stuart Caie 
-Date: Mon, 16 Oct 2017 13:59:05 +0100
-Subject: [PATCH] Fix cabd_test.c test and msdecompile_md5 script
-

- libmspack/ChangeLog| 10 +
- libmspack/test/cabd_test.c |  3 ++-
- libmspack/test/msdecompile_md5 | 47 +-
- 3 files changed, 36 insertions(+), 24 deletions(-)
-
-diff --git a/libmspack/ChangeLog b/libmspack/ChangeLog
-index 6861b19..4aef85f 100644
 a/libmspack/ChangeLog
-+++ b/libmspack/ChangeLog
-@@ -1,3 +1,13 @@
-+2017-10-16  Stuart Caie 
-+
-+  * test/cabd_test.c: update the short string tests to expect not only
-+  MSPACK_ERR_DATAFORMAT but also MSPACK_ERR_READ, because of the recent
-+  change to cabd_read_string(). Thanks to maitreyee43 for spotting this.
-+
-+  * test/msdecompile_md5: update the setup instructions for this script,
-+  and also change the script so it works with current Wine. Again, thanks
-+  to maitreyee43 for trying to use it and finding it not working.
-+
- 2017-08-13  Stuart Caie 
- 
-   * src/chmextract.c: support MinGW one-arg mkdir(). Thanks to AntumDeluge
 diff --git a/libmspack/test/cabd_test.c b/libmspack/test/cabd_test.c
 index 5e8851c..abed65c 100644
 a/libmspack/test/cabd_test.c
-+++ b/libmspack/test/cabd_test.c
+--- a/test/cabd_test.c
 b/test/cabd_test.c
 @@ -186,7 +186,8 @@ void cabd_open_test_05() {
for (i = 0; i < (sizeof(str_files)/sizeof(char *)); i++) {
  cab = cabd->open(cabd, str_files[i]);
@@ -41,56 +12,3 @@ index 5e8851c..abed65c 100644
}
  
/* lack of data blocks should NOT be a problem for merely reading */
-diff --git a/libmspack/test/msdecompile_md5 b/libmspack/test/msdecompile_md5
-index a1d3b4b..9efbfac 100755
 a/libmspack/test/msdecompile_md5
-+++ b/libmspack/test/msdecompile_md5
-@@ -1,24 +1,25 @@
--#!/usr/bin/perl -w
--# put hh.exe, hhctrl.ocx and itss.dll into this directory
--# for this script to work. You can get them by downloading
--# the HTML Help Workshop from Microsoft and then doing:
--#   $ cabextract -F 'hh*' htmlhelp.exe
--#   $ cabextract -F itircl.dll hhupd.exe
--#   $ cabextract -F itss.dll hhupd.exe
--#   $ cp -a itircl.dll ~/.wine/drive_c/windows/system32/
--#   $ cp -a itss.dll ~/.wine/drive_c/windows/system32/
--#   $ wine regsvr32 /s 'C:\WINDOWS\SYSTEM32\itircl.dll'
--#   $ wine regsvr32 /s 'C:\WINDOWS\SYSTEM32\itss.dll'
-+#!/bin/sh
-+# This script needs the following setup to work:
-+# - hh.exe and hhctrl.ocx copied to Wine's system32
-+# - itss.dll and itircl.dll installed as Wine DLLs
-+#
-+# Download the HTML Help Workshop (htmlhelp.exe) from Microsoft:
-+#
-+#   
https://msdn.microsoft.com/en-us/library/windows/desktop/ms669985(v=vs.85).aspx
-+#
-+# and then run these commands:
-+#
-+#   cabextract htmlhelp.exe -F hhupd.exe
-+#   cabextract hhupd.exe -F hh.exe
-+#   cabextract hhupd.exe -F hhctrl.ocx
-+#   cabextract hhupd.exe -F itircl.dll
-+#   cabextract hhupd.exe -F itss.dll
-+#   mv hh.exe hhctrl.ocx itircl.dll itss.dll ~/.wine/drive_c/windows/system32/
-+#   wine regsvr32 /s 'c:\windows\system32\itircl.dll'
-+#   wine regsvr32 /s 'c:\windows\system32\itss.dll'
- 
--use strict;
--use File::Temp qw(tempdir);
--
--die "Usage: $0 \n" unless @ARGV == 1;
--my $hh = $0; $hh =~ s{[^/]+$}{hh.exe};
--my $dir = tempdir("./.temp", CLEANUP => 1);
--
--$ENV{LANG} = 'C';
--$ENV{WINEDLLOVERRIDES}='hhctrl.ocx,itss=n';
--print "*** $ARGV[0]\n";
--system("wine $hh -decompile $dir $ARGV[0] 1>&2 && " .
--   "cd $dir && find * -type f -print0 | xargs -0 md5sum");
-+dir=`mktemp -d`
-+echo "*** $1"
-+LANG=C WINEDLLOVERRIDES='hhctrl.ocx=n' wine hh -decompile $dir "$1"
-+cd $dir && find * -type f -exec md5sum {} +
-+rm -rf $dir



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

2017-11-02 Thread Thomas Deutschmann
commit: 3e2b1cf6630d89f6874359df79fa309236226cda
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 23:24:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 23:24:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2b1cf6

sys-apps/net-tools: m68k/s390/sh stable (bug #605312)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
index 7d18cc93cce..d73f899b137 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 
sh sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Standard Linux networking tools"



[gentoo-commits] proj/java:master commit in: dev-java/icedtea/

2017-11-02 Thread Andrew John Hughes
commit: 203f45020af07bb7ff712884c550d90b7609d673
Author: Andrew John Hughes  member  fsf  org>
AuthorDate: Thu Nov  2 23:15:10 2017 +
Commit: Andrew John Hughes  member  fsf  org>
CommitDate: Thu Nov  2 23:15:10 2017 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=203f4502

dev-java/icedtea: IcedTea 3.6.0 released: http://bitly.com/it30600

Package-Manager: portage-2.3.5

 dev-java/icedtea/ChangeLog |  8 
 dev-java/icedtea/Manifest  | 42 +--
 .../{icedtea-3.5.1.ebuild => icedtea-3.6.0.ebuild} | 48 +-
 ...6.0_pre01.ebuild => icedtea-3.7.0_pre00.ebuild} | 48 +-
 4 files changed, 103 insertions(+), 43 deletions(-)

diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog
index 01c7dca4..3048bbae 100644
--- a/dev-java/icedtea/ChangeLog
+++ b/dev-java/icedtea/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*icedtea-3.6.0 (02 Nov 2017)
+*icedtea-3.7.0_pre00 (02 Nov 2017)
+
+  02 Nov 2017; Andrew John Hughes 
+  +icedtea-3.6.0.ebuild, +icedtea-3.7.0_pre00.ebuild, -icedtea-3.5.1.ebuild,
+  -icedtea-3.6.0_pre01.ebuild:
+  dev-java/icedtea: IcedTea 3.6.0 released: http://bitly.com/it30600
+
 *icedtea-7.2.7.0_pre14 (18 Sep 2017)
 
   18 Sep 2017; Andrew John Hughes 

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 309853d6..0c8dee22 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -13,27 +13,27 @@ DIST icedtea-2.7-jaxws-30295a209fc5.tar.bz2 2022850 SHA256 
cf57af421cf11b7a7cae4
 DIST icedtea-2.7-jdk-c2314c8d2b47.tar.bz2 32835551 SHA256 
caf00f74604fbf32e0f89b0b7b030680b47d68da688b57b6eb2fb5b3f1e02a27 SHA512 
b4269dfdf747232a068fd9dd1a10880a605e621b688820e17c4ec85a30d9f89a93e6119588695ad6f7d95d939a1be7e83016305dae40cee4e02fa02c07724666
 WHIRLPOOL 
743a0d2bc04f5220c8bcc6f876edfd9f339a0d54a6285406d0e6622a4697b18e7223625df8b6a5b4398fce247bf372602a2082a79aff747466fa1e3efe37ae2a
 DIST icedtea-2.7-langtools-c347e7b1109b.tar.bz2 1711396 SHA256 
c7188c564978d06b6770198605f3b6c456e2986c46426ff08efdb481a87240be SHA512 
7bd87d19a1a6dd558432c1bde665f163f35100d6ae7d9e8c0b50db5ff0bf28499db953002c53ac1ce9e79ea32133dc3ca297c81f4918c70e6bc11f08341c0ec3
 WHIRLPOOL 
fb7144c46d3a8b8ec0d0a2724f2ea568e44cfd9bb1db3607164039a0413783e2abc156a4de69d37760b43fc93b9d6a1250c1f18374cb37563818c74afba90c81
 DIST icedtea-2.7-openjdk-a14132e755f1.tar.bz2 130485 SHA256 
406f5a00b5b4b61baecf6f51ee746726958c04ffa2c9d4ab02964bd321c05342 SHA512 
5ccd5ea57fc3b9ff61807a698ab0ac458025a86002c935cbdca41511ad3da6cebc44fc4f5d56f813eccdebffc179abe851e8f0cdfee77fb82e6b6646569c1370
 WHIRLPOOL 
b7dd0ffaac07b75ae85f152eaef1d224bb3260bebd4d4f3f69ba8edd3a66c59acdfa9fdf54e9003e9d8d6aa26ac17dd290c9d8a7ff80f443bb9cc3c78a836579
-DIST icedtea-3.5-aarch32-b93c39bf2bcf.tar.xz 6743892 SHA256 
38e24d556aa269a5168e251b1fa97e84467a722fff27fa2f81de315854f18a33 SHA512 
11d25efc36eb776fab3dd411c585d7c3ca6793ac54e17952ed43d22a6928a72fdf4625e836edafb07be3c6ee8612e258c749f5f661d61fb4b90675ed93896e48
 WHIRLPOOL 
a4f931e56b27fab5dfa9a8ff053899b51182407eaa7b6db8a00a83915535b48f241776d7d089b532e6bb89ed629273621c9a65faf71a9efbc095ff679bd7a612
-DIST icedtea-3.5-corba-b5485d6bc171.tar.xz 937092 SHA256 
0b03af9726b6d47811166ab8343b553de33b4285f780c6c6df98a2e697613a0c SHA512 
19d4e311edd3ed5f388373e3c819a9317dbaa561c4a22c924079cef284d16ce06d5468510b84fe3f1867570e8caed915ec4edc2479bd44686493bcf9fbf523de
 WHIRLPOOL 
dd4735a77cd8f82bae443a5330a2af97f9c925fa66e94b59cdeb6475dc521e5cd44fa0815ab5c703b1a966e8238789c150985ab354b032ab687575411a5166b7
-DIST icedtea-3.5-hotspot-ecaa25cbc662.tar.xz 6820580 SHA256 
a6e974e8447a661e5ae5a17e44b703395d7fc551af540890de4dcda481ebee38 SHA512 
c16b5db736b553acb74bce50f37213a181fc26a6fdc7ef9242aa40c46afea78e52ec08a167f5fe29023e0ecef1f92b45b51250208d63ef88f5686fe2b12d4c34
 WHIRLPOOL 
f513fe1e03e6f400991e9fceeacc6eef668a8135c4e7833bebac1b2fb43242195e2b3c3476e339f4e01704b042eb0606e716d3ae974bd226c026cc42eb94cc9f
-DIST icedtea-3.5-jaxp-c8bf6508b7a5.tar.xz 2296924 SHA256 
96a844aec7d873a260a22622b028165d862bd5842a64091ed0818309a49225a0 SHA512 
5f932ce9453412d3a1b3108cf143836712cc46676093441b02db24652d4d30dbf21849cbb6fe75071961312c747289b8feccdf23c94b9e9ab2b78bdefd7c72df
 WHIRLPOOL 
d6d31ec9a2cf395e4d03c63a3ad81ef4192d699fa95b57e94265a4481144519db3f54c127bc71b9d220180fab1c4132bf1955a67c6531ff49dd0d679e50e1f4a
-DIST icedtea-3.5-jaxws-4fb919272935.tar.xz 2267608 SHA256 
86ae65fb5a7566216639b915abdf6f2c8522c0bfcc1bf4fe521bc3ce0a72046e SHA512 
3259181c303fc1642816e5d3291d81e80fb62764edd38734876e9581d4d1fcb718bf5f2cc8dbf0362f218105effa50fa50a4e4b79e08501e991ff4bdbbf881cb
 WHIRLPOOL 
967599341e5cc990bcb65ddcc58fc4f2a84bdad7aa33e5b7b7114f65167e2d6ce918a8fd70913a368d252c2ce143ff45504e9cb7fa12f0ed3c66ec4b2ed826fc
-DIST icedtea-3.5-jdk-db0baea3a4f0.tar.xz 

[gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/

2017-11-02 Thread Jeroen Roovers
commit: 74157df74cba2430279f38873b5ee315c3f26e8b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov  2 23:01:41 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov  2 23:01:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74157df7

net-ftp/ncftp: Old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-ftp/ncftp/Manifest  |  2 --
 net-ftp/ncftp/ncftp-3.2.5-r3.ebuild | 49 -
 2 files changed, 51 deletions(-)

diff --git a/net-ftp/ncftp/Manifest b/net-ftp/ncftp/Manifest
index 682b83725ea..77c9e65d816 100644
--- a/net-ftp/ncftp/Manifest
+++ b/net-ftp/ncftp/Manifest
@@ -1,3 +1 @@
-DIST ncftp-3.2.5.474.tar.bz2 454682 SHA256 
b4ebe2415761a5137cd1d313c8fc1352f26d8963cc9e9e354e29720aa2089d42 SHA512 
ebd7f618e5a9ac5e59f3e3dbf9b15765e80404416865212c0b2ee7339aafe2296867faf02fad2084e5a6377796e787d5cfc6599ec3f0e544c6b137734cfdc405
 WHIRLPOOL 
4b9c0a6bc5b90149d3a1b9ea24dea030faefa4dfe9e361c7694a2e1f133182bf85e46041de209a9a34d7be81b70870298c718a19dd41458dbc9c90283478cfd8
 DIST ncftp-3.2.6.tar.xz 418836 SHA256 
7abd3e8f848f0efb4bb6a4bc5da58a59524d4378fc8d70a52adb0fe1fd00b89d SHA512 
040db7e2ca2ee78b79d682a951fd98c1e0ee2936b64462259992d70c51241fa50ae06c66b4f40933ad0ab7122f581bbb8ba7cda764dba5f70a1f8c7d3d751199
 WHIRLPOOL 
9d41e9e1f9119482cdbb10b819a48b0e58e2df2f3f56fb1ccd0443527592d31aba48642b1831b272231fabb230b0c7c673099d2d272a6a9077001abbb02491a5
-DIST ncftp-325-v6.diff.gz 23295 SHA256 
7fb95240c33aeca67e53be58f6016a7e1dcd753b125940f539dab7595e0d02ba SHA512 
6e2e740fba2c2b5268ab5928db979ac813bd29dd76633603d69d747fdf765858e1de893a6067518b0b1f01d0b90d8d6426998f5d9b37bbbebe144951878e2b0a
 WHIRLPOOL 
2f7868bdc0e74707a0b0e2e8a2a1b7d0634fd86ff440e5046a48d5b01c1efb86621a5844d56b0e8793d243fa1a998b6136d147a1a9aeeb95c00e1d312415ebb6

diff --git a/net-ftp/ncftp/ncftp-3.2.5-r3.ebuild 
b/net-ftp/ncftp/ncftp-3.2.5-r3.ebuild
deleted file mode 100644
index b0903768db2..000
--- a/net-ftp/ncftp/ncftp-3.2.5-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs
-
-DESCRIPTION="An extremely configurable ftp client"
-HOMEPAGE="http://www.ncftp.com/;
-SRC_URI="
-   ftp://ftp.${PN}.com/${PN}/${P}-src.tar.bz2 -> ${P}.474.tar.bz2
-   mirror://openbsd/distfiles/${P//.}-v6.diff.gz
-"
-
-LICENSE="Clarified-Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x86-solaris"
-IUSE="ipv6 pch"
-
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${P/.474}
-
-src_prepare() {
-   epatch "${WORKDIR}"/${P//.}-v6.diff
-   tc-export CC
-   sed -i \
-   -e "s:CC=gcc:CC ?= ${CC}:" \
-   -e 's:@SFLAG@::' \
-   -e 's:@STRIP@:true:' \
-   Makefile.in */Makefile.in || die
-   AT_M4DIR=autoconf_local/ eautoreconf
-}
-
-src_configure() {
-   LC_ALL="C" \
-   LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
-   econf \
-   $(use_enable ipv6) \
-   $(use_enable pch precomp) \
-   --disable-ccdv \
-   --disable-universal
-}
-
-src_install() {
-   default
-   dodoc README.txt doc/*.txt
-   dohtml doc/html/*.html
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/nodejs/, net-libs/nodejs/files/

2017-11-02 Thread Jeroen Roovers
commit: 4948d969fb226bd11720a703e790c5e786c25f6b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Nov  2 22:58:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Nov  2 22:58:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4948d969

net-libs/nodejs: Old.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-libs/nodejs/Manifest   |   1 -
 .../nodejs/files/nodejs-8.7.0-shared-nghttp2.patch | 105 ---
 net-libs/nodejs/nodejs-8.8.1.ebuild| 196 -
 3 files changed, 302 deletions(-)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index 6dd15aee55e..29725eebb79 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -3,6 +3,5 @@ DIST node-v4.6.1.tar.xz 13295568 SHA256 
fe2a85df8758001878abb5bbaf17a6b6cdc12b3e
 DIST node-v4.8.5.tar.xz 13316060 SHA256 
a48aeefc2b4fae0ea6410a8045ca106af244223012eab003bd5cb00aa3b50d53 SHA512 
64d936ca14648b5648dedb41f2ee8d39466788762d335fbfc9ce4cb7484d05b6c24ad912fb4b1579a08f466be50b129a96be700fd89cbca5e1de84baa63ddd12
 WHIRLPOOL 
8d74323f38b4f55bf2e95a628005cbb65c0f4ea0e5dd55699408e26b724ff65fd0a7f674399ed92ac3a56592064133daffcbb37d7076b8da33d28b4d17d61410
 DIST node-v6.11.5.tar.xz 15699404 SHA256 
1c6de415216799fbaeca82304b3fef87accc7101ebf2ead7d5c545e0779e8aaf SHA512 
62490725ef7957294c1bddf21ef0626c7472876791210168116501255ecee58457e9de9b044e10033706243299bbfd1495efeca169596fbf26f5eeba6d8fa4c9
 WHIRLPOOL 
6e572e34d473544624734a54243dc41101e91d045f2b9cedc0c1a65c90584deb163efb422a0c992689ef9878cc5b882758795ae4d902c1c5b20468d8fa2151da
 DIST node-v6.9.4.tar.xz 15519264 SHA256 
c51d7c61db40455d57428abcadc7eb0f0a08a8878cb1d8ea3c1e211c54532c35 SHA512 
86d3e2889031c2b50c021bd3fd63194c2c22c44291d51dff1b5e1652b01853c09d2880c2f58fdad062e3e2a3f637a3f0d78dac66b835b676790cf272e64f8dce
 WHIRLPOOL 
d1bcf488ed1aae7959303b988c9467fc5d0930166c7bfe0e441392763e19f788496971c07560a9f62586bbb2be7ce741ece8346140d665d29593b9b8f649b002
-DIST node-v8.8.1.tar.xz 18209260 SHA256 
5ce2c47ab779992db49942f757a01cc5131db5cef4e0dd270e48151b0887b57a SHA512 
368eafd66d2108ebce4593bf496e129287949ea6d6b7d4b1f0f02e91ae1ef9632a63838dda752f12b4c2b133c2b2ae74b390717c02778c427e8e17964c002c0f
 WHIRLPOOL 
26ab36f120ad068f5e36c06c6c7224fdaedcfd88d519ff573a984d83b07c5aafe0fcc773ebedab43326de32e20bfed4c681c7f14a9563733b0f091bc0ded39a5
 DIST node-v8.9.0.tar.xz 18284720 SHA256 
ae8258f89e127a76d4b4aff6fdb8dc395b7da0069cba054b913dfc36b3c91189 SHA512 
0dc585b9f7f91f76bcfc742d5fdbd55b7e2676ba48f9354e825560658f0ab0726dd5fab9c8aa4c251f8812363aab1ea2dab1e04f526fee95b1a99ac180490a7d
 WHIRLPOOL 
e64fc14b0253f457d95958aaa55d93801e437df72a9b838e0f6bfa765ecacc819814111bd02b39331164efbc095c940be7ec8a8ba4690e0b73d61df037a9387e
 DIST node-v9.0.0.tar.xz 18244756 SHA256 
5b52bd6a90a611a42e11a908022ccfc1c2e77dcc70bfe38054a18dc57a3d5fa5 SHA512 
3b7770c294b20df0ce321e03038dd8ef69ef81539c02ec5e2ef6e7d98fee9446f8ab0fd537812fd87c43e4b24018e39111c406dd657d251f28417ad7e870962d
 WHIRLPOOL 
dd1cb8aa379f0c3d2d5c89c44ca3542086ff3008226b2e154ef461e3baeb1c4ad4d53910181dad124beaa14bcc800adcd65ec31fcfb038af3e2e0b4fed892f20

diff --git a/net-libs/nodejs/files/nodejs-8.7.0-shared-nghttp2.patch 
b/net-libs/nodejs/files/nodejs-8.7.0-shared-nghttp2.patch
deleted file mode 100644
index 5f5a2c7b7ff..000
--- a/net-libs/nodejs/files/nodejs-8.7.0-shared-nghttp2.patch
+++ /dev/null
@@ -1,105 +0,0 @@
 a/configure
-+++ b/configure
-@@ -182,6 +182,27 @@
- dest='shared_http_parser_libpath',
- help='a directory to search for the shared http_parser DLL')
- 
-+shared_optgroup.add_option('--shared-nghttp2',
-+action='store_true',
-+dest='shared_nghttp2',
-+help='link to a shared nghttp2 DLL instead of static linking')
-+
-+shared_optgroup.add_option('--shared-nghttp2-includes',
-+action='store',
-+dest='shared_nghttp2_includes',
-+help='directory containing nghttp2 header files')
-+
-+shared_optgroup.add_option('--shared-nghttp2-libname',
-+action='store',
-+dest='shared_nghttp2_libname',
-+default='nghttp2',
-+help='alternative lib name to link to [default: %default]')
-+
-+shared_optgroup.add_option('--shared-nghttp2-libpath',
-+action='store',
-+dest='shared_nghttp2_libpath',
-+help='a directory to search for the shared nghttp2 DLL')
-+
- shared_optgroup.add_option('--shared-libuv',
- action='store_true',
- dest='shared_libuv',
-@@ -1360,6 +1381,7 @@
- configure_node(output)
- configure_library('zlib', output)
- configure_library('http_parser', output)
-+configure_library('nghttp2', output)
- configure_library('libuv', output)
- configure_library('libcares', output)
- # stay backwards compatible with shared cares builds
 a/node.gyp
-+++ b/node.gyp
-@@ -14,6 +14,7 @@
- 'node_module_version%': '',
- 'node_shared_zlib%': 'false',
- 'node_shared_http_parser%': 'false',
-+'node_shared_nghttp2%': 'false',
- 

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

2017-11-02 Thread Sergei Trofimovich
commit: 684309cca5c516e2dd2af457d659cb72b46c4abc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:52:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:52:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684309cc

dev-ruby/mail: keyworded 2.7.0 for ppc, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/mail/mail-2.7.0.ebuild b/dev-ruby/mail/mail-2.7.0.ebuild
index 37eef9d35b8..a8302ca72f4 100644
--- a/dev-ruby/mail/mail-2.7.0.ebuild
+++ b/dev-ruby/mail/mail-2.7.0.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mini_mime-0.1.1"



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

2017-11-02 Thread Sergei Trofimovich
commit: 2d87bef6213b2a20ab97dd3694abb43aea6392f9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:52:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:52:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d87bef6

dev-ruby/mini_mime: keyworded 0.1.4 for ppc, bug #636130

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild 
b/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild
index c4335096ed6..0b95e1269bd 100644
--- a/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild
+++ b/dev-ruby/mini_mime/mini_mime-0.1.4.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
 IUSE="test"
 
 all_ruby_prepare() {



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

2017-11-02 Thread Andreas Hüttel
commit: 1fce1c98574074c37ea2ac2da69cedb062497a69
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Nov  2 22:51:19 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Nov  2 22:51:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fce1c98

package.mask: Remove obsolete vmware mask; overlay-only now

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 0750c29ad9c..7be9ab5fd82 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -473,15 +473,6 @@ dev-util/mutrace
 # to create unbootable kernel/initramfs images. Bug #622716
 =sys-kernel/genkernel-3.5.1.0
 
-# Thomas Deutschmann  (17 Jun 2017)
-# Unmaintained in Gentoo repository; Multiple vulnerabilities
-# People using VMware in Gentoo should switch to Gentoo's VMware overlay
-# Bugs 619398, 621910, 616958, 536364, 614666, 612804 ...
-app-emulation/vmware-workstation
-app-emulation/vmware-player
-app-emulation/vmware-modules
-app-emulation/vmware-tools
-
 # Hans de Graaff  (05 Jun 2017)
 # Bundles obsolete and vulnerable webkit version.
 # Upstream has stopped development and recommends using



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

2017-11-02 Thread Tim Harder
commit: d002651bfeb109222e529660e5516c85a9a2ba90
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 21:46:16 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d002651b

media-libs/exiftool: version bump to 10.65

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.65.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 7008da466f7..519ab9d43d4 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-10.61.tar.gz 4270638 SHA256 
a8f2b535c070f17ae6113bc1dd2e9db5
 DIST Image-ExifTool-10.62.tar.gz 4274693 SHA256 
6e8ff002e3c1253e2a4d77b4dd57f69c92599b0a1b48a94531bafb20b427f52e SHA512 
3dce72f7c181eba94513924e3d914a6947ae74789064c96339010929b94bd44a35b5fafeaa5700b511ca4a3a498776a5b5d7c0dd5d459dabb57462a0ae9b32a1
 WHIRLPOOL 
780cc905ca1fccba418183df635d160a7460608d23e780cf3f95de0dccda80efac5b541d8682341dfc7c22c7755c7a394a26a5c05b9238e47d12c1ce83d706cd
 DIST Image-ExifTool-10.63.tar.gz 4277554 SHA256 
84d63972e9172cd18fce54fef862f0d818c91c29a79c95689557be31747b9fde SHA512 
84b62b73c3df22e69fddb6c5513461a2fa6086dd3bb8c3747fb495803771d307c664393e655b7892666ba74e51332558e353e64a620c55ecba86011b1a3b5675
 WHIRLPOOL 
300fe1984d3d5ecc014b4676c18a82c08bfc1d3b90ececf41b50911d3cc7073a5b53484abf2ff29993b3e3db7ef7820e3a2afd2e1789e8d363e69096346fe93c
 DIST Image-ExifTool-10.64.tar.gz 4278747 SHA256 
1632a684fa93bc1051f3ffab9cf9453c2b5e29173afd8b91b1044e4def8c42c9 SHA512 
e0823c51521e5e300a2ad23734d8174da1d5f963fe9fe44c72dc1b2d9835bba8a5c940c748f17ce576be495e919685342f2c6932afa94019efd3fd2d47b852eb
 WHIRLPOOL 
0acb37fa6e93e2a22df2e67ccdb9abef3b3a1f03fcc26945cf742f5d71b83c92fce48673962ae900da5434b8f1320f9b14ac39fe3d787dd2368100afe4acc731
+DIST Image-ExifTool-10.65.tar.gz 4290148 SHA256 
206a03c3ca8f25ad3b8f25290d934c19da350c8cbafae9de2a6db074bc5c42ad SHA512 
857081033563540fc991e7e1a910ecee6c530d1c200a250ca7ec2644c2b57c57b6f1d660c2f33109ed6c385f04a81aff57985a38d783235159b5c8c530740413
 WHIRLPOOL 
d8f7532ecfb018416cdfb1f02187f39cac8f842216f997b0d7ff5d3629529a9d87cb4f0a72e5308995404483c968a71a8df05fff5dce038f34f8b8a6ee273caf

diff --git a/media-libs/exiftool/exiftool-10.65.ebuild 
b/media-libs/exiftool/exiftool-10.65.ebuild
new file mode 100644
index 000..22e52f94845
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.65.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



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

2017-11-02 Thread Tim Harder
commit: 2341a4cda175be2b20a807c600a67ae8bff14635
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 21:53:27 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:46:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2341a4cd

media-libs/libmediainfo: version bump to 17.10

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

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 314a947c4fb..12ddcf86317 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -1 +1,2 @@
 DIST libmediainfo_0.7.99.tar.xz 1603656 SHA256 
ec9a8f2e081eefda05ddb841a3ffc838bf6ef8aedaf40f47fdbd19fd739fd688 SHA512 
a0ceaf142604a98e9415ecfeda29d7c3d57ac755903630c2a5b2782d3bb24a101c46c93c68858dce99299da6375e03b846b5973274168ca8c42315b82a0cfdc0
 WHIRLPOOL 
06f197dc2292a90b92c5862f48d02df74d770d7e218f9e978e0d6ff081ce8a7970bab9c00ed6d01fdae0dc0868b031c20447abd6046efb6b6f1c6a60f81a9ac1
+DIST libmediainfo_17.10.tar.xz 1606920 SHA256 
60b018fcd8acd249c5316670bdf1c85abc166fb9c340e84da834b1332a59a102 SHA512 
3fe8b7c97c9b916376c090c89f7b5afb732d002d5d112370b977c83d9bea2911ec7cc249fa7df6f4b100600cc2354d6a8832339cf0d3b45262730a477c07fd4d
 WHIRLPOOL 
fa9a532a1ea49954c45eef80ea0cf5fe1c3e30ca4746b5a138aa396750c1b2f7bd4cbd4f7d7d44cb7027148baf41743e78462f7d6f448a0a357c09e7cfd39df2

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



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

2017-11-02 Thread Tim Harder
commit: 85f02f2fc577011772768eb13a455835c1b83e99
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 22:47:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:47:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f02f2f

media-sound/abcmidi: version bump to 2017.11.01

 media-sound/abcmidi/Manifest  |  1 +
 media-sound/abcmidi/abcmidi-2017.11.01.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index de12c6db44b..1e9a60f4b9b 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,4 @@
 DIST abcMIDI-2017.10.11.zip 554492 SHA256 
c421bfe41f9fcb8d19b101e6c0e2057505416c7c4f30689184a8ca3fea2e1234 SHA512 
e0287426be71ec098fa9207f2b4be2ec47fc930fd853dc7f78683d5ff50842862678a42424d4f2cd850bb560170352231f3506ad75a43b89080c1c4a025bf1f7
 WHIRLPOOL 
f1243c9460492c75b4b3da34ac3255b98d3f922dbc4f89d25562939bf31544586b09ea5c10c821684206e93cf27609a8b90ca79c922e646b90fd3f5e22a1e43c
 DIST abcMIDI-2017.10.18.zip 554639 SHA256 
a3299db678dfb1699226950f9711d330fcfd83c9689e26a7337affe2120b6986 SHA512 
b2d559c31761bb500b9b7f1578f147cf9255eb302bdd3cea8bd1e846b09f30c95eb86b20941b13f1e97ddebba40d048155913a34fddfff0126738c7b2becedd8
 WHIRLPOOL 
8b3a5ad6bfa3d495c795cdc329183acc3d084dc12c14a3b877f2a809dbb8942283c176b58d6734bd85bc7b2a25eaa71391e928db5ab8be240afbf2d71df193e3
 DIST abcMIDI-2017.10.23.zip 555824 SHA256 
cf7d8ad12ce387be68200a002557dca6a19f662e7dc24e7d1c872f566e9b0c27 SHA512 
d4377b833f9b62d430f98345ca6c0864406db89a0a5590f8756685d247a80c209b6311345d4409c3aee98c3a3f2c14154745c5a8afdb87f586c900efbea1a5eb
 WHIRLPOOL 
efe304fa1ed6c434b722c16ce8917ea651e191ecfe528b573799c8a59b2794114b34e358a094825c996a1deb50a80c4a4fe38d579ebf57f472b27f32e8571590
+DIST abcMIDI-2017.11.01.zip 556057 SHA256 
098109d48f165efd14ea989cdf0678db74ff7c6d580b876c2b589eff777920d8 SHA512 
859c1491217d168f615efb1e9c147d4a64b92ae8f661aa33d2074037adb93b2ab49434c365e264d2f288786f5f2ff0b8862c2959787004178566d04703cb090d
 WHIRLPOOL 
aa22d2f80ac6c5ed49b5458461133484014b0538c5d64976dd5cf87d1e836446f610fcc58ec425c6ca5ebca98b6e5c4b5b87bf47486781b8c6837d9bbcd92c49

diff --git a/media-sound/abcmidi/abcmidi-2017.11.01.ebuild 
b/media-sound/abcmidi/abcmidi-2017.11.01.ebuild
new file mode 100644
index 000..adf33138050
--- /dev/null
+++ b/media-sound/abcmidi/abcmidi-2017.11.01.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+MY_P="abcMIDI-${PV}"
+DESCRIPTION="Programs for processing ABC music notation files"
+HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html;
+SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
+   default
+
+   rm configure makefile || die
+   sed -i "s:-O2::" configure.ac || die
+
+   eautoreconf
+}
+
+src_install() {
+   default
+   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
+
+   if use examples ; then
+   docinto examples
+   dodoc samples/*.abc
+   fi
+}



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

2017-11-02 Thread Tim Harder
commit: ad8c8f0534d72afd040785c27ceb4170eedb9bcf
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 21:46:53 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8c8f05

media-libs/exiftool: remove old

 media-libs/exiftool/Manifest  |  2 --
 media-libs/exiftool/exiftool-10.61.ebuild | 22 --
 media-libs/exiftool/exiftool-10.62.ebuild | 22 --
 3 files changed, 46 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 519ab9d43d4..3e91edda582 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,5 +1,3 @@
-DIST Image-ExifTool-10.61.tar.gz 4270638 SHA256 
a8f2b535c070f17ae6113bc1dd2e9db5a663621f1726b45f57511e374b5190eb SHA512 
2d528045f24501985c326a9abf58dc1e77b9ecbef4253e1fcb456fa3c76cbe0a6ff6c6b42fc0095401bf15ac2ad90e02ae4b22cac43aae740b2d5d484c3b85c5
 WHIRLPOOL 
3623dbdda5a2742f7ba1268814b4a0374dd24802237a278760d5da734d21c6c40352a6bc250831bc0d9b4eae02d353a5539a1d90aa87a76e1943a97d44e3a175
-DIST Image-ExifTool-10.62.tar.gz 4274693 SHA256 
6e8ff002e3c1253e2a4d77b4dd57f69c92599b0a1b48a94531bafb20b427f52e SHA512 
3dce72f7c181eba94513924e3d914a6947ae74789064c96339010929b94bd44a35b5fafeaa5700b511ca4a3a498776a5b5d7c0dd5d459dabb57462a0ae9b32a1
 WHIRLPOOL 
780cc905ca1fccba418183df635d160a7460608d23e780cf3f95de0dccda80efac5b541d8682341dfc7c22c7755c7a394a26a5c05b9238e47d12c1ce83d706cd
 DIST Image-ExifTool-10.63.tar.gz 4277554 SHA256 
84d63972e9172cd18fce54fef862f0d818c91c29a79c95689557be31747b9fde SHA512 
84b62b73c3df22e69fddb6c5513461a2fa6086dd3bb8c3747fb495803771d307c664393e655b7892666ba74e51332558e353e64a620c55ecba86011b1a3b5675
 WHIRLPOOL 
300fe1984d3d5ecc014b4676c18a82c08bfc1d3b90ececf41b50911d3cc7073a5b53484abf2ff29993b3e3db7ef7820e3a2afd2e1789e8d363e69096346fe93c
 DIST Image-ExifTool-10.64.tar.gz 4278747 SHA256 
1632a684fa93bc1051f3ffab9cf9453c2b5e29173afd8b91b1044e4def8c42c9 SHA512 
e0823c51521e5e300a2ad23734d8174da1d5f963fe9fe44c72dc1b2d9835bba8a5c940c748f17ce576be495e919685342f2c6932afa94019efd3fd2d47b852eb
 WHIRLPOOL 
0acb37fa6e93e2a22df2e67ccdb9abef3b3a1f03fcc26945cf742f5d71b83c92fce48673962ae900da5434b8f1320f9b14ac39fe3d787dd2368100afe4acc731
 DIST Image-ExifTool-10.65.tar.gz 4290148 SHA256 
206a03c3ca8f25ad3b8f25290d934c19da350c8cbafae9de2a6db074bc5c42ad SHA512 
857081033563540fc991e7e1a910ecee6c530d1c200a250ca7ec2644c2b57c57b6f1d660c2f33109ed6c385f04a81aff57985a38d783235159b5c8c530740413
 WHIRLPOOL 
d8f7532ecfb018416cdfb1f02187f39cac8f842216f997b0d7ff5d3629529a9d87cb4f0a72e5308995404483c968a71a8df05fff5dce038f34f8b8a6ee273caf

diff --git a/media-libs/exiftool/exiftool-10.61.ebuild 
b/media-libs/exiftool/exiftool-10.61.ebuild
deleted file mode 100644
index a92d9f73ade..000
--- a/media-libs/exiftool/exiftool-10.61.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}

diff --git a/media-libs/exiftool/exiftool-10.62.ebuild 
b/media-libs/exiftool/exiftool-10.62.ebuild
deleted file mode 100644
index 22e52f94845..000
--- a/media-libs/exiftool/exiftool-10.62.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Image-ExifTool
-inherit perl-module
-
-DESCRIPTION="Read and write meta information in image, audio and video files"
-HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
-SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
-IUSE="doc"
-
-SRC_TEST="do"
-
-src_install() {
-   perl-module_src_install
-   use doc && dodoc -r html/
-}



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

2017-11-02 Thread Tim Harder
commit: 649c4fb8d2fe823c1d2676bbd7c373b8145a7f85
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 22:47:31 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:47:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649c4fb8

media-sound/abcmidi: remove old

 media-sound/abcmidi/Manifest  |  2 --
 media-sound/abcmidi/abcmidi-2017.10.11.ebuild | 40 ---
 media-sound/abcmidi/abcmidi-2017.10.18.ebuild | 40 ---
 3 files changed, 82 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index 1e9a60f4b9b..b3e90f8bc50 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,4 +1,2 @@
-DIST abcMIDI-2017.10.11.zip 554492 SHA256 
c421bfe41f9fcb8d19b101e6c0e2057505416c7c4f30689184a8ca3fea2e1234 SHA512 
e0287426be71ec098fa9207f2b4be2ec47fc930fd853dc7f78683d5ff50842862678a42424d4f2cd850bb560170352231f3506ad75a43b89080c1c4a025bf1f7
 WHIRLPOOL 
f1243c9460492c75b4b3da34ac3255b98d3f922dbc4f89d25562939bf31544586b09ea5c10c821684206e93cf27609a8b90ca79c922e646b90fd3f5e22a1e43c
-DIST abcMIDI-2017.10.18.zip 554639 SHA256 
a3299db678dfb1699226950f9711d330fcfd83c9689e26a7337affe2120b6986 SHA512 
b2d559c31761bb500b9b7f1578f147cf9255eb302bdd3cea8bd1e846b09f30c95eb86b20941b13f1e97ddebba40d048155913a34fddfff0126738c7b2becedd8
 WHIRLPOOL 
8b3a5ad6bfa3d495c795cdc329183acc3d084dc12c14a3b877f2a809dbb8942283c176b58d6734bd85bc7b2a25eaa71391e928db5ab8be240afbf2d71df193e3
 DIST abcMIDI-2017.10.23.zip 555824 SHA256 
cf7d8ad12ce387be68200a002557dca6a19f662e7dc24e7d1c872f566e9b0c27 SHA512 
d4377b833f9b62d430f98345ca6c0864406db89a0a5590f8756685d247a80c209b6311345d4409c3aee98c3a3f2c14154745c5a8afdb87f586c900efbea1a5eb
 WHIRLPOOL 
efe304fa1ed6c434b722c16ce8917ea651e191ecfe528b573799c8a59b2794114b34e358a094825c996a1deb50a80c4a4fe38d579ebf57f472b27f32e8571590
 DIST abcMIDI-2017.11.01.zip 556057 SHA256 
098109d48f165efd14ea989cdf0678db74ff7c6d580b876c2b589eff777920d8 SHA512 
859c1491217d168f615efb1e9c147d4a64b92ae8f661aa33d2074037adb93b2ab49434c365e264d2f288786f5f2ff0b8862c2959787004178566d04703cb090d
 WHIRLPOOL 
aa22d2f80ac6c5ed49b5458461133484014b0538c5d64976dd5cf87d1e836446f610fcc58ec425c6ca5ebca98b6e5c4b5b87bf47486781b8c6837d9bbcd92c49

diff --git a/media-sound/abcmidi/abcmidi-2017.10.11.ebuild 
b/media-sound/abcmidi/abcmidi-2017.10.11.ebuild
deleted file mode 100644
index adf33138050..000
--- a/media-sound/abcmidi/abcmidi-2017.10.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
-   default
-
-   rm configure makefile || die
-   sed -i "s:-O2::" configure.ac || die
-
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}

diff --git a/media-sound/abcmidi/abcmidi-2017.10.18.ebuild 
b/media-sound/abcmidi/abcmidi-2017.10.18.ebuild
deleted file mode 100644
index adf33138050..000
--- a/media-sound/abcmidi/abcmidi-2017.10.18.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-   local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
-   default
-
-   rm configure makefile || die
-   sed -i "s:-O2::" configure.ac || die
-
-   eautoreconf
-}
-
-src_install() {
-   default
-   dodoc 
doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}



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

2017-11-02 Thread Tim Harder
commit: 6fc0ff3069aee980593b2323ff34cc0da014a9b2
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 21:53:52 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:46:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc0ff30

media-video/mediainfo: version bump to 17.10

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

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index b518a84482d..bbf72d5fdf5 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1 +1,2 @@
 DIST mediainfo_0.7.99.tar.xz 1327592 SHA256 
ca308d3fd1ded0baad62be2388f65c98949ab9111589b5561c8f0f9c3537ed88 SHA512 
7e50d0757c18e0eb07955a440250ca40fb5ee28dd4565528f8797f842611955942a4a6ff5b3c8736d4e24fe503272b2cd93de55187b2c3bca2c99021fe0330fa
 WHIRLPOOL 
0ac9d9042a5382ae9b3a98879e407013fa593bfc01559834ace61f5b1b9aabde54b31f62a407c01956541cc71e46d879b0fcf57fedd2f5cb46fb7812b0cb5a9f
+DIST mediainfo_17.10.tar.xz 1319988 SHA256 
0c1130cfa1878592f1225097a1814126378abbcc33926cdfff6bcc99422670fb SHA512 
8e24aa71054c8887dc9fc6f9ddb188dfcf61afa37549aed77f77cd13f31cf1ac2e56c2f4e5901cc4ab9d52403740d82b8081898515b4f81944566941906b63f2
 WHIRLPOOL 
bd2af8e4583b4f64cd65dc74d7f3d3f2491f75dc49825edf496235c82302efebcc84e10dcd76bfa7ae1e9d3d5251776ef69c094058379042f9bee5f30c7738af

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



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

2017-11-02 Thread Tim Harder
commit: bf158c40df213ae433fdb7281c71597dca2b0bd2
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Nov  2 21:46:36 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Nov  2 22:46:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf158c40

media-libs/exiftool: stabilize 10.63

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

diff --git a/media-libs/exiftool/exiftool-10.63.ebuild 
b/media-libs/exiftool/exiftool-10.63.ebuild
index 22e52f94845..a92d9f73ade 100644
--- a/media-libs/exiftool/exiftool-10.63.ebuild
+++ b/media-libs/exiftool/exiftool-10.63.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ 
${HOMEPAGE}"
 SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



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

2017-11-02 Thread Sergei Trofimovich
commit: 85fa4bc658428ecf8f4d703bebdc9c6f496e6e7a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:31:34 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:31:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fa4bc6

app-portage/portage-utils: stable 0.64 for sparc, bug #622578

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 app-portage/portage-utils/portage-utils-0.64.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.64.ebuild 
b/app-portage/portage-utils/portage-utils-0.64.ebuild
index 3d08632ea6b..a8fc399937e 100644
--- a/app-portage/portage-utils/portage-utils-0.64.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.64.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 RDEPEND="dev-libs/iniparser:0"



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

2017-11-02 Thread Sergei Trofimovich
commit: 1b27dfae5f7cff7b4818ea40c1e39b79c4b9332b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:31:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:31:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b27dfae

sys-apps/net-tools: stable 1.60_p20161110235919 for sparc, bug #605312

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
index 58514c0f19f..7d18cc93cce 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20161110235919.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Standard Linux networking tools"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/

2017-11-02 Thread Sergei Trofimovich
commit: 7bb32608c53b3baa28c441f7285478c5839c762d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:31:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:31:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb32608

net-ftp/ncftp: stable 3.2.6 for sparc, bug #618880

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 net-ftp/ncftp/ncftp-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ncftp/ncftp-3.2.6.ebuild b/net-ftp/ncftp/ncftp-3.2.6.ebuild
index 6d1ec191846..6186cd069fa 100644
--- a/net-ftp/ncftp/ncftp-3.2.6.ebuild
+++ b/net-ftp/ncftp/ncftp-3.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="Clarified-Artistic"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x86-solaris"
 IUSE="pch"
 
 DEPEND="



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

2017-11-02 Thread Sergei Trofimovich
commit: 60051e322c25281010b3664ac9956ddc763f2ed5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:31:38 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:31:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60051e32

app-text/ttf2pk2: stable 2.0_p20140525 for sparc, bug #555220

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild 
b/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild
index c0808ea5959..bfadc797558 100644
--- a/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild
+++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20140525.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 # Note about blockers: it is a freetype2 based replacement for ttf2pk and



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/

2017-11-02 Thread Sergei Trofimovich
commit: 2daf236a83ea7593e7a22e26a479bc8f59001cfc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:31:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:31:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2daf236a

dev-perl/Test-Regexp: stable 2017040101.0.0 for sparc, bug #624824

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild 
b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 35dd52938da..6141673886c 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Regexp-Common/

2017-11-02 Thread Sergei Trofimovich
commit: 864a872e34910b3d410112adb51e416662da5bc8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 22:31:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 22:31:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864a872e

dev-perl/Regexp-Common: stable 2017060201.0.0 for sparc, bug #624824

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild 
b/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild
index 4d181da63cd..5c915654952 100644
--- a/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild
+++ b/dev-perl/Regexp-Common/Regexp-Common-2017060201.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 DEPEND="



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

2017-11-02 Thread Manuel Rüger
commit: 5b9efc646c940148c91e2a10abe8fd7f3a975bf1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:52:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:52:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9efc64

sys-apps/yarn: Version bump to 1.2.1

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 sys-apps/yarn/Manifest  |  1 +
 sys-apps/yarn/yarn-1.2.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index b38488871f0..7fc9b1df504 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -2,3 +2,4 @@ DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac25
 DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
 DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d
 DIST yarn-v1.1.0.tar.gz 874168 SHA256 
171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 WHIRLPOOL 
21fabd1824fc7bf3ef3cf4ac64103e19f97c547f968aa0220371ca0ddb3cba71e034cd6143047ac85fa8c8ff1d39c3364e7bf3de57f9628af244d9c8723a7498
+DIST yarn-v1.2.1.tar.gz 885691 SHA256 
f8ed07675c3a0b866e11a02af5c15d2f34c3aa261ab1501943ecee328786c959 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 WHIRLPOOL 
c435a313d8701ab75e0945314dd96fd591e623078fc541e3ddbd44710e941c3fa1b7b9381489590955bdb32f715ccd21275d05e083b5d9d332122df7eb3a799e

diff --git a/sys-apps/yarn/yarn-1.2.1.ebuild b/sys-apps/yarn/yarn-1.2.1.ebuild
new file mode 100644
index 000..f028ad115d0
--- /dev/null
+++ b/sys-apps/yarn/yarn-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Fast, reliable, and secure node dependency management"
+HOMEPAGE="https://yarnpkg.com;
+SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!dev-util/cmdtest
+   net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_install() {
+   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
+   insinto "${install_dir}"
+   doins -r .
+   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
+   fperms a+x "${install_dir}/bin/yarn.js"
+   while read -r -d '' path; do
+   [[ $(head -n1 "${path}") == \#\!* ]] || continue
+   chmod +x "${path}" || die #614094
+   done < <(find "${ED}" -type f -print0)
+}



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

2017-11-02 Thread Manuel Rüger
commit: 56f1fce7ecfbcecf602679cfb5c05cc169e512c1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:52:43 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:52:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f1fce7

sys-apps/yarn: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 sys-apps/yarn/Manifest   |  3 ---
 sys-apps/yarn/yarn-0.27.5.ebuild | 31 ---
 sys-apps/yarn/yarn-1.0.1.ebuild  | 31 ---
 sys-apps/yarn/yarn-1.0.2.ebuild  | 31 ---
 4 files changed, 96 deletions(-)

diff --git a/sys-apps/yarn/Manifest b/sys-apps/yarn/Manifest
index 7fc9b1df504..c502f5325f3 100644
--- a/sys-apps/yarn/Manifest
+++ b/sys-apps/yarn/Manifest
@@ -1,5 +1,2 @@
-DIST yarn-v0.27.5.tar.gz 816114 SHA256 
f0f3510246ee74eb660ea06930dcded7b684eac2593aa979a7add84b72517968 SHA512 
a21615f3bf4996d6e2dc84b54c3e9ca8a58143941a80771121f6eb6f5dcf8fd655e1c9b9420e7a0ab3a7c26ecd6bdd3790451d76435d7e3d6fbb5ba8ac729dbd
 WHIRLPOOL 
e21887c715c72c490c58817ca0a6542899f4036ccd81fedfab4f751b13eca6196f82236d206f7a58d550e78f0bff4dac08fbfc44f287e2463ad119042b98a83b
-DIST yarn-v1.0.1.tar.gz 843398 SHA256 
6b00b5e0a7074a512d39d2d91ba6262dde911d452617939ca4be4a700dd77cf1 SHA512 
3d22bb7a7b32cff26bb7053a12e21fdabf4a2ff198e7164e034fd5e0b6a5760e0def19bcc6592f7df850108a3bf36d60a9337f1dc56a35ed72c98b14c0af95fb
 WHIRLPOOL 
99826575498c7944ddf07c61c3bac5b7163c4fbe65f8196502b7322cc5978b1988ae524a4d2ae4ab69c78d5773d4bb66598fb1495394e139e7f72e3c2a32fe8c
-DIST yarn-v1.0.2.tar.gz 843696 SHA256 
8a31f8fa50ab6d5f8852025fb0ea4a50f2f8b82792f060fa99de0acc370b0698 SHA512 
21b24f4633517f001f0cf2529d67316b5a1aded787c6516504b0f7b89fec991c3f17f7a098590bcfcea88a5d9831121079facca2237c678495bd2124cdf07dad
 WHIRLPOOL 
12dca2a10b2e946bf0587ac41254b86813a49ca9025e11d4939851de5da9178c5e9c7603711e7b876dea3f3aa01c2068f7c9df5142f8bb7117cbe9535842031d
 DIST yarn-v1.1.0.tar.gz 874168 SHA256 
171c1f9ee93c488c0d774ac6e9c72649047c3f896277d88d0f805266519430f3 SHA512 
7ce740ac47d8ba42c47d0262979fcd1d22daede2a298e1743341c52584bee7d4beca8758c118deccaefd9cb0bc2780a37e110ae3633af56ac6916ae0389eadf6
 WHIRLPOOL 
21fabd1824fc7bf3ef3cf4ac64103e19f97c547f968aa0220371ca0ddb3cba71e034cd6143047ac85fa8c8ff1d39c3364e7bf3de57f9628af244d9c8723a7498
 DIST yarn-v1.2.1.tar.gz 885691 SHA256 
f8ed07675c3a0b866e11a02af5c15d2f34c3aa261ab1501943ecee328786c959 SHA512 
cb61788e16cd3537073b3a8711ce6a29f7e14380cea20ca16144e97ed05ec62c685b805a18af9e70d16f7aedb4c460cad97027e37fb43596f97570386d596477
 WHIRLPOOL 
c435a313d8701ab75e0945314dd96fd591e623078fc541e3ddbd44710e941c3fa1b7b9381489590955bdb32f715ccd21275d05e083b5d9d332122df7eb3a799e

diff --git a/sys-apps/yarn/yarn-0.27.5.ebuild b/sys-apps/yarn/yarn-0.27.5.ebuild
deleted file mode 100644
index 631ba960a31..000
--- a/sys-apps/yarn/yarn-0.27.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/dist"
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   fperms a+x "${install_dir}/bin/yarn.js"
-   while read -r -d '' path; do
-   [[ $(head -n1 "${path}") == \#\!* ]] || continue
-   chmod +x "${path}" || die #614094
-   done < <(find "${ED}" -type f -print0)
-}

diff --git a/sys-apps/yarn/yarn-1.0.1.ebuild b/sys-apps/yarn/yarn-1.0.1.ebuild
deleted file mode 100644
index f028ad115d0..000
--- a/sys-apps/yarn/yarn-1.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Fast, reliable, and secure node dependency management"
-HOMEPAGE="https://yarnpkg.com;
-SRC_URI="https://github.com/yarnpkg/yarn/releases/download/v${PV}/yarn-v${PV}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!dev-util/cmdtest
-   net-libs/nodejs"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-v${PV}
-
-src_install() {
-   local install_dir="/usr/$(get_libdir)/node_modules/yarn" path
-   insinto "${install_dir}"
-   doins -r .
-   dosym "../$(get_libdir)/node_modules/yarn/bin/yarn.js" "/usr/bin/yarn"
-   fperms a+x "${install_dir}/bin/yarn.js"
-   while read -r -d '' path; do
-   [[ $(head -n1 "${path}") == \#\!* ]] || continue
-   chmod +x "${path}" || die #614094
-  

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

2017-11-02 Thread Manuel Rüger
commit: 9f6cfe6f76fa48182cb4f186e3c9c19cc04c09de
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:49:17 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:49:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6cfe6f

dev-util/systemtap: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-util/systemtap/systemtap-3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/systemtap/systemtap-3.1-r1.ebuild 
b/dev-util/systemtap/systemtap-3.1-r1.ebuild
index 3d28669..cd13a9e21c2 100644
--- a/dev-util/systemtap/systemtap-3.1-r1.ebuild
+++ b/dev-util/systemtap/systemtap-3.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="libvirt sqlite"
 
 RDEPEND=">=dev-libs/elfutils-0.142



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

2017-11-02 Thread Manuel Rüger
commit: 766a8d7aed409661191ca33d66b553d0086c8bd6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:48:00 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:48:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766a8d7a

dev-libs/openssl: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-libs/openssl/openssl-1.0.2m.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2m.ebuild 
b/dev-libs/openssl/openssl-1.0.2m.ebuild
index 0b7251545fa..9514ee98812 100644
--- a/dev-libs/openssl/openssl-1.0.2m.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2m.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2017-11-02 Thread Manuel Rüger
commit: fccd7c5591accd239e21dcf6892f91a85925738d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu Nov  2 21:45:23 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu Nov  2 21:45:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccd7c55

dev-libs/zthread: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-libs/zthread/zthread-2.3.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild 
b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index 0cd6a02accd..6f31d024210 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc x86"
 IUSE="debug doc kernel_linux static-libs"
 
 DEPEND="doc? ( app-doc/doxygen )"



[gentoo-commits] repo/gentoo:master commit in: dev-util/visualvm/files/, dev-util/visualvm/

2017-11-02 Thread James Le Cuirot
commit: c2ad389ca165c7d8c68ad119b7fda76bf872cdb2
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Nov  2 21:19:32 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Nov  2 21:19:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ad389c

dev-util/visualvm: Version bump to 1.3.9

We are using the upstream-provided Netbeans in this version to avoid
the Java 7 dependency, as well as Netbeans itself, which is quite
heavy.

Closes: https://bugs.gentoo.org/611102
Package-Manager: Portage-2.3.13, Repoman-2.3.2

 dev-util/visualvm/Manifest   |  2 ++
 dev-util/visualvm/files/visualvm-r1.conf |  9 +
 dev-util/visualvm/files/visualvm-r1.sh   | 13 +++
 dev-util/visualvm/metadata.xml   | 13 ---
 dev-util/visualvm/visualvm-1.3.9.ebuild  | 58 
 5 files changed, 90 insertions(+), 5 deletions(-)

diff --git a/dev-util/visualvm/Manifest b/dev-util/visualvm/Manifest
index 534f47c89f3..c2a7b2d4dc4 100644
--- a/dev-util/visualvm/Manifest
+++ b/dev-util/visualvm/Manifest
@@ -1 +1,3 @@
+DIST nb802_visualvm_02102016.zip 23257637 SHA256 
9f5cfe0d8c4f7a01c7b7df0f04e7c12f860b8e2efa9136dcfa105e00b90b873b SHA512 
e33dba0cdfb509e9351fac343a4fbec07d3a893b6f484d0aeab972aefe41b061422dba8695003c6ca33db52d5be2f4ce218ea4fc7129f67dbd48c991c35349b5
 WHIRLPOOL 
7012d24b74bc92221ce257357bb3f69dfc360422512e6f3ada164f5bd5b76f4056a5a6f2308c87da891d2a1a561d1c15ae734e63e015635ec78bc7eb20ed96fa
+DIST visualvm-1.3.9.tar.gz 3622508 SHA256 
92006824ba3b79ad86d543a81a5cdbcdf1cc8f6243a613c252eb1416287ff82f SHA512 
884c04952dbb418de1bcd68b584f9053f03bd72ed6a9327d9f80897eee4f338a71343836efdd7a8172377552ab1f11d34c75c8804dd31da3fb67ee83c6edbf74
 WHIRLPOOL 
b74b4e5f6c9967664d7150fd9411b0121ea3990e112f23ea75a4e2266c9cfd27003273315dd7845156e69ddea9da05f265c3b3c151059723f8ad4f5e755000c6
 DIST visualvm_138-src.tar.gz 1052176 SHA256 
e34cd0425d74055e03394c572735067d3b98095ed5c04268707b52f1dc7c6144 SHA512 
f418fcd3316f793c6fc77c6bcdf1e53dc543f7de2ee638f3d500a4de61505246fd07829b25cdf988836f515b72c59c71a2a4fecbb569910e9203e5b490e837a1
 WHIRLPOOL 
c2d83fd92687d07d2f240d4a6c1f150471041e0e0ab1c13f7cd1804a98d3565ed1df29c5124002ced0c403fec98b5464f8ad113cc76ae264d95413c81c4dc129

diff --git a/dev-util/visualvm/files/visualvm-r1.conf 
b/dev-util/visualvm/files/visualvm-r1.conf
new file mode 100644
index 000..fce7cfece13
--- /dev/null
+++ b/dev-util/visualvm/files/visualvm-r1.conf
@@ -0,0 +1,9 @@
+# Default user directory
+visualvm_default_userdir="${HOME}/.visualvm"
+visualvm_default_cachedir="${HOME}/.cache/visualvm"
+
+# Default runtime options
+visualvm_default_options="-J-client -J-Xms24m -J-Xmx256m 
-J-Dnetbeans.accept_license_class=com.sun.tools.visualvm.modules.startup.AcceptLicense
 -J-Dsun.jvmstat.perdata.syncWaitMs=1 -J-Dsun.java2d.noddraw=true 
-J-Dsun.java2d.d3d=false -J--add-exports=java.desktop/sun.awt=ALL-UNNAMED 
-J--add-exports=jdk.jvmstat/sun.jvmstat.monitor.event=ALL-UNNAMED 
-J--add-exports=jdk.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED 
-J--add-exports=java.desktop/sun.swing=ALL-UNNAMED 
-J--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED 
-J--add-modules=java.activation -J-XX:+IgnoreUnrecognizedVMOptions"
+
+# JDK home
+visualvm_jdkhome="$(java-config -O)"

diff --git a/dev-util/visualvm/files/visualvm-r1.sh 
b/dev-util/visualvm/files/visualvm-r1.sh
new file mode 100644
index 000..dd6956da069
--- /dev/null
+++ b/dev-util/visualvm/files/visualvm-r1.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+# source the configuration file
+. /etc/visualvm/visualvm.conf
+
+# launch visualvm
+exec sh /usr/share/visualvm/platform/lib/nbexec \
+   --branding visualvm \
+   --jdkhome "${visualvm_jdkhome}" \
+   --userdir "${visualvm_default_userdir}" \
+   --cachedir "${visualvm_default_cachedir}" \
+   --clusters 
/usr/share/visualvm/cluster:/usr/share/visualvm/platform:/usr/share/visualvm/profiler
 \
+   ${visualvm_default_options} "${@}"

diff --git a/dev-util/visualvm/metadata.xml b/dev-util/visualvm/metadata.xml
index 9ef97ae66fd..619755c9c84 100644
--- a/dev-util/visualvm/metadata.xml
+++ b/dev-util/visualvm/metadata.xml
@@ -1,9 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   j...@gentoo.org
-   Java
-
-The IcedTea project provides a harness to build the source 
code from VisualVM.
+   
+   j...@gentoo.org
+   Java
+   
+   VisualVM is a visual tool integrating commandline JDK 
tools and lightweight profiling capabilities.
+   
+   oracle/visualvm
+   
 

diff --git a/dev-util/visualvm/visualvm-1.3.9.ebuild 
b/dev-util/visualvm/visualvm-1.3.9.ebuild
new file mode 100644
index 000..7fe5e09f173
--- /dev/null
+++ b/dev-util/visualvm/visualvm-1.3.9.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+NBV=802
+NBT=02102016

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

2017-11-02 Thread Thomas Deutschmann
commit: 0550d68ea6eff250916ad473f72855b722789ec6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:56:05 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0550d68e

net-libs/nodejs: x86 stable (bug #625562)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-libs/nodejs/nodejs-4.8.5.ebuild  | 2 +-
 net-libs/nodejs/nodejs-6.11.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/nodejs/nodejs-4.8.5.ebuild 
b/net-libs/nodejs/nodejs-4.8.5.ebuild
index 9de641b4dac..fe84f4a5b19 100644
--- a/net-libs/nodejs/nodejs-4.8.5.ebuild
+++ b/net-libs/nodejs/nodejs-4.8.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86 ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug icu +npm snapshot +ssl test"
 
 RDEPEND="icu? ( >=dev-libs/icu-55:= )

diff --git a/net-libs/nodejs/nodejs-6.11.5.ebuild 
b/net-libs/nodejs/nodejs-6.11.5.ebuild
index 67c45191733..392b16b 100644
--- a/net-libs/nodejs/nodejs-6.11.5.ebuild
+++ b/net-libs/nodejs/nodejs-6.11.5.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x64-macos"
 IUSE="cpu_flags_x86_sse2 debug doc icu +npm +snapshot +ssl test"
 
 RDEPEND="icu? ( >=dev-libs/icu-56:= )



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

2017-11-02 Thread Thomas Deutschmann
commit: 2d629c8822111667695efdaafd30123221d23af7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:58:51 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d629c88

app-emulation/xen-pvgrub: x86 stable (bug #631366)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-emulation/xen-pvgrub/xen-pvgrub-4.8.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.8.2-r1.ebuild 
b/app-emulation/xen-pvgrub/xen-pvgrub-4.8.2-r1.ebuild
index 4f3af9d4100..863eff7c2b4 100644
--- a/app-emulation/xen-pvgrub/xen-pvgrub-4.8.2-r1.ebuild
+++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.8.2-r1.ebuild
@@ -32,7 +32,7 @@ DESCRIPTION="allows to boot Xen domU kernels from a menu.lst 
laying inside guest
 HOMEPAGE="https://www.xenproject.org;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="custom-cflags"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2017-11-02 Thread Thomas Deutschmann
commit: 214b157d3e3fc9b95267158b26bd4dd084cd6dd3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:07:06 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214b157d

sys-apps/udevil: x86 stable (bug #635624)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/sys-apps/udevil/udevil-0.4.4-r3.ebuild 
b/sys-apps/udevil/udevil-0.4.4-r3.ebuild
index d3d8bdc8dda..b59ad33132f 100644
--- a/sys-apps/udevil/udevil-0.4.4-r3.ebuild
+++ b/sys-apps/udevil/udevil-0.4.4-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/IgnorantGuru/udevil/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-shells/bash-4.0:*



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

2017-11-02 Thread Thomas Deutschmann
commit: ba10ae26bca702f91151089ac6b15fb847158c5d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:49:54 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:12:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba10ae26

app-admin/sysklogd: x86 stable (bug #636046)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild 
b/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild
index 05e0fa279ba..4a60e537b87 100644
--- a/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild
+++ b/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.infodrom.org/projects/sysklogd/download/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86"
 IUSE="logrotate"
 RESTRICT="test"
 



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

2017-11-02 Thread Thomas Deutschmann
commit: ba5d3812b26404087042d88de587f1855edd5275
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:08:02 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5d3812

x11-libs/qscintilla: x86 stable (bug #634982)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/x11-libs/qscintilla/qscintilla-2.10.1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
index eb99746332b..1c0c6c6cb58 100644
--- a/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="designer doc +qt4 qt5"
 
 REQUIRED_USE="|| ( qt4 qt5 )"



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

2017-11-02 Thread Thomas Deutschmann
commit: 92e04ea17ba5486d9808ee2387a1b5ccf745f659
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:56:50 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e04ea1

app-admin/tripwire: x86 stable (bug #636246)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/app-admin/tripwire/tripwire-2.4.3.6.ebuild 
b/app-admin/tripwire/tripwire-2.4.3.6.ebuild
index ec2cc9bc418..5d73b9f5e31 100644
--- a/app-admin/tripwire/tripwire-2.4.3.6.ebuild
+++ b/app-admin/tripwire/tripwire-2.4.3.6.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Tripwire/tripwire-open-source/archive/${PV}.tar.gz -
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
 IUSE="libressl selinux ssl static +tools"
 
 DEPEND="sys-devel/automake



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

2017-11-02 Thread Thomas Deutschmann
commit: 7c86975b8d71da8c66099bc830842f1fea103ce1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:04:47 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c86975b

dev-libs/zthread: x86 stable (bug #632326)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-libs/zthread/zthread-2.3.2-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/zthread/zthread-2.3.2-r4.ebuild 
b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
index aeb476d946f..0cd6a02accd 100644
--- a/dev-libs/zthread/zthread-2.3.2-r4.ebuild
+++ b/dev-libs/zthread/zthread-2.3.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86"
 IUSE="debug doc kernel_linux static-libs"
 
 DEPEND="doc? ( app-doc/doxygen )"



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

2017-11-02 Thread Thomas Deutschmann
commit: 81b06b728eb5149e2c3c14c228d7073d1e2f70dc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:08:31 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b06b72

dev-db/sqliteman: x86 stable (bug #634982)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild 
b/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild
index a7645ef0f77..ebe92bb1c46 100644
--- a/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild
+++ b/dev-db/sqliteman/sqliteman-1.2.2-r4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



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

2017-11-02 Thread Thomas Deutschmann
commit: 28788e927a91adcbe6a4914a180c33e929582077
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:00:00 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28788e92

app-misc/graphlcd-base: x86 stable (bug #632370)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild 
b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
index 1dace97bd83..0249fd65068 100644
--- a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
+++ b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Graphical LCD Driver"
 HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE="g15"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/

2017-11-02 Thread Thomas Deutschmann
commit: 48c0d7e1c616ba8b7aa016a9a06aa9f3f6eb96bb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:53:16 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:12:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c0d7e1

x11-misc/xdg-user-dirs-gtk: x86 stable (bug #630360)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild 
b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
index 29421204e00..8e95c693945 100644
--- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
+++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10-r1.ebuild
@@ -9,7 +9,7 @@ 
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2017-11-02 Thread Thomas Deutschmann
commit: 44794cd62f5c2d200046f3546d9eb80a1dc634a9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:58:33 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44794cd6

app-emulation/xen-tools: x86 stable (bug #631366)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild 
b/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild
index 3e35cd4c8ea..6e96925cfed 100644
--- a/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.8.2-r1.ebuild
@@ -13,12 +13,12 @@ MAJOR_V="$(get_version_component_range 1-2)"
 
 if [[ $PV == * ]]; then
inherit git-r3
-   KEYWORDS=""
+   KEYWORDS="x86"
REPO="xen.git"
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
S="${WORKDIR}/${REPO}"
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
UPSTREAM_VER=1
SECURITY_VER=
# xen-tools's gentoo patches tarball



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

2017-11-02 Thread Thomas Deutschmann
commit: 408b25912fd61b4472f437c0e681dbcdb29e1920
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:10:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408b2591

dev-python/qscintilla-python: x86 stable (bug #634838)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
index de393e595d8..d1fb97c65ed 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



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

2017-11-02 Thread Thomas Deutschmann
commit: 7a7b3835a7090089fc25e134cf1541e47faf3104
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:05:43 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7b3835

dev-qt/qtdeclarative: x86 stable (bug #632552)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
index fae6450312c..3fa85027d18 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild
@@ -8,7 +8,7 @@ inherit flag-o-matic python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86"
 fi
 
 IUSE="gles2 +jit localstorage +widgets xml"



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

2017-11-02 Thread Thomas Deutschmann
commit: c1d374d9ea765ade1c0bbb1ffa531bd9b3cf5b9a
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:00:46 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d374d9

x11-misc/virtualgl: x86 stable (bug #632368)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 x11-misc/virtualgl/virtualgl-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/virtualgl/virtualgl-2.5.2.ebuild 
b/x11-misc/virtualgl/virtualgl-2.5.2.ebuild
index 0c640fbb96e..2f0cd2f41b4 100644
--- a/x11-misc/virtualgl/virtualgl-2.5.2.ebuild
+++ b/x11-misc/virtualgl/virtualgl-2.5.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://sourceforge/${PN}/files/${PV}/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="LGPL-2.1 wxWinLL-3.1 FLTK"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="libressl ssl"
 
 RDEPEND="



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

2017-11-02 Thread Thomas Deutschmann
commit: 471a6c94c63aeb990feac9c76cfec06a6973a390
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:54:12 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471a6c94

dev-libs/openssl: x86 stable (bug #636264)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-libs/openssl/openssl-1.0.2m.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2m.ebuild 
b/dev-libs/openssl/openssl-1.0.2m.ebuild
index e47810140be..0b7251545fa 100644
--- a/dev-libs/openssl/openssl-1.0.2m.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2m.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 sslv2 +sslv3 
static-libs test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2017-11-02 Thread Thomas Deutschmann
commit: e8ae233b186b732d016f6528f415e905c075a680
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:52:21 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:12:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ae233b

media-libs/libgphoto2: x86 stable (bug #623636)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild 
b/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild
index 60fa584c946..97304944e86 100644
--- a/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild
+++ b/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 # FIXME: should we also bump for libgphoto2_port.so soname version?
 SLOT="0/6" # libgphoto2.so soname version
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples exif gd jpeg nls serial"
 
 # By default, drivers for all supported cameras will be compiled.



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

2017-11-02 Thread Thomas Deutschmann
commit: 533d97b1b574ed39d1c1d3b7c598fbc9406143dd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:06:22 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533d97b1

app-emulation/free42: x86 stable (bug #635948)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-emulation/free42/free42-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/free42/free42-2.0.6.ebuild 
b/app-emulation/free42/free42-2.0.6.ebuild
index f40b9a599bd..deb8bf3bcab 100644
--- a/app-emulation/free42/free42-2.0.6.ebuild
+++ b/app-emulation/free42/free42-2.0.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://thomasokken.com/free42/upstream/${MY_PV}.tgz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="alsa"
 
 DEPEND="dev-libs/atk



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

2017-11-02 Thread Thomas Deutschmann
commit: 92feac9808004f053897be03962f39897f582c79
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:02:07 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92feac98

app-text/djview: x86 stable (bug #626384)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/djview/djview-4.10.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/djview/djview-4.10.6.ebuild 
b/app-text/djview/djview-4.10.6.ebuild
index 21dc4b94934..a498817ec69 100644
--- a/app-text/djview/djview-4.10.6.ebuild
+++ b/app-text/djview/djview-4.10.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="debug nsplugin"
 
 RDEPEND="



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

2017-11-02 Thread Thomas Deutschmann
commit: 689b4cf8e58d27bb3984a2ab8dcac2bfb67182c2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:55:00 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689b4cf8

dev-util/systemtap: x86 stable (bug #634276)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-util/systemtap/systemtap-3.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/systemtap/systemtap-3.1-r1.ebuild 
b/dev-util/systemtap/systemtap-3.1-r1.ebuild
index 6d292bdb3a0..3d28669 100644
--- a/dev-util/systemtap/systemtap-3.1-r1.ebuild
+++ b/dev-util/systemtap/systemtap-3.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://www.sourceware.org/${PN}/ftp/releases/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="libvirt sqlite"
 
 RDEPEND=">=dev-libs/elfutils-0.142



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

2017-11-02 Thread Thomas Deutschmann
commit: b7f88ab2f6bdffd98ddce4bb6fc5b5279132
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 20:51:01 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:12:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7f88ab2

dev-lang/python: x86 stable (bug #635944)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/dev-lang/python/python-2.7.14.ebuild 
b/dev-lang/python/python-2.7.14.ebuild
index 587a661ce69..e5ae740a559 100644
--- a/dev-lang/python/python-2.7.14.ebuild
+++ b/dev-lang/python/python-2.7.14.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
 
 LICENSE="PSF-2"
 SLOT="2.7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 libressl 
+ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
 
 # Do not add a dependency on dev-lang/python to this ebuild.



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

2017-11-02 Thread Sergei Trofimovich
commit: 29f0f4c359622398e0a762f0f44552ceaa4b79cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 20:39:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:39:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f0f4c3

dev-libs/oniguruma: stable 6.6.1 for sparc, bug #636218 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-libs/oniguruma/oniguruma-6.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/oniguruma/oniguruma-6.6.1.ebuild 
b/dev-libs/oniguruma/oniguruma-6.6.1.ebuild
index b2963b56c3b..a19a0cf234f 100644
--- a/dev-libs/oniguruma/oniguruma-6.6.1.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.6.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2017-11-02 Thread Sergei Trofimovich
commit: ecf43ed6a4edbda3b79f016664852e9f2674fe60
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 20:12:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecf43ed6

app-admin/sysklogd: stable 1.5.1-r1 for ia64, bug #636046

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild 
b/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild
index 3f971c2babb..05e0fa279ba 100644
--- a/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild
+++ b/app-admin/sysklogd/sysklogd-1.5.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.infodrom.org/projects/sysklogd/download/${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="logrotate"
 RESTRICT="test"
 



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

2017-11-02 Thread Sergei Trofimovich
commit: 65ec71ffe66b07b22d5a18493cbc107fad97752b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 09:36:29 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ec71ff

dev-libs/m17n-lib: stable 1.7.0 for ia64, bug #636222

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild 
b/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild
index b43b6b4fd1a..bcf0b1620c5 100644
--- a/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild
+++ b/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="X anthy athena bidi fontconfig gd libotf libxml2 spell xft"
 
 RDEPEND="~dev-db/m17n-db-${PV}



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

2017-11-02 Thread Sergei Trofimovich
commit: 491c10b8093a377a19839d3f310f266c20b8231a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 09:36:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491c10b8

dev-db/m17n-db: stable 1.7.0 for ia64, bug #636222

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 dev-db/m17n-db/m17n-db-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/m17n-db/m17n-db-1.7.0.ebuild 
b/dev-db/m17n-db/m17n-db-1.7.0.ebuild
index ae636d4d2f5..3fa8d57123a 100644
--- a/dev-db/m17n-db/m17n-db-1.7.0.ebuild
+++ b/dev-db/m17n-db/m17n-db-1.7.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://nongnu/m17n/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sh ~sparc x86"
 IUSE=""
 
 DEPEND="sys-devel/gettext"



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

2017-11-02 Thread Sergei Trofimovich
commit: 5725c44ce32fff5f279c33454e1dba679ae3cc28
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 08:46:24 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5725c44c

net-misc/memcached: stable 1.5.2 for ia64, bug #636236

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 net-misc/memcached/memcached-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/memcached/memcached-1.5.2.ebuild 
b/net-misc/memcached/memcached-1.5.2.ebuild
index 9e386070af5..f4f56505a24 100644
--- a/net-misc/memcached/memcached-1.5.2.ebuild
+++ b/net-misc/memcached/memcached-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.memcached.org/files/${MY_P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="test slabs-reassign debug sasl selinux" # hugetlbfs later
 
 RDEPEND=">=dev-libs/libevent-1.4:=



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

2017-11-02 Thread Sergei Trofimovich
commit: 7cc813f1e2044edc0379b80ab15836754944e310
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 20:11:32 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc813f1

net-libs/loudmouth: stable 1.5.2-r1 for sparc, bug #619488 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

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

diff --git a/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild 
b/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild
index 1ff3a71e5df..0e6638e9a51 100644
--- a/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ppc64 sparc ~x86 ~ppc-macos"
 
 IUSE="asyncns ssl openssl static-libs test"
 



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

2017-11-02 Thread Sergei Trofimovich
commit: 495189636542082a620ec9c6047357dc6114ec14
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 09:36:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49518963

app-i18n/anthy: stable 9100h-r2 for ia64, bug #636220

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 app-i18n/anthy/anthy-9100h-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/anthy/anthy-9100h-r2.ebuild 
b/app-i18n/anthy/anthy-9100h-r2.ebuild
index fb6bc0839f3..f1da94a6a77 100644
--- a/app-i18n/anthy/anthy-9100h-r2.ebuild
+++ b/app-i18n/anthy/anthy-9100h-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/37536/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="canna-2ch emacs static-libs"
 
 RDEPEND="canna-2ch? ( app-dicts/canna-2ch )



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

2017-11-02 Thread Sergei Trofimovich
commit: d94b5e9c6f53ec01b6048ef220dba2a737608d3c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  2 09:36:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  2 20:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94b5e9c

dev-libs/oniguruma: stable 6.6.1 for ia64, bug #636218

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="ia64"

 dev-libs/oniguruma/oniguruma-6.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/oniguruma/oniguruma-6.6.1.ebuild 
b/dev-libs/oniguruma/oniguruma-6.6.1.ebuild
index 02df1a2e2b4..b2963b56c3b 100644
--- a/dev-libs/oniguruma/oniguruma-6.6.1.ebuild
+++ b/dev-libs/oniguruma/oniguruma-6.6.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 
 S="${WORKDIR}/${MY_P}"



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

2017-11-02 Thread Mike Gilbert
commit: bb18292f74af23003b07919f49e44f93ec0a7e2c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov  2 19:13:52 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov  2 20:17:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb18292f

www-client/google-chrome-beta: automated update (63.0.3239.30)

Package-Manager: Portage-2.3.13, Repoman-2.3.3_p80

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-63.0.3239.18.ebuild => google-chrome-beta-63.0.3239.30.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 83e8d29fcd6..b8efc3d83bc 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_63.0.3239.18-1_amd64.deb 50018880 SHA256 
982ca07a579c0d39b46fbdc0bde6d8fa16ce09f2bf51be4d2030a93305ba49b1 SHA512 
1fdf8ecd2aefe0c3d3350e0e1824027e780ee3d8a8b313443ee2f78be488403abb0adae06d768cfccc26ef738372c0826b9dc1308165c8c7568782869b8f6a3c
 WHIRLPOOL 
5bc2ee12644f9f52ed81e0445b0f4e5c3c4b800895779e0d3c0235b0d59b22bb36eb644bfee14fcb9739f1cbf02501b8ce94ead79ebfeaf0532a7ca534f8bbb3
+DIST google-chrome-beta_63.0.3239.30-1_amd64.deb 50548256 SHA256 
da0f163e662707d5ac8a3dcfff649ce062a232494466e41a6f6900f8869b2c01 SHA512 
f7a497605c6115bf8c3ddc6a916929ddba255fd63e3dabce32f5929bbf691f224a6bbb23d4b8bc73488bc06c2560a47db195b7bde5c8793bd28931bf979f2605
 WHIRLPOOL 
4096a31a9f8316d26f1c52a7a82509b6cfc4411c7ce042037c182d2858fbbe794b3bf92c6c017ee99a7f0296ea9b44e9e37e78a8ee235669c73f00d3151822eb

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



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

2017-11-02 Thread Mike Gilbert
commit: b25b5fd0b04d2a8964e82c41873f45e247d2c2fc
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov  2 19:14:08 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov  2 20:18:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25b5fd0

www-client/google-chrome-unstable: automated update (64.0.3253.3)

Package-Manager: Portage-2.3.13, Repoman-2.3.3_p80

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-64.0.3251.0.ebuild => google-chrome-unstable-64.0.3253.3.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 92878bc5096..f6ae29ea0e0 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_64.0.3251.0-1_amd64.deb 50499978 SHA256 
ca8f4ec300219c4cb94e22dab92d79dd64b66ad84fd83e32353c3d82661c SHA512 
d5b98e64e5dd3c39996ef67b273249686fe96db8aeb34f37b0ce0a4d71a59d88e228de58999b71b6fb7d63610d6a1d963c3702c4e3b7c85065ae328cbec0e5d6
 WHIRLPOOL 
35b734582de2e332fd640536c41736f7b27412e484196f412ac354d32255c4e151226881ceeb0412dfc77625890324706473e17cc63cd626800677c876cf964a
+DIST google-chrome-unstable_64.0.3253.3-1_amd64.deb 50500116 SHA256 
bc04986d4996eb595a0bb7783fb4104a375a3a7c4da7d108f300e33a58b52835 SHA512 
9cb2457bb2a0984286d56bc7d9d37066ec25d85f78c2420f7d2bae310be90385e81a67b003ae9e988c9be7d4001b6eefdb8235c2ca142405d3a081439be09469
 WHIRLPOOL 
d17f28529a822fe0938cf3ccfe4219b7c947ade0bc72f912631a9edeffc206af9a8721f25e63407c7f7554c4c8421381a1bd161a71a0d61ff4782aebe277004e

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



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

2017-11-02 Thread Mike Gilbert
commit: 74a0f6bf36edcfd2aa69d255f2beed4dc2b5bd5a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov  2 19:14:16 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov  2 20:18:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74a0f6bf

www-plugins/chrome-binary-plugins: automated update (63.0.3239.30, 64.0.3253.3)

Package-Manager: Portage-2.3.13, Repoman-2.3.3_p80

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 18_beta.ebuild => chrome-binary-plugins-63.0.3239.30_beta.ebuild} | 0
 0_alpha.ebuild => chrome-binary-plugins-64.0.3253.3_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 837a5b17fba..8d839b0495b 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_63.0.3239.18-1_amd64.deb 50018880 SHA256 
982ca07a579c0d39b46fbdc0bde6d8fa16ce09f2bf51be4d2030a93305ba49b1 SHA512 
1fdf8ecd2aefe0c3d3350e0e1824027e780ee3d8a8b313443ee2f78be488403abb0adae06d768cfccc26ef738372c0826b9dc1308165c8c7568782869b8f6a3c
 WHIRLPOOL 
5bc2ee12644f9f52ed81e0445b0f4e5c3c4b800895779e0d3c0235b0d59b22bb36eb644bfee14fcb9739f1cbf02501b8ce94ead79ebfeaf0532a7ca534f8bbb3
+DIST google-chrome-beta_63.0.3239.30-1_amd64.deb 50548256 SHA256 
da0f163e662707d5ac8a3dcfff649ce062a232494466e41a6f6900f8869b2c01 SHA512 
f7a497605c6115bf8c3ddc6a916929ddba255fd63e3dabce32f5929bbf691f224a6bbb23d4b8bc73488bc06c2560a47db195b7bde5c8793bd28931bf979f2605
 WHIRLPOOL 
4096a31a9f8316d26f1c52a7a82509b6cfc4411c7ce042037c182d2858fbbe794b3bf92c6c017ee99a7f0296ea9b44e9e37e78a8ee235669c73f00d3151822eb
 DIST google-chrome-stable_62.0.3202.75-1_amd64.deb 48725174 SHA256 
1d54877408fa494781fedb0982b77eab0bc38f86041d0739e87a5e3603148f30 SHA512 
d0a304b9007bb645b2ed0850edec186f068c21c9f15f336bb2e3b94c4b2a3f942e2c76fb7f627f741a1560774774469318edefaaf0875e0dbc3547d838559c25
 WHIRLPOOL 
bb9207b1dd4ca30d86302d73de9bd7cbbd6cfc727b8870990d346c2f101f463bbfc5312f0bbe41f8f6cf8862f2739d57c211d36afb81d64ad5ae92c2562f6e37
-DIST google-chrome-unstable_64.0.3251.0-1_amd64.deb 50499978 SHA256 
ca8f4ec300219c4cb94e22dab92d79dd64b66ad84fd83e32353c3d82661c SHA512 
d5b98e64e5dd3c39996ef67b273249686fe96db8aeb34f37b0ce0a4d71a59d88e228de58999b71b6fb7d63610d6a1d963c3702c4e3b7c85065ae328cbec0e5d6
 WHIRLPOOL 
35b734582de2e332fd640536c41736f7b27412e484196f412ac354d32255c4e151226881ceeb0412dfc77625890324706473e17cc63cd626800677c876cf964a
+DIST google-chrome-unstable_64.0.3253.3-1_amd64.deb 50500116 SHA256 
bc04986d4996eb595a0bb7783fb4104a375a3a7c4da7d108f300e33a58b52835 SHA512 
9cb2457bb2a0984286d56bc7d9d37066ec25d85f78c2420f7d2bae310be90385e81a67b003ae9e988c9be7d4001b6eefdb8235c2ca142405d3a081439be09469
 WHIRLPOOL 
d17f28529a822fe0938cf3ccfe4219b7c947ade0bc72f912631a9edeffc206af9a8721f25e63407c7f7554c4c8421381a1bd161a71a0d61ff4782aebe277004e

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

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



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

2017-11-02 Thread Vadim A. Misbakh-Soloviov
commit: 7fd087cc738bc61ae084a5eb5b8062b8e0121211
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Thu Nov  2 19:42:35 2017 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Thu Nov  2 19:42:35 2017 +
URL:https://gitweb.gentoo.org/proj/lua.git/commit/?id=7fd087cc

lua.eclass: revert c89-numbers on lua53

 eclass/lua.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/lua.eclass b/eclass/lua.eclass
index 79e80c8..c319f91 100644
--- a/eclass/lua.eclass
+++ b/eclass/lua.eclass
@@ -480,8 +480,8 @@ _lua_setFLAGS() {
LUA_LF="$(${PKG_CONFIG} --libs $(basename ${lua}))"
LUA_LF="${LUA_LF//-llua /-l$(lua_get_lua) }"
 
-   CFLAGS="${GLOBAL_CFLAGS} ${LUA_CF} -fPIC -DPIC -DLUA_C89_NUMBERS"
-   CXXFLAGS="${GLOBAL_CXXFLAGS} ${LUA_CF} -fPIC -DPIC -DLUA_C89_NUMBERS"
+   CFLAGS="${GLOBAL_CFLAGS} ${LUA_CF} -fPIC -DPIC"
+   CXXFLAGS="${GLOBAL_CXXFLAGS} ${LUA_CF} -fPIC -DPIC"
LDFLAGS="${GLOBAL_LDFLAGS} -shared -fPIC"
 
export CC CXX LD CFLAGS CXXFLAGS LDFLAGS PKG_CONFIG LUA_LF



[gentoo-commits] proj/lua:master commit in: dev-lua/mpack/

2017-11-02 Thread Vadim A. Misbakh-Soloviov
commit: 51e0b41f2baff035e5c37c75d45c381fa006e0ff
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Thu Nov  2 19:47:49 2017 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Thu Nov  2 19:47:49 2017 +
URL:https://gitweb.gentoo.org/proj/lua.git/commit/?id=51e0b41f

mpack: some cleanup in ebuild

 dev-lua/mpack/mpack-1.0.4.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-lua/mpack/mpack-1.0.4.ebuild b/dev-lua/mpack/mpack-1.0.4.ebuild
index a9b7d1b..c6ba6f3 100644
--- a/dev-lua/mpack/mpack-1.0.4.ebuild
+++ b/dev-lua/mpack/mpack-1.0.4.ebuild
@@ -43,10 +43,13 @@ DEPEND="
 "
 
 each_lua_prepare() {
+   # fixed in git HEAD
sed \
-e '/^LUA_/d' \
-i Makefile
+
if lua_is_jit; then
+   # fixed in git HEAD
sed \
-e '1i#define luaL_reg luaL_Reg' \
-i "${S}/lmpack.c"
@@ -56,9 +59,7 @@ each_lua_prepare() {
 each_lua_compile() {
local myemakeargs=(
USE_SYSTEM_LUA=yes
-#  LUA_INCLUDE="$(lua_get_incdir)"
-#  LUA_LIB=""
-   # ^ lua modules shouldn't ever link against liblua
+   MPACK_LUA_VERSION_NOPATCH="$(lua_get_abi)"
)
lua_default
 }



[gentoo-commits] proj/portage:master commit in: pym/portage/dep/, pym/portage/tests/resolver/

2017-11-02 Thread Zac Medico
commit: 7c58e37376166b787abae4713c398feee8abf902
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Nov  2 08:29:11 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Nov  2 19:41:56 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=7c58e373

dep_zapdeps: install new package, avoid downgrade (bug 635540)

Prefer to install a new package rather than to downgrade an
installed package. If the installed package should be
downgraded due to it being masked, then allow the downgrade.

Bug: https://bugs.gentoo.org/635540
Acked-by: Brian Dolbec  gentoo.org>

 pym/portage/dep/dep_check.py   | 11 ++-
 .../tests/resolver/test_or_downgrade_installed.py  | 97 ++
 2 files changed, 107 insertions(+), 1 deletion(-)

diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py
index 35caecc74..b33f7e5db 100644
--- a/pym/portage/dep/dep_check.py
+++ b/pym/portage/dep/dep_check.py
@@ -323,8 +323,10 @@ def dep_zapdeps(unreduced, reduced, myroot, 
use_binaries=0, trees=None):
want_update_pkg = trees[myroot].get("want_update_pkg")
downgrade_probe = trees[myroot].get("downgrade_probe")
vardb = None
+   vardb_match_pkgs = None
if "vartree" in trees[myroot]:
vardb = trees[myroot]["vartree"].dbapi
+   vardb_match_pkgs = getattr(vardb, 'match_pkgs', None)
if use_binaries:
mydbapi = trees[myroot]["bintree"].dbapi
else:
@@ -355,6 +357,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, 
trees=None):
all_use_satisfied = True
all_use_unmasked = True
conflict_downgrade = False
+   installed_downgrade = False
slot_atoms = collections.defaultdict(list)
slot_map = {}
cp_map = {}
@@ -419,6 +422,12 @@ def dep_zapdeps(unreduced, reduced, myroot, 
use_binaries=0, trees=None):
avail_pkg = avail_pkg_use
avail_slot = Atom("%s:%s" % (atom.cp, 
avail_pkg.slot))
 
+   if vardb_match_pkgs is not None and downgrade_probe is 
not None:
+   inst_pkg = vardb_match_pkgs(avail_slot)
+   if (inst_pkg and avail_pkg < inst_pkg[-1] and
+   not downgrade_probe(inst_pkg[-1])):
+   installed_downgrade = True
+
slot_map[avail_slot] = avail_pkg
slot_atoms[avail_slot].append(atom)
highest_cpv = cp_map.get(avail_pkg.cp)
@@ -487,7 +496,7 @@ def dep_zapdeps(unreduced, reduced, myroot, use_binaries=0, 
trees=None):

unsat_use_installed.append(this_choice)
else:

unsat_use_non_installed.append(this_choice)
-   elif conflict_downgrade:
+   elif conflict_downgrade or installed_downgrade:
other.append(this_choice)
else:
all_in_graph = True

diff --git a/pym/portage/tests/resolver/test_or_downgrade_installed.py 
b/pym/portage/tests/resolver/test_or_downgrade_installed.py
new file mode 100644
index 0..22307a5bc
--- /dev/null
+++ b/pym/portage/tests/resolver/test_or_downgrade_installed.py
@@ -0,0 +1,97 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+from portage.tests import TestCase
+from portage.tests.resolver.ResolverPlayground import (
+   ResolverPlayground,
+   ResolverPlaygroundTestCase,
+)
+
+class OrDowngradeInstalledTestCase(TestCase):
+
+   def testOrDowngradeInstalled(self):
+   ebuilds = {
+   'net-misc/foo-1': {
+   'EAPI': '6',
+   'RDEPEND': '|| ( sys-libs/glibc[rpc(-)]  
net-libs/libtirpc )'
+   },
+   'net-libs/libtirpc-1': {
+   'EAPI': '6',
+   },
+   'sys-libs/glibc-2.26': {
+   'EAPI': '6',
+   'IUSE': ''
+   },
+   'sys-libs/glibc-2.24': {
+   'EAPI': '6',
+   'IUSE': '+rpc'
+   },
+   }
+
+   installed = {
+   'sys-libs/glibc-2.26': {
+   'EAPI': '6',
+   'IUSE': ''
+   },
+   }
+
+   world = ['sys-libs/glibc']
+
+   test_cases = (
+   # Test bug 635540, where we need to 

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

2017-11-02 Thread Mike Pagano
commit: 73dbe1b32a55e690af53af2b37d50cd0e14b657b
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Nov  2 19:33:23 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Nov  2 19:33:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dbe1b3

sys-kernel/gentoo-sources: Linux patch cleanup for 4.13.X

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest | 27 -
 .../gentoo-sources/gentoo-sources-4.13.1-r1.ebuild | 28 --
 .../gentoo-sources/gentoo-sources-4.13.2.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.3.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.4.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.5.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.6.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.7.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.8.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.13.9.ebuild| 28 --
 10 files changed, 279 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index e97ad23c03d..ba092129ff4 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,39 +13,12 @@ DIST genpatches-4.12-14.extras.tar.xz 17360 SHA256 
1af3c73df08a680e8dede7f24554e
 DIST genpatches-4.12-15.base.tar.xz 247556 SHA256 
a8a14f85d7551b770c461e87c2108f24d520f255b40b4f2ba7660269ce9bf610 SHA512 
abd9f433fd6247fde9bd9c6655bd6cb90d56d4b3df6fed7f86872ff620f8502a7d277bd418c7d5d1667c792f85eb568b2cebe981cbd8bf4e4b7d7c3746e33d22
 WHIRLPOOL 
26a44d05019d19efd8fc7ae153c013ee050c81bc0f7d60644edc0b346c96c683c5b3664a1ee9694a93b77cfabc9a0240c9aeb1d6ecae670f7425aae95d4a54ea
 DIST genpatches-4.12-15.experimental.tar.xz 5188 SHA256 
0fb1a60a47025effcba3af7360ffb4995913b455cbf9f4dcd47e3c141f53dcc0 SHA512 
af85f2724f767062c06acefb230db5eaae6ae65c68b8d0ba52f7ea9f13cf07adc277929bc9a4e3532ec680c5c0d270d92f1786a21303390e33f41e592d9761c3
 WHIRLPOOL 
5eeb957c923a4b3db2724445a161bc0f395bb1ddb799d9aafb8509dfa78d15f0477a6ed2a14298d94aa1203d90d616457c46189ed71a87a4cc7b8972985db80f
 DIST genpatches-4.12-15.extras.tar.xz 17340 SHA256 
b22021fa7cb0f4254273fe61ba14e7c305b501de422709836648ec7950d81bd2 SHA512 
9080bff5dde940c4c96e18e9fd2a6b29946511424cd5bf6c7467efd7d1301a7401155514d97fa5a890339ba84525f36f7a4c272fece3faae3dfaaf24d1498ac1
 WHIRLPOOL 
f5a58a73291aebb4f7b2c0a9bab67605b9e41b9f495cafaaff2ad8581f93116692bf458b75b60ee1fdd9a803cc8643b99cd9fd3976512410c4fea66cba216e58
-DIST genpatches-4.13-10.base.tar.xz 185668 SHA256 
5388bef725321c0925413ca6d194502e1d2aa76a23cd24d37f0d7a7503bc2bb8 SHA512 
9c8ec7eed0847c3555e66f982484ceb92301cad82f9165c2d828c193019d2067200c2155ff79ee995955512076eb6877577ccb4a3835f1e70aa6210cd41993ab
 WHIRLPOOL 
01f030cc03f99d4858c6f38f21c2db52aa42b9aa9376069b67e2c7d025861be2c9ec1cd9eea49a0f59d5d32855afdf563e0f76cbe30bcabfe37f7d8fc7296f54
-DIST genpatches-4.13-10.experimental.tar.xz 5184 SHA256 
0b4da9e8c97825c17b90b86ab770fa27c6cc09df21df6e263c6a72adebb4d0b8 SHA512 
39a83b4fd596abc6d4004069969231ca8a767f72ba65aefd22ede2019c6436fb00d9e4b1426addc3e4dfb4357091046c88bd8d61895d45354cbeeb013ab601d3
 WHIRLPOOL 
35cd5b6164a6a77240149e99222a0bcc4308877b9e78005397fd9b321a2317717e8915b38159b7db76f2dcb577649777e1a1df16758b8be3a8be44e667175a02
-DIST genpatches-4.13-10.extras.tar.xz 17400 SHA256 
5f46f20a84b7a93b6f6d9faecde83999528f033a52f9435f0e91b737a13b98cb SHA512 
882f0d1461fb045d54ade39a7d432f9cc4bac27c07600074a4d714ecab42a6c96eb9af5f0cdb71c583afa3f5ff8b32616462957d9bd8fa029d5f1df1f6f8be14
 WHIRLPOOL 
c18205fc69ecb06aaa36e339548a59659c06f8fb021bc6556d49d249f2774b6870ff8e0d7d48386c5bc0bab6af70bba884048d3d8afc4852dcefea0d7ef01739
-DIST genpatches-4.13-11.base.tar.xz 191900 SHA256 
10a1f083294d384ef773daa5b21e7cec5ba0ef308a3174d82840b040848b5361 SHA512 
0d76a0bbe2e02e4c69ceee63ea99085eb83289a189821426c2a0b852a9f84d9b4c314be823933aa3a54e341848dcbf677ec5aa41da204075a8d190d976ffe0b1
 WHIRLPOOL 
168a842efa27a9c217a40de4346a5f39066bc5b8744ba18caef35fd2e18b2a389adee3b0d279e2bc1fad06ee35e23c55c62a559a53f63db9dc677f6b421c2866
-DIST genpatches-4.13-11.experimental.tar.xz 5184 SHA256 
6c467a131de9f49b78fecc652cf60f508f54a4f76a1fe150ef3f8c7c23f2429e SHA512 
920e3092cf3c984448d2571561d8a4249620fba60090f7939fae5667b830bb47ef2fe04453c4474117a1ab9ddc4b19c710e7ee7f75bc14b3d73c68f865a769f4
 WHIRLPOOL 
87d85128cc0291d93f69793a98adc592f528bc7bbb14a8910fbb215d47d8ae9766d33a918e10aeaada7782af43ec013919d2a739895fc15a24042bf8a60a5256
-DIST genpatches-4.13-11.extras.tar.xz 17404 SHA256 
75d973ece33bfb4cecf0a32282712c549303ae806f05fa9077395b0db068c125 SHA512 
4a0b196b4a7633a71d51b413b3641047228a1985cc601941d088329d884d39d9966de01fecd17f4a5fc472cd9a41a551bdf2819fb3b6928ec2af4596b60a5689
 WHIRLPOOL 

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

2017-11-02 Thread Mike Pagano
commit: 5f409cfcb26589e435d6dfacc4b05699760b11e0
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Nov  2 19:31:43 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Nov  2 19:31:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f409cfc

sys-kernel/gentoo-sources: Linux versions cleanup for 4.9.X

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest | 21 
 .../gentoo-sources/gentoo-sources-4.9.50.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.51.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.52.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.53.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.56.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.57.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.9.58.ebuild| 28 --
 8 files changed, 217 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 0249fed5e2d..e97ad23c03d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -58,27 +58,6 @@ DIST genpatches-4.4-99.extras.tar.xz 16468 SHA256 
81dfdeded11c555682d1f634f28e83
 DIST genpatches-4.9-51.base.tar.xz 1001928 SHA256 
4a329d66dedfad74d8d03bb3d13b6aa2ef04d20ccf2520d39b72b0afab5cbfa9 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 WHIRLPOOL 
c73a7b7c12e399439b3f97061646aeadab5120aaab2c8f8852416ccdbb6a77949b4946a31c1abad910ee1fbc837bef3e86975fd9242a3b8649fbb77f0dddf7ca
 DIST genpatches-4.9-51.experimental.tar.xz 106416 SHA256 
19a1d1355f4328e9703157b2a37acd97af98952e73c6d3d18b49f6a35a6064b3 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 WHIRLPOOL 
23d8d92dadd653c1ef59d8aeab08f3e10246e3dc73ac8e106e1bb51b18c597324188eda0775095d3759829c6095cd06e9634431d86900ca3aca0ec6719ab2ef5
 DIST genpatches-4.9-51.extras.tar.xz 17356 SHA256 
71d1693dc64d8473b41f5e80e7727b6cc0a74fb632511b3fec0b46a57c0dc26d SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e
 WHIRLPOOL 
50d19a31d7cea180980fefa87ef14d13d844539968a353a4c15e86c86913b66e2c8abb45fde999878afd96b78a4e9d81158716a1cbc0f7a6e5fd5c26b33b05b1
-DIST genpatches-4.9-52.base.tar.xz 1005324 SHA256 
2c82e925d4189ae88764ea5ebdade33eeab928ef3f17416639bbdeae847f666f SHA512 
b7fb1f54548221e9cb62c4ef0a0c21452ac8bbfc0b44562365534010dfce809ddee7c87c06c43011b61f07dbea5d314a56182d73a37535954331357fda1c96f9
 WHIRLPOOL 
d31a223bd1d4b21f72430b5e5fa18b5260ad63c599f949bc269787ae72ff90bc0c63ad2b69a4681f4177641ea2979dc04aab126f8f12f26b05af18be7b086e26
-DIST genpatches-4.9-52.experimental.tar.xz 106380 SHA256 
31b3fb3e2e6d063b27b7edb8d77e3f018a88e951b12152fbf0a8554e2c3fdd73 SHA512 
77a349203acb4a58c984a5f381fd3cae5ea4f10fe0421f1d0355416bba99aec0f0352c6c3df6a19c8cbfa5ac90713d64eb87215c1f0fe34bdd20f076fa1b66db
 WHIRLPOOL 
c27c7b5bbe30dde070f36c044f49a0cd7578ab2126b7bfbf2ff130204742997604f82420418d54d4543efff0cc41bc4ae3f9f7e4929b5f9d7255ee9ac8228fa0
-DIST genpatches-4.9-52.extras.tar.xz 17360 SHA256 
1af3c73df08a680e8dede7f24554ebd7160fbf4ce3fcbd8d7d008ba6d5bfd720 SHA512 
13575b5ba7abb4873c53681ce263ebe0b299edff0be30e6bb9331ef165a88e657009d956a18ed2c3909241e160ed0e9a9680b6e894886bfcd6c8c3b5410ea069
 WHIRLPOOL 
c5070dcb58f0d2fbdb11dbaa02ba83244059c7cc710e66d36a2f604456e74d8bbe674cebfe87dc35fdc0448a6c5bc5f74c43f14a8c40faf17ae03aef6ac8d45a
-DIST genpatches-4.9-53.base.tar.xz 1032388 SHA256 
f36bd451866b656bf3e7dd4f5accb03e61c332aa3c9837b2bbe4697a87198cc8 SHA512 
4a17fcb0f8f86baad909e808a53c6b6b04480e582d6f00e86225e4a60463e942ecc02f0de822acd733eae870c1d76aab3b295d2c0b7c79a22e2b6211b93a6d29
 WHIRLPOOL 
c88fad18a5a390f868035057fd7485fe5d6e09a8f77f1bfbc5816968ffa6f5cc1f38b1b6427ccf9f2f1043dea04dc27e131c632a11f5e985610345b7a5cda72f
-DIST genpatches-4.9-53.experimental.tar.xz 106396 SHA256 
d7c1f6c822d7fa5dc33b290d909e4432d66fecf98eab1f641f4af948aaa9c4b2 SHA512 
4e2831bd84a18b204739d93ca3a33ed19224da614e12823a90181dea6213dbbffa5e52e4db1a9529abf9d762af6c918da33936231f7def4c82e95e766b32394a
 WHIRLPOOL 
8c3f16bc66e6b676508fd4752fca8c00dd7e496ae64ed3ae957dca8b4e6ac3d2d299400550c4f1af2a3c5da3c370c472a330cdd6ada93bd388ae49dfef034b49
-DIST genpatches-4.9-53.extras.tar.xz 17340 SHA256 
b22021fa7cb0f4254273fe61ba14e7c305b501de422709836648ec7950d81bd2 SHA512 
9080bff5dde940c4c96e18e9fd2a6b29946511424cd5bf6c7467efd7d1301a7401155514d97fa5a890339ba84525f36f7a4c272fece3faae3dfaaf24d1498ac1
 WHIRLPOOL 
f5a58a73291aebb4f7b2c0a9bab67605b9e41b9f495cafaaff2ad8581f93116692bf458b75b60ee1fdd9a803cc8643b99cd9fd3976512410c4fea66cba216e58
-DIST genpatches-4.9-54.base.tar.xz 1053504 

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

2017-11-02 Thread Mike Pagano
commit: 8f0661d302c0add8e199d7bf04c7307f4a355313
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu Nov  2 19:29:48 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu Nov  2 19:29:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0661d3

sys-kernel/gentoo-sources: Linux patch 4.4.X cleanup

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 sys-kernel/gentoo-sources/Manifest | 21 
 .../gentoo-sources/gentoo-sources-4.4.88.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.89.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.90.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.91.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.92.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.93.ebuild| 28 --
 .../gentoo-sources/gentoo-sources-4.4.94.ebuild| 28 --
 8 files changed, 217 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 1e0019ee3a1..0249fed5e2d 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -52,27 +52,6 @@ DIST genpatches-4.4-100.extras.tar.xz 16464 SHA256 
68ddbd5cbab566284824a0458e409
 DIST genpatches-4.4-91.base.tar.xz 1428436 SHA256 
d6c806bd868856a9021b35d0bc3ced37029c8803846d6b251fe7fefadfe46c69 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 WHIRLPOOL 
8de12e7bdba76256e8fc41738605bbe961fa3fa0ccbe1fccaf0c8cb3708c692bb65a27db7675e42ce5558a22c81b9017742b14d6776ee2b93f4d1d92535942a9
 DIST genpatches-4.4-91.experimental.tar.xz 87760 SHA256 
e04a99c94b4dd9f5856dd08ed4b286b19c765d8d0fe40237dce256f7c874dbf8 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 WHIRLPOOL 
fb6306af0191198d466b3349c348139342a70de118bcce0563e3209a7ead8a9d56291f3a4155ba4a4d211db8fc1e20ddec3a3b463d62fff5375df823646f7b02
 DIST genpatches-4.4-91.extras.tar.xz 16468 SHA256 
6cc85cbae6d2ccf087104b5f719abf10d186d3b630572caeb1906c344c66de76 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d
 WHIRLPOOL 
81f8fa1676856f0941bc6d09e7e602d2213740bed6edc914d9341bad590650d5a5249fd8bbd2d640380a638ce2a12fd4ec66e0c3753c8d9d22c1fa2c3f07aacb
-DIST genpatches-4.4-92.base.tar.xz 1433276 SHA256 
dfe3051458c5d39c8ee9c61f63b0b29f8b3bc26efc0e4010f91cd25c31fd6dfd SHA512 
ad6e1aaf436065b6b896e3409bd334da1bd6686d83b0f137db0a392550479cf2e9606799630ac00029e49f7816ebcccb14fb2ede65b634447dd6a98a854d917b
 WHIRLPOOL 
98985a30f1d1c81deaf5b32740cde7ff9b109dd94c0f9d641783a68a33f108d7818e5e53a57cff517376c396d40778223c068b6a778670499bddedd63339841f
-DIST genpatches-4.4-92.experimental.tar.xz 87788 SHA256 
a7ed5ca7822a7d3f69cdc1b693d808b627e9bb283843916b8bd45c676d19922b SHA512 
7bd52a7d4547dea44bb403a2234f377011a72f69e3a466566f6c86e773e48ed6a76fa321d5664d4c0a8386d402bfc45ece1f59d0dc6b6fdfe1bbeee24e6c1c64
 WHIRLPOOL 
a21924bfd2f548f6fa6ca58b5bd971d47afc8aa5d02d6d975675ca1ab136326b18002eca68baa7692bc99b5f03c5cfd33c907676ff387eec7019f8510b297570
-DIST genpatches-4.4-92.extras.tar.xz 16468 SHA256 
ff94045f614320fc7060c48b4952ff30085f86a7080fa388f4cfe65338268052 SHA512 
ad1659644ab6351cfd7942f1fe460b4293eef573cfbb3aa9ba8a15cfa6b9d28de339d46a47d43b2be4c110214765948f0162978cf26c8d184e3973c1a2d823ed
 WHIRLPOOL 
5ec5b6a7d5d7f32e4fa3d3c75601b02c7ab5cfd126f4c0abde8f11782b69b8d1f2b38a471d056b60ba7d1662f9a2372d0068aa4338e7f002e1f1f43dc917ff37
-DIST genpatches-4.4-93.base.tar.xz 1447972 SHA256 
6e3df3e0fbd4b53b6a2dee29c6b7061229b7659834798fb8f0321006ec86dba6 SHA512 
a4acd8ece7f2c31ba2673e3868c91d0fc9e0b9eaec7bf6192c7072776b8ee5ecac6c4ab4e5d8da43d306527d05fe057e2dffbb3f1aec07f4e2e887f26b7caa36
 WHIRLPOOL 
bfb076b708f0ee7833e47a0cb87b7ff2f590ddb46b7673836ec868e7dc52207f056a927b37364e79ccba9dc046ec9521df83b59b273a0f70ff93604d9b9d6fe9
-DIST genpatches-4.4-93.experimental.tar.xz 87784 SHA256 
b8c3ffc21ac844ac68a4936421ebb37db2ab51ad3581ec49a68d780649183bce SHA512 
daf1279b08d9c4ab416fb3d1edf9ecd0da8ef4f06d4ffb86917d74f3902bec20f415404e986afb1c93f3708b97e89404c8ce53670b4589888788bd47efbb8c5f
 WHIRLPOOL 
c11b0b07249fce11dd6daa8a3b61fc68a7d8fb99c9027ce5086ea92d70b8c595ac08b5f9ca2312bd2b697cae086a47747ecedb9252214053c7ef758840eed9ae
-DIST genpatches-4.4-93.extras.tar.xz 16464 SHA256 
2aba285ccbffee2ffedc8f2baba8ab9844fcacb3bfdc4713632ff26662975bea SHA512 
f7bcfc34534d1b731861990f429a5cb3b29fc43ace6cbb5b321338661fa1482bd13f51c25691aab79d5464c822f5bfb5a30eaefb685acd50601dd9462cc0e9ee
 WHIRLPOOL 
1b9a9e3b690676ef1245d032e6ff4bb9b01e4b72669896d45c3fc03add744cf42133a17c0a9097b5f3a3b6d87b14e80ad9a69772a1336d3a92e71a82dea14f0a
-DIST genpatches-4.4-94.base.tar.xz 1456336 SHA256 

[gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/

2017-11-02 Thread Amy Liffey
commit: 942136754419da6b027d1b28625909819c6b8eac
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Nov  2 19:26:42 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Nov  2 19:27:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94213675

app-crypt/codecrypt: version bump 1.8

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-crypt/codecrypt/Manifest |  1 +
 app-crypt/codecrypt/codecrypt-1.8.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-crypt/codecrypt/Manifest b/app-crypt/codecrypt/Manifest
index 450088c5442..a746b40ac7f 100644
--- a/app-crypt/codecrypt/Manifest
+++ b/app-crypt/codecrypt/Manifest
@@ -1,3 +1,4 @@
 DIST codecrypt-1.7.2.tar.gz 446975 SHA256 
dfe932b6aa18e85d3f1f5324dd11f1b02a75e2225748d91e07020b31eb721906 SHA512 
4ad2ad9e665e486e353b48efff344436b276eac2dcbddcf4330796b8f1f06284eaeec9c4f4ef63f61e4477c3bce0973f60f76291dce11bee31a75658bee6a3a0
 WHIRLPOOL 
804980127104da801556a2bc09cd018a215a68c10147e0a2f2380e5f0c92f4063b390533d65a1a4d810e6c27ae912897a345a025d48362d2937c8e8ebfa5d527
 DIST codecrypt-1.7.5.tar.gz 464250 SHA256 
873b6849bfb2ac0a530935da43422a763bc5763a01026c467ebe164eb41c3cc3 SHA512 
237459ec4387f068d39946c1360e27b02f1cfd34a78eef0d3c3eccf31604f3d27b9e5c9c091b88257231bff02f7bf9fb82f7a9e8a8e8a6bbc27091c83ab1f880
 WHIRLPOOL 
ecfcfaf62e59d1f62000e7c1c4a290483c7731f90e1271b1b0acfbc58cf1ce0799b23cb616f5b4d8ee5fc5a2e670d5c148ea1d893abae63aed18dec87ec843a6
 DIST codecrypt-1.7.6.tar.gz 463999 SHA256 
6cb8728d7fee9eafdee1277fae810955f1c418755ccfa69ec8c1e86cac6c9873 SHA512 
1bd1432c75985d2ff968095bcb9e23ea2c6e91bd7009c9c50a5ab90123e14db0937e0a945a20a6c7f540a5b52e3f1d9ea2dbf779406d43a203f1d1bcafb94406
 WHIRLPOOL 
af45ef6d548ad5e39268ea408c54e2235a90566a22fe9dc9e38882c1ede093835460a81bae128e49272344e0332c2fe0379fcd6c2858d97f3c9521c9d0259d45
+DIST codecrypt-1.8.tar.gz 471273 SHA256 
3be7c2a548aa336dbac706c3cab2071664d02b11652c16c02a8b4fb5cac6bc88 SHA512 
0e452f4e93498faa671a5927a3dd93b6dc66cbda7eb71cb33a509f8608573eff5ac8fed0d5e09911e03c153b88c9cb1bb54f7b2aeeb7b6c31eec918ad9685102
 WHIRLPOOL 
7fec87cb92be770d2bf4e6a5b6d4c17ee26740b19155bb59ae1e0bef8ddd01922b388bf907207ab575155bcc18eab9e632b65e4f02ae0adc970528d058361ee7

diff --git a/app-crypt/codecrypt/codecrypt-1.8.ebuild 
b/app-crypt/codecrypt/codecrypt-1.8.ebuild
new file mode 100644
index 000..f885b161e89
--- /dev/null
+++ b/app-crypt/codecrypt/codecrypt-1.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Post-quantum cryptography tool"
+HOMEPAGE="http://e-x-a.org/codecrypt/;
+SRC_URI="http://e-x-a.org/codecrypt/files/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+cryptopp"
+
+DEPEND="dev-libs/gmp:=
+   cryptopp? ( dev-libs/crypto++ )
+   sci-libs/fftw:3.0"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   # workaround -- gentoo is missing crypto++ pkg-config file
+   sed -i -e 's/PKG_CHECK_MODULES(\[CRYPTOPP\],.*/LDFLAGS="$LDFLAGS 
-lcrypto++"/' configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with cryptopp )
+}



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

2017-11-02 Thread Robin H. Johnson
commit: c7f43abeadcb7d5f40884d25ca469f4597f64e19
Author: Guillaume Seren  gmail  com>
AuthorDate: Wed Nov  1 18:48:18 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Thu Nov  2 19:11:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f43abe

dev-vcs/git: Add version bump 2.15.0

Bug: https://bugs.gentoo.org/636182
Closes: https://bugs.gentoo.org/636182
Closes: https://github.com/gentoo/gentoo/pull/6104
(cherry picked from commit 463d17a175ca5cbea8a254dbbca37003f538c484)
Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.15.0.ebuild | 699 ++
 2 files changed, 702 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 7c43616b077..714621c0f6e 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -3,13 +3,16 @@ DIST git-2.13.6.tar.xz 4756820 SHA256 
bce97e403bea34f50378e90ade10c12666b2382cc2
 DIST git-2.14.2.tar.xz 4800208 SHA256 
50e9723996114ad1eec4dda89960d9fe34461749ae42031008a261fedd03c7a1 SHA512 
fe99486e0aef8d73dace3081bbd62bc6d08bc13868b98c905f7833458fdfc464eea504ae2961f4a2f38892cb0e76b533a50a2cacdf07c9ad9f8106e7ac1c353c
 WHIRLPOOL 
af0d166fc00aea8a4a77984e8bf92f6fb3abc854263316961683e5e27c8adbe1d73a3384b4d14c2ce762d75fd95f67da9a95a3fd3eca4d6747eb1850ab7b084e
 DIST git-2.14.3.tar.xz 4802252 SHA256 
5330960dd52467f6e5bf1931b9fd42b76d3f8ce9bc75150b54ecfb57d407151d SHA512 
e32e9ff904cbc2a77d78ca08953e3b69ac527c333a898dd053806e3d7e684ad4ae153ae7663b7ff9c16e2414c3189878a2e6c95fe9320b4af6cb1e7fa5102643
 WHIRLPOOL 
2ea153e7e32653a86d166c151c2dde5b1e3e1220cfead1ad771ae183aa0f73f04c77f51811f8a0f005f4c3590a288dcd98be8211dfcb989ef7d29328185f1de9
 DIST git-2.15.0.rc2.tar.xz 4838680 SHA256 
df624082e8e26ea94a6794da7a14861ff3724d98f1368ebbf85520741083f895 SHA512 
7a9415ecac4a0ee5f7058efaec5e72f857fd4972ebcedfb04924e431a2d093ee146a16e88fe053990367488ed550b8f7d9fa7db03819a2dc39bc0a6b013171a0
 WHIRLPOOL 
4bc4f74d28306ccb60a3ab60d6f0daa3a1a4897e054589fb7c374f53269ab4b3e62cd386368a91a5736632183a09d69878350aa0f18c76e41b74c7c89aeaf63e
+DIST git-2.15.0.tar.xz 4892056 SHA256 
107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a SHA512 
994704b440ebce104a99d815dd713af3173f29e70646d7135c3fcd1ac4694a26e499f0732843606c397cbf6108809eb397546c837623a4adbe1ccb2fc825cb64
 WHIRLPOOL 
f03b8ba84c9e1e78680571af94b7b166774eab002ceb724c94c02b58d40b70fff7fc314ab5ee95cd2c8ae3dcf02355c8bb5f280f201efb8105c2015bda94cc71
 DIST git-htmldocs-2.13.5.tar.xz 1110236 SHA256 
f5f10d82156547dc91798772f36d7515a824c9a28f22521f0094e1a4dc08 SHA512 
0ba006ddc35325052be4d969a3a966ec1be7954dcc1676b9914953720e56f3c9a4522541d964c6ff08a921c35f983213eacd00b99db5d97b97ea8f5c1181ed73
 WHIRLPOOL 
020963c8544dba6acc4b0e681a844b6a9f332b3b3469c056d678791afacab54f4badd956137b21d3a5d2ea465a83f05d815a2c066f71fade41a58e8f802088bd
 DIST git-htmldocs-2.13.6.tar.xz 1110668 SHA256 
cdc39ecc8d1ce09f7b865832ebbc466441beb61d1aad4c7796514520220dabf0 SHA512 
9eb26f04836620bf4486d3bb2a170ab2b0af319f7f53e2677f4c1445767f5c3521cfdbb274dcc4df2bfd2fc5bf0ca18c6a4a9ca0b9f957c53f66e530684af6cc
 WHIRLPOOL 
126d8ae25c71dc4e6a6eb20ba611cd2eaf94ea8f4f89fde82b2d05044e93f425d9812559db5599b557a1a8f5832cc41d0651b421d265219c257351fe7fb41f2b
 DIST git-htmldocs-2.14.2.tar.xz 1115940 SHA256 
a36661e81e5b21e788cd84e11860bcd0cafa402eff06e6371415a5a0e0b80dfb SHA512 
c5dda319713a98b9f655a04fbb4dfcba4cc60fe22586bae73a88111d96cd8da989060b8450549a32a5c5bf5bc8ce735e73055ce72b8bf5d3b4fcec2040fa196b
 WHIRLPOOL 
1b47b798ae00f29e84862b973f4e284076eba84992f52b92903b56d50f0a463aac011fdcb3ea0b4859d2cf8661eb24c5faf4569ed22de952e293df95ca9a0438
 DIST git-htmldocs-2.14.3.tar.xz 1116824 SHA256 
9d28b922ad861bf747ca34a4f083efa3ce41ca39cccb0dfab8bdcf0b58694ccb SHA512 
a73160724f944832f915ff29c557e2a968d6c5ae5c4e9759d96444af8841e52a1193d50a74f01deb1ec5ef03b3301897bd85c5ebb82ac22d8188d528629d74d4
 WHIRLPOOL 
748cf71a16871cb91e84f7fdd4a2f6beeaf05d514a7e6ea34d02256a8196d0f9814db252c98d6178643ae183f31813cadf9b7056b61ab4478c157e2236cc71bd
 DIST git-htmldocs-2.15.0.rc2.tar.xz 1132916 SHA256 
4b5b38eb028356cda303add5d6132b94b744c2b7d4aadd7fe99ee2b6bf24e964 SHA512 
5ad647e9db64f3f048560d032ca6bf712b45c64ba87a8443462e392c11bb23d28d094139edac800608202320de0d62944c421b5bedf727aefc78ff3823999626
 WHIRLPOOL 
fb441afed5d1d5bb8432d733febe26d972e334433b35d68c57ce63a773f4b5e189a975ce634a83d7f1405d93d03dfb0e2aaa24b9552dc8ef5c13ec712f930f2d
+DIST git-htmldocs-2.15.0.tar.xz 1132908 SHA256 
79b2029855eeab2a01f38baeeabf6fbd222ea6de02457f0d5b9f2325cf96c514 SHA512 
a3ed8dd5ba7a35eb89b375a04bea2aee8ad08744ba4e0016842595491fd9ed95cebc969108865f4075271301fecc75e89393f83ac384abf8b74a0b3acee3b67e
 WHIRLPOOL 
8857bb03b1ce7b958950daf171f5797c39711b868fd901f92c88682c9ce4aeabfd3013a49d74c922f23f09a04520534e45b4b3d498f945137b5f4b02a8f3e1a0
 DIST git-manpages-2.13.5.tar.xz 407640 SHA256 
1dde688dda9162605ae27e4ad1b55c65c056b3e7cd70972b7e1d6bd2b743394d SHA512 

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 75bbb25e8db29a3d09b7da57f3b9fd9bddd79e11
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 18:19:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=75bbb25e

glep-0074: Remove OPTIONAL

 glep-0074.rst | 29 -
 1 file changed, 4 insertions(+), 25 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index b7b5a8c..f256451 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -148,13 +148,7 @@ used:
 
c. otherwise, the verification succeeds.
 
-3. If the file is covered by an entry of the ``OPTIONAL`` type:
-
-   a. if the file is present, then the verification fails,
-
-   b. otherwise, the verification succeeds.
-
-4. If the file is present but not listed in Manifest, the verification
+3. If the file is present but not listed in Manifest, the verification
fails.
 
 Unless specified otherwise, the package manager must not allow using
@@ -221,13 +215,6 @@ The Manifest files can specify the following tags:
   in non-strict mode. Used for files that do not affect the installed
   packages (``metadata.xml``, ``use.desc``).
 
-``OPTIONAL ``
-  Specifies a file that does not exist in the distribution but if it
-  did, it would be marked as ``MISC``. In the strict mode, the file
-  must not exist for the verification to pass. The package manager
-  may ignore a stray file matching this entry if operating in non-strict
-  mode.
-
 ``DIST   …``
   Specifies a distfile entry used to verify files fetched as part
   of ``SRC_URI``. The filename must match the filename used to store
@@ -272,8 +259,8 @@ can be used:
 4. Process all ``IGNORE`` entries. Remove any paths matching them
from the *present* set.
 
-5. Collect all files covered by ``DATA``, ``MISC``, ``OPTIONAL``,
-   ``EBUILD`` and ``AUX`` entries into the *covered* set.
+5. Collect all files covered by ``DATA``, ``MISC``, ``EBUILD``
+   and ``AUX`` entries into the *covered* set.
 
 6. Verify the entries in *covered* set for incompatible duplicates
and collisions with ignored files as explained in `Manifest file
@@ -550,12 +537,6 @@ It aims to account for two use cases:
 2. Accounting for automatically generated files that might be updated
by standard tooling.
 
-The traditional ``MISC`` type is amended with a complementary
-``OPTIONAL`` tag to account for files that are not provided
-in the specific repository. It aims to ensure that the same path would
-be non-fatal when provided by the repository but fatal when created
-by the user tooling.
-
 
 Timestamp field
 ---
@@ -643,9 +624,7 @@ on providing them via an additional rsync module.
 
 If such files were injected into the repository, they would cause strict
 verification failures of Manifests. To account for this, Infra could
-provide either ``OPTIONAL`` entries for the Manifest files to allow them
-in non-strict verification mode, or ``IGNORE`` entries to allow them
-in the strict mode.
+provide ``IGNORE`` entries to allow them to exist.
 
 
 Splitting distfile checksums from file checksums



[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 5969f66c0443faa4725003c9e8badc63de51
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:27:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=5969

glep-0074: Apply more suggestions from Robin

 glep-0074.rst | 40 +---
 1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index 425381f..1147e62 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -8,7 +8,7 @@ Type: Standards Track
 Status: Draft
 Version: 1
 Created: 2017-10-21
-Last-Modified: 2017-10-29
+Last-Modified: 2017-10-30
 Post-History: 2017-10-26
 Content-Type: text/x-rst
 Requires: 59, 61
@@ -99,9 +99,12 @@ format. However, the signature verification can be omitted 
if it is
 covered by a signed top-level Manifest.
 
 The Manifest files can also specify ``IGNORE`` entries to skip Manifest
-verification of subdirectories and/or files. Files and directories
-starting with a dot are always implicitly ignored. All files that
-are not ignored must be covered by at least one of the Manifests.
+verification of subdirectories and/or files. The package manager can
+support injecting ignore paths to account for additional files created,
+modified or removed by user's processes that would not be ignored
+by existing rules. Files and directories starting with a dot are always
+implicitly ignored. All files that are not ignored must be covered
+by at least one of the Manifests.
 
 A single file may be matched by multiple identical or equivalent
 Manifest entries, if and only if the entries have the same semantics,
@@ -517,21 +520,25 @@ The top-level Manifests optionally allows using a 
``TIMESTAMP`` tag
 to include a generation timestamp in the Manifest. A similar feature
 was originally proposed in GLEP 58 [#GLEP58]_.
 
-A malicious third-party may use the principles of exclusion and replay
-to deny an update to clients, while at the same time recording
-the identity of clients to attack. The timestamp field can be used
-to detect that.
+A malicious third-party may use the principles of exclusion or replay
+[#C08]_ to deny an update to clients, while at the same time recording
+the identity of clients to attack. The timestamp field can be used to
+detect that.
 
 In order to provide a more complete protection, the Gentoo
 Infrastructure should provide an ability to obtain the timestamps
 of all Manifests from a recent timeframe over a secure channel
 from a trusted source for comparison.
 
-Strictly speaking, this is already provided by the various
-``metadata/timestamp.*`` files provided already by Gentoo which are also
-covered by the Manifest. However, including the value in the Manifest
-itself has a little cost and provides the ability to perform
-the verification stand-alone.
+Strictly speaking, this information is already provided by the various
+``metadata/timestamp*`` files that are already present. However,
+including the value in the Manifest itself has a little cost
+and provides the ability to perform the verification stand-alone.
+
+Furthermore, some of the timestamp files are added very late
+in the distribution process, past the Manifest generation phase. Those
+files will most likely receive ``IGNORE`` entries and therefore
+be not suitable to safe use.
 
 
 New vs deprecated tags
@@ -699,8 +706,8 @@ ensured:
 - the Manifest files inside the package directory can be signed
   to provide authenticity verification,
 
-- if the Manifest files inside the package directory are compressed,
-  a uncompressed file of identical content must coexist.
+- an uncompressed Manifest file must exist in the package directory,
+  and a compressed Manifest of identical content may be present.
 
 Once the backwards compatibility is no longer a concern, the above
 no longer needs to hold and the deprecated tags can be removed.
@@ -777,6 +784,9 @@ References
 .. [#STREEBOG] GOST R 34.11-2012: Streebog Hash Function
(https://www.streebog.net/)
 
+.. [#C08] Cappos, J et al. (2008). "Attacks on Package Managers"
+   
(https://www2.cs.arizona.edu/stork/packagemanagersecurity/attacks-on-package-managers.html)
+
 .. [#GEMATO] gemato: Gentoo Manifest Tool
(https://github.com/mgorny/gemato/)
 



[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: a744fc8a88d48186b0c68c8282cd6d6d47212285
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 18:43:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=a744fc8a

glep-0074: Deprecate MISC and remove non-strict behavior

 glep-0074.rst | 93 +--
 1 file changed, 59 insertions(+), 34 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index f256451..eee863a 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -49,16 +49,10 @@ This specification is designed with the following goals in 
mind:
 1. It should provide means to ensure the authenticity of the complete
repository, including preventing the injection of additional files.
 
-2. Like the original Manifest2, the files should be split into two
-   groups — files whose authenticity is critical, and those whose
-   mismatch may be accepted in non-strict mode. The same classification
-   should apply both to files listed in Manifests, and to stray files
-   present only in the repository.
-
-3. The format should be universal enough to work both for the Gentoo
+2. The format should be universal enough to work both for the Gentoo
repository and third-party repositories of different characteristics.
 
-4. The Manifest files should be verifiable stand-alone, that is without
+3. The Manifest files should be verifiable stand-alone, that is without
knowing any details about the underlying repository format.
 
 
@@ -205,15 +199,9 @@ The Manifest files can specify the following tags:
   verification (always pass).
 
 ``DATA   …``
-  Specifies a file subject to obligatory Manifest verification.
-  The file is required to pass verification. Used for all files directly
-  affecting package manager operation (ebuilds, eclasses, profiles).
-
-``MISC   …``
-  Specifies a file subject to non-obligatory Manifest verification.
-  The package manager may ignore a verification failure if operating
-  in non-strict mode. Used for files that do not affect the installed
-  packages (``metadata.xml``, ``use.desc``).
+  Specifies a regular file subject to Manifest verification. The file
+  is required to pass verification. Used for all files that do not match
+  any other type.
 
 ``DIST   …``
   Specifies a distfile entry used to verify files fetched as part
@@ -233,6 +221,11 @@ allowed at the package directory level:
 ``EBUILD   …``
   Equivalent to the ``DATA`` type.
 
+``MISC   …``
+  Equivalent to the ``DATA`` type. Historically indicated that
+  the package manager may ignore a verification failure if operating
+  in non-strict mode. However, that behavior is deprecated.
+
 ``AUX   …``
   Equivalent to the ``DATA`` type, except that the filename is relative
   to ``files/`` subdirectory.
@@ -378,11 +371,11 @@ for a package directory would have the following content::
 
 DATA SphinxTrain-0.9.1-r1.ebuild 932 SHA256 3d3b.. SHA512 be4d..
 DATA SphinxTrain-1.0.8.ebuild 912 SHA256 f681.. SHA512 0749..
+DATA metadata.xml 664 SHA256 97c6.. SHA512 1175..
 DATA files/gcc.patch 816 SHA256 b56e.. SHA512 2468..
 DATA files/gcc34.patch 333 SHA256 c107.. SHA512 9919..
 DIST SphinxTrain-0.9.1-beta.tar.gz 469617 SHA256 c1a4.. SHA512 1b33..
 DIST sphinxtrain-1.0.8.tar.gz 8925803 SHA256 548e.. SHA512 465d..
-MISC metadata.xml 664 SHA256 97c6.. SHA512 1175..
 
 
 Rationale
@@ -521,21 +514,48 @@ it. Those directories were ``distfiles``, ``local`` and 
``packages``. It
 could be also used to ignore VCS directories such as ``CVS``.
 
 
-Non-obligatory Manifest verification
-
+Non-strict Manifest verification
+
 
-While this specification recommends all tools to use strict verification
-by default, it allows declaring some files as non-obligatory like
-the original Manifest2 format did. This could be used on files that do
-not affect the normal package manager operation.
+Originally the Manifest2 format provided a special ``MISC`` tag that
+was used for ``metadata.xml`` and ``ChangeLog`` files. This tag
+indicated that the Manifest verification failures could be ignored for
+those files unless the package manager was working in strict mode.
 
-It aims to account for two use cases:
+The first versions of this specification continued the use of this tag.
+However, after a long debate it was decided to deprecate it along with
+the non-strict behavior, and require all files to strictly match.
 
-1. Stripping down files that are not strictly required to install
-   packages from repository checkouts.
+Two arguments were mentioned for the usefulness of a ``MISC`` type:
 
-2. Accounting for automatically generated files that might be updated
-   by standard tooling.
+1. being able to reduce the checkout size by stripping unnecessary
+   files out, and
+
+2. being able to run update automatically generated files 

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: e5f475eebfbab4a7d0a090bfddbdea1e26c82d75
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 13:19:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=e5f475ee

glep-0074: Full-tree verification using Manifest files

 glep-0074.rst | 749 ++
 1 file changed, 749 insertions(+)

diff --git a/glep-0074.rst b/glep-0074.rst
new file mode 100644
index 000..e9f8bad
--- /dev/null
+++ b/glep-0074.rst
@@ -0,0 +1,749 @@
+---
+GLEP: 74
+Title: Full-tree verification using Manifest files
+Author: Michał Górny ,
+Robin Hugh Johnson ,
+Ulrich Müller 
+Type: Standards Track
+Status: Draft
+Version: 1
+Created: 2017-10-21
+Last-Modified: 2017-10-26
+Post-History: 2017-10-26
+Content-Type: text/x-rst
+Requires: 59, 61
+Replaces: 44, 58, 60
+---
+
+Abstract
+
+
+This GLEP extends the Manifest file format to cover full-tree file
+integrity and authenticity checks.The format aims to be future-proof,
+efficient and provide means of backwards compatibility.
+
+
+Motivation
+==
+
+The Manifest files as defined by GLEP 44 [#GLEP44]_ provide the current
+means of verifying the integrity of distfiles and package files
+in Gentoo. Combined with OpenPGP signatures, they provide means to
+ensure the authenticity of the covered files. However, as noted
+in GLEP 57 [#GLEP57]_ they lack the ability to provide full-tree
+authenticity verification as they do not cover any files outside
+the package directory. In particular, they provide multiple ways
+for a third party to inject malicious code into the ebuild environment.
+
+Historically, the topic of providing authenticity coverage for the whole
+repository has been mentioned multiple times. The most noteworthy effort
+are GLEPs 58 [#GLEP58]_ and 60 [#GLEP60]_ by Robin H. Johnson from 2008.
+They were accepted by the Council in 2010 but have never been
+implemented. When potential implementation work started in 2017, a new
+discussion about the specification arose. It prompted the creation
+of a competing GLEP that would provide a redesigned alternative to
+the old GLEPs.
+
+This specification is designed with the following goals in mind:
+
+1. It should provide means to ensure the authenticity of the complete
+   repository, including preventing the injection of additional files.
+
+2. Alike the original Manifest2, the files should be split into two
+   groups — files whose authenticity is critical, and those whose
+   mismatch may be accepted in non-strict mode. The same classification
+   should apply both to files listed in Manifests, and to stray files
+   present only in the repository.
+
+3. The format should be universal enough to work both for the Gentoo
+   repository and third-party repositories of different characteristics.
+
+4. The Manifest files should be verifiable stand-alone, that is without
+   knowing any details about the underlying repository format.
+
+
+Specification
+=
+
+Manifest file format
+
+
+This specification reuses and extends the Manifest file format defined
+in GLEP 44 [#GLEP44]_. For the purpose of it, the *file type* field is
+repurposed as a generic *tag* that could also indicate additional
+(non-checksum) metadata. Appropriately, those tags can be followed by
+other space-separated values.
+
+Unless specified otherwise, the paths used in the Manifest files
+are relative to the directory containing the Manifest file. The paths
+must not reference the parent directory (``..``).
+
+
+Manifest file locations and nesting
+---
+
+The ``Manifest`` file located in the root directory of the repository
+is called top-level Manifest, and it is used to perform the full-tree
+verification. In order to verify the authenticity, it must be signed
+using OpenPGP, using the armored cleartext format.
+
+The top-level Manifest may reference sub-Manifests contained
+in subdirectories of the repository. The sub-Manifests are traditionally
+named ``Manifest``; however, the implementation must support arbitrary
+names, including the possibility of multiple (split) Manifests
+for a single directory. The sub-Manifest can only cover the files inside
+the directory tree where it resides.
+
+The sub-Manifest can also be signed using OpenPGP armored cleartext
+format. However, the signature verification can be omitted if it is
+covered by a signed top-level Manifest.
+
+The Manifest files can also specify ``IGNORE`` entries to skip Manifest
+verification of subdirectories and/or files. Files and directories
+starting with a dot are always implicitly ignored. All files that
+are not ignored must be covered by at least one of the Manifests.
+
+A single file may be matched by multiple identical or equivalent
+Manifest entries, if and only if the 

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 6e82a8a1bbc6008f9997f86be6ce27715b1c486c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 19:08:12 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=6e82a8a1

glep-0074: Further cleanup

 glep-0074.rst | 73 ++-
 1 file changed, 42 insertions(+), 31 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index eee863a..e4d6a80 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -96,13 +96,17 @@ covered by a signed top-level Manifest.
 Directory tree coverage
 ---
 
-The Manifest files can also specify ``IGNORE`` entries to skip Manifest
-verification of subdirectories and/or files. The package manager can
-support injecting ignore paths to account for additional files created,
-modified or removed by user's processes that would not be ignored
-by existing rules. Files and directories starting with a dot are always
-implicitly ignored. All files that are not ignored must be covered
-by at least one of the Manifests.
+The specification provides three ways of skipping Manifest verification
+of specific files and directories (recursively):
+
+1. explicit ``IGNORE`` entries in Manifest files,
+
+2. injected ignore paths via package manager configuration,
+
+3. using names starting with a dot (``.``) which are always skipped.
+
+All files that are not ignored must be covered by at least one
+of the Manifests.
 
 A single file may be matched by multiple identical or equivalent
 Manifest entries, if and only if the entries have the same semantics,
@@ -113,14 +117,17 @@ to specify another entry for a file matching ``IGNORE``, 
or one of its
 subdirectories.
 
 The file entries (except for ``IGNORE``) can be specified for regular
-files only. Symbolic links are followed when opening files. It is
-an error to specify an entry for a different file type.
+files only. Symbolic links are followed when opening files
+and traversing directories. It is an error to specify an entry for
+a different file type. If the tree contain files of other types
+that are not otherwise ignored, they need to be covered by an explicit
+``IGNORE``.
 
 All the local (non-``DIST``) files covered by a Manifest tree must
 reside on the same filesystem. It is an error to specify entries
 applying to files on another filesystem. If subdirectories
-of the Manifest tree reside on a different filesystem, they must
-be explicitly excluded via ``IGNORE``.
+that are not otherwise ignored reside on a different filesystem, they
+must be explicitly excluded via ``IGNORE``.
 
 
 File verification
@@ -196,7 +203,8 @@ The Manifest files can specify the following tags:
 ``IGNORE ``
   Ignores a subdirectory or file from Manifest checks. If the specified
   path is present, it and its contents are omitted from the Manifest
-  verification (always pass).
+  verification (always pass). *Path* must be a plain file or directory
+  path without a trailing slash, and must not contain wildcards.
 
 ``DATA   …``
   Specifies a regular file subject to Manifest verification. The file
@@ -362,9 +370,9 @@ the following content::
 IGNORE lost+found
 IGNORE packages
 MANIFEST app-accessibility/Manifest 14821 SHA256 1b5f.. SHA512 f7eb..
-...
+…
 MANIFEST eclass/Manifest.gz 50812 SHA256 8c55.. SHA512 2915..
-...
+…
 
 An example modern Manifest (disregarding backwards compatibility)
 for a package directory would have the following content::
@@ -476,8 +484,12 @@ files, and symbolic links to directories are followed as 
if they were
 regular directories.
 
 Dotfiles are implicitly ignored as that is a common notion used
-in software written for POSIX systems. All other filenames require
-explicit ``IGNORE`` lines.
+in software written for POSIX systems. All other common filenames
+require explicit ``IGNORE`` lines.
+
+An ability to inject additional ignore entries is provided to account
+for site configuration affecting the repository tree — placing
+additional files in it, skipping some of the categories from syncing.
 
 The algorithm is restricted to work on a single filesystem. This is
 mostly relevant when scanning for top-level Manifest — we do not want
@@ -485,7 +497,7 @@ to cross filesystem boundaries then. However, to ensure 
consistent
 bidirectional behavior we need to also ban them when operating downwards
 the tree.
 
-The directories and files on different filesystems needs to be ignored
+The directories and files on different filesystems need to be ignored
 explicitly as implicitly skipping them would cause confusion.
 In particular, tools might then claim that a file does not exist when
 it clearly does because it was skipped due to filesystem boundaries.
@@ -736,26 +748,25 @@ Backwards Compatibility
 ===
 
 This GLEP provides optional means of preserving backwards compatibility.
-To preserve the backwards 

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: e8cfa4be127433e13ce962086cd5871176b78e78
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:28:34 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=e8cfa4be

glep-0074: Reorganize to have tag references after basic algos

Reorganize so that file & timestamp verification come first, then tag
references, then specialized algos and other informational sections.
Rename 'new Manifest tags' to 'modern ...' since some of them are old.

 glep-0074.rst | 48 
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index d476ff3..a37ad34 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -163,8 +163,30 @@ reject any package or even the whole repository if it may 
refer to files
 for which the verification failed.
 
 
-New Manifest tags
--
+Timestamp verification
+--
+
+The Manifest file can contain a ``TIMESTAMP`` entry to account
+for attacks against tree update distribution. If such an entry
+is present, it should be updated every time at least one
+of the Manifests changes. Every unique timestamp value must correspond
+to a single tree state.
+
+During the verification process, the client should compare the timestamp
+against the update time obtained from a local clock or a trusted time
+source. If the comparison result indicates that the Manifest at the time
+of receiving was already significantly outdated, the client should
+either fail the verification or require manual confirmation from user.
+
+Furthermore, the Manifest provider may employ additional methods
+of distributing the timestamps of recently generated Manifests
+using a secure channel from a trusted source for exact comparison.
+The exact details of such a solution are outside the scope of this
+specification.
+
+
+Modern Manifest tags
+
 
 The Manifest files can specify the following tags:
 
@@ -228,28 +250,6 @@ allowed at the package directory level:
   to ``files/`` subdirectory.
 
 
-Timestamp verification
---
-
-The Manifest file can contain a ``TIMESTAMP`` entry to account
-for attacks against tree update distribution. If such an entry
-is present, it should be updated every time at least one
-of the Manifests changes. Every unique timestamp value must correspond
-to a single tree state.
-
-During the verification process, the client should compare the timestamp
-against the update time obtained from a local clock or a trusted time
-source. If the comparison result indicates that the Manifest at the time
-of receiving was already significantly outdated, the client should
-either fail the verification or require manual confirmation from user.
-
-Furthermore, the Manifest provider may employ additional methods
-of distributing the timestamps of recently generated Manifests
-using a secure channel from a trusted source for exact comparison.
-The exact details of such a solution are outside the scope of this
-specification.
-
-
 Algorithm for full-tree verification
 
 



[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 686977b6deeea9b366d8a20c701916902633c990
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 28 11:49:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=686977b6

glep-0074: Update based on feedback from Robin H. Johnson

 glep-0074.rst | 66 ++-
 1 file changed, 52 insertions(+), 14 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index e9f8bad..425381f 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -8,7 +8,7 @@ Type: Standards Track
 Status: Draft
 Version: 1
 Created: 2017-10-21
-Last-Modified: 2017-10-26
+Last-Modified: 2017-10-29
 Post-History: 2017-10-26
 Content-Type: text/x-rst
 Requires: 59, 61
@@ -49,7 +49,7 @@ This specification is designed with the following goals in 
mind:
 1. It should provide means to ensure the authenticity of the complete
repository, including preventing the injection of additional files.
 
-2. Alike the original Manifest2, the files should be split into two
+2. Like the original Manifest2, the files should be split into two
groups — files whose authenticity is critical, and those whose
mismatch may be accepted in non-strict mode. The same classification
should apply both to files listed in Manifests, and to stray files
@@ -115,11 +115,11 @@ The file entries (except for ``IGNORE``) can be specified 
for regular
 files only. Symbolic links are followed when opening files. It is
 an error to specify an entry for a different file type.
 
-All the files covered by a Manifest tree must reside on the same
-filesystem. It is an error to specify entries applying to files
-on another filesystem. If subdirectories of the Manifest tree reside
-on a different filesystem, they must be explicitly excluded
-via ``IGNORE``.
+All the local (non-``DIST``) files covered by a Manifest tree must
+reside on the same filesystem. It is an error to specify entries
+applying to files on another filesystem. If subdirectories
+of the Manifest tree reside on a different filesystem, they must
+be explicitly excluded via ``IGNORE``.
 
 
 File verification
@@ -156,7 +156,8 @@ The Manifest files can specify the following tags:
   combined date and time in UTC timezone, i.e. using the following
   ``strftime()`` format string: ``%Y-%m-%dT%H:%M:%SZ``. Optionally used
   in the top-level Manifest file. The package manager can use it
-  to detect an outdated repository checkout.
+  to detect an outdated repository checkout as described in `Timestamp
+  verification`_.
 
 ``MANIFEST   …``
   Specifies a sub-Manifest. The sub-Manifest must be verified like
@@ -209,6 +210,28 @@ allowed at the package directory level:
   to ``files/`` subdirectory.
 
 
+Timestamp verification
+--
+
+The Manifest file can contain a ``TIMESTAMP`` entry to account
+for attacks against tree update distribution. If such an entry
+is present, it should be updated every time at least one
+of the Manifests changes. Every unique timestamp value must correspond
+to a single tree state.
+
+During the verification process, the client should compare the timestamp
+against the update time obtained from a local clock or a trusted time
+source. If the comparison result indicates that the Manifest at the time
+of receiving was already significantly outdated, the client should
+either fail the verification or require manual confirmation from user.
+
+Furthermore, the Manifest provider may employ additional methods
+of distributing the timestamps of recently generated Manifests
+using a secure channel from a trusted source for exact comparison.
+The exact details of such a solution are outside the scope of this
+specification.
+
+
 Algorithm for full-tree verification
 
 
@@ -218,8 +241,9 @@ can be used:
 1. Collect all files present in the repository into *present* set.
 
 2. Start at the top-level Manifest file. Verify its OpenPGP signature.
-   Optionally verify the ``TIMESTAMP`` entry if present. Remove
-   the top-level Manifest from the *present* set.
+   Optionally verify the ``TIMESTAMP`` entry if present as specified
+   in `timestamp verification`. Remove the top-level Manifest
+   from the *present* set.
 
 3. Process all ``MANIFEST`` entries, recursively. Verify the Manifest
files according to `file verification`_ section, and include their
@@ -232,7 +256,11 @@ can be used:
 5. Collect all files covered by ``DATA``, ``MISC``, ``OPTIONAL``,
``EBUILD`` and ``AUX`` entries into the *covered* set.
 
-6. Verify all the files in the union of the *present* and *covered*
+6. Verify the entries in *covered* set for incompatible duplicates
+   and collisions with ignored files as explained in `Manifest file
+   locations and nesting`_.
+
+7. Verify all the files in the union of the *present* and *covered*
sets, according to `file verification`_ section.
 
 
@@ -489,8 

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 051ba47beace1bce0f53d2a5a4e9b3fc5d92e990
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:45:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=051ba47b

glep-0074: Clarify OPTIONAL desc

 glep-0074.rst | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index 65f32c3..b7b5a8c 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -222,10 +222,11 @@ The Manifest files can specify the following tags:
   packages (``metadata.xml``, ``use.desc``).
 
 ``OPTIONAL ``
-  Specifies a file that would be subject to non-obligatory Manifest
-  verification if it existed. The package may ignore a stray file
-  matching this entry if operating in non-strict mode. Used for paths
-  that would match ``MISC`` if they existed.
+  Specifies a file that does not exist in the distribution but if it
+  did, it would be marked as ``MISC``. In the strict mode, the file
+  must not exist for the verification to pass. The package manager
+  may ignore a stray file matching this entry if operating in non-strict
+  mode.
 
 ``DIST   …``
   Specifies a distfile entry used to verify files fetched as part



[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: f32fa7c4795adceb63bbf4c2876569fd7318c559
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:29:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=f32fa7c4

glep-0074: Add two example files for reference

 glep-0074.rst | 28 
 1 file changed, 28 insertions(+)

diff --git a/glep-0074.rst b/glep-0074.rst
index a37ad34..65f32c3 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -369,6 +369,34 @@ uncompressed content and the specification is free to 
choose either
 of the files using the same base name.
 
 
+An example Manifest file (informational)
+
+
+An example top-level Manifest file for the Gentoo repository would have
+the following content::
+
+TIMESTAMP 2017-10-30T10:11:12Z
+IGNORE distfiles
+IGNORE local
+IGNORE lost+found
+IGNORE packages
+MANIFEST app-accessibility/Manifest 14821 SHA256 1b5f.. SHA512 f7eb..
+...
+MANIFEST eclass/Manifest.gz 50812 SHA256 8c55.. SHA512 2915..
+...
+
+An example modern Manifest (disregarding backwards compatibility)
+for a package directory would have the following content::
+
+DATA SphinxTrain-0.9.1-r1.ebuild 932 SHA256 3d3b.. SHA512 be4d..
+DATA SphinxTrain-1.0.8.ebuild 912 SHA256 f681.. SHA512 0749..
+DATA files/gcc.patch 816 SHA256 b56e.. SHA512 2468..
+DATA files/gcc34.patch 333 SHA256 c107.. SHA512 9919..
+DIST SphinxTrain-0.9.1-beta.tar.gz 469617 SHA256 c1a4.. SHA512 1b33..
+DIST sphinxtrain-1.0.8.tar.gz 8925803 SHA256 548e.. SHA512 465d..
+MISC metadata.xml 664 SHA256 97c6.. SHA512 1175..
+
+
 Rationale
 =
 



[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 922e3beea71b97557eac92f56df35774fbdc3ced
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:27:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=922e3bee

glep-0074: Split 'Directory tree coverage' section out

 glep-0074.rst | 4 
 1 file changed, 4 insertions(+)

diff --git a/glep-0074.rst b/glep-0074.rst
index 1147e62..49fe0ca 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -98,6 +98,10 @@ The sub-Manifest can also be signed using OpenPGP armored 
cleartext
 format. However, the signature verification can be omitted if it is
 covered by a signed top-level Manifest.
 
+
+Directory tree coverage
+---
+
 The Manifest files can also specify ``IGNORE`` entries to skip Manifest
 verification of subdirectories and/or files. The package manager can
 support injecting ignore paths to account for additional files created,



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

2017-11-02 Thread Amy Liffey
commit: aa58770021c587f3a16b4bb9dbb6621dc9da4be6
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Nov  2 19:04:06 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Nov  2 19:06:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa587700

sci-geosciences/mapnik: fix icu and libs

Submitted-by: calimeroteknik  free.fr

Closes:https://bugs.gentoo.org/618674
Closes:https://bugs.gentoo.org/630948

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 .../mapnik-3.0.9-harbuzz_sharper-upstream.patch|  25 +
 .../files/mapnik-3.0.9-unicode-upstream.patch  |  11 +++
 sci-geosciences/mapnik/mapnik-3.0.9-r1.ebuild  | 107 +
 3 files changed, 143 insertions(+)

diff --git 
a/sci-geosciences/mapnik/files/mapnik-3.0.9-harbuzz_sharper-upstream.patch 
b/sci-geosciences/mapnik/files/mapnik-3.0.9-harbuzz_sharper-upstream.patch
new file mode 100644
index 000..cb81f526568
--- /dev/null
+++ b/sci-geosciences/mapnik/files/mapnik-3.0.9-harbuzz_sharper-upstream.patch
@@ -0,0 +1,25 @@
+--- a/include/mapnik/text/harfbuzz_shaper.hpp  2017-10-31 17:45:30.737250086 
+0100
 b/include/mapnik/text/harfbuzz_shaper.hpp  2017-10-31 17:46:56.002247847 
+0100
+@@ -39,10 +39,11 @@
+ // harfbuzz
+ #include 
+ #include 
+-
++#include 
+ // icu
+ #include 
+ 
++
+ namespace mapnik
+ {
+ 
+@@ -55,7 +56,8 @@
+ static inline const uint16_t * uchar_to_utf16(const UChar* src)
+ {
+static_assert(sizeof(UChar) == sizeof(uint16_t),"UChar is eq size to 
uint16_t");
+-#if defined(_MSC_VER)
++#if defined(_MSC_VER) || (U_ICU_VERSION_MAJOR_NUM >= 59)
++   // ^^ http://site.icu-project.org/download/59#TOC-ICU4C-char16_t1
+return reinterpret_cast(src);
+ #else
+return src;

diff --git a/sci-geosciences/mapnik/files/mapnik-3.0.9-unicode-upstream.patch 
b/sci-geosciences/mapnik/files/mapnik-3.0.9-unicode-upstream.patch
new file mode 100644
index 000..0233eb4e3fd
--- /dev/null
+++ b/sci-geosciences/mapnik/files/mapnik-3.0.9-unicode-upstream.patch
@@ -0,0 +1,11 @@
+--- a/include/mapnik/unicode.hpp   2017-10-31 17:53:23.507237672 +0100
 b/include/mapnik/unicode.hpp   2017-10-31 17:53:47.096237053 +0100
+@@ -31,6 +31,8 @@
+ // std
+ #include 
+ #include 
++// icu
++#include 
+ 
+ struct UConverter;
+ 

diff --git a/sci-geosciences/mapnik/mapnik-3.0.9-r1.ebuild 
b/sci-geosciences/mapnik/mapnik-3.0.9-r1.ebuild
new file mode 100644
index 000..bcaadad2a45
--- /dev/null
+++ b/sci-geosciences/mapnik/mapnik-3.0.9-r1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils scons-utils toolchain-funcs
+
+DESCRIPTION="A Free Toolkit for developing mapping applications"
+HOMEPAGE="http://www.mapnik.org/;
+SRC_URI="https://github.com/mapnik/mapnik/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="cairo debug doc gdal postgres sqlite"
+
+RDEPEND="
+   >=dev-libs/boost-1.48[threads]
+   dev-libs/icu:=
+   sys-libs/zlib
+   media-libs/freetype
+   media-libs/harfbuzz
+   dev-libs/libxml2
+   media-libs/libpng:0=
+   media-libs/tiff:0=
+   virtual/jpeg:0=
+   media-libs/libwebp
+   sci-libs/proj
+   media-fonts/dejavu
+   x11-libs/agg[truetype]
+   cairo? (
+   x11-libs/cairo
+   dev-cpp/cairomm
+   )
+   postgres? ( >=dev-db/postgresql-8.3:* )
+   gdal? ( sci-libs/gdal )
+   sqlite? ( dev-db/sqlite:3 )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.2.0-configure-only-once.patch"
+   "${FILESDIR}/${PN}-2.2.0-dont-run-ldconfig.patch"
+   "${FILESDIR}/${PN}-2.2.0-scons.patch"
+   "${FILESDIR}/${P}-harbuzz_sharper-upstream.patch" # upstream patches 
ported from
+   "${FILESDIR}/${P}-unicode-upstream.patch" # 
https://github.com/mapnik/mapnik/commit/9e58c890430db6f0b6f1f7a1690877c9d913d92a
+)
+
+src_prepare() {
+   default
+
+   # do not version epidoc data
+   sed -i \
+   -e 's:-`mapnik-config --version`::g' \
+   utils/epydoc_config/build_epydoc.sh || die
+
+   # force user flags, optimization level
+   sed -i -e "s:\-O%s:%s:" \
+   -i -e "s:env\['OPTIMIZATION'\]:'${CXXFLAGS}':" \
+   SConstruct || die
+}
+
+src_configure() {
+   local PLUGINS=shape,csv,raster,geojson
+   use gdal && PLUGINS+=,gdal,ogr
+   use postgres && PLUGINS+=,postgis
+   use sqlite && PLUGINS+=,sqlite
+
+   MYSCONS=(
+   "CC=$(tc-getCC)"
+   "CXX=$(tc-getCXX)"
+   "INPUT_PLUGINS=${PLUGINS}"
+   "PREFIX=/usr"
+   "DESTDIR=${D}"
+   "XMLPARSER=libxml2"
+   "LINKING=shared"
+   "RUNTIME_LINK=shared"
+   "PROJ_INCLUDES=/usr/include"
+   "PROJ_LIBS=/usr/$(get_libdir)"
+   

[gentoo-commits] data/glep:glep-manifest commit in: /

2017-11-02 Thread Michał Górny
commit: 34ff419e94eb315ff5f5fdb33f1a974f03162399
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 30 16:28:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 19:09:17 2017 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=34ff419e

glep-0074: Rewrite the file verificaton to cover OPTIONAL

 glep-0074.rst | 25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/glep-0074.rst b/glep-0074.rst
index 49fe0ca..d476ff3 100644
--- a/glep-0074.rst
+++ b/glep-0074.rst
@@ -135,16 +135,27 @@ File verification
 When verifying a file against the Manifest, the following rules are
 used:
 
-- if a file listed in Manifest is not present, then the verification
-  for the file fails,
+1. If the file is covered directly or indirectly by an entry
+   of the ``IGNORE`` type, the verification always succeeds.
 
-- if a file listed in Manifest is present but has a different size
-  or one of the checksums does not match, the verification fails,
+2. If the file is covered by an entry of the ``MANIFEST``, ``DATA``,
+   ``MISC``, ``EBUILD`` or ``AUX`` type:
 
-- if a file is present but not listed in Manifest, the verification
-  fails,
+   a. if the file is not present, then the verification fails,
 
-- otherwise, the verification succeeds.
+   b. if the file is present but has a different size or one
+  of the checksums does not match, the verification fails,
+
+   c. otherwise, the verification succeeds.
+
+3. If the file is covered by an entry of the ``OPTIONAL`` type:
+
+   a. if the file is present, then the verification fails,
+
+   b. otherwise, the verification succeeds.
+
+4. If the file is present but not listed in Manifest, the verification
+   fails.
 
 Unless specified otherwise, the package manager must not allow using
 any files for which the verification failed. The package manager may



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

2017-11-02 Thread Patrick McLean
commit: c448b9d04e6b9a0f317cf7911a69c886f5a7070a
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Nov  2 17:38:29 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov  2 17:38:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c448b9d0

sys-kernel/vanilla-sources: Version bump to 4.13.11

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.13.10.ebuild => vanilla-sources-4.13.11.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index f4a6893cc0b..d1f585781a3 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,6 +11,6 @@ DIST patch-3.16.49.xz 1715976 SHA256 
6cac095f27e2dc714d1fd17b904c600179b042f904f
 DIST patch-3.2.94.xz 1789324 SHA256 
67e6decb1358fe532b18021d019947530994e416d3b37d46d1dc1e1a588bc968 SHA512 
969c94d9801eae41a279bb7792a4d81d9bfc65e7f3e700febbb1d36b733ec60f923054d84dbf19fff27aa3e3807b93cdb5a561216e0c4f361a491e939b61851b
 WHIRLPOOL 
536a689a34499d9adb30501f706b0d5cd71467bd7feff9269cbca3df00eb5b24a530344454cf185cec91113f80afc6f78749ba68808e69dc11fed45037f6ded1
 DIST patch-4.1.45.xz 1195980 SHA256 
e5b3836fe1cc4669c4b1bf4f18e761929b46c5ac237c83286705950a44b14d86 SHA512 
a676621313ad990ae27e01602eb6b9369427882f7404fc51ad964bb976d566e205620f054aab97163b60ecae58707767063ba994e4557ce39c7edc7890679f5d
 WHIRLPOOL 
c99e1492e96045086ef73eee8d2689b405fab3a60501d0f52a15227a974814061634d30504ab1cfb8248a46ff7625cf9e0190e3ea4e76b23d3829b206d5d3edf
 DIST patch-4.12.14.xz 237356 SHA256 
999f3e0d97e1b9e7a09c8c0889f020ac9e342ec2391d0458521d4b8bff1cf945 SHA512 
8bef19b2a87147b4ac7c5852d6cac0281c7df7deb84460c6462c981b9213d288061c19535bd9a4da03db73f8a9fd2fb76bf9c6d42b0b6ad1f30c97d5ee0964d1
 WHIRLPOOL 
cd7c1173430eea9a33386fdfca10e1112ee90a5420180f30c0f375d7fb3ddfa657eae93cbae1a1d2b1a1a5d442eaf402e6565028ffeff79fc78a08b6334b1873
-DIST patch-4.13.10.xz 212680 SHA256 
b9efa9c6375f79f6a041a5f0666d4ced1a49bfe8c4662d26517a6b4cfd9bf2f6 SHA512 
634d81ea509aacd8d11631babe9bb04ea771c873f084cea7067313a566d5cad291b0c311002ae8d1d6dd498a93a9a43517923aa449eebb405fb4c1e34753
 WHIRLPOOL 
f033d0bd9e6b95cdcb356a69ee4ea3054b96f991973445e94aeba664f3e91dcadd46a6c0620ad4f044503ccfa28a6deb2ed20890ef0c65b34f27a83b1847b8b1
+DIST patch-4.13.11.xz 224356 SHA256 
f5fb017ee531dc35e3462ccb2d244d4fdc8ac6df9cd3337aa6df2ffc280b1bd6 SHA512 
ad38845a4c05fcaace68563ffa005cf537d3564448b28750b2c872788cbc0c2495dbc9fdf98817d21aef41863614d8b707acdfb05d8f07845d921c909b5f1d22
 WHIRLPOOL 
f22700f652f6e9761be7987357d37d9ee58154ff3d5a58598a0d8e3bc233514a4bc26578eae9bd7d1534a60e17489ad8318c020ef29dca6185b2c9446aa4d212
 DIST patch-4.4.95.xz 1397696 SHA256 
af1bb9333d5daa95540606ddd95433dd70405deb88485121f842b916ddcf9ee8 SHA512 
36725dddebcacef5774f35343dd34b5dbbbc196c5dad8eaf647d6f3e7391ee1bcb0b7060eff240fc480518cbde05d38137a783134cdaf06d170bd01ffbde09ae
 WHIRLPOOL 
ab0e033f3859300f47098eb34cef1011403e0dc293f4bcf6d5ee26816a5dc8f3093f7cfa36ca63cca8feca30272880ca04bba6a39e16d0eb5d65b656a4bcd618
 DIST patch-4.9.59.xz 1090560 SHA256 
2490246b965c7df24208e6e3512ff19c69e0603435865fda5152195eab073800 SHA512 
f5bcd0efe10cd5b1edaba044ebf2c8ddd0a34a856567d66048b510b0622d48365c9e0a939413abe9f26b836d749395ecfee4e29a60111c379eae798e1972761c
 WHIRLPOOL 
fd5a06f1cb03a54c9b114b57342ed6e045f73e740fc9f56171405717bc6b6c35ed66f14b0a74232a1139f33a7ee3ceb1996bf7f5dec77064142b421c7c3fe99a

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



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

2017-11-02 Thread Patrick McLean
commit: bf82faf5d15394520eebabe9bab6e3c76fd51ba6
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Nov  2 17:40:15 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov  2 17:40:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf82faf5

sys-kernel/vanilla-sources: Version bump to 4.9.60

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.9.59.ebuild => vanilla-sources-4.9.60.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 99815158e86..cb64be5ee9e 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -13,4 +13,4 @@ DIST patch-4.1.45.xz 1195980 SHA256 
e5b3836fe1cc4669c4b1bf4f18e761929b46c5ac237c
 DIST patch-4.12.14.xz 237356 SHA256 
999f3e0d97e1b9e7a09c8c0889f020ac9e342ec2391d0458521d4b8bff1cf945 SHA512 
8bef19b2a87147b4ac7c5852d6cac0281c7df7deb84460c6462c981b9213d288061c19535bd9a4da03db73f8a9fd2fb76bf9c6d42b0b6ad1f30c97d5ee0964d1
 WHIRLPOOL 
cd7c1173430eea9a33386fdfca10e1112ee90a5420180f30c0f375d7fb3ddfa657eae93cbae1a1d2b1a1a5d442eaf402e6565028ffeff79fc78a08b6334b1873
 DIST patch-4.13.11.xz 224356 SHA256 
f5fb017ee531dc35e3462ccb2d244d4fdc8ac6df9cd3337aa6df2ffc280b1bd6 SHA512 
ad38845a4c05fcaace68563ffa005cf537d3564448b28750b2c872788cbc0c2495dbc9fdf98817d21aef41863614d8b707acdfb05d8f07845d921c909b5f1d22
 WHIRLPOOL 
f22700f652f6e9761be7987357d37d9ee58154ff3d5a58598a0d8e3bc233514a4bc26578eae9bd7d1534a60e17489ad8318c020ef29dca6185b2c9446aa4d212
 DIST patch-4.4.96.xz 1401996 SHA256 
a1c1ac7e4d1facbf60a7d69382e7caf4ae112fec7acc08ef2ce3a5aa6d78cb33 SHA512 
8d122811ca0791cacfef3444a55d1f215ba2ad5e72381c23941506803c0ee5e6c880fac4162591718e795f3301a60fba3c9a4d153a3cccb6e335566ebc04a2b2
 WHIRLPOOL 
8ffdf76fb6968ce4a3b66ec52b752b7b93f12341b332ba6a7c0025f9aebe82a316381b0f0802036f7bdd381457dd3b0c54db28adf2b51779430ac6a48eaab76a
-DIST patch-4.9.59.xz 1090560 SHA256 
2490246b965c7df24208e6e3512ff19c69e0603435865fda5152195eab073800 SHA512 
f5bcd0efe10cd5b1edaba044ebf2c8ddd0a34a856567d66048b510b0622d48365c9e0a939413abe9f26b836d749395ecfee4e29a60111c379eae798e1972761c
 WHIRLPOOL 
fd5a06f1cb03a54c9b114b57342ed6e045f73e740fc9f56171405717bc6b6c35ed66f14b0a74232a1139f33a7ee3ceb1996bf7f5dec77064142b421c7c3fe99a
+DIST patch-4.9.60.xz 1097048 SHA256 
10f5cce03294a7bec09ffdfae3946d0f3e6cd7aced9044aa35c3f88d2cb62f6a SHA512 
ac1ffa5a28e8801ca42e7cb5b6850cb8aeb71dac7669c0fbb5edb1d94c8448012922ee2f5f8f6f066552a02c6f0e0dab9041a069eaacc5d2a59564d057f32e97
 WHIRLPOOL 
912b5af28650b869d0c47766bd812d3d00e47ad7dcb5373990788a27408ab6c98d0c2ff081485ebe9b2237fcd89e7c8ce0705fd33deaef4a42f21c4898d0a539

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



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

2017-11-02 Thread Patrick McLean
commit: d53cea5d952f3ffd670aa21dca03a29367513fa7
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Nov  2 17:39:34 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Nov  2 17:39:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53cea5d

sys-kernel/vanilla-sources: Version bump to 4.4.96

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.4.95.ebuild => vanilla-sources-4.4.96.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index d1f585781a3..99815158e86 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -12,5 +12,5 @@ DIST patch-3.2.94.xz 1789324 SHA256 
67e6decb1358fe532b18021d019947530994e416d3b3
 DIST patch-4.1.45.xz 1195980 SHA256 
e5b3836fe1cc4669c4b1bf4f18e761929b46c5ac237c83286705950a44b14d86 SHA512 
a676621313ad990ae27e01602eb6b9369427882f7404fc51ad964bb976d566e205620f054aab97163b60ecae58707767063ba994e4557ce39c7edc7890679f5d
 WHIRLPOOL 
c99e1492e96045086ef73eee8d2689b405fab3a60501d0f52a15227a974814061634d30504ab1cfb8248a46ff7625cf9e0190e3ea4e76b23d3829b206d5d3edf
 DIST patch-4.12.14.xz 237356 SHA256 
999f3e0d97e1b9e7a09c8c0889f020ac9e342ec2391d0458521d4b8bff1cf945 SHA512 
8bef19b2a87147b4ac7c5852d6cac0281c7df7deb84460c6462c981b9213d288061c19535bd9a4da03db73f8a9fd2fb76bf9c6d42b0b6ad1f30c97d5ee0964d1
 WHIRLPOOL 
cd7c1173430eea9a33386fdfca10e1112ee90a5420180f30c0f375d7fb3ddfa657eae93cbae1a1d2b1a1a5d442eaf402e6565028ffeff79fc78a08b6334b1873
 DIST patch-4.13.11.xz 224356 SHA256 
f5fb017ee531dc35e3462ccb2d244d4fdc8ac6df9cd3337aa6df2ffc280b1bd6 SHA512 
ad38845a4c05fcaace68563ffa005cf537d3564448b28750b2c872788cbc0c2495dbc9fdf98817d21aef41863614d8b707acdfb05d8f07845d921c909b5f1d22
 WHIRLPOOL 
f22700f652f6e9761be7987357d37d9ee58154ff3d5a58598a0d8e3bc233514a4bc26578eae9bd7d1534a60e17489ad8318c020ef29dca6185b2c9446aa4d212
-DIST patch-4.4.95.xz 1397696 SHA256 
af1bb9333d5daa95540606ddd95433dd70405deb88485121f842b916ddcf9ee8 SHA512 
36725dddebcacef5774f35343dd34b5dbbbc196c5dad8eaf647d6f3e7391ee1bcb0b7060eff240fc480518cbde05d38137a783134cdaf06d170bd01ffbde09ae
 WHIRLPOOL 
ab0e033f3859300f47098eb34cef1011403e0dc293f4bcf6d5ee26816a5dc8f3093f7cfa36ca63cca8feca30272880ca04bba6a39e16d0eb5d65b656a4bcd618
+DIST patch-4.4.96.xz 1401996 SHA256 
a1c1ac7e4d1facbf60a7d69382e7caf4ae112fec7acc08ef2ce3a5aa6d78cb33 SHA512 
8d122811ca0791cacfef3444a55d1f215ba2ad5e72381c23941506803c0ee5e6c880fac4162591718e795f3301a60fba3c9a4d153a3cccb6e335566ebc04a2b2
 WHIRLPOOL 
8ffdf76fb6968ce4a3b66ec52b752b7b93f12341b332ba6a7c0025f9aebe82a316381b0f0802036f7bdd381457dd3b0c54db28adf2b51779430ac6a48eaab76a
 DIST patch-4.9.59.xz 1090560 SHA256 
2490246b965c7df24208e6e3512ff19c69e0603435865fda5152195eab073800 SHA512 
f5bcd0efe10cd5b1edaba044ebf2c8ddd0a34a856567d66048b510b0622d48365c9e0a939413abe9f26b836d749395ecfee4e29a60111c379eae798e1972761c
 WHIRLPOOL 
fd5a06f1cb03a54c9b114b57342ed6e045f73e740fc9f56171405717bc6b6c35ed66f14b0a74232a1139f33a7ee3ceb1996bf7f5dec77064142b421c7c3fe99a

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



[gentoo-commits] repo/gentoo:master commit in: net-vpn/wireguard/files/, net-vpn/wireguard/

2017-11-02 Thread Jason Donenfeld
commit: c06fba038a7fd27ef6bc684af127936bbd419b64
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Nov  2 17:27:35 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Thu Nov  2 17:27:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06fba03

net-vpn/wireguard: fix compilation on LOCKDEP machines

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 .../files/wireguard-0.0.20171101-funcfix.patch | 40 ++
 net-vpn/wireguard/wireguard-0.0.20171101.ebuild|  2 ++
 2 files changed, 42 insertions(+)

diff --git a/net-vpn/wireguard/files/wireguard-0.0.20171101-funcfix.patch 
b/net-vpn/wireguard/files/wireguard-0.0.20171101-funcfix.patch
new file mode 100644
index 000..fe74e48b5dd
--- /dev/null
+++ b/net-vpn/wireguard/files/wireguard-0.0.20171101-funcfix.patch
@@ -0,0 +1,40 @@
+From cc310a5dd1899417971e993d61d1230b14fe4f87 Mon Sep 17 00:00:00 2001
+From: "Jason A. Donenfeld" 
+Date: Thu, 2 Nov 2017 16:07:26 +0100
+Subject: global: revert checkpatch.pl changes
+
+These changes were suggested by checkpatch.pl, but actually cause big
+problems depending on the options. Revert.
+---
+ src/noise.c | 2 +-
+ src/peer.c  | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/noise.c b/src/noise.c
+index a0bea29..6ce9b78 100644
+--- a/src/noise.c
 b/src/noise.c
+@@ -118,7 +118,7 @@ void noise_keypair_put(struct noise_keypair *keypair)
+ 
+ struct noise_keypair *noise_keypair_get(struct noise_keypair *keypair)
+ {
+-  RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), "Calling " __func__ " 
without holding the RCU BH read lock");
++  RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), "Taking noise keypair 
reference without holding the RCU BH read lock");
+   if (unlikely(!keypair || !kref_get_unless_zero(>refcount)))
+   return NULL;
+   return keypair;
+diff --git a/src/peer.c b/src/peer.c
+index 1580262..81b71d4 100644
+--- a/src/peer.c
 b/src/peer.c
+@@ -58,7 +58,7 @@ struct wireguard_peer *peer_create(struct wireguard_device 
*wg, const u8 public_
+ 
+ struct wireguard_peer *peer_get(struct wireguard_peer *peer)
+ {
+-  RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), "Calling " __func__ " 
without holding the RCU read lock");
++  RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), "Taking peer reference 
without holding the RCU read lock");
+   if (unlikely(!peer || !kref_get_unless_zero(>refcount)))
+   return NULL;
+   return peer;
+-- 
+cgit v1.1-33-gc3c0

diff --git a/net-vpn/wireguard/wireguard-0.0.20171101.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20171101.ebuild
index fdc71975143..579c9736f07 100644
--- a/net-vpn/wireguard/wireguard-0.0.20171101.ebuild
+++ b/net-vpn/wireguard/wireguard-0.0.20171101.ebuild
@@ -30,6 +30,8 @@ MODULE_NAMES="wireguard(kernel/drivers/net:src)"
 BUILD_TARGETS="module"
 CONFIG_CHECK="NET INET NET_UDP_TUNNEL CRYPTO_BLKCIPHER"
 
+PATCHES=( "${FILESDIR}/${P}-funcfix.patch" )
+
 pkg_setup() {
if use module; then
linux-mod_pkg_setup



[gentoo-commits] repo/user/ssnb:master commit in: dev-java/nexus-oss-bin/

2017-11-02 Thread Samuel Bernardo
commit: 3b432747257ebe080459d8605fb6293f76737ea8
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Nov  2 17:00:21 2017 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Nov  2 17:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=3b432747

update nexus artifact repository

 dev-java/nexus-oss-bin/nexus-oss-bin-3.6.0.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-java/nexus-oss-bin/nexus-oss-bin-3.6.0.ebuild 
b/dev-java/nexus-oss-bin/nexus-oss-bin-3.6.0.ebuild
index 3b9687e..f694d06 100644
--- a/dev-java/nexus-oss-bin/nexus-oss-bin-3.6.0.ebuild
+++ b/dev-java/nexus-oss-bin/nexus-oss-bin-3.6.0.ebuild
@@ -34,7 +34,9 @@ enewuser nexus -1 /bin/bash "${INSTALL_DIR}" "nexus"
 src_unpack() {
 unpack ${A}
 cd "${S}"
-# epatch "${FILESDIR}/${P}.patch"
+if -f "${FILESDIR}/${P}.patch"; then
+   epatch "${FILESDIR}/${P}.patch"
+fi
 }
 
 src_install() {
@@ -44,8 +46,12 @@ src_install() {
 insinto ${INSTALL_DIR}
 
 dodir ${INSTALL_DIR}/run
+dodir "/etc/init.d/"
 doins -r nexus-${MY_PV}/*
-newinitd "${WORKDIR}/nexus-${MY_PV}/bin/nexus" nexus
+doins -r nexus-${MY_PV}/.install4j
+#BUG: nexus init script needs a symlink because it uses program path to find 
their configuration files
+#newinitd "${WORKDIR}/nexus-${MY_PV}/bin/nexus" nexus
+dosym ${INSTALL_DIR}/bin/nexus /etc/init.d/nexus
 systemd_dounit "${FILESDIR}"/nexus-oss.service
 
 fowners -R nexus:nexus ${INSTALL_DIR}



[gentoo-commits] repo/user/ssnb:master commit in: dev-java/nexus-oss-bin/

2017-11-02 Thread Samuel Bernardo
commit: 8d474dbee65007e6ee99f27563328a06a52af2df
Author: Samuel Bernardo  gmail  com>
AuthorDate: Thu Nov  2 17:00:39 2017 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Thu Nov  2 17:00:39 2017 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=8d474dbe

update nexus artifact repository

 dev-java/nexus-oss-bin/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/nexus-oss-bin/Manifest b/dev-java/nexus-oss-bin/Manifest
index 9183fb5..fea9473 100644
--- a/dev-java/nexus-oss-bin/Manifest
+++ b/dev-java/nexus-oss-bin/Manifest
@@ -6,5 +6,5 @@ DIST nexus-3.6.0-02-unix.tar.gz 110775716 SHA256 
40b95b097b43cc8941a9700d24baf25
 EBUILD nexus-oss-bin-3.1.0.ebuild 1299 SHA256 
4a28409f517589dffa71433f28c16676e1e251eef0ebf95f07423074d4fc7d44 SHA512 
e78a5dd68c2a3b1e247f680507f659b0de5dbb7716140c350d7e4041bbd3cca1a230946edf15ecaf78006dfcb0e9f58797e404cf93463601161f3d8bb8bee050
 WHIRLPOOL 
d74b06723841e580cfe1f38fa1086901838ab804f01508e7a49c3d6af450a3bd7dc63d42166478766e2a8910a559d5cc9e96674f8e39327070e67fde320ff525
 EBUILD nexus-oss-bin-3.4.0.ebuild 1299 SHA256 
c9862ce00cba2ef14064bfa4f6ffafa7de304b89169952aa8bab78eb7fbdfe51 SHA512 
4351eb05d00f60dab7cd51b02a6e21fa430b108271bc3572d73336b6f19ace1211f5cd7a2388240de752e57f5d1c6d7032aeda26d0c80bba742ed2287719c677
 WHIRLPOOL 
4aaa44fbc17dc4fc56dfc9848d0a3c5b62ade0267dcd785233080125a36143f89f7f903d4cd799d8c969d3c29a8bb5a2db33a2428cc7a935ac698e494cd75414
 EBUILD nexus-oss-bin-3.5.1.ebuild 1299 SHA256 
c9862ce00cba2ef14064bfa4f6ffafa7de304b89169952aa8bab78eb7fbdfe51 SHA512 
4351eb05d00f60dab7cd51b02a6e21fa430b108271bc3572d73336b6f19ace1211f5cd7a2388240de752e57f5d1c6d7032aeda26d0c80bba742ed2287719c677
 WHIRLPOOL 
4aaa44fbc17dc4fc56dfc9848d0a3c5b62ade0267dcd785233080125a36143f89f7f903d4cd799d8c969d3c29a8bb5a2db33a2428cc7a935ac698e494cd75414
-EBUILD nexus-oss-bin-3.6.0.ebuild 1299 SHA256 
c9862ce00cba2ef14064bfa4f6ffafa7de304b89169952aa8bab78eb7fbdfe51 SHA512 
4351eb05d00f60dab7cd51b02a6e21fa430b108271bc3572d73336b6f19ace1211f5cd7a2388240de752e57f5d1c6d7032aeda26d0c80bba742ed2287719c677
 WHIRLPOOL 
4aaa44fbc17dc4fc56dfc9848d0a3c5b62ade0267dcd785233080125a36143f89f7f903d4cd799d8c969d3c29a8bb5a2db33a2428cc7a935ac698e494cd75414
+EBUILD nexus-oss-bin-3.6.0.ebuild 1547 SHA256 
2462de97dfdcb887fc563a7d100dacf2c41d5e832838208411629962e6600990 SHA512 
29c5ccc45a5e4616f2248b32663ffcf19e7c587863b116854926aeda524fd6c1dc7e1609a275f4680e4f8c4f9a3cb19568f0ed891ecf0b4c915aa1afbbe34fa2
 WHIRLPOOL 
faaa7f433dff7396c233328c84dd14aee8b56342510052d03908ea6fafbb4330422c42d1d3a0df725a61066ada264f72d0f42a819d20319f45a7e6d3424bed9a
 MISC metadata.xml 1392 SHA256 
7ca58f109b5aa04acf375690eef9f56d406d4f34620474976c244231d16c02eb SHA512 
86204a863173c7d491cdf361f78be360bd8c192ebfdb51d1205439742967b62c196bbe99c20580e05fa2414786787ecdd896ee304ac29c17e28d0d85b3966523
 WHIRLPOOL 
6d4b4ad5291e568b792e8c0459fe123ee34e1eb1c9ebef7db13dd10cc0a9fe87d362996417b457e807037d56dc9989cfa64829358f0d4afa8ce5d22cc349c92b



[gentoo-commits] proj/pms: Branch deleted: eapi-7

2017-11-02 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov  2 16:44:39 2017 +

Branch deleted: eapi-7




[gentoo-commits] proj/pms: New branch: eapi-7

2017-11-02 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov  2 16:44:55 2017 +

New branch: eapi-7




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

2017-11-02 Thread Matt Turner
commit: 02f36b73b40cce8a408abb296b4714e41143fe4c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov  2 16:13:18 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov  2 16:13:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f36b73

x11-libs/libXfont-1.5.3: sparc stable, bug 634044

Thanks to Rolf Eike Beer

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

diff --git a/x11-libs/libXfont/libXfont-1.5.3.ebuild 
b/x11-libs/libXfont/libXfont-1.5.3.ebuild
index 49df73e73ae..d3922c84f7f 100644
--- a/x11-libs/libXfont/libXfont-1.5.3.ebuild
+++ b/x11-libs/libXfont/libXfont-1.5.3.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xfont library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans



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

2017-11-02 Thread Matt Turner
commit: 17cfb3c4d4f70393f3a38b6dc4eddb4eef915d5d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov  2 16:12:37 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov  2 16:13:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cfb3c4

x11-libs/libXfont2-2.0.2: sparc stable, bug 634044

Thanks to Rolf Eike Beer

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

diff --git a/x11-libs/libXfont2/libXfont2-2.0.2.ebuild 
b/x11-libs/libXfont2/libXfont2-2.0.2.ebuild
index 3f407a18365..83636d0082e 100644
--- a/x11-libs/libXfont2/libXfont2-2.0.2.ebuild
+++ b/x11-libs/libXfont2/libXfont2-2.0.2.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xfont library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 ipv6 truetype"
 
 RDEPEND="x11-libs/xtrans



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

2017-11-02 Thread Thomas Deutschmann
commit: ddc7a2854b198ea1377a9b109a1d366e4c3099e0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 15:57:41 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 15:57:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc7a285

dev-libs/openssl: Bump for CVE-2017-{3735,3736}

Bug: https://bugs.gentoo.org/629290
Bug: https://bugs.gentoo.org/636264
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-libs/openssl/Manifest  |   2 +
 dev-libs/openssl/openssl-1.0.2m.ebuild | 254 +
 dev-libs/openssl/openssl-1.1.0g.ebuild | 240 +++
 3 files changed, 496 insertions(+)

diff --git a/dev-libs/openssl/Manifest b/dev-libs/openssl/Manifest
index 732d1736742..9ea348a713c 100644
--- a/dev-libs/openssl/Manifest
+++ b/dev-libs/openssl/Manifest
@@ -4,9 +4,11 @@ DIST openssl-1.0.2l.tar.gz 5365054 SHA256 
ce07195b659e75f4e1db43552860070061f156
 DIST openssl-1.0.2l_ec_curve.c 17254 SHA256 
43ad99527a9f494c97c1efd4a87b49508455437da5de1b9ecd89b0d36fb764c8 SHA512 
8e92fb100bcf4bd918c82b9a6cbd75a55abe1a2c08230a007e441c51577f974f8cc336e9ac8a672b32641480428ca8cead5380da1fe81bacb088145a1b754a15
 WHIRLPOOL 
5a43777a2886a2e7bd41eeb3a96c90c62b0eaa771249a50eb5996993f43384dca5f24993ed6a6deede2c4f119f896fb11dbc26b72650c909c856bd8c313501f0
 DIST openssl-1.0.2l_ectest.c 30735 SHA256 
14f12b1db5121f3f58466f52ad10555c038c281e90e53c0a2f7940a754bb4d80 SHA512 
f2e4d34327b490bc8371f0845c69df3f9fc51ea16f0ea0de0411a0c1fa9d49bb2b6fafc363eb3b3cd919dc7c24e4a0d075c6ff878c01d70dae918f2540874c19
 WHIRLPOOL 
0d708b382d97e1f20a03e695f0a990fb9fd6cd8ab8ced29e072d52ca3f09f87d18c287d6134fd5ac2243ca541982f4d9eaa2fa8964d62b6b8f1a4b879e8fd997
 DIST openssl-1.0.2l_hobble-openssl 1302 SHA256 
7ec32aab6a1db2124de52c3918cc7f7e487972581e30235447eed15d59415384 SHA512 
3d757a4708e74a03dd5cb9b8114dfe442ed9520739a6eca693be4c4265771696f1449ea06d1c9bcfc6e94fc9b0dd0c10e153f1c3b0334831c0550b36cd63326e
 WHIRLPOOL 
b9630ce76492bff481d0bd48b72449d1e1d4fbb98c2387c4824d84833796adaba716e10976b3130eed9fd9442511a71604d9944600ba6be5253087f865cefe8c
+DIST openssl-1.0.2m.tar.gz 5373776 SHA256 
8c6ff15ec6b319b50788f42c7abc2890c08ba5a1cdcd3810eb9092deada37b0f SHA512 
7619aa223ee50d0f5e270ac9090e95b2b1ba5dfc656c98f625a9a277dda472fb960a4e89a7ba300044cb401b2072b2ca6a6fcce8206d927bf373d1c981806a93
 WHIRLPOOL 
0fa5ab02eb3ca8507b45c408739027f8632a77183a7355f8c31bcc5fedc507222e5cc44a4aff88b22fba87b69188f90465980c4a84bad1133287442ebd136a23
 DIST openssl-1.1.0-build.patch 3028 SHA256 
c626ac8b34df5d55a7272a741f87f06dc06cc20ac80085048788a2c76c08c25f SHA512 
b19a912900970052f80c67f28975e793ae9e70ebfc62efae0544e09931079e98c4cd29ce1cc8d937ceca97aff9a12fdc1ff9ce6c2b47fea68c79e7065464a0f0
 WHIRLPOOL 
950febb159139b145eb7de5bda1115465fa8551234182e6d15459ab5519213f515b4c3e3a3136d05c440d3eec04a7247461d36c2d45136a6f1963613d5896b3e
 DIST openssl-1.1.0-ec-curves.patch 2967 SHA256 
da60dfa01ed244cd3f77f60cc2ef479a36e64a58fa5e242aa03647c698cc1a42 SHA512 
8fb9c6759ae2077ad3697ba77e85ab3970fd8b3f64b21eb260b4f6333b7ebf2f5a53c7eee311229edfbd96a2b904ec5e5e00dfa5b62cf1105fece13069077bd2
 WHIRLPOOL 
e7293ef84f6c36e8e5f5ec8158023fdca484bc9082e73956bd0cc74a17c880350a49799146c855a37f116d743e7c93e54cbe4aa7f70483e235d03687a15a46a5
 DIST openssl-1.1.0f.tar.gz 5278176 SHA256 
12f746f3f2493b2f39da7ecf63d7ee19c6ac9ec6a4fcd8c229da8a522cb12765 SHA512 
340ab3f38c90dea346e543b58bc0eff0adede15be212ad20b7cf38718a7f94fab51996da414855c180540f7488b8bd31d8b9a0d04bb19159f735c46d8f6df22c
 WHIRLPOOL 
bb4ce1d100c5eb567de0139e4a1c0a2bb1cd308bd014704d6bb796d3fcfc16b91fe69839068944831746e0b937a6ccb234b5cea3b4911fab4283500ed380f0b6
 DIST openssl-1.1.0f_ec_curve.c 18393 SHA256 
9dd0e1f422116da45eb16936fbbbe4e4e05e7a8fc0f359594af76e935c37716e SHA512 
ee3e576825bccdf02cede4205ab92c42ae9dd3a8e75ce58617a3a5980a61d144eb3c5197d9dcd378a5d49bf34c4b2f591aa6a619fee92b7a22825d72681ab879
 WHIRLPOOL 
6f43f3b8037f5edf323ea865d1150eaa63ee60f60b512b52e37b752b328855e57eae70c812071caba0f91eeeb379c4dd9574806ba50d5bee38ad3b0e3fe03f55
 DIST openssl-1.1.0f_ectest.c 29907 SHA256 
37682adb07ba260339fad3fead87b186fc8c26321a0aad45deefed4c25ad87cb SHA512 
90cec9d46326cb7216236811c8e963032b6fa7500117cea36f28534eb50a5ab1260c7f9a5c8c490d845236b0769576a8d97bc7471f970e9c5e70cb3408c20dae
 WHIRLPOOL 
f39da1830f5a6492add40f460af9d85b2fbfac0d5d8ff4eb4ba3cb16e6ff50a030aee38c518d7a06d1167f59030ded5496000793ad4cf2de7ff36f22eeefe7c7
 DIST openssl-1.1.0f_hobble-openssl 1117 SHA256 
ab168bd8bf578f7361524f9a12eecbbaf41fd7e2c852a0158aafd3bce9cac569 SHA512 
fa9cc70afa11a7a292548b4bddbba8159824a364ce5c279b483768e6ae2aa4b5491d9bf2cc734819f30a11c8ee0d91bcb991c4a7ab357296aeb4c04feac74826
 WHIRLPOOL 
94537166ad8f5cacba2d30d0b6e4676d896cab157be5891fbeecdb2efa10a322d77e2b35a44ff1d474e860dcece63a8688f9df5edf8fe859bf67b410148ea64a
+DIST openssl-1.1.0g.tar.gz 5404748 SHA256 
de4d501267da39310905cb6dc8c6121f7a2cad45a7707f76df828fe1b85073af SHA512 

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

2017-11-02 Thread Craig Andrews
commit: 7d689bb93ef37ed422931576a907cb4d284f52e9
Author: Guillaume Seren  gmail  com>
AuthorDate: Wed Oct 25 16:59:44 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Nov  2 15:56:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d689bb9

app-emulation/docker: Add version bump 17.10.0

Closes: https://bugs.gentoo.org/635432
Closes: https://github.com/gentoo/gentoo/pull/6051

 app-emulation/docker/Manifest  |   1 +
 app-emulation/docker/docker-17.10.0.ebuild | 315 +
 2 files changed, 316 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 0e2db4843bc..f907a9b46c9 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -1,3 +1,4 @@
 DIST docker-17.03.2.tar.gz 7783969 SHA256 
171a65c44340c7b5710da6948b0afb9306b126b36c531ddab1a3653fd2980aaa SHA512 
9fad6c1fa38f9a14208547ca2d3d6a11a565fe4cebd7b432ccad9e2a57ab4a005df20415d1c797f747a99d309b07d8ec97bb45c67644554622aafe0bf1893e04
 WHIRLPOOL 
e34f04698e4a510ed26c9e8f87510878a940d77dc7558df40173a8ea452a2843327196dea3099844dc389a051e23294671b3bc835120af3ca1f4c9c758de44a3
 DIST docker-17.06.2.tar.gz 9684548 SHA256 
cfcb5646db32f52c4c394bc688fff405e585beab4ded64251958804a102a5269 SHA512 
0a9b7b122aadef911141ec1f606759e892c0673821ddf5f3247a5b2d4476a20018add84a22c5aca32f0f91c1046e5be6d8d3f9ce65c3e4244896bf061b1eac6b
 WHIRLPOOL 
d0cc166319dbf735d67796df3836f79b24b9108327276ca0ba272398cdc70d6fae4649d9097b6dd29e62633ee636a216343e0d3ffd781cf63ef4c7a7c8cea259
 DIST docker-17.09.0.tar.gz 10132253 SHA256 
ef1d7f2c48824495e4109426ba85b75c09cc9463b9ba92703e25ffcbe14536ae SHA512 
d96570825fb3dc24516b3b9666e935d5277674221452d8a23e6bcd1116f0bb3a2b8b315f47b98f52e681ab79309c099bb3b5c437af942539708ff3126c993638
 WHIRLPOOL 
ca96166ff3573138713d3d45fcfc42cfed99a70e9db17a1763a9e157e6ce3f301fd01ab3c579aacfcbcab7639986e97c680fbc65edd76047aee079239b6b
+DIST docker-17.10.0.tar.gz 10252333 SHA256 
90f54b988d5241ee0472800e139e0628ae8a58dac168bb32fdb031383f3b46be SHA512 
4ec5dae379ecda36b9af7066432507947142631efea471cd7f447677f9db1fe1522fe81ef68b28d3e63b5e759535a1c518ce1ef71f4de0e9dd32c957c682098c
 WHIRLPOOL 
5e8278c663f0a0e793c2f439ce84e541371a45e605f78194a86ab3da4922400d8ef7101b5534ac35927381a658a88929c9a83a8ffee0f984488edb5a3c993eae

diff --git a/app-emulation/docker/docker-17.10.0.ebuild 
b/app-emulation/docker/docker-17.10.0.ebuild
new file mode 100644
index 000..e46a7d2fc6e
--- /dev/null
+++ b/app-emulation/docker/docker-17.10.0.ebuild
@@ -0,0 +1,315 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/docker/docker-ce"
+
+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
+   inherit versionator
+   if [ "$(get_version_component_count)" = 4 ]; then
+   MY_PV="$(replace_version_separator 3 '-ce-')"
+   else
+   MY_PV="$PV-ce"
+   fi
+   DOCKER_GITCOMMIT="f4ffd25"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+   [ "$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 +container-init +device-mapper hardened overlay 
pkcs11 seccomp"
+
+# 
https://github.com/docker/docker/blob/master/project/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.16.1
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/project/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   ~app-emulation/containerd-0.2.9_p20170917
+   ~app-emulation/docker-runc-1.0.0_rc4_p20170917[apparmor?,seccomp?]
+   >=app-emulation/docker-proxy-0.8.0_p20170917
+   container-init? ( >=sys-process/tini-0.16.1[static] )
+"
+
+RESTRICT="installsources strip"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+# see "contrib/check-config.sh" from upstream's sources

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

2017-11-02 Thread Ulrich Müller
commit: f537553bfebc7372715013767264452fe4f3e994
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 31 21:32:07 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Nov  1 18:34:49 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=f537553b

metadata-cache.tex: Save one line by preventing a line break.

 metadata-cache.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/metadata-cache.tex b/metadata-cache.tex
index 47e70a4..952f03d 100644
--- a/metadata-cache.tex
+++ b/metadata-cache.tex
@@ -40,9 +40,9 @@ order. Other lines may be present following these; their 
meanings are not define
 
 Future EAPIs may define new variables, remove existing variables, change the 
line number or
 format used for a particular variable, add or reduce the total length of the 
file and so on.
-Any future EAPI that uses this cache format will continue to place the EAPI 
value on
-line 15 if such a concept makes sense for that EAPI, and will place a value 
that is clearly
-not a supported EAPI on line 15 if it does not.
+Any future EAPI that uses this cache format will continue to place the EAPI 
value on line~15 if
+such a concept makes sense for that EAPI, and will place a value that is 
clearly not a supported
+EAPI on line~15 if it does~not.
 
 % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ddskk/files/

2017-11-02 Thread Ulrich Müller
commit: 47c049c50ae14d30593124d8cc5c29d112d06127
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Nov  2 14:36:06 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov  2 14:36:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c049c5

app-emacs/ddskk: Remove stale patch.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-emacs/ddskk/files/ddskk-15.1-skk-mk.patch | 12 
 1 file changed, 12 deletions(-)

diff --git a/app-emacs/ddskk/files/ddskk-15.1-skk-mk.patch 
b/app-emacs/ddskk/files/ddskk-15.1-skk-mk.patch
deleted file mode 100644
index 3876f0f4943..000
--- a/app-emacs/ddskk/files/ddskk-15.1-skk-mk.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-# Generate skk-autoloads.el with coding cookie.
 a/SKK-MK
-+++ b/SKK-MK
-@@ -884,7 +884,7 @@ SKK tutorials:
-   (set-buffer buf)
-   (erase-buffer)
-   (insert "\
--;;; skk-autoloads.el --- autoload settings for SKK.
-+;;; skk-autoloads.el --- autoload settings for SKK. -*- coding: iso-2022-jp 
-*-
- 
- ;; This file was generated automatically by SKK-MK at "
- (current-time-string)



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lutok/

2017-11-02 Thread Tobias Klausmann
commit: 0eeaa2c64d1abb49129e5e6eb74994f550dc9355
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov  2 13:13:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov  2 14:33:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eeaa2c6

dev-lua/lutok-0.4-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/627040

 dev-lua/lutok/lutok-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lutok/lutok-0.4-r1.ebuild 
b/dev-lua/lutok/lutok-0.4-r1.ebuild
index 05bac27c8de..a35c0ce506e 100644
--- a/dev-lua/lutok/lutok-0.4-r1.ebuild
+++ b/dev-lua/lutok/lutok-0.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/jmmv/lutok/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2017-11-02 Thread Tobias Klausmann
commit: d79ca9417173c09a5f7254835660306cadc76572
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov  2 13:13:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov  2 14:33:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79ca941

dev-util/kyua-0.13-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/627040

 dev-util/kyua/kyua-0.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/kyua/kyua-0.13-r1.ebuild 
b/dev-util/kyua/kyua-0.13-r1.ebuild
index 283f409fd93..4fd6520414a 100644
--- a/dev-util/kyua/kyua-0.13-r1.ebuild
+++ b/dev-util/kyua/kyua-0.13-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 # Tests fail



[gentoo-commits] repo/gentoo:master commit in: www-misc/htdig/

2017-11-02 Thread Tobias Klausmann
commit: 7b7c3465fc0b5553fc8972b252a877bc9481ad49
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov  2 13:13:08 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov  2 14:33:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7c3465

www-misc/htdig-3.2.0_beta6-r5: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/632338

 www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild 
b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
index 046f3c4cf90..1424becfef5 100644
--- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
+++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.htdig.org/files/${PN}-${MY_PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="libressl ssl"
 
 DEPEND="



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

2017-11-02 Thread Tobias Klausmann
commit: 09d100446d200c8e6e541be674baf33e45db92e4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov  2 13:13:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov  2 14:33:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d10044

dev-util/pkgconf-1.3.7-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/627040

 dev-util/pkgconf/pkgconf-1.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgconf/pkgconf-1.3.7.ebuild 
b/dev-util/pkgconf/pkgconf-1.3.7.ebuild
index ed291936247..252bab470e2 100644
--- a/dev-util/pkgconf/pkgconf-1.3.7.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.3.7.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="https://distfiles.dereferenced.org/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
+   KEYWORDS="alpha ~amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 fi
 
 inherit ltprune multilib-minimal



  1   2   >