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

2017-11-26 Thread Robin H. Johnson
commit: 237d1b34166fea2e4cb0eb28098a5b2759548b86
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 27 07:50:58 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 27 07:51:07 2017 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=237d1b34

Fix PORTAGE_QUIET quiet result.

Having PORTAGE_QUIET set caused the quiet variable to be incremented,
but it did not also setup the warnout variable.

Add a common setup function for warnout quiet, and use consistently.

Signed-off-by: Robin H. Johnson  gentoo.org>

 main.c | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c
index d124695..dea03a8 100644
--- a/main.c
+++ b/main.c
@@ -78,6 +78,15 @@ no_colors(void)
setenv("NOCOLOR", "true", 1);
 }
 
+static void
+setup_quiet(void)
+{
+   /* "e" for FD_CLOEXEC */
+   if (quiet == 0)
+   warnout = fopen("/dev/null", "we");
+   ++quiet;
+}
+
 /* include common applet defs */
 #include "applets.h"
 
@@ -102,7 +111,7 @@ no_colors(void)
 #define COMMON_GETOPTS_CASES(applet) \
case 0x1: portroot = optarg; break; \
case 'v': ++verbose; break; \
-   case 'q': if (quiet == 0) { warnout = fopen("/dev/null", "we"); } 
++quiet; break; \
+   case 'q': setup_quiet(); break; \
case 'V': version_barf(); break; \
case 'h': applet ## _usage(EXIT_SUCCESS); break; \
case 'C': no_colors(); break; \
@@ -952,7 +961,7 @@ initialize_portage_env(void)
xarraypush_str(overlays, main_overlay);
 
if (getenv("PORTAGE_QUIET") != NULL)
-   quiet = 1;
+   setup_quiet();
 
if (nocolor)
no_colors();



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

2017-11-26 Thread Robin H. Johnson
commit: 89524269b57888bb86a34c6fd7ef0422699fd30b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 27 07:53:57 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 27 07:53:57 2017 +
URL:https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=89524269

Fix -Wmaybe-uninitialized.

In file included from include_applets.h:13:0,
 from main.c:1485:
qgrep.c: In function ‘qgrep_main’:
qgrep.c:212:5: warning: ‘dentry’ may be used uninitialized in this function 
[-Wmaybe-uninitialized]
  if (*cat_dirent_pt == NULL || *cat_dir_pt == NULL)
 ^
qgrep.c:245:17: note: ‘dentry’ was declared here
  struct dirent *dentry;

Signed-off-by: Robin H. Johnson  gentoo.org>

 qgrep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qgrep.c b/qgrep.c
index 9d2752e..0680035 100644
--- a/qgrep.c
+++ b/qgrep.c
@@ -242,7 +242,7 @@ int qgrep_main(int argc, char **argv)
DIR *eclass_dir = NULL;
DIR *vdb_dir = NULL;
DIR *cat_dir = NULL;
-   struct dirent *dentry;
+   struct dirent *dentry = NULL;
char ebuild[_Q_PATH_MAX];
char name[_Q_PATH_MAX];
char *label;



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/, net-analyzer/wireshark/files/

2017-11-26 Thread Jeroen Roovers
commit: 5f1fdf39a7d536af29a578d167a44cc50d8544c2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 27 07:52:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 27 07:52:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1fdf39

net-analyzer/wireshark: Fix header install (bug #638866 by Garri), configure 
options, androiddump patch.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-analyzer/wireshark/Manifest   | 4 ++--
 net-analyzer/wireshark/files/wireshark--androiddump.patch | 6 +++---
 net-analyzer/wireshark/wireshark-.ebuild  | 6 +-
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index c15d386eaf9..8be664a29b2 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,2 +1,2 @@
-DIST wireshark-2.2.7.tar.bz2 32309420 SHA256 
689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5 SHA512 
417836810eb895b3f2a6ac1cfd138fb0275382ea2edc60fc5f5e5f8ce433b56b8120aa8b58b4f77296986630fdf49e4c5c3859b2c2c5e26b1ce0651393b7d716
 WHIRLPOOL 
0361821da9c113a8de1339cc48cae0291be84bcffb1ba34b1fc3f457b22525329e954a2060f7eef25bca550d0ccdaf4a9e9587d35394b0abd9b0d38bc6023e44
-DIST wireshark-2.4.2.tar.xz 28791712 SHA256 
d1acb24735fd35e18e9b7a0555ec58277c2b87da45a19ebeb8087c3dda55f47d SHA512 
212964482a1e45af490ef78b3f2465384f84c007a76c3a99e8de0e2c37d933fb34b0da5631f4a36ca12d2fa7cc4376d3d405cbe7f7113791ea09dba7e5915417
 WHIRLPOOL 
245454643e138c61ccb380ae236482fea702cf4c0507de1c1d3d6dc9f7312809533db7b0fba585f95b8caf5b76affa4da23ad263b8f95174dfbb9c2ee3300177
+DIST wireshark-2.2.7.tar.bz2 32309420 BLAKE2B 
a4ec32fab15235c5bde9f03ceafc5760055a769dd40d96526a18ad16d5642e957f620fc58f42c3323745bd679d6ef7b006283e7b9ddc52ddadc2680789d957ea
 SHA512 
417836810eb895b3f2a6ac1cfd138fb0275382ea2edc60fc5f5e5f8ce433b56b8120aa8b58b4f77296986630fdf49e4c5c3859b2c2c5e26b1ce0651393b7d716
+DIST wireshark-2.4.2.tar.xz 28791712 BLAKE2B 
64a965f522478e2e5690a4439554764bd341c0b8017003af4b0d328094cf56a72462df9dfdb9c9318e4bfc1fe57e4caedc43e0d0c18c704c8342dbb3baa36d91
 SHA512 
212964482a1e45af490ef78b3f2465384f84c007a76c3a99e8de0e2c37d933fb34b0da5631f4a36ca12d2fa7cc4376d3d405cbe7f7113791ea09dba7e5915417

diff --git a/net-analyzer/wireshark/files/wireshark--androiddump.patch 
b/net-analyzer/wireshark/files/wireshark--androiddump.patch
index 124a9b8b00b..db1c560848e 100644
--- a/net-analyzer/wireshark/files/wireshark--androiddump.patch
+++ b/net-analyzer/wireshark/files/wireshark--androiddump.patch
@@ -1,10 +1,10 @@
 --- a/extcap/Makefile.am
 +++ b/extcap/Makefile.am
-@@ -49,6 +49,7 @@
- androiddump_LDADD = \
+@@ -32,6 +32,7 @@
+   ../ui/libui.a   \
../wiretap/libwiretap.la\
../wsutil/libwsutil.la  \
 +  @PCAP_LIBS@ \
@GLIB_LIBS@
  
- if ENABLE_STATIC
+ randpktdump_SOURCES = \

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index 5d11c1bd60e..f8b854c9dc0 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -146,8 +146,6 @@ src_configure() {
use doc || export ac_cv_prog_HAVE_DOXYGEN=false
use doc-pdf || export ac_cv_prog_HAVE_FOP=false
 
-   # dumpcap requires libcap
-   # --disable-profile-build bugs #215806, #292991, #479602
econf \
$(use androiddump && use pcap && echo 
--enable-androiddump-use-libpcap=yes) \
$(use dumpcap && use_with pcap dumpcap-group wireshark) \
@@ -173,7 +171,7 @@ src_configure() {
$(use_with geoip) \
$(use_with gtk gtk 3) \
$(use_with kerberos krb5) \
-   $(use_with libssh ssh) \
+   $(use_with libssh) \
$(use_with libxml2) \
$(use_with lua) \
$(use_with nghttp2) \
@@ -192,7 +190,6 @@ src_configure() {
$(usex qt5 MOC=$(qt5_get_bindir)/moc '') \
$(usex qt5 RCC=$(qt5_get_bindir)/rcc '') \
$(usex qt5 UIC=$(qt5_get_bindir)/uic '') \
-   --disable-profile-build \
--disable-warnings-as-errors \
--sysconfdir="${EPREFIX}"/etc/wireshark \
${myconf[@]}
@@ -236,7 +233,6 @@ src_install() {
epan/dissectors/*.h \
epan/ftypes/*.h \
epan/wmem/*.h \
-   register.h \
wiretap/*.h \
ws_diag_control.h \
ws_symbol_export.h \



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

2017-11-26 Thread Amy Liffey
commit: 84fde63799f57375e4dc9d9f6ecb07e5aaf55c8a
Author: Amy Liffey  gentoo  org>
AuthorDate: Mon Nov 27 07:32:18 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Mon Nov 27 07:32:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fde637

media-libs/opencv: drop old vulnerable version

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-libs/opencv/Manifest |   7 +-
 media-libs/opencv/opencv-2.4.13.ebuild | 240 -
 2 files changed, 3 insertions(+), 244 deletions(-)

diff --git a/media-libs/opencv/Manifest b/media-libs/opencv/Manifest
index 0e8ded1a6aa..f6394c76737 100644
--- a/media-libs/opencv/Manifest
+++ b/media-libs/opencv/Manifest
@@ -1,10 +1,9 @@
-DIST imgcodecs-opencv-3.3.0.tar.gz 7724 SHA256 
5d1ef31142ed42e06b2bb71134da7e5fae5e94e70896aae26ac2dc0baa74a161 SHA512 
9c6fc31830e299e3d15da1cfc3468fe23eecda970a02e5826e0a7cfba34200c557c0e46f940154a26e9916da05859a83376217cbe7452ec8d14e99bc76f63d37
 WHIRLPOOL 
fbf18817a3f6e82d2ce1ecad237b223244328208fe9926033133c2126e785a1ad3fbf06b69113a94996d624e73003564ea9ce2314ffbdecfb0ea3fd67308084d
+DIST imgcodecs-opencv-3.3.0.tar.gz 7724 BLAKE2B 
0e1c931a6dd796a7fa8e4a958f9a959d3bbba9bfa636a74a22d839b2919a8e1d0843765bcb69c5fbff7156efad0db2e5b3b70a2fc6e1911c0317ba46142cc130
 SHA512 
9c6fc31830e299e3d15da1cfc3468fe23eecda970a02e5826e0a7cfba34200c557c0e46f940154a26e9916da05859a83376217cbe7452ec8d14e99bc76f63d37
 DIST opencv-2.4.13.tar.gz 91669572 BLAKE2B 
7f6be39e29c0db5d005cb14215fdf5955fa69c34d72c4f1e1fa8bf8de1e748a0d2fe5febb43296ef529c57e4dec8d1b6739c0c4df9e64657b9550ed382fbc4b9
 SHA512 
efdc4340fdf557dae44ac604c8c20f61ced89f99274264b61c2640f28741504462c6b57076e207040ca2513e3921275bdfbe6c22fc123bd50df78745e6b7bcd6
-DIST opencv-2.4.13.zip 94319943 SHA256 
fa6a45f635f4e1dbc982b8ccc93206650e7fc584b2f3dd945759ce28b047b94f SHA512 
b5ccaa22deabfedd29b697296d265a32c7db959f2e94ca3643c1cde65fb84463809535f2e6bd49c4baa06958fa223a32bbfdd7234b8e160ec333fd9cd7800d3b
 WHIRLPOOL 
86f7690b460dbcf70dec30c29784d96b2bb99e43ba70fe967d18b375fcee4f8934591f0d9fe2ff6717346eb9be8628766658d589eae9943d528352d1ce1df455
 DIST opencv-3.1.0.tar.gz 76135587 SHA256 
f00b3c4f42acda07d89031a2ebb5ebe390764a133502c03a511f67b78bbd4fbf SHA512 
57e0fe41e3d5d1dc036e7fc5673523e53d54f5f62e4d3bcb95238a9cd53e79da7c1704dc136ce632f7cfce369ebf5eb27f629a9b6ac4f7fa34120b80b5c7438f
 WHIRLPOOL 
b2825d5cafa87e0fe9cacd093ddb969913d916c0370819073b2bde3c598798efcf23c406aae2116f2628c564ca99e5f871a448a3ece97d8d29ec73841ac283b4
 DIST opencv-3.1.0_contrib-75b3ea9.tar.gz 54277105 SHA256 
478f742457d3f4e96f857b726e35b28a8d20a1de8e5f51b8671251bc896d443b SHA512 
d1d11520b8729fbaf0257c927654251ff9ac1ba5cf937af9dd973ec39f483d1ee08aff7ad3f1a9941fef921a35dc466ac5574918197ddecd3f6c66b682bf671a
 WHIRLPOOL 
18b70014428c4fa532658ca5ac332bffaae049b468f46cb027a6972f21f5b2bd17d02b33d68c43b84f821a77fa09efb9c372499cfa4f645a0516b93acb858353
 DIST opencv-3.2.0.tar.gz 78861546 SHA256 
b9d62dfffb8130d59d587627703d5f3e6252dce4a94c1955784998da7a39dd35 SHA512 
a338f4b4cdebfc2dcd763427b9c9632b3a3b0d072117b8e6367c73ea1ac21f7148553a23c7afbb44b01a48be3be95520789c2de1d6ae230b7b414ee713d3606d
 WHIRLPOOL 
092c0c1195d80f89e0e2fd030a93eb80e7b83ce155fdcd9fa071248be20127a684922c83de73be9bf321d934e14b0b4e60cc78ab272ab9d39d6707da37db30d3
 DIST opencv-3.2.0_contrib.tar.gz 54765210 SHA256 
1e2bb6c9a41c602904cc7df3f8fb8f98363a88ea564f2a087240483426bf8cbe SHA512 
eadb6a8a3625235b0c71e29c36d15d9342278aaf9148ef6a7e1aa80f4db0491aaf30b6df16bfd0cd358402b2a3059b6acbce23fb5fe2c0c57150a733ffbbff5a
 WHIRLPOOL 
eb8f916c19474a58f4c2785e50dc261a31f684a917011473b94a19d26e4e9845c042f77196c000dd97543699b745360114cdd31cad549379b6394e9d727c72a8
-DIST opencv-3.3.0.tar.gz 81238534 SHA256 
8bb312b9d9fd17336dc1f8b3ac82f021ca50e2034afc866098866176d985adc6 SHA512 
13dee5c1c5fec1dccdbb05879d299b93ef8ddeb87f561a6c4178e33a4cf5ae919765119068d0387a3efea0e09a625ca993cffac60a772159690fcbee4e8d70fb
 WHIRLPOOL 
211496e559fa3a78b662329a5e21613fdc39b616155584311f82f3d7c733676bcb58d8e04ffda2d73658933240e16122212413fa1c2e6dfe764439c9460d7c41
-DIST opencv-3.3.0_contrib.tar.gz 54848519 SHA256 
e94acf39cd4854c3ef905e06516e5f74f26dddfa6477af89558fb40a57aeb444 SHA512 
ebe3dbe6c754c6fbaabbf6b0d2a4209964e625fd68e593f30ce043792740c8c1d4440d7870949b5b33f488fd7e2e05f3752287b7f50dd24c29202e268776520e
 WHIRLPOOL 
b186f673e276c4b8c4c5253fd17181f0e1b7bd4a0e0c74f15ab55ea5f2ee54a72fc295247c7bfcbfbedba1fc01b4c5e2a53a2a4eff79ab0480977a6eefc90c58
+DIST opencv-3.3.0.tar.gz 81238534 BLAKE2B 
9eac7de8eefbcc9981a249343052c2dcada4e73c3406d545a89b9e6a054a7c7153933537d123f227caf51f23196fcaaed4135229db195e9c4139f2977e034e34
 SHA512 
13dee5c1c5fec1dccdbb05879d299b93ef8ddeb87f561a6c4178e33a4cf5ae919765119068d0387a3efea0e09a625ca993cffac60a772159690fcbee4e8d70fb
+DIST opencv-3.3.0_contrib.tar.gz 54848519 BLAKE2B 
53615af19426bf7a1540a6f23c7803276d6de594260b0d87b06b6b12c9e20326925a275e31e017784e8e876e30df7b8f326e192a75c5300252ae09f50d0d9a8

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

2017-11-26 Thread Alice Ferrazzi
commit: 5c258e6f4def483c21bc4cd2d6b689468b217e10
Author: Karl Linden  gmail  com>
AuthorDate: Sun Nov 26 08:46:46 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Nov 27 07:28:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c258e6f

sys-kernel/rt-sources: version bump to 4.1.46_p51

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/rt-sources/Manifest |  2 +
 sys-kernel/rt-sources/rt-sources-4.1.46_p51.ebuild | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 1c10dee2f3c..703651321b3 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -22,6 +22,8 @@ DIST patch-3.18.82-rt88.patch.xz 173608 BLAKE2B 
6f0097ab5ffd318e9c519fd1da2a8e97
 DIST patch-3.18.82.xz 1354196 BLAKE2B 
c5cc3bc681ec835087355998a18cd61755331d14331e5a8c5bb3f649ae60725972df15164edbf903a1ba277b55611031bafa3264ab15f06e07ae4b0b5616baae
 SHA512 
c4947315e4ab58bad7b393af2f42709c5b0f43dbce37676e8dcbd7058b7faa38c32a58207de5d7f15c078e3ca1dca25f0c4ca05b2ac6804d14bb628d46ca1d46
 DIST patch-4.1.42-rt50.patch.xz 190032 BLAKE2B 
b1723b4dd1ac49c85a962c09b5aac4bdf49f1798fea3b312289d7d875b5ca8e2cdd37e313c80e7decd94f0f80aeefbd7305d3883a6f50a33102f2c5886c0b2f5
 SHA512 
a8bc66d368176e5d02bdc54b9a5a1eb9865b277d89fe6f43e2e212832bb0d3b435a510ba8e03a64e1f8d94cf5a870076405b2687c51558b1d47586c0f5738d2a
 DIST patch-4.1.42.xz 1109816 BLAKE2B 
b01888185a28df8c12f4f1cee4e6a417e656fcf0f09ee2179840a3d5f255650451a89e133d2bb628bbd645d9235cad147ba2e8a45efcaeeeace3d75a49f10b6e
 SHA512 
a3b4e29e7cb613a72b8176edfe2cb5da0aa4e6064bb717c1bd5caa9463563cdb66a4bebe6256a8eddd58f32ae6f658fdbb66a3e4337a91def9d08b7c0e23fb2d
+DIST patch-4.1.46-rt51.patch.xz 189892 BLAKE2B 
3800f353d42b4c01461d9781dbf822fa6c14e408eec0c7158da8dd24673d33fea26d6241a8ec335fc7cf21e392be85543f88896cfa82b9a3aa8e5c08c5c214e4
 SHA512 
f009602913cfb22ae23943c452900b646d192146002b58517b591a874306b138e2e680170a70e1ead06ba38b76fc2e3fc55f83164dc5ef0b8dae5bdc30a54d8a
+DIST patch-4.1.46.xz 1236640 BLAKE2B 
0c4305e3a3d2da4dfb8f23e0837d27d7916830170a0f10e9108d7517c69fca89bfccf35455a12f6e944f4c0527041172b072ea93978b19410daa2e9ec0b9f43d
 SHA512 
c6b50ddd848c949119dfe1ebe45542a53c8116718e09345e8b47b300f057d4396f0991de51a6ce0ae1ea88502e53339573c8873126bfe202c742a09455b00519
 DIST patch-4.11.12-rt13.patch.xz 228308 BLAKE2B 
c2d33f7943f742c04f4d095f1a7a7ef3219d616085d8ec0c2b4e76da3db1d895bc38dc06d175f0e28801e775b1cc85e5a4945dcce0c2259b3f86dff35d285274
 SHA512 
cb82e29088a1e17859feafa054c83950b2c68262da2b501290405335210f2efaad29af5a0c0f7520f0f5874c4a15eb1bddbaa0dd330e8fcfc88d201bfc176f97
 DIST patch-4.11.12-rt14.patch.xz 230380 BLAKE2B 
557e5606f31e61f1bcc4e7a387672a3f022319be77d243702c72316eb53b0ce1498cb3501d3c4346f724f44c121a7b5e1ec47235965d35c1cd09428a4a1e8da6
 SHA512 
7ff8a20b459119e2d42c8a314a3fabc7366268a81b5ab47b98b4d3a259a270586b368f4e7a548c5670212b27fcb1113a8dcc8b908a13b9ad640dabea9bcd610c
 DIST patch-4.11.12-rt16.patch.xz 232408 BLAKE2B 
2c16730105c645a4f73bbf0dc59ed37ef9440bcd118f3a1d0f79822dbddf411abdece9bd5e859aefb38402f6b02d430350d056769eb8810be31fce5cc4db11f1
 SHA512 
1ef1324210e0c3d308cbededd3e7da41e47c972563858a21ae8178d060906cf24249f48dd0f8667d528be29d50755feaf1ede4fe35e662f89195ee91355a8ced

diff --git a/sys-kernel/rt-sources/rt-sources-4.1.46_p51.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.1.46_p51.ebuild
new file mode 100644
index 000..3b5bc7251fc
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.1.46_p51.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "D

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

2017-11-26 Thread Alice Ferrazzi
commit: e562ef02bc83490842acb6197624ce709f43a715
Author: Karl Linden  gmail  com>
AuthorDate: Sun Nov 26 08:48:59 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Nov 27 07:28:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e562ef02

sys-kernel/rt-sources: version bump to 4.9.61_p51

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/rt-sources/Manifest |  2 +
 sys-kernel/rt-sources/rt-sources-4.9.61_p51.ebuild | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 746f1295b75..1399389d5b6 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -38,3 +38,5 @@ DIST patch-4.4.97-rt110.patch.xz 191772 BLAKE2B 
9ce80852c224589df2b661d13e636906
 DIST patch-4.4.97.xz 1410480 BLAKE2B 
8dbd15938cb6fd5825db7eee3ad1fd2a7b4652245672b895584cd1a066826e012111cadc03ed6035f60ad2957310cca6e826dbb8ccce9d28dadd99fcd0861a44
 SHA512 
1364bffd4deffa37f515864538e00dc3c77f129f54fc97c65aa7e78553c200437ac9d244d50390c0d816cf0ffaf008757126e227b4f4fb25a3ba58319e64699e
 DIST patch-4.9.47-rt37.patch.xz 171208 BLAKE2B 
124341097e524fdb711a16175108168c9378eccb109198721bb3b206b97c27596fd598ad71a68566677de3651083f5637a4e8cdbbd313994cfb5377179db8e58
 SHA512 
b41e77788f29f825d7de923b9601668a27298ed21c6ca44576f67c0db48795b8b22f32bcdb713eb79792e4d1b286dce1387faa3418a306034516023943047609
 DIST patch-4.9.47.xz 937408 BLAKE2B 
f81827ccdedcdb34b1d8f18b73674bf7ea19d83bb16c5f9f3c76909ec0a0561fcfda37da40ad410c74c1c7c00716a43540db5af50e8261f394a3253a2295df03
 SHA512 
1444676c9bdff6133191db4885fb6ddfb989e355c7f16ddc42ff1ed9415917f06c8147cd69346525624da8547204a68303d5002417b40e11c0174341f55cfc09
+DIST patch-4.9.61-rt51.patch.xz 171084 BLAKE2B 
accaafb5afa9b3f4e3f5d3c9bd2e52926b727ef9b81b2f45279ee9b23a0e03d0b6b1da3d1aa5d72051a8ed36a63e1123babe2a2d06622c6027793de7f0393f07
 SHA512 
d5dbfa5f0802365b5547efbccd3e3e3e00d7d7e9ea5ce9ecc60a11438854384df9de333d348ac4237c315c5c3a0f69487e99ade3afaafd26e098399abde73289
+DIST patch-4.9.61.xz 1113680 BLAKE2B 
6616fd0676cad33aedad73fd3d6f2f1afab70d02830ec97ed50b3e1e39bd24930662eb9b861a4a099a26e704b3d3944aca6c101ce4810080a2c0b8943f6377ea
 SHA512 
2b558fd3f5f7c70a1dde7a39ef3dd6bef621e5001d24f9945b887d58a4d640e58fbc0eecf77d845e4ca5815b507ee03f64e0db03a38c7d8e283eacae3d7dfb6a

diff --git a/sys-kernel/rt-sources/rt-sources-4.9.61_p51.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.9.61_p51.ebuild
new file mode 100644
index 000..3b5bc7251fc
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.9.61_p51.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with"
+   ewarn "the ebuilds."
+   ewarn
+}
+
+K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
+${HOMEPAGE}."



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

2017-11-26 Thread Alice Ferrazzi
commit: 2c593ecb6f4310efb0302b235208e9bdffbb2894
Author: Karl Linden  gmail  com>
AuthorDate: Sun Nov 26 08:46:17 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Nov 27 07:28:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c593ecb

sys-kernel/rt-sources: version bump to 3.18.82_p88

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

 sys-kernel/rt-sources/Manifest | 50 ++--
 .../rt-sources/rt-sources-3.18.82_p88.ebuild   | 54 ++
 2 files changed, 80 insertions(+), 24 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 7c71a34c846..1c10dee2f3c 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -1,34 +1,36 @@
 DIST deblob-3.18 127087 SHA256 
c720eabb3911f8dfa4398c4250853df4633018abebc01a509ee4a283c3e00941 SHA512 
6fe33762ba19aad7ff891b7b805cc26f6e2926f5e40c92fa45bc7f31bdeb5c8fc42b97e5d37d71b9422da239c7c54abd25f1fa2fa1e5733c6053abbf4c9e9011
 WHIRLPOOL 
c351a3ae15c59081fca69c1b5d9b9de10f024eb01f1426722a0d6ccb7caa34330be42897cd85cf19b22ff876352b0cec1c19707edc81c4cb01ad9c1df2e3d831
 DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
 DIST deblob-4.11 148749 SHA256 
4c31a9e39d302a7dfe4ba2bf550dc49312db5949a611dda343575e6ca3b8f06c SHA512 
e560c76cf340d88930e1b2ff1cd86ced028922faa30a0ae6ade34eb92dc8ca916917b62d84c33be5030c697326bc8808fd1fa259a6767eec83227a06df646199
 WHIRLPOOL 
37b8c818b9073affda24c481928bb4d606a47a72bdba70d1148669c368e417785149bd5d6e5f303b25ebfcfb1b021b52bc01c89a8120963a29c2e0cddba4752b
-DIST deblob-4.13 153698 SHA256 
fffae6f02f5c02dfbbbe0320954c19c5d68011c120aa0852860e48b26c418131 SHA512 
e69a95ac3cdfccb042cd9a987d789a4d17e2b1f253bf724023896c936a2e36e3c205ca28064d96ba8bbdf8946822099e70da573ac99d881a837c91e55e8c7970
 WHIRLPOOL 
198b47b73b9f7cc5d5a9cab7997fd007d4ee791bf3e39023bc740dfcd4602376128f8ad4564e3b996cbc0a51bec7711f7afdcf5f1e85d57cc1c50d45ec02b778
+DIST deblob-4.13 153698 BLAKE2B 
92589ffb1a26bcd4ef80557d9eb7302d8d64175f9f77970bb5ee6545e766af130139bcbf0dfd91b176a001534fd66606f22887295a3dc9b68b96e02ca33594c7
 SHA512 
e69a95ac3cdfccb042cd9a987d789a4d17e2b1f253bf724023896c936a2e36e3c205ca28064d96ba8bbdf8946822099e70da573ac99d881a837c91e55e8c7970
 DIST deblob-4.4 137370 SHA256 
7cf11c8594db0d2a10a1b02390c9ff8916f1d2a1fe9d59058ca45485500c5274 SHA512 
ea5f2f2cdbc97bdc90c2131f846761dc1630a53986db10d8e9d07d1ddee12a9d878c57790edd3ecc75ed9792d479b7b726c39d688a3926e850608c81b1b78a3a
 WHIRLPOOL 
bedd494be2032ce4b8911f25df906055d019af31ea6548b885482f870cd5313e09e7fb544fc8db268b3498cc18c199ae5701023839c972b48dbd8128239eeb75
 DIST deblob-4.9 146273 SHA256 
af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 WHIRLPOOL 
7b5ddba1469b6515d03d2e0e91a643ab0252803fde271ca710978186582a2f1a3b01deab9718c194bcdae0a79887636b6e98e604305402c9051b15a89fd393df
 DIST deblob-check-3.18 654232 SHA256 
30f22602b6ddf2cbccc16ef25fdc4d92755f3972e1c671d7cab8b9d6865eb155 SHA512 
2cff9abef479a55dd6a0699371be8227ba63b18da1fb153d5df382e0a5e4f1b745b7de256a367a36efa9d12e2aad5622cc288efef009feebf81c108dbef4fe16
 WHIRLPOOL 
e92927ad1565e80ce87e8bda372f8f7eb42bc0f47ad9b19fe5cf737903b2021fd6e3756e8d22b70f3037a46c254fec8b7285b37beb10795ccb4ca99d38876f8c
 DIST deblob-check-4.1 674781 SHA256 
54aa33e23a31ead6f982b830be86003c306b88f0d0a9f96c7dc66fe7cd274acb SHA512 
51fe9d70d723992aaf70f8bfcfcc12ecfedd7a039402ddae07858fb087693b00cd80d1e0e1a5053e049f2a2b8c58ed23e4598e2dae902c499c08bc2eeb33
 WHIRLPOOL 
d2c22280e12863793f8e866b126be53ee10d564373addfe9399b2afe22dd7584513c050f334ea08e6d63dd27a1574f2754456bad9d0a42e8c8d9995eec27aed0
 DIST deblob-check-4.11 734493 SHA256 
39312ac206c249257018e85d4c3455f9bcad0205b4bd18eef28971492090fb43 SHA512 
f3ae2b80ac16f223349c741877c64d619fda2be9ce5a28741cfaf626cb2104547f0f638e6d56afa524054b4ec4ccc8f720515c8518ab333d95bfd29cd8ad056d
 WHIRLPOOL 
c2b0289118d4db9972c25e08a4268b89d7b9ea54ba32adb5da06929823ddd852a4b5538b9e8953ff91967645b3089e8a8123ae5fc6411e24500f11f4e034c301
-DIST deblob-check-4.13 748983 SHA256 
3263301b10c9908dd7cf1d968c86e7a050fd45c4f48de9b76c8b25a42f1b6077 SHA512 
83042d108418b5bc423c98a21c5aa6f022bcd7dc4aae0bf4c9703ee4d383019487af69529a7d381003ede6a706ff4ca7eea35e11d1aab6e23b029c02ab7ac662
 WHIRLPOOL 
152880098935ec974cf9aa5ccd6a85e6659f6d7c68375969b598197215f48ca862e6034da24b4281f8cf80f9b688cb0a879207c7e4f26bcce9b47f52e13ff1c1
+DIST deblob-check-4.13 748983 BLAKE2B 
6aeafbb878105a50f

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

2017-11-26 Thread Alice Ferrazzi
commit: 6a63bac78ec6933ad34181b9b49e8bc231555d98
Author: Karl Linden  gmail  com>
AuthorDate: Sun Nov 26 10:20:45 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Nov 27 07:28:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a63bac7

sys-kernel/rt-sources: remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/rt-sources/Manifest |  2 -
 .../rt-sources/rt-sources-4.11.12_p13.ebuild   | 58 --
 .../rt-sources/rt-sources-4.11.12_p14.ebuild   | 58 --
 3 files changed, 118 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 25b5841a468..76c3ecd89b8 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -24,8 +24,6 @@ DIST patch-4.1.42-rt50.patch.xz 190032 BLAKE2B 
b1723b4dd1ac49c85a962c09b5aac4bdf
 DIST patch-4.1.42.xz 1109816 BLAKE2B 
b01888185a28df8c12f4f1cee4e6a417e656fcf0f09ee2179840a3d5f255650451a89e133d2bb628bbd645d9235cad147ba2e8a45efcaeeeace3d75a49f10b6e
 SHA512 
a3b4e29e7cb613a72b8176edfe2cb5da0aa4e6064bb717c1bd5caa9463563cdb66a4bebe6256a8eddd58f32ae6f658fdbb66a3e4337a91def9d08b7c0e23fb2d
 DIST patch-4.1.46-rt51.patch.xz 189892 BLAKE2B 
3800f353d42b4c01461d9781dbf822fa6c14e408eec0c7158da8dd24673d33fea26d6241a8ec335fc7cf21e392be85543f88896cfa82b9a3aa8e5c08c5c214e4
 SHA512 
f009602913cfb22ae23943c452900b646d192146002b58517b591a874306b138e2e680170a70e1ead06ba38b76fc2e3fc55f83164dc5ef0b8dae5bdc30a54d8a
 DIST patch-4.1.46.xz 1236640 BLAKE2B 
0c4305e3a3d2da4dfb8f23e0837d27d7916830170a0f10e9108d7517c69fca89bfccf35455a12f6e944f4c0527041172b072ea93978b19410daa2e9ec0b9f43d
 SHA512 
c6b50ddd848c949119dfe1ebe45542a53c8116718e09345e8b47b300f057d4396f0991de51a6ce0ae1ea88502e53339573c8873126bfe202c742a09455b00519
-DIST patch-4.11.12-rt13.patch.xz 228308 BLAKE2B 
c2d33f7943f742c04f4d095f1a7a7ef3219d616085d8ec0c2b4e76da3db1d895bc38dc06d175f0e28801e775b1cc85e5a4945dcce0c2259b3f86dff35d285274
 SHA512 
cb82e29088a1e17859feafa054c83950b2c68262da2b501290405335210f2efaad29af5a0c0f7520f0f5874c4a15eb1bddbaa0dd330e8fcfc88d201bfc176f97
-DIST patch-4.11.12-rt14.patch.xz 230380 BLAKE2B 
557e5606f31e61f1bcc4e7a387672a3f022319be77d243702c72316eb53b0ce1498cb3501d3c4346f724f44c121a7b5e1ec47235965d35c1cd09428a4a1e8da6
 SHA512 
7ff8a20b459119e2d42c8a314a3fabc7366268a81b5ab47b98b4d3a259a270586b368f4e7a548c5670212b27fcb1113a8dcc8b908a13b9ad640dabea9bcd610c
 DIST patch-4.11.12-rt16.patch.xz 232408 BLAKE2B 
2c16730105c645a4f73bbf0dc59ed37ef9440bcd118f3a1d0f79822dbddf411abdece9bd5e859aefb38402f6b02d430350d056769eb8810be31fce5cc4db11f1
 SHA512 
1ef1324210e0c3d308cbededd3e7da41e47c972563858a21ae8178d060906cf24249f48dd0f8667d528be29d50755feaf1ede4fe35e662f89195ee91355a8ced
 DIST patch-4.11.12.xz 298784 BLAKE2B 
7e494b92a44fd2320ae91dd3a4860c37fe8ad543479e18607ad18142c3cbcda8b97ad11ad1a4452c9e1d239e71ca25d8565e237556abf7e72b21630a2852fb24
 SHA512 
ee9c5ac45896d84739c679834fcd15dfc46f9e939dcefd54ba049ac47168d71f0af680153615de002a2073ba79e44a9214f74af17ed16aa97d85e6df157fc6e8
 DIST patch-4.13.10-rt3.patch.xz 200756 BLAKE2B 
ded34c73a82eb0a9b9f9a215bde7d721000bf121e20c3c1274a7d6c142489f769378f579d1577ed0f060912a9199c6f96718a65d0188f3b6610d6af6d7ea5330
 SHA512 
560e1c7575db3dac623fd196dcf2d35a2ad936c732426a07c6c4bfe795e8a922d0cc820dfa7ba6ad08e5d245831faa1e2dbea3344a76d596ee243de458018335

diff --git a/sys-kernel/rt-sources/rt-sources-4.11.12_p13.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.11.12_p13.ebuild
deleted file mode 100644
index 8f5a060bc49..000
--- a/sys-kernel/rt-sources/rt-sources-4.11.12_p13.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-ETYPE="sources"
-KEYWORDS="~amd64"
-
-HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
-
-inherit versionator
-
-CKV="$(get_version_component_range 1-3)"
-K_SECURITY_UNSUPPORTED="1"
-K_DEBLOB_AVAILABLE="1"
-RT_PATCHSET="${PV/*_p}"
-
-inherit kernel-2
-detect_version
-
-K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
-RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
-RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
-   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
-
-DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
-SRC_URI="${KERNEL_URI} ${RT_URI}"
-
-KV_FULL="${PVR/_p/-rt}"
-S="${WORKDIR}/linux-${KV_FULL}"
-
-UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
-UNIPATCH_STRICTORDER="yes"
-
-PATCHES=(
-   "${FILESDIR}"/rt-sources-posix-printf.patch # 627068
-)
-
-src_prepare() {
-   default
-
-   # 627796
-   sed \
-   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
-   -i "${S}/kernel/Kconfig.preempt"
-}
-
-pkg_postinst() {
-   kernel-2_pkg_postinst
-   ewarn
-   ewarn "${PN} are *not* supported b

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

2017-11-26 Thread Alice Ferrazzi
commit: 71fc4a1849653cacbef71bf3839b0ec10319f74b
Author: Karl Linden  gmail  com>
AuthorDate: Sun Nov 26 08:51:11 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Nov 27 07:28:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fc4a18

sys-kernel/rt-sources: version bump to 4.13.13_p5

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/rt-sources/Manifest |  2 +
 sys-kernel/rt-sources/rt-sources-4.13.13_p5.ebuild | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 1399389d5b6..25b5841a468 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -30,6 +30,8 @@ DIST patch-4.11.12-rt16.patch.xz 232408 BLAKE2B 
2c16730105c645a4f73bbf0dc59ed37e
 DIST patch-4.11.12.xz 298784 BLAKE2B 
7e494b92a44fd2320ae91dd3a4860c37fe8ad543479e18607ad18142c3cbcda8b97ad11ad1a4452c9e1d239e71ca25d8565e237556abf7e72b21630a2852fb24
 SHA512 
ee9c5ac45896d84739c679834fcd15dfc46f9e939dcefd54ba049ac47168d71f0af680153615de002a2073ba79e44a9214f74af17ed16aa97d85e6df157fc6e8
 DIST patch-4.13.10-rt3.patch.xz 200756 BLAKE2B 
ded34c73a82eb0a9b9f9a215bde7d721000bf121e20c3c1274a7d6c142489f769378f579d1577ed0f060912a9199c6f96718a65d0188f3b6610d6af6d7ea5330
 SHA512 
560e1c7575db3dac623fd196dcf2d35a2ad936c732426a07c6c4bfe795e8a922d0cc820dfa7ba6ad08e5d245831faa1e2dbea3344a76d596ee243de458018335
 DIST patch-4.13.10.xz 212680 BLAKE2B 
f20177d79b7ebce15ab91cf36d2c2d6a408c4d10a2ca3167e1c69cba5effaeaf6c19b1b5d817bc19602d8a409ca8a0a95f0158203eb9693fbcbf3fd2d0892291
 SHA512 
634d81ea509aacd8d11631babe9bb04ea771c873f084cea7067313a566d5cad291b0c311002ae8d1d6dd498a93a9a43517923aa449eebb405fb4c1e34753
+DIST patch-4.13.13-rt5.patch.xz 201552 BLAKE2B 
0a16b41f9f39340105ae62d2d04201f3836f31dea9b44e4f7a6cd09e19885946353dd9266ff36a197e26f14290bc44e95c3d918a1c4a675567e494ccd226622b
 SHA512 
15a776bbc6eb26aee343ad59f4671cd35d0bcac1c9ea09ccf64bd6d2f2f3146df938ba092a70875d660373b2e29621d9173a1be33712ccaef146e741b4a9e768
+DIST patch-4.13.13.xz 245028 BLAKE2B 
893a465c988e09f8b9c1f5dd301e09507257f39a52180a805e2caa996b6a6776b86d9920428a261358faa5426660637ec8e987cd2ae072ca78f277b34b61ae68
 SHA512 
27966bedc01ef5e2d023ee0b91224ca5ab3c5019f431305a9daa62b3acddf80e4e4c201ec47ca06243aba7778810d5ecb95e9d115e15935153a4a5d061af3fac
 DIST patch-4.13.7-rt1.patch.xz 199252 BLAKE2B 
fdb11597557fc59b046559716e8af10e61bdd7e57b7f6db85861d67c347be8ec11cc15ba81ed566d2b1e0d007aab6075af29d0b20130ce2c61aae739ce8adf4a
 SHA512 
efffccb597b53d096bcfde6d32688e175c975ef194093ccf165a03d2ca985165589dbc10b62e81f816f1264ab932563b23d20eab41c1a20214a11a940c02499d
 DIST patch-4.13.7.xz 165784 BLAKE2B 
72fa2862168d5ad038a90d9bf8d234b21ee51d7835bc31def66396dfe14c42443c5525bc6a549146ba6107e2bff735997895b5f7583abc05f5e85dacf94e60bb
 SHA512 
4d96c655ca4c720b872e1a88ba9989a419880cb5fec2a4a9190077588066f205c5dce2591a76f26375f6f50001334ceb7631d489d3b24ca443d10e1e6879ed54
 DIST patch-4.4.86-rt99.patch.xz 191740 BLAKE2B 
7e0627722dab7d34e2fefa0ebbaa9e433a65202c8fc67095a5d95a5150aebe39453ef9f0ecfb1d8c4e5be6b0b59801547f551c348aa8e0a7660791b4c24f45ae
 SHA512 
253b31069748dad1758b68a6afb1c5af1d42652185f80521b48f52f43b26fe846e0c5433ed66db337a54a4e62abb88f64fd8d98dd694870e3c2b68a66fac7e30

diff --git a/sys-kernel/rt-sources/rt-sources-4.13.13_p5.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.13.13_p5.ebuild
new file mode 100644
index 000..3b5bc7251fc
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.13.13_p5.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "Do *not* open bug

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

2017-11-26 Thread Alice Ferrazzi
commit: 5692f4d62af7f0c1e37e58751966fedbdf3a81f4
Author: Karl Linden  gmail  com>
AuthorDate: Sun Nov 26 08:47:08 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon Nov 27 07:28:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5692f4d6

sys-kernel/rt-sources: version bump to 4.4.97_p110

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-kernel/rt-sources/Manifest |  2 +
 .../rt-sources/rt-sources-4.4.97_p110.ebuild   | 54 ++
 2 files changed, 56 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 703651321b3..746f1295b75 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -34,5 +34,7 @@ DIST patch-4.13.7-rt1.patch.xz 199252 BLAKE2B 
fdb11597557fc59b046559716e8af10e61
 DIST patch-4.13.7.xz 165784 BLAKE2B 
72fa2862168d5ad038a90d9bf8d234b21ee51d7835bc31def66396dfe14c42443c5525bc6a549146ba6107e2bff735997895b5f7583abc05f5e85dacf94e60bb
 SHA512 
4d96c655ca4c720b872e1a88ba9989a419880cb5fec2a4a9190077588066f205c5dce2591a76f26375f6f50001334ceb7631d489d3b24ca443d10e1e6879ed54
 DIST patch-4.4.86-rt99.patch.xz 191740 BLAKE2B 
7e0627722dab7d34e2fefa0ebbaa9e433a65202c8fc67095a5d95a5150aebe39453ef9f0ecfb1d8c4e5be6b0b59801547f551c348aa8e0a7660791b4c24f45ae
 SHA512 
253b31069748dad1758b68a6afb1c5af1d42652185f80521b48f52f43b26fe846e0c5433ed66db337a54a4e62abb88f64fd8d98dd694870e3c2b68a66fac7e30
 DIST patch-4.4.86.xz 1322684 BLAKE2B 
ec213137276e5b34086e92b0f59c38e39fc922e7e6034a80aa8c0d9f2221ee2799cbcd8ab942bff9d439850946227147247e94201121da225eb7c089bb743b53
 SHA512 
c8d97bbe5ac83801272ed2c33f003cfb2a3e8f56a022dc8965bc540bd9ce691b3eb91268c4ba6f7226c2e23470f983e37cbb735d382f547a66086af06161ae7d
+DIST patch-4.4.97-rt110.patch.xz 191772 BLAKE2B 
9ce80852c224589df2b661d13e6369066657b27c4b1bfd3a8d1d588e2f6711f3931b0a690684ce6a5bf8d0ee2d46a0ec179699074d13041aad177e7a0920bf3e
 SHA512 
26521e1025abe5e5e363daaf3cb6261d43d90f83808b3843fd3c3a4c0908a4066d8468df20a1cee7c7a07df20fe35e37b93907b3833539181ffb229a129b86c3
+DIST patch-4.4.97.xz 1410480 BLAKE2B 
8dbd15938cb6fd5825db7eee3ad1fd2a7b4652245672b895584cd1a066826e012111cadc03ed6035f60ad2957310cca6e826dbb8ccce9d28dadd99fcd0861a44
 SHA512 
1364bffd4deffa37f515864538e00dc3c77f129f54fc97c65aa7e78553c200437ac9d244d50390c0d816cf0ffaf008757126e227b4f4fb25a3ba58319e64699e
 DIST patch-4.9.47-rt37.patch.xz 171208 BLAKE2B 
124341097e524fdb711a16175108168c9378eccb109198721bb3b206b97c27596fd598ad71a68566677de3651083f5637a4e8cdbbd313994cfb5377179db8e58
 SHA512 
b41e77788f29f825d7de923b9601668a27298ed21c6ca44576f67c0db48795b8b22f32bcdb713eb79792e4d1b286dce1387faa3418a306034516023943047609
 DIST patch-4.9.47.xz 937408 BLAKE2B 
f81827ccdedcdb34b1d8f18b73674bf7ea19d83bb16c5f9f3c76909ec0a0561fcfda37da40ad410c74c1c7c00716a43540db5af50e8261f394a3253a2295df03
 SHA512 
1444676c9bdff6133191db4885fb6ddfb989e355c7f16ddc42ff1ed9415917f06c8147cd69346525624da8547204a68303d5002417b40e11c0174341f55cfc09

diff --git a/sys-kernel/rt-sources/rt-sources-4.4.97_p110.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.4.97_p110.ebuild
new file mode 100644
index 000..3b5bc7251fc
--- /dev/null
+++ b/sys-kernel/rt-sources/rt-sources-4.4.97_p110.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64"
+
+HOMEPAGE="https://www.kernel.org/pub/linux/kernel/projects/rt/";
+
+inherit versionator
+
+CKV="$(get_version_component_range 1-3)"
+K_SECURITY_UNSUPPORTED="1"
+K_DEBLOB_AVAILABLE="1"
+RT_PATCHSET="${PV/*_p}"
+
+inherit kernel-2
+detect_version
+
+K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}"
+RT_FILE="patch-${K_BRANCH_ID}.${KV_PATCH}-rt${RT_PATCHSET}.patch.xz"
+RT_URI="mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/${RT_FILE} \
+   
mirror://kernel/linux/kernel/projects/rt/${K_BRANCH_ID}/older/${RT_FILE}"
+
+DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with the 
CONFIG_PREEMPT_RT patch"
+SRC_URI="${KERNEL_URI} ${RT_URI}"
+
+KV_FULL="${PVR/_p/-rt}"
+S="${WORKDIR}/linux-${KV_FULL}"
+
+UNIPATCH_LIST="${DISTDIR}/${RT_FILE}"
+UNIPATCH_STRICTORDER="yes"
+
+src_prepare() {
+   default
+
+   # 627796
+   sed \
+   "s/default PREEMPT_NONE/default PREEMPT_RT_FULL/g" \
+   -i "${S}/kernel/Kconfig.preempt"
+}
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   ewarn
+   ewarn "${PN} are *not* supported by the Gentoo Kernel Project in any 
way."
+   ewarn "If you need support, please contact the RT project developers 
directly."
+   ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues 
with"
+   ewarn "the ebuilds."
+   ewarn
+}
+
+K_EXTRAEINFO="For more info on rt-sources and details on how to report 
problems, see: \
+${HOMEPAGE}."



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

2017-11-26 Thread Sergei Trofimovich
commit: 5776457db02018546224dcc4c151603f671c4ae5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 07:25:21 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 07:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5776457d

x11-libs/motif: stable 2.3.7 for hppa, bug #638910

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/x11-libs/motif/motif-2.3.7.ebuild 
b/x11-libs/motif/motif-2.3.7.ebuild
index fb7e7ee7009..b727e2b024c 100644
--- a/x11-libs/motif/motif-2.3.7.ebuild
+++ b/x11-libs/motif/motif-2.3.7.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}.t
 
 LICENSE="LGPL-2.1+ MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft"
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



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

2017-11-26 Thread Sergei Trofimovich
commit: f76cfee6a0b5dbbee2098aa834f96a13cf7a56da
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 07:27:03 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 07:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76cfee6

dev-libs/gmp: stable 6.1.2 for hppa, bug #638752

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild
index 45367a41322..266f6ce8b86 100644
--- a/dev-libs/gmp/gmp-6.1.2.ebuild
+++ b/dev-libs/gmp/gmp-6.1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+asm doc cxx pgo static-libs"
 
 DEPEND="sys-devel/m4



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

2017-11-26 Thread Sergei Trofimovich
commit: 64018150f177b54ed0e73e3007983243c93ec1ce
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 07:27:10 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 07:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64018150

dev-libs/mpfr: stable 3.1.6 for hppa, bug #638752

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/mpfr/mpfr-3.1.6.ebuild b/dev-libs/mpfr/mpfr-3.1.6.ebuild
index f02040325d8..a2c7917b755 100644
--- a/dev-libs/mpfr/mpfr-3.1.6.ebuild
+++ b/dev-libs/mpfr/mpfr-3.1.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/4" # libmpfr.so version
-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="static-libs"
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2[${MULTILIB_USEDEP},static-libs?]"



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

2017-11-26 Thread Sergei Trofimovich
commit: fb8db634c3ebfd3473a33b70979bc4ed05d6f3c7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 07:27:07 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 07:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8db634

dev-libs/mpc: stable 1.0.3 for hppa, bug #638752

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild
index 139844a6051..198111c0b08 100644
--- a/dev-libs/mpc/mpc-1.0.3.ebuild
+++ b/dev-libs/mpc/mpc-1.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 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="static-libs"
 
 DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?]



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

2017-11-26 Thread Sergei Trofimovich
commit: 3fa63592f4bf6fc2c8d8119be4e67dab0796e4cf
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Nov 27 07:27:14 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 27 07:27:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa63592

net-libs/libmicrohttpd: stable 0.9.55 for hppa, bug #638828

Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
index 7a4f5127da8..581ef5573f8 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Server/

2017-11-26 Thread Kent Fredric
commit: 4989241032d066728cf53967d3886eb594ec0c68
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Nov 27 07:25:11 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Nov 27 07:26:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49892410

dev-perl/MogileFS-Server: Add missing DBI dep

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/MogileFS-Server/Manifest | 4 ++--
 ...gileFS-Server-2.720.0.ebuild => MogileFS-Server-2.720.0-r1.ebuild} | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MogileFS-Server/Manifest 
b/dev-perl/MogileFS-Server/Manifest
index 1a1126ebfd7..50e5f572a4e 100644
--- a/dev-perl/MogileFS-Server/Manifest
+++ b/dev-perl/MogileFS-Server/Manifest
@@ -1,2 +1,2 @@
-DIST MogileFS-Server-2.70.tar.gz 199850 SHA256 
686f328a4a6dacdb6c6153e7c1837875580d8437bf91ebd74ef197b1caefa7a6 SHA512 
e5dd7dbfd8422d69d1ffbe9d6cf5f8845e33484a7c812fe60285c0aa17d812a5de33d1a0503972749d70fed92767eedc1119bea650712150d9d5d4e4fdbccb8f
 WHIRLPOOL 
c47a79e0002b38d605d1b4407bab886a53f818f3b664421e6e83696a2db152fb71cd093acbaecc6fc46f2bb69a43339c105d4bf566af1e834492aa4a44adedcd
-DIST MogileFS-Server-2.72.tar.gz 200057 SHA256 
d7d5a45d50127bf62e451c6d86eb247103b01c46662898ae4e18daa08be8e0bf SHA512 
4076ba33123c984f9d7c56db7d308b4d857e852caa8d811d86ed551b9ab74a6dfc93b034d034ec2802376035799860c613aef2bdd3898c1225e37727fda34ade
 WHIRLPOOL 
1bb22dd7701d885268416556bec8c37f1f7cadcadcec50c27ecebd84c8222626eeb018d6d72f6ce2aeb985d3bbf9f625d9561a3109ef443c82a35faf15dce083
+DIST MogileFS-Server-2.70.tar.gz 199850 BLAKE2B 
e3a69243cdcadce2155e3ab023b974a131cbdd13854e8d7b7a122cb4b82aa7c6a96a6632d69cdabdd8d14774225a8330aff4ec22218593dda20c54b206768400
 SHA512 
e5dd7dbfd8422d69d1ffbe9d6cf5f8845e33484a7c812fe60285c0aa17d812a5de33d1a0503972749d70fed92767eedc1119bea650712150d9d5d4e4fdbccb8f
+DIST MogileFS-Server-2.72.tar.gz 200057 BLAKE2B 
835a7799389e536b42ed000b8ce07225609501ee6a4c002253a0018d0b17c815e8825a56f78ee0c0604d57cafea45ac044fda4e6e6bc33e0b60b8ed5b51a7e10
 SHA512 
4076ba33123c984f9d7c56db7d308b4d857e852caa8d811d86ed551b9ab74a6dfc93b034d034ec2802376035799860c613aef2bdd3898c1225e37727fda34ade

diff --git a/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0.ebuild 
b/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0-r1.ebuild
similarity index 99%
rename from dev-perl/MogileFS-Server/MogileFS-Server-2.720.0.ebuild
rename to dev-perl/MogileFS-Server/MogileFS-Server-2.720.0-r1.ebuild
index 70b6fe87e18..691d30b4fd8 100644
--- a/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0.ebuild
+++ b/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="dev-perl/Net-Netmask
>=dev-perl/MogileFS-Client-1.170.0
>=dev-perl/MogileFS-Utils-2.280.0
dev-perl/Cache-Memcached
+   dev-perl/DBI
mysql? ( dev-perl/DBD-mysql )
postgres? ( dev-perl/DBD-Pg )
sqlite? ( dev-perl/DBD-SQLite )"



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

2017-11-26 Thread Tim Harder
commit: a03f972beae67a636441cab7df806fc91c0dd86e
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 27 06:58:33 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 27 07:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03f972b

dev-python/wstools: remove old

 dev-python/wstools/wstools-0.4.5.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/dev-python/wstools/wstools-0.4.5.ebuild 
b/dev-python/wstools/wstools-0.4.5.ebuild
deleted file mode 100644
index 50f2db48e10..000
--- a/dev-python/wstools/wstools-0.4.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="WSDL parsing services package for Web Services for Python"
-HOMEPAGE="https://github.com/kiorky/wstools 
https://pypi.python.org/pypi/wstools";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-RDEPEND="
-   dev-python/autopep8[${PYTHON_USEDEP}]
-   dev-python/execnet[${PYTHON_USEDEP}]
-   dev-python/pep8[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cache[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest-pep8[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-11-26 Thread Tim Harder
commit: 2ca17dda3c13e863fb5047753c4a58890ef65579
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 27 06:47:12 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 27 07:00:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca17dda

dev-python/wstools: add py36 support, fix deps, and enable test phase

Also, re-add all the dropped keywords due to the previously added,
unnecessary deps.

 dev-python/wstools/files/wstools-0.4.5-setup.patch | 46 ++
 dev-python/wstools/wstools-0.4.5-r1.ebuild | 34 
 2 files changed, 80 insertions(+)

diff --git a/dev-python/wstools/files/wstools-0.4.5-setup.patch 
b/dev-python/wstools/files/wstools-0.4.5-setup.patch
new file mode 100644
index 000..9de7c159c97
--- /dev/null
+++ b/dev-python/wstools/files/wstools-0.4.5-setup.patch
@@ -0,0 +1,46 @@
+Avoid pulling in a lot of unnecessary test and setup deps.
+
+--- wstools-0.4.5/setup.py
 wstools-0.4.5/setup.py
+@@ -9,7 +9,7 @@
+ 
+ from setuptools import setup, find_packages, Command
+ from setuptools.command.test import test as TestCommand
+-from pip.req import parse_requirements
++#from pip.req import parse_requirements
+ 
+ NAME = "wstools"
+ url = "https://github.com/pycontribs/wstools.git";
+@@ -55,13 +55,13 @@
+ 
+ def run_tests(self):
+ # before running tests we need to run autopep8
+-try:
+-subprocess.check_call(
+-"python -m autopep8 -r --in-place wstools/ tests/",
+-shell=True)
+-except subprocess.CalledProcessError:
+-logging.getLogger().warn('autopep8 is not installed so '
+- 'it will not be run')
++# try:
++# subprocess.check_call(
++# "python -m autopep8 -r --in-place wstools/ tests/",
++# shell=True)
++# except subprocess.CalledProcessError:
++# logging.getLogger().warn('autopep8 is not installed so '
++#  'it will not be run')
+ # import here, cause outside the eggs aren't loaded
+ import pytest  # noqa
+ errno = pytest.main(self.pytest_args)
+@@ -136,9 +136,9 @@
+ cmdclass={'test': PyTest, 'release': Release, 'prerelease': PreRelease},
+ packages=find_packages(exclude=['tests']),
+ include_package_data=True,
+-tests_require=get_requirements(base_path, 'requirements-dev.txt'),
++#tests_require=get_requirements(base_path, 'requirements-dev.txt'),
+ setup_requires=['setuptools'],
+-install_requires=get_requirements(base_path, 'requirements.txt'),
++install_requires=['six'],
+ 
+ license='BSD',
+ description="WSDL parsing services package for Web Services for Python. 
see" + url,

diff --git a/dev-python/wstools/wstools-0.4.5-r1.ebuild 
b/dev-python/wstools/wstools-0.4.5-r1.ebuild
new file mode 100644
index 000..9a3d508f201
--- /dev/null
+++ b/dev-python/wstools/wstools-0.4.5-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="WSDL parsing services package for Web Services for Python"
+HOMEPAGE="https://github.com/kiorky/wstools 
https://pypi.python.org/pypi/wstools";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x64-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=( "${FILESDIR}"/${P}-setup.patch )
+
+python_test() {
+   esetup.py test
+}



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

2017-11-26 Thread Slawek Lis
commit: 4fa7ff4dbb8b101e80645325b2ba397b4c91791a
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Nov 27 06:58:22 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Nov 27 06:58:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa7ff4d

media-gfx/pycam: Removed old version

pycam-0.6_pre20130416-r1 was old version, but now unnecessary
as upstream resumed work on pycam

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/pycam/Manifest|  1 -
 media-gfx/pycam/pycam-0.6_pre20130416-r1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/media-gfx/pycam/Manifest b/media-gfx/pycam/Manifest
index 990a7583dc5..b20296ea598 100644
--- a/media-gfx/pycam/Manifest
+++ b/media-gfx/pycam/Manifest
@@ -1,3 +1,2 @@
 DIST pycam-0.5.1.tar.gz 1680577 SHA256 
e26a6db82efa4761a1db6b81de3165898430d5c14d09614b67321105d67e264c SHA512 
f880d960f82eb374465a593f3b27e9f72148b3ceb99fde15bee4ccf1078acc8ef44ddfd9ee12f89e5b5e5ee14706b6e5d76eff7d0334c9526866ff263a057994
 WHIRLPOOL 
3f78eedcc6d745142578ef3e57141cf026b2ebca1a699a340237e2288c9c7054a1226ad47aa947d5de612c44c4445fd451e8adcfe7c0783b59332cb1a12998b9
 DIST pycam-0.6.2.tar.gz 3070572 BLAKE2B 
3dbc6123f92035de1a9fa23453463ee1f45543c72f4f92b6d367d1031abd4cda638ff6b5bb261c8ae127c2cf875cf44837e76b73777acc8d58aaa3d95ec67894
 SHA512 
ff96a40aacf92ffd20e729912fc81177ffc01d688cfca300d31dd71399d91754dfbf5b864d95a88f938286e38c759c372968e53c29041653c85f446c6c9eca42
-DIST pycam-0.6_pre20130416.tar.gz 5766314 BLAKE2B 
ed29f1f553586b0428851b5d7d24fc56fc92351e5e9b1cafd3066b0012e39360223a0383256bde16ef9d888dc3631e2d8994abc19dbaecc4cace54b0828d523d
 SHA512 
04d0a3328febbe58010cf9ad990b8c059f9fe0a17946d8485979082dfaa0b3b8705ffdcd695dca5887d9892a55285cca7acf774fe7c407240103da2de92dc9a1

diff --git a/media-gfx/pycam/pycam-0.6_pre20130416-r1.ebuild 
b/media-gfx/pycam/pycam-0.6_pre20130416-r1.ebuild
deleted file mode 100644
index 1eb3bef2beb..000
--- a/media-gfx/pycam/pycam-0.6_pre20130416-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 python-r1
-
-DESCRIPTION="Open Source CAM - Toolpath Generation for 3-Axis CNC machining"
-HOMEPAGE="http://pycam.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~slis/${P}.tar.gz";
-
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-DEPEND="
-   dev-python/pygtk
-   dev-python/pygtkglext
-   dev-python/pyopengl
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   epatch "${FILESDIR}/fix-export-toolpath.patch"
-   distutils-r1_src_prepare
-}



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

2017-11-26 Thread Slawek Lis
commit: 706e2bd000f5e2e01db5abfd0fb2866ac646da1d
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Nov 27 06:30:29 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Nov 27 06:49:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706e2bd0

media-gfx/librecad: dropped old version, with unsupported qt4

Dropped versions: 2.0.3, 2.0.9, 2.1.1
Related bug: https://bugs.gentoo.org/631808

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/librecad/Manifest   |  3 --
 media-gfx/librecad/files/iota-fix-2.1.1.patch | 10 
 media-gfx/librecad/librecad-2.0.3.ebuild  | 37 --
 media-gfx/librecad/librecad-2.0.9-r1.ebuild   | 67 --
 media-gfx/librecad/librecad-2.1.1.ebuild  | 69 ---
 5 files changed, 186 deletions(-)

diff --git a/media-gfx/librecad/Manifest b/media-gfx/librecad/Manifest
index cc4f479ec31..e972fbdaa29 100644
--- a/media-gfx/librecad/Manifest
+++ b/media-gfx/librecad/Manifest
@@ -1,4 +1 @@
-DIST librecad-2.0.3.zip 16590256 SHA256 
4221348541c46c6e9698c1fa3471a14a81376e022a009a164a7f0d0035da4643 SHA512 
c40952ae967d83197645bef65dac6e050ddeacf536401b2b99cd18d753462af086ac2a410c6746a92c094ad76fd9177a900c21531ed7b7fcdf1e4b0f7f070e00
 WHIRLPOOL 
c2e1d33b17b7a47ffd9b3795ad292b22cb1225aceacf052494745243630b0537e21701930b9433ea235c462d65581efc2b5ccda3b37712d4ab639ab9bcc6a97d
-DIST librecad-2.0.9.zip 25524745 SHA256 
3fd92e8249642462d41d688446393ee5e79f68b7b0d9878388c6c194af2cb43a SHA512 
e2029389b2ced67a94d9411cb2f49f524ac12542409bc7829a043af9611dd51544fc431e364f4dcfb1a8b645b2bc6eb86fc74294726a65ee687f69bd7eb8f700
 WHIRLPOOL 
20aaa38cd92547bae6cee4b696f5b7f3699438481c5051af6112c6b1661ffb018509ff1fdcfb4591e8828c8ffcfcc5a3002c594dbcf95beba93e9768c5133c02
-DIST librecad-2.1.1.zip 26085717 SHA256 
a5d27119ff137611c090fb174890ed1312c56897fb1482327d676da148fbd7dc SHA512 
82b27e75fddae798da0e30e0c560d3769dfddab936e33a3585fd3e871eccf88e51c28d5ed938a530cb65c2e2ecfc593772ca83a2d23dd29126aa8225595f3d01
 WHIRLPOOL 
50ac34d0bdf1cd55ee6f7a959c1c1430197ac8acb7739755887b726349e39c9a1fe32ef25cab285aeaf649057701256f6210750c986ddb67ed3f338c80e300ed
 DIST librecad-2.1.3.zip 26086377 SHA256 
f05af030c71192109c1472c6fd24696fcb564b2eb83ff9789b88bec2e93c10a3 SHA512 
9a41c17b512ccbc1a0ebb0e6da8e7297663490479f042fadaffda819e371afc7fa49b789449df9fd4e36a2e2b6f95b9b5be19df47cf3c4252111db2a7ed7f009
 WHIRLPOOL 
a0209b3513fd5f10e608795e34267d5efc7338996ba6cc485cbd9084200cb87fb8b51ab3f224520fc8c693c5ac3db8d049dde68011e8005922ad9c761625971c

diff --git a/media-gfx/librecad/files/iota-fix-2.1.1.patch 
b/media-gfx/librecad/files/iota-fix-2.1.1.patch
deleted file mode 100644
index 12506f4b820..000
--- a/media-gfx/librecad/files/iota-fix-2.1.1.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 librecad/src/lib/engine/rs_spline.cpp.old  2016-06-20 20:43:27.0 
+0200
-+++ librecad/src/lib/engine/rs_spline.cpp  2016-09-05 13:23:25.459841304 
+0200
-@@ -26,6 +26,7 @@
- 
- #include
- #include
-+#include
- #include "rs_spline.h"
- 
- 

diff --git a/media-gfx/librecad/librecad-2.0.3.ebuild 
b/media-gfx/librecad/librecad-2.0.3.ebuild
deleted file mode 100644
index c1767e4ccf7..000
--- a/media-gfx/librecad/librecad-2.0.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-DESCRIPTION="Generic 2D CAD program"
-HOMEPAGE="http://www.librecad.org/";
-SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc tools"
-
-DEPEND="
-   dev-cpp/muParser
-   dev-qt/qtgui:4
-   dev-qt/qthelp:4
-   dev-qt/qtsvg:4
-   dev-libs/boost
-   media-libs/freetype
-   "
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/LibreCAD-${PV}"
-
-src_install() {
-   dobin unix/librecad
-   use tools && dobin unix/ttf2lff
-   insinto /usr/share/${PN}
-   doins -r unix/resources/*
-   use doc && dohtml -r librecad/support/doc/*
-   doicon librecad/res/main/${PN}.png
-   make_desktop_entry ${PN} LibreCAD ${PN} Graphics
-}

diff --git a/media-gfx/librecad/librecad-2.0.9-r1.ebuild 
b/media-gfx/librecad/librecad-2.0.9-r1.ebuild
deleted file mode 100644
index c1bc2045685..000
--- a/media-gfx/librecad/librecad-2.0.9-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qmake-utils
-
-DESCRIPTION="Generic 2D CAD program"
-HOMEPAGE="http://www.librecad.org/";
-SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="3d debug doc tools qt4 +qt5"
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-DEPEND="
-   qt4? (
-   dev-qt/qtcore:4
-

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

2017-11-26 Thread Slawek Lis
commit: 1def1ab69db8cc2d7cf8fdcd9fc06018d1f4479e
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Nov 27 06:48:37 2017 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Nov 27 06:49:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1def1ab6

media-gfx/librecad: updated to version without qt4

librecad-2.1.3-r1 is marked stable, so new revision without qt4 added.
Reported in https://bugs.gentoo.org/631808

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/librecad/librecad-2.1.3-r2.ebuild | 59 +
 1 file changed, 59 insertions(+)

diff --git a/media-gfx/librecad/librecad-2.1.3-r2.ebuild 
b/media-gfx/librecad/librecad-2.1.3-r2.ebuild
new file mode 100644
index 000..517916041bd
--- /dev/null
+++ b/media-gfx/librecad/librecad-2.1.3-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit eutils qmake-utils
+
+DESCRIPTION="Generic 2D CAD program"
+HOMEPAGE="http://www.librecad.org/";
+SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="3d debug doc tools qt4 +qt5"
+REQUIRED_USE="qt5"
+
+DEPEND="
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   )
+   dev-libs/boost:=
+   dev-cpp/muParser
+   media-libs/freetype:2"
+
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/LibreCAD-${PV}"
+
+src_prepare() {
+#  epatch "${FILESDIR}/iota-fix-2.1.1.patch"
+
+   # currently RS_VECTOR3D causes an internal compiler error on GCC-4.8
+   if ! use 3d; then
+   sed -i -e '/RS_VECTOR2D/ s/^#//' librecad/src/src.pro || die
+   fi
+}
+
+src_configure() {
+   eqmake5 -r
+}
+
+src_install() {
+   dobin unix/librecad
+   use tools && dobin unix/ttf2lff
+   insinto /usr/share/${PN}
+   doins -r unix/resources/*
+   use doc && insinto html && dodoc -r librecad/support/doc/*
+   insinto /usr/share/appdata
+   doins unix/appdata/librecad.appdata.xml
+   doicon librecad/res/main/${PN}.png
+   make_desktop_entry ${PN} LibreCAD ${PN} Graphics
+}



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

2017-11-26 Thread Hans de Graaff
commit: 46ff3cbdc07c6a8ff4680e66335b0d98d1c1ae75
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Nov 27 06:25:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Nov 27 06:30:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ff3cbd

dev-ruby/ox: add 2.8.2

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-ruby/ox/Manifest| 11 ++-
 dev-ruby/ox/ox-2.8.2.ebuild | 32 
 2 files changed, 38 insertions(+), 5 deletions(-)

diff --git a/dev-ruby/ox/Manifest b/dev-ruby/ox/Manifest
index 0be88eb1ff7..edcabb29fbe 100644
--- a/dev-ruby/ox/Manifest
+++ b/dev-ruby/ox/Manifest
@@ -1,5 +1,6 @@
-DIST ox-2.5.0.tar.gz 191422 SHA256 
01c6a98cb925b864ecefa40f297416a489c95b08715db4d2b276db8bb0c30edd SHA512 
470c3b281e44423ab4197989f5b6fdb85e979a13dbcb9add192b4b36de1e768add4768f8cb4bee798aac424b9fe453e925f24af5a13c4cde4157e7fcebd0a3a2
 WHIRLPOOL 
8c843047ecf0431c810689698e4f5b6f025a5a093d68881cef09fdd919998fb98648d495be73c2eacdaec26ae38aaf235bcf423bcf38fef7690c6fe120309bcb
-DIST ox-2.6.0.tar.gz 191979 SHA256 
d96f93640cde0e837e4b71e1a6dcd0f1d0221f3a4ad5b8484e74b851571459cc SHA512 
8765fc3bfd10e52a05d59dab9e9ec973f933976c3511a91d6c84f120e2cac6abccc8ccb7ea9d301882198049b37823a392520464197a791cddf79ba9ce252f37
 WHIRLPOOL 
a6d83bdedd6af70e17478893d3c7e91cdae6cea9a7b66360019310cd1511a0643a9a18f27fb497ba7da7a157b47ea00df8d85331c1dcb9ebf1419e003f291fdf
-DIST ox-2.7.0.tar.gz 193355 SHA256 
11188cf3408e9774f24fcf1b35c20c0d37ce5b173132b9fff602b422fa5f741c SHA512 
3c77fe8fee38a35ffb6317873d90f618f39215ce652dc48b6671a85960fbc1705f3d26c9100bd4e891620afe46f19e714acde79faecbe4393e429879017e8f24
 WHIRLPOOL 
502096c01a904e7ba18016956ea2d633b0204293c2988cdeeed7d5f839662de25f1aa9502ebf12f03f7e226a9bbbe690a35e1512f282062e2c424c4771aed873
-DIST ox-2.8.0.tar.gz 193494 SHA256 
a14bdfb95ce02664da6b772edc7fa1617fe3007b537060816360e4f7d69ffb31 SHA512 
e1f2e37f3c3c8e6bb550c656b483012f3eb829dc6c60f9caf252a0d12a5f211a4b11e3de4f2443553570fa4b545dca565f27119520db3113ecf5707a712ce900
 WHIRLPOOL 
9dac57ce43eabb8e08defb8810febb2d1f66083dec0a427df4582ff22813f9f6381da0cb86ee15265d3b0949d09ff24fcd2ed65f69ee357fcfcbba6438b0a0d2
-DIST ox-2.8.1.tar.gz 193614 SHA256 
8ea03842ba85d5ba9dfed4ab8b7ba9559236a8f4397ce08399fd96c804828ff1 SHA512 
0dd314027739bf3da5cb8e6b66d1bfe6e254809d718e17d17df8cbcb7e8ed5d98e541df7c6be13c72e690a5ecbbac0c9a88a1fceec71fcf251dcf991dd0040c0
 WHIRLPOOL 
035c5e60eb9d38c96bdbecb6acc6b7b8895617353af919a0ce3248dccbedb034362bde375a3e3cf522324b6ca681e861f5ccb6bdf671a9a865797e0fb1dc04b7
+DIST ox-2.5.0.tar.gz 191422 BLAKE2B 
6dabb9914a2717cb11496bcb75a369796094eb57b334aefc85964256d48305fdac3a9a2c3145f58acb76e2f19730ea17f19411d4b175c08a620b47ebeb8ce80b
 SHA512 
470c3b281e44423ab4197989f5b6fdb85e979a13dbcb9add192b4b36de1e768add4768f8cb4bee798aac424b9fe453e925f24af5a13c4cde4157e7fcebd0a3a2
+DIST ox-2.6.0.tar.gz 191979 BLAKE2B 
744d00262e3f33ea6b11c2b38417ca26dfd61c115847b115c0999d9d9edae3befc5a088f54ce53bf6324505c9444d4b2c72479167691b962a0ab749b4c032ea2
 SHA512 
8765fc3bfd10e52a05d59dab9e9ec973f933976c3511a91d6c84f120e2cac6abccc8ccb7ea9d301882198049b37823a392520464197a791cddf79ba9ce252f37
+DIST ox-2.7.0.tar.gz 193355 BLAKE2B 
1d6844b74c782e424fb6340b427c47e785665f3fce44a17183120ead885de706f4601d11daf7a1dd87d50fded2bcc2b691fbbad2bd3f48b9971f2e1a2d9bf90f
 SHA512 
3c77fe8fee38a35ffb6317873d90f618f39215ce652dc48b6671a85960fbc1705f3d26c9100bd4e891620afe46f19e714acde79faecbe4393e429879017e8f24
+DIST ox-2.8.0.tar.gz 193494 BLAKE2B 
aa1e3aad052b19a9aa5a38002fd4e1972a291bf8c13f9120809a38d193e529e9415e64595a96dfafb8e10351ba37336796ca0440b0a4949ea7c20723b1d6b4b4
 SHA512 
e1f2e37f3c3c8e6bb550c656b483012f3eb829dc6c60f9caf252a0d12a5f211a4b11e3de4f2443553570fa4b545dca565f27119520db3113ecf5707a712ce900
+DIST ox-2.8.1.tar.gz 193614 BLAKE2B 
0bab46e17ad8e254dd3cd47e39d44b4a3801ab9824bda90ed7f19724088a3bcf1f795ad82c6107851869d4c96cedacf911636ed623e04acd48db605962bd1843
 SHA512 
0dd314027739bf3da5cb8e6b66d1bfe6e254809d718e17d17df8cbcb7e8ed5d98e541df7c6be13c72e690a5ecbbac0c9a88a1fceec71fcf251dcf991dd0040c0
+DIST ox-2.8.2.tar.gz 193670 BLAKE2B 
70e38754594a40ed35aa43aad32806d5c9eec7d3f60ee18a846a99f28b558173ea99b554f7f3a4f2b848686536d194035fd345ab33b9d7b5e12a246a472463d4
 SHA512 
18a887db70962a1dd1c6ea18461eca0efbcffdb231f934c3603e63537e9911e820465ce5e4ab86cbedd65b396a9a12b0ad7e60ea7ae687c4ebe8436e0c37988c

diff --git a/dev-ruby/ox/ox-2.8.2.ebuild b/dev-ruby/ox/ox-2.8.2.ebuild
new file mode 100644
index 000..2f95cc6f0c9
--- /dev/null
+++ b/dev-ruby/ox/ox-2.8.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A fast XML parser and Object marshaller"
+HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox";
+SRC_URI="https://g

[gentoo-commits] repo/gentoo:master commit in: net-dns/libidn/, net-dns/libidn/files/

2017-11-26 Thread Jeroen Roovers
commit: bf99f12dd62ea1273d2fc7784c381ade40703170
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 27 06:23:01 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 27 06:23:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf99f12d

net-dns/libidn: "Really fix integer overflow" (bug #631130).

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-dns/libidn/Manifest|   2 +-
 .../libidn/files/libidn-1.33-CVE-2017-14062.patch  |  45 
 .../libidn/files/libidn-1.33-parallel-make.patch   |  26 +
 net-dns/libidn/libidn-1.33-r2.ebuild   | 126 +
 4 files changed, 198 insertions(+), 1 deletion(-)

diff --git a/net-dns/libidn/Manifest b/net-dns/libidn/Manifest
index 7cc057c769f..8be52eeac64 100644
--- a/net-dns/libidn/Manifest
+++ b/net-dns/libidn/Manifest
@@ -1 +1 @@
-DIST libidn-1.33.tar.gz 3501056 SHA256 
44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19 SHA512 
38dd459eaeda0c9e3cc2d24d967113515a499747550a2a9157f32357def90d71a3a3b52398e96a44a28cd5948dc353b0473c4ff0453a69720191c4cb49cac2c6
 WHIRLPOOL 
3b0c44742c2515e09eaf8f16f32f30bc37478a6273765d71dd9a9283f501998b6d85583cd38810bbdbd6103855e77831360010d707d29956798e3f5d066b0e82
+DIST libidn-1.33.tar.gz 3501056 BLAKE2B 
ce6319dc61dd825cf7ddb33f4279c178709e16ce2815c3d1a464bba6b5c6cc493107a10a686f349247a0d6023b1b834a650046e68da9f2f559870dba13a59384
 SHA512 
38dd459eaeda0c9e3cc2d24d967113515a499747550a2a9157f32357def90d71a3a3b52398e96a44a28cd5948dc353b0473c4ff0453a69720191c4cb49cac2c6

diff --git a/net-dns/libidn/files/libidn-1.33-CVE-2017-14062.patch 
b/net-dns/libidn/files/libidn-1.33-CVE-2017-14062.patch
index 2ddf3fdd6be..5c2e0a91b2e 100644
--- a/net-dns/libidn/files/libidn-1.33-CVE-2017-14062.patch
+++ b/net-dns/libidn/files/libidn-1.33-CVE-2017-14062.patch
@@ -30,3 +30,48 @@ index 86819a7..49250a1 100644
 -- 
 1.9.1
 
+From 6c8a9375641ca283b50f9680c90dcd57f9c44798 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Tim=20R=C3=BChsen?= 
+Date: Wed, 4 Oct 2017 15:22:43 +0200
+Subject: [PATCH] lib/punycode.c (decode_digit): Really fix integer overflow
+
+The fix in commit e9e81b8063b095b02cf104bb992fa9bf9515b9d8
+was incomplete.
+
+Reported-by: Christian Weisgerber
+---
+ lib/punycode.c   | 4 ++--
+ tests/tst_idna.c | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/lib/punycode.c b/lib/punycode.c
+index 49250a1..d475b6d 100644
+--- a/lib/punycode.c
 b/lib/punycode.c
+@@ -91,8 +91,8 @@ enum
+ static unsigned
+ decode_digit (int cp)
+ {
+-  return (unsigned) cp - 48 < 10 ? cp - 22 : cp - 65 < 26 ? cp - 65 :
+-cp - 97 < 26 ? cp - 97 : base;
++  return (unsigned) (cp - 48 < 10 ? cp - 22 : cp - 65 < 26 ? cp - 65 :
++cp - 97 < 26 ? cp - 97 : base);
+ }
+ 
+ /* encode_digit(d,flag) returns the basic code point whose value  */
+diff --git a/tests/tst_idna.c b/tests/tst_idna.c
+index 4ac046f..7fb58b9 100644
+--- a/tests/tst_idna.c
 b/tests/tst_idna.c
+@@ -211,7 +211,7 @@ static const struct idna idna[] = {
+ 'x', 'n', '-', '-', 'f', 'o', 0x3067},
+IDNA_ACE_PREFIX "too long too long too long too long too long too "
+"long too long too long too long too long ", 0,
+-   IDNA_CONTAINS_ACE_PREFIX, IDNA_PUNYCODE_ERROR}
++   IDNA_CONTAINS_ACE_PREFIX, IDNA_INVALID_LENGTH}
+ };
+ 
+ void
+-- 
+1.9.1
+

diff --git a/net-dns/libidn/files/libidn-1.33-parallel-make.patch 
b/net-dns/libidn/files/libidn-1.33-parallel-make.patch
new file mode 100644
index 000..a33cdc74e2a
--- /dev/null
+++ b/net-dns/libidn/files/libidn-1.33-parallel-make.patch
@@ -0,0 +1,26 @@
+From 4709e64fef29ca8ddd5b0878e3126640bd1480c2 Mon Sep 17 00:00:00 2001
+From: =?utf8?q?Tim=20R=C3=BChsen?= 
+Date: Wed, 4 Oct 2017 15:02:49 +0200
+Subject: [PATCH] * src/Makefile.am: Fix rule for parallel builds
+
+---
+ src/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 6832c20..218d52e 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -35,7 +35,8 @@ libidn_cmd_la_SOURCES =  idn.ggo idn_cmd.c idn_cmd.h
+ libidn_cmd_la_LIBADD = ../gl/libgnu.la
+ libidn_cmd_la_CFLAGS =
+ 
+-idn_cmd.c idn_cmd.h: idn.ggo Makefile.am
++# pattern rule (%) needed for parallel make (-j)
++idn_cmd%c idn_cmd%h: idn.ggo Makefile.am
+   gengetopt --unamed-opts --no-handle-version --no-handle-help \
+   --set-package="idn" \
+   --input $^ --file-name idn_cmd
+-- 
+1.9.1
+

diff --git a/net-dns/libidn/libidn-1.33-r2.ebuild 
b/net-dns/libidn/libidn-1.33-r2.ebuild
new file mode 100644
index 000..5e498c6299e
--- /dev/null
+++ b/net-dns/libidn/libidn-1.33-r2.ebuild
@@ -0,0 +1,126 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit elisp-common java-pkg-opt-2 mono-env multilib-minimal libtool
+
+DESCRIPTION="Internationalized Domain Names (IDN) implementation"
+HOMEPAGE=

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

2017-11-26 Thread Matt Thode
commit: f683d6823b8a8e5f587c621215b8c42a3c776c9c
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 27 05:39:22 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 27 05:40:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f683d682

media-sound/pulseeffects: adding missing dep and postinstall message

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-sound/pulseeffects/pulseeffects-3.0.8.ebuild | 4 
 media-sound/pulseeffects/pulseeffects-.ebuild  | 4 
 2 files changed, 8 insertions(+)

diff --git a/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild
index 20134e4af50..57402690365 100644
--- a/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild
@@ -39,6 +39,7 @@ DEPEND="
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0
>=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
 "
 RDEPEND="${DEPEND}
media-sound/pulseaudio[equalizer]
@@ -51,6 +52,9 @@ pkg_preinst(){
 pkg_postinst(){
gnome2_gconf_install
gnome2_schemas_update
+   elog "You must enable the equalizer plugin for pulse audio if you wish 
to use
+   this application as an equalizer.  See the wiki for details.
+   https://wiki.gentoo.org/wiki/PulseAudio#Equalizer";
 }
 
 pkg_postrm(){

diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild 
b/media-sound/pulseeffects/pulseeffects-.ebuild
index 20134e4af50..57402690365 100644
--- a/media-sound/pulseeffects/pulseeffects-.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-.ebuild
@@ -39,6 +39,7 @@ DEPEND="
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0
>=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
 "
 RDEPEND="${DEPEND}
media-sound/pulseaudio[equalizer]
@@ -51,6 +52,9 @@ pkg_preinst(){
 pkg_postinst(){
gnome2_gconf_install
gnome2_schemas_update
+   elog "You must enable the equalizer plugin for pulse audio if you wish 
to use
+   this application as an equalizer.  See the wiki for details.
+   https://wiki.gentoo.org/wiki/PulseAudio#Equalizer";
 }
 
 pkg_postrm(){



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

2017-11-26 Thread Jason Donenfeld
commit: c7f4fb7bb1c66c24f35214eddb99946706df410d
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Mon Nov 27 05:00:13 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Mon Nov 27 05:00:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f4fb7b

net-vpn/wireguard: bump

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-vpn/wireguard/Manifest  | 2 +-
 .../{wireguard-0.0.20171122.ebuild => wireguard-0.0.20171127.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/wireguard/Manifest b/net-vpn/wireguard/Manifest
index 6892c8b927b..d85e70320bc 100644
--- a/net-vpn/wireguard/Manifest
+++ b/net-vpn/wireguard/Manifest
@@ -1 +1 @@
-DIST WireGuard-0.0.20171122.tar.xz 211324 BLAKE2B 
b665d945350080d98b0ab85a3fc56ae488936eb5b7b4f44593d7262419a768998d4e05195ddba09cfebb5ec9dbfb3430d29ed7ed8c209e90fce2a2b1338bce78
 SHA512 
5294fca416712c7e14d3b608d1fa3a550a50477ee81f105294d3016ffba46306a5a68730c1c34dabab77d479294ec8ae41d97a8fd57eb5c2c39fd376275df7e4
+DIST WireGuard-0.0.20171127.tar.xz 212408 BLAKE2B 
a79d04e77c04be96e5dd4c86e038bb43f33ffb8121688f7fbe4d747496feb675fae078c11bf450989472624d3cb56404da4cc9217c10fc75f77b3372d198f3b8
 SHA512 
31fb30f8a8eca96cee43d95b2ca10c05dd7f17f7f5695da6979e0d949735d5488065431529e580a881e3302cf78415c5132e116dc83ba1c40881de8b99627b95

diff --git a/net-vpn/wireguard/wireguard-0.0.20171122.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20171127.ebuild
similarity index 100%
rename from net-vpn/wireguard/wireguard-0.0.20171122.ebuild
rename to net-vpn/wireguard/wireguard-0.0.20171127.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/files/

2017-11-26 Thread Thomas Deutschmann
commit: a1ae7269862547d1620f703142bf47c2e33ba474
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 27 04:39:00 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 04:39:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ae7269

net-firewall/shorewall: Cleanup old unused file.

Closes: https://bugs.gentoo.org/638128
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../shorewall/files/shorewall6-lite.confd-r1   |  19 
 .../shorewall/files/shorewall6-lite.initd-r1   |  92 
 net-firewall/shorewall/files/shorewall6.confd-r1   |  19 
 net-firewall/shorewall/files/shorewall6.initd-r1   | 117 -
 4 files changed, 247 deletions(-)

diff --git a/net-firewall/shorewall/files/shorewall6-lite.confd-r1 
b/net-firewall/shorewall/files/shorewall6-lite.confd-r1
deleted file mode 100644
index daef3054274..000
--- a/net-firewall/shorewall/files/shorewall6-lite.confd-r1
+++ /dev/null
@@ -1,19 +0,0 @@
-# Global start/restart/stop options
-#
-OPTIONS="-tvv"
-
-# Start options
-#
-STARTOPTIONS=""
-
-# Stop options
-#
-STOPOPTIONS=""
-
-# Reload options
-#
-RELOADOPTIONS=""
-
-# Restart options
-#
-RESTARTOPTIONS=""

diff --git a/net-firewall/shorewall/files/shorewall6-lite.initd-r1 
b/net-firewall/shorewall/files/shorewall6-lite.initd-r1
deleted file mode 100644
index 9db79c33451..000
--- a/net-firewall/shorewall/files/shorewall6-lite.initd-r1
+++ /dev/null
@@ -1,92 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-description='The Shoreline Firewall 6 Lite, more commonly known as "Shorewall6 
Lite", is'
-description="${description} a high-level tool for configuring Netfilter."
-
-extra_commands="clear"
-extra_started_commands="reload reset"
-
-description_clear="Clear will remove all rules and chains installed by"
-description_clear="${description_clear} Shorewall6 Lite. The firewall is"
-description_clear="${description_clear} then wide open and unprotected."
-
-description_reload="Reload is similar to \"${RC_SERVICE} start\" except that 
it assumes"
-description_reload="${description_reload} that the firewall is already 
started."
-description_reload="${description_reload} Existing connections are maintained."
-
-description_reset="All the packet and byte counters in the firewall are reset."
-
-command="/usr/sbin/shorewall6-lite"
-
-depend() {
-   provide firewall
-   after ulogd
-}
-
-status() {
-   local _retval
-   ${command} status 1>/dev/null
-   _retval=$?
-   if [ ${_retval} = '0' ]; then
-   einfo 'status: started'
-   mark_service_started "${SVCNAME}"
-   return 0
-   else
-   einfo 'status: stopped'
-   mark_service_stopped "${SVCNAME}"
-   return 3
-   fi
-}
-
-start() {
-   ebegin "Starting shorewall6-lite"
-   ${command} ${OPTIONS} start ${STARTOPTIONS} 1>/dev/null
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping shorewall6-lite"
-   ${command} ${OPTIONS} stop ${STOPOPTIONS} 1>/dev/null
-   eend $?
-}
-
-restart() {
-   # shorewall comes with its own control script that includes a
-   # restart function, so refrain from calling svc_stop/svc_start
-   # here.  Note that this comment is required to fix bug 55576;
-   # runscript.sh greps this script...  (09 Jul 2004 agriffis)
-
-   ebegin "Restarting shorewall6-lite"
-   ${command} status 1>/dev/null
-   if [ $? != 0 ] ; then
-   svc_start
-   else
-   ${command} ${OPTIONS} restart ${RESTARTOPTIONS} 1>/dev/null
-   fi
-   eend $?
-}
-
-clear() {
-   # clear will remove all the rules and bring the system to an 
unfirewalled
-   # state. (21 Nov 2004 eldad)
-
-   ebegin "Clearing all shorewall6-lite rules and setting policy to ACCEPT"
-   ${command} ${OPTIONS} clear 1>/dev/null
-   eend $?
-}
-
-reload() {
-   ebegin "Reloading shorewall6-lite"
-   ${command} ${OPTIONS} reload ${RELOADOPTIONS} 1>/dev/null
-   eend $?
-}
-
-reset() {
-   # reset the packet and byte counters in the firewall
-
-   ebegin "Resetting the packet and byte counters in shorewall6-lite"
-   ${command} ${OPTIONS} reset 1>/dev/null
-   eend $?
-}

diff --git a/net-firewall/shorewall/files/shorewall6.confd-r1 
b/net-firewall/shorewall/files/shorewall6.confd-r1
deleted file mode 100644
index daef3054274..000
--- a/net-firewall/shorewall/files/shorewall6.confd-r1
+++ /dev/null
@@ -1,19 +0,0 @@
-# Global start/restart/stop options
-#
-OPTIONS="-tvv"
-
-# Start options
-#
-STARTOPTIONS=""
-
-# Stop options
-#
-STOPOPTIONS=""
-
-# Reload options
-#
-RELOADOPTIONS=""
-
-# Restart options
-#
-RESTARTOPTIONS=""

diff --git a/net-firewall/shorewall/files/shorewall6.initd-r1 
b/net-firewall/shorewall/files/shorewall6.initd-r1
deleted f

[gentoo-commits] repo/gentoo:master commit in: net-firewall/shorewall/

2017-11-26 Thread Thomas Deutschmann
commit: c57afd348df1987b9db26674059098b45e57a0c1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 27 04:31:33 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 04:39:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57afd34

net-firewall/shorewall: Bump to v5.1.9

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-firewall/shorewall/Manifest   |  21 +-
 net-firewall/shorewall/shorewall-5.1.9.ebuild | 456 ++
 2 files changed, 470 insertions(+), 7 deletions(-)

diff --git a/net-firewall/shorewall/Manifest b/net-firewall/shorewall/Manifest
index a6890552d1f..699d17f6365 100644
--- a/net-firewall/shorewall/Manifest
+++ b/net-firewall/shorewall/Manifest
@@ -1,14 +1,21 @@
 DIST shorewall-5.1.7.2.tar.bz2 524263 SHA256 
e7c4cde2d04894ddf6e8dd8a8f96e96e04574181807cfe9f78915fa0dfc836e4 SHA512 
05599609b50189e300cd71eda6876ac5e8878a2d2ab7c1635afc1b79f1ab3c9bc92c1ac1758aa8996d10bb37783d1fa29c76adaa879ec93bc12669c3dbdbed9b
 WHIRLPOOL 
a2fcc48c9c51161c4a2ec692fa29215824a412056fdc15203892e6a9752c2239722462be89f26c4e7374ceb0131ba35df87847a3f16329438c57ec8f8dec0208
-DIST shorewall-5.1.8.1.tar.bz2 524305 SHA256 
0ba4f22394d988a5714637444c248e542d5897e41ab5770907edf38e422fe2ff SHA512 
3dfacf35134c4831db057bb11d11b10d0e8cd0eb0edf28f64a02a3970ebb33e9a2e2d1cc943432a14c7fa34779e812e704d43c8e6f1070bca30fcc470c7a215c
 WHIRLPOOL 
0e549aa6d28d79ec8b9f448c2c5ef0a10a0ad930249d6be31e86ea9bf33501ac7ee544a628e408406018efaa5b80cdccd6e29f68ede9b506428fbf143deab733
+DIST shorewall-5.1.8.1.tar.bz2 524305 BLAKE2B 
a59b32d734bdbc62389d542ac8c6beb054266ec98f6d05a67126f3d85d1ff6143a55737a4cd38cabd581dd6df6fc2569e8bb9327d435debfbea5f0b03ded51a1
 SHA512 
3dfacf35134c4831db057bb11d11b10d0e8cd0eb0edf28f64a02a3970ebb33e9a2e2d1cc943432a14c7fa34779e812e704d43c8e6f1070bca30fcc470c7a215c
+DIST shorewall-5.1.9.tar.bz2 529237 BLAKE2B 
abf9b54ef6083d322bd2e4fc00f98c2058759b2bf0e30f4aeebbc3cbb0e943543c7c304c8fb3b00ed7fd60391d1afa7d713cb88040a76eb8db549426ba3450e3
 SHA512 
a29155d8d92e21b7fc6d3fb3ec0be5ff4a648237317ff83aac523ce6d04c863c2ff48a14d368130431c41897e15068a54a2c0d3d0d9867017c11ba50a14e02b5
 DIST shorewall-core-5.1.7.2.tar.bz2 80213 SHA256 
c1f78229d9633ea6b35ec067c9724003e2929a39ae54ccd8e6875776d155cd70 SHA512 
73c547d6985f17f5c2f2fe4a846a7db76fe514edbc03b7b2f191b437405ac6175cbe3dba615839bb46658031f7cd74ce26221cac42869818e5131b1836d43951
 WHIRLPOOL 
e58a64514f50b375670908cea228610abab9bdb7a8300d04a3c728a70b662da144711e09124fa6149e61c941d165f93a65d162cedbc739eb670ddad4d86f76ff
-DIST shorewall-core-5.1.8.1.tar.bz2 81130 SHA256 
0caca8dbd969e88f3f875789b3ac31985a19d39916efe15f69766a6ddd8d97ac SHA512 
480003ff87da59ea64cabc3fc15e12bef44180fcc47b71f9a08c225484dc401080271ddf2834574ca46992973f9d3567ddd14d977b670c48a453eb435c356ab6
 WHIRLPOOL 
173dee8d7e3cc89d092c844a040f75924c860a2c8b9a97fda21cac20ee9160c98597c54c830061ecc866f51b3d22fd78513ce06f39e176662bbf26133ac2d421
+DIST shorewall-core-5.1.8.1.tar.bz2 81130 BLAKE2B 
6cd8a434b9da66b264c5c4bd48009ff52c55693e9f749a150acea9b9790ac863ebab8fb75e8032edea0b6ccc75f259b65edf002912550c4d691da3e646685f80
 SHA512 
480003ff87da59ea64cabc3fc15e12bef44180fcc47b71f9a08c225484dc401080271ddf2834574ca46992973f9d3567ddd14d977b670c48a453eb435c356ab6
+DIST shorewall-core-5.1.9.tar.bz2 81533 BLAKE2B 
5c47197c6dc6d43c63efef4806707948c0edfb39b237a214249522200a6b0429b0a2a0e8350af5cf448f28ca2b07a9258f91a88d8e9fb7112b2f265100fdc666
 SHA512 
633ac2f5bd25946f90d6351ea510976b01a61292616856f119602813510e1c24b55e8d86531a854fdbca03572d9eb2865a8e94a1566d36bf286c411e92182877
 DIST shorewall-docs-html-5.1.7.2.tar.bz2 4218919 SHA256 
348e9bf9c97e97aa3f8f425e30da9f6c89d2b7c5a035a21ac4c3e792ef33ac95 SHA512 
b9c85d228b65ecf6b9e29ba316b8cf878a06832bc94f62e2ca8793c02c95bae7be934dd45dc572b31d8e4cff00e1092c8c8681d7c1fc4759c5700a1b8f868f55
 WHIRLPOOL 
01c51b28a9bcbed7e9a8d257ef01ecc113ba0ad095fce02d6fc17b3b341fd5d340281dfe1db0699ae1ff81e990f9413436d9fa0920846ae9f4b4298a483bede3
-DIST shorewall-docs-html-5.1.8.1.tar.bz2 4212495 SHA256 
cf7aafa3b9c990205ceda790ecb006a6b17c5d0aea4d223a8da708f34fd91bd1 SHA512 
665cc93d62bff6e18517ef959990fea6608de8246068a09f3548b855cafe08a9a6a7722a92bf8a2890889a0041ec5cb0647abe4f3afcaec857e309f2d33d6fd4
 WHIRLPOOL 
36e6099e5bd2790dc3952ba06c8f8e84737f505557a912fa0b58b2d603d66ba75aa2a14c4e8611d7186a44650d689cbfb5ec4012e0069732130e2d602f2e0e9f
+DIST shorewall-docs-html-5.1.8.1.tar.bz2 4212495 BLAKE2B 
be7e0da12b87f7f839c6c956d80e6bd5cfa4fe3cd6c9e9a651b1dcdc5530726daa31adf30f87a6f98f7ea980ab30cce32973211057f99a9dc81e5cf8d9b387e2
 SHA512 
665cc93d62bff6e18517ef959990fea6608de8246068a09f3548b855cafe08a9a6a7722a92bf8a2890889a0041ec5cb0647abe4f3afcaec857e309f2d33d6fd4
+DIST shorewall-docs-html-5.1.9.tar.bz2 4279854 BLAKE2B 
49a5285b19fd14a739090ebda718b936fe4be5222d32a23600c8acceb598ed7539c471ba02464c8c5e7aeb8944277d740dd05c99a09486b8d4933c8676e0f724
 SHA512 
38bfb3aa680c3e8eb2916aed63800396cd1ae1bac3e084e0d9ae

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

2017-11-26 Thread Jason Zaman
commit: 0e234cc1650155a44fc96f2f5ed73b22b84da3c3
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Nov 27 03:22:24 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 27 03:22:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e234cc1

dev-util/android-studio: stable 3.0.0

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/android-studio/android-studio-3.0.0.18.171.4408382.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-studio/android-studio-3.0.0.18.171.4408382.ebuild 
b/dev-util/android-studio/android-studio-3.0.0.18.171.4408382.ebuild
index fbc7007c5f6..446c76a3456 100644
--- a/dev-util/android-studio/android-studio-3.0.0.18.171.4408382.ebuild
+++ b/dev-util/android-studio/android-studio-3.0.0.18.171.4408382.ebuild
@@ -28,7 +28,7 @@ 
SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="selinux"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="app-arch/zip
dev-java/commons-logging:0



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

2017-11-26 Thread Jason Zaman
commit: 6e120551fbca899370335da1185fe94dba7b4466
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Nov 27 03:07:16 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Nov 27 03:08:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e120551

dev-util/android-studio: bump to 3.0.1 and fix desktop entry

Closes: https://bugs.gentoo.org/637304
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/android-studio/Manifest   |   3 +-
 .../android-studio-3.0.1.0.171.4443003.ebuild  | 108 +
 2 files changed, 110 insertions(+), 1 deletion(-)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index aa7e4b04485..db3a6e6fc0e 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,2 +1,3 @@
 DIST android-studio-ide-162.4069837-linux.zip 490782431 SHA256 
1383cfd47441e5f820b6257a1bdd683e0e980bc76c7f2027ef84dc2e6ad2f17f SHA512 
44f093ce4c97211913bb979fb28d5fe43163462ce6153c31c03576d872e11cbc11651f10397e14247ca41ea269a3cb0998e9e7d37fc63ac6782cc653037d925c
 WHIRLPOOL 
ed833816f48abba51d8142fda91175c07f019f40a3ed21ea026367870723016c17262c0eccb71d3d85a5f963ca0a84b0ee2111ae15f95ad92ac565f225d6c10a
-DIST android-studio-ide-171.4408382-linux.zip 771324214 SHA256 
7991f95ea1b6c55645a3fc48f1534d4135501a07b9d92dd83672f936d9a9d7a2 SHA512 
7637cc2bfd808cd641d8420e8f5a53660139f37beaf822b7b6a3bb49369d7f5a4e5ccfc805d914ff82eee3065d694a7c3d92b53ced88090ad15d57dae4e7e737
 WHIRLPOOL 
b8b78d6838d960313d10bba98bf3deaf6e9e1defad0d6288c7108228210d8c3a6d9b92de38620f4c9ed43338d425605437d45f19e57c56eb369e10f046e9322d
+DIST android-studio-ide-171.4408382-linux.zip 771324214 BLAKE2B 
4dbb194338a139d884d05acc60db65d2d85cb80cf28a44a50adf5dbb7390851d5d2640050f17a0048c926c7022794838f5ce6c259f5dd66b04dde47d7b237796
 SHA512 
7637cc2bfd808cd641d8420e8f5a53660139f37beaf822b7b6a3bb49369d7f5a4e5ccfc805d914ff82eee3065d694a7c3d92b53ced88090ad15d57dae4e7e737
+DIST android-studio-ide-171.4443003-linux.zip 773670325 BLAKE2B 
b8cff0b85cf20f9d181b4f5c29dc75385539ca2d8e2677211c6c42fcb115616c4208faa5df8cc8a8210c4e9e869d00ae42e7c9dd212756608ff9d4f47bdc8943
 SHA512 
ba91309c59e4f258222f5b5978bc9ea048476bab4d0662235c7900590f9d58716dc77e937464fab0e57752ee18353a13c163ee98615474f48d0b99e04dae1d34

diff --git a/dev-util/android-studio/android-studio-3.0.1.0.171.4443003.ebuild 
b/dev-util/android-studio/android-studio-3.0.1.0.171.4443003.ebuild
new file mode 100644
index 000..2791da5ee99
--- /dev/null
+++ b/dev-util/android-studio/android-studio-3.0.1.0.171.4443003.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils java-pkg-2 versionator
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen*.so
+   opt/${PN}/bin/fsnotifier*
+   opt/${PN}/lib/libpty/linux/x86*/libpty.so
+   opt/${PN}/plugins/android/lib/libwebp_jni*.so
+   opt/${PN}/plugins/android/resources/perfa/*/libperfa.so
+   opt/${PN}/plugins/android/resources/perfd/*/perfd
+   opt/${PN}/plugins/android/resources/simpleperf/*/simpleperf"
+
+if [[ $(get_version_component_count) -eq 6 ]]; then
+   STUDIO_V=$(get_version_component_range 1-4)
+   BUILD_V=$(get_version_component_range 5-6)
+else
+   STUDIO_V=$(get_version_component_range 1-3)
+   BUILD_V=$(get_version_component_range 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html";
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip
+   dev-java/commons-logging:0
+   dev-java/log4j:0"
+
+#  dev-java/guava:18
+RDEPEND=">=virtual/jdk-1.7
+   selinux? ( sec-policy/selinux-android )
+   >=app-arch/bzip2-1.0.6-r4
+   dev-java/commons-logging:0
+   dev-java/log4j:0
+   >=dev-libs/expat-2.1.0-r3
+   >=dev-libs/libffi-3.0.13-r1
+   >=media-libs/fontconfig-2.10.92
+   >=media-libs/freetype-2.5.5
+   >=media-libs/libpng-1.2.51
+   >=media-libs/mesa-10.2.8
+   || ( gnome-extra/zenity kde-apps/kdialog x11-apps/xmessage 
x11-libs/libnotify )
+   >=sys-libs/ncurses-5.9-r3:5/5[tinfo]
+   >=sys-libs/zlib-1.2.8-r1
+   >=x11-libs/libX11-1.6.2
+   >=x11-libs/libXau-1.0.7-r1
+   >=x11-libs/libXdamage-1.1.4-r1
+   >=x11-libs/libXdmcp-1.1.1-r1
+   >=x11-libs/libXext-1.3.2
+   >=x11-libs/libXfixes-5.0.1
+   >=x11-libs/libXrender-0.9.8
+   >=x11-libs/libXxf86vm-1.1.3
+   >=x11-libs/libdrm-2.4.46
+   >=x11-libs/libxcb-1.9.1
+   >=x11-libs/libxshmfence-1.1"
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+   eapply_user
+   # This is really a bundled jdk not a jre
+   rm -R "${S}/jre" || die "Could not remove bundled jdk"

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

2017-11-26 Thread Davide Pesavento
commit: 494501bb6e0f3c3803bbc435344505e18b123790
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 27 02:15:18 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 27 02:15:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494501bb

qt5-build.eclass: improve eclassdoc

Closes: https://bugs.gentoo.org/637856

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

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index f5ef89cce40..7462ab2059b 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -6,6 +6,7 @@
 # q...@gentoo.org
 # @AUTHOR:
 # Davide Pesavento 
+# @SUPPORTED_EAPIS: 6
 # @BLURB: Eclass for Qt5 split ebuilds.
 # @DESCRIPTION:
 # This eclass contains various functions that are used when building Qt5.
@@ -21,9 +22,10 @@ case ${EAPI} in
 esac
 
 # @ECLASS-VARIABLE: QT5_MODULE
+# @PRE_INHERIT
 # @DESCRIPTION:
 # The upstream name of the module this package belongs to. Used for
-# SRC_URI and EGIT_REPO_URI. Must be defined before inheriting the eclass.
+# SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass.
 : ${QT5_MODULE:=${PN}}
 
 # @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS
@@ -92,6 +94,7 @@ EGIT_REPO_URI=(
 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3
 
 # @ECLASS-VARIABLE: QT5_BUILD_DIR
+# @OUTPUT_VARIABLE
 # @DESCRIPTION:
 # Build directory for out-of-source builds.
 case ${QT5_BUILD_TYPE} in



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

2017-11-26 Thread Davide Pesavento
commit: 81b7f4a8db78fc9d6ff79b2cd55bbea0e8d8ebec
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 27 02:14:11 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 27 02:14:11 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=81b7f4a8

qt5-build.eclass: improve eclassdoc

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

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index f5ef89cc..7462ab20 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -6,6 +6,7 @@
 # q...@gentoo.org
 # @AUTHOR:
 # Davide Pesavento 
+# @SUPPORTED_EAPIS: 6
 # @BLURB: Eclass for Qt5 split ebuilds.
 # @DESCRIPTION:
 # This eclass contains various functions that are used when building Qt5.
@@ -21,9 +22,10 @@ case ${EAPI} in
 esac
 
 # @ECLASS-VARIABLE: QT5_MODULE
+# @PRE_INHERIT
 # @DESCRIPTION:
 # The upstream name of the module this package belongs to. Used for
-# SRC_URI and EGIT_REPO_URI. Must be defined before inheriting the eclass.
+# SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass.
 : ${QT5_MODULE:=${PN}}
 
 # @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS
@@ -92,6 +94,7 @@ EGIT_REPO_URI=(
 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3
 
 # @ECLASS-VARIABLE: QT5_BUILD_DIR
+# @OUTPUT_VARIABLE
 # @DESCRIPTION:
 # Build directory for out-of-source builds.
 case ${QT5_BUILD_TYPE} in



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

2017-11-26 Thread Davide Pesavento
commit: d264b0faacbd3b3983db40d95258e07e2d53669b
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 27 01:38:00 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 27 01:38:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d264b0fa

qt5-build.eclass: drop support for Qt 5.6

 eclass/qt5-build.eclass | 35 +++
 1 file changed, 7 insertions(+), 28 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 11847bcf013..f5ef89cce40 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -50,19 +50,13 @@ esac
 inherit estack flag-o-matic ltprune toolchain-funcs versionator virtualx
 
 HOMEPAGE="https://www.qt.io/";
+LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3"
+SLOT=5/$(get_version_component_range 1-2)
 
 QT5_MINOR_VERSION=$(get_version_component_range 2)
 QT5_PATCH_VERSION=$(get_version_component_range 3)
 readonly QT5_MINOR_VERSION QT5_PATCH_VERSION
 
-if [[ ${QT5_MINOR_VERSION} -ge 7 ]]; then
-   LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3"
-else
-   LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3"
-fi
-
-SLOT=5/$(get_version_component_range 1-2)
-
 case ${PV} in
5.)
# git dev branch
@@ -131,10 +125,7 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure 
src_compile src_install sr
 # Unpacks the sources.
 qt5-build_src_unpack() {
if tc-is-gcc; then
-   local min_gcc4_minor_version=5
-   if [[ ${QT5_MINOR_VERSION} -ge 7 || ${PN} == qtwebengine ]]; 
then
-   min_gcc4_minor_version=7
-   fi
+   local min_gcc4_minor_version=7
if [[ $(gcc-major-version) -lt 4 ]] || \
   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 
${min_gcc4_minor_version} ]]; then
eerror "GCC version 4.${min_gcc4_minor_version} or 
later is required to build this package"
@@ -268,21 +259,9 @@ qt5-build_src_install() {
if [[ ${PN} == qtcore ]]; then
pushd "${QT5_BUILD_DIR}" >/dev/null || die
 
-   local qmake_install_target=install_qmake
-   if [[ ${QT5_MINOR_VERSION} -ge 7 ]]; then
-   # qmake/qmake-aux.pro
-   
qmake_install_target=sub-qmake-qmake-aux-pro-install_subtargets
-   fi
-
-   local global_docs_install_target=
-   if [[ ${QT5_MINOR_VERSION} -le 6 && ${QT5_PATCH_VERSION} -le 2 
]]; then
-   global_docs_install_target=install_global_docs
-   fi
-
set -- emake INSTALL_ROOT="${D}" \
-   ${qmake_install_target} \
-   install_{syncqt,mkspecs} \
-   ${global_docs_install_target}
+   sub-qmake-qmake-aux-pro-install_subtargets \
+   install_{syncqt,mkspecs}
 
einfo "Running $*"
"$@"
@@ -585,7 +564,7 @@ qt5_base_configure() {
# prefer system libraries (only common hard deps here)
-system-zlib
-system-pcre
-   $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo 
-system-doubleconversion)
+   -system-doubleconversion
 
# disable everything to prevent automagic deps (part 1)
-no-mtdev
@@ -603,7 +582,7 @@ qt5_base_configure() {
-glib
 
# disable everything to prevent automagic deps (part 2)
-   $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -no-gtk || echo 
-no-gtkstyle)
+   -no-gtk
$([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-pulseaudio 
-no-alsa)
 
# exclude examples and tests from default build



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

2017-11-26 Thread Matt Thode
commit: f44d652fb5f2e5ebbb28e753b45a9566e5dabcf9
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 27 01:33:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 27 01:33:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44d652f

media-sound/pulseeffects: updating gst deps

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-sound/pulseeffects/pulseeffects-3.0.8.ebuild | 8 
 media-sound/pulseeffects/pulseeffects-.ebuild  | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild
index 82799b6d8fb..20134e4af50 100644
--- a/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-3.0.8.ebuild
@@ -30,15 +30,15 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}]
media-plugins/swh-plugins
>=x11-libs/gtk+-3.18:3
dev-python/numpy[${PYTHON_USEDEP}]
>=sci-libs/scipy-0.18[${PYTHON_USEDEP}]
>=media-libs/gstreamer-1.12.0:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gst-plugins-bad:1.0
-   media-plugins/gst-plugins-ladspa:1.0
+   >=media-libs/gst-plugins-good-1.12.0:1.0
+   >=media-libs/gst-plugins-bad-1.12.0:1.0
+   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
 "
 RDEPEND="${DEPEND}
media-sound/pulseaudio[equalizer]

diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild 
b/media-sound/pulseeffects/pulseeffects-.ebuild
index 82799b6d8fb..20134e4af50 100644
--- a/media-sound/pulseeffects/pulseeffects-.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-.ebuild
@@ -30,15 +30,15 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/gst-python:1.0[${PYTHON_USEDEP}]
+   >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}]
media-plugins/swh-plugins
>=x11-libs/gtk+-3.18:3
dev-python/numpy[${PYTHON_USEDEP}]
>=sci-libs/scipy-0.18[${PYTHON_USEDEP}]
>=media-libs/gstreamer-1.12.0:1.0
-   media-libs/gst-plugins-good:1.0
-   media-libs/gst-plugins-bad:1.0
-   media-plugins/gst-plugins-ladspa:1.0
+   >=media-libs/gst-plugins-good-1.12.0:1.0
+   >=media-libs/gst-plugins-bad-1.12.0:1.0
+   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
 "
 RDEPEND="${DEPEND}
media-sound/pulseaudio[equalizer]



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

2017-11-26 Thread Davide Pesavento
commit: 3c8208a14eadfce2aa0495ca48339d1e4bb8f64e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 27 01:28:10 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 27 01:28:10 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=3c8208a1

qt5-build.eclass: drop 5.6 support

 eclass/qt5-build.eclass | 35 +++
 1 file changed, 7 insertions(+), 28 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 11847bcf..f5ef89cc 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -50,19 +50,13 @@ esac
 inherit estack flag-o-matic ltprune toolchain-funcs versionator virtualx
 
 HOMEPAGE="https://www.qt.io/";
+LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3"
+SLOT=5/$(get_version_component_range 1-2)
 
 QT5_MINOR_VERSION=$(get_version_component_range 2)
 QT5_PATCH_VERSION=$(get_version_component_range 3)
 readonly QT5_MINOR_VERSION QT5_PATCH_VERSION
 
-if [[ ${QT5_MINOR_VERSION} -ge 7 ]]; then
-   LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3"
-else
-   LICENSE="|| ( LGPL-2.1 LGPL-3 ) FDL-1.3"
-fi
-
-SLOT=5/$(get_version_component_range 1-2)
-
 case ${PV} in
5.)
# git dev branch
@@ -131,10 +125,7 @@ EXPORT_FUNCTIONS src_unpack src_prepare src_configure 
src_compile src_install sr
 # Unpacks the sources.
 qt5-build_src_unpack() {
if tc-is-gcc; then
-   local min_gcc4_minor_version=5
-   if [[ ${QT5_MINOR_VERSION} -ge 7 || ${PN} == qtwebengine ]]; 
then
-   min_gcc4_minor_version=7
-   fi
+   local min_gcc4_minor_version=7
if [[ $(gcc-major-version) -lt 4 ]] || \
   [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 
${min_gcc4_minor_version} ]]; then
eerror "GCC version 4.${min_gcc4_minor_version} or 
later is required to build this package"
@@ -268,21 +259,9 @@ qt5-build_src_install() {
if [[ ${PN} == qtcore ]]; then
pushd "${QT5_BUILD_DIR}" >/dev/null || die
 
-   local qmake_install_target=install_qmake
-   if [[ ${QT5_MINOR_VERSION} -ge 7 ]]; then
-   # qmake/qmake-aux.pro
-   
qmake_install_target=sub-qmake-qmake-aux-pro-install_subtargets
-   fi
-
-   local global_docs_install_target=
-   if [[ ${QT5_MINOR_VERSION} -le 6 && ${QT5_PATCH_VERSION} -le 2 
]]; then
-   global_docs_install_target=install_global_docs
-   fi
-
set -- emake INSTALL_ROOT="${D}" \
-   ${qmake_install_target} \
-   install_{syncqt,mkspecs} \
-   ${global_docs_install_target}
+   sub-qmake-qmake-aux-pro-install_subtargets \
+   install_{syncqt,mkspecs}
 
einfo "Running $*"
"$@"
@@ -585,7 +564,7 @@ qt5_base_configure() {
# prefer system libraries (only common hard deps here)
-system-zlib
-system-pcre
-   $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo 
-system-doubleconversion)
+   -system-doubleconversion
 
# disable everything to prevent automagic deps (part 1)
-no-mtdev
@@ -603,7 +582,7 @@ qt5_base_configure() {
-glib
 
# disable everything to prevent automagic deps (part 2)
-   $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -no-gtk || echo 
-no-gtkstyle)
+   -no-gtk
$([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -no-pulseaudio 
-no-alsa)
 
# exclude examples and tests from default build



[gentoo-commits] proj/qt:master commit in: dev-qt/linguist/, dev-qt/designer/, dev-qt/qtxml/, dev-qt/qthelp/, ...

2017-11-26 Thread Davide Pesavento
commit: f940e7e0efdbe7a1592613e70d8120c7d92ebafd
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Nov 27 01:15:52 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Nov 27 01:15:52 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=f940e7e0

dev-qt: remove 5.6.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-qt/assistant/assistant-5.6..ebuild |  37 -
 dev-qt/designer/designer-5.6..ebuild   |  40 -
 .../linguist-tools/linguist-tools-5.6..ebuild  |  35 -
 dev-qt/linguist/linguist-5.6..ebuild   |  28 
 dev-qt/pixeltool/pixeltool-5.6..ebuild |  25 ---
 dev-qt/qdbus/qdbus-5.6..ebuild |  25 ---
 dev-qt/qdbusviewer/qdbusviewer-5.6..ebuild |  27 
 dev-qt/qdoc/qdoc-5.6..ebuild   |  23 ---
 dev-qt/qtbluetooth/qtbluetooth-5.6..ebuild |  33 
 dev-qt/qtconcurrent/qtconcurrent-5.6..ebuild   |  23 ---
 dev-qt/qtcore/qtcore-5.6..ebuild   |  41 -
 dev-qt/qtdbus/qtdbus-5.6..ebuild   |  38 -
 dev-qt/qtdeclarative/qtdeclarative-5.6..ebuild |  53 ---
 dev-qt/qtdiag/qtdiag-5.6..ebuild   |  25 ---
 .../qtgraphicaleffects-5.6..ebuild |  21 ---
 dev-qt/qtgui/metadata.xml  |   1 -
 dev-qt/qtgui/qtgui-5.6..ebuild | 174 -
 dev-qt/qthelp/qthelp-5.6..ebuild   |  31 
 .../qtimageformats/qtimageformats-5.6..ebuild  |  23 ---
 dev-qt/qtlocation/qtlocation-5.6..ebuild   |  29 
 dev-qt/qtmultimedia/metadata.xml   |   3 +-
 dev-qt/qtmultimedia/qtmultimedia-5.6..ebuild   |  76 -
 dev-qt/qtnetwork/qtnetwork-5.6..ebuild |  53 ---
 dev-qt/qtopengl/qtopengl-5.6..ebuild   |  34 
 dev-qt/qtpaths/qtpaths-5.6..ebuild |  23 ---
 dev-qt/qtplugininfo/qtplugininfo-5.6..ebuild   |  23 ---
 dev-qt/qtpositioning/qtpositioning-5.6..ebuild |  34 
 .../qtprintsupport/qtprintsupport-5.6..ebuild  |  42 -
 .../qtquickcontrols-5.6..ebuild|  32 
 dev-qt/qtscript/qtscript-5.6..ebuild   |  36 -
 dev-qt/qtsensors/qtsensors-5.6..ebuild |  26 ---
 dev-qt/qtserialport/qtserialport-5.6..ebuild   |  27 
 dev-qt/qtsql/qtsql-5.6..ebuild |  53 ---
 dev-qt/qtsvg/qtsvg-5.6..ebuild |  23 ---
 dev-qt/qttest/qttest-5.6..ebuild   |  29 
 .../qttranslations/qttranslations-5.6..ebuild  |  19 ---
 dev-qt/qtwayland/metadata.xml  |   2 -
 dev-qt/qtwayland/qtwayland-5.6..ebuild |  40 -
 dev-qt/qtwebchannel/qtwebchannel-5.6..ebuild   |  26 ---
 .../files/qtwebengine-paxmark-mksnapshot.patch |  46 --
 dev-qt/qtwebengine/qtwebengine-5.6..ebuild | 112 -
 .../files/qtwebkit-5.2.1-disable-gstreamer.patch   |  15 --
 .../files/qtwebkit-5.3.2-use-gstreamer010.patch|  18 ---
 dev-qt/qtwebkit/metadata.xml   |   3 +-
 dev-qt/qtwebkit/qtwebkit-5.6..ebuild   | 117 --
 dev-qt/qtwebsockets/qtwebsockets-5.6..ebuild   |  27 
 dev-qt/qtwidgets/metadata.xml  |   2 -
 dev-qt/qtwidgets/qtwidgets-5.6..ebuild |  42 -
 dev-qt/qtx11extras/qtx11extras-5.6..ebuild |  21 ---
 dev-qt/qtxml/qtxml-5.6..ebuild |  25 ---
 dev-qt/qtxmlpatterns/qtxmlpatterns-5.6..ebuild |  19 ---
 51 files changed, 2 insertions(+), 1778 deletions(-)

diff --git a/dev-qt/assistant/assistant-5.6..ebuild 
b/dev-qt/assistant/assistant-5.6..ebuild
deleted file mode 100644
index 44fa4993..
--- a/dev-qt/assistant/assistant-5.6..ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="webkit"
-
-DEPEND="
-   ~dev-qt/qtcore-${PV}
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qthelp-${PV}
-   ~dev-qt/qtnetwork-${PV}
-   ~dev-qt/qtprintsupport-${PV}
-   ~dev-qt/qtsql-${PV}[sqlite]
-   ~dev-qt/qtwidgets-${PV}
-   webkit? ( ~dev-qt/qtwebkit-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
-   src/assistant/assistant
-)
-
-src_prepare() {
-   qt_use_disable_mod webkit webkitwidgets \
-   src/assistant/assistant/assistant.pro
-
-   qt5-build_src_prepare
-}

diff --git a/dev-qt/designer/designer-5.6..ebuild 
b/dev-qt/designer/designer-5.6..ebuild
deleted file mode 100644
index 881db449..
--- a/dev-qt/designer/designer-5.6..ebuild
+++ /dev/null
@@ -1,40 +0,0 @@

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

2017-11-26 Thread Benda XU
commit: ebdd8464a4a6072da5f2fd6775ae062a080c3776
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Nov 27 01:08:42 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov 27 01:08:42 2017 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=ebdd8464

db.eclass, user.eclass: upstreamed.

 eclass/db.eclass   | 210 
 eclass/user.eclass | 474 -
 2 files changed, 684 deletions(-)

diff --git a/eclass/db.eclass b/eclass/db.eclass
deleted file mode 100644
index f7070d4..000
--- a/eclass/db.eclass
+++ /dev/null
@@ -1,210 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.49 2013/07/21 09:23:45 
pacho Exp $
-# This is a common location for functions used in the sys-libs/db ebuilds
-#
-# Bugs: maintainer-nee...@gentoo.org
-
-inherit eutils multilib
-
-IUSE="doc test examples"
-
-EXPORT_FUNCTIONS src_test
-
-DEPEND="test? ( >=dev-lang/tcl-8.4 )"
-
-RDEPEND=""
-
-db_fix_so() {
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && EROOT="${ROOT}"
-   LIB="${EROOT}/usr/$(get_libdir)"
-
-   cd "${LIB}"
-
-   # first clean up old symlinks
-   find "${LIB}" -maxdepth 1 -type l -name 'libdb[1_-]*'"$(get_libname)" 
-delete
-   find "${LIB}" -maxdepth 1 -type l -name 'libdb[1_-]*'"$(get_libname 
"[23]")" -delete
-   find "${LIB}" -maxdepth 1 -type l -name "libdb$(get_libname)" -delete 
#519364
-   find "${LIB}" -maxdepth 1 -type l -name "libdb$(get_libname "[23]")" 
-delete #519364
-   find "${LIB}" -maxdepth 1 -type l -name 'libdb[1._-]*a' -delete
-
-   # now rebuild all the correct ones
-   for ext in so a dylib sl; do
-   for name in libdb libdb_{cxx,tcl,java,sql,stl}; do
-   target=`find . -maxdepth 1 -type f -name 
"${name}-*.${ext}" |sort -n |tail -n 1`
-   [ -n "${target}" ] || continue;
-   case ${CHOST} in 
-   *-aix*)
-   aixdll --merge-runtime \
-   --keepdir=false \
-   --target="${name}.${ext}" \
-   --current="${target}" \
-   `find . -maxdepth 1 -type f -name 
"${name}-*.${ext}"`
-   ;;
-   *)
-   ln -sf ${target//.\//} ${name}.${ext}
-   ;;
-   esac;
-   done;
-   done;
-
-   # db[23] gets some extra-special stuff
-   if [ -f libdb1$(get_libname 2) ]; then
-   ln -sf libdb1$(get_libname 2) libdb$(get_libname 2)
-   ln -sf libdb1$(get_libname 2) libdb1$(get_libname)
-   ln -sf libdb1$(get_libname 2) libdb-1$(get_libame)
-   fi
-   # what do we do if we ever get 3.3 ?
-   for i in libdb libdb_{cxx,tcl,java,sql,stl}; do
-   if [ -f $i-3$(get_libname 2) ]; then
-   ln -sf $i-3$(get_libname 2) $i-3$(get_libname)
-   ln -sf $i-3$(get_libname 2) $i$(get_libname 3)
-   fi
-   done
-
-   # do the same for headers now
-   # but since there are only two of them, just overwrite them
-   cd "${EROOT}"/usr/include
-   target=`find . -maxdepth 1 -type d -name 'db[0-9]*' | sort -n |cut -d/ 
-f2- | tail -n1`
-   if [ -n "${target}" ] && [ -e "${target}/db.h" ] && ( ! [[ -e db.h ]] 
|| [[ -h db.h ]] ); then
-   einfo "Creating db.h symlinks to ${target}"
-   ln -sf "${target}"/db.h .
-   ln -sf "${target}"/db_185.h .
-   elif [ ! -e "${target}/db.h" ]; then
-   if [ -n "${target}" ]; then
-   ewarn "Could not find ${target}/db.h"
-   elif [ -h db.h ]; then
-   einfo "Apparently you just removed the last instance of 
$PN. Removing the symlinks"
-   rm -f db.h db_185.h
-   fi
-   fi
-}
-
-db_src_install_doc() {
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && ED="${D}"
-   # not everybody wants this wad of documentation as it is primarily API 
docs
-   if use doc; then
-   dodir /usr/share/doc/${PF}/html
-   mv "${ED}"/usr/docs/* "${ED}"/usr/share/doc/${PF}/html/
-   rm -rf "${ED}"/usr/docs
-   else
-   rm -rf "${ED}"/usr/docs
-   fi
-
-   db_src_install_examples
-}
-
-db_src_install_examples() {
-   has "${EAPI:-0}" 0 1 2 && ! use prefix && ED="${D}"
-   if use examples ; then
-   local langs="c cxx stl"
-   [[ "${IUSE/java}" != "${IUSE}" ]] \
-   && use java \
-   && langs="${langs} java"
-   for i in $langs ; do
- 

[gentoo-commits] proj/android:master commit in: sys-devel/crossdev/

2017-11-26 Thread Benda XU
commit: fc8e9ba047a4952406ac6998b92db62ae660becc
Author: Benda Xu  gentoo  org>
AuthorDate: Sun Nov 19 01:01:23 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Sun Nov 19 01:01:23 2017 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=fc8e9ba0

crossdev: merge upstream.

 sys-devel/crossdev/Manifest |  2 --
 sys-devel/crossdev/crossdev-.ebuild | 35 -
 sys-devel/crossdev/metadata.xml |  9 
 3 files changed, 46 deletions(-)

diff --git a/sys-devel/crossdev/Manifest b/sys-devel/crossdev/Manifest
deleted file mode 100644
index 14cece5..000
--- a/sys-devel/crossdev/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD crossdev-.ebuild 875 SHA256 
ef7776507c1704cc083a0787f6e642ffdc44f664c4435d9cd0e3738810d02c39 SHA512 
8d7c4b8ba34c822857dc9444147451d26b1b521f0db340e960a44c6e30c8a0524fc07739d553cd1045ba7f02c0d0c3e1050f5c806e33d2fb2a802deb0364df6d
 WHIRLPOOL 
af4f228657dd831de2d3e00269e4699f3f22080a65a28f430e66de5d7b78d960e7c003821501683f746570a28534aaeb7c99a86bbae4047b5423cc8b2ee5e448
-MISC metadata.xml 244 SHA256 
5431488a9792fce5a4d11743e355abefa2c5016c9b542c2e53d87072d553a37f SHA512 
4a33773e95965b86d3e2f934eec69d4f69e46f07015f4c61ca278e4dd248e98170952b683dccd06a672e2f582db6bc76a8abb1d38ecce98f4e33bbef6539d6c0
 WHIRLPOOL 
831226e1c2bab3af85242e42a117d3e660aa146c1e3a5ceef39f9bfd855b1402e902f7ae1504fc8e23a8b3bbb4871f6033326367f86da701034c5b52dd5fd29b

diff --git a/sys-devel/crossdev/crossdev-.ebuild 
b/sys-devel/crossdev/crossdev-.ebuild
deleted file mode 100644
index 6434ff9..000
--- a/sys-devel/crossdev/crossdev-.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-.ebuild,v 1.5 
2011/07/14 04:13:36 vapier Exp $
-
-EAPI="3"
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/heroxbd/crossdev.git";
-   inherit git-2
-   SRC_URI=""
-   #KEYWORDS=""
-else
-   SRC_URI="mirror://gentoo/${P}.tar.xz
-   http://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-   KEYWORDS="~x86-linux"
-fi
-
-DESCRIPTION="Gentoo Cross-toolchain generator"
-HOMEPAGE="http://www.gentoo.org/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=sys-apps/portage-2.1
-   app-shells/bash
-   !sys-devel/crossdev-wrappers"
-DEPEND="app-arch/xz-utils"
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-   if [[ "${PV}" == "" ]] ; then
-   dosed "s:@CDEVPV@:${EGIT_VERSION}:" /usr/bin/crossdev || die
-   fi
-}

diff --git a/sys-devel/crossdev/metadata.xml b/sys-devel/crossdev/metadata.xml
deleted file mode 100644
index 33d7123..000
--- a/sys-devel/crossdev/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-embedded
-toolchain
-
-vap...@gentoo.org
-
-



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

2017-11-26 Thread Patrice Clement
commit: 78ba48ea4897113ee7b056389b487356bf520260
Author: Chris Mayo  gmail  com>
AuthorDate: Sat Nov 25 19:50:22 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 27 01:07:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ba48ea

media-gfx/gscan2pdf: version bump to 1.8.9.

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

 media-gfx/gscan2pdf/Manifest   |  7 ++--
 media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild | 63 ++
 2 files changed, 67 insertions(+), 3 deletions(-)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 1bf2255bbbe..19414dbe093 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,3 +1,4 @@
-DIST gscan2pdf-1.8.6.tar.xz 402532 SHA256 
0674d9f1decc84b0abfa7849a66d0d50fc508cef2b901a3806addb017c4e4645 SHA512 
3d33d0666e452b313a8dca91734188ab268e2fae9f0e259cd2142661a61697302bba5d602ee7395c1ffd7c87e0c52b422f9201a2b70f5211246aed359ff4092c
 WHIRLPOOL 
59ed68feaff638f24add40f1c931ca3bfe476e26edf9c40ce0fd22c21b7a0aa43711c205362506fae0a4b5c4bbab95edfc0c35f9c56e4f70c3c7d3ea80d231a9
-DIST gscan2pdf-1.8.7.tar.xz 403676 SHA256 
91ac65d3a331109bcb4995e3a379991cb50815dab7f8e3fe68e055bbc271f78a SHA512 
990338c9dd9bdd5685a40792803b3077e27296c5a3363471e55d3297a815e1c344bc94e3430981764531fb02380d7d7b1c253dda5e9e65e86e632ae8371ca72d
 WHIRLPOOL 
2a1eb67942efb7ad703560a228d3a0cfe09081e30b688c68d2a7621a5ccfce73ae7711db1d6b02b9b57462ed0d94c7ff2a16da8ebd7a25beac08098077346768
-DIST gscan2pdf-1.8.8.tar.xz 404456 SHA256 
2adcbfce4bcfaacb7b73b7c8b5ea3ca3a0257fbab717a589328439a04621c6a7 SHA512 
331821c0f9d7365866b7ba6bdbcd29d03b69516e44f95d186296a9a105887924c747fd1c89740bd708f04d5d67a65481b972d57fef09d8bee16dfe1b2655b9e3
 WHIRLPOOL 
1f6141c347147ad5e8710d2aa4dfd6f9c67f1daefb724c5045a62a24118546f1405a1e01b0d06bf72744256ec7f5c7f6dc1d0b28d0787f7fe11a2659162ae78c
+DIST gscan2pdf-1.8.6.tar.xz 402532 BLAKE2B 
18d53e4ac1d96d54787891352149c9918ab5368e363ca19bf377d7722170590388fffd36771dfb416295dfa058006441de77c583dd5d75fb249f83a0c689a770
 SHA512 
3d33d0666e452b313a8dca91734188ab268e2fae9f0e259cd2142661a61697302bba5d602ee7395c1ffd7c87e0c52b422f9201a2b70f5211246aed359ff4092c
+DIST gscan2pdf-1.8.7.tar.xz 403676 BLAKE2B 
9f7e4391b239e255810c084ef8214a6fee9ea8d89822a4273dbe0d6b2353762f3c483b0bb768eb46a72c4480b4940741b92ed5934f996d3e250a7e0049712234
 SHA512 
990338c9dd9bdd5685a40792803b3077e27296c5a3363471e55d3297a815e1c344bc94e3430981764531fb02380d7d7b1c253dda5e9e65e86e632ae8371ca72d
+DIST gscan2pdf-1.8.8.tar.xz 404456 BLAKE2B 
23e81ad9d46867863f7cf14e0350cce568d9f9e7a57fd8eb9a4b1a56a112d72008adacf7cc4514c6d93dd6b225684d57494a5baa295c8f84a927de7bd208d722
 SHA512 
331821c0f9d7365866b7ba6bdbcd29d03b69516e44f95d186296a9a105887924c747fd1c89740bd708f04d5d67a65481b972d57fef09d8bee16dfe1b2655b9e3
+DIST gscan2pdf-1.8.9.tar.xz 405780 BLAKE2B 
2b0b818f314064e03ecd6b1eed988f9d45808a7142c00d190dba552ac87f06da74aacb47341ce749a9e1c916cf607eafd4f1d412a6a239a07426e57c16e62dc9
 SHA512 
a9042b2a184b03bb7a53d5fa56abc93e873c6e675350db4094e38c04e3f7e784eb6f0369a950f598b052474e8cbaea007af10849a2cee18cdb18d90605d4d90a

diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild
new file mode 100644
index 000..00f29f30d45
--- /dev/null
+++ b/media-gfx/gscan2pdf/gscan2pdf-1.8.9.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils perl-module
+
+DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
+HOMEPAGE="http://gscan2pdf.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# OCR tests fail with tesseract[opencl], not fixed by addpredict
+# and others on Wayland and the console
+RESTRICT="test"
+
+RDEPEND="
+   dev-perl/Config-General
+   dev-perl/Date-Calc
+   dev-perl/Data-UUID
+   dev-perl/Filesys-Df
+   dev-perl/glib-perl
+   dev-perl/Goo-Canvas
+   dev-perl/Gtk2-Ex-PodViewer
+   dev-perl/Gtk2-Ex-Simple-List
+   dev-perl/Gtk2-ImageView
+   dev-perl/Gtk2
+   dev-perl/HTML-Parser
+   dev-perl/Image-Sane
+   dev-perl/Locale-gettext
+   dev-perl/List-MoreUtils
+   dev-perl/Log-Log4perl
+   dev-perl/PDF-API2
+   dev-perl/Proc-ProcessTable
+   dev-perl/Readonly
+   dev-perl/Set-IntSpan
+   dev-perl/Try-Tiny
+   virtual/perl-Archive-Tar
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Temp
+   virtual/perl-Getopt-Long
+   virtual/perl-threads
+   virtual/perl-threads-shared
+   media-gfx/gtkimageview
+   media-gfx/imagemagick[png,tiff,perl]
+   media-gfx/sane-backends
+   media-libs/tiff"
+
+mydoc="History"
+
+pkg_postinst() {
+   optfeature "DjVu file support" "app-text

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

2017-11-26 Thread Patrice Clement
commit: 69cb0b53aa12de999339a8cdba6b72f741f45ae2
Author: Yuta Satoh  gmail  com>
AuthorDate: Sun Nov 26 16:33:23 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 27 01:06:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cb0b53

sys-freebsd/freebsd-sources: Fix SA-17:08.ptrace and SA-17:10.kldstat.

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

 sys-freebsd/freebsd-sources/Manifest| 6 --
 ...reebsd-sources-11.1_p1.ebuild => freebsd-sources-11.1_p2.ebuild} | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/sys-freebsd/freebsd-sources/Manifest 
b/sys-freebsd/freebsd-sources/Manifest
index 5824822aed1..b9f00f4753e 100644
--- a/sys-freebsd/freebsd-sources/Manifest
+++ b/sys-freebsd/freebsd-sources/Manifest
@@ -15,8 +15,10 @@ DIST freebsd-sources-SA-1618-atkbd.patch 352 SHA256 
63e159fc9000df20dfb626e0bdaa
 DIST freebsd-sources-SA-1619-sendmsg.patch 247 SHA256 
d847e42634e26e29b3ce1d68d28b7a687863070a4c1e3e51e7663785e2f6a7f0 SHA512 
878e2b283358c050603cc32241077b25987696232bce3b9d41373c1186f5dbeb41881adc69e8754804054a57fffa71cad930b82ad8d5abd458779d5a3bd61978
 WHIRLPOOL 
f077a1ba62110a5492d13413a1223b6b4b60553a0093a7344b5c7692b443cb5926c648ec151f6a566f1d099cc32df0c1ac0d29478843903e3cb8b221951d4e85
 DIST freebsd-sources-SA-1620-linux.patch 492 SHA256 
a62f5402b2a3d2b73b684854eaed45864dade33f7b04d6469b556776866380a9 SHA512 
1fb28b25ac5f89e2f7fa9a1f74ba83b4c949f2175217b669b5fcd2062c54307dcb50ad072acbe18162272b9bc29ba40ac4e19db1564a2959e885ac826a332ae5
 WHIRLPOOL 
7ba8da63513a495418a7e6433c4814eedb43e0305ada423057d2df27e90a51ce8b3caa7a06665fe114185c6335426ed12dbb346ef2a2c2c0d168a04707aa6395
 DIST freebsd-sources-SA-1621-stat.patch 223 SHA256 
dd924b1f983ff653edb6676cb5f02621309c3493501c9741a35a2cbcc021cbbf SHA512 
501244c0831d2aeb37c8a8aaa762cc6c8c39929355e6695df23dc83c78d6bb499dcb903f50c17e3f7774306d53836a0633d65e284167590c015aa1f8e10e5e4a
 WHIRLPOOL 
cd17cd613a2bb234224a21b491d4bfee6e9d9c43126689a8600f9d46eccf835661078fc926fd8a73599d30db770cb9fa0baa2817dcfb6ab3b06c1e39374bd946
+DIST freebsd-sources-SA-1708-ptrace.patch 696 BLAKE2B 
d040de29c3aca8fbc5d837c574e5ee81196ba41f1a90720579e854ba4e9786e23545547892d4e6d90c850161a53aaef7de014cbb918c45a261aea56b02cd2d7b
 SHA512 
973bfe4e594fe34340ae723b3451a1b84a9877b51e1e14e8cd0a9944bec5bc4efec6ff39ba61998c1da1f2c2df0fe17272b3dad2e2cc3880cfa0ff6017d2730e
+DIST freebsd-sources-SA-1710-kldstat.patch 2155 BLAKE2B 
e2c47d72a4a497283d7def916cdf0991b5ec791f545736474db18301866362b3c96f0a4ac5e7c1c2a91535961ac048e5e1c1e7ad10d10ced3dba954453a04ef5
 SHA512 
a5cc0acfcac8401fb4066fd5bfbaa1c5718a38f05877b8fb1c5a9cce1df9af4a82bd1c263c80c2b58ad058349753dcec9c4aa13bdb178f3b80493785badc65a4
 DIST freebsd-src-10.3.tar.xz 126900216 SHA256 
f50763dcac88e9b7ec616b77d537bf338f470350e2c85e0cc7decfcc8372b54d SHA512 
a0c95fc4bbc5ad7599d0a83651a497e85cd85a5c433e5e175c57480b466c9eb5aa0390804d6336da8301c75ad499484399d39b8f7efbcfda8cafb09b1aa12d8f
 WHIRLPOOL 
bf5320bc506fb73a63d0fb324b60667a196ca2fef5d0215637a657c613f2052d76d002deb205e258f6d4e2aaea15490b26679e59a102606a34b58ab1f6b755ad
-DIST freebsd-src-11.0.tar.xz 140252356 SHA256 
0725a7f1d3e8985f4b2e31a2ad714334463a5016b203073a8fc196649f3d5a27 SHA512 
ee1271bb38ee46fbab3d49b33f5b5afd76f9402b2e792581d63f02272df8e2a4011fac97ad550434f0c2fc5fe241940276629bde55e75f8638896a81339870cd
 WHIRLPOOL 
e1cda77189990c1d2187ab2d9e842ff3c619d8235f1ade56819fadc52f680a871de17cf05f8119614557c615ad19d41d1b6080c4b3768e7252889546b865d827
+DIST freebsd-src-11.0.tar.xz 140252356 BLAKE2B 
78c9e446111034f2d334597b261deeab489af1841f411e8ee8b7d39ebff6965698dfbefca3f41034cb03760f55cbc36e9e134bc935e925b2109005c21e4a4c86
 SHA512 
ee1271bb38ee46fbab3d49b33f5b5afd76f9402b2e792581d63f02272df8e2a4011fac97ad550434f0c2fc5fe241940276629bde55e75f8638896a81339870cd
 DIST freebsd-src-11.1.tar.xz 147661560 SHA256 
7e1186c2b3f6d070995b88bef5aded34089fed227c7b584c30b28cecaf428154 SHA512 
b97707ec7a601ca6bcb682c45f6d94a38484301ac24630d7285eff6f88b027ce6900c93fc62f8ce36e0cf32c91f73a9d1c999db397b7f8782fd74a8551a03aca
 WHIRLPOOL 
3f88b15153c25c7878d1a730213e5bc8c200c05427895ae97280c4412680bb8e67cf4f8170f9e2b0f21d63ec42365f44f7d5eafe614e9b8726f4bc3cc3825202
 DIST freebsd-sys-8.2.tar.bz2 25835329 SHA256 
0c6c7b61aae94db2931f985d5899f3bca78fc8ffab6b598fbaa158142d676f16 SHA512 
6ea4516a5c52e25c4f993f7acb875463a5caea93dbdf250c5d48eee95fff226956e9f030cab7e341b5e6a132325bc3dbf93dcb4b1185acb011918e50b1a22be3
 WHIRLPOOL 
870deeff877c6b9fc812a4260e4fdbb6715a5dc2065cab3bfbf2a42d876f6654703ccb124275a4e2c410cef48f3db02b63cc76059eccf9cf90244826f35b7a15
-DIST freebsd-sys-9.1.tar.bz2 32588103 SHA256 
b93a7ac8334ac16cc9f60665048e5ef812c0a6c62f10d0b0a674aec3f56516a8 SHA512 
7dc9d9e00dde8f592bb171f4386d02b655b73cb4f153fe5ec063d010a148ef0639eae0dcdb3eeb09ecd1e3653c69e49a2d261329fa6d0381d2ddabe258ddde6d
 WHIRLPOOL 
c8348344dfb14bad64bd3a78ee615ddd

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

2017-11-26 Thread Patrice Clement
commit: a7ab43c26bcc6414bbb16e9526e63a7ecccef8d4
Author: Chris Mayo  gmail  com>
AuthorDate: Sat Nov 25 19:51:06 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 27 01:07:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ab43c2

media-gfx/gscan2pdf: remove old.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-gfx/gscan2pdf/Manifest   |  2 -
 media-gfx/gscan2pdf/gscan2pdf-1.8.6.ebuild | 62 -
 media-gfx/gscan2pdf/gscan2pdf-1.8.7.ebuild | 63 --
 3 files changed, 127 deletions(-)

diff --git a/media-gfx/gscan2pdf/Manifest b/media-gfx/gscan2pdf/Manifest
index 19414dbe093..9a504e54ae8 100644
--- a/media-gfx/gscan2pdf/Manifest
+++ b/media-gfx/gscan2pdf/Manifest
@@ -1,4 +1,2 @@
-DIST gscan2pdf-1.8.6.tar.xz 402532 BLAKE2B 
18d53e4ac1d96d54787891352149c9918ab5368e363ca19bf377d7722170590388fffd36771dfb416295dfa058006441de77c583dd5d75fb249f83a0c689a770
 SHA512 
3d33d0666e452b313a8dca91734188ab268e2fae9f0e259cd2142661a61697302bba5d602ee7395c1ffd7c87e0c52b422f9201a2b70f5211246aed359ff4092c
-DIST gscan2pdf-1.8.7.tar.xz 403676 BLAKE2B 
9f7e4391b239e255810c084ef8214a6fee9ea8d89822a4273dbe0d6b2353762f3c483b0bb768eb46a72c4480b4940741b92ed5934f996d3e250a7e0049712234
 SHA512 
990338c9dd9bdd5685a40792803b3077e27296c5a3363471e55d3297a815e1c344bc94e3430981764531fb02380d7d7b1c253dda5e9e65e86e632ae8371ca72d
 DIST gscan2pdf-1.8.8.tar.xz 404456 BLAKE2B 
23e81ad9d46867863f7cf14e0350cce568d9f9e7a57fd8eb9a4b1a56a112d72008adacf7cc4514c6d93dd6b225684d57494a5baa295c8f84a927de7bd208d722
 SHA512 
331821c0f9d7365866b7ba6bdbcd29d03b69516e44f95d186296a9a105887924c747fd1c89740bd708f04d5d67a65481b972d57fef09d8bee16dfe1b2655b9e3
 DIST gscan2pdf-1.8.9.tar.xz 405780 BLAKE2B 
2b0b818f314064e03ecd6b1eed988f9d45808a7142c00d190dba552ac87f06da74aacb47341ce749a9e1c916cf607eafd4f1d412a6a239a07426e57c16e62dc9
 SHA512 
a9042b2a184b03bb7a53d5fa56abc93e873c6e675350db4094e38c04e3f7e784eb6f0369a950f598b052474e8cbaea007af10849a2cee18cdb18d90605d4d90a

diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.6.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-1.8.6.ebuild
deleted file mode 100644
index ef4bdc2f70b..000
--- a/media-gfx/gscan2pdf/gscan2pdf-1.8.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils perl-module
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# OCR tests fail with tesseract[opencl], not fixed by addpredict
-# and others on Wayland and the console
-RESTRICT="test"
-
-RDEPEND="
-   dev-perl/Config-General
-   dev-perl/Date-Calc
-   dev-perl/Data-UUID
-   dev-perl/Filesys-Df
-   dev-perl/glib-perl
-   dev-perl/Goo-Canvas
-   dev-perl/Gtk2-Ex-PodViewer
-   dev-perl/Gtk2-Ex-Simple-List
-   dev-perl/Gtk2-ImageView
-   dev-perl/Gtk2
-   dev-perl/HTML-Parser
-   dev-perl/Image-Sane
-   dev-perl/Locale-gettext
-   dev-perl/List-MoreUtils
-   dev-perl/Log-Log4perl
-   dev-perl/PDF-API2
-   dev-perl/Proc-ProcessTable
-   dev-perl/Readonly
-   dev-perl/Set-IntSpan
-   dev-perl/Try-Tiny
-   virtual/perl-Archive-Tar
-   virtual/perl-Carp
-   virtual/perl-Data-Dumper
-   virtual/perl-File-Temp
-   virtual/perl-Getopt-Long
-   virtual/perl-threads
-   virtual/perl-threads-shared
-   media-gfx/gtkimageview
-   media-gfx/imagemagick[png,tiff,perl]
-   media-gfx/sane-backends
-   media-libs/tiff"
-
-mydoc="History"
-
-pkg_postinst() {
-   optfeature "DjVu file support" "app-text/djvu[tiff] 
media-gfx/imagemagick[djvu]"
-   optfeature "creating PostScript files from PDFs" 
app-text/ghostscript-gpl
-   optfeature "Optical Character Recognition" app-text/tesseract[osd,tiff]
-   optfeature "scan post-processing" app-text/unpaper
-   optfeature "automatic document feeder support" media-gfx/sane-frontends
-   optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
-}

diff --git a/media-gfx/gscan2pdf/gscan2pdf-1.8.7.ebuild 
b/media-gfx/gscan2pdf/gscan2pdf-1.8.7.ebuild
deleted file mode 100644
index 00f29f30d45..000
--- a/media-gfx/gscan2pdf/gscan2pdf-1.8.7.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils perl-module
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# OCR tests fail with tesseract[opencl], not fixed by addpredict
-# and others on Wayland and the console
-RESTRICT="test"
-
-RD

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-share/

2017-11-26 Thread Patrice Clement
commit: 8ffc92c3b2281dd4a0399f4a59d358c4847cc3b9
Author: Yuta Satoh  gmail  com>
AuthorDate: Sun Nov 26 16:21:13 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 27 01:06:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffc92c3

sys-freebsd/freebsd-share: Fix the issue to create stage1.

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

 sys-freebsd/freebsd-share/Manifest  | 12 ++--
 sys-freebsd/freebsd-share/freebsd-share-11.1.ebuild |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-freebsd/freebsd-share/Manifest 
b/sys-freebsd/freebsd-share/Manifest
index 1d685987804..afb3a9d0b07 100644
--- a/sys-freebsd/freebsd-share/Manifest
+++ b/sys-freebsd/freebsd-share/Manifest
@@ -1,21 +1,21 @@
 DIST freebsd-bin-8.2.tar.bz2 415900 SHA256 
fb31b7fab259bda8396e615246f85dc99c3c9f7e98f4e4a613e20b6a394c4921 SHA512 
c39b26f75f7d812f46e907acabd8dfaf45c97adf4488bcafa35fd46c805d821e177609d403cf5e677f3674020290199ac97059a0609f7705bce58a7aab3ee8e3
 WHIRLPOOL 
49e70b1c09c4b72b3f23850e8c9873556571ec02d70ade8f18f683eff6fa92dc8f6d02d58473fe7b4d8d1f3de96c63df41150b2091caafbc9a0e92e6055b43fd
 DIST freebsd-bin-9.1.tar.bz2 385664 SHA256 
0a9524d75a8cb4c9c2654f2f9843087b09e8599bba97b9b59f00bc2e92b87e00 SHA512 
fa0571a705befe1cb9c07285d3df55c9b5f4f295760511d668d80fec8cd4d59b70c676f07164f2aa44911decef0fb54fa6d78405ac2ceec822b6b8920abc5ca8
 WHIRLPOOL 
6f2bfe17604339e8260c49582bc941d255932b5c0a7b604e58187626a3a38766cd1e4aed9fc93a737ec9b4fa661f88aac23769b3542f35eb20da8b260216e985
 DIST freebsd-contrib-8.2.tar.bz2 40931651 SHA256 
8b9cb688e81c2980b3fc66411d00ab277a24dadd50d5bdd5e0e6c63ac687b9b6 SHA512 
4f7bf825b579fbb88f2aac531d07e531474179c63fa0b66c4e80821290a8c94bf611bb4dcaef51b762aacd25b11dfae798a4ec3bad3b9e3f6b3490ebfaa72476
 WHIRLPOOL 
edd3d9e26e8d22d9028082e107ec1a44402e206dab8722f34b445676959305996c3f699152af42ace249b7f58498492787823b172fb6bcb273119c6bb50a35f0
-DIST freebsd-contrib-9.1.tar.bz2 54751432 SHA256 
e7ffa056d4050ce03ee8e23e276e2a9a494326a98d60c43bee2afcc59576deb8 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
 WHIRLPOOL 
a2a84423175499208d34809e802284d6ba649f317c3a9ad8b7312fa19efe142ebadab0048bac0db8e988e59f9a7468ac7c5d0d25e78b82bdb269a20d18153cee
+DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
 DIST freebsd-etc-8.2.tar.bz2 188629 SHA256 
6bc745fa259f9fa2b65df865d45443a7b23c24445195e33a4ac50bf1040ae238 SHA512 
3e5c106754a6a1ac806bd46b711fba7ee9cb31a4eab5262c995a5d59dbeb02f756dd8b495640dda94189d204a5d2c5218de2bd23467172d6a4ebe1048986e89c
 WHIRLPOOL 
23b658a214f1a64c43420351020e32b1182e9aac3ed5253f49ee86f9cee9166ce32bd556cd2a2b3c0e60a165462a8700f37dea19e57ad5716415e17f61da912e
-DIST freebsd-etc-9.1.tar.bz2 207776 SHA256 
a317bf85532d6192f5506e8d7bd5d5c201fe24017700e3a974a7712c2c69cdb8 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
 WHIRLPOOL 
0c27019fe140fe96f870697acbaa89ac2f281f55b892c5791b08abf1cfa4da94d9d42a1df1c2091317573ed7234253857aecb797065f911a0a5d57bbf64349a5
+DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
 DIST freebsd-gnu-8.2.tar.bz2 815379 SHA256 
34be1326b8e188427ea4a59de5dd24049f99adb5e172d61a645db1b7124f7876 SHA512 
8b278e386b22b22658eef18341073c1c757b86ecdef5c5b543fb781cfee295d71cef599544eda5f8cf273fc22d28a1ab14d912086ff8398c36ee2b71281617d4
 WHIRLPOOL 
aaf91562f147095e09a9f6aa2d4c33494f430cbe7340377edff1b8a44cc60edfe4af7ef90350018f0c80e82f5518110689cb582bb227d2360488dfbdd7bcb7c8
-DIST freebsd-gnu-9.1.tar.bz2 795778 SHA256 
3b99c1fa1087bf69549e0990a0d7997954533ac9d7938c4760ec2b01aa509a5f SHA512 
b05f2a5a10bdaeef19dfd0e962bc09f1571288a831e9345f404b920037f47db5c0ca3d620d1cbdd138b18bca1c3feab5b211b57e3041727341e5238cb9feb4fd
 WHIRLPOOL 
4f776b99296c4fcc0d6f4d30a12b0773f6704292e1361826b260ce34dcc8e537ef7eb7c6332c4988e0e03bc84ca07fb18e6b2785fe4c6f175c08865b72d6bb0b
+DIST freebsd-gnu-9.1.tar.bz2 795778 BLAKE2B 
a922a8bd2c8a7ddbac757e7db900109918bf214a34988adb45bdb11e5c829445cac9b13b0ed27ec62603aeae1e3230af362682182494db0ec95ff47cbfd7d927
 SHA512 
b05f2a5a10bdaeef19dfd0e962bc09f1571288a831e9345f404b920037f47db5c0ca3d620d1cbdd138b18bca1c3feab5b211b57e3041727341e5238cb9feb4fd
 DIST freebsd-lib-8.2.tar.bz2 3323878 SHA256 
e3590c12794fcb5ba8eb7a1f58b497587c

[gentoo-commits] repo/gentoo:master commit in: sys-freebsd/freebsd-ubin/

2017-11-26 Thread Patrice Clement
commit: d0baf3c48baf303d8d8d47cf9df2de8049ccfdb5
Author: Yuta Satoh  gmail  com>
AuthorDate: Sun Nov 26 16:26:59 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 27 01:06:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0baf3c4

sys-freebsd/freebsd-ubin: Fix build failure with >=gcc-4.8.

Reported-by: Irre (Gentoo Forums)

See also: https://forums.gentoo.org/viewtopic-t-1070670.html

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

 sys-freebsd/freebsd-ubin/Manifest | 12 ++--
 sys-freebsd/freebsd-ubin/freebsd-ubin-11.1.ebuild |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/sys-freebsd/freebsd-ubin/Manifest 
b/sys-freebsd/freebsd-ubin/Manifest
index e57a351bfcc..7e3ba527a9f 100644
--- a/sys-freebsd/freebsd-ubin/Manifest
+++ b/sys-freebsd/freebsd-ubin/Manifest
@@ -3,18 +3,18 @@ DIST freebsd-bin-9.1.tar.bz2 385664 SHA256 
0a9524d75a8cb4c9c2654f2f9843087b09e85
 DIST freebsd-cddl-8.2.tar.bz2 823706 SHA256 
6d2b2362ce60538bcba4afa47bd6baa98b05292babae4b20d6ba08592ce98698 SHA512 
9f9728d9bf0f9fb320a0378186b29133e5e9276494f57ac3cffa9917ec94d3b886708406990107f2fbf742c255f9ac716f35ea14f6a6a835712eb55581421721
 WHIRLPOOL 
0150d972fc5200efcf22b5baded0bc7d826f03420a8328bc9ce1f53f39d1f3cd07dc367fcb3b0c8bdcc3b33bc9045f262928d76532c91820fd3c6bc8c9ee57c9
 DIST freebsd-cddl-9.1.tar.bz2 899348 SHA256 
bcc79fb002052128e9e91b16beb3083ee152be0936494715c6c159bfc8d2ca3a SHA512 
ae0a969e710785bbcf36a2ec22cc5b1dcdb25398be951e047a1237d0c977e38fc9e05504db51f8bf9ed83bc1f68b04fc88ce18fc48a93f785b8a3f8ef481bacd
 WHIRLPOOL 
2c4a5baf162dbb698af45b9262f104e27c05e6a2630c3e7b1765e76c8987a330c315f741df69c8771d2509708d2934db2a07f2e0218aa59d0100dfc3f952bf72
 DIST freebsd-contrib-8.2.tar.bz2 40931651 SHA256 
8b9cb688e81c2980b3fc66411d00ab277a24dadd50d5bdd5e0e6c63ac687b9b6 SHA512 
4f7bf825b579fbb88f2aac531d07e531474179c63fa0b66c4e80821290a8c94bf611bb4dcaef51b762aacd25b11dfae798a4ec3bad3b9e3f6b3490ebfaa72476
 WHIRLPOOL 
edd3d9e26e8d22d9028082e107ec1a44402e206dab8722f34b445676959305996c3f699152af42ace249b7f58498492787823b172fb6bcb273119c6bb50a35f0
-DIST freebsd-contrib-9.1.tar.bz2 54751432 SHA256 
e7ffa056d4050ce03ee8e23e276e2a9a494326a98d60c43bee2afcc59576deb8 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
 WHIRLPOOL 
a2a84423175499208d34809e802284d6ba649f317c3a9ad8b7312fa19efe142ebadab0048bac0db8e988e59f9a7468ac7c5d0d25e78b82bdb269a20d18153cee
+DIST freebsd-contrib-9.1.tar.bz2 54751432 BLAKE2B 
8a30e78021e6388d679637d2dbe0ed3f4896d3902064baaafa79de9c328171cbcb895b0ffd3d0d0cd3ca25c93a73584ed4900b45bd672a73b15b75721de59de5
 SHA512 
71be13049258c6e6b5e4f63cc16da5d349a89d68f04d87446e4ad33ae8bf2a93ea67d9c256b7bec60b61e65db0487268070cfb77a484c3ac0f8ba368b48c2438
 DIST freebsd-etc-8.2.tar.bz2 188629 SHA256 
6bc745fa259f9fa2b65df865d45443a7b23c24445195e33a4ac50bf1040ae238 SHA512 
3e5c106754a6a1ac806bd46b711fba7ee9cb31a4eab5262c995a5d59dbeb02f756dd8b495640dda94189d204a5d2c5218de2bd23467172d6a4ebe1048986e89c
 WHIRLPOOL 
23b658a214f1a64c43420351020e32b1182e9aac3ed5253f49ee86f9cee9166ce32bd556cd2a2b3c0e60a165462a8700f37dea19e57ad5716415e17f61da912e
-DIST freebsd-etc-9.1.tar.bz2 207776 SHA256 
a317bf85532d6192f5506e8d7bd5d5c201fe24017700e3a974a7712c2c69cdb8 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
 WHIRLPOOL 
0c27019fe140fe96f870697acbaa89ac2f281f55b892c5791b08abf1cfa4da94d9d42a1df1c2091317573ed7234253857aecb797065f911a0a5d57bbf64349a5
+DIST freebsd-etc-9.1.tar.bz2 207776 BLAKE2B 
61fbfa11dfcd24c007c20940a4b7cc802dfb9a991e41433840c57f113eaaa9e2b833a15f48d60c706e55d941b0a999baabd0c33197cffd522b67c57eaa9460f1
 SHA512 
4fbe56fde519cf2f44e39a8869efa26c34f703cf540f4a83389da8d170873d7c6fb18e4010e643b8d793cfc5c55d15eeb198057a5b2a8da9d9e8f791801bf314
 DIST freebsd-include-8.2.tar.bz2 138992 SHA256 
fade90621a8e4880c9583c1ee49965400c88e53ac6c07cb5dcf320e4f069271d SHA512 
6bc820dde866589ef75f9f0d1c469d815439bdd4c79f0e1a2482ec58f938b638cb9106969b321aa72492f933c95c76895ce489727a5e265798c93adc75dd64e3
 WHIRLPOOL 
64d3160c4ac46a62f5969058e07bd160c92284f08805ed917f2073ba1cb5907cfca16c5893daf30254d39b4fcdf641ab6afb9817607f65e7789d3049e8103947
-DIST freebsd-include-9.1.tar.bz2 146881 SHA256 
861dce3f39e6806762b102361017cbe148f0e2b768b3fca152f8426f44a2942f SHA512 
779c8315ce2b10b343bb62e331525d510b0d68ce5d665a1672bd6f4d1eff6445bc6b7a0f178b319828aa203c4e4c04c561ce793052703f4f936ce9711280a0c9
 WHIRLPOOL 
e16ba45d380591ba007ca59579d45f61ffc1aa1a4c08fc11ed2794979b0a189a346c81b4f70a44ee199d50a72024930f28587ad62a9cd6854fc937eb466ec115
+DIST freebsd-include-9.1.tar.bz2 146881 BLAKE2B 
3db8570a8c841ec1c9ceff479bd0ef9b146b2a343d6596892c9d8a9f9193404f6c62712cb96d7416c6e5cc4c46e7fb942421c47e1bc2c707dde534e2050be442
 SHA512 
779c8315ce2b10b343bb62e

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

2017-11-26 Thread Matt Thode
commit: 2a31fd176f96bde6a365039e85ffd9f9cb7b0e87
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 27 01:01:54 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 27 01:04:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a31fd17

dev-python/python-heatclient: 1.11.1 stable amd64 and x86

Package-Manager: Portage-2.3.14, Repoman-2.3.6

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

diff --git a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild 
b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
index 34409536762..fda6e1051e2 100644
--- a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/heat/

2017-11-26 Thread Matt Thode
commit: 21e0753641c83261a0f47f0ecc056516bb077251
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 27 01:03:24 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 27 01:04:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e07536

sys-cluster/heat: 8.0.5 and 9.0.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 sys-cluster/heat/Manifest  |  16 ++--
 sys-cluster/heat/heat-8.0.4.ebuild | 148 -
 sys-cluster/heat/heat-8.0.5.ebuild |   2 +-
 sys-cluster/heat/heat-9.0.0.ebuild | 162 -
 sys-cluster/heat/heat-9.0.1.ebuild |   2 +-
 5 files changed, 8 insertions(+), 322 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 2130028df14..cd8bed79f42 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,10 +1,6 @@
-DIST heat-8.0.4.tar.gz 2304762 SHA256 
7997dac0f35ad7fb236536959a46e843dab56dbce5694849585cb97affbbb198 SHA512 
9846114813b743ba9abfb4ce6e9d3cdcddfb81a242fda83a9d22a9fc30017fec2464f3b75364d9be38d50218e79485f3405e429fac1830d163c50737b07c2865
 WHIRLPOOL 
8420bffb6e2b86528d9104abb981368fa2fe36b33057b0e02f1fcf9e9106a4cd58bdb833e459e38a64bd47b2f4955e15f589673b57442184e3bcd60894feab4b
-DIST heat-8.0.5.tar.gz 2309642 SHA256 
8f17e09740ca1aafed4af3302b49fa425ad5a83c5ffa51de1b0aaa1b695578b6 SHA512 
5ddb9a18ea0ce727b1900015d5690028bc92fe98e42dff3d609b504e5147608e3eefa54e7058ec0e8f6eefbcd3c92bb61eee29e604ce327a5b51250c6f68a1ad
 WHIRLPOOL 
078b53006b75564230315729aa0a7d5f1ca0a790d30fd2e2ec3182f0f7357e6a45d239c7737b4c8370b1056e1f87d10c66367877917d563cb0f62aa9ca47cd89
-DIST heat-9.0.0.tar.gz 2359104 SHA256 
36dbb46b72bf7b495ba8812804da7d4e9bb59481743e6e0499e904efdf4ee7be SHA512 
d60cfd69807af5a51da6d236e5ccf482a5fd65f8bb2e5e8287eca587f27d0af570979b554a311037904a7c01cd8dcba43a5ef577261fb7f12a557ba6ff2ec58e
 WHIRLPOOL 
43f9afaa57e84e7e29bba4754d3b7499afece40961891dafd6bf75da3032f79806dee6d4de91e0afd24ad53b97cf615e91df46646ed39b2df05fa53d36a31527
-DIST heat-9.0.1.tar.gz 2356475 SHA256 
9d1facef9eb10e5236ad01a5249a774c58a2086db2f8a57ef97425e2ccc08dd8 SHA512 
93c813bf9b7948ab5d1d261ae67cb942e35ee2cec37f8e3bfc534659725cc4aff97c731e230c1acff9308451cba64295ea47b1aae3df4b392834faf42397c0f1
 WHIRLPOOL 
a20352592d218985e1619583cd4975e47c2b9e0bd9c4bcbbccde4608f8f137c94ffee4ca75c5941bf2c9ef798659d1e1378f54e4230477f90c98bf98f323e32f
-DIST heat.conf.sample-2017.1. 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-2017.2. 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
-DIST heat.conf.sample-8.0.4 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-8.0.5 88798 SHA256 
688a6fd65df3b9f004345c8cf739c5a553b6806213c399ac25846d1ad248e963 SHA512 
5ea23f33ddc2b34414371a612041abd075694a7d63bb55efd1e75f313b4e9f35e0d68b420536bc474cd4896b0295d8763bdecbb07c71d29c462c14183159e560
 WHIRLPOOL 
9a91069136dcbf15d47a4b5df6521ca2740eb1a88feab57b28f2f921e517ae7557125b5ea877d4c9ed5314321c8de551270722809d270c1b8ae0245d2a75b515
-DIST heat.conf.sample-9.0.0 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
-DIST heat.conf.sample-9.0.1 88901 SHA256 
cb46fbbfa0e8dc84c4637312f0d21b0c95037d2b3404623653c1b5eb0a92 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
 WHIRLPOOL 
284ad592883c8e42518872d603d097672056ba25a194569f31ee9244d1095f640f02097fda0a6539b47247ba580929d79ec173f1847bfc5e19bf45fb8cbe4720
+DIST heat-8.0.5.tar.gz 2309642 BLAKE2B 
77e574368268fa1fc3c639266a4fba6c71901e7b5e4f50cf8e4fc5ec5f809fc5599345b4b8ff0d66969381d6ea17fc92a2e7002c083aabf8e45ca0289dc74012
 SHA512 
5ddb9a18ea0ce727b190

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmSun/, x11-plugins/wmSun/files/

2017-11-26 Thread Bernard Cafarelli
commit: caf42fbd66a0d7c69c6a2f4acaff44f151067b35
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:55:56 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf42fbd

x11-plugins/wmSun: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmSun/Manifest|  1 -
 x11-plugins/wmSun/files/wmSun-1.03-makefile.patch | 45 ---
 x11-plugins/wmSun/wmSun-1.03-r1.ebuild| 38 ---
 3 files changed, 84 deletions(-)

diff --git a/x11-plugins/wmSun/Manifest b/x11-plugins/wmSun/Manifest
index b30e46e8da4..c71a745e22c 100644
--- a/x11-plugins/wmSun/Manifest
+++ b/x11-plugins/wmSun/Manifest
@@ -1,2 +1 @@
-DIST wmSun-1.03.tar.gz 49744 SHA256 
a46e11680d4625589d4d91030e17916c02405451e60d366340668a01597c4ea2 SHA512 
d12eb1ed1e409bb9470d9e504f2b1a8319cba7724ac0ce09d0f9a4faa7967b4a546d614a6b20ccfe67929799cd93e7c9ddda5011b40923e4dda817c33482ed53
 WHIRLPOOL 
1e81176b48f79ec44548478a4a5474103a774dae3cf471abdb4cc82c9186079837e7123a7992dd08ffe62783270702993ac46db9cb2c5a556b72c009a744010a
 DIST wmsun-1.05.tar.gz 20680 SHA256 
c70429aa8c201f3135bcea1c6ab441d3441bda399d8766824b9e506e9c85db69 SHA512 
baa610db04ba67ca09112765e28c0fa945a98a61b642925dbaaa56a5b3e7da7424d8dd15097dcec932e3b603219d1f8806c0e50c025370226a157791f16911da
 WHIRLPOOL 
2002a90c39369fec6a5567e32c4445d50f9fc5b5b07b70a2de6bb7f720ea68480249587346a519316dc96925b794273d9662f72815d7ab04cc8e748e5bc3244c

diff --git a/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch 
b/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
deleted file mode 100644
index c12f6771e4d..000
--- a/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
+++ /dev/null
@@ -1,45 +0,0 @@
 Makefile.orig  1999-01-06 03:28:39.0 +0100
-+++ Makefile   2008-01-28 14:58:36.0 +0100
-@@ -1,8 +1,9 @@
--CC = gcc
--CFLAGS = -O2 -Wall
--INCDIR = -I/usr/X11R6/include/X11
--DESTDIR= /usr/X11R6
--LIBDIR = -L/usr/X11R6/lib
-+CC ?= gcc
-+CFLAGS += -Wall
-+INCDIR = -I/usr/include/X11
-+PREFIX = /usr
-+LIBDIR ?= /usr/lib
-+MANDIR = $(PREFIX)/share/man
- 
- 
- 
-@@ -22,14 +23,14 @@
- 
- 
- .c.o:
--  $(CC) $(COPTS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
-+  $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
- 
- 
- all:  wmSun.o wmSun
- 
- wmSun.o: wmSun_master.xpm wmSun_mask.xbm 
- wmSun:$(OBJS) 
--  $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS)
-+  $(CC) $(CFLAGS) -o wmSun $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS) -lm
- 
- clean:
-   for i in $(OBJS) ; do \
-@@ -38,6 +39,8 @@
-   rm -f wmSun
- 
- install:: wmSun
--  install -s -m 0755 wmSun $(DESTDIR)/bin
--  install-m 0644 wmSun.1 $(DESTDIR)/man/man1 
-+  install -d $(DESTDIR)$(PREFIX)/bin
-+  install -m 0755 wmSun $(DESTDIR)$(PREFIX)/bin
-+  install -d $(DESTDIR)$(MANDIR)/man1
-+  install-m 0644 wmSun.1 $(DESTDIR)$(MANDIR)/man1 
- 

diff --git a/x11-plugins/wmSun/wmSun-1.03-r1.ebuild 
b/x11-plugins/wmSun/wmSun-1.03-r1.ebuild
deleted file mode 100644
index f3fdc46d24b..000
--- a/x11-plugins/wmSun/wmSun-1.03-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="dockapp which displays the rise/set time of the sun"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/16";
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/23/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xproto
-   x11-proto/xextproto"
-
-S="${WORKDIR}/${P}/${PN}"
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
-   emake clean || die "make clean failed"
-   emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "parallel 
make failed"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "install failed"
-   dodoc README ../{BUGS,TODO}
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmtimer/files/

2017-11-26 Thread Bernard Cafarelli
commit: 106f22920663d0538cad7b39807d01e4d235acc4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:34:35 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106f2292

x11-plugins/wmtimer: remove unused patch

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 .../wmtimer/files/wmtimer-counter-fix.patch| 22 --
 1 file changed, 22 deletions(-)

diff --git a/x11-plugins/wmtimer/files/wmtimer-counter-fix.patch 
b/x11-plugins/wmtimer/files/wmtimer-counter-fix.patch
deleted file mode 100644
index 62f2a5a8279..000
--- a/x11-plugins/wmtimer/files/wmtimer-counter-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 wmtimer.c.orig 2004-01-29 02:45:48.0 +
-+++ wmtimer.c  2008-10-17 20:49:05.0 +0100
-@@ -128,7 +128,8 @@
- switch (mode)
- {
-   case TIMER:
--  if (prevSec < thisTime->tm_sec) 
-+  if (   (prevSec < thisTime->tm_sec) 
-+|| ((prevSec == 59) && (thisTime->tm_sec == 0)))
-   {
- decrementTimer();
- updateACT();
-@@ -138,7 +139,8 @@
-   prevSec = thisTime->tm_sec;
-   break;
-   case CHRONO:
--  if (prevSec < thisTime->tm_sec)
-+  if (   (prevSec < thisTime->tm_sec)
-+|| ((prevSec == 59) && (thisTime->tm_sec == 0)))
-   {
- incrementTimer();
- updateACT();



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

2017-11-26 Thread Bernard Cafarelli
commit: c178116654d4f1ff4b9710d473e5f383c9eafc32
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:42:11 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1781166

x11-plugins/wmswallow: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmswallow/Manifest  | 2 +-
 x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmswallow/Manifest b/x11-plugins/wmswallow/Manifest
index 052711d1b90..ed945a89292 100644
--- a/x11-plugins/wmswallow/Manifest
+++ b/x11-plugins/wmswallow/Manifest
@@ -1 +1 @@
-DIST wmswallow.tar.Z 28567 SHA256 
7d7a3dc64b89eeb388bb2f66815fc94cb551d0899f0e41d204f367109a2cda02 SHA512 
24ef61a4084bda49afd6a7168600d99c60fe85daab6d16733fd208a905966433ca3d031a1d991676f3e73cb8a3a552c49fe69cfb4e1271e7c9a09d9247c21cdc
 WHIRLPOOL 
1d6d6e19075b9a8daba03f99ef04357fc48bdb71e2373386f29a2636611ae20b56398b1871c8b163d069fbb4ee07c98cf1b27fd6bd5178a7756a011cd4d44be8
+DIST wmswallow.tar.Z 28567 BLAKE2B 
3fb5c39fd07c4cce329f0b60abea72d0c42203bedd36f55994bc16f36412843aef81bc985a6acb9cea0b279f900f84ffc99bc088b5343e2997f6d3951bca4bba
 SHA512 
24ef61a4084bda49afd6a7168600d99c60fe85daab6d16733fd208a905966433ca3d031a1d991676f3e73cb8a3a552c49fe69cfb4e1271e7c9a09d9247c21cdc

diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild 
b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
index cb3f2001129..8652e66d653 100644
--- a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
+++ b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="A dock applet to make any application dockable"
-HOMEPAGE="http://burse.uni-hamburg.de/~friedel/software/wmswallow.html";
-SRC_URI="http://burse.uni-hamburg.de/~friedel/software/wmswallow/${PN}.tar.Z";
+HOMEPAGE="http://www.dockapps.net/wmswallow";
+SRC_URI="http://www.dockapps.net/downloaduuu/${PN}.tar.Z";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-11-26 Thread Bernard Cafarelli
commit: 4b66be18a88fd2bd5ddb87deeddfd62a276bf5b8
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:48:14 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b66be18

x11-plugins/wmpinboard: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmpinboard/Manifest  | 2 +-
 x11-plugins/wmpinboard/wmpinboard-1.0.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmpinboard/Manifest b/x11-plugins/wmpinboard/Manifest
index 48183ceed21..6a4ba3ce315 100644
--- a/x11-plugins/wmpinboard/Manifest
+++ b/x11-plugins/wmpinboard/Manifest
@@ -1 +1 @@
-DIST wmpinboard-1.0.tar.gz 133290 SHA256 
a0268bf1c6c0c9c7ac4167031970e17a298f0ab5a85bf6ef166ae454f205137c SHA512 
486509e50e58c14866932a89706d98ebc4391af608acd95670b190eebe9069d254e11834e291ee2bc3c9e3e77e75ece7ab3f73dc7f097dfba5ca25fc888773fd
 WHIRLPOOL 
ce61f41de1aee421f3c41782773865e8b6da9b5d078ba19d6fc36761c95c9951e03ef289b684d77b09327c4b2d9b9f645cf0e98b408f7860f5052432002ff8ff
+DIST wmpinboard-1.0.tar.gz 133290 BLAKE2B 
06ed6c09d12556adf8af9a69c86ae6e60450cc6dfd3e9d0b45bf8650c057fdf54434280b36822965d5f0c0586956a84098285aa0a976090a83fd9077ada481a0
 SHA512 
486509e50e58c14866932a89706d98ebc4391af608acd95670b190eebe9069d254e11834e291ee2bc3c9e3e77e75ece7ab3f73dc7f097dfba5ca25fc888773fd

diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild 
b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
index c61c4996c8b..1a8d9d0105c 100644
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils
 
 IUSE=""
 DESCRIPTION="Window Maker dock applet resembling a miniature pinboard"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/131/${P}.tar.gz";
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/93";
+SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz";
+HOMEPAGE="https://github.com/bbidulock/wmpinboard";
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext



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

2017-11-26 Thread Bernard Cafarelli
commit: 826a36b6aee1fa51f33d28f39c4e5497e2281743
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:54:05 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826a36b6

x11-plugins/wmpinboard: 1.0.1 bump

Update ebuild to EAPI6

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmpinboard/Manifest|  1 +
 x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/x11-plugins/wmpinboard/Manifest b/x11-plugins/wmpinboard/Manifest
index 6a4ba3ce315..60ade195d2c 100644
--- a/x11-plugins/wmpinboard/Manifest
+++ b/x11-plugins/wmpinboard/Manifest
@@ -1 +1,2 @@
+DIST wmpinboard-1.0.1.tar.gz 195782 BLAKE2B 
f88368b61645c91958d81161e9f5e8523d09b7ef825476afebb2b4318c8cf04f11319b3eaf9b152fe97a4dea2dac6147e9b70eb70cd9cddbc1f45960df6529e5
 SHA512 
5728aa8a040ba81a814a0851f5bed2d5fbf933b400bdafd2b92deef8eb35d62a050293bdb98d71c6a8db058223e5ae64de932dcf971fd244aea8f48f8832aa36
 DIST wmpinboard-1.0.tar.gz 133290 BLAKE2B 
06ed6c09d12556adf8af9a69c86ae6e60450cc6dfd3e9d0b45bf8650c057fdf54434280b36822965d5f0c0586956a84098285aa0a976090a83fd9077ada481a0
 SHA512 
486509e50e58c14866932a89706d98ebc4391af608acd95670b190eebe9069d254e11834e291ee2bc3c9e3e77e75ece7ab3f73dc7f097dfba5ca25fc888773fd

diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild 
b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild
new file mode 100644
index 000..884ccdd4b4c
--- /dev/null
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Window Maker dock applet resembling a miniature pinboard"
+HOMEPAGE="https://github.com/bbidulock/wmpinboard";
+SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xproto"



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

2017-11-26 Thread Bernard Cafarelli
commit: 964f6c95af80cdaed9579fae08a65fc0487281a1
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:57:07 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964f6c95

x11-plugins/wmMatrix: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmMatrix/Manifest   | 2 +-
 x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmMatrix/Manifest b/x11-plugins/wmMatrix/Manifest
index d86635a8ef9..6287794ad8a 100644
--- a/x11-plugins/wmMatrix/Manifest
+++ b/x11-plugins/wmMatrix/Manifest
@@ -1 +1 @@
-DIST wmMatrix-0.2.tar.gz 225343 SHA256 
ce7b18b1046985237388846332234fd5aaae7b6ba2476ba465e4e57208b75053 SHA512 
4cc65c90e5279645163833f6c8a57bce0d81428c1e5106a98dd74c1b0d693f2dfd3b230e49f9ce710ecc8073477750db94dd9b3c2b96ee026ef0c666f4bc3c4c
 WHIRLPOOL 
49290e6aa357a32e414509aa806f2b51664fb93f980fe6f86b0c85195b6b071d2239c86c21b8ac86b4834a7a82520f40acd8e902e91dd5522107b7c30cf97831
+DIST wmMatrix-0.2.tar.gz 225343 BLAKE2B 
4d649ac8e9691a75c7e9a32266074a5624ef83e4f91a6474bfef67df1e3d5b653b63b5909a5bb5460312b36ea661404aa843e2d7ba56a39e43b9a815e734d121
 SHA512 
4cc65c90e5279645163833f6c8a57bce0d81428c1e5106a98dd74c1b0d693f2dfd3b230e49f9ce710ecc8073477750db94dd9b3c2b96ee026ef0c666f4bc3c4c

diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild 
b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
index 7599c92c13b..6ab6d1bf039 100644
--- a/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
+++ b/x11-plugins/wmMatrix/wmMatrix-0.2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils toolchain-funcs multilib
 
 DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's 
xmatrix screenhack"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/17/${P}.tar.gz";
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/10";
+HOMEPAGE="http://www.dockapps.net/wmmatrix";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
 
 CDEPEND="x11-libs/libX11
x11-libs/libXext



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

2017-11-26 Thread Bernard Cafarelli
commit: b90699887e08659e591d15011c5e44c413543588
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:35:22 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9069988

x11-plugins/wminet: drop old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wminet/wminet-3.0.0.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/x11-plugins/wminet/wminet-3.0.0.ebuild 
b/x11-plugins/wminet/wminet-3.0.0.ebuild
deleted file mode 100644
index a2200cb360f..000
--- a/x11-plugins/wminet/wminet-3.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wminet";
-SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xextproto"
-
-src_compile() {
-   tc-export CC
-   econf
-   emake LDFLAGS="${LDFLAGS}" || die "emake failed."
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed."
-   dodoc AUTHORS ChangeLog NEWS README wminetrc
-}



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

2017-11-26 Thread Bernard Cafarelli
commit: 4bb3a3730dd0a7a0195ad3ffc951b3f8f4a9fbd4
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:43:40 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb3a373

x11-plugins/wmmp3: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmmp3/Manifest  | 2 +-
 x11-plugins/wmmp3/wmmp3-0.12.ebuild | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/wmmp3/Manifest b/x11-plugins/wmmp3/Manifest
index 12ca2067d3a..534f34750df 100644
--- a/x11-plugins/wmmp3/Manifest
+++ b/x11-plugins/wmmp3/Manifest
@@ -1 +1 @@
-DIST wmmp3-0.12.tar.gz 43977 SHA256 
babbb158f83befd0e8eab9d794c8353ea536a477cb8b3e500be389cf658941c3 SHA512 
6cc06f109d6ab6c69ed3b8175010a2f38053138291f02e59780fc7394c35cc629ddd6b982bd5069e20a3cb81d81b3d08b9e10d1f7984f783f22c9b012c933740
 WHIRLPOOL 
c8199106c502c5c2bea9f5e2c981bd96720bce607d3714c8a91b289d1c708b76a4315338c6cbec0a8340bdca3d1e9ebb1b2d3214a90e58140864eca1aa155a31
+DIST wmmp3-0.12.tar.gz 43977 BLAKE2B 
bde74194020e65dfea27e94f5a4e937e0811da12c3af28b8d7902c3d08adc27499cd5414ee4826e6f5b25709bf784e6b27d1df07e8079953ec2a602b332b17bf
 SHA512 
6cc06f109d6ab6c69ed3b8175010a2f38053138291f02e59780fc7394c35cc629ddd6b982bd5069e20a3cb81d81b3d08b9e10d1f7984f783f22c9b012c933740

diff --git a/x11-plugins/wmmp3/wmmp3-0.12.ebuild 
b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
index 7afeb68a8f3..9fba02a88ff 100644
--- a/x11-plugins/wmmp3/wmmp3-0.12.ebuild
+++ b/x11-plugins/wmmp3/wmmp3-0.12.ebuild
@@ -1,17 +1,16 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils
 
-IUSE=""
-
 DESCRIPTION="Mp3 player dock app for WindowMaker; frontend to mpg123"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/60";
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/91/${P}.tar.gz";
+HOMEPAGE="http://www.dockapps.net/wmmp3";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ppc sparc x86"
+IUSE=""
 
 RDEPEND="x11-libs/libX11
x11-libs/libXext



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

2017-11-26 Thread Bernard Cafarelli
commit: fdfa3e287014a433b803dce0b3583ed0820059ee
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:40:35 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfa3e28

x11-plugins/wmail: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmail/Manifest| 2 +-
 x11-plugins/wmail/wmail-2.0-r4.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmail/Manifest b/x11-plugins/wmail/Manifest
index 9df7f23a647..0c20b13be6d 100644
--- a/x11-plugins/wmail/Manifest
+++ b/x11-plugins/wmail/Manifest
@@ -1 +1 @@
-DIST wmail-2.0.tar.gz 46468 SHA256 
edcf77bf6a638b96dbd78efe4802d260a68385ab2deb6d6774e325ea0cd3d245 SHA512 
62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039
 WHIRLPOOL 
e10e5a06570de6eb725045ed2e72d07db39791433b0d454b6796cb452170add4aa9781eea3bc73fe53294d4e5f6e58dfcde019c830f154a9235dce16f1656c91
+DIST wmail-2.0.tar.gz 46468 BLAKE2B 
316743065f72e14339e4c7d9bc1d394d0f5ccfa5772efd94856bef184fa3a60a1892c510f07655dacbf0b470492e085e413dcb29e3ec166c5d1a1f03d388636e
 SHA512 
62ca761619af006221ac64003246b8d7b0dacee65cd4dd6a5c31e6fc152f9f97646ceb7e757bd81333a792c73280479591dc24bb29f9da2023f2927ec2827039

diff --git a/x11-plugins/wmail/wmail-2.0-r4.ebuild 
b/x11-plugins/wmail/wmail-2.0-r4.ebuild
index 05aa4941275..945197456b8 100644
--- a/x11-plugins/wmail/wmail-2.0-r4.ebuild
+++ b/x11-plugins/wmail/wmail-2.0-r4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils
 
 DESCRIPTION="Window Maker dock application showing incoming mail"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/70";
-SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz";
+HOMEPAGE="http://www.dockapps.net/wmail";
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-11-26 Thread Bernard Cafarelli
commit: ee878d9818ec899cc19c14df99c389be2e873c86
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:37:13 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee878d98

x11-plugins/wminet: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wminet/Manifest   | 2 +-
 x11-plugins/wminet/wminet-3.0.0-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/wminet/Manifest b/x11-plugins/wminet/Manifest
index 5bd98def67d..ef81a698d88 100644
--- a/x11-plugins/wminet/Manifest
+++ b/x11-plugins/wminet/Manifest
@@ -1 +1 @@
-DIST wminet-3.0.0.tar.gz 47576 SHA256 
013e0e290d790da577da5439b07a691eadf421b87a21b5f9f61e1e80b9783461 SHA512 
594d4a2019e424b27e717d3ffd64071f7888b40bf9b31332a877e71d85c0eb89f65490268276def30f530f187f3796a14c5e412af8cb461311e3f1e0a6478e51
 WHIRLPOOL 
fb79e6613f59686e35426bedbde3426dca39a2c4ef7700e508f499a9dd6a29b6f32fd631abd29796ad9064cec3d7d53406c43040c0d63de7e74e154f6573bcb5
+DIST wminet-3.0.0.tar.gz 47576 BLAKE2B 
318a180998f815e4ac274b98fdc14914f2d69eac1a5bf6c4382b0f8b01594d56dece8f168a069fd45cb6be373f1c3507aa0a0e5fd27ab571ee21912d0c02e5e6
 SHA512 
594d4a2019e424b27e717d3ffd64071f7888b40bf9b31332a877e71d85c0eb89f65490268276def30f530f187f3796a14c5e412af8cb461311e3f1e0a6478e51

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
index 7d01177f251..aa8802b5c5b 100644
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wminet";
-SRC_URI="http://www.swanson.ukfsn.org/wmdock/${P}.tar.gz";
+HOMEPAGE="http://www.improbability.net/#wminet";
+SRC_URI="http://www.improbability.net/wmdock//${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-11-26 Thread Bernard Cafarelli
commit: 8d3a4215e1a445407f0968bb322cdf8c3710a2cf
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Mon Nov 27 00:38:49 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Nov 27 00:57:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3a4215

x11-plugins/wmfire: update homepage and SRC_URI

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmfire/Manifest   | 2 +-
 x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/wmfire/Manifest b/x11-plugins/wmfire/Manifest
index d621bdae8aa..340e11e0a07 100644
--- a/x11-plugins/wmfire/Manifest
+++ b/x11-plugins/wmfire/Manifest
@@ -1 +1 @@
-DIST wmfire-1.2.4.tar.gz 91144 SHA256 
e38b508519faf132273a9eaf75db56f1b14a5912667dd6843fc902d4a0ca2f80 SHA512 
391a76c5f7292751591becebdb6267c29270e24cf9faff7e748431ffa51e74806a7b407a6493f9d4cfdc7865e4d8e8b803567b0a54caddb9b42f82160938c82b
 WHIRLPOOL 
0b2ea82d4af5408b8ec6c0724f766f86958ba5758306bdb17a940580cbbf699150874e8f15bcaeccc642d70ed825fe8aa6377479fdff62c2ffd75849746e589c
+DIST wmfire-1.2.4.tar.gz 91144 BLAKE2B 
b51595dfbafefb26cfb28c729683e01e8eee5683c0379bc831fd5c9172576c4375b3262da9a167ce157a67317e15d25179d6fba067c70d04ebe3e362fc3db315
 SHA512 
391a76c5f7292751591becebdb6267c29270e24cf9faff7e748431ffa51e74806a7b407a6493f9d4cfdc7865e4d8e8b803567b0a54caddb9b42f82160938c82b

diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild 
b/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
index b471cbf6742..94ff738a9e4 100644
--- a/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
+++ b/x11-plugins/wmfire/wmfire-1.2.4-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 inherit autotools eutils
 
 DESCRIPTION="Load monitoring dockapp displaying dancing flame"
-HOMEPAGE="http://www.swanson.ukfsn.org/#wmfire";
-SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz";
+HOMEPAGE="http://www.improbability.net/#wmfire";
+SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2017-11-26 Thread Benda XU
commit: 4233fe3f1bd46ad9b26b226f392d68db706e1be2
Author: Benda Xu  gentoo  org>
AuthorDate: Sun Nov 26 06:28:21 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov 27 00:42:06 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4233fe3f

bootstrap-prefix.sh: get rid of the portage-stage overlay.

  We can now 100% stand on gentoo main repository.

 scripts/bootstrap-prefix.sh | 17 -
 1 file changed, 17 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f8eb310892..c6f71bd8a6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -318,19 +318,6 @@ bootstrap_setup() {
} > "${ROOT}"/etc/portage/make.conf
fi
 
-   if is-rap && [[ ! -f ${ROOT}/etc/portage/repos.conf ]] ; then
-   cat  >"${ROOT}"/etc/portage/repos.conf <<-EOF
-   [DEFAULT]
-   eclass-overrides = rap
-
-   [rap]
-   location = ${ROOT}/usr/portage-stage
-   sync-type = git
-   sync-uri = 
https://anongit.gentoo.org/git/proj/android.git
-   auto-sync = no
-   EOF
-   fi
-
if is-rap ; then
[[ -f ${ROOT}/etc/passwd ]] || getent passwd > 
"${ROOT}"/etc/passwd || \
ln -sf {,"${ROOT}"}/etc/passwd
@@ -523,10 +510,6 @@ bootstrap_tree() {
else
do_tree http://dev.gentoo.org/~grobian/distfiles 
prefix-overlay-${PV}.tar.bz2
fi
-   if is-rap; then
-   PORTDIR="${ROOT}/usr/portage-stage" \
-  do_tree http://dev.gentoo.org/~heroxbd 
android-master.tar.bz2
-   fi
 }
 
 bootstrap_startscript() {



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

2017-11-26 Thread Benda XU
commit: b82bf408a5c5c648095b85ed43dc5af2bad0e5cf
Author: Benda Xu  gentoo  org>
AuthorDate: Sun Nov 26 06:29:57 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Nov 27 00:42:06 2017 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b82bf408

Revert "bootstrap-prefix.sh: new USE 'build' of dev-util/pkgconfig"

This reverts commit 17f80a052a482504fed60f1722e8e58e5782e784.

Reference: main repo commit 2b5220fd78fbfaff91e2.

 scripts/bootstrap-prefix.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c6f71bd8a6..510b23f924 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1363,7 +1363,6 @@ do_emerge_pkgs() {
bootstrap
clang
internal-glib
-   build
)
myuse=" ${myuse[*]} "
local use



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

2017-11-26 Thread Matt Thode
commit: 20f9e51d4dae454d9a666b45e3bea509bda276ad
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 27 00:26:25 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 27 00:27:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f9e51d

media-plugins/gst-plugins-ladspa: fixing glep73 violation

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild 
b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild
index 5b06a1cb8ab..3e754eb4b12 100644
--- a/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild
+++ b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.12.3.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 GST_ORG_MODULE=gst-plugins-bad
-MULTILIB_COMPAT=( abi_x86_64 )
 
 inherit gstreamer
 



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

2017-11-26 Thread Thomas Deutschmann
commit: bfe44f64a2c9ce3a770b5b9d1be77f6657438b63
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:22:26 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe44f64

dev-libs/mpc: x86 stable (bug #638752)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-libs/mpc/mpc-1.0.3.ebuild b/dev-libs/mpc/mpc-1.0.3.ebuild
index fda61e43425..139844a6051 100644
--- a/dev-libs/mpc/mpc-1.0.3.ebuild
+++ b/dev-libs/mpc/mpc-1.0.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz";
 
 LICENSE="LGPL-2.1"
 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="static-libs"
 
 DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?]



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

2017-11-26 Thread Thomas Deutschmann
commit: 54399b9737fb6996daddce3ea70667bb020d6097
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:13:36 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54399b97

net-libs/libmicrohttpd: x86 stable (bug #638828)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild 
b/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
index 1c9fefbc36b..7a4f5127da8 100644
--- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
+++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.55.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/12"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="epoll messages ssl static-libs test"
 
 RDEPEND="ssl? (



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

2017-11-26 Thread Thomas Deutschmann
commit: ce20919d557f454877cf8f9c0bea72d497eaf600
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:10:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:18:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce20919d

app-misc/color: x86 stable (bug #638658)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-misc/color/color-1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/color/color-1.2-r2.ebuild 
b/app-misc/color/color-1.2-r2.ebuild
index 517b35761d3..661294baa35 100644
--- a/app-misc/color/color-1.2-r2.ebuild
+++ b/app-misc/color/color-1.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://runslinux.net/projects/color/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE=""
 
 src_prepare() {



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

2017-11-26 Thread Thomas Deutschmann
commit: 12b72137643947fac75707a92a55aa575541dc50
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:21:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b72137

dev-libs/mpfr: x86 stable (bug #638752)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-libs/mpfr/mpfr-3.1.6.ebuild b/dev-libs/mpfr/mpfr-3.1.6.ebuild
index 8bf1dae18de..f02040325d8 100644
--- a/dev-libs/mpfr/mpfr-3.1.6.ebuild
+++ b/dev-libs/mpfr/mpfr-3.1.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2.1"
 SLOT="0/4" # libmpfr.so version
-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="static-libs"
 
 RDEPEND=">=dev-libs/gmp-4.1.4-r2[${MULTILIB_USEDEP},static-libs?]"



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

2017-11-26 Thread Thomas Deutschmann
commit: 4f58fe8f5107a9fa9942b17d2345eafa8a7ee3eb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:11:26 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:18:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f58fe8f

dev-python/sip: x86 stable (bug #638748)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-python/sip/sip-4.19.3.ebuild b/dev-python/sip/sip-4.19.3.ebuild
index 03af916e957..e4fd0fa2bf5 100644
--- a/dev-python/sip/sip-4.19.3.ebuild
+++ b/dev-python/sip/sip-4.19.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT="0/12"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="debug doc"
 
 RDEPEND="${PYTHON_DEPS}"



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

2017-11-26 Thread Thomas Deutschmann
commit: 3f016862dcf8199f60aa1f5f9479478f5f6ce7db
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:20:01 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f016862

x11-libs/scw: x86 stable (bug #638534)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-libs/scw/scw-0.4.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/scw/scw-0.4.7-r1.ebuild b/x11-libs/scw/scw-0.4.7-r1.ebuild
index c1868e7ecc5..732ab3fd45b 100644
--- a/x11-libs/scw/scw-0.4.7-r1.ebuild
+++ b/x11-libs/scw/scw-0.4.7-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz";
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 RDEPEND="



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

2017-11-26 Thread Thomas Deutschmann
commit: 0cb654a168cecfe0ccde8a17824b53c63d12a852
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:15:13 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb654a1

media-libs/opencv: x86 stable (bug #627230)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/media-libs/opencv/opencv-2.4.13-r3.ebuild 
b/media-libs/opencv/opencv-2.4.13-r3.ebuild
index 34a5fe5bd58..9ff99bb067e 100644
--- a/media-libs/opencv/opencv-2.4.13-r3.ebuild
+++ b/media-libs/opencv/opencv-2.4.13-r3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Itseez/opencv/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/2.4"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux"
 IUSE="cuda +eigen examples ffmpeg gstreamer gtk ieee1394 ipp jpeg jpeg2k libav 
opencl openexr opengl openmp pch png +python qt5 testprograms threads tiff v4l 
vtk xine"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



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

2017-11-26 Thread Thomas Deutschmann
commit: 8a903af3c2bd844cffb24b7b4a95bc58ec7d3945
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:21:56 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a903af3

dev-libs/gmp: x86 stable (bug #638752)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild
index 5acc06ff764..45367a41322 100644
--- a/dev-libs/gmp/gmp-6.1.2.ebuild
+++ b/dev-libs/gmp/gmp-6.1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.gmplib.org/pub/${MY_P}/${MY_P}.tar.xz
 LICENSE="|| ( LGPL-3+ GPL-2+ )"
 # The subslot reflects the C & C++ SONAMEs.
 SLOT="0/10.4"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+asm doc cxx pgo static-libs"
 
 DEPEND="sys-devel/m4



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

2017-11-26 Thread Thomas Deutschmann
commit: ecfa1c7e9d9c96bbcb35ee14b36351219620e9b3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:12:20 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfa1c7e

dev-python/PyQt4: x86 stable (bug #638748)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-python/PyQt4/PyQt4-4.12.1.ebuild 
b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
index 113c1734c21..99e18b6aeca 100644
--- a/dev-python/PyQt4/PyQt4-4.12.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.12.1.ebuild
@@ -18,7 +18,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 
 IUSE="X compat dbus debug declarative designer doc examples help multimedia
opengl phonon script scripttools sql svg testlib webkit xmlpatterns"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/

2017-11-26 Thread Thomas Deutschmann
commit: b35a361f9a68ef16e35f998ad28f491dd149e5b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:23:34 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35a361f

sys-cluster/glusterfs: x86 stable (bug #635172)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sys-cluster/glusterfs/glusterfs-3.12.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/glusterfs/glusterfs-3.12.3.ebuild 
b/sys-cluster/glusterfs/glusterfs-3.12.3.ebuild
index ce6acc8b47a..04036b762ed 100644
--- a/sys-cluster/glusterfs/glusterfs-3.12.3.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-3.12.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(get_version_component_
 
 LICENSE="|| ( GPL-2 LGPL-3+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 IUSE="bd-xlator crypt-xlator debug emacs +fuse +georeplication glupy 
infiniband +libtirpc qemu-block rsyslog static-libs +syslog systemtap test 
+tiering vim-syntax +xml"
 
 REQUIRED_USE="georeplication? ( ${PYTHON_REQUIRED_USE} )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/

2017-11-26 Thread Thomas Deutschmann
commit: b08a10cb25795b7a529f918efae0c4111a01321d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 27 00:20:21 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:20:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08a10cb

kde-misc/tellico: x86 stable (block #638264)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 kde-misc/tellico/tellico-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/tellico/tellico-3.1.ebuild 
b/kde-misc/tellico/tellico-3.1.ebuild
index 65249033f94..528c524070a 100644
--- a/kde-misc/tellico/tellico-3.1.ebuild
+++ b/kde-misc/tellico/tellico-3.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://tellico-project.org/";
 SRC_URI="http://tellico-project.org/files/${P}.tar.xz";
 
 LICENSE="|| ( GPL-2 GPL-3 )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
 
 COMMON_DEPEND="



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

2017-11-26 Thread Thomas Deutschmann
commit: c342480fb993728f51fe997f209fd668afb7e2fe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:18:53 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c342480f

media-gfx/optipng: x86 stable (bug #637936)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/optipng/optipng-0.7.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/optipng/optipng-0.7.6-r1.ebuild 
b/media-gfx/optipng/optipng-0.7.6-r1.ebuild
index 7cc031c42aa..9039ea4f153 100644
--- a/media-gfx/optipng/optipng-0.7.6-r1.ebuild
+++ b/media-gfx/optipng/optipng-0.7.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="sys-libs/zlib



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

2017-11-26 Thread Thomas Deutschmann
commit: b597f295c9f01b5b2d25954330fb039366753323
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Nov 26 23:17:04 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 27 00:19:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b597f295

net-libs/webkit-gtk: x86 stable (bug #637076)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.18.3.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.18.3.ebuild
index 1173b43e82d..b05d77618c6 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.18.3.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.18.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 
 IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer 
+introspection +jit libnotify nsplugin +opengl spell wayland +webgl X"
 



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

2017-11-26 Thread David Seifert
commit: 5aa010697d4310e9fdb2b8ae94c8045f036d0dd0
Author: David Seifert  gentoo  org>
AuthorDate: Mon Nov 27 00:02:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Nov 27 00:03:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa01069

net-libs/c-client: Fix pkgcore 'PkgMetadataXmlInvalidPkgRef' warning

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 net-libs/c-client/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/c-client/metadata.xml b/net-libs/c-client/metadata.xml
index f99412d3eea..f6b5a260f99 100644
--- a/net-libs/c-client/metadata.xml
+++ b/net-libs/c-client/metadata.xml
@@ -7,7 +7,7 @@


Install RFCs related to IMAP
-   Enable support for net-mail/topal 
for use with mail-client/alpine
+   Enable support for net-mail/topal for use 
with mail-client/alpine
Enable Eduardo Chappa's patches for use 
with mail-client/alpine (mainly adds support for maildir)

 



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

2017-11-26 Thread Kent Fredric
commit: f809f83ece468b29356c15ff88367ddf4e655b17
Author: Kent Fredric  gentoo  org>
AuthorDate: Sun Nov 26 23:13:51 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sun Nov 26 23:48:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f809f83e

dev-lang/perl: Update dev version to 5.27.6

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-lang/perl/Manifest  | 32 
 dev-lang/perl/perl-5.28..ebuild |  8 
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 8150aa526ec..6a5d9f8e441 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -1,16 +1,16 @@
-DIST perl-5.24.1-patches-3.tar.xz 24012 SHA256 
b8f8164c1fb34c5db82d9f16c5330cdb2d56e283562dd2d684c2abc26e58bf83 SHA512 
1af59b80fca8317fe8df171eba6fcc0830c65f94ad7f73bac611877afdd6e5dfe9ce7c67205a860703fcf6c5b87ba14a0163196e1b833a20562525d06b26b6f3
 WHIRLPOOL 
9d1f7d3050f544d04e413e1c6c4a8cc6bc593a8250dbf45fb166cf92060ea8bb8e4b09bb73a686cce8101395a04c853842588c1c223c903c5b74cedaf68c5d18
-DIST perl-5.24.1.tar.xz 11569284 SHA256 
03a77bac4505c270f1890ece75afc7d4b555090b41aa41ea478747e23b2afb3f SHA512 
9429608eb4d7f6a01b5a7df8601e0757acdf3e6d5af960d5cf710f8e4fd20ffe082bb42eedc2cd079d5173e48cf5574d55477e1c51f7f53b32fb5d1b89f6db8c
 WHIRLPOOL 
26d401f03af54ba61ea8e761f483f3d374737660fa4beaa3bd77951c0f920f88f9e47f327754c32d4c3c49557882a2a531b9eebef420ad6155d62423f7753406
-DIST perl-5.24.2-patches-1.tar.xz 24012 SHA256 
51b1dd61f4907da053558c6aa80de303230ee3348b6c4e7d6b149ee0a7c3e54e SHA512 
3576dbce373a17de2de436b6bd33378c9bca899dab71b7448e3c2d1df5ed3d63ea19ad0e0406526b9a75b416585e0da0c32e653e6f76474fbcd66672094d7aaf
 WHIRLPOOL 
2668b0d4ea7c0b4bbddc1c26c2187dc4d9b19d449bde91b522a7f500bcdec2d25ec59110001b9560fc610f9deacdfd8bcbdb2ce979e5ad09c9055c1f78820902
-DIST perl-5.24.2.tar.xz 11570420 SHA256 
b25dd465ef32edf853078eb540b26243db0a3b5e1b1cc84393703d9564be67c0 SHA512 
d7bb66e23064aba426fe3f7264d065f0926957675b0bba51fe2ddb623561ffcdb7657d9f27d78920a583a21bdee01a7ace37aae6d42c02d32403bd1347ad8df8
 WHIRLPOOL 
51e2fd19bff64c6d7bd8f40372089d14cc783c3ae17d6788361b3363a497a8e44688e490422b6c327b886eddf2ff0f2aa261c4c0aa76ecfac08ceb62f8d344d4
-DIST perl-5.24.3-patches-1.tar.xz 24016 SHA256 
8dc42e629d50ea7193c890cfcd85abaed32db74507b8862c060bf93f5ea82ef4 SHA512 
5feddaa14b66c6c5f926a3bee96e2849d829141ee7a6d74cfec68128785fcb8de38e13cfd229c420a9fe6c3a1db4a4bdd52a91aa72726233570f61c73d31f9fd
 WHIRLPOOL 
ffe2e5a530683a36d6d546eff0ac13b4b5014365574abe0cc90be9f73219ec3f5bcd3a9c3fa9a5744682d293e9f3a40e9b0bff0a389cf60d00b2b7f7f8fd32f2
-DIST perl-5.24.3.tar.xz 11574740 SHA256 
03fe3e4ea39d2a4982703572599a80f3d5f368a1359ed89746ea1d8bec6cfbba SHA512 
139c92c0ea0ee7bd5912ad52cc275e0732ceb0865d8b67c301e1fc5a96ae126a26432b4450a2bbc7fe65b8e1dd8adde92ea2cc91ee39cb13ec3c5096e8f787ec
 WHIRLPOOL 
5c8f9234047ccb448373a1dde403d35a4c8f6e320537fad6b011c3650b6e5f8e7a300fc3567a5bd7cbc308266f2db5adcbd8f74b04c87855b058275c74e08bab
-DIST perl-5.25.11-patches-1.tar.xz 16776 SHA256 
43dda2f9a20b2d25caa733ba94acb0c48b26e8201b3f8fa3d2be24a6667e SHA512 
ee340824746d3b626b41c76bfa901543869fb9560ef75ff6d338df017e5528e33c344a91ce7cbe9f2fa9e813bf61bbe9eb290433baceb05b832110e746ce9036
 WHIRLPOOL 
98681898039e1bcc3e9a33498a8b7b8b3f24cc4c49396b33dfd04a853c329323ad47081d64da61ba2880fbd3505e10ffe90367dffa8005bda86c4f114b283934
-DIST perl-5.26.0.tar.xz 11961692 SHA256 
9bf2e3d0d72aad77865c3bdbc20d3b576d769c5c255c4ceb30fdb9335266bf55 SHA512 
cd5af6495fe4c46c0d5d0f51d4015b54daa221f08a5fb48899c247cb57c2ba85cffb97e6d258d0f931504828bb23e175d899f311c73805d924d1042058ac42e4
 WHIRLPOOL 
9b87a1fd5371871c747351440e40f5d1345b8bf6ac5810b9ef239e58947fe0c243583fdac6888f0450bdca437b6031cc5281a4e045d5014642ef2dc671e24e47
-DIST perl-5.26.1-RC1.tar.xz 11923212 SHA256 
3c52c1092a66ee7c809af53076e1f407e43f52962272d0fd2e95bfb6c70df111 SHA512 
036151303704e8d91db8cc22a9c8972499babca112d46f570e4f921fdad1b73919f6d038973896ff3d55b079080c4682609b3f73b962999bc5f5425b7b877084
 WHIRLPOOL 
99ae7d69509fcd85486beff976f79da03216e2ef1b241080b3d65bbacc343b8fb577082e111f5fd5214c42dd704465efdb2622558ed76fefa1315fe0dec40d3f
-DIST perl-5.26.1.tar.xz 11922848 SHA256 
fe8208133e73e47afc3251c08d2c21c5a60160165a8ab8b669c43a420e4ec680 SHA512 
13faa7bcd7ed8c490c37e9032c115af06c9b8152b75f8062409dd72d263d1314480e8a9a883490de1b448b2e6d53b6a87d108e2eceb17de2524d5857c6a7d300
 WHIRLPOOL 
5126e3727ff4b7bd5cc3b0dce4a4a6f1d4c2601af318161981e66407850a08d8731cdb5554af00cd4889978c7564d85f900e526584ebbab0fee6d97b2aebc6d3
-DIST perl-5.27.1-patches-1.tar.xz 16444 SHA256 
98e3c57398a3476ff809b98c7a17e52424842ca41499b3ee84b73d90c633ec62 SHA512 
c70e033619e1caecb5e5d70e36094bb105f0387a383f7091c763b87ad9f31121c036446e337d44565ce66c9977870c951f2fbd61d34ac1633c18ac9d0b489a13
 WHIRLPOOL 
d211c1b5b3358e8142dd6c6ec9b324db49d1097a0f717168a299e22872d7ff3f9066dace7ac1de935117849445de15f6c3b0afd14afa2750c6

[gentoo-commits] data/glep: New branch: glep42-update

2017-11-26 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Nov 26 23:40:51 2017 +

New branch: glep42-update




[gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/

2017-11-26 Thread David Seifert
commit: 0722faa1c428da7d314153707286ce790045d79a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:17:17 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0722faa1

x11-wm/fvwm: [QA] Consistent whitespace in metadata.xml

 x11-wm/fvwm/metadata.xml | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-wm/fvwm/metadata.xml b/x11-wm/fvwm/metadata.xml
index 434919c6711..63c21e06e5f 100644
--- a/x11-wm/fvwm/metadata.xml
+++ b/x11-wm/fvwm/metadata.xml
@@ -1,18 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-  
+   
+   
fvwm is an ICCCM-compliant X window manager providing a 3D look 
for
window decorations, multiple discontiguous virtual desktops, a 
high
degree of configurability, and an external module interface for
implementing functional extensions.

-  
-Enable GTK2 Perl bindings
-Enable screen locking
-Enable NetPBM support (used by 
FvwmScript-ScreenDump)
-Enable rplay support
-Mouse Gesture support
-  
+   
+   Enable GTK2 Perl bindings
+   Enable screen locking
+   Enable NetPBM support (used by 
FvwmScript-ScreenDump)
+   Enable rplay support
+   Mouse Gesture support
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/muffin/

2017-11-26 Thread David Seifert
commit: 9120b96750a42a3df7aa5710ec3b02e5e5898695
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:17:25 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9120b967

x11-wm/muffin: [QA] Consistent whitespace in metadata.xml

 x11-wm/muffin/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/muffin/metadata.xml b/x11-wm/muffin/metadata.xml
index 658465f8312..7b5976166a1 100644
--- a/x11-wm/muffin/metadata.xml
+++ b/x11-wm/muffin/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-cinna...@gentoo.org
-Cinnamon Project
+   cinna...@gentoo.org
+   Cinnamon Project


linuxmint/muffin



[gentoo-commits] repo/gentoo:master commit in: x11-wm/plwm/

2017-11-26 Thread David Seifert
commit: b31a90768fdeaf43ca1fe80e8b025ce6869f3a81
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:17:46 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31a9076

x11-wm/plwm: [QA] Consistent whitespace in metadata.xml

 x11-wm/plwm/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-wm/plwm/metadata.xml b/x11-wm/plwm/metadata.xml
index 956d8e2ed88..d646a8a2cb4 100644
--- a/x11-wm/plwm/metadata.xml
+++ b/x11-wm/plwm/metadata.xml
@@ -5,9 +5,9 @@
a...@gentoo.org


-PLWM is a Python package, containing classes suitable for 
-implementing a window manager. PLWM is also a window manager, 
-using the PLWM package.
+   PLWM is a Python package, containing classes suitable for
+   implementing a window manager. PLWM is also a window manager,
+   using the PLWM package.


plwm



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-taskmanager/

2017-11-26 Thread David Seifert
commit: 94e63cb95659713d517b7d6c322819522263
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:22:10 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:33:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e6

xfce-extra/xfce4-taskmanager: [QA] Consistent whitespace in metadata.xml

 xfce-extra/xfce4-taskmanager/metadata.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/xfce-extra/xfce4-taskmanager/metadata.xml 
b/xfce-extra/xfce4-taskmanager/metadata.xml
index 525363dc9b2..3211925b8a9 100644
--- a/xfce-extra/xfce4-taskmanager/metadata.xml
+++ b/xfce-extra/xfce4-taskmanager/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-x...@gentoo.org
-XFCE Team
-  
-  
- Build against x11-libs/libgksu to 
provide "Run as root" option in the application's menu
- Use GTK+3 instead of GTK+2
-  
+   
+   x...@gentoo.org
+   XFCE Team
+   
+   
+   Build against x11-libs/libgksu to 
provide "Run as root" option in the application's menu
+   Use GTK+3 instead of GTK+2
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/vdr-channel-logos/

2017-11-26 Thread David Seifert
commit: cdd1f6e9bc611beada8df560ba624e2da48c4622
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:16:11 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd1f6e9

x11-themes/vdr-channel-logos: [QA] Consistent whitespace in metadata.xml

 x11-themes/vdr-channel-logos/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/vdr-channel-logos/metadata.xml 
b/x11-themes/vdr-channel-logos/metadata.xml
index fd3086d89d1..984a01fab26 100644
--- a/x11-themes/vdr-channel-logos/metadata.xml
+++ b/x11-themes/vdr-channel-logos/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   v...@gentoo.org
-   Gentoo VDR Project
-   
+   v...@gentoo.org
+   Gentoo VDR Project
+   
 



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

2017-11-26 Thread David Seifert
commit: ef786405ee11295c00189c61258e826c1cc1203e
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:13:59 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef786405

x11-plugins/docker: [QA] Consistent whitespace in metadata.xml

 x11-plugins/docker/metadata.xml | 15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/x11-plugins/docker/metadata.xml b/x11-plugins/docker/metadata.xml
index 775ce9559c3..c691b64fc49 100644
--- a/x11-plugins/docker/metadata.xml
+++ b/x11-plugins/docker/metadata.xml
@@ -1,12 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   voyag...@gentoo.org
-   Bernard Cafarelli
-
-
-
-  Openbox app which acts as a system tray for KDE and GNOME2.
-
+   
+   voyag...@gentoo.org
+   Bernard Cafarelli
+   
+   
+   Openbox app which acts as a system tray for KDE and GNOME2.
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/blackbox/

2017-11-26 Thread David Seifert
commit: 5187deda405be855f8eed4e979936a7fce16ee04
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:16:42 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5187deda

x11-wm/blackbox: [QA] Consistent whitespace in metadata.xml

 x11-wm/blackbox/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/blackbox/metadata.xml b/x11-wm/blackbox/metadata.xml
index eb1e7094d54..5d2ee1af2e0 100644
--- a/x11-wm/blackbox/metadata.xml
+++ b/x11-wm/blackbox/metadata.xml
@@ -3,10 +3,10 @@
 


-Blackbox is that fast, light window manager you have been looking for 
-without all those annoying library dependencies. If you have a C++ 
-compiler and the X Window System you can compile and use it.
-
+   Blackbox is that fast, light window manager you have been 
looking for
+   without all those annoying library dependencies. If you have a 
C++
+   compiler and the X Window System you can compile and use it.
+   

blackboxwm




[gentoo-commits] repo/gentoo:master commit in: x11-themes/wm-icons/

2017-11-26 Thread David Seifert
commit: 5aeddd23129247d2d13adb47a2efcbc6154cf784
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:16:26 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aeddd23

x11-themes/wm-icons: [QA] Consistent whitespace in metadata.xml

 x11-themes/wm-icons/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/wm-icons/metadata.xml b/x11-themes/wm-icons/metadata.xml
index 08abffbf3b2..85146c675c9 100644
--- a/x11-themes/wm-icons/metadata.xml
+++ b/x11-themes/wm-icons/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-
-   A hugely varied assortment of themed icons for use in X, created with 
FVWM in mind but works well in lots of other things too!
-
-
-wm-icons
-
+   
+   
+   A hugely varied assortment of themed icons for use in X, 
created with FVWM in mind but works well in lots of other things too!
+   
+   
+   wm-icons
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/

2017-11-26 Thread David Seifert
commit: 93b6da7bf0df39211651e4814406b2a21cf9c3f2
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:17:36 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b6da7b

x11-wm/openbox: [QA] Consistent whitespace in metadata.xml

 x11-wm/openbox/metadata.xml | 42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/x11-wm/openbox/metadata.xml b/x11-wm/openbox/metadata.xml
index 03e0a0449e0..4c8dd2cb3bd 100644
--- a/x11-wm/openbox/metadata.xml
+++ b/x11-wm/openbox/metadata.xml
@@ -1,25 +1,25 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-   hwoar...@gentoo.org
-   Markos Chandras
-  
-  
-l...@gentoo.org
-Gentoo LXDE Project
-  
-  
-Enables support for session managers
-Install the python xdg files for xdg autostart
-  
-  
-
-  dan...@orodu.net
-  Dana Jansens
-
-http://openbox.org/wiki/Openbox:News
-http://openbox.org/wiki/Help:Contents
-http://openbox.org/wiki/Openbox:Contribute
-  
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
+   
+   l...@gentoo.org
+   Gentoo LXDE Project
+   
+   
+   Enables support for session managers
+   Install the python xdg files for xdg 
autostart
+   
+   
+   
+   dan...@orodu.net
+   Dana Jansens
+   
+   http://openbox.org/wiki/Openbox:News
+   http://openbox.org/wiki/Help:Contents
+   http://openbox.org/wiki/Openbox:Contribute
+   
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/nanoflann/

2017-11-26 Thread David Seifert
commit: eb4a7f129dfe3acbc85a72262dbc3a55caf1d45b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 14:37:46 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:33:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4a7f12

sci-libs/nanoflann: [QA] Add cmake-utils_src_prepare

Closes: https://bugs.gentoo.org/638490
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 sci-libs/nanoflann/Manifest   |  2 +-
 sci-libs/nanoflann/nanoflann-1.2.3.ebuild | 22 --
 sci-libs/nanoflann/nanoflann-.ebuild  | 16 +---
 3 files changed, 18 insertions(+), 22 deletions(-)

diff --git a/sci-libs/nanoflann/Manifest b/sci-libs/nanoflann/Manifest
index 09abb93da95..231a1015624 100644
--- a/sci-libs/nanoflann/Manifest
+++ b/sci-libs/nanoflann/Manifest
@@ -1 +1 @@
-DIST nanoflann-1.2.3.tar.gz 1157793 SHA256 
5ef4dfb23872379fe9eb306aabd19c9df4cae852b72a923af01aea5e8d7a59c3 SHA512 
01d5226fb669c9ef21e1bd36bddb07c7bf8bbbf9798e90bfa7966de4ae01e05c669c33a73d37340c41c79fcab81c91c3991077d799a211985b2d0a2a365a8878
 WHIRLPOOL 
2a1c9a21dbd7571e4c680a2b5e3636086df4e06142d885b390983228a3cf3d36f01d0389fe712f1d9a9106a55887353a1ea7c057a289c727e98b9bf5308c1b20
+DIST nanoflann-1.2.3.tar.gz 1157793 BLAKE2B 
e6b3947c5c99689da5d3759e0217deca691bada8089cdd1e3cd41902b0db2533908fab1ff5474851064d3f2ab6a5a70429320bbf432a0381df4aec0139a6b2f4
 SHA512 
01d5226fb669c9ef21e1bd36bddb07c7bf8bbbf9798e90bfa7966de4ae01e05c669c33a73d37340c41c79fcab81c91c3991077d799a211985b2d0a2a365a8878

diff --git a/sci-libs/nanoflann/nanoflann-1.2.3.ebuild 
b/sci-libs/nanoflann/nanoflann-1.2.3.ebuild
index e82a84965d8..4db99558405 100644
--- a/sci-libs/nanoflann/nanoflann-1.2.3.ebuild
+++ b/sci-libs/nanoflann/nanoflann-1.2.3.ebuild
@@ -7,27 +7,29 @@ inherit cmake-utils
 
 DESCRIPTION="C++ header-only library for Nearest Neighbor (NN) search wih 
KD-trees"
 HOMEPAGE="https://github.com/jlblancoc/nanoflann";
-SRC_URI="https://github.com/jlblancoc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+if [[ ${PV} = * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://github.com/jlblancoc/nanoflann.git"
+else
+   SRC_URI="https://github.com/jlblancoc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-cpp/eigen:*"
+RDEPEND="dev-cpp/eigen:3"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-   eapply_user
+   cmake-utils_src_prepare
 
# do not compile examples
-   sed -ie 's/add_subdirectory(examples)//g' CMakeLists.txt || die "sed 
failed"
+   cmake_comment_add_subdirectory examples
 }
 
 src_test() {
-   cd "${BUILD_DIR}" && emake -j1 test
-}
-
-src_compile() {
-   :
+   "${CMAKE_MAKEFILE_GENERATOR}" -C "${BUILD_DIR}" -j1 test
 }

diff --git a/sci-libs/nanoflann/nanoflann-.ebuild 
b/sci-libs/nanoflann/nanoflann-.ebuild
index 2c8467c0046..4db99558405 100644
--- a/sci-libs/nanoflann/nanoflann-.ebuild
+++ b/sci-libs/nanoflann/nanoflann-.ebuild
@@ -8,11 +8,9 @@ inherit cmake-utils
 DESCRIPTION="C++ header-only library for Nearest Neighbor (NN) search wih 
KD-trees"
 HOMEPAGE="https://github.com/jlblancoc/nanoflann";
 
-if [[ ${PV} = ** ]]; then
+if [[ ${PV} = * ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/jlblancoc/nanoflann.git"
-   SRC_URI=""
-   KEYWORDS=""
 else
SRC_URI="https://github.com/jlblancoc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
@@ -22,20 +20,16 @@ LICENSE="BSD"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-cpp/eigen:*"
+RDEPEND="dev-cpp/eigen:3"
 DEPEND="${RDEPEND}"
 
 src_prepare() {
-   eapply_user
+   cmake-utils_src_prepare
 
# do not compile examples
-   sed -ie 's/add_subdirectory(examples)//g' CMakeLists.txt || die "sed 
failed"
+   cmake_comment_add_subdirectory examples
 }
 
 src_test() {
-   cd "${BUILD_DIR}" && emake -j1 test
-}
-
-src_compile() {
-   :
+   "${CMAKE_MAKEFILE_GENERATOR}" -C "${BUILD_DIR}" -j1 test
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-playercontrol-plugin/

2017-11-26 Thread David Seifert
commit: 5340d4e39bb6281661d4efcd519b1638a4e0f0f9
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:22:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5340d4e3

xfce-extra/xfce4-playercontrol-plugin: [QA] Consistent whitespace in 
metadata.xml

 xfce-extra/xfce4-playercontrol-plugin/metadata.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/xfce-extra/xfce4-playercontrol-plugin/metadata.xml 
b/xfce-extra/xfce4-playercontrol-plugin/metadata.xml
index 151ee16c643..369fefa250b 100644
--- a/xfce-extra/xfce4-playercontrol-plugin/metadata.xml
+++ b/xfce-extra/xfce4-playercontrol-plugin/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-x...@gentoo.org
-XFCE Team
-  
-  
-   Enable Audacious support
-Enable Music Player Daemon support
-  
+   
+   x...@gentoo.org
+   XFCE Team
+   
+   
+   Enable Audacious support
+   Enable Music Player Daemon support
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/

2017-11-26 Thread David Seifert
commit: 9b3070e055ed250f64e504271ecaacc9bed74301
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:13:49 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3070e0

x11-misc/xmonad-log-applet: [QA] Consistent whitespace in metadata.xml

 x11-misc/xmonad-log-applet/metadata.xml | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/x11-misc/xmonad-log-applet/metadata.xml 
b/x11-misc/xmonad-log-applet/metadata.xml
index d916bff47cc..5991f768560 100644
--- a/x11-misc/xmonad-log-applet/metadata.xml
+++ b/x11-misc/xmonad-log-applet/metadata.xml
@@ -1,17 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-hask...@gentoo.org
-  
-  
-f...@geekplace.eu
-Maintainer, CC him on bugs
-  
-  
-   xmonad-log-applet is for Xmonad users who find the GNOME, MATE, or Xfce 
panel useful. The applet will show the active workspaces, the title of the 
selected window or whatever information you send it from your xmonad.hs.
-
-  
-alexkay/xmonad-log-applet
-  
+   
+   hask...@gentoo.org
+   
+   
+   f...@geekplace.eu
+   Maintainer, CC him on bugs
+   
+   
+   xmonad-log-applet is for Xmonad users who find the GNOME, MATE, 
or Xfce panel useful. The applet will show the active workspaces, the title of 
the selected window or whatever information you send it from your xmonad.hs.
+   
+   
+   alexkay/xmonad-log-applet
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles-extra/

2017-11-26 Thread David Seifert
commit: 1fd665ad350cb34388935ee6e126af9ab2731c72
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:15:43 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd665ad

x11-themes/commonbox-styles-extra: [QA] Consistent whitespace in metadata.xml

 x11-themes/commonbox-styles-extra/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/commonbox-styles-extra/metadata.xml 
b/x11-themes/commonbox-styles-extra/metadata.xml
index 34fa44f89fb..6f1575e7c37 100644
--- a/x11-themes/commonbox-styles-extra/metadata.xml
+++ b/x11-themes/commonbox-styles-extra/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-
-  
-  A selection of even more styles for *box window managers.
-  
+   
+   pchr...@gentoo.org
+   Panagiotis Christopoulos
+   
+   
+   A selection of even more styles for *box window managers.
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/kfaenza/

2017-11-26 Thread David Seifert
commit: 67246aaeb27a785f70c3869521dd89149735322a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:15:50 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67246aae

x11-themes/kfaenza: [QA] Consistent whitespace in metadata.xml

 x11-themes/kfaenza/metadata.xml | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11-themes/kfaenza/metadata.xml b/x11-themes/kfaenza/metadata.xml
index 8deff4312a4..4766578b8c3 100644
--- a/x11-themes/kfaenza/metadata.xml
+++ b/x11-themes/kfaenza/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-  maksbo...@gentoo.org
-  Maxim Koltsov
-
-
-  k...@gentoo.org
-  Gentoo KDE Project
-
-
-   Install additional KFaenza icons. See third 
homepage for details
-
+   
+   maksbo...@gentoo.org
+   Maxim Koltsov
+   
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   Install additional KFaenza icons. See 
third homepage for details
+   
 



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

2017-11-26 Thread David Seifert
commit: b6a6d946283ec8e15aa05977f9bd51f7e4821de1
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:11:40 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:30:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a6d946

x11-libs/qwtplot3d: [QA] Consistent whitespace in metadata.xml

 x11-libs/qwtplot3d/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/qwtplot3d/metadata.xml b/x11-libs/qwtplot3d/metadata.xml
index 2725f60bd4c..a63bd8a60d8 100644
--- a/x11-libs/qwtplot3d/metadata.xml
+++ b/x11-libs/qwtplot3d/metadata.xml
@@ -6,9 +6,9 @@
Gentoo Science Project


-QwtPlot3D isa feature-rich Qt/OpenGL-based C++ programming library,
-   providing essentially a  bunch of 3D-widgets for programmers.
-  
+   QwtPlot3D isa feature-rich Qt/OpenGL-based C++ programming 
library,
+   providing essentially a  bunch of 3D-widgets for programmers.
+   

qwtplot3d




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

2017-11-26 Thread David Seifert
commit: 07d209fb98a01e94daf89cf956d6521311197969
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:13:12 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d209fb

x11-misc/viewglob: [QA] Consistent whitespace in metadata.xml

 x11-misc/viewglob/metadata.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-misc/viewglob/metadata.xml b/x11-misc/viewglob/metadata.xml
index bf53ae30f04..d35fe20ba4c 100644
--- a/x11-misc/viewglob/metadata.xml
+++ b/x11-misc/viewglob/metadata.xml
@@ -1,18 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-shell-to...@gentoo.org
-Gentoo Shell Tools Project
-  
-  
+   
+   shell-to...@gentoo.org
+   Gentoo Shell Tools Project
+   
+   
Viewglob is a package that graphically displays the results of 
a shell
glob, helping beginners of shell usage become acclimitised to 
filename
generation. In addition, it acts as a basic replacement for ls, 
by
tracking shell directory changes. It is compatible with zsh and 
bash,
and helper files and documentation are provided.

-  
-viewglob
-  
+   
+   viewglob
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/

2017-11-26 Thread David Seifert
commit: ad06253f19da8380531efb1ff8b5780190415a8a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:15:19 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad06253f

x11-terms/terminator: [QA] Consistent whitespace in metadata.xml

 x11-terms/terminator/metadata.xml | 27 ++-
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/x11-terms/terminator/metadata.xml 
b/x11-terms/terminator/metadata.xml
index e41086ce9c4..c129c91cdf5 100644
--- a/x11-terms/terminator/metadata.xml
+++ b/x11-terms/terminator/metadata.xml
@@ -1,17 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-   Much of the behaviour of Terminator is based on GNOME Terminal, and 
-   we are adding more features from that as time goes by, but we also 
-   want to extend out in different directions with useful features for 
-   sysadmins and other users. If you have any suggestions, please file 
-   wishlist bugs! (see below for the address)
-
-  
-Enables desktop notifications 
viadev-python/notify-python
-  
-  
-terminator
-  
+   
+   
+   Much of the behaviour of Terminator is based on GNOME Terminal, 
and
+   we are adding more features from that as time goes by, but we 
also
+   want to extend out in different directions with useful features 
for
+   sysadmins and other users. If you have any suggestions, please 
file
+   wishlist bugs! (see below for the address)
+   
+   
+   Enables desktop notifications 
viadev-python/notify-python
+   
+   
+   terminator
+   
 



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

2017-11-26 Thread David Seifert
commit: 4b53f68e82028a33b50049fef35d9fd1392c422a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:12:39 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b53f68e

x11-misc/obconf: [QA] Consistent whitespace in metadata.xml

 x11-misc/obconf/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/obconf/metadata.xml b/x11-misc/obconf/metadata.xml
index 92696b72e60..18e14095648 100644
--- a/x11-misc/obconf/metadata.xml
+++ b/x11-misc/obconf/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-   hwoar...@gentoo.org
-   Markos Chandras
-  
+   
+   hwoar...@gentoo.org
+   Markos Chandras
+   
 



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

2017-11-26 Thread David Seifert
commit: 61481241e5b5e623e1b226a979bca53900ba9d26
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:13:36 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61481241

x11-misc/xdesktopwaves: [QA] Consistent whitespace in metadata.xml

 x11-misc/xdesktopwaves/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdesktopwaves/metadata.xml 
b/x11-misc/xdesktopwaves/metadata.xml
index 5e3210314f1..678112183b9 100644
--- a/x11-misc/xdesktopwaves/metadata.xml
+++ b/x11-misc/xdesktopwaves/metadata.xml
@@ -10,7 +10,7 @@
X Windows desktop under water. Windows and mouse are like ships 
on the
sea. Each movement of these ends up in moving water waves. You 
can even
have rain and/or storm stirring up the water.
-  
+   

xdesktopwaves




[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-bot-sentry/

2017-11-26 Thread David Seifert
commit: f8b21758d84f90e32b42f7cafe9995f8026b5c77
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:14:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b21758

x11-plugins/pidgin-bot-sentry: [QA] Consistent whitespace in metadata.xml

 x11-plugins/pidgin-bot-sentry/metadata.xml | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/x11-plugins/pidgin-bot-sentry/metadata.xml 
b/x11-plugins/pidgin-bot-sentry/metadata.xml
index 0171dd0ebc9..fedb7369b09 100644
--- a/x11-plugins/pidgin-bot-sentry/metadata.xml
+++ b/x11-plugins/pidgin-bot-sentry/metadata.xml
@@ -1,17 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-chutz...@gentoo.org
-Patrick McLean
-  
-  
-   Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant Message 
(IM)
-   spam. It allows you to ignore IMs unless the sender is in your Buddy 
List,
-   the sender is in your Allow List, or the sender correctly answers a 
question
-   you have predefined. 
-
-  
-pidgin-bs
-  
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   Bot Sentry is a Pidgin (libpurple) plugin to prevent Instant 
Message (IM)
+   spam. It allows you to ignore IMs unless the sender is in your 
Buddy List,
+   the sender is in your Allow List, or the sender correctly 
answers a question
+   you have predefined.
+   
+   
+   pidgin-bs
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/commonbox-styles/

2017-11-26 Thread David Seifert
commit: 2c9fd945c2a17b587c035594b05435aa990b17f0
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:15:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9fd945

x11-themes/commonbox-styles: [QA] Consistent whitespace in metadata.xml

 x11-themes/commonbox-styles/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-themes/commonbox-styles/metadata.xml 
b/x11-themes/commonbox-styles/metadata.xml
index 9354a1f6c21..0f9619d05de 100644
--- a/x11-themes/commonbox-styles/metadata.xml
+++ b/x11-themes/commonbox-styles/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-   pchr...@gentoo.org
-   Panagiotis Christopoulos
-
-  
-  A selection of styles for *box window managers.
-   
+   
+   pchr...@gentoo.org
+   Panagiotis Christopoulos
+   
+   
+   A selection of styles for *box window managers.
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/skinenigmang-logos/

2017-11-26 Thread David Seifert
commit: 6e727d0477b8f396febb92deda9ea8a747bef86d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:16:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:32:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e727d04

x11-themes/skinenigmang-logos: [QA] Consistent whitespace in metadata.xml

 x11-themes/skinenigmang-logos/metadata.xml | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/x11-themes/skinenigmang-logos/metadata.xml 
b/x11-themes/skinenigmang-logos/metadata.xml
index 73d86c89e57..e62650c54a5 100644
--- a/x11-themes/skinenigmang-logos/metadata.xml
+++ b/x11-themes/skinenigmang-logos/metadata.xml
@@ -2,11 +2,10 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   v...@gentoo.org
-   Gentoo VDR Project
-   
-   
-   Install logos for lower osd color 
depth on dxr3
-   cards
-   
+   v...@gentoo.org
+   Gentoo VDR Project
+   
+   
+   Install logos for lower osd color depth on 
dxr3 cards
+   
 



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

2017-11-26 Thread David Seifert
commit: e9805ea03f2d109a39d346ac7c00a9570cdb7e5a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:11:45 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:30:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9805ea0

x11-libs/xbae: [QA] Consistent whitespace in metadata.xml

 x11-libs/xbae/metadata.xml | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/x11-libs/xbae/metadata.xml b/x11-libs/xbae/metadata.xml
index a1dd8627a07..ff903b86644 100644
--- a/x11-libs/xbae/metadata.xml
+++ b/x11-libs/xbae/metadata.xml
@@ -6,18 +6,18 @@
Gentoo Science Project


-  XbaeMatrix is a free Motif(R) table widget (also compatible with the free 
-  LessTif) which presents an editable array of string data to the user in a 
-  scrollable table similar to a spreadsheet. The rows and columns of the 
Matrix 
-  may optionally be labelled. A number of "fixed" and "trailing fixed" rows 
-  or columns may be specified.
-  
-  The XbaeCaption widget is a simple Motif manager widget that associates 
-  a label with a child.
-  
-  In addition the XbaeInput widget is being distributed, a text input field 
-  that provides generic customised data entry and formatting for strings.
-
+   XbaeMatrix is a free Motif(R) table widget (also compatible 
with the free
+   LessTif) which presents an editable array of string data to the 
user in a
+   scrollable table similar to a spreadsheet. The rows and columns 
of the Matrix
+   may optionally be labelled. A number of "fixed" and "trailing 
fixed" rows
+   or columns may be specified.
+
+   The XbaeCaption widget is a simple Motif manager widget that 
associates
+   a label with a child.
+
+   In addition the XbaeInput widget is being distributed, a text 
input field
+   that provides generic customised data entry and formatting for 
strings.
+   

xbae




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

2017-11-26 Thread David Seifert
commit: 007da0745ee37467b161e22621749af37cfb2dbf
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:13:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007da074

x11-misc/py3status: [QA] Consistent whitespace in metadata.xml

 x11-misc/py3status/metadata.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-misc/py3status/metadata.xml b/x11-misc/py3status/metadata.xml
index afc1f98f7b9..ca06ced2e0e 100644
--- a/x11-misc/py3status/metadata.xml
+++ b/x11-misc/py3status/metadata.xml
@@ -5,8 +5,9 @@
ultra...@gentoo.org
Alexys Jacob

-   py3status is an extensible
- i3status wrapper written in python
+   
+   py3status is an extensible i3status wrapper written in python.
+   

py3status
ultrabug/py3status



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

2017-11-26 Thread David Seifert
commit: 1c50cbfdd708739a271a10802eee7646ee703489
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 13:13:23 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:31:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c50cbfd

x11-misc/wmctrl: [QA] Consistent whitespace in metadata.xml

 x11-misc/wmctrl/metadata.xml | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml
index de4a42db7c4..d8d01621539 100644
--- a/x11-misc/wmctrl/metadata.xml
+++ b/x11-misc/wmctrl/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
-
-The wmctrl program is a command line tool to interact with an 
-EWMH/NetWM compatible X Window Manager. It provides command 
line 
-access to almost all the features defined in the EWMH 
specification.
-Using it, it's possible to, for example, obtain information 
about the
-window manager, get a detailed list of desktops and managed 
windows, 
-switch and resize desktops, change number of desktops, make 
windows 
-full-screen, always-above or sticky, and activate, close, 
move, 
-resize, maximize and minimize them. 
- 
+   
+   
+   The wmctrl program is a command line tool to interact with an
+   EWMH/NetWM compatible X Window Manager. It provides command line
+   access to almost all the features defined in the EWMH 
specification.
+   Using it, it's possible to, for example, obtain information 
about the
+   window manager, get a detailed list of desktops and managed 
windows,
+   switch and resize desktops, change number of desktops, make 
windows
+   full-screen, always-above or sticky, and activate, close, move,
+   resize, maximize and minimize them.
+   
 



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

2017-11-26 Thread Bernard Cafarelli
commit: 392121220f19e591a8921d4edb0385903726a7e0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Nov 26 23:28:49 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Nov 26 23:29:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39212122

x11-plugins/wmtop: tarball has a different directory name

Closes: https://bugs.gentoo.org/638760
Package-Manager: Portage-2.3.16, Repoman-2.3.6

 x11-plugins/wmtop/wmtop-0.85.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-plugins/wmtop/wmtop-0.85.ebuild 
b/x11-plugins/wmtop/wmtop-0.85.ebuild
index 5242a13685c..a9860141ef5 100644
--- a/x11-plugins/wmtop/wmtop-0.85.ebuild
+++ b/x11-plugins/wmtop/wmtop-0.85.ebuild
@@ -20,6 +20,9 @@ RDEPEND=">=x11-libs/libdockapp-0.7:=
 DEPEND="${RDEPEND}
x11-proto/xproto"
 
+# Incorrect path in this tarball version
+S=${WORKDIR}/dockapps-be3f170
+
 src_prepare() {
eapply_user
 



  1   2   3   4   >