[gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/libptp2/files/, media-libs/libptp2/

2018-12-11 Thread Michał Górny
commit: b5e76695300596e33492a24a7401455f8c946494
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:54:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:54:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e76695

media-libs/libptp2: Remove last-rited pkg

Closes: https://bugs.gentoo.org/622722
Signed-off-by: Michał Górny  gentoo.org>

 media-libs/libptp2/Manifest|  1 -
 .../libptp2/files/libptp2-1.1.10-configure.patch   | 46 --
 .../libptp2/files/libptp2-1.1.10-makefile.patch| 11 --
 media-libs/libptp2/libptp2-1.1.10.ebuild   | 31 ---
 media-libs/libptp2/metadata.xml|  8 
 profiles/package.mask  |  5 ---
 6 files changed, 102 deletions(-)

diff --git a/media-libs/libptp2/Manifest b/media-libs/libptp2/Manifest
deleted file mode 100644
index 7c0463a2227..000
--- a/media-libs/libptp2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libptp2-1.1.10.tar.gz 380767 BLAKE2B 
479739abc45d8feff4dd0f70fbee1ac7ad24f78aec99ad176858e8b835cef73135ae3537ffe000cf8321a91e4437cc2606ddaf4f24c8725bc4e2540baddfc4d8
 SHA512 
9c6140c389f995d08cf49e5215e407131f51b17fc901e47c5ee675d9fff9d49075554ebc21549b239013fd7d2bd5ab8fb8ad9645ded149901479f6b85c808d44

diff --git a/media-libs/libptp2/files/libptp2-1.1.10-configure.patch 
b/media-libs/libptp2/files/libptp2-1.1.10-configure.patch
deleted file mode 100644
index 5036ff683cb..000
--- a/media-libs/libptp2/files/libptp2-1.1.10-configure.patch
+++ /dev/null
@@ -1,46 +0,0 @@
 a/configure.in 2007-12-28 10:28:36.0 +1100
-+++ b/configure.in 2007-12-28 10:36:14.0 +1100
-@@ -25,6 +25,10 @@
- 
- # Checks for programs.
- AC_PROG_CC
-+AC_PROG_INSTALL
-+AC_PROG_LN_S
-+AC_PROG_MAKE_SET
-+AC_PROG_RANLIB
- 
- # turn on warnings for gcc
- if test "$ac_cv_prog_gcc" = "yes"; then
-@@ -36,19 +40,29 @@
- 
- # Checks for header files.
- AC_HEADER_STDC
--AC_CHECK_HEADERS([libintl.h stdlib.h string.h])
-+AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h stdint.h stdlib.h string.h 
sys/ioctl.h unistd.h utime.h])
- 
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
- AC_C_INLINE
-+AC_TYPE_INT16_T
-+AC_TYPE_INT32_T
-+AC_TYPE_INT8_T
- AC_STRUCT_TM
-+AC_TYPE_UINT16_T
-+AC_TYPE_UINT32_T
-+AC_TYPE_UINT64_T
-+AC_TYPE_UINT8_T
- 
- # Checks for library functions.
--AC_FUNC_ERROR_AT_LINE
-+AC_PROG_GCC_TRADITIONAL
- AC_FUNC_MALLOC
- AC_FUNC_MKTIME
-+AC_FUNC_MMAP
-+AC_TYPE_SIGNAL
-+AC_FUNC_UTIME_NULL
- AC_FUNC_VPRINTF
--AC_CHECK_FUNCS([memset strchr strdup strtol getopt_long])
-+AC_CHECK_FUNCS([memset munmap strdup strncasecmp strtol utime])
- 
- hostos=any
- case $host in

diff --git a/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch 
b/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch
deleted file mode 100644
index 19fd2590ee2..000
--- a/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/Makefile.am  2005-11-01 02:39:40.0 +1100
-+++ b/src/Makefile.am  2007-12-28 09:51:01.0 +1100
-@@ -17,7 +17,7 @@
- else 
- ptpcam_SOURCES = ptpcam.c ptpcam.h
- endif
--ptpcam_LDADD = -lptp2 @PTPCAM_LDFLAGS@
-+ptpcam_LDADD = libptp2.la @PTPCAM_LDFLAGS@
- ptpcam_DEPENDANCIES = libptp2.la
- ptpcam_CFLAGS = @PTPCAM_CFLAGS@
- endif

diff --git a/media-libs/libptp2/libptp2-1.1.10.ebuild 
b/media-libs/libptp2/libptp2-1.1.10.ebuild
deleted file mode 100644
index 53c5e01c709..000
--- a/media-libs/libptp2/libptp2-1.1.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="Library and client to communicate with cameras via PTP"
-HOMEPAGE="https://sourceforge.net/projects/libptp/";
-SRC_URI="mirror://sourceforge/libptp/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="virtual/libusb:0"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-makefile.patch"
-   "${FILESDIR}/${P}-configure.patch"
-)
-
-src_prepare() {
-   default
-   AT_M4DIR="m4" eautoreconf
-}
-
-src_test() {
-   env LD_LIBRARY_PATH=./src/.libs/ ./src/ptpcam -l || die
-}

diff --git a/media-libs/libptp2/metadata.xml b/media-libs/libptp2/metadata.xml
deleted file mode 100644
index feb5e592cfe..000
--- a/media-libs/libptp2/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-  
-libptp
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index c36b4cf2bad..1645582903e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -166,11 +166,6 @@ app-admin/localepurge
 # bumped (#622572). Removal in a month.
 net-p2p/ppcoind
 
-# Pacho Ramos  (11 Nov 2018)
-# Our current version is broken for ages (#622722), no maintained, needs to
-# be bumped, no reverse deps i

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-proxy/, dev-db/mysql-proxy/files/, profiles/

2018-12-11 Thread Michał Górny
commit: 2098bddecf9ada7c5808b965936ffe250b1101ce
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:51:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:51:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098bdde

dev-db/mysql-proxy: Remove last-rited pkg

Closes: https://bugs.gentoo.org/629676
Signed-off-by: Michał Górny  gentoo.org>

 dev-db/mysql-proxy/Manifest|  1 -
 dev-db/mysql-proxy/files/mysql-proxy.cnf   | 47 
 dev-db/mysql-proxy/files/mysql-proxy.confd | 12 -
 .../mysql-proxy/files/mysql-proxy.confd-0.8.0-r1   | 12 -
 dev-db/mysql-proxy/files/mysql-proxy.initd | 22 --
 dev-db/mysql-proxy/metadata.xml| 13 --
 dev-db/mysql-proxy/mysql-proxy-0.8.2-r1.ebuild | 51 --
 profiles/package.mask  |  5 ---
 8 files changed, 163 deletions(-)

diff --git a/dev-db/mysql-proxy/Manifest b/dev-db/mysql-proxy/Manifest
deleted file mode 100644
index 2d987f3293d..000
--- a/dev-db/mysql-proxy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mysql-proxy-0.8.2.tar.gz 861995 BLAKE2B 
2f6071d5c2a63462dc619ade0ce92db6845d0e010d4d5022314157b3cdac553b5ccff8149763844d42892eaa444f132587f02b8495ddd446ed02953909e59b5a
 SHA512 
e083ea6344bf2d3b85a38127e42cbab659a959684f7f0f63272fa0df926d6d32dbbaaab2b6479ee8fc227fbc9af6f24e855d19700ec1ab4b904c5e638b4d64c8

diff --git a/dev-db/mysql-proxy/files/mysql-proxy.cnf 
b/dev-db/mysql-proxy/files/mysql-proxy.cnf
deleted file mode 100644
index 7d15674f6b9..000
--- a/dev-db/mysql-proxy/files/mysql-proxy.cnf
+++ /dev/null
@@ -1,47 +0,0 @@
-# MySQL Proxy's configuration file (mysql-proxy.cnf)
-# This file must be 0660 or more restrictive
-# otherwise mysql-proxy will refuse to load
-[mysql-proxy]
-#basedir = ...
-#daemon = true
-#defaults-file = ...
-#event-threads = ...
-keepalive = true
-log-backtrace-on-crash = true
-log-file = /var/log/mysql/mysql-proxy.log
-log-level = warning
-#log-use-syslog = true
-#lua-cpath = ...
-#lua-path = ...
-#max-open-files = ...
-pid-file = /var/run/mysql-proxy.pid
-#plugin-dir = ...
-#plugins = admin,proxy,debug,replicant
-#plugins = admin,proxy
-plugins = proxy
-#user = ...
-
-# module: admin
-admin-address = 127.0.0.1:4041
-#admin-lua-script = ...
-#admin-password = ...
-#admin-username = ...
-
-# module: proxy
-#no-proxy = false
-proxy-address = 127.0.0.1:4040
-proxy-backend-addresses = 127.0.0.1:3306
-proxy-fix-bug-25371 = false
-#proxy-lua-script = ...
-#proxy-pool-no-change-user = ...
-#proxy-read-only-backend-addresses = ...
-proxy-skip-profiling = false
-
-# module: replicant
-#replicant-master-address = ...
-#replicant-username = ...
-#replicant-password = ...
-#replicant-read-binlogs = ...
-
-# module: debug
-debug-address = 127.0.0.1:4043

diff --git a/dev-db/mysql-proxy/files/mysql-proxy.confd 
b/dev-db/mysql-proxy/files/mysql-proxy.confd
deleted file mode 100644
index 079530159f8..000
--- a/dev-db/mysql-proxy/files/mysql-proxy.confd
+++ /dev/null
@@ -1,12 +0,0 @@
-# /etc/conf.d/mysql-proxy: config file for /etc/init.d/mysql-proxy
-
-# location of pidfile
-PIDFILE="/var/run/mysql-proxy.pid"
-
-# general options for mysql-proxy
-# do NOT specify --daemon or --pid-file=... here!
-OPTS="--log-use-syslog"
-
-# if you want mysql-proxy to depend on mysql, enable this:
-#RC_NEED="mysql" # baselayout-1
-#rc_need="mysql" # baselayout-2/OpenRC

diff --git a/dev-db/mysql-proxy/files/mysql-proxy.confd-0.8.0-r1 
b/dev-db/mysql-proxy/files/mysql-proxy.confd-0.8.0-r1
deleted file mode 100644
index 8b86431a3d8..000
--- a/dev-db/mysql-proxy/files/mysql-proxy.confd-0.8.0-r1
+++ /dev/null
@@ -1,12 +0,0 @@
-# /etc/conf.d/mysql-proxy: config file for /etc/init.d/mysql-proxy
-
-# location of pidfile
-PIDFILE="/var/run/mysql-proxy.pid"
-
-# general options for mysql-proxy
-# do NOT specify --daemon or --pid-file=... here!
-OPTS="--defaults-file=/etc/mysql/mysql-proxy.cnf"
-
-# if you want mysql-proxy to depend on mysql, enable this:
-#RC_NEED="mysql" # baselayout-1
-#rc_need="mysql" # baselayout-2/OpenRC

diff --git a/dev-db/mysql-proxy/files/mysql-proxy.initd 
b/dev-db/mysql-proxy/files/mysql-proxy.initd
deleted file mode 100644
index 7107facfd6f..000
--- a/dev-db/mysql-proxy/files/mysql-proxy.initd
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need net
-}
-
-start() {
-   ebegin "Starting MySQL Proxy"
-   start-stop-daemon --start --quiet \
-   --exec /usr/bin/mysql-proxy \
-   -- --daemon --pid-file="${PIDFILE}" ${OPTS}
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping MySQL Proxy"
-   start-stop-daemon --stop --quiet \
-   --pidfile "${PIDFILE}"
-   eend $?
-}

diff --git a/dev-db/mysql-proxy/metadata.xml b/de

[gentoo-commits] repo/gentoo:master commit in: net-p2p/ppcoind/, net-p2p/ppcoind/files/, profiles/

2018-12-11 Thread Michał Górny
commit: c67632ab0b859d5adb326d97ad5cfb09cd92e2e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:55:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:55:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67632ab

net-p2p/ppcoind: Remove last-rited pkg

Closes: https://bugs.gentoo.org/622572
Signed-off-by: Michał Górny  gentoo.org>

 net-p2p/ppcoind/Manifest   |   1 -
 net-p2p/ppcoind/files/ppcoin.conf  |   8 --
 net-p2p/ppcoind/files/ppcoin.confd |  10 --
 net-p2p/ppcoind/files/ppcoin.initd | 104 --
 net-p2p/ppcoind/files/ppcoin.initd-r1  |  28 -
 net-p2p/ppcoind/files/ppcoin.service   |  30 --
 .../ppcoind/files/ppcoind-0.4.0-boost_chrono.patch |  10 --
 net-p2p/ppcoind/files/ppcoind-0.4.0-gcc6.patch |  11 --
 net-p2p/ppcoind/files/ppcoind.logrotate|   7 --
 net-p2p/ppcoind/metadata.xml   |  11 --
 net-p2p/ppcoind/ppcoind-0.4.0-r1.ebuild| 116 -
 profiles/package.mask  |   5 -
 12 files changed, 341 deletions(-)

diff --git a/net-p2p/ppcoind/Manifest b/net-p2p/ppcoind/Manifest
deleted file mode 100644
index c62698a76b9..000
--- a/net-p2p/ppcoind/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ppcoin-0.4.0.tar.gz 12652477 BLAKE2B 
fbb55c393feea8341ebe0cdf3c48730b63efd15023bb849b9b2f93e8f0a19ab4ecf17802184f76731708fc89a338f946481691a956a58749baa86cf6bd698d5f
 SHA512 
755890e32048f8cdfb9f93706eff952ae2876be394c0a76cf93a79562a28fe03c74c829c97b9234fbc27c03e4b706373f55723564ca7b91a4ff908ca072299c4

diff --git a/net-p2p/ppcoind/files/ppcoin.conf 
b/net-p2p/ppcoind/files/ppcoin.conf
deleted file mode 100644
index c6a55f3d913..000
--- a/net-p2p/ppcoind/files/ppcoin.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# http://www.bitcoin.org/smf/index.php?topic=644.0
-#rpcuser=
-#rpcpassword=
-
-
-
-
-

diff --git a/net-p2p/ppcoind/files/ppcoin.confd 
b/net-p2p/ppcoind/files/ppcoin.confd
deleted file mode 100644
index 81fbf49e9f3..000
--- a/net-p2p/ppcoind/files/ppcoin.confd
+++ /dev/null
@@ -1,10 +0,0 @@
-# Config file for /etc/init.d/ppcoind
-
-# owner of ppciond process (don't change, must be existing)
-PPCOIN_USER="ppcoin"
-
-# See http://www.bitcoin.org/smf/index.php?topic=1063
-PPCOIN_OPTS="${PPCOIN_OPTS}"
-
-# nice level
-NICELEVEL="19"

diff --git a/net-p2p/ppcoind/files/ppcoin.initd 
b/net-p2p/ppcoind/files/ppcoin.initd
deleted file mode 100644
index e739dc7dba4..000
--- a/net-p2p/ppcoind/files/ppcoin.initd
+++ /dev/null
@@ -1,104 +0,0 @@
-#!/sbin/openrc-run
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-VARDIR="/var/lib/ppcoin"
-CONFFILE="${VARDIR}/.ppcoin/ppcoin.conf"
-
-depend() {
-   need net
-}
-
-checkconfig() {
-   if [[ "${PPCOIN_USER}" == "" ]] ; then
-   eerror "Please edit /etc/conf.d/ppcoind"
-   eerror "A user must be specified to run ppcoind as that user."
-   eerror "Modify USER to your needs (you may also add a group 
after a colon)"
-   return 1
-   fi
-   if ! `getent passwd | cut -d ':' -f 1 | grep $( echo "${PPCOIN_USER}" | 
cut -d ':' -f 1 ) -sq` ; then
-   eerror "Please edit /etc/conf.d/ppcoind"
-   eerror "Specified user must exist!"
-   return 1
-   fi
-   if `echo "${PPCOIN_USER}" | grep ':' -sq` ; then
-   if ! `cut -d ':' -f 1 /etc/group | grep $( echo 
"${PPCOIN_USER}" | cut -d ':' -f 2 ) -sq` ; then
-   eerror "Please edit /etc/conf.d/ppcoind"
-   eerror "Specified group must exist!"
-   return 1
-   fi
-   fi
-   if ! grep -q '^rpcpassword=' "${CONFFILE}"; then
-   eerror "Please edit `readlink -f ${CONFFILE}`"
-   eerror "There must be at least a line assigning 
rpcpassword=something-secure"
-   return 1
-   fi
-   if ! stat -Lc '%a' "${CONFFILE}" | grep -q '^[4567]00$'; then
-   eerror "`readlink -f ${CONFFILE}` should not be readable by 
other users"
-   return 1
-   fi
-   return 0
-}
-
-start() {
-   checkconfig || return 1
-   ebegin "Starting PPcoind daemon"
-
-   pkg-config openrc
-   if [ $? = 0 ]; then
-  start_openrc
-   else
-  start_baselayout
-   fi
-}
-
-stop() {
-   ebegin "Stopping PPcoin daemon"
-
-   pkg-config openrc
-   if [ $? = 0 ]; then
-  stop_openrc
-   else
-  stop_baselayout
-   fi
-}
-
-start_openrc() {
-   start-stop-daemon \
-   --start --user "${PPCOIN_USER}" --name ppcoind \
-   --pidfile /var/run/ppcoind.pid --make-pidfile \
-   --env HOME="${VARDIR}" --exec /usr/bin/ppcoind \
-   --nicelevel "${NICELEVEL}" \
-   --background \
-   --wai

[gentoo-commits] repo/gentoo:master commit in: www-plugins/gecko-mediaplayer/, profiles/

2018-12-11 Thread Michał Górny
commit: 8e71e531d1e5505d88136c3b637632504c683be8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:53:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:53:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e71e531

www-plugins/gecko-mediaplayer: Remove last-rited pkg

Closes: https://bugs.gentoo.org/629392
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 www-plugins/gecko-mediaplayer/Manifest |  2 --
 .../gecko-mediaplayer-1.0.8.ebuild | 39 --
 .../gecko-mediaplayer-1.0.9.ebuild | 39 --
 www-plugins/gecko-mediaplayer/metadata.xml | 10 --
 5 files changed, 91 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 57c24cf2bef..b291d12d770 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -175,7 +175,6 @@ media-libs/libptp2
 # Dead for years, last package depending on old musicbrainz:3 (#629392).
 # Removal in a month.
 media-video/gnome-mplayer
-www-plugins/gecko-mediaplayer
 
 # Pacho Ramos  (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci

diff --git a/www-plugins/gecko-mediaplayer/Manifest 
b/www-plugins/gecko-mediaplayer/Manifest
deleted file mode 100644
index e4af44d27bc..000
--- a/www-plugins/gecko-mediaplayer/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gecko-mediaplayer-1.0.8.tar.gz 269970 BLAKE2B 
9dea88fc6c69360db1ed7e47178c27d6d2e0315159314a425dcb1d4f490f22df20faf8846af1080ede3e8f62369c450dba8455b44ae7e866a71c26fac13a9e7a
 SHA512 
a66d286e668dbe1f42bbf68bd35bda68db73e7a30674f2cd87850e17a8c27ecf9ae3f32c3024fcca31174e3c5ef88da668b11a5cc3641824fae8c9367962
-DIST gecko-mediaplayer-1.0.9.tar.gz 271917 BLAKE2B 
707aa669acd3881e2318e153aba975de962a5137f5f2df4119eb1008c0dfb029de9219f4a3c6478aef9b94e48286ebf9fd6328f9d850eaf3f229acc56c48a899
 SHA512 
64624726e2c668085455a7eaaf82f4d7f4c962212789284b2c652fc93b3a9c9e8ad6c3f7f4c887487b68870e867678dd47201bb9495de863a05e0e1e9b7f2a74

diff --git a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild 
b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild
deleted file mode 100644
index 0adfd37707b..000
--- a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib nsplugins
-
-DESCRIPTION="A browser plugin that uses GNOME MPlayer"
-HOMEPAGE="https://code.google.com/p/gecko-mediaplayer/";
-SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="+curl"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-   >=dev-libs/glib-2.30
-   dev-libs/nspr
-   >=media-libs/gmtk-${PV}
-   >=media-video/gnome-mplayer-${PV}[dbus]
-   curl? ( net-misc/curl )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   >=net-misc/npapi-sdk-0.27
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS="ChangeLog DOCS/tech/*.txt"
-
-src_configure() {
-   econf \
-   --with-plugin-dir=/usr/$(get_libdir)/${PLUGINS_DIR} \
-   $(use_with curl libcurl)
-}
-
-src_install() {
-   default
-   rm -rf "${ED}"/usr/share/doc/${PN}
-}

diff --git a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild 
b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild
deleted file mode 100644
index b0455d30902..000
--- a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib nsplugins
-
-DESCRIPTION="A browser plugin that uses GNOME MPlayer"
-HOMEPAGE="https://code.google.com/p/gecko-mediaplayer/";
-SRC_URI="https://${PN}.googlecode.com/svn/packages/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="+curl"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-   >=dev-libs/glib-2.30
-   dev-libs/nspr
-   >=media-libs/gmtk-${PV}
-   >=media-video/gnome-mplayer-${PV}[dbus]
-   curl? ( net-misc/curl )"
-DEPEND="${RDEPEND}
-   app-arch/xz-utils
-   >=net-misc/npapi-sdk-0.27
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS="ChangeLog DOCS/tech/*.txt"
-
-src_configure() {
-   econf \
-   --with-plugin-dir=/usr/$(get_libdir)/${PLUGINS_DIR} \
-   $(use_with curl libcurl)
-}
-
-src_install() {
-   default
-   rm -rf "${ED}"/usr/share/doc/${PN}
-}

diff --git a/www-plugins/gecko-mediaplayer/metadata.xml 
b/www-plugins/gecko-mediaplayer/metadata.xml
deleted file mode 100644
index 4fbeeac64c9..000
--- a/www-plugins/gecko-mediaplayer/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-http://www.gentoo.org

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

2018-12-11 Thread Michał Górny
commit: f8882a05ad4324a2ac96bf55d684b69793561bae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:53:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:53:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8882a05

media-video/gnome-mplayer: Remove last-rited pkg

Closes: https://bugs.gentoo.org/629392
Signed-off-by: Michał Górny  gentoo.org>

 media-video/gnome-mplayer/Manifest |  1 -
 .../gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild| 75 --
 media-video/gnome-mplayer/metadata.xml | 11 
 profiles/package.mask  |  5 --
 4 files changed, 92 deletions(-)

diff --git a/media-video/gnome-mplayer/Manifest 
b/media-video/gnome-mplayer/Manifest
deleted file mode 100644
index 7110ce17b31..000
--- a/media-video/gnome-mplayer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnome-mplayer-1.0.9.tar.gz 1082199 BLAKE2B 
c2219b5a6902c9e2c9849dd3a31a29e2270b7ca513945a5e9684fa429073f42e360f6ef698f42b93e61a3d39edef1215f657e92cfab1c9fe3b19d5ea85eac839
 SHA512 
5aaea17afddaf2f949b798b87d4d6306130b9622d2dae68a7f24abebc2174cac7cb17c3112dac6629a0643e31098865462c10355dfcd43f16d2503848e18fa7d

diff --git a/media-video/gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild 
b/media-video/gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild
deleted file mode 100644
index bd9fa8ca7f6..000
--- a/media-video/gnome-mplayer/gnome-mplayer-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnome2-utils xdg-utils
-
-DESCRIPTION="A GTK+ interface to MPlayer"
-HOMEPAGE="https://code.google.com/p/gnome-mplayer/";
-SRC_URI="https://${PN}.googlecode.com/svn/packages/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE="alsa +dbus +dconf gda gnome ipod libnotify pulseaudio"
-
-COMMON_DEPEND=">=dev-libs/glib-2.30
-   >=media-libs/gmtk-${PV}[dconf=]
-   >=x11-libs/gtk+-3.2:3
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   alsa? ( media-libs/alsa-lib )
-   dbus? ( >=dev-libs/dbus-glib-0.100 )
-   gda? ( gnome-extra/libgda:5 )
-   gnome? ( gnome-base/nautilus )
-   ipod? ( >=media-libs/libgpod-0.7 )
-   libnotify? ( >=x11-libs/libnotify-0.7 )
-   pulseaudio? ( >=media-sound/pulseaudio-0.9.14 )"
-RDEPEND="${COMMON_DEPEND}
-   x11-themes/gnome-icon-theme-symbolic
-   >=media-video/mplayer-1.0_rc4_p20100101[libass]"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS="ChangeLog README DOCS/*.txt DOCS/tech/*.txt"
-
-src_configure() {
-   # TODO: temporarily --disable-nemo only because it's untested and new 
feature in 1.0.9
-   econf \
-   --enable-gtk3 \
-   $(use_enable gnome nautilus) \
-   --disable-nemo \
-   --with-gio \
-   $(use_with dbus) \
-   $(use_with gda libgda) \
-   $(use_with alsa) \
-   $(use_with pulseaudio) \
-   $(use_with libnotify) \
-   $(use_with ipod libgpod) \
-   --without-libmusicbrainz3
-}
-
-src_install() {
-   default
-   rm -rf "${ED}"/usr/share/doc/${PN}
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-   gnome2_schemas_savelist
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}

diff --git a/media-video/gnome-mplayer/metadata.xml 
b/media-video/gnome-mplayer/metadata.xml
deleted file mode 100644
index 59723785c6a..000
--- a/media-video/gnome-mplayer/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-media-vi...@gentoo.org
-  
-  
-Enable support for gnome-base/dconf
-Enable support for gnome-extra/libgda
-  
-

diff --git a/profiles/package.mask b/profiles/package.mask
index b291d12d770..c36b4cf2bad 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -171,11 +171,6 @@ net-p2p/ppcoind
 # be bumped, no reverse deps in the tree. Removal in a month.
 media-libs/libptp2
 
-# Pacho Ramos  (11 Nov 2018)
-# Dead for years, last package depending on old musicbrainz:3 (#629392).
-# Removal in a month.
-media-video/gnome-mplayer
-
 # Pacho Ramos  (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci
 # instead. Removal in a month.



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-forensics/libbfio/

2018-12-11 Thread Michał Górny
commit: c60ca055eda2773b4a8eca8e125c163d22e8e3bb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:50:27 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:50:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60ca055

app-forensics/libbfio: Remove last-rited pkg

Closes: https://bugs.gentoo.org/630400
Signed-off-by: Michał Górny  gentoo.org>

 app-forensics/libbfio/Manifest |  3 ---
 .../libbfio/libbfio-0.0.20120425_alpha.ebuild  | 27 --
 .../libbfio/libbfio-0.0.20130609_alpha.ebuild  | 23 --
 app-forensics/libbfio/libbfio-0.0.20130721.ebuild  | 23 --
 app-forensics/libbfio/metadata.xml | 11 -
 profiles/package.mask  |  5 
 6 files changed, 92 deletions(-)

diff --git a/app-forensics/libbfio/Manifest b/app-forensics/libbfio/Manifest
deleted file mode 100644
index 96bf4623d74..000
--- a/app-forensics/libbfio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libbfio-alpha-20120425.tar.gz 1569560 BLAKE2B 
e104c6c5e1a94410c8e4dc8020764cea0a1d0d12447d1b47483168e9a3ea6ec0233000b7cc9fd87dee30dc7df673e24fbd7649ef170ddad2ff4ba2e67d2e79ba
 SHA512 
058d5018202c404d789531f308b66d9e72924f4ce9d6365477c84a327a3fe2a4efb9cd0cc173f29dbf2d18cf366772e5577ffea6d0953b752865cbdf4da48c20
-DIST libbfio-alpha-20130609.tar.gz 1858612 BLAKE2B 
42a445ee31a97c764829f0078725da88f7ec9d1565509ad8ff7a2a0fb698a634ad30c9d17fdd25c9654d0d4281b32c0aab3f87f04730a51bbb0e9bb9c73f537d
 SHA512 
b2f46c7631aa8dca63d6e915c69ba6136f0f777f138708c4751e24f3e96a2399721182ce281e032b617b17ce631876cefb8ef686b9bd1cb866f9f1033d1dd18b
-DIST libbfio-alpha-20130721.tar.gz 1899281 BLAKE2B 
13edc70920e455d3058a7d77ce3e87439f4abf2a193cb544c5926163f46c798ae3f1dd26bf330d53d69ff5e8f20109b7c14e54931f6ede21e879a9173bae94cb
 SHA512 
9a9e8f913e145d5dcf5ee94351b4023a8d35492f5c9c3863f4caf0850e45f1b9c79ee3ec7e0565f85f91d11ff25d134f2c770b176e3e1888b78c984fe4b8c2a8

diff --git a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild 
b/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild
deleted file mode 100644
index a69e104313c..000
--- a/app-forensics/libbfio/libbfio-0.0.20120425_alpha.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-MY_DATE="$(get_version_component_range 3)"
-
-DESCRIPTION="Library for providing a basic file input/output abstraction layer"
-HOMEPAGE="https://github.com/libyal/libbfio";
-SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="unicode"
-
-S="${WORKDIR}/${PN}-${MY_DATE}"
-
-src_configure() {
-   econf $(use_enable unicode wide-character-type)
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die "Failed to install"
-}

diff --git a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild 
b/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild
deleted file mode 100644
index b8464cda1fc..000
--- a/app-forensics/libbfio/libbfio-0.0.20130609_alpha.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-MY_DATE="$(get_version_component_range 3)"
-
-DESCRIPTION="Library for providing a basic file input/output abstraction layer"
-HOMEPAGE="https://github.com/libyal/libbfio";
-SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="unicode"
-
-S="${WORKDIR}/${PN}-${MY_DATE}"
-
-src_configure() {
-   econf $(use_enable unicode wide-character-type)
-}

diff --git a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild 
b/app-forensics/libbfio/libbfio-0.0.20130721.ebuild
deleted file mode 100644
index a0cf6d2a23b..000
--- a/app-forensics/libbfio/libbfio-0.0.20130721.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit versionator
-
-MY_DATE="$(get_version_component_range 3)"
-
-DESCRIPTION="Library for providing a basic file input/output abstraction layer"
-HOMEPAGE="https://github.com/libyal/libbfio";
-SRC_URI="http://dev.pentoo.ch/~zero/distfiles/${PN}-alpha-${MY_DATE}.tar.gz";
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="unicode"
-
-S="${WORKDIR}/${PN}-${MY_DATE}"
-
-src_configure() {
-   econf $(use_enable unicode wide-character-type)
-}

diff --git a/app-forensics/libbfio/metadata.xml 
b/app-forensics/libbfio/metadata.xml
deleted file mode 100644
index e1bfc9e31b2..000
--- a/app-forensics/libbfio/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   z

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

2018-12-11 Thread Michał Górny
commit: 034b6cf4547c19136e3010fdf71c11bc9d55602a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:48:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:48:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034b6cf4

sys-apps/likwid: Remove last-rited pkg

Closes: https://bugs.gentoo.org/648380
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   5 -
 sys-apps/likwid/Manifest   |   2 -
 sys-apps/likwid/files/likwid-4.1.1-Makefile.patch  |  19 
 sys-apps/likwid/files/likwid-4.1.1-config.mk.patch |  43 -
 .../likwid/files/likwid-4.1.1-fix-gnustack.patch   |  31 --
 sys-apps/likwid/files/likwid-4.1.2-Makefile.patch  |  19 
 sys-apps/likwid/files/likwid-4.1.2-config.mk.patch |  43 -
 .../likwid/files/likwid-4.1.2-fix-gnustack.patch   |  31 --
 sys-apps/likwid/likwid-4.1.1.ebuild|  97 ---
 sys-apps/likwid/likwid-4.1.2.ebuild| 104 -
 sys-apps/likwid/metadata.xml   |   8 --
 11 files changed, 402 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cc689546707..5831307defc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -187,11 +187,6 @@ dev-db/mysql-proxy
 # Removal in a month.
 app-forensics/libbfio
 
-# Pacho Ramos  (11 Nov 2018)
-# Pending version bump (#648380), doesn't build (#637350). Removal in a
-# month.
-sys-apps/likwid
-
 # Pacho Ramos  (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci
 # instead. Removal in a month.

diff --git a/sys-apps/likwid/Manifest b/sys-apps/likwid/Manifest
deleted file mode 100644
index e0ff5a27d92..000
--- a/sys-apps/likwid/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST likwid-4.1.1.tar.gz 1395475 BLAKE2B 
121d1b7fe94b6b2c8a8328caa29a6f47788bad701dd444c78d84fdf99a34fff65ecbe5534fc27bf270d81a425cadf4176f4d30bc518304020f8cce9d8b1ce83f
 SHA512 
2561cc8203bf795ebe661a0b2f2e15fb68a164438b2c839482bab67a82babadbcfd78aaf519c4ceab6cfc799a363216023f77fe744e3b302facf5c578d7ab407
-DIST likwid-4.1.2.tar.gz 1398643 BLAKE2B 
cf4ca9f763ab1547e8ba388353b723c2976aa71ceaa628998d35f3ec4793cabb89bab6ebcc84df19e2b240607ab4a5a0ee1cde678741982cd029302fae385db6
 SHA512 
efb6a85947193204e08ce32e79c5f3ef15c7babca66930145af1c2eca8eccc2aeceea54a12715467161c646acc208bda3d01d07ea365ff8bdb9eafb022f107d9

diff --git a/sys-apps/likwid/files/likwid-4.1.1-Makefile.patch 
b/sys-apps/likwid/files/likwid-4.1.1-Makefile.patch
deleted file mode 100644
index cec5d590c4b..000
--- a/sys-apps/likwid/files/likwid-4.1.1-Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 likwid-likwid-4.1.1/Makefile.org   2016-07-14 12:09:56.612963529 +0800
-+++ likwid-likwid-4.1.1/Makefile   2016-07-14 12:11:24.148645584 +0800
-@@ -51,7 +51,6 @@
- 
- #CONFIGURE BUILD SYSTEM
- BUILD_DIR  = ./$(COMPILER)
--Q ?= @
- GENGROUPLOCK = .gengroup
- 
- VPATH = $(SRC_DIR)
-@@ -544,7 +543,7 @@
-   sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e 
"s//$(RELEASE)/g" -e "s+$(PREFIX)/bin/likwid-lua+$(PWD)/ext/lua/lua+" 
-e "s+$(PREFIX)/share/lua/?.lua+$(PWD)/?.lua+" -e 
"s+$(PREFIX)/bin/likwid-pin+$(PWD)/likwid-pin+" -e 
"s+$(PREFIX)/bin/likwid-perfctr+$(PWD)/likwid-perfctr+" $$APP; \
-   chmod +x $$APP; \
-   done
--  @sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e 
"s//$(RELEASE)/g" -e "s+$(PREFIX)/lib+$(PWD)+g" -e 
"s+$(PREFIX)/share/likwid/perfgroups+$(PWD)/groups+g" likwid.lua;
-+  @sed -i -e "s//$(VERSION)/g" -e "s//$(DATE)/g" -e 
"s//$(RELEASE)/g" -e "s+$(PREFIX)/+$(PWD)+g" -e 
"s+$(PREFIX)/share/likwid/perfgroups+$(PWD)/groups+g" likwid.lua;
-   @sed -i -e 
"s+$(PREFIX)/share/likwid/mongroups+$(PWD)/monitoring/groups+g" likwid-agent
-   @ln -sf liblikwid.so liblikwid.so.$(VERSION)
-   @ln -sf ext/hwloc/liblikwid-hwloc.so liblikwid-hwloc.so.$(VERSION)

diff --git a/sys-apps/likwid/files/likwid-4.1.1-config.mk.patch 
b/sys-apps/likwid/files/likwid-4.1.1-config.mk.patch
deleted file mode 100644
index 36897e54266..000
--- a/sys-apps/likwid/files/likwid-4.1.1-config.mk.patch
+++ /dev/null
@@ -1,43 +0,0 @@
 likwid-likwid-4.1.1/config.mk.org  2016-07-14 12:49:27.791771509 +0800
-+++ likwid-likwid-4.1.1/config.mk  2016-07-14 12:51:27.470358158 +0800
-@@ -15,9 +15,9 @@
- # Common users do not need to change values below this comment! #
- #
- 
--MANPREFIX = $(PREFIX)/man#NO SPACE
-+MANPREFIX = ${D}/usr/share/man#NO SPACE
- BINPREFIX = $(PREFIX)/bin#NO SPACE
--LIBPREFIX = $(PREFIX)/lib#NO SPACE
-+LIBPREFIX = $(PREFIX)/$(get_libdir)#NO SPACE
- 
- # These paths are hardcoded into executables and libraries. Usually
- # they'll be the same as above, but package maintainers may want to
-@@ -26,9 +26,9 @@
- # Keep in mind that the access and setFreq dae

[gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/files/

2018-12-11 Thread Gilles Dartiguelongue
commit: 4e0d15fc16e0c8adb2af52a19d5c9fa3114fe60f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Dec 11 13:57:05 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Dec 11 13:57:22 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4e0d15fc

gnome-base/nautilus: cleanup tracker patch

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 .../nautilus/files/3.26.4-tracker-support-optional.patch| 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch 
b/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch
index f3b58689..d02ebe7c 100644
--- a/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch
+++ b/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch
@@ -1,18 +1,18 @@
-From a87d6c0c7bdf52f5c1b73972e850c0ce0e1d3043 Mon Sep 17 00:00:00 2001
+From 75c1aca1128bf29c9d195abfb8184f8c20b05b15 Mon Sep 17 00:00:00 2001
 From: Gilles Dartiguelongue 
 Date: Sun, 27 May 2018 13:54:38 +0200
 Subject: [PATCH] Make tracker support optional
 
 ---
  config.h.meson  |  1 +
- meson.build | 10 +++---
+ meson.build |  9 ++---
  meson_options.txt   |  4 
  src/meson.build | 19 ---
  src/nautilus-file-undo-operations.c |  4 
  src/nautilus-file.c |  2 ++
  src/nautilus-files-view.c   |  4 
  src/nautilus-search-engine.c| 14 ++
- 8 files changed, 48 insertions(+), 10 deletions(-)
+ 8 files changed, 47 insertions(+), 10 deletions(-)
 
 diff --git a/config.h.meson b/config.h.meson
 index 4f5cb5848..58d71e96f 100644
@@ -27,18 +27,17 @@ index 4f5cb5848..58d71e96f 100644
  #mesondefine ENABLE_PACKAGEKIT
  #mesondefine LOCALEDIR
 diff --git a/meson.build b/meson.build
-index 6256193cc..7258e00e1 100644
+index 6256193cc..d6418d770 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -81,9 +81,13 @@ if get_option ('enable-selinux')
+@@ -81,9 +81,12 @@ if get_option ('enable-selinux')
  conf.set10 ('HAVE_SELINUX', true)
  endif
  
 -tracker_sparql = dependency ('tracker-sparql-2.0', required: false)
 -if not tracker_sparql.found()
 -tracker_sparql = dependency ('tracker-sparql-1.0')
-+tracker_api = get_option ('tracker')
-+if tracker_api
++if get_option ('tracker')
 +tracker_sparql = dependency ('tracker-sparql-2.0', required: false)
 +if not tracker_sparql.found()
 +tracker_sparql = dependency ('tracker-sparql-1.0')



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/ant-nodeps/

2018-12-11 Thread Michał Górny
commit: 96fc0499be2b6fcfe0451152f589fa06c16418bb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:57:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:57:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fc0499

dev-java/ant-nodeps: Remove last-rited pkg

Closes: https://bugs.gentoo.org/466558
Signed-off-by: Michał Górny  gentoo.org>

 dev-java/ant-nodeps/Manifest|  2 --
 dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild | 27 ---
 dev-java/ant-nodeps/metadata.xml|  8 
 profiles/package.mask   |  4 
 4 files changed, 41 deletions(-)

diff --git a/dev-java/ant-nodeps/Manifest b/dev-java/ant-nodeps/Manifest
deleted file mode 100644
index bb1cab123eb..000
--- a/dev-java/ant-nodeps/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ant-1.9.2-gentoo.tar.bz2 14884 BLAKE2B 
d67b14350ed135c656313a018c25dbd915838bb2f34c666d05347f9127ccee7c1552d319d195af24c748cc36aa1ec1c8dcc2a826da4cffcf05ddb08b2f6c5021
 SHA512 
2bb84e71d1f07fa9341e674164ee680875381a0a52f5309a1a6f4092df691bf9a83955e4b1a9bcc907fbb2f4d4427afa192bffb8909314b8e519f0b76ebf5b7f
-DIST apache-ant-1.9.2-src.tar.bz2 3402876 BLAKE2B 
c695fdfed67672716619db459f6644aad70876fa546523114500fa4007998b6b7b0856143365edf58b843fba35f0a46827e7a07b8cc730eebe4b9f7d8e87bf25
 SHA512 
44d37e7b6c22741293ae9d6f331bc5a21a807206d22082b111af95a0d1820b62f806c5ee8d8ac638566b86990ec802bc948066c4ac9da27262659b24545fc629

diff --git a/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild 
b/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild
deleted file mode 100644
index 11cd200f684..000
--- a/dev-java/ant-nodeps/ant-nodeps-1.9.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-ANT_TASK_DEPNAME=""
-ANT_TASK_DISABLE_VM_DEPS="true"
-
-inherit ant-tasks
-
-DESCRIPTION="Formerly Ant's optional tasks w/o external deps, now compat empty 
jar"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Dependency needed for jar.
-DEPEND=">=virtual/jdk-1.4"
-
-src_compile() {
-   # The classes were moved to ant-core in 1.8.2, this is just for 
compatibility.
-   mkdir -p build/lib/empty && cd build/lib/empty || die
-   jar -cf ../${PN}.jar . || die
-}
-
-pkg_postinst() {
-   elog "Upstream has removed ant-nodeps.jar as of 1.8.2 and moved the 
classes to ant.jar"
-   elog "This package thus installs an empty jar for compatibility"
-   elog "and will be removed once reverse dependencies are transitioned."
-}

diff --git a/dev-java/ant-nodeps/metadata.xml b/dev-java/ant-nodeps/metadata.xml
deleted file mode 100644
index 952a4b9b605..000
--- a/dev-java/ant-nodeps/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   j...@gentoo.org
-   Java
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 6d160b2358e..1d10d183799 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -149,10 +149,6 @@ dev-ruby/wikicloth
 x11-libs/gksu
 x11-libs/libgksu
 
-# Pacho Ramos  (11 Nov 2018)
-# Both are part of ant-core for years (#466558). Removal in a month.
-dev-java/ant-nodeps
-
 # Pacho Ramos  (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci
 # instead. Removal in a month.



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

2018-12-11 Thread Michał Górny
commit: e9fdf5659da268d8d7f2a81c440637081ae70dc6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:56:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:56:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fdf565

app-admin/localepurge: Remove last-rited pkg

Closes: https://bugs.gentoo.org/183273
Signed-off-by: Michał Górny  gentoo.org>

 app-admin/localepurge/Manifest |  1 -
 .../files/localepurge-0.5.4-directorysum.patch | 20 
 .../files/localepurge-0.5.4-evaltotal.patch| 11 
 .../files/localepurge-0.5.4-parentdir.patch| 18 ---
 .../files/localepurge-0.5.4-prefix.patch   | 58 --
 app-admin/localepurge/localepurge-0.5.4-r2.ebuild  | 43 
 app-admin/localepurge/metadata.xml |  7 ---
 profiles/package.mask  |  7 ---
 8 files changed, 165 deletions(-)

diff --git a/app-admin/localepurge/Manifest b/app-admin/localepurge/Manifest
deleted file mode 100644
index 47e46640bb5..000
--- a/app-admin/localepurge/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST localepurge-0.5.4.tbz2 5038 BLAKE2B 
32a2155761d3cc8d8c1b0ad62ef324b7c7c768d75395ba6d4d6100382e83becba1d69fa15ac2839dabeeae15f1d2bb3bb947c62d5cbcb3d496cf68b140ae2bc8
 SHA512 
246acb8ef497a2f607ee8545c4d46fd5a1957189eb0b705bf6bcd1cd35ba5b48c7e090db480519c8e3a7427b5ad5a2c020b40232a8fbd0840f9677a6c7af600e

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
deleted file mode 100644
index ebca3b755ae..000
--- a/app-admin/localepurge/files/localepurge-0.5.4-directorysum.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/localepurge
-+++ b/localepurge
-@@ -198,7 +198,7 @@
- 
- if [ "$SHOWFREEDSPACE" = "enabled" ]; then
-if test $SPACETMP -gt 0 ; then
--   LOCALETOTAL=$SPACETMP
-+   LOCALETOTAL=$(($LOCALETOTAL + $SPACETMP))
-einfo "localepurge: Disk space freed in $LOCALEDIR: 
${BOLD}"$SPACETMP"K${NORMAL}"
-fi
-SPACETMP=0
-@@ -230,7 +230,7 @@
- 
- if [ "$SHOWFREEDSPACE" = "enabled" ]; then
-if test $SPACETMP -gt 0 ; then
--   MANTOTAL=$SPACETMP
-+   MANTOTAL=$(($MANTOTAL + $SPACETMP))
-einfo "localepurge: Disk space freed in $MANPAGEDIR: 
${BOLD}"$SPACETMP"K${NORMAL}"
-fi
-SPACETMP=0

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
deleted file mode 100644
index aed40828334..000
--- a/app-admin/localepurge/files/localepurge-0.5.4-evaltotal.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/localepurge
-+++ b/localepurge
-@@ -254,7 +254,7 @@
- 
- # Calculating and reporting total disk space freed:
- if [ "$SHOWFREEDSPACE" = "enabled" ]; then
--let TOTAL=$LOCALETOTAL+$MANTOTAL
-+TOTAL=$(($LOCALETOTAL+$MANTOTAL))
- if test $TOTAL -lt 0; then
- TOTAL=0
- fi

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
deleted file mode 100644
index 2d8d6dac572..000
--- a/app-admin/localepurge/files/localepurge-0.5.4-parentdir.patch
+++ /dev/null
@@ -1,18 +0,0 @@
 a/localepurge
-+++ b/localepurge
-@@ -165,7 +165,14 @@
- ${ACTION} `find ${REMOVEPATH} -type f -o -type l`
- 
- if [ "$SHOWFREEDSPACE" = "enabled" ]; then
--SPACEAFTER=$(df -P ${REMOVEPATH} | awk '{if ( NR==2 ) { print $3 }}')
-+# if symlink, REMOVEPATH could be removed
-+# check from parentdir then
-+if [ -d ${REMOVEPATH} ]; then
-+SPACEAFTER=$(df -P ${REMOVEPATH} | awk '{if ( NR==2 ) { print $3 
}}')
-+else
-+SPACEAFTER=$(df -P ${REMOVEPATH%/*} | awk '{if ( NR==2 ) { print 
$3 }}')
-+fi
-+
- SPACESUM=$(($SPACEBEFORE - $SPACEAFTER))
- 
- if test $SPACESUM -gt 0 ; then

diff --git a/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch 
b/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
deleted file mode 100644
index 488871381ae..000
--- a/app-admin/localepurge/files/localepurge-0.5.4-prefix.patch
+++ /dev/null
@@ -1,58 +0,0 @@
 a/localepurge
-+++ b/localepurge
-@@ -1,14 +1,14 @@
--#!/bin/bash
-+#!@GENTOO_PORTAGE_EPREFIX@/bin/bash
- 
- # Deleting all locale files on system
- # *not* listed in /etc/locale.nopurge
- 
- set -e
- 
--LOCALEDIRS="/usr/share/locale /usr/local/share/locale 
/usr/kde/?.?/share/locale /opt/sun-jdk-*/jre/lib/locale 
/opt/sun-jre-bin-*/lib/locale /usr/lib/locale 
/usr/share/binutils-data/*/*/locale /usr/share/gcc-data/*/*/locale"
--MANPAGEDIRS="/usr/share/man /usr/man /usr/local/share/man 
/usr/kde/?.?/share/man /usr/kde/?.?/man /opt/sun-jdk-*/man 
/opt/sun-jre-bin-*/man"
--LOCALELIST="/var

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, profiles/arch/sparc/, x11-libs/gksu/files/, ...

2018-12-11 Thread Michał Górny
commit: 43fc584e95a71b1115a8e73629d87c2f233d3fbc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:58:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 14:00:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fc584e

x11-libs/gksu: Remove last-rited pkg

Closes: https://bugs.gentoo.org/425156
Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/alpha/package.use.stable.mask|  3 +-
 profiles/arch/arm/package.use.stable.mask  |  3 +-
 profiles/arch/arm64/package.use.mask   |  1 -
 profiles/arch/ia64/package.use.stable.mask |  3 +-
 .../arch/powerpc/ppc32/package.use.stable.mask |  3 +-
 .../arch/powerpc/ppc64/package.use.stable.mask |  3 +-
 profiles/arch/sparc/package.use.stable.mask|  3 +-
 profiles/package.mask  |  1 -
 x11-libs/gksu/Manifest |  1 -
 .../gksu/files/gksu-2.0.2-format_security.patch| 37 --
 x11-libs/gksu/files/gksu-2.0.2-glib-2.31.patch | 29 
 x11-libs/gksu/files/gksu-2.0.2-nautilus-dir.patch  | 58 ---
 x11-libs/gksu/gksu-2.0.2-r2.ebuild | 85 --
 x11-libs/gksu/metadata.xml |  8 --
 14 files changed, 6 insertions(+), 232 deletions(-)

diff --git a/profiles/arch/alpha/package.use.stable.mask 
b/profiles/arch/alpha/package.use.stable.mask
index 797869d67db..600a4ec10ec 100644
--- a/profiles/arch/alpha/package.use.stable.mask
+++ b/profiles/arch/alpha/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # When you add an entry to the top of this file, add your name, the date, and
@@ -42,4 +42,3 @@ dev-util/geany-plugins gtkspell
 gnome-base/gvfs google
 media-plugins/gst-plugins-meta modplug
 >=x11-libs/gtk+-3.12.2 cloudprint
-x11-libs/gksu gnome

diff --git a/profiles/arch/arm/package.use.stable.mask 
b/profiles/arch/arm/package.use.stable.mask
index c96af7e7594..167d8b00ca3 100644
--- a/profiles/arch/arm/package.use.stable.mask
+++ b/profiles/arch/arm/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Andreas Sturmlechner  (04 Nov 2018)
@@ -139,7 +139,6 @@ www-client/qupzilla kwallet
 gnome-base/gvfs google
 net-libs/libproxy webkit
 >=x11-libs/gtk+-3.12.2 cloudprint
-x11-libs/gksu gnome
 
 # Ian Whyman  (22 May 2016)
 # RPI support on arm

diff --git a/profiles/arch/arm64/package.use.mask 
b/profiles/arch/arm64/package.use.mask
index 7b14c4a3c27..55d0fb0dd99 100644
--- a/profiles/arch/arm64/package.use.mask
+++ b/profiles/arch/arm64/package.use.mask
@@ -53,7 +53,6 @@ dev-python/networkx pandas test
 # Unkeyworded dependencies.
 dev-python/matplotlib doc
 net-libs/gnome-online-accounts gnome
-x11-libs/gksu gnome
 
 # Thomas Deutschmann  (04 Jul 2018)
 # dev-libs/xxhash not keyworded for arm64

diff --git a/profiles/arch/ia64/package.use.stable.mask 
b/profiles/arch/ia64/package.use.stable.mask
index 7b7ca320a84..e8785d27da7 100644
--- a/profiles/arch/ia64/package.use.stable.mask
+++ b/profiles/arch/ia64/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # When you add an entry to the top of this file, add your name, the date, and
@@ -37,4 +37,3 @@ dev-util/geany-plugins gtkspell
 >=gnome-base/gnome-desktop-2.32.1-r2 license-docs
 gnome-base/gvfs google
 >=x11-libs/gtk+-3.12.2 cloudprint
-x11-libs/gksu gnome

diff --git a/profiles/arch/powerpc/ppc32/package.use.stable.mask 
b/profiles/arch/powerpc/ppc32/package.use.stable.mask
index 178d09b46be..03a07acf658 100644
--- a/profiles/arch/powerpc/ppc32/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # When you add an entry to the top of this file, add your name, the date, and
@@ -49,4 +49,3 @@ gnome-base/gvfs google
 mail-client/balsa webkit
 net-libs/libproxy webkit
 >=x11-libs/gtk+-3.12.2 cloudprint
-x11-libs/gksu gnome

diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask 
b/profiles/arch/powerpc/ppc64/package.use.stable.mask
index d4d19ba69d6..40df4a14f5d 100644
--- a/profiles/arch/powerpc/ppc64/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # When you add an entry to the top of this file, add your name, the date, and
@@ -22,4 +22,3 @@
 >=gnome-base/gno

[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-trax/, profiles/

2018-12-11 Thread Michał Górny
commit: 2651935ed0d7f674eb4936df31f90b58835a29ea
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 13:57:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 13:57:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2651935e

dev-java/ant-trax: Remove last-rited pkg

Closes: https://bugs.gentoo.org/466558
Signed-off-by: Michał Górny  gentoo.org>

 dev-java/ant-trax/Manifest  |  2 --
 dev-java/ant-trax/ant-trax-1.9.2.ebuild | 27 ---
 dev-java/ant-trax/metadata.xml  |  8 
 profiles/package.mask   |  1 -
 4 files changed, 38 deletions(-)

diff --git a/dev-java/ant-trax/Manifest b/dev-java/ant-trax/Manifest
deleted file mode 100644
index bb1cab123eb..000
--- a/dev-java/ant-trax/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST ant-1.9.2-gentoo.tar.bz2 14884 BLAKE2B 
d67b14350ed135c656313a018c25dbd915838bb2f34c666d05347f9127ccee7c1552d319d195af24c748cc36aa1ec1c8dcc2a826da4cffcf05ddb08b2f6c5021
 SHA512 
2bb84e71d1f07fa9341e674164ee680875381a0a52f5309a1a6f4092df691bf9a83955e4b1a9bcc907fbb2f4d4427afa192bffb8909314b8e519f0b76ebf5b7f
-DIST apache-ant-1.9.2-src.tar.bz2 3402876 BLAKE2B 
c695fdfed67672716619db459f6644aad70876fa546523114500fa4007998b6b7b0856143365edf58b843fba35f0a46827e7a07b8cc730eebe4b9f7d8e87bf25
 SHA512 
44d37e7b6c22741293ae9d6f331bc5a21a807206d22082b111af95a0d1820b62f806c5ee8d8ac638566b86990ec802bc948066c4ac9da27262659b24545fc629

diff --git a/dev-java/ant-trax/ant-trax-1.9.2.ebuild 
b/dev-java/ant-trax/ant-trax-1.9.2.ebuild
deleted file mode 100644
index e6c1636dcb5..000
--- a/dev-java/ant-trax/ant-trax-1.9.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-ANT_TASK_DEPNAME=""
-ANT_TASK_DISABLE_VM_DEPS="true"
-
-inherit ant-tasks
-
-DESCRIPTION="Apache Ant .jar with optional tasks depending on XML transformer 
(Deprecated!)"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Dependency needed for jar.
-DEPEND=">=virtual/jdk-1.4"
-
-src_compile() {
-   # The classes were moved to ant-core in 1.8.1, this is just for 
compatibility.
-   mkdir -p build/lib/empty && cd build/lib/empty || die
-   jar -cf ../${PN}.jar .
-}
-
-pkg_postinst() {
-   elog "Upstream has removed ant-trax.jar as of 1.8.1 and moved the 
classes to ant.jar"
-   elog "This package thus installs an empty jar for compatibility"
-   elog "and will be removed once reverse dependencies are transitioned."
-}

diff --git a/dev-java/ant-trax/metadata.xml b/dev-java/ant-trax/metadata.xml
deleted file mode 100644
index 952a4b9b605..000
--- a/dev-java/ant-trax/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   j...@gentoo.org
-   Java
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 0b518930baf..6d160b2358e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -152,7 +152,6 @@ x11-libs/libgksu
 # Pacho Ramos  (11 Nov 2018)
 # Both are part of ant-core for years (#466558). Removal in a month.
 dev-java/ant-nodeps
-dev-java/ant-trax
 
 # Pacho Ramos  (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libgksu/, profiles/, x11-libs/libgksu/files/

2018-12-11 Thread Michał Górny
commit: 7f480aa65b18043d59ebd3742ea8927a90f786d5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:00:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 14:00:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f480aa6

x11-libs/libgksu: Remove last-rited pkg

Closes: https://bugs.gentoo.org/425156
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |   5 -
 x11-libs/libgksu/Manifest  |   1 -
 x11-libs/libgksu/files/libgksu-2.0.0-fbsd.patch|  60 
 .../files/libgksu-2.0.12-automake-1.11.2-v2.patch  |  61 
 .../files/libgksu-2.0.12-automake-1.11.2.patch |  25 --
 .../libgksu-2.0.12-correct_colormap_get.patch  |  12 -
 .../files/libgksu-2.0.12-desktop-validation.patch  |  16 -
 .../files/libgksu-2.0.12-fix-make-3.82.patch   |  21 --
 .../files/libgksu-2.0.12-format_security.patch |  28 --
 ...u-2.0.12-g_markup_escape_text_for_command.patch |  21 --
 .../files/libgksu-2.0.12-missing-libs.patch|  22 --
 .../libgksu/files/libgksu-2.0.12-notests.patch |  26 --
 .../files/libgksu-2.0.12-revert-forkpty.patch  | 359 -
 .../files/libgksu-2.0.12-sudo_keep_env.patch   |  15 -
 x11-libs/libgksu/files/libgksu-2.0.7-libs.patch|  76 -
 .../libgksu/files/libgksu-2.0.7-polinguas.patch|  40 ---
 x11-libs/libgksu/libgksu-2.0.12-r3.ebuild  |  81 -
 x11-libs/libgksu/libgksu-2.0.12-r4.ebuild  |  82 -
 x11-libs/libgksu/metadata.xml  |   8 -
 19 files changed, 959 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index eab01cdd080..1a31b37edcc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -143,11 +143,6 @@ dev-ruby/ragol
 dev-ruby/webmock:0
 dev-ruby/wikicloth
 
-# Pacho Ramos  (11 Nov 2018)
-# Dead for years (#425156) with security issues (#534540). Removal in a
-# month.
-x11-libs/libgksu
-
 # Pacho Ramos  (11 Nov 2018)
 # Fails to build (#662000), not compatible with kernel-4, use kernel driver 
rtsx_pci
 # instead. Removal in a month.

diff --git a/x11-libs/libgksu/Manifest b/x11-libs/libgksu/Manifest
deleted file mode 100644
index 3f4cddacd70..000
--- a/x11-libs/libgksu/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libgksu-2.0.12.tar.gz 477903 BLAKE2B 
c4a130b43d1e9acffd740b9160f98ed318f9861db90acaa047fd9c2a162707fdffa86a4b0854b81486f982099f9440ee7d5b8c5ca65122e0cb2872e3a8aa508f
 SHA512 
06935583787c2d63db5ee345efeabd46ce1b2f36ec5c94ba0219d7c27d0935ddbf9987c0368158e57486d541b4a8e75140da53a806061d465985452fd1128573

diff --git a/x11-libs/libgksu/files/libgksu-2.0.0-fbsd.patch 
b/x11-libs/libgksu/files/libgksu-2.0.0-fbsd.patch
deleted file mode 100644
index 5c007be5b4b..000
--- a/x11-libs/libgksu/files/libgksu-2.0.0-fbsd.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-diff --exclude-from=/home/dang/.diffrc -up -ruN 
libgksu-2.0.0.orig/libgksu/libgksu.c libgksu-2.0.0/libgksu/libgksu.c
 libgksu-2.0.0.orig/libgksu/libgksu.c   2006-09-14 22:35:51.0 
-0400
-+++ libgksu-2.0.0/libgksu/libgksu.c2006-12-12 11:28:01.0 -0500
-@@ -23,7 +23,12 @@
- #include 
- #include 
- #include 
-+#ifdef __FreeBSD__
-+#include 
-+#include 
-+#else
- #include 
-+#endif
- #include 
- #include 
- #include 
-diff --exclude-from=/home/dang/.diffrc -up -ruN 
libgksu-2.0.0.orig/libgksu/Makefile.am libgksu-2.0.0/libgksu/Makefile.am
 libgksu-2.0.0.orig/libgksu/Makefile.am 2006-09-14 22:35:52.0 
-0400
-+++ libgksu-2.0.0/libgksu/Makefile.am  2006-12-12 11:28:01.0 -0500
-@@ -30,6 +30,6 @@ gksu_run_helper_SOURCES = gksu-run-helpe
- noinst_PROGRAMS = test-gksu
- test_gksu_SOURCES = test-gksu.c
- test_gksu_LDADD = libgksu2.la
--test_gksu_LDFLAGS = `pkg-config --libs glib-2.0`
-+test_gksu_LDFLAGS = `pkg-config --libs glib-2.0 gthread-2.0`
- 
- EXTRA_DIST = libgksu.ver
-diff --exclude-from=/home/dang/.diffrc -up -ruN 
libgksu-2.0.0.orig/libgksu/Makefile.in libgksu-2.0.0/libgksu/Makefile.in
 libgksu-2.0.0.orig/libgksu/Makefile.in 2006-09-23 15:37:44.0 
-0400
-+++ libgksu-2.0.0/libgksu/Makefile.in  2006-12-12 11:30:09.0 -0500
-@@ -283,7 +283,7 @@ gksu_run_helper_LDFLAGS = `pkg-config --
- gksu_run_helper_SOURCES = gksu-run-helper.c
- test_gksu_SOURCES = test-gksu.c
- test_gksu_LDADD = libgksu2.la
--test_gksu_LDFLAGS = `pkg-config --libs glib-2.0`
-+test_gksu_LDFLAGS = `pkg-config --libs glib-2.0 gthread-2.0`
- EXTRA_DIST = libgksu.ver
- all: all-am
- 
-diff --exclude-from=/home/dang/.diffrc -up -ruN 
libgksu-2.0.0.orig/libgksuui/Makefile.am libgksu-2.0.0/libgksuui/Makefile.am
 libgksu-2.0.0.orig/libgksuui/Makefile.am   2006-09-14 22:35:31.0 
-0400
-+++ libgksu-2.0.0/libgksuui/Makefile.am2006-12-12 11:28:01.0 
-0500
-@@ -12,4 +12,4 @@ includedir = ${prefix}/include/$(PACKAGE
- noinst_PROGRAMS = test-gksuui
- test_gksuui_SOURCES = test-gksuui.c
- test_gksuui_LDADD = libgk

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

2018-12-11 Thread Jeroen Roovers
commit: 3c7712e193654d8b21ebd0bff0744df2cb029e04
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 11 14:03:09 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 11 14:04:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7712e1

www-client/vivaldi-snapshot: Version 2.2.1388.29_p1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.2.1388.29_p1.ebuild | 119 +
 2 files changed, 123 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 8b107e224b8..535a6647c77 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -8,6 +8,10 @@ DIST vivaldi-snapshot-2.2.1388.23_p1-amd64.deb 59287656 
BLAKE2B 82d930149dcb32ff
 DIST vivaldi-snapshot-2.2.1388.23_p1-arm64.deb 51049186 BLAKE2B 
cce314c83960abba83e3556bca7ded8f0e3e60bbb259566e7944b5f344c3f53040c4c4a6941b3489bf78763a4a1c267d7523eee64e46b5b8b6b0bab295efd1af
 SHA512 
76af2b3f469e9ead7b8fb9263959c85f0f7ce8dc02c04078dcc7f7feb46eef1c017fda6679b80b1d9f93d452c662196c7c84ea0afeacd38d13c306d930bb6a05
 DIST vivaldi-snapshot-2.2.1388.23_p1-armhf.deb 51881642 BLAKE2B 
3475f87317c3bb29add067f678fd14a9f83a67d8687e5808c981845e1e7b44af558f1fcca81499cd1586922a561b5a64727ae8036845adc81b44050df776a202
 SHA512 
68527cd5829126526b486cd32f244d0e11732db03e9b8cc26a82487239f7d10bc4054018454f39c5a6ec3da19d25ed3255ec8bdd3993c95606db3324ede9101e
 DIST vivaldi-snapshot-2.2.1388.23_p1-i386.deb 58134484 BLAKE2B 
f06d3f5d3d20a33ec5dbc20c7e8e89187bb1a7aba02de181c8fec5eb7ec25877c8873affb6a41475430671e6811247b66143a395d9653848566419c5ca386418
 SHA512 
5d452a75cfb492c2d1c97f4c999297e46cb93ade6a402fa73e42ef7fbcc352ed8bff5a9141bbaf438ebba04f117bebaa386270a704f790200ca085a0ae1aa4db
+DIST vivaldi-snapshot-2.2.1388.29_p1-amd64.deb 59288276 BLAKE2B 
ef8ccd0eaffd66493e783be09978a33047b8d27d3a47b8082509ad5539b2d0c91ccf76457d61a9eed013d4775a442990b609759894bdedc88274487f0432a50c
 SHA512 
08dc39428e8d6c87f9cbb93aab6c9afad4f6e91a002d1ffa39378a7cdf36f17da4e1bebd84b2bbd358fa72fe082ca9bdac8271f13d39e9721d107d288d07ae5d
+DIST vivaldi-snapshot-2.2.1388.29_p1-arm64.deb 51056896 BLAKE2B 
a603d162f9e0c013788682c9d3d8208178565f19313a751c3bb683e198948be0951e1de2a2fe04f7b9d3856d9a0402ee721c24d0524f80b8ec502021e998b726
 SHA512 
9aacd7c65c304fc5e2781643e9ae4dea23f622b28d112e22da96b7e03817e63969ef800aef5cac45810cb3c5321519d62482deacd4af50ddf2fb5e58f751ad55
+DIST vivaldi-snapshot-2.2.1388.29_p1-armhf.deb 51885220 BLAKE2B 
b8af2092c28df676d6fefc106ff798d99862bcc8f10d96611f11231a3260bec7e75412fbae7a6f0adae711eabca9cd73104022c92fad872a5365b0a3986b23f8
 SHA512 
ab2d06361982f28c4badbd65667eb5963b49612d21fea112a7878be02b2896ab22f9bc2731d709fec1c00210912b7b5720d81e5fd5134ccc93d1a9abef23b158
+DIST vivaldi-snapshot-2.2.1388.29_p1-i386.deb 58144740 BLAKE2B 
e7aea147831eb4fe7763362d6a804e20a4453681ba9ec145589a354bc569e65bb07672d8f090a443cbae9c701d252f5722c464060ed149b94f0e33ee1b2d3164
 SHA512 
0debce946d14cf4baa3ce0386fe0d74c951246a6ca546258ad2e4307d7bc90cafb78454b927326a7460b9c25b24f8d696c98cca3edcf625629132f0a6511c638
 DIST vivaldi-snapshot-2.2.1388.6_p1-amd64.deb 59268532 BLAKE2B 
bf40e2f41ea8ef24e86321c30d7b4da920b96091484267bef0834f23138cd5fab7ab9ef29bda16a6d2bcc7c7a746853b75c66b3395c137f5d49381c6a1aa54c5
 SHA512 
710d4afbde7093b62a36391acad74b402b087a646a22672b8dec38563eb304fea494aee6db9f18394fafd8335e441a38f233250c80dfa5dab716aa1772c306f2
 DIST vivaldi-snapshot-2.2.1388.6_p1-arm64.deb 51086016 BLAKE2B 
69f6bf9f8ae1a308e524e4023cf20ab5cab2f4d933fa0bd046d1a70bd56438796be5f4aa147af8159c497a4fedbbb728ec0e607d1981e19c27f8ed85e87e71ec
 SHA512 
93d8abd440f7845c759a48ae88fcb2b2fad90eb2ebff4f764cac91d3b0d1d50fe1b6ac5fafe0656492a3dd9a806fe5dec55a35c9147dcd5c7c7fb6f8af7a0564
 DIST vivaldi-snapshot-2.2.1388.6_p1-armhf.deb 51870478 BLAKE2B 
76f28406b5e88d27b9b75c4b58932567f112e5926d2d73a7f2ff862ab8789d0b659bdb53d095e72e102ccd4220f91a7bb379e7d9e0521da7d6f87503b54fb5c1
 SHA512 
21fbecd0575f024096371a8e1e2b3225f42924c0c299394be8a4b0c95bd1ce728c1a3ac2a7277f82a38e9d3b38599b828493a4a487368234825ce4442bbfa928

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.2.1388.29_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.2.1388.29_p1.ebuild
new file mode 100644
index 000..b45ca4cd152
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.2.1388.29_p1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi
+   fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk 
ml
+   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 eutils gno

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

2018-12-11 Thread Jeroen Roovers
commit: ed2a3b1c0ec1e85074f63dc8f9fd48c947cd6881
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 11 14:03:57 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 11 14:04:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2a3b1c

www-client/vivaldi-snapshot: Old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |  10 --
 .../vivaldi-snapshot-2.2.1387.4_p1.ebuild  | 119 -
 .../vivaldi-snapshot-2.2.1388.21_p1.ebuild | 117 
 .../vivaldi-snapshot-2.2.1388.6_p1.ebuild  | 119 -
 4 files changed, 365 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 535a6647c77..2189e2fc73e 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,9 +1,3 @@
-DIST vivaldi-snapshot-2.2.1387.4_p1-amd64.deb 59263736 BLAKE2B 
6866163bb324da2f53d82f864809c8801853bbd6000d81d365998dcd232b7758deb23f982de9668e2f0bf9faeea3cd8c3ee3e59b4c582b8267acaa9d540f903c
 SHA512 
7f6d534c585153bb3d8699284012c4bced892ce9d7b3e59430af6371f688005cac838d6aa5e26f963a691d16c2fef822a50d9406f6d3e23f390c31c150fe588d
-DIST vivaldi-snapshot-2.2.1387.4_p1-arm64.deb 51069626 BLAKE2B 
cd678b4f6e3c3d825a78fc8881dd204a77e41d8f8c4f95ff5eca40950eaa03dbcb7e34ff68038750fb1e011f5dd77e976fdbc0af13b230199d636ad7669f959d
 SHA512 
c8f470e4dd3d6b9609e0119c26415b8d2bd29fa6a501eee4ae11cfa073436064134032617b9bb903fc68f361b86d3a47ce272110fee6e79eb2219b348e1b448e
-DIST vivaldi-snapshot-2.2.1387.4_p1-armhf.deb 51872670 BLAKE2B 
98102e6629862aeee89c8d1dc2caad9f53308314457c2af19f91c532adbb2bbc672be019c502306432d25d794526710fedf72e6309f2b5eca5a00b75e8e3b77b
 SHA512 
403036de4f84b0eb17e302f988033f78611a6eff75151be4c50f4c472fd04bb9538ade5b20e92f141f10cc5d7b527d8abb82e0b5c8b0a43e0adcc538ef13af07
-DIST vivaldi-snapshot-2.2.1387.4_p1-i386.deb 58121902 BLAKE2B 
c39ff1734511080876b05fe793db3e7e8c9a845d828b15a6c20463502b7ef6fe9cf9e992633abab4ca3f3e16cdf3ce3290786ea80a713d2c36ce1b58574a
 SHA512 
580e645535d10687dc6eeb072ad7e7343a2ea32a264fe4f1d3304a217077a0d43d03cb9110e90696be50e1cc37c96518d92bfea5705afc526453e482414c0d99
-DIST vivaldi-snapshot-2.2.1388.21_p1-amd64.deb 59232412 BLAKE2B 
ce51257b27c543e93f62d55fe8bdec75f490707346e988e2266ee2b8542a7b4e3c24a8d5bc643cfc23b903092bc6867f234b9fcfc4024cb130da2ec7e4ddb8ed
 SHA512 
01b10458e880f760b196610d61a49c35fac2de97a1892e662596383520dcc91d81f9a768bc2e0d9ffe3ddf1adfcdb71d5890c2924728997b74017d59032b5c5d
-DIST vivaldi-snapshot-2.2.1388.21_p1-i386.deb 58125832 BLAKE2B 
7a2aef5e04afc8077ceee9acc6c0f9226d77f6b5d4353868978428678056e939a801e0f611d7639b65945135a5a9b7c344fd2a764d0ceba72cd2310c04f37e2e
 SHA512 
3a1198634dc8e4ad407ea0ba256fd6971c28d84290d34843860de85115457f1b7804a0f936727b4c49e3160c14a074782a5e5d6562d7dd50a9296d54fd7c78f0
 DIST vivaldi-snapshot-2.2.1388.23_p1-amd64.deb 59287656 BLAKE2B 
82d930149dcb32ffd25156caa832792726c6394ce1bf2216372a5169605bb6b3dd58db8956d1faf3dc62d382610055e3b7b10c81a3ed2b5ee211ebf0360a2b3a
 SHA512 
ff6fd7c617e8e12c665cbc2f597cdd205ce6162edd9aa363fc54a1e61748ec4cff7fac53cd12880ac43f1016392a5ff60b8876d3e2a2d646930b19f827e4ec1e
 DIST vivaldi-snapshot-2.2.1388.23_p1-arm64.deb 51049186 BLAKE2B 
cce314c83960abba83e3556bca7ded8f0e3e60bbb259566e7944b5f344c3f53040c4c4a6941b3489bf78763a4a1c267d7523eee64e46b5b8b6b0bab295efd1af
 SHA512 
76af2b3f469e9ead7b8fb9263959c85f0f7ce8dc02c04078dcc7f7feb46eef1c017fda6679b80b1d9f93d452c662196c7c84ea0afeacd38d13c306d930bb6a05
 DIST vivaldi-snapshot-2.2.1388.23_p1-armhf.deb 51881642 BLAKE2B 
3475f87317c3bb29add067f678fd14a9f83a67d8687e5808c981845e1e7b44af558f1fcca81499cd1586922a561b5a64727ae8036845adc81b44050df776a202
 SHA512 
68527cd5829126526b486cd32f244d0e11732db03e9b8cc26a82487239f7d10bc4054018454f39c5a6ec3da19d25ed3255ec8bdd3993c95606db3324ede9101e
@@ -12,7 +6,3 @@ DIST vivaldi-snapshot-2.2.1388.29_p1-amd64.deb 59288276 
BLAKE2B ef8ccd0eaffd6649
 DIST vivaldi-snapshot-2.2.1388.29_p1-arm64.deb 51056896 BLAKE2B 
a603d162f9e0c013788682c9d3d8208178565f19313a751c3bb683e198948be0951e1de2a2fe04f7b9d3856d9a0402ee721c24d0524f80b8ec502021e998b726
 SHA512 
9aacd7c65c304fc5e2781643e9ae4dea23f622b28d112e22da96b7e03817e63969ef800aef5cac45810cb3c5321519d62482deacd4af50ddf2fb5e58f751ad55
 DIST vivaldi-snapshot-2.2.1388.29_p1-armhf.deb 51885220 BLAKE2B 
b8af2092c28df676d6fefc106ff798d99862bcc8f10d96611f11231a3260bec7e75412fbae7a6f0adae711eabca9cd73104022c92fad872a5365b0a3986b23f8
 SHA512 
ab2d06361982f28c4badbd65667eb5963b49612d21fea112a7878be02b2896ab22f9bc2731d709fec1c00210912b7b5720d81e5fd5134ccc93d1a9abef23b158
 DIST vivaldi-snapshot-2.2.1388.29_p1-i386.deb 58144740 BLAKE2B 
e7aea147831eb4fe7763362d6a804e20a4453681ba9ec145589a354bc569e65bb07672d8f090a443cbae9c701d252f5722c464060ed149b94f0e33ee1b2d3164
 SHA512 
0debce946d14cf4baa3ce0386fe0d74c951246a6ca546258ad2e

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

2018-12-11 Thread Jeroen Roovers
commit: c6c9a1123f5c6d644bc2df3b88a25066a0a0bdd5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 11 13:02:21 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 11 14:04:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c9a112

www-client/vivaldi-snapshot: Version 2.2.1388.23_p1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   4 +
 .../vivaldi-snapshot-2.2.1388.23_p1.ebuild | 119 +
 2 files changed, 123 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index edd5917c933..8b107e224b8 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,6 +4,10 @@ DIST vivaldi-snapshot-2.2.1387.4_p1-armhf.deb 51872670 BLAKE2B 
98102e6629862aeee
 DIST vivaldi-snapshot-2.2.1387.4_p1-i386.deb 58121902 BLAKE2B 
c39ff1734511080876b05fe793db3e7e8c9a845d828b15a6c20463502b7ef6fe9cf9e992633abab4ca3f3e16cdf3ce3290786ea80a713d2c36ce1b58574a
 SHA512 
580e645535d10687dc6eeb072ad7e7343a2ea32a264fe4f1d3304a217077a0d43d03cb9110e90696be50e1cc37c96518d92bfea5705afc526453e482414c0d99
 DIST vivaldi-snapshot-2.2.1388.21_p1-amd64.deb 59232412 BLAKE2B 
ce51257b27c543e93f62d55fe8bdec75f490707346e988e2266ee2b8542a7b4e3c24a8d5bc643cfc23b903092bc6867f234b9fcfc4024cb130da2ec7e4ddb8ed
 SHA512 
01b10458e880f760b196610d61a49c35fac2de97a1892e662596383520dcc91d81f9a768bc2e0d9ffe3ddf1adfcdb71d5890c2924728997b74017d59032b5c5d
 DIST vivaldi-snapshot-2.2.1388.21_p1-i386.deb 58125832 BLAKE2B 
7a2aef5e04afc8077ceee9acc6c0f9226d77f6b5d4353868978428678056e939a801e0f611d7639b65945135a5a9b7c344fd2a764d0ceba72cd2310c04f37e2e
 SHA512 
3a1198634dc8e4ad407ea0ba256fd6971c28d84290d34843860de85115457f1b7804a0f936727b4c49e3160c14a074782a5e5d6562d7dd50a9296d54fd7c78f0
+DIST vivaldi-snapshot-2.2.1388.23_p1-amd64.deb 59287656 BLAKE2B 
82d930149dcb32ffd25156caa832792726c6394ce1bf2216372a5169605bb6b3dd58db8956d1faf3dc62d382610055e3b7b10c81a3ed2b5ee211ebf0360a2b3a
 SHA512 
ff6fd7c617e8e12c665cbc2f597cdd205ce6162edd9aa363fc54a1e61748ec4cff7fac53cd12880ac43f1016392a5ff60b8876d3e2a2d646930b19f827e4ec1e
+DIST vivaldi-snapshot-2.2.1388.23_p1-arm64.deb 51049186 BLAKE2B 
cce314c83960abba83e3556bca7ded8f0e3e60bbb259566e7944b5f344c3f53040c4c4a6941b3489bf78763a4a1c267d7523eee64e46b5b8b6b0bab295efd1af
 SHA512 
76af2b3f469e9ead7b8fb9263959c85f0f7ce8dc02c04078dcc7f7feb46eef1c017fda6679b80b1d9f93d452c662196c7c84ea0afeacd38d13c306d930bb6a05
+DIST vivaldi-snapshot-2.2.1388.23_p1-armhf.deb 51881642 BLAKE2B 
3475f87317c3bb29add067f678fd14a9f83a67d8687e5808c981845e1e7b44af558f1fcca81499cd1586922a561b5a64727ae8036845adc81b44050df776a202
 SHA512 
68527cd5829126526b486cd32f244d0e11732db03e9b8cc26a82487239f7d10bc4054018454f39c5a6ec3da19d25ed3255ec8bdd3993c95606db3324ede9101e
+DIST vivaldi-snapshot-2.2.1388.23_p1-i386.deb 58134484 BLAKE2B 
f06d3f5d3d20a33ec5dbc20c7e8e89187bb1a7aba02de181c8fec5eb7ec25877c8873affb6a41475430671e6811247b66143a395d9653848566419c5ca386418
 SHA512 
5d452a75cfb492c2d1c97f4c999297e46cb93ade6a402fa73e42ef7fbcc352ed8bff5a9141bbaf438ebba04f117bebaa386270a704f790200ca085a0ae1aa4db
 DIST vivaldi-snapshot-2.2.1388.6_p1-amd64.deb 59268532 BLAKE2B 
bf40e2f41ea8ef24e86321c30d7b4da920b96091484267bef0834f23138cd5fab7ab9ef29bda16a6d2bcc7c7a746853b75c66b3395c137f5d49381c6a1aa54c5
 SHA512 
710d4afbde7093b62a36391acad74b402b087a646a22672b8dec38563eb304fea494aee6db9f18394fafd8335e441a38f233250c80dfa5dab716aa1772c306f2
 DIST vivaldi-snapshot-2.2.1388.6_p1-arm64.deb 51086016 BLAKE2B 
69f6bf9f8ae1a308e524e4023cf20ab5cab2f4d933fa0bd046d1a70bd56438796be5f4aa147af8159c497a4fedbbb728ec0e607d1981e19c27f8ed85e87e71ec
 SHA512 
93d8abd440f7845c759a48ae88fcb2b2fad90eb2ebff4f764cac91d3b0d1d50fe1b6ac5fafe0656492a3dd9a806fe5dec55a35c9147dcd5c7c7fb6f8af7a0564
 DIST vivaldi-snapshot-2.2.1388.6_p1-armhf.deb 51870478 BLAKE2B 
76f28406b5e88d27b9b75c4b58932567f112e5926d2d73a7f2ff862ab8789d0b659bdb53d095e72e102ccd4220f91a7bb379e7d9e0521da7d6f87503b54fb5c1
 SHA512 
21fbecd0575f024096371a8e1e2b3225f42924c0c299394be8a4b0c95bd1ce728c1a3ac2a7277f82a38e9d3b38599b828493a4a487368234825ce4442bbfa928

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-2.2.1388.23_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.2.1388.23_p1.ebuild
new file mode 100644
index 000..b45ca4cd152
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-2.2.1388.23_p1.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar be bg bn ca cs da de el en-GB en-US eo es es-419 es-PE et eu fa fi
+   fil fr fy gl gu he hi hr hu hy id io is it ja jbo ka kn ko ku lt lv mk 
ml
+   mr ms nb nl nn pl pt-BR pt-PT ro ru sc sk sl sq sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 eutils gnome

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

2018-12-11 Thread Lars Wendler
commit: 0b970481eeb699d2d40699e86cf205c4758ff639
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec 11 14:09:37 2018 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec 11 14:09:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b970481

x11-plugins/enigmail: Bump to version 2.0.9

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 x11-plugins/enigmail/Manifest  |  1 +
 x11-plugins/enigmail/enigmail-2.0.9.ebuild | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
index 670f7b7853b..6050f38588e 100644
--- a/x11-plugins/enigmail/Manifest
+++ b/x11-plugins/enigmail/Manifest
@@ -1 +1,2 @@
 DIST enigmail-2.0.8.tar.gz 2525691 BLAKE2B 
cd69efe72b661bb103837c987937e1cee64a5888795bda7126c59cf99a39c0245f505cdfd6538d54cec5dc3fc95c64bbeca3aebc4b0823249be4c0465d4d68a1
 SHA512 
9d2e95c2eae6ca22897eb8b2961964d96fd633e7d33a8c0c04a29b4cbc8585777598578abfb0484b96827ca165fe9c8b873e5e7f7cb3ba8cd0779ddc4f10e305
+DIST enigmail-2.0.9.tar.gz 2541100 BLAKE2B 
0eb76f0da919135b0ea9bcb189251abb6eb9c288d26cabf3296427b10ca5b547a2e0c04468769e39f8306ac6831213a2d346915116e410c96a57a038d7c30055
 SHA512 
2053148b0e5e763dfc1f8decff0fea2a40ebd306e480bd9a3ced4e1f7ff2f16bccf72f85e73b7c51b40629489ad125b9bc166558e3b4144038ba45fcb197

diff --git a/x11-plugins/enigmail/enigmail-2.0.9.ebuild 
b/x11-plugins/enigmail/enigmail-2.0.9.ebuild
new file mode 100644
index 000..e716fbf703a
--- /dev/null
+++ b/x11-plugins/enigmail/enigmail-2.0.9.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-any-r1
+
+DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
+HOMEPAGE="https://www.enigmail.net/";
+
+SLOT="0"
+LICENSE="MPL-2.0 GPL-3"
+IUSE=""
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source";
+   S="${WORKDIR}/${P}"
+else
+   if [[ ${PV} = *_beta* ]] ; then
+   SRC_URI="https://www.enigmail.net/download/beta/${P/_/-}.tar.gz";
+   else
+   SRC_URI="https://www.enigmail.net/download/source/${P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+   fi
+   S="${WORKDIR}/${PN}"
+fi
+
+RDEPEND="|| (
+   ( >=app-crypt/gnupg-2.0
+   || (
+   app-crypt/pinentry[gtk(-)]
+   app-crypt/pinentry[qt5(-)]
+   )
+   )
+   =app-crypt/gnupg-1.4*
+   )
+   !/!d; s/.*\({.*}\).*/\1/; p; q' 
build/dist/install.rdf)
+   [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
+
+   mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI 
to match EM:ID'
+
+   # thunderbird
+   insinto 
"/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
+   doins build/"${emid}.xpi"
+
+   # seamonkey
+   insinto 
"/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
+   doins build/"${emid}.xpi"
+}
+
+pkg_postinst() {
+   local peimpl=$(eselect --brief --colour=no pinentry show)
+   case "${peimpl}" in
+   *gtk*|*qt*) ;;
+   *)  ewarn "The pinentry front-end currently selected is not one 
supported by thunderbird."
+   ewarn "You may be prompted for your password in an inaccessible 
shell!!"
+   ewarn "Please use 'eselect pinentry' to select either the gtk 
or qt front-end"
+   ;;
+   esac
+   if [[ -n ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "Please restart thunderbird and/or seamonkey in order for 
them to use"
+   elog "the newly installed version of enigmail."
+   fi
+}



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

2018-12-11 Thread Jeroen Roovers
commit: 38017ba0ed1ebbcb73cb83d14c845719c0da1dce
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 11 14:18:54 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 11 14:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38017ba0

net-misc/youtube-dl: Old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-misc/youtube-dl/Manifest |   2 -
 net-misc/youtube-dl/youtube-dl-2018.11.18.ebuild | 117 ---
 net-misc/youtube-dl/youtube-dl-2018.11.23.ebuild | 117 ---
 3 files changed, 236 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 6801d6dec68..deb5a1b1fde 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,2 @@
-DIST youtube-dl-2018.11.18.tar.gz 3057924 BLAKE2B 
eb995cd269c3febcda950d87466df85a31128aaf95dbbd1cb9ee3d329610ffae3194c57f5063b47e49de3e387b5f60a5e10c237dc5d944ce47a6cffacab31935
 SHA512 
47e503c18f2db948beeda6a61b034953fab61d7d122641be7564a0f6dc0fe66ff93d6ef436c2acbcaf7255248a0b53e4df8c5ed1efca1139dc518a3ffacb737d
-DIST youtube-dl-2018.11.23.tar.gz 3061698 BLAKE2B 
6219f7fda9f24bc4e2bc3706e94ae0c2a507d76d3b027dd36d78960e8517cc66049bc520ee774902bd4f05f43b3534da18bd59f4fef12417191e37a7e0fe2c9d
 SHA512 
d4d2813657972c37d3493743a44055d7a776aeb5c5a97902e07caa317a3b2db30332507c37b56b3d8554e0bdc2a0ec6a9862977b449b363343a4de2df12bf059
 DIST youtube-dl-2018.12.03.tar.gz 3065234 BLAKE2B 
bbf8a7e9f9356df7bbf83cc7074d90814e1f0e7165f61d32616b25f515a3219b59c55708568fc1394c79170583dd9a9d22b1221b42991d0480144baf351b45ef
 SHA512 
5c2b524613ba48003a86ed453983cea2eb8fb26f1137dd776577e0f714fc81f46a45dae59ebccd77695aa0267947c359792d98da0a12ac7242fdd2059f1fcb0f
 DIST youtube-dl-2018.12.09.tar.gz 3073427 BLAKE2B 
2b97f062d2e32af71c491ab518d9d86b8fdc6c93f96052ec931b72752e8d5dc5064a24719bcbbd700dbae5b18f5ada7a447245ecc88c952f357d0a90c702bd9c
 SHA512 
00e233cfe21cbaa871e8ef4478c052a06129d24d8fd509de2aaf826a44eb9fabd370d931e8cc58af2406d4ce07bb2296a8bf675e818e55dde3d92c72073a3596

diff --git a/net-misc/youtube-dl/youtube-dl-2018.11.18.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.11.18.ebuild
deleted file mode 100644
index 7359861eea0..000
--- a/net-misc/youtube-dl/youtube-dl-2018.11.18.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/";
-SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
-   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
-   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
-   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
-   xbef xnxx xtube xvideos xxxymovies youjizz youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
-   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
-   test/test_age_restric

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

2018-12-11 Thread Jeroen Roovers
commit: 234b96c541066715130f1d5c1b0ef285e788d8b2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 11 14:18:24 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 11 14:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234b96c5

net-misc/youtube-dl: Stable for AMD64 ARM HPPA PPC PPC64 x86 too.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-misc/youtube-dl/youtube-dl-2018.12.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2018.12.03.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.12.03.ebuild
index 29fd6bd3825..7bce052e27c 100644
--- a/net-misc/youtube-dl/youtube-dl-2018.12.03.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2018.12.03.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="+offensive test"
 
 RDEPEND="



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

2018-12-11 Thread Jeroen Roovers
commit: c9b06c75e5b60aa67378b78bfebe58faaa9a6ab2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec 11 14:13:00 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec 11 14:19:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b06c75

net-misc/youtube-dl: Version 2018.12.09

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-misc/youtube-dl/Manifest |   1 +
 net-misc/youtube-dl/youtube-dl-2018.12.09.ebuild | 117 +++
 2 files changed, 118 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index df02a0b87a1..6801d6dec68 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2018.11.18.tar.gz 3057924 BLAKE2B 
eb995cd269c3febcda950d87466df85a31128aaf95dbbd1cb9ee3d329610ffae3194c57f5063b47e49de3e387b5f60a5e10c237dc5d944ce47a6cffacab31935
 SHA512 
47e503c18f2db948beeda6a61b034953fab61d7d122641be7564a0f6dc0fe66ff93d6ef436c2acbcaf7255248a0b53e4df8c5ed1efca1139dc518a3ffacb737d
 DIST youtube-dl-2018.11.23.tar.gz 3061698 BLAKE2B 
6219f7fda9f24bc4e2bc3706e94ae0c2a507d76d3b027dd36d78960e8517cc66049bc520ee774902bd4f05f43b3534da18bd59f4fef12417191e37a7e0fe2c9d
 SHA512 
d4d2813657972c37d3493743a44055d7a776aeb5c5a97902e07caa317a3b2db30332507c37b56b3d8554e0bdc2a0ec6a9862977b449b363343a4de2df12bf059
 DIST youtube-dl-2018.12.03.tar.gz 3065234 BLAKE2B 
bbf8a7e9f9356df7bbf83cc7074d90814e1f0e7165f61d32616b25f515a3219b59c55708568fc1394c79170583dd9a9d22b1221b42991d0480144baf351b45ef
 SHA512 
5c2b524613ba48003a86ed453983cea2eb8fb26f1137dd776577e0f714fc81f46a45dae59ebccd77695aa0267947c359792d98da0a12ac7242fdd2059f1fcb0f
+DIST youtube-dl-2018.12.09.tar.gz 3073427 BLAKE2B 
2b97f062d2e32af71c491ab518d9d86b8fdc6c93f96052ec931b72752e8d5dc5064a24719bcbbd700dbae5b18f5ada7a447245ecc88c952f357d0a90c702bd9c
 SHA512 
00e233cfe21cbaa871e8ef4478c052a06129d24d8fd509de2aaf826a44eb9fabd370d931e8cc58af2406d4ce07bb2296a8bf675e818e55dde3d92c72073a3596

diff --git a/net-misc/youtube-dl/youtube-dl-2018.12.09.ebuild 
b/net-misc/youtube-dl/youtube-dl-2018.12.09.ebuild
new file mode 100644
index 000..29fd6bd3825
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2018.12.09.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/";
+SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz";
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
+   hornbunny keezmovies lovehomeporn mofosex myvidster 
porn91 porncom
+   pornflip pornhd pornotube pornovoisines pornoxo 
ruleporn sexu
+   slutload spankbang spankwire sunporno thisav vporn 
watchindianporn
+   xbef xnxx xtube xvideos xxxymovies youjizz youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber fourtube motherless pornhub redtube tnaflix 
tube8 xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+   $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \
+   $( printf 'youtube_dl/extractor/%s.py ' ${mxxx[@]} ) \
+   test/test_age_restriction.py \
+   || die
+   fi
+
+   

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

2018-12-11 Thread Michał Górny
commit: 86e06dba5999dc4c090106b6a34a6709d4fab1c8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:19:25 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 14:20:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e06dba

sys-apps/dtc: Revert "Version 1.4.7"

Revert non-maintainer bump introducing CI issues.  Please take
responsibility for what you commit, and fix the breakage you introduce.

Closes: https://bugs.gentoo.org/672506
Signed-off-by: Michał Górny  gentoo.org>

 sys-apps/dtc/Manifest |  1 -
 sys-apps/dtc/dtc-1.4.7.ebuild | 61 ---
 sys-apps/dtc/metadata.xml |  3 ---
 3 files changed, 65 deletions(-)

diff --git a/sys-apps/dtc/Manifest b/sys-apps/dtc/Manifest
index f5144bbe655..da4e8c2c8d1 100644
--- a/sys-apps/dtc/Manifest
+++ b/sys-apps/dtc/Manifest
@@ -3,4 +3,3 @@ DIST dtc-1.4.2.tar.xz 112480 BLAKE2B 
922e4924bd9672b7b5a28fbe6a02a685bcb87909356
 DIST dtc-1.4.3.tar.xz 122732 BLAKE2B 
94fe96dc846937ff8e405c4be36a32f0f320bdc6c608e95845227b6e9ab3e4c02643dd1169fd0c8c64777fa2ead8dd1cf0fc1cd2173450c23af124645f2c8b10
 SHA512 
ce9f39cef11f3e7048e8491f01844071bf54911ec36a0d2f2e1ed6c736b7e1a67be83cd2527895a686882d895142db020bf5131a282e0d68d1f4d32dc772db42
 DIST dtc-1.4.4.tar.xz 122748 BLAKE2B 
efef8ae46033bb2012aabc414ca4af78a44b1d2534be23c58004d970245a219d7d0d86c1c44cfb834f07410240dc5b8c8f926654cf73d018e5e1d625045f4d2f
 SHA512 
20689f7b0489fa945c4df4e27084dfd46fd5512a8dff9b28d60e0cd0e9e79bbd9944e4d70a1aba86a026481b35bb5441ed6b63d306a4a8f7581517f7359fa9bf
 DIST dtc-1.4.6.tar.xz 137868 BLAKE2B 
a2c7e5bf1afa70f827ed5b7dadc2dba58d7b67ebf3334386ff782c46688a9ffdc9c969523225de2c32fbcaa5db0ebaf157bbf8a0be182b13cfbcafdd981b04d9
 SHA512 
b52862159cbf9e6e8e1ecb5844e16c81a0b9c4df255366f8a48b15cb7e080754c142da7432de2542485fce70bb2a4fa76df6d1f93cbf0118e8dbe677153b9da8
-DIST dtc-1.4.7.tar.xz 148940 BLAKE2B 
c7f5ade14a3d1fb3cf51b51e1a332eda03bcde1df01a2dc6eaa10346b7c2d03d2305d9ac6938ca78bb518e5cc07de1d5c018eb1f6623de337645c588b468d8f8
 SHA512 
01e0c88aee154d8ce8a5b84a299c98d12df9698e5eff572409e5e912236028532309fd21ca6a146dffef859c665d476bbbe13c371c621c1dee4abe546e5e6ebf

diff --git a/sys-apps/dtc/dtc-1.4.7.ebuild b/sys-apps/dtc/dtc-1.4.7.ebuild
deleted file mode 100644
index 2febabaf698..000
--- a/sys-apps/dtc/dtc-1.4.7.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit multilib toolchain-funcs eutils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git"
-   inherit git-r3
-else
-   SRC_URI="mirror://kernel/software/utils/${PN}/${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-DESCRIPTION="Open Firmware device tree compiler"
-HOMEPAGE="https://devicetree.org/ 
https://git.kernel.org/cgit/utils/dtc/dtc.git/";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="static-libs test valgrind"
-REQUIRED_USE="
-   test? ( valgrind )
-"
-
-DEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   valgrind? ( dev-util/valgrind )
-"
-DOCS="
-   Documentation/dt-object-internal.txt
-   Documentation/dts-format.txt
-   Documentation/manual.txt
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.4.4-posix-shell.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/^CFLAGS =/s:=:+=:' \
-   -e '/^CPPFLAGS =/s:=:+=:' \
-   -e 's:-Werror::' \
-   -e 's:-g -Os::' \
-   -e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
-   -e "/^LIBDIR =/s:=.*:= \$(PREFIX)/$(get_libdir):" \
-   Makefile || die
-
-   tc-export AR CC
-   export V=1
-}
-
-MAKEOPTS="${MAKEOPTS} NO_PYTHON=1"
-
-src_install() {
-   default
-
-   use static-libs || find "${ED}" -name '*.a' -delete
-}

diff --git a/sys-apps/dtc/metadata.xml b/sys-apps/dtc/metadata.xml
index dc23f51483f..bc8ad1abc48 100644
--- a/sys-apps/dtc/metadata.xml
+++ b/sys-apps/dtc/metadata.xml
@@ -8,7 +8,4 @@
p...@gentoo.org
Gentoo Linux PowerPC Development
 
-
-Use dev-util/valgrind in test phase
-
 



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2018-12-11 Thread Ben Kohler
commit: 235446c6ecbfc198f7db7566fbc5e78d67091cd1
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Dec 11 14:24:34 2018 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Tue Dec 11 14:24:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235446c6

net-wireless/iwd: bump to 0.13

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler  gentoo.org>

 net-wireless/iwd/Manifest|   1 +
 net-wireless/iwd/iwd-0.13.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/net-wireless/iwd/Manifest b/net-wireless/iwd/Manifest
index 98385d07e27..9e4accda2df 100644
--- a/net-wireless/iwd/Manifest
+++ b/net-wireless/iwd/Manifest
@@ -1,2 +1,3 @@
 DIST iwd-0.12.tar.xz 680608 BLAKE2B 
112dc2917ccc21e14a15d356a56923587d591d6639131ff61089245b77f37d1b7c18a3bf38c872a8245e53c1ae347ac89d3a55cb1ec81dae12f1e34d8d81e391
 SHA512 
af9d724cbd6749fa2c116856f58d413098878d78f49d6212cc34cd79ea97d835c74aa55cdd804ce6ca5ab7393cc894d39851612fd989ca0cf2fc46a826b11364
+DIST iwd-0.13.tar.xz 689560 BLAKE2B 
60c00e9edca7e8d4115a36a2d91c39e8c32ff234f03becaf60eb01bf34a2378d6f6b5968bc773257362e618531cb3392f1775168c31d5e3e9064927bd58d7eaf
 SHA512 
91be8a15d986fba6939cc05be896b59e6986e1b20a56b2058d1a572d5f894861058f3075567e4dec193cef5b6b73a407c8114391d83792564efea8b5c989cc06
 DIST iwd-0.7.tar.xz 662984 BLAKE2B 
e6e7fa323749c8012c4df5f8f02f97523a37bcbb99d2a2f8c7678d4a1a73a3e24fc4321d53fb95f7fa325748f97b96e1a5f0fe0e956314eeb8534a8bc989a13f
 SHA512 
e6029e33f43fda24f3ddb87b1bb878ad8926066380a0e71415e645bc4f8aa1a6aaa43d2482987b1d473c267fef6d5a2a676af80282ba4c77ab64605c348cabb1

diff --git a/net-wireless/iwd/iwd-0.13.ebuild b/net-wireless/iwd/iwd-0.13.ebuild
new file mode 100644
index 000..8cdd31e3cfd
--- /dev/null
+++ b/net-wireless/iwd/iwd-0.13.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools linux-info systemd
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/wireless/iwd.git";
+   inherit git-r3
+else
+   SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~x86"
+fi
+
+DESCRIPTION="Wireless daemon for linux"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/wireless/iwd.git/";
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+client +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3"
+
+RDEPEND="sys-apps/dbus
+   client? ( sys-libs/readline:0= )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   CONFIG_CHECK="
+   ~ASYMMETRIC_KEY_TYPE
+   ~ASYMMETRIC_PUBLIC_KEY_SUBTYPE
+   ~CRYPTO_AES
+   ~CRYPTO_ARC4
+   ~CRYPTO_CBC
+   ~CRYPTO_CMAC
+   ~CRYPTO_DES
+   ~CRYPTO_ECB
+   ~CRYPTO_HMAC
+   ~CRYPTO_MD4
+   ~CRYPTO_MD5
+   ~CRYPTO_RSA
+   ~CRYPTO_SHA1
+   ~CRYPTO_SHA256
+   ~CRYPTO_SHA512
+   ~CRYPTO_USER_API_HASH
+   ~CRYPTO_USER_API_SKCIPHER
+   ~KEY_DH_OPERATIONS
+   ~PKCS7_MESSAGE_PARSER
+   ~X509_CERTIFICATE_PARSER
+   "
+   if use amd64;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_X86_64 
~CRYPTO_DES3_EDE_X86_64"
+   WARNING_CRYPTO_AES_X86_64="CRYPTO_AES_X86_64: enable for 
increased performance"
+   WARNING_CRYPTO_DES3_EDE_X86_64="CRYPTO_DES3_EDE_X86_64: enable 
for increased performance"
+   fi
+
+   if use cpu_flags_x86_aes;then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_AES_NI_INTEL"
+   WARNING_CRYPTO_AES_NI_INTEL="CRYPTO_AES_NI_INTEL: enable for 
increased performance"
+   fi
+
+   if use cpu_flags_x86_ssse3; then
+   CONFIG_CHECK="${CONFIG_CHECK} ~CRYPTO_SHA1_SSSE3 
~CRYPTO_SHA256_SSSE3 ~CRYPTO_SHA512_SSSE3"
+   WARNING_CRYPTO_SHA1_SSSE3="CRYPTO_SHA1_SSSE3: enable for 
increased performance"
+   WARNING_CRYPTO_SHA256_SSSE3="CRYPTO_SHA256_SSSE3: enable for 
increased performance"
+   WARNING_CRYPTO_SHA512_SSSE3="CRYPTO_SHA512_SSSE3: enable for 
increased performance"
+   fi
+
+   check_extra_config
+}
+
+src_unpack() {
+   if [[ ${PV} == "" ]] ; then
+   git-r3_src_unpack
+   git clone git://git.kernel.org/pub/scm/libs/ell/ell.git 
"${WORKDIR}"/ell
+   else
+   default
+   fi
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf --sysconfdir=/etc/iwd --localstatedir=/var \
+   $(use_enable client) \
+   $(use_enable monitor) \
+   $(use_enable ofono) \
+   $(use_enable wired) \
+   --enable-systemd-service \
+   --with-systemd-unitdir="$(sys

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

2018-12-11 Thread Fabian Groffen
commit: f81e23a7667ec3a0ed4b2af80c611be1b2d4d6d5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Dec 11 14:27:49 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Dec 11 14:27:49 2018 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f81e23a7

scripts/bootstrap-prefix: add some dep-cycle workarounds from Sam Pfeiffer

Basically implements Error 1 from
https://pad.crans.org/p/gentoo-prefix

Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index cdcb8346d1..c4f8f18bb7 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1553,9 +1553,21 @@ bootstrap_stage2() {
# on systems without a c++ compiler.
echo '> "${ROOT}"/tmp/etc/portage/package.unmask

-   # cmake has some external dependencies which require autoconf, etc.
-   # unless we only build the buildtool, bug #603012
-   echo "dev-util/cmake -server" >> "${ROOT}"/tmp/etc/portage/package.use
+
+   # kill some dependencies here while we're still fragile
+   {
+   # cmake has some external dependencies which require autoconf, 
etc.
+   # unless we only build the buildtool, bug #603012
+   echo "dev-util/cmake -server"
+   # avoid sys-apps/acl -> attr -> gettext cycle on Linux
+   echo "sys-devel/gettext -acl"
+   # gdbm depends on berkdb by default, which pulls in binutils
+   echo "dev-lang/perl -gdbm -berkdb"
+   # package needs perl, nls pulls in specific package
+   echo "sys-apps/help2man -nls"
+   # avoid hefty set of deps from glib
+   echo "dev-util/pkgconfig internal-glib"
+   } >> "${ROOT}"/tmp/etc/portage/package.use
 
for pkg in ${compiler_stage1} ; do
# 

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

2018-12-11 Thread Bernard Cafarelli
commit: 36fe8e8c95dc45f61601b828481c3d9fa866bbd5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:09:13 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fe8e8c

x11-plugins/wmlife: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild 
b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
deleted file mode 100644
index 47a14552f4a..000
--- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)"
-HOMEPAGE="http://www.improbability.net/#wmlife";
-SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
-   epatch "${FILESDIR}"/${P}-configure.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   econf --enable-session
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: fc5338e54dc126d2ec75517ef5b2c61eaad815ef
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:08:52 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5338e5

x11-plugins/wmforkplop: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild | 23 ---
 x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild| 21 -
 2 files changed, 44 deletions(-)

diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild 
b/x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild
deleted file mode 100644
index 73fb872a3ed..000
--- a/x11-plugins/wmforkplop/wmforkplop-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="monitors the forking activity of the kernel and most active 
processes"
-HOMEPAGE="http://hules.free.fr/wmforkplop";
-SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-DEPEND="gnome-base/libgtop
-   media-libs/imlib2[X]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # Easier to patch configure directly here
-   epatch "${FILESDIR}"/${P}-cflags.patch
-}

diff --git a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild 
b/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild
deleted file mode 100644
index c29ea07ec33..000
--- a/x11-plugins/wmforkplop/wmforkplop-0.9.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="monitors the forking activity of the kernel and most active 
processes"
-HOMEPAGE="http://hules.free.fr/wmforkplop";
-SRC_URI="http://hules.free.fr/wmforkplop/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-DEPEND="gnome-base/libgtop
-   media-libs/imlib2[X]"
-RDEPEND="${DEPEND}"
-
-#src_install() {
-#  emake DESTDIR="${D}" install
-#}



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

2018-12-11 Thread Bernard Cafarelli
commit: db530cc499d4c76088336024a6e8198d123e2fd5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:08:23 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db530cc4

x11-plugins/wmdiskmon: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild 
b/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
deleted file mode 100644
index 86e2770cfb0..000
--- a/x11-plugins/wmdiskmon/wmdiskmon-0.0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-DESCRIPTION="a dockapp to display disk space usage"
-HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html";
-SRC_URI="http://tnemeth.free.fr/projets/programmes/${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-base/xorg-proto
-   x11-libs/libXt"
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog THANKS TODO
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: f7e9ce4877793c4de5f20c6f5e62bb173536a750
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:11:04 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e9ce48

x11-plugins/wmudmount: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmudmount/wmudmount-2.2.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmudmount/wmudmount-2.2.ebuild 
b/x11-plugins/wmudmount/wmudmount-2.2.ebuild
deleted file mode 100644
index 19b97bee0ef..000
--- a/x11-plugins/wmudmount/wmudmount-2.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils
-
-DESCRIPTION="A filesystem mounter that uses udisks to handle notification and 
mounting"
-HOMEPAGE="https://sourceforge.net/projects/wmudmount/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome-keyring libnotify"
-
-RDEPEND="sys-fs/udisks:2
-   >=x11-libs/gtk+-3.8.0:3
-   gnome-keyring? ( gnome-base/libgnome-keyring )
-   libnotify? ( >=x11-libs/libnotify-0.7 )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   || ( media-gfx/imagemagick[png] 
media-gfx/graphicsmagick[imagemagick,png] )"
-
-DOCS="ChangeLog"
-
-src_configure() {
-   econf \
-   $(use_with libnotify) \
-   $(use_with gnome-keyring)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }



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

2018-12-11 Thread Bernard Cafarelli
commit: d736310915280339a2df6bb205c106719eec4dcd
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:43 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7363109

x11-plugins/wmsystemtray: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmsystemtray/Manifest|  1 -
 x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild | 19 ---
 x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild | 19 ---
 3 files changed, 39 deletions(-)

diff --git a/x11-plugins/wmsystemtray/Manifest 
b/x11-plugins/wmsystemtray/Manifest
index a01359c195a..6e0224bd0a2 100644
--- a/x11-plugins/wmsystemtray/Manifest
+++ b/x11-plugins/wmsystemtray/Manifest
@@ -1,2 +1 @@
-DIST wmsystemtray-1.3.tar.gz 131764 BLAKE2B 
44b6a77d3e4022089bf41f8110a6b08a3f3262628e0009943422bc3981f31c68504f8f7f760e5f4f39520d14eb9afd8c2e154851b6045f1efa00c40582e384ed
 SHA512 
8a89e2bb63ecb7661e2e0756e07bef59eb6fd89e7221e399af45b0a98d7d0dd45224b6b6a356432642cfec239d245e1e05943ff0f15d2dbbf93545a4a1094969
 DIST wmsystemtray-1.4.tar.gz 131973 BLAKE2B 
c9927c39006b665163826ff3d937042df1a3d0ea4cf9045767ff511499151f6b525a9e9b37ca62955e61853f48e7b0148cbf8b5a9e4e130c81bc9af35df99150
 SHA512 
16620f222dc16d709e89d5011f699c9f96b6e4bf6014eec628574b84434b2e828ba12c92b5a598d1b9037dd16cbff2cc45f7ecb6533777c8a64bf435ea0c549c

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
deleted file mode 100644
index e7f0e429de8..000
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
-HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXmu
-   x11-libs/libXpm"
-RDEPEND="${DEPEND}"

diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild 
b/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild
deleted file mode 100644
index e7f0e429de8..000
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="a system tray dockapp with the ability to display more than just 
four tray icons"
-HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXmu
-   x11-libs/libXpm"
-RDEPEND="${DEPEND}"



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

2018-12-11 Thread Bernard Cafarelli
commit: 80c6793ab797af198745104712cc900d0552c31c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:09:25 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c6793a

x11-plugins/wmmaiload: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild | 45 
 1 file changed, 45 deletions(-)

diff --git a/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild 
b/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild
deleted file mode 100644
index 0ef4b0d6966..000
--- a/x11-plugins/wmmaiload/wmmaiload-2.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="dockapp that monitors one or more mailboxes"
-HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html";
-SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${PN}-2.2.1-checkthread.patch
-   sed -i -e "s/-lssl/\0 -lcrypto/" wmmaiload/Init.make || die "sed failed"
-}
-
-src_configure() {
-   # The ./configure script is not autoconf based, therefore don't use 
econf:
-   ./configure -p /usr || die
-}
-
-src_compile() {
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   DEBUG_LDFLAGS="" \
-   LDFLAGS="${LDFLAGS}" \
-   DEBUG_CFLAGS=""
-}
-
-src_install() {
-   dobin ${PN}/${PN} ${PN}-config/${PN}-config
-   doman doc/*.1
-   dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 556ebfea44705b7ee961bc3db0a54754aaeee80d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:27 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556ebfea

x11-plugins/wmrack: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmrack/Manifest  |  1 -
 x11-plugins/wmrack/wmrack-1.3.ebuild | 41 
 x11-plugins/wmrack/wmrack-1.4.ebuild | 33 -
 3 files changed, 75 deletions(-)

diff --git a/x11-plugins/wmrack/Manifest b/x11-plugins/wmrack/Manifest
index d1778cdede7..e0f9255a091 100644
--- a/x11-plugins/wmrack/Manifest
+++ b/x11-plugins/wmrack/Manifest
@@ -1,2 +1 @@
-DIST wmrack-1.3.tar.gz 61120 BLAKE2B 
7eb745224f829145af77fba8dd477ed8d9c529dbe2ff206c2af2b4fb90735ec5dd5bc7b11500a5047d41329eaeecea61dee83e512844be336e1e24b568cfa156
 SHA512 
b9d01fc15cb2e15192f66487e80422ce3e319e160ee6961b5ed1ce0341fd2ddb74063261bce209b83bfda9af76a445b018320514f48402a56fd9aa2a6566e62f
 DIST wmrack-1.4.tar.gz 124243 BLAKE2B 
a1d8581b9ebc252429abe4c04aebbe9774d8a84048511b6dc5af02b8495f9c6c50d23e3fa26dd68f31d2d155ddae28e19c37d81082ed4378d269d19fd6888ae6
 SHA512 
27ed399a56f7f37e494005f02e74a09ad22c448ac288a3d2123987488ce65460f4c80841e8ff0fe3ff20db156130bc9e4894b42280181a1af58e06c1f8320a1e

diff --git a/x11-plugins/wmrack/wmrack-1.3.ebuild 
b/x11-plugins/wmrack/wmrack-1.3.ebuild
deleted file mode 100644
index 52fa77442a2..000
--- a/x11-plugins/wmrack/wmrack-1.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit multilib toolchain-funcs
-
-DESCRIPTION="a sound mixer and CD player dockapp"
-HOMEPAGE="http://wmrack.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_unpack() {
-   unpack ${A}
-   sed -i -e 's:gcc:$(CC):' "${S}"/Makefile.in
-   sed -i -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in
-}
-
-src_compile() {
-   tc-export CC
-   econf --x-includes=/usr/include --x-libraries=/usr/$(get_libdir)
-   emake -j1 || die "emake failed."
-}
-
-src_install() {
-   emake -j1 LIBDIR="${D}/usr/$(get_libdir)/WMRack" \
-   MANDIR="${D}/usr/share/man" BINDIR="${D}/usr/bin" \
-   install || die "emake install failed."
-
-   dodoc CHANGES README TODO
-}

diff --git a/x11-plugins/wmrack/wmrack-1.4.ebuild 
b/x11-plugins/wmrack/wmrack-1.4.ebuild
deleted file mode 100644
index 2b0d6930da5..000
--- a/x11-plugins/wmrack/wmrack-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit multilib toolchain-funcs
-
-DESCRIPTION="a sound mixer and CD player dockapp"
-HOMEPAGE="http://wmrack.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libXext"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_prepare() {
-   sed -i -e 's:gcc:$(CC):' "${S}"/Makefile.in
-   sed -i -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in
-}
-
-src_install() {
-   emake LIBDIR="${D}/usr/$(get_libdir)/WMRack" \
-   MANDIR="${D}/usr/share/man" BINDIR="${D}/usr/bin" \
-   install
-
-   dodoc CHANGES README TODO
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 145bfa49854769dc8cbe47649583a1c91ab6bd6f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:15 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145bfa49

x11-plugins/wmping: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmping/wmping-0.2.1.ebuild | 41 --
 1 file changed, 41 deletions(-)

diff --git a/x11-plugins/wmping/wmping-0.2.1.ebuild 
b/x11-plugins/wmping/wmping-0.2.1.ebuild
deleted file mode 100644
index 3c7b7a00ead..000
--- a/x11-plugins/wmping/wmping-0.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="a simple host status monitoring dockapp"
-HOMEPAGE="https://sourceforge.net/projects/wmping";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+suid"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libICE
-   x11-libs/libXt"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-format-security.patch
-}
-
-src_install() {
-   if use suid; then
-   emake DESTDIR="${D}" install
-   else
-   dosbin ${PN}
-   fi
-
-   doman ${PN}.1
-   dodoc AUTHORS CHANGES README
-}
-
-pkg_postinst() {
-   use suid || ewarn "warning, ${PN} needs to be executed as root."
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 335e8caecbb9f6a1a5c2c34c7a84f1309c08fc36
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:54:18 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335e8cae

x11-plugins/wmload: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmload/wmload-0.9.7.ebuild | 35 --
 1 file changed, 35 deletions(-)

diff --git a/x11-plugins/wmload/wmload-0.9.7.ebuild 
b/x11-plugins/wmload/wmload-0.9.7.ebuild
deleted file mode 100644
index 424fa397b0f..000
--- a/x11-plugins/wmload/wmload-0.9.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="yet another dock application showing a system load gauge"
-HOMEPAGE="https://www.dockapps.net/wmload";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-0.9.6-solaris.patch
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install
-
-   dodoc README
-   domenu "${FILESDIR}"/${PN}.desktop
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 8f1e117985a344ccdf8d4bf1d6dc8bbb13928228
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:56:39 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:28:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1e1179

x11-plugins/wmcliphist: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild | 33 -
 x11-plugins/wmcliphist/wmcliphist-2.1.ebuild| 32 
 2 files changed, 65 deletions(-)

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild 
b/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
deleted file mode 100644
index 37e71fb2d44..000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-   sed -e '/^PREFIX/s:=.*:=/usr:' \
-   -i Makefile || die
-   tc-export CC
-}
-
-src_install() {
-   default
-
-   dodoc ChangeLog README
-   newdoc ${PN}rc ${PN}rc.sample
-}

diff --git a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild 
b/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
deleted file mode 100644
index 6a94c485a30..000
--- a/x11-plugins/wmcliphist/wmcliphist-2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Dockable clipboard history application for Window Maker"
-HOMEPAGE="https://www.dockapps.net/wmcliphist";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/dockapps
-
-src_compile() {
-   tc-export CC
-   emake
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-
-   dodoc ChangeLog README
-   newdoc ${PN}rc ${PN}rc.sample
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 8dbc50e89b0bd0396bad06fe2d99602f0681fc2c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:57:49 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:28:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbc50e8

x11-plugins/wmclockmon: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild 
b/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild
deleted file mode 100644
index 15c05d3ee3b..000
--- a/x11-plugins/wmclockmon/wmclockmon-0.8.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="a nice digital clock with 7 different styles either in LCD or LED 
style"
-HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html";
-SRC_URI="mirror://debian/pool/main/w/${PN}/${PN}_${PV}-1.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   x11-libs/libXext
-   x11-libs/libX11
-   x11-libs/libXpm
-   x11-libs/libICE"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   x11-base/xorg-proto
-   x11-libs/libXt"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gtk.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO doc/sample*
-   newdoc debian/changelog ChangeLog.debian
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 666cb72c3e81c707ccce3ac7561862d95fd4045d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:58:22 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:28:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666cb72c

x11-plugins/wmfishtime: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild | 33 -
 x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild | 37 
 2 files changed, 70 deletions(-)

diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild 
b/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
deleted file mode 100644
index 7a771de4ce7..000
--- a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop";
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gtk.patch
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
-}

diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild 
b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
deleted file mode 100644
index e9fe1540915..000
--- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.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 toolchain-funcs
-
-DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop";
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gtk.patch \
-   "${FILESDIR}"/${P}-no_display.patch
-
-   sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 9d0f7442a96dda22bddc1ffdb67595c97ee6463c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:53:20 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0f7442

x11-plugins/wminet: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

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

diff --git a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild 
b/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
deleted file mode 100644
index 31fcd6df066..000
--- a/x11-plugins/wminet/wminet-3.0.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="dockapp for monitoring internet connections to and from your 
computer"
-HOMEPAGE="http://www.improbability.net/#wminet";
-SRC_URI="http://www.improbability.net/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-base/xorg-proto"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-list.patch
-
-   tc-export CC
-}
-
-src_compile() {
-   emake LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog NEWS README wminetrc
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 39cf6a37e06b311a89fe6c5b4ba870a7dd47682c
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:53:50 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cf6a37

x11-plugins/wmSun: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmSun/wmSun-1.05.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/wmSun/wmSun-1.05.ebuild 
b/x11-plugins/wmSun/wmSun-1.05.ebuild
deleted file mode 100644
index a7701df3ebb..000
--- a/x11-plugins/wmSun/wmSun-1.05.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-MY_P=${P/S/s}
-DESCRIPTION="dockapp which displays the rise/set time of the sun"
-HOMEPAGE="https://www.dockapps.net/wmsun";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-   dodoc README {BUGS,TODO}
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 4dfe7de61cea57922e79346461997acd3ff2e8b5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:08:35 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfe7de6

x11-plugins/wmdrawer: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild 
b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
deleted file mode 100644
index bc88d1485ea..000
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="dockapp which provides a drawer (retractable button bar) to 
launch applications"
-HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/";
-SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf:2[X]
-   x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gtk+-2.patch
-
-   # Honour Gentoo CFLAGS
-   sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
-   # Fix LDFLAGS ordering per bug #248640
-   sed -i -e 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) 
$(LDFLAGS)/' Makefile || die
-   # Do not auto-strip binaries
-   sed -i -e 's/   strip $@//' Makefile || die
-   # Honour Gentoo LDFLAGS
-   sed -i -e 's/$(CC) -o/$(CC) $(REAL_LDFLAGS) -o/' Makefile || die
-}
-
-src_compile() {
-   emake REAL_LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin wmdrawer
-   dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example
-   doman doc/wmdrawer.1x.gz
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmmon+smp/

2018-12-11 Thread Bernard Cafarelli
commit: 8a68b1f1bc03ee565fbff195c2c7ec6f533bfec4
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:09:36 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a68b1f1

x11-plugins/wmmon+smp: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild | 42 ---
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild 
b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild
deleted file mode 100644
index 3da3e885fae..000
--- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Dockapp CPU monitor resembling Xosview, support for smp"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/wmmon+smp.tar.gz";
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S=${WORKDIR}/wmmon.app/wmmon
-
-src_prepare() {
-   # Respect LDFLAGS, see bug #335047
-   sed \
-   -e 's/cc -o/${CC} ${LDFLAGS} -o/' \
-   -e 's/cc -c/${CC} ${CFLAGS} -c/' \
-   -i Makefile || die
-   tc-export CC
-
-   cd "${WORKDIR}"/wmmon.app || die
-   ls
-   epatch "${FILESDIR}"/${P}-list.patch
-}
-
-src_install () {
-   newbin wmmon wmmon+smp
-   dodoc ../README
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 9e16346ca86ea350d463bca17de34d59d1c58e58
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:09:50 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e16346c

x11-plugins/wmnd: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmnd/wmnd-0.4.17.ebuild | 27 ---
 1 file changed, 27 deletions(-)

diff --git a/x11-plugins/wmnd/wmnd-0.4.17.ebuild 
b/x11-plugins/wmnd/wmnd-0.4.17.ebuild
deleted file mode 100644
index 916145e491f..000
--- a/x11-plugins/wmnd/wmnd-0.4.17.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="WindowMaker Network Devices (dockapp)"
-HOMEPAGE="https://www.thregr.org/~wavexx/software/wmnd/";
-SRC_URI="https://www.thregr.org/~wavexx/software/wmnd/releases/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="snmp"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXt
-   x11-libs/libXpm
-   snmp? ( >=net-analyzer/net-snmp-5.2.1 )"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc README AUTHORS ChangeLog NEWS TODO
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 86d2015bfb72200bcdbbcff38106bcc0355adaa5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:57:20 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:28:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d2015b

x11-plugins/wmmemload: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmmemload/wmmemload-0.1.8.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild 
b/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild
deleted file mode 100644
index 27e6684bf27..000
--- a/x11-plugins/wmmemload/wmmemload-0.1.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="dockapp that displays memory and swap space usage"
-HOMEPAGE="https://www.dockapps.net/wmmemload";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   x11-libs/libICE
-   x11-libs/libXt"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog THANKS
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: b5f21262c79ca63da89582b7f4821699cc59c55e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:56:48 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:28:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f21262

x11-plugins/wmitime: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmitime/wmitime-0.5.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/x11-plugins/wmitime/wmitime-0.5.ebuild 
b/x11-plugins/wmitime/wmitime-0.5.ebuild
deleted file mode 100644
index 8795779f3f1..000
--- a/x11-plugins/wmitime/wmitime-0.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="Overglorified clock dockapp w/time, date, and internet time"
-HOMEPAGE="https://www.dockapps.net/wmitime";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   emake CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-
-   dodoc BUGS CHANGES README
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 28217fc46124be64206b3b4b3c68466fe22249c8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:09:05 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28217fc4

x11-plugins/wmgrabimage: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild | 51 --
 1 file changed, 51 deletions(-)

diff --git a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild 
b/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
deleted file mode 100644
index 4ad78dfcd83..000
--- a/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-MY_PN=${PN/grabi/GrabI}
-
-DESCRIPTION="wmGrabImage grabs an image from the WWW and displays it"
-HOMEPAGE="https://www.dockapps.net/wmgrabimage";
-SRC_URI="https://www.dockapps.net/download/${MY_PN}-${PV}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=net-misc/wget-1.9-r2
-   >=media-gfx/imagemagick-5.5.7.15
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-S=${WORKDIR}/${MY_PN}-${PV}/${MY_PN}
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   epatch "${FILESDIR}"/${PN}-noman.patch
-   sed -i -e 's/-geom /-geometry /' GrabImage || die "sed failed."
-   sed -i -e 's/install -s -m /install -m /' Makefile || die "sed failed."
-}
-
-src_compile() {
-   emake clean || die "emake clean failed."
-   emake CFLAGS="${CFLAGS} -Wall" SYSTEM="${LDFLAGS}" || die "emake 
failed."
-}
-
-src_install() {
-   dodir /usr/bin
-   emake DESTDIR="${D}/usr" install || die "einstall failed."
-
-   doman wmGrabImage.1
-
-   dodoc ../{BUGS,CHANGES,HINTS,TODO}
-
-   domenu "${FILESDIR}"/${PN}.desktop
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 707d34827838bcbda8ef2546d8e0bb28d2fb8546
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:52:44 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707d3482

x11-plugins/bubblemon: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild | 42 --
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild 
b/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild
deleted file mode 100644
index e674ea57dc9..000
--- a/x11-plugins/bubblemon/bubblemon-1.46-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming 
duck"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop";
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}-dockapp-${PV}
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-gtk.patch \
-   "${FILESDIR}"/${P}-asneeded.patch \
-   "${FILESDIR}"/${P}-no_display.patch
-}
-
-src_compile() {
-   tc-export CC
-   emake GENTOO_CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin bubblemon
-   dodoc ChangeLog README doc/Xdefaults.sample
-
-   insinto /usr/share/${PN}
-   doins misc/*.{xcf,wav}
-   exeinto /usr/share/${PN}
-   doexe misc/wakwak.sh
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: aa4e2d576b8f114ab7d88f5e7e792bfd151e293f
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:58:52 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:28:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4e2d57

x11-plugins/wmcalendar: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild | 37 -
 x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild| 40 ---
 2 files changed, 77 deletions(-)

diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild 
b/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
deleted file mode 100644
index cd799c5c829..000
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a calendar dockapp"
-HOMEPAGE="http://wmcalendar.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="
-   dev-libs/libical
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm
-"
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-DOCS=( ../{BUGS,CHANGES,HINTS,README,TODO} )
-
-S=${WORKDIR}/${P}/Src
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch
-   epatch "${FILESDIR}"/${P}-rename_kill_func.patch
-   epatch "${FILESDIR}"/${P}-ical.patch
-   tc-export CC PKG_CONFIG
-}

diff --git a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild 
b/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
deleted file mode 100644
index 3d5e5002d6f..000
--- a/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="a calendar dockapp"
-HOMEPAGE="http://wmcalendar.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-libs/libical
-   x11-libs/gtk+:2
-   x11-libs/libXpm
-   x11-libs/libXext
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${P}/Src
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-exit-sin-and-cos.patch \
-   "${FILESDIR}"/${P}-rename_kill_func.patch
-}
-
-src_compile() {
-   tc-export CC
-   emake
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc ../{BUGS,CHANGES,HINTS,README,TODO}
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 28cf1b17a555a36580b7f2211ec6b18bbc8e94b9
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:01 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cf1b17

x11-plugins/wmnetload: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmnetload/wmnetload-1.3-r4.ebuild | 29 ---
 1 file changed, 29 deletions(-)

diff --git a/x11-plugins/wmnetload/wmnetload-1.3-r4.ebuild 
b/x11-plugins/wmnetload/wmnetload-1.3-r4.ebuild
deleted file mode 100644
index 5f77eb52505..000
--- a/x11-plugins/wmnetload/wmnetload-1.3-r4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Network interface monitor dockapp"
-HOMEPAGE="https://github.com/bbidulock/wmnetload";
-SRC_URI="https://github.com/bbidulock/wmnetload/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/libdockapp-0.7:="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-${PVR}-configure.patch"
-   sed -e 's###' -i src/*.c || die
-
-   eautoreconf
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS README NEWS
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: 5f6f03fa90ddb6c3b7d61eeff745c122e2ca3c18
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Dec  8 19:55:11 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6f03fa

x11-plugins/wmcalc: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmcalc/wmcalc-0.6.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/wmcalc/wmcalc-0.6.ebuild 
b/x11-plugins/wmcalc/wmcalc-0.6.ebuild
deleted file mode 100644
index a10e1ac605d..000
--- a/x11-plugins/wmcalc/wmcalc-0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="A WindowMaker DockApp calculator"
-HOMEPAGE="https://www.dockapps.net/wmcalc";
-SRC_URI="https://www.dockapps.net/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-# Specific to this tarball
-S=${WORKDIR}/dockapps-43ddcdf
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX=/usr install
-
-   dodoc README
-}



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

2018-12-11 Thread Bernard Cafarelli
commit: dd1bbb3c3ec32723a589cce43ba62675ff968461
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Dec  7 14:10:54 2018 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Dec 11 14:27:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1bbb3c

x11-plugins/wmtime: drop old

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmtime/wmtime-1.4.ebuild | 33 -
 1 file changed, 33 deletions(-)

diff --git a/x11-plugins/wmtime/wmtime-1.4.ebuild 
b/x11-plugins/wmtime/wmtime-1.4.ebuild
deleted file mode 100644
index 54dbafbab8c..000
--- a/x11-plugins/wmtime/wmtime-1.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit toolchain-funcs
-
-DESCRIPTION="applet which displays the date and time in a dockable tile"
-HOMEPAGE="https://www.dockapps.net/wmtime";
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXau
-   x11-libs/libXdmcp
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install () {
-   emake DESTDIR="${D}" PREFIX=/usr install
-
-   dodoc BUGS CHANGES HINTS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2018-12-11 Thread Craig Andrews
commit: 81ec82f56521d750ba8cf4f0076329c339d0c2bf
Author: Craig Andrews  gentoo  org>
AuthorDate: Fri Dec  7 16:30:42 2018 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Dec 11 14:32:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ec82f5

media-tv/kodi: Use the ninja cmake generator

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews  gentoo.org>

 media-tv/kodi/kodi-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-tv/kodi/kodi-.ebuild b/media-tv/kodi/kodi-.ebuild
index 00b10dacb86..f981572f1b7 100644
--- a/media-tv/kodi/kodi-.ebuild
+++ b/media-tv/kodi/kodi-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 PYTHON_REQ_USE="libressl?,sqlite,ssl"
 LIBDVDCSS_VERSION="1.4.2-Leia-Beta-5"
 LIBDVDREAD_VERSION="6.0.0-Leia-Alpha-3"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/

2018-12-11 Thread Michał Górny
commit: 3c3be5002c946cdbf582e07b3fea43b622bb7836
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:49:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 14:49:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3be500

mate-extra/caja-extensions: Fix PkgMetadataXmlInvalidPkgRef

Signed-off-by: Michał Górny  gentoo.org>

 mate-extra/caja-extensions/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mate-extra/caja-extensions/metadata.xml 
b/mate-extra/caja-extensions/metadata.xml
index faa72320838..8df0e2c59bc 100644
--- a/mate-extra/caja-extensions/metadata.xml
+++ b/mate-extra/caja-extensions/metadata.xml
@@ -8,7 +8,7 @@

Add an extension to burn files to cds using 
app-cdr/brasero.
Add an extension to support 
net-im/gajim.
-   Add an extension to support opening files as 
root with x11-libs/gksu.
+   Add an extension to support opening files as 
root with gksu.
Add image conversion 
support.
Add an extension to support e-mail 
functionality.
Add an extension to support an open 
terminal.



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

2018-12-11 Thread Fabian Groffen
commit: 61bc34726037ca06aade8b1fe5ce94d7abd15316
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Dec 11 14:58:40 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Dec 11 14:58:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bc3472

dev-lang/perl: fix compile for older Darwin with newer GCC

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-lang/perl/perl-5.26.2.ebuild| 5 +
 dev-lang/perl/perl-5.26..ebuild | 5 +
 dev-lang/perl/perl-5.28.0.ebuild| 5 +
 dev-lang/perl/perl-5.28..ebuild | 5 +
 4 files changed, 20 insertions(+)

diff --git a/dev-lang/perl/perl-5.26.2.ebuild b/dev-lang/perl/perl-5.26.2.ebuild
index 83fb285a198..e2af84bf47d 100644
--- a/dev-lang/perl/perl-5.26.2.ebuild
+++ b/dev-lang/perl/perl-5.26.2.ebuild
@@ -455,6 +455,11 @@ src_configure() {
[[ ${CHOST} == *-darwin* ]] && \
myconf "-Dld=env 
MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} $(tc-getCC)"
 
+   # Older macOS with non-Apple GCC chokes on inline in system headers
+   # using c89 mode as injected by cflags.SH
+   [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \
+   append-cflags -Dinline=__inline__
+
# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.

diff --git a/dev-lang/perl/perl-5.26..ebuild 
b/dev-lang/perl/perl-5.26..ebuild
index 83fb285a198..e2af84bf47d 100644
--- a/dev-lang/perl/perl-5.26..ebuild
+++ b/dev-lang/perl/perl-5.26..ebuild
@@ -455,6 +455,11 @@ src_configure() {
[[ ${CHOST} == *-darwin* ]] && \
myconf "-Dld=env 
MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} $(tc-getCC)"
 
+   # Older macOS with non-Apple GCC chokes on inline in system headers
+   # using c89 mode as injected by cflags.SH
+   [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \
+   append-cflags -Dinline=__inline__
+
# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.

diff --git a/dev-lang/perl/perl-5.28.0.ebuild b/dev-lang/perl/perl-5.28.0.ebuild
index c990d1af72b..a88e2d54acf 100644
--- a/dev-lang/perl/perl-5.28.0.ebuild
+++ b/dev-lang/perl/perl-5.28.0.ebuild
@@ -458,6 +458,11 @@ src_configure() {
[[ ${CHOST} == *-darwin* ]] && \
myconf "-Dld=env 
MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} $(tc-getCC)"
 
+   # Older macOS with non-Apple GCC chokes on inline in system headers
+   # using c89 mode as injected by cflags.SH
+   [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \
+   append-cflags -Dinline=__inline__
+
# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.

diff --git a/dev-lang/perl/perl-5.28..ebuild 
b/dev-lang/perl/perl-5.28..ebuild
index c990d1af72b..a88e2d54acf 100644
--- a/dev-lang/perl/perl-5.28..ebuild
+++ b/dev-lang/perl/perl-5.28..ebuild
@@ -458,6 +458,11 @@ src_configure() {
[[ ${CHOST} == *-darwin* ]] && \
myconf "-Dld=env 
MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} $(tc-getCC)"
 
+   # Older macOS with non-Apple GCC chokes on inline in system headers
+   # using c89 mode as injected by cflags.SH
+   [[ ${CHOST} == *-darwin* && ${CHOST##*darwin} -le 9 ]] && tc-is-gcc && \
+   append-cflags -Dinline=__inline__
+
# Prefix: the host system needs not to follow Gentoo multilib stuff, 
and in
# Prefix itself we don't do multilib either, so make sure perl can find
# something compatible.



[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2018-12-11 Thread Andrey Utkin
commit: bea60d2300899cb8002f13d7cf71800d7be52f95
Author: Andrey Utkin  gentoo  org>
AuthorDate: Tue Dec 11 14:05:35 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Tue Dec 11 15:01:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea60d23

net-wireless/hostapd: add new revision 2.7-r1

Cloned from 2.7 verbatim, for further changes.

Package-Manager: Portage-2.3.49, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 net-wireless/hostapd/hostapd-2.7-r1.ebuild | 262 +
 1 file changed, 262 insertions(+)

diff --git a/net-wireless/hostapd/hostapd-2.7-r1.ebuild 
b/net-wireless/hostapd/hostapd-2.7-r1.ebuild
new file mode 100644
index 000..6e23c9c8295
--- /dev/null
+++ b/net-wireless/hostapd/hostapd-2.7-r1.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs eutils systemd savedconfig
+
+DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
+HOMEPAGE="http://w1.fi";
+EXTRAS_VER="2.6-r5"
+EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
+SRC_URI="https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz";
+
+if [[ $PV ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://w1.fi/hostap.git";
+else
+   if [[ $PV =~ ^.*_p[0-9]{8}$ ]]; then
+   SRC_URI+=" 
https://dev.gentoo.org/~andrey_utkin/distfiles/${P}.tar.xz";
+   else
+   SRC_URI+=" https://w1.fi/releases/${P}.tar.gz";
+   fi
+   # Never stabilize snapshot ebuilds please
+   KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="internal-tls ipv6 libressl logwatch netlink sqlite +wps +crda"
+
+DEPEND="
+   libressl? ( dev-libs/libressl:0= )
+   !libressl? (
+   internal-tls? ( dev-libs/libtommath )
+   !internal-tls? ( dev-libs/openssl:0=[-bindist] )
+   )
+   kernel_linux? (
+   dev-libs/libnl:3
+   crda? ( net-wireless/crda )
+   )
+   netlink? ( net-libs/libnfnetlink )
+   sqlite? ( >=dev-db/sqlite-3 )"
+
+RDEPEND="${DEPEND}"
+
+S="${S}/${PN}"
+
+pkg_pretend() {
+   if use internal-tls; then
+   if use libressl; then
+   elog "libressl flag takes precedence over internal-tls"
+   else
+   ewarn "internal-tls implementation is experimental and 
provides fewer features"
+   fi
+   fi
+}
+
+src_unpack() {
+   # Override default one because we need the SRC_URI ones even in case of 
 ebuilds
+   default
+   if [[ ${PV} ==  ]] ; then
+   git-r3_src_unpack
+   fi
+}
+
+src_prepare() {
+   # Allow users to apply patches to src/drivers for example,
+   # i.e. anything outside ${S}/${PN}
+   pushd ../ >/dev/null || die
+   default
+   popd >/dev/null || die
+
+   sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \
+   "${S}/hostapd.conf" || die
+}
+
+src_configure() {
+   local CONFIG="${S}/.config"
+
+   restore_config "${CONFIG}"
+   if [[ -f "${CONFIG}" ]]; then
+   default_src_configure
+   return 0
+   fi
+
+   # toolchain setup
+   echo "CC = $(tc-getCC)" > ${CONFIG}
+
+   # EAP authentication methods
+   echo "CONFIG_EAP=y" >> ${CONFIG}
+   echo "CONFIG_ERP=y" >> ${CONFIG}
+   echo "CONFIG_EAP_MD5=y" >> ${CONFIG}
+
+   if use internal-tls && ! use libressl; then
+   echo "CONFIG_TLS=internal" >> ${CONFIG}
+   else
+   # SSL authentication methods
+   echo "CONFIG_EAP_FAST=y" >> ${CONFIG}
+   echo "CONFIG_EAP_TLS=y" >> ${CONFIG}
+   echo "CONFIG_EAP_TTLS=y" >> ${CONFIG}
+   echo "CONFIG_EAP_MSCHAPV2=y" >> ${CONFIG}
+   echo "CONFIG_EAP_PEAP=y" >> ${CONFIG}
+   echo "CONFIG_TLSV11=y" >> ${CONFIG}
+   echo "CONFIG_TLSV12=y" >> ${CONFIG}
+   echo "CONFIG_EAP_PWD=y" >> ${CONFIG}
+   fi
+
+   if use wps; then
+   # Enable Wi-Fi Protected Setup
+   echo "CONFIG_WPS=y" >> ${CONFIG}
+   echo "CONFIG_WPS2=y" >> ${CONFIG}
+   echo "CONFIG_WPS_UPNP=y" >> ${CONFIG}
+   echo "CONFIG_WPS_NFC=y" >> ${CONFIG}
+   einfo "Enabling Wi-Fi Protected Setup support"
+   fi
+
+   echo "CONFIG_EAP_IKEV2=y" >> ${CONFIG}
+   echo "CONFIG_EAP_TNC=y" >> ${CONFIG}
+   echo "CONFIG_EAP_GTC=y" >> ${CONFIG}
+   echo "CONFIG_EAP_SIM=y" >> ${CONFIG}
+   echo "CONFIG_EAP_AKA=y" >> ${CONFIG}
+   echo "CONFIG_EAP_AKA_PRIME=y" >> ${CONFIG}
+   echo "CONFIG_EAP_EKE=y" >> ${CONFIG}
+   echo "CONFIG_EAP_PAX=y" >> ${CONFIG}
+   echo "CONFIG_EAP_PSK=y" >> ${CONFIG}
+   echo "CONFIG_EAP_SAKE=y" >> ${CONFIG}
+   echo "CONFIG_EAP_GPSK=y" >> ${CONFIG}
+   echo "

[gentoo-commits] repo/gentoo:master commit in: net-wireless/hostapd/

2018-12-11 Thread Andrey Utkin
commit: dc294064e2abe741f6f57fe74d1e208479db8e23
Author: Andrey Utkin  gentoo  org>
AuthorDate: Tue Dec 11 15:01:06 2018 +
Commit: Andrey Utkin  gentoo  org>
CommitDate: Tue Dec 11 15:01:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc294064

net-wireless/hostapd: 2.7-r1: fix USE=libressl

Bug: https://bugs.gentoo.org/672834
Package-Manager: Portage-2.3.49, Repoman-2.3.12
Signed-off-by: Andrey Utkin  gentoo.org>

 net-wireless/hostapd/Manifest  | 1 +
 net-wireless/hostapd/hostapd-2.7-r1.ebuild | 6 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest
index 9178a6f26cb..eb0f21c7ece 100644
--- a/net-wireless/hostapd/Manifest
+++ b/net-wireless/hostapd/Manifest
@@ -3,3 +3,4 @@ DIST hostapd-2.6_p20180822.tar.xz 2912628 BLAKE2B 
df102e2ee8fbfaf83050264fcd0374
 DIST hostapd-2.7.tar.gz 2101166 BLAKE2B 
4e88b7f0d2c57a02edf4214bb35efa08e87a2cbdac4eda9934a40b09f8c046da6cca1250fe5714cb403eb81739bd99e04ea5a9fad62e47bcee4d72106170905d
 SHA512 
1c9a210dfffb951fb667be19aa44ad8c66dccd2aed26cdab939185923550e3c1998a678ebe6975e560e1b3385bff2098f1b2cb773452ba66fb35246fdd3eb2c1
 DIST net-wireless_hostapd_2.6-r5_extras.tar.xz 10648 BLAKE2B 
fef02c9fbc9b6bce662f7d569a56450371bc1e9c5cd34a7cf4fc0220bb8239214604806f3edfde87fd45c7cf07bab9cf16a6c215c1bfa3161ba4361e4b295981
 SHA512 
cf818854e7af6562a163b5a61d63f4fa1284905f5803abe4ef97a6743b74ce2d28c818aa462d843448146226b9c5c9578b6c69ffad2d4fb8a62777cd5d353e70
 DIST net-wireless_hostapd_2.6-r6_extras.tar.xz 11156 BLAKE2B 
62205070d4dd081d4149616f1abb4f84105c77433464dc9fea41a3fa9f58cc09af99b4e661865e77759d33e38c8a5647537c0098e772f032a368b82be709
 SHA512 
c21155e16ef931e431cca54c0f83567915b511d7abe42a5b4a4475d40eda3616eb017f0a669fd7326bc4f410f9a8e174fb8e0619cb32631ab1ca22e6fad2c612
+DIST net-wireless_hostapd_2.7-r1_extras.tar.xz 1792 BLAKE2B 
865d0170743432bf47bf3912316ae817bfea87ffa98df9cee77c0c366ffd2673d51b2d4e7b30339b3ad7abdcaa3addf9cd7ad9db51925ae8809d31888ec02445
 SHA512 
abea295f0b46b03ee829a3cecf1e89f1678f5bf326ad185d939f23e69e440544860ebafedc1b5b1a3b57c73709b6bb7bf45c4a45f9d58f8adeb7424946f34841

diff --git a/net-wireless/hostapd/hostapd-2.7-r1.ebuild 
b/net-wireless/hostapd/hostapd-2.7-r1.ebuild
index 6e23c9c8295..a7e0d6678cb 100644
--- a/net-wireless/hostapd/hostapd-2.7-r1.ebuild
+++ b/net-wireless/hostapd/hostapd-2.7-r1.ebuild
@@ -7,7 +7,7 @@ inherit toolchain-funcs eutils systemd savedconfig
 
 DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon"
 HOMEPAGE="http://w1.fi";
-EXTRAS_VER="2.6-r5"
+EXTRAS_VER="2.7-r1"
 EXTRAS_NAME="${CATEGORY}_${PN}_${EXTRAS_VER}_extras"
 SRC_URI="https://dev.gentoo.org/~andrey_utkin/distfiles/${EXTRAS_NAME}.tar.xz";
 
@@ -43,6 +43,10 @@ DEPEND="
 
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${WORKDIR}/${EXTRAS_NAME}/0001-bug672834-libressl.patch"
+)
+
 S="${S}/${PN}"
 
 pkg_pretend() {



[gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/files/

2018-12-11 Thread Gilles Dartiguelongue
commit: c24fa3d782ee8fda6faa3e5dc06c2feb654d6a59
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Dec 11 15:22:46 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Dec 11 15:23:43 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c24fa3d7

gnome-base/nautilus: one more typo fix for tracker patch

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch 
b/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch
index d02ebe7c..96f89722 100644
--- a/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch
+++ b/gnome-base/nautilus/files/3.26.4-tracker-support-optional.patch
@@ -1,4 +1,4 @@
-From 75c1aca1128bf29c9d195abfb8184f8c20b05b15 Mon Sep 17 00:00:00 2001
+From 0008d41d0b3d75ba01ffa2ebfc2cfb9055f60f78 Mon Sep 17 00:00:00 2001
 From: Gilles Dartiguelongue 
 Date: Sun, 27 May 2018 13:54:38 +0200
 Subject: [PATCH] Make tracker support optional
@@ -62,7 +62,7 @@ index c934dd8b1..0c23c7921 100644
  type: 'boolean',
  value: false,
 diff --git a/src/meson.build b/src/meson.build
-index cc08345d8..40f337cde 100644
+index cc08345d8..8ea10b16b 100644
 --- a/src/meson.build
 +++ b/src/meson.build
 @@ -254,12 +254,6 @@ libnautilus_sources = [
@@ -90,7 +90,7 @@ index cc08345d8..40f337cde 100644
  nautilus_deps += exempi
  endif
  
-+if get_option ('tracker') != 'disabled'
++if get_option ('tracker')
 +libnautilus_sources += [
 +'nautilus-batch-rename-dialog.c',
 +'nautilus-batch-rename-dialog.h',



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

2018-12-11 Thread Mike Gilbert
commit: 6a26ad136ff060c3e0b9b4bce3a907929770d1c6
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Dec 11 15:30:18 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 11 15:30:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a26ad13

virtual/libusb: promote base-system to primary maintainer

Also drop proxy-maint. This matches dev-libs/libusb.

Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert  gentoo.org>

 virtual/libusb/metadata.xml | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/virtual/libusb/metadata.xml b/virtual/libusb/metadata.xml
index b5bff99d308..dbf5b2b5049 100644
--- a/virtual/libusb/metadata.xml
+++ b/virtual/libusb/metadata.xml
@@ -1,16 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   pe...@stuge.se
-   Peter Stuge
-   

base-sys...@gentoo.org
Gentoo Base System

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
+   
+   pe...@stuge.se
+   Peter Stuge

 



[gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/, profiles/base/

2018-12-11 Thread Michał Górny
commit: ee8808a12ccc4fbe0ee4e81ea910a9a29c66a85c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:59:21 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8808a1

media-video/ffmpeg: [QA] Punt removed schreodinger dep

Signed-off-by: Michał Górny  gentoo.org>

 media-video/ffmpeg/ffmpeg-3.2.6.ebuild | 3 +--
 media-video/ffmpeg/ffmpeg-3.2.7.ebuild | 3 +--
 media-video/ffmpeg/ffmpeg-3.3.4.ebuild | 3 +--
 media-video/ffmpeg/ffmpeg-3.3.6.ebuild | 3 +--
 media-video/ffmpeg/ffmpeg-3.3.8.ebuild | 3 +--
 media-video/ffmpeg/metadata.xml| 1 -
 profiles/base/package.use.mask | 1 -
 7 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
index 51bc4aba9a9..a6291d34e90 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild
@@ -75,7 +75,7 @@ FFMPEG_FLAG_MAP=(
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm
mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
-   schroedinger:libschroedinger speex:libspeex vorbis:libvorbis 
vpx:libvpx
+   speex:libspeex vorbis:libvorbis vpx:libvpx
zvbi:libzvbi
# libavfilter options
bs2b:libbs2b chromaprint ebur128:libebur128 flite:libflite 
frei0r
@@ -217,7 +217,6 @@ RDEPEND="
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] )
samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] )
-   schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] 
)
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
index 326439232c9..ac8492a79df 100644
--- a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild
@@ -75,7 +75,7 @@ FFMPEG_FLAG_MAP=(
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm
mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
-   schroedinger:libschroedinger speex:libspeex vorbis:libvorbis 
vpx:libvpx
+   speex:libspeex vorbis:libvorbis vpx:libvpx
zvbi:libzvbi
# libavfilter options
bs2b:libbs2b chromaprint ebur128:libebur128 flite:libflite 
frei0r
@@ -217,7 +217,6 @@ RDEPEND="
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] )
samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] )
-   schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] 
)
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )

diff --git a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
index f6b827597e8..d55a0875bac 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild
@@ -75,7 +75,7 @@ FFMPEG_FLAG_MAP=(
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
jpeg2k:libopenjpeg bluray:libbluray gme:libgme gsm:libgsm
mmal modplug:libmodplug opus:libopus libilbc librtmp ssh:libssh
-   schroedinger:libschroedinger speex:libspeex vorbis:libvorbis 
vpx:libvpx
+   speex:libspeex vorbis:libvorbis vpx:libvpx
zvbi:libzvbi
# libavfilter options
bs2b:libbs2b chromaprint flite:libflite frei0r
@@ -233,7 +233,6 @@ RDEPEND="
librtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
rubberband? ( >=media-libs/rubberband-1.8.1-r1[${MULTILIB_USEDEP}] )
samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] )
-   schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] 
)
sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] )
sofalizer? (
>=sci-libs/netcdf-4.3.2-r1[hdf5]

diff --git a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild 
b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
index 5e1f935e172..c86f3c9aece 100644
--- a/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
+++ b/media-video/ffmpeg/ffmpeg-3.3.6.ebuild
@@ -75,7 +75,7 @@ FFMPEG_FLAG_MAP=(
amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
   

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

2018-12-11 Thread Michał Górny
commit: 708354fc2754361aea109fdb2a88679c7f1c081f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:52:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708354fc

app-emulation/vkd3d: [QA] Clean obsolete <=vulkan-loader dep

Signed-off-by: Michał Górny  gentoo.org>

 app-emulation/vkd3d/vkd3d-1.0.ebuild  | 7 ++-
 app-emulation/vkd3d/vkd3d-.ebuild | 7 ++-
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/app-emulation/vkd3d/vkd3d-1.0.ebuild 
b/app-emulation/vkd3d/vkd3d-1.0.ebuild
index 2adf5f15608..adf1fb7481d 100644
--- a/app-emulation/vkd3d/vkd3d-1.0.ebuild
+++ b/app-emulation/vkd3d/vkd3d-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,10 +22,7 @@ RDEPEND="spirv-tools? ( 
dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
 
 DEPEND="${RDEPEND}
dev-util/spirv-headers
-   || (
-   dev-util/vulkan-headers
-   
<=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
-  )"
+   dev-util/vulkan-headers"
 
 DESCRIPTION="D3D12 to Vulkan translation library"
 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/";

diff --git a/app-emulation/vkd3d/vkd3d-.ebuild 
b/app-emulation/vkd3d/vkd3d-.ebuild
index 2adf5f15608..adf1fb7481d 100644
--- a/app-emulation/vkd3d/vkd3d-.ebuild
+++ b/app-emulation/vkd3d/vkd3d-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,10 +22,7 @@ RDEPEND="spirv-tools? ( 
dev-util/spirv-tools:=[${MULTILIB_USEDEP}] )
 
 DEPEND="${RDEPEND}
dev-util/spirv-headers
-   || (
-   dev-util/vulkan-headers
-   
<=media-libs/vulkan-loader-1.1.70.0-r999[${MULTILIB_USEDEP}]
-  )"
+   dev-util/vulkan-headers"
 
 DESCRIPTION="D3D12 to Vulkan translation library"
 HOMEPAGE="https://source.winehq.org/git/vkd3d.git/";



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-libs/mediastreamer/

2018-12-11 Thread Michał Górny
commit: b404c2ee2e7aab1f5826a69f8ddbbf708015f704
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:55:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b404c2ee

media-libs/mediastreamer: [QA] Punt removed silk support

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild | 3 +--
 media-libs/mediastreamer/metadata.xml  | 1 -
 profiles/base/package.use.mask | 4 
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild 
b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild
index 21fa421ab66..f600c88f581 100644
--- a/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild
+++ b/media-libs/mediastreamer/mediastreamer-2.9.0-r2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ppc ppc64 x86"
 # TODO: run-time test for ipv6: does it really need ortp[ipv6] ?
 IUSE="+alsa amr bindist coreaudio debug doc examples +filters g726 g729 gsm 
ilbc
ipv6 libav ntp-timestamp opengl opus +ortp oss pcap portaudio 
pulseaudio sdl
-   silk +speex static-libs test theora upnp v4l video x264 X"
+   +speex static-libs test theora upnp v4l video x264 X"
 
 REQUIRED_USE="|| ( oss alsa portaudio coreaudio pulseaudio )
opengl? ( video )
@@ -72,7 +72,6 @@ PDEPEND="
amr? ( !bindist? ( media-plugins/mediastreamer-amr ) )
g729? ( !bindist? ( media-plugins/mediastreamer-bcg729 ) )
ilbc? ( media-plugins/mediastreamer-ilbc )
-   silk? ( !bindist? ( media-plugins/mediastreamer-silk ) )
video? ( x264? ( media-plugins/mediastreamer-x264 ) )
 "
 

diff --git a/media-libs/mediastreamer/metadata.xml 
b/media-libs/mediastreamer/metadata.xml
index 4f26788fccd..dd4bdefeb44 100644
--- a/media-libs/mediastreamer/metadata.xml
+++ b/media-libs/mediastreamer/metadata.xml
@@ -15,7 +15,6 @@
packet
Enable usage of 
net-libs/ortp
Enable usage of 
net-libs/libpcap
-   Use silk (skype protocol) codec plugin
Enable video support

 

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 7c2451a16a8..961109f8df4 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -53,10 +53,6 @@ mate-extra/mate-power-manager pm-utils
 media-video/ffmpeg schroedinger
 media-video/libav schroedinger
 
-# Pacho Ramos  (04 Nov 2018)
-# media-plugins/mediastreamer-silk will be removed (#599580)
-media-libs/mediastreamer silk
-
 # Pacho Ramos  (04 Nov 2018)
 # cman and co. are going to be removed (#650738)
 sys-cluster/pacemaker cman



[gentoo-commits] repo/gentoo:master commit in: profiles/base/, media-video/libav/, profiles/arch/arm64/, profiles/arch/ia64/, ...

2018-12-11 Thread Michał Górny
commit: dedcd185fea5d61b3c908a360788c8f4bab61432
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 15:01:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedcd185

media-video/libav: [QA] Punt removed schroedinger dep

Signed-off-by: Michał Górny  gentoo.org>

 media-video/libav/libav-12.3.ebuild   | 6 ++
 media-video/libav/libav-13_pre20171219.ebuild | 8 +++-
 media-video/libav/libav-.ebuild   | 6 ++
 media-video/libav/metadata.xml| 1 -
 profiles/arch/alpha/use.mask  | 3 +--
 profiles/arch/arm64/use.mask  | 1 -
 profiles/arch/ia64/use.mask   | 1 -
 profiles/arch/powerpc/use.mask| 5 +
 profiles/arch/sparc/use.mask  | 3 +--
 profiles/base/package.use.mask| 4 
 10 files changed, 10 insertions(+), 28 deletions(-)

diff --git a/media-video/libav/libav-12.3.ebuild 
b/media-video/libav/libav-12.3.ebuild
index bdf3f3bd00d..043a37a0eaf 100644
--- a/media-video/libav/libav-12.3.ebuild
+++ b/media-video/libav/libav-12.3.ebuild
@@ -33,7 +33,7 @@ SLOT="0/12"
 [[ ${PV} == * ]] || KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc 
ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc 
+encode faac fdk
frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k 
libressl mp3
-   +network nvidia openssl opus oss pic pulseaudio rtmp schroedinger sdl 
speex ssl
+   +network nvidia openssl opus oss pic pulseaudio rtmp sdl speex ssl
static-libs test theora threads tools truetype twolame v4l vaapi vdpau 
vorbis vpx X
wavpack webp x264 x265 xvid +zlib"
 
@@ -96,7 +96,6 @@ RDEPEND="
!openssl? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] )
)
sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] )
-   schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] 
)
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
fontconfig? ( >=media-libs/fontconfig-2.10[${MULTILIB_USEDEP}] )
@@ -113,7 +112,6 @@ DEPEND="${RDEPEND}
ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
cpu_flags_x86_mmx? ( dev-lang/yasm )
rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-   schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
test? ( sys-devel/bc )
truetype? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
@@ -240,7 +238,7 @@ multilib_src_configure() {
# Decoders
use amr && myconf+=( --enable-libopencore-amrwb 
--enable-libopencore-amrnb )
use fdk && myconf+=( --enable-nonfree --enable-libfdk-aac )
-   uses="gsm opus rtmp schroedinger speex vpx"
+   uses="gsm opus rtmp speex vpx"
for i in ${uses}; do
use ${i} && myconf+=( --enable-lib${i} )
done

diff --git a/media-video/libav/libav-13_pre20171219.ebuild 
b/media-video/libav/libav-13_pre20171219.ebuild
index 6bd86f8e6d1..899dd07f7e1 100644
--- a/media-video/libav/libav-13_pre20171219.ebuild
+++ b/media-video/libav/libav-13_pre20171219.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,7 +32,7 @@ SLOT="0/13"
 ~x64-solaris ~x86-solaris"
 IUSE="aac alsa amr bs2b +bzip2 cdio cpudetection custom-cflags debug doc 
+encode faac fdk
frei0r fontconfig +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k 
libressl mp3
-   +network openssl opus oss pic pulseaudio rtmp schroedinger sdl speex ssl
+   +network openssl opus oss pic pulseaudio rtmp sdl speex ssl
static-libs test theora threads tools truetype twolame v4l vaapi vdpau 
vorbis vpx X
wavpack webp x264 x265 xvid +zlib"
 
@@ -94,7 +94,6 @@ RDEPEND="
!openssl? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] )
)
sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] )
-   schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] 
)
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
fontconfig? ( >=media-libs/fontconfig-2.10[${MULTILIB_USEDEP}] )
@@ -111,7 +110,6 @@ DEPEND="${RDEPEND}
ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 )
rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
-   schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USE

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/sparc/, profiles/base/, profiles/prefix/darwin/, ...

2018-12-11 Thread Michał Górny
commit: 1d4dc6f51762e22882f591fe251a115e5209cc7d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 15:11:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4dc6f5

sys-fs/lvm2: [QA] Punt removed cman/clvm support

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/alpha/use.mask|  5 -
 profiles/arch/arm/use.mask  |  5 -
 profiles/arch/arm64/use.mask|  5 -
 profiles/arch/ia64/use.mask |  5 -
 profiles/arch/m68k/use.mask |  5 -
 profiles/arch/mips/use.mask |  5 -
 profiles/arch/powerpc/use.mask  |  5 -
 profiles/arch/s390/use.mask |  5 -
 profiles/arch/sh/use.mask   |  5 -
 profiles/arch/sparc/use.mask|  5 -
 profiles/base/package.use.mask  |  4 
 profiles/prefix/aix/use.mask|  2 --
 profiles/prefix/darwin/use.mask |  2 --
 profiles/prefix/mint/use.mask   |  2 --
 profiles/prefix/sunos/use.mask  |  2 --
 sys-fs/lvm2/lvm2-2.02.116.ebuild| 34 
 sys-fs/lvm2/lvm2-2.02.145-r2.ebuild | 44 -
 sys-fs/lvm2/lvm2-2.02.181.ebuild| 44 -
 sys-fs/lvm2/metadata.xml|  4 
 19 files changed, 12 insertions(+), 176 deletions(-)

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 007d05cb443..ff35f503954 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -167,11 +167,6 @@ entropy
 # media-libs/xine-lib is not keyworded
 xine
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 template_haskell
 
 # nvidia cg toolkit for binary drivers

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index 21512a6fcc7..fdcce322d47 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -141,11 +141,6 @@ audit
 # media-libs/xine-lib is not keyworded
 xine
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 # Michał Górny  (4 May 2013)
 # Unmask systemd since it is keyworded here.
 -systemd

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index 67dc0c017e2..814305d3b52 100644
--- a/profiles/arch/arm64/use.mask
+++ b/profiles/arch/arm64/use.mask
@@ -231,8 +231,3 @@ audit
 # Alexandre Rostovtsev  (31 Dec 2012)
 # media-libs/xine-lib is not keyworded
 xine
-
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index b1d086ed1a6..99163c25200 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -171,11 +171,6 @@ connman
 # media-libs/xine-lib is not keyworded
 xine
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 template_haskell
 
 # toolkit for nvidia binary drivers

diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask
index 5bd683cd03f..18076f80ec2 100644
--- a/profiles/arch/m68k/use.mask
+++ b/profiles/arch/m68k/use.mask
@@ -81,11 +81,6 @@ pango
 avahi
 zeroconf
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 # Chí-Thanh Christopher Nguyễn  (22 Aug 2013)
 # virtual/opencl is not keyworded
 opencl

diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask
index 412f5c7d5e6..38ab80768db 100644
--- a/profiles/arch/mips/use.mask
+++ b/profiles/arch/mips/use.mask
@@ -299,11 +299,6 @@ fluidsynth
 -fixed-point
 -loongson2f
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 # Chí-Thanh Christopher Nguyễn  (22 Aug 2013)
 # virtual/opencl is not keyworded
 opencl

diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
index a934f5e54a2..04daf4e5cf2 100644
--- a/profiles/arch/powerpc/use.mask
+++ b/profiles/arch/powerpc/use.mask
@@ -145,11 +145,6 @@ nvtt
 # fdk-aac is already keyworded here
 -fdk
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 # Pacho Ramos  (08 Jan 2014)
 # Unmask systemd since it is keyworded here.
 -systemd

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index 087b0c6aeb4..e69c27dbeca 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -84,11 +84,6 @@ sdl
 lm_sensors
 wxwidgets
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 # Many X drivers make no sense on this platform.
 input_devices_elographics
 input_devices_evdev

diff --git a/profiles/arch/sh/use.mask b/profiles/arch/sh/use.mask
index 30d6147d1ed..edb70c15d02 100644
--- a/profiles/arch/sh/use.mask
+++ b/profiles/arch/sh/use.mask
@@ -112,11 +112,6 @@ nss
 # Robin H. Johnson 
 audit
 
-# Samuli Suominen  (18 Jan 2013)
-# libdlm and cman are not keyworded
-cman
-clvm
-
 # Chí-Thanh Ch

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/pacemaker/, profiles/base/

2018-12-11 Thread Michał Górny
commit: e473547029f5b8fd9b0c1faa6dc33ea29d0e2024
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 15:04:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4735470

sys-cluster/pacemaker: [QA] Punt removed cman dep

Signed-off-by: Michał Górny  gentoo.org>

 profiles/base/package.use.mask| 4 
 sys-cluster/pacemaker/metadata.xml| 1 -
 sys-cluster/pacemaker/pacemaker-1.1.16.ebuild | 8 +++-
 sys-cluster/pacemaker/pacemaker-1.1.19.ebuild | 8 +++-
 4 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 468c52ff905..5ec2c69b9cc 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -48,10 +48,6 @@ sci-libs/ceres-solver sparse
 # upower-pm-utils will be removed (#596988)
 mate-extra/mate-power-manager pm-utils
 
-# Pacho Ramos  (04 Nov 2018)
-# cman and co. are going to be removed (#650738)
-sys-cluster/pacemaker cman
-
 # Pacho Ramos  (01 Nov 2018)
 # cman and co. are going to be removed (#650738)
 sys-fs/lvm2 cman clvm

diff --git a/sys-cluster/pacemaker/metadata.xml 
b/sys-cluster/pacemaker/metadata.xml
index fd2bc1c6902..4548b53178e 100644
--- a/sys-cluster/pacemaker/metadata.xml
+++ b/sys-cluster/pacemaker/metadata.xml
@@ -12,7 +12,6 @@
capabilities provided by your preferred cluster infrastructure 
(either OpenAIS or Heartbeat).


-   Enable cman support.
Enable sys-cluster/heartbeat 
support.
Enable SMTP support via 
net-libs/libesmtp


diff --git a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild 
b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild
index a1744825da2..019e2630039 100644
--- a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild
+++ b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild
@@ -16,8 +16,7 @@ 
SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 hppa x86"
-REQUIRED_USE="cman? ( !heartbeat )"
-IUSE="acl cman heartbeat smtp snmp static-libs"
+IUSE="acl heartbeat smtp snmp static-libs"
 
 DEPEND="${PYTHON_DEPS}
app-text/docbook-xsl-stylesheets
@@ -25,7 +24,6 @@ DEPEND="${PYTHON_DEPS}
sys-cluster/cluster-glue
>=sys-cluster/libqb-0.14.0
sys-cluster/resource-agents
-   cman? ( sys-cluster/cman )
heartbeat? ( >=sys-cluster/heartbeat-3.0.0 )
!heartbeat? ( sys-cluster/corosync )
smtp? ( net-libs/libesmtp )
@@ -58,8 +56,8 @@ src_configure() {
--disable-dependency-tracking \
--disable-fatal-warnings \
$(use_with acl) \
-   $(use_with cman cs-quorum) \
-   $(use_with cman cman) \
+   --without-cs-quorum \
+   --without-cman \
$(use_with heartbeat) \
$(use_with smtp esmtp) \
$(use_with snmp) \

diff --git a/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild 
b/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild
index d53ebabf723..610fa658e5f 100644
--- a/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild
+++ b/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild
@@ -16,8 +16,7 @@ 
SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
-REQUIRED_USE="cman? ( !heartbeat )"
-IUSE="acl cman heartbeat smtp snmp static-libs"
+IUSE="acl heartbeat smtp snmp static-libs"
 
 DEPEND="${PYTHON_DEPS}
app-text/docbook-xsl-stylesheets
@@ -25,7 +24,6 @@ DEPEND="${PYTHON_DEPS}
sys-cluster/cluster-glue
>=sys-cluster/libqb-0.14.0
sys-cluster/resource-agents
-   cman? ( sys-cluster/cman )
heartbeat? ( >=sys-cluster/heartbeat-3.0.0 )
!heartbeat? ( sys-cluster/corosync )
smtp? ( net-libs/libesmtp )
@@ -58,8 +56,8 @@ src_configure() {
--disable-dependency-tracking \
--disable-fatal-warnings \
$(use_with acl) \
-   $(use_with cman cs-quorum) \
-   $(use_with cman cman) \
+   --without-cs-quorum \
+   --without-cman \
$(use_with heartbeat) \
$(use_with smtp esmtp) \
$(use_with snmp) \



[gentoo-commits] repo/gentoo:master commit in: mate-extra/caja-extensions/, profiles/base/

2018-12-11 Thread Michał Górny
commit: 97e0921c172662e21cb77f25ef893e1a56f5efa0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:53:46 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e0921c

mate-extra/caja-extensions: [QA] Punt removed gksu support

Signed-off-by: Michał Górny  gentoo.org>

 mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild | 7 +++
 mate-extra/caja-extensions/metadata.xml  | 1 -
 profiles/base/package.use.mask   | 4 
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild 
b/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild
index 5f3f1dce381..5b174d4edf6 100644
--- a/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild
+++ b/mate-extra/caja-extensions/caja-extensions-1.18.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 SENDTO="cdr gajim +mail pidgin upnp"
-IUSE="gksu image-converter +open-terminal share +wallpaper xattr ${SENDTO}"
+IUSE="image-converter +open-terminal share +wallpaper xattr ${SENDTO}"
 
 COMMON_DEPEND=">=dev-libs/glib-2.36:2
>=mate-base/caja-1.17.1
@@ -35,7 +35,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.36:2
 RDEPEND="${COMMON_DEPEND}
cdr? ( >=app-cdr/brasero-2.32.1:0= )
gajim? ( net-im/gajim:0 )
-   gksu? ( x11-libs/gksu )
image-converter? (
|| (
media-gfx/imagemagick
@@ -66,7 +65,7 @@ src_configure() {
mate_src_configure \
--enable-sendto \
--with-sendto-plugins=${sendto_plugins}\
-   $(use_enable gksu) \
+   --disable-gksu \
$(use_enable image-converter) \
$(use_enable open-terminal) \
$(use_enable share) \

diff --git a/mate-extra/caja-extensions/metadata.xml 
b/mate-extra/caja-extensions/metadata.xml
index 8df0e2c59bc..5a572b72462 100644
--- a/mate-extra/caja-extensions/metadata.xml
+++ b/mate-extra/caja-extensions/metadata.xml
@@ -8,7 +8,6 @@

Add an extension to burn files to cds using 
app-cdr/brasero.
Add an extension to support 
net-im/gajim.
-   Add an extension to support opening files as 
root with gksu.
Add image conversion 
support.
Add an extension to support e-mail 
functionality.
Add an extension to support an open 
terminal.

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 96832a07b0a..3f2038676a8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -66,10 +66,6 @@ sys-cluster/pacemaker cman
 # cman and co. are going to be removed (#650738)
 sys-fs/lvm2 cman clvm
 
-# Pacho Ramos  (01 Nov 2018)
-# gksu is going to be removed (#594214)
-mate-extra/caja-extensions gksu
-
 # Alfredo Tupone  (24 Oct 2018)
 # jit brokes build of gnat-gpl
 dev-lang/gnat-gpl jit



[gentoo-commits] repo/gentoo:master commit in: media-libs/libquicktime/, profiles/base/

2018-12-11 Thread Michał Górny
commit: 96a2638125107fb67750258d5c72ace90e5b51c9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 14:54:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 15:33:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a26381

media-libs/libquicktime: [QA] Punt removed schroedinger support

Signed-off-by: Michał Górny  gentoo.org>

 media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild | 5 ++---
 media-libs/libquicktime/metadata.xml | 3 ---
 profiles/base/package.use.mask   | 1 -
 3 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild 
b/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild
index 3271cf10dd3..eaddbd6d2a7 100644
--- a/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild
+++ b/media-libs/libquicktime/libquicktime-1.2.4-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd"
-IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame libav cpu_flags_x86_mmx 
opengl png schroedinger static-libs vorbis X x264"
+IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame libav cpu_flags_x86_mmx 
opengl png static-libs vorbis X x264"
 
 RDEPEND="
sys-libs/zlib
@@ -32,7 +32,6 @@ RDEPEND="
lame? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] )
opengl? ( virtual/opengl )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
-   schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] 
)
vorbis? (
>=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
>=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
@@ -98,7 +97,7 @@ multilib_src_configure() {
$(use_with jpeg libjpeg) \
$(use_with ffmpeg) \
$(use_with png libpng) \
-   $(use_with schroedinger) \
+   --without-schroedinger \
$(use_with aac faac) \
$(use encode || echo --without-faac) \
$(use_with aac faad2) \

diff --git a/media-libs/libquicktime/metadata.xml 
b/media-libs/libquicktime/metadata.xml
index a9599b9652e..bdee16146c0 100644
--- a/media-libs/libquicktime/metadata.xml
+++ b/media-libs/libquicktime/metadata.xml
@@ -4,9 +4,6 @@

media-vi...@gentoo.org

-   
-   Enable Dirac video support (an 
advanced royalty-free video compression format) via libschroedinger (high-speed 
implementation in C of the Dirac codec)
-   

libquicktime


diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 3f2038676a8..7c2451a16a8 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -50,7 +50,6 @@ mate-extra/mate-power-manager pm-utils
 
 # Pacho Ramos  (04 Nov 2018)
 # media-libs/schroedinger will be removed (#602938)
-media-libs/libquicktime schroedinger
 media-video/ffmpeg schroedinger
 media-video/libav schroedinger
 



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

2018-12-11 Thread Michał Górny
commit: 81c21d6ead27d4cae89c245a1d09bfa184b6a276
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 16:14:56 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 16:14:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c21d6e

profiles/base: Remove obsolete mate-power-manager[pm-utils] mask

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index d33cbb7da2f..5b180147d44 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -44,10 +44,6 @@ sci-libs/ceres-solver sparse
 # Waiting for >=dev-libs/libressl-2.7 to be unmasked.
 >=app-crypt/xca-2.1.0 libressl
 
-# Pacho Ramos  (04 Nov 2018)
-# upower-pm-utils will be removed (#596988)
-mate-extra/mate-power-manager pm-utils
-
 # Alfredo Tupone  (24 Oct 2018)
 # jit brokes build of gnat-gpl
 dev-lang/gnat-gpl jit



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/s390/, profiles/base/, x11-base/xorg-drivers/, profiles/desc/, ...

2018-12-11 Thread Michał Górny
commit: cf1808147751ddb95788f2c3b30ab4d62dbe343b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 16:18:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 16:19:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf180814

x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslib

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/s390/use.mask| 3 +--
 profiles/base/use.mask | 6 +-
 profiles/default/bsd/use.mask  | 3 +--
 profiles/desc/input_devices.desc   | 3 +--
 profiles/embedded/make.defaults| 2 +-
 x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 2 --
 x11-base/xorg-drivers/xorg-drivers-1.20.ebuild | 2 --
 x11-base/xorg-drivers/xorg-drivers-.ebuild | 2 --
 8 files changed, 5 insertions(+), 18 deletions(-)

diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask
index e69c27dbeca..015b48d992e 100644
--- a/profiles/arch/s390/use.mask
+++ b/profiles/arch/s390/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
@@ -92,7 +92,6 @@ input_devices_keyboard
 input_devices_mouse
 input_devices_vmmouse
 input_devices_synaptics
-input_devices_tslib
 input_devices_wacom
 video_cards_amdgpu
 video_cards_fbdev

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index b7fada49ea9..50595c64203 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file is only for generic masks. For arch-specific masks (i.e.
@@ -8,10 +8,6 @@
 # d3d9 only works on amd64/x86.
 d3d9
 
-# Matt Turner  (02 Nov 2018)
-# xf86-input-tslib is dead and is masked for removal. Bug #664096
-input_devices_tslib
-
 # Aaron W. Swenson  (09 Sep 2018)
 # Mask PostgreSQL 12 while in (pre-)alpha.
 postgres_targets_postgres12

diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask
index 804ed3af341..b72658438e2 100644
--- a/profiles/default/bsd/use.mask
+++ b/profiles/default/bsd/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License, v2
 
 # Mart Raudsepp 
@@ -56,7 +56,6 @@ tslib
 
 # Mask Xorg-modular drivers that are Linux-specific
 input_devices_evdev
-input_devices_tslib
 input_devices_synaptics
 input_devices_vmmouse
 video_cards_vmware

diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
index f78bca56ee3..766122adf8c 100644
--- a/profiles/desc/input_devices.desc
+++ b/profiles/desc/input_devices.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation.
+# Copyright 1999-2018 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of INPUT_DEVICES USE_EXPAND flags.
@@ -32,7 +32,6 @@ roccat_ryosmk - INPUT_DEVICES setting to build driver for 
Roccat RyosMK Pro inpu
 roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro 
input devices
 roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input 
devices
 synaptics - INPUT_DEVICES setting to build driver for synaptics input devices
-tslib - INPUT_DEVICES setting to build driver for tslib input devices
 vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices
 void - INPUT_DEVICES setting to build driver for void/dummy input devices
 wacom - INPUT_DEVICES setting to build driver for wacom input devices

diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index a424cbb27e1..e0ee78c89ae 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -10,7 +10,7 @@ EBEEP_IGNORE="1"
 PORTAGE_WORKDIR_MODE="2775"
 PORTAGE_ECLASS_WARNING_ENABLE="0"
 
-INPUT_DEVICES="evdev mouse keyboard tslib"
+INPUT_DEVICES="evdev mouse keyboard"
 VIDEO_CARDS="fbdev"
 KERNEL="linux"
 USERLAND="GNU"

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
index c2382d5cb06..9f6935c15fd 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild
@@ -18,7 +18,6 @@ IUSE_INPUT_DEVICES="
input_devices_keyboard
input_devices_libinput
input_devices_mouse
-   input_devices_tslib
input_devices_vmmouse
input_devices_void
input_devices_synaptics
@@ -65,7 +64,6 @@ PDEPEND="
input_devices_keyboard?( x11-drivers/xf86-input-keyboard )
input_devices_libinput?( x11-drivers/xf86-input-libinput )
input_devices_mouse?   ( x11-drivers/xf86-input-mouse )
-   input_devices_tsli

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

2018-12-11 Thread Michał Górny
commit: 39c38c5c6b531caeb0080191129ca902a9acc6c9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 16:15:53 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 16:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c38c5c

licenses: Remove unused Ikanos license

Signed-off-by: Michał Górny  gentoo.org>

 licenses/Ikanos | 35 ---
 1 file changed, 35 deletions(-)

diff --git a/licenses/Ikanos b/licenses/Ikanos
deleted file mode 100644
index de50889dc5e..000
--- a/licenses/Ikanos
+++ /dev/null
@@ -1,35 +0,0 @@
-Copyright (2006) Ikanos Communications, Inc. 
-
-Redistribution and use in source and binary forms, with or without 
-modification, are permitted provided that the following 
-conditions are met: 
-
-* Redistribution of source code must retain the above copyright 
-notice, this list of conditions and the following disclaimer. 
-
-* Redistribution in binary form must reproduce the above 
-copyright notice, this list of conditions and the following 
-disclaimer in the documentation and/or other materials provided 
-with the distribution. 
-
-* The name of Ikanos Corporation may not be used to endorse 
-  or promote products derived from this source code without specific 
-  prior written consent of Ikanos Corporation. 
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
-USER ACKNOWLEDGES AND AGREES THAT THE PURCHASE OR USE OF THIS SOFTWARE WILL
-NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY IMPLICATION, ESTOPPEL, OR
-OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS (PATENT, COPYRIGHT, TRADE
-SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT) EMBODIED IN ANY OTHER IKANOS
-HARDWARE OR SOFTWARE EITHER SOLELY OR IN COMBINATION WITH THIS SOFTWARE. 
-



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

2018-12-11 Thread Michał Górny
commit: 3c4a62beceaf4b8b49c437ea357d792b9a1cdeb3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 11 16:15:35 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 11 16:15:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4a62be

licenses: Remove unused cmigemo license

Signed-off-by: Michał Górny  gentoo.org>

 licenses/cmigemo | 56 
 1 file changed, 56 deletions(-)

diff --git a/licenses/cmigemo b/licenses/cmigemo
deleted file mode 100644
index 84def22c71f..000
--- a/licenses/cmigemo
+++ /dev/null
@@ -1,56 +0,0 @@
-This translation is informal, and *not* officially approved by The Maintainer
-as valid.  To be completely sure of what is permitted, refer to the original
-Japanese license file in /usr/share/doc/cmigemo-${PV}/LICENSE_j.txt.
-
-TERMS AND CONDITIONS OF USE
-  The meanings of each term are defined as following.
-  This Software : C/Migemo (including binary files and source code,
-excluding data of dictionaries)
-  Illegal Actions   : Actions which are different from descriptions in
-  document or which are not in document
-  The Maintainer: An individual who posses This Software
-  (The Creator, The Copyright Holder)
-  (At the time when these conditions are created:
-  MURAOKA Taro )
-  End User  : An individual who uses or used This Software
-  Third Parties : Other individuals who do not correspond to neither
-  The Maintainer nor End User
-  (Especially including creators and copyright holders
-   of data of dictionaries)
-
-  The use of This Software is permitted to only those who accept the following
-  conditions.  If End User does not agree to them, he must stop using This
-  Software and must delete related files from his storage media.
-
-  (Conditions concerning to The Maintainer)
-  The Maintainer has the right to change these conditions.
-
-  The Maintainer has the following rights concerning to This Software.
-- The right to modify this software
-- The right to distribute This Software
-- The right to permit use of This Software
-- The right to transfer some or all of the above rights
-
-  The Maintainer has the obligation to correct Illegal Actions of This
-  Software.
-
-  The Maintainer is immuned from the loss which End Users had or the damage
-  which End Users suffered.
-
-  (Conditions according to End Users)
-  End Users have the following obligations when using This Software.
-- The obligation to pay charge according to the regulations laid 
-  down separately.
-- The obligation to protect the rights of The Maintainer
-- The obligation to protect the rights of Third Parties
-
-  End Users have the right to use This Software for any purpose as long as
-  there is no contradiction to other conditions.
-
-  (Condition according to royalty)
-  The charge for using This Software is laid down as following:
-- zero Yen
-
-  (End Of Conditions)
-  If End User does not agree to the above conditions, he must stop using This
-  Software.



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

2018-12-11 Thread Thomas Deutschmann
commit: 599c2cadead2280e522fa8dace3f7446f364e0bc
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:20:58 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599c2cad

app-admin/rsyslog: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-admin/rsyslog/Manifest |   2 -
 .../files/rsyslog-8.35.0-fix-issue2719.patch   | 241 ---
 .../files/rsyslog-8.35.0-fix-issue2726.patch   |  41 --
 app-admin/rsyslog/rsyslog-8.35.0-r1.ebuild | 440 -
 4 files changed, 724 deletions(-)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index e61c657990d..ee6db5b2743 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,8 +1,6 @@
-DIST rsyslog-8.35.0.tar.gz 2590108 BLAKE2B 
e201c1366b8ab96c070829d51de079212e82216a793eb7622aa91c66e2330981de8be547b1ee7f102ed7d8c8de054d58ba151e95238146a61fba8fe908c5f929
 SHA512 
3b8845fc057147c2dd740b3bb432e7fb101ad60be5c6bc86a2c2796bcd3f3526c617d45b9e8301388d51047a125ca18ba4ac54f8be2a13eabbbe8fb9361beecc
 DIST rsyslog-8.38.0.tar.gz 2721798 BLAKE2B 
578bc9eefce4893a9c1eb54ee7360cd9fa51b3c87ffe07a0fd5b122987f991835f603417243084de0b59286e993ad1c84237e61c44bc18457b3660668421101b
 SHA512 
9dc3bdc4ef01c2af433478e182704694cb50849d811d476a03e4ce03b3c5aecfb506e7f1c1e51fadcd63da60b067d8011b92b8c9354a688fe66f7b6ffd8f9254
 DIST rsyslog-8.39.0.tar.gz 2721560 BLAKE2B 
0680cb31d0a07e5676a5c5626e46fa174b8df08ceec49b514624ff8ffeb750bbf199f73af1d89b9dfad121a292084d75b0a1218fb33138f1d7a149fd730cb3d9
 SHA512 
f46ead433f703df4af6ddc4bbb178ea145d7d2a35ee7749c32b9889f299ba20c83ed76c246530608198e84fef1f2bf10097344c31d5df38b9e0ae47cf4bee479
 DIST rsyslog-8.40.0.tar.gz 2726022 BLAKE2B 
33f7f2018200a20b01dbfabeeab592aa09d530edd313bb13f16c47cf3f67aebd9c465af3f1e468ca3d352cd83e4f4eee567c6fd54bbaee1723bee56f4631b440
 SHA512 
3d5d4f92e37ad9bf3767d5d7fc87fcb7956656f676a9495c78abd12fe9072ec8763b50543b198308a71d5d919721fb9b84b6725dd83a9d9b8a1639d81382c0dd
-DIST rsyslog-doc-8.35.0.tar.gz 7427270 BLAKE2B 
5441080c07a8398cd5d513ba6abe0335f62762f105354105549f0440c0429c62a4f28a4cc84a71d049bc8134cd64bda2c2210a2f30fd5b94f53e0bc783e7c8d1
 SHA512 
f78d0451eef789d60f7c5ae1eed46c4a9f7a6ade73b829f65aa2373aa786b00e84e8957089532b1b652838bd9f62b41d92530276a0d27e21b8e94d5f0e4728a6
 DIST rsyslog-doc-8.38.0.tar.gz 7662314 BLAKE2B 
57a121950a3f6630e4736a1ff998e93b543389107d146ddb148ecd2702bb208d21a7f4d77f2fd958f2a56e092341fc6a24ed1cc80a910cb1adb54c65b5b2da04
 SHA512 
e28a09ae2fcddc711d2cfd31207c9862192598e49964a47b41fc8fa3ae5b1e08b7e2589fb5af859d58d4bf028574eb56cac6514401aa56cb482fa1166863e6a5
 DIST rsyslog-doc-8.39.0.tar.gz 7674833 BLAKE2B 
1526e0637c3ab9846f447dcea48efbfd17aa517c2fc875c46ac190428db6aa2a0f81f8aaed6e5b0b6991a5c13f45bc818be76c0fec0eb45628ebf48b4956
 SHA512 
a6d09d384616a264fdf6e09fa0f61bd82a42340bac426d93119e11158f293dd58f894623aca30f2137e51bf701531f07938d014c9b8ec97d0a796447de3089de
 DIST rsyslog-doc-8.40.0.tar.gz 7709769 BLAKE2B 
cda3bbd005120e7100bb36cf4c0f99d3a037525c5451ead5957f4dfe06eaceeba8fb2e266f53203bee6fae97898774ee17862a52ca1dae99aeb3534bbfadcd60
 SHA512 
2e2f37336948984a8cf0e098eb46e61fe4de6366d63a98204ecd558f4e21b7c1f222659f7bdecdd22e0a61d34c442b4734dbe72a72e8716c768a900b954d473f

diff --git a/app-admin/rsyslog/files/rsyslog-8.35.0-fix-issue2719.patch 
b/app-admin/rsyslog/files/rsyslog-8.35.0-fix-issue2719.patch
deleted file mode 100644
index 8996acd27e8..000
--- a/app-admin/rsyslog/files/rsyslog-8.35.0-fix-issue2719.patch
+++ /dev/null
@@ -1,241 +0,0 @@
-Add missing files for mmkubernetes tests
-
-Upstream bug: https://github.com/rsyslog/rsyslog/pull/2719
-
 /dev/null
-+++ b/tests/mmkubernetes-basic.out.json
-@@ -0,0 +1,110 @@
-+[{
-+  "kubernetes": {
-+"namespace_id": "namespace-name2-id",
-+"namespace_labels": {
-+  "label_1_key": "label 1 value",
-+  "label_with_empty_value": "",
-+  "label_2_key": "label 2 value"
-+},
-+"creation_timestamp": "2018-04-09T21:56:39Z",
-+"pod_id": "pod-name2-id",
-+"labels": {
-+  "custom_label": "pod-name2-label-value",
-+  "deploymentconfig": "pod-name2-dc",
-+  "component": "pod-name2-component",
-+  "label_with_empty_value": "",
-+  "deployment": "pod-name2-deployment"
-+},
-+"pod_name": "pod-name2",
-+"namespace_name": "namespace-name2",
-+"container_name": "container-name2",
-+"master_url": "http://localhost:18443";
-+  },
-+  "docker": {
-+"container_id": "id2"
-+  }
-+},
-+{
-+  "message": "a message from container 4",
-+  "CONTAINER_NAME": 
"some-prefix_container-name4_pod-name4_namespace-name4_unused4_unused44",
-+  "CONTAINER_ID_FULL": "id4",
-+  "kubernetes": {
-+"namespace_id": "namespace-name4-id",
-+"namespace_labels": {
-+  "label_1_key": "label 1 value",
-+  

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

2018-12-11 Thread Thomas Deutschmann
commit: 808eb4cfa084f3b56412dd987880bfb0e81bb928
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:39:01 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:39:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808eb4cf

dev-ruby/kpeg: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild 
b/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild
index d5485a5ce97..a54872f6487 100644
--- a/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild
+++ b/dev-ruby/kpeg/kpeg-1.1.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/evanphx/kpeg";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 PATCHES=( "${FILESDIR}/${P}-utf8.patch" )



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

2018-12-11 Thread Thomas Deutschmann
commit: 00a8d4fd2e70b1dc5865031fa05b7014b509ccd4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:20:12 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a8d4fd

app-admin/rsyslog: mark hppa stable (bug #667542)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-admin/rsyslog/rsyslog-8.38.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.38.0-r1.ebuild
index c8bdef468e9..8cd541ba555 100644
--- a/app-admin/rsyslog/rsyslog-8.38.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.38.0-r1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="amd64 arm ~arm64 ~hppa x86"
+   KEYWORDS="amd64 arm ~arm64 hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



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

2018-12-11 Thread Thomas Deutschmann
commit: 2f06f7c32332fec25878d08fb639774637b76e78
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:38:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:38:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f06f7c3

dev-ruby/json: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ruby/json/json-2.1.0.ebuild b/dev-ruby/json/json-2.1.0.ebuild
index cb9f35d02ae..ad052fcdb9d 100644
--- a/dev-ruby/json/json-2.1.0.ebuild
+++ b/dev-ruby/json/json-2.1.0.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension"
 HOMEPAGE="https://github.com/flori/json";
 LICENSE="Ruby"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="2"
 IUSE=""
 



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

2018-12-11 Thread Thomas Deutschmann
commit: 89b8628931f43a9058db75ab04d1089baba67253
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:21:25 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b86289

dev-libs/librdkafka: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/librdkafka/Manifest |  1 -
 dev-libs/librdkafka/librdkafka-0.11.4.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/dev-libs/librdkafka/Manifest b/dev-libs/librdkafka/Manifest
index 0d10c5fc79a..6cb8046324a 100644
--- a/dev-libs/librdkafka/Manifest
+++ b/dev-libs/librdkafka/Manifest
@@ -1,3 +1,2 @@
-DIST librdkafka-0.11.4.tar.gz 1900117 BLAKE2B 
3e755c91d6a2e12829ba841749977f8c05c9f243d79db64247547e4a49790e67d07f7d82633f45689dcc5f88caaef200027e6af3866de283c1de6120d7f98467
 SHA512 
6b34e7c476d328a2f8e8321f6ddcaeaf43730284bb3aaddac81c3cd9a1fa5d7f7ef7481f1093b36d89edde7b766da6cd27a9eb9a635b12b640e8a46a269bafc8
 DIST librdkafka-0.11.5.tar.gz 1984510 BLAKE2B 
55a27482275726233b5c9b39dfac1b9f34235c68600b5720c1a9dec782de6a4d7d084ad71e50857c32a93b39beacc891933e02f45162d0de144ecaadb3640c41
 SHA512 
4a8dc46ad66f23cff4d4ef2fc8daa7207bfa3e77fd3580b3f141a73b449e60ea5381e97263235b4d0d762df027a8a2cad08637d88162d9605c82d74a1e64b67c
 DIST librdkafka-0.11.6.tar.gz 1994337 BLAKE2B 
7b61e6ba02c5ed58c20e604d6765f6a57ff63ab0c61f2a4c64eff55bfb6c854ef089ac9eea9acc6d44b6abdb6d1425ff23e9d4e6037c733bc5719d6b69c74ae0
 SHA512 
9657dc53220bbff3eb44941cff2f50ab7f71a82f7486d64ea14f67eabd4abe8c67f225a752cc1f0339439a1cc512e99ade6536d087857979cd198c0102015718

diff --git a/dev-libs/librdkafka/librdkafka-0.11.4.ebuild 
b/dev-libs/librdkafka/librdkafka-0.11.4.ebuild
deleted file mode 100644
index 4e975e7bdf0..000
--- a/dev-libs/librdkafka/librdkafka-0.11.4.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Apache Kafka C/C++ client library"
-HOMEPAGE="https://github.com/edenhill/librdkafka";
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/edenhill/${PN}.git";
-
-   inherit git-r3
-else
-   SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86"
-fi
-
-LICENSE="BSD-2"
-
-# subslot = soname version
-SLOT="0/1"
-
-IUSE="lz4 sasl ssl static-libs"
-
-RDEPEND="
-   lz4? ( app-arch/lz4:=[static-libs(-)?] )
-   sasl? ( dev-libs/cyrus-sasl:= )
-   ssl? ( dev-libs/openssl:0= )
-   sys-libs/zlib
-"
-
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig
-"
-
-src_configure() {
-   tc-export CC CXX LD NM OBJDUMP PKG_CONFIG STRIP
-
-   local myeconf=(
-   --no-cache
-   --no-download
-   --disable-debug-symbols
-   $(use_enable lz4)
-   $(use_enable sasl)
-   $(usex static-libs '--enable-static' '')
-   $(use_enable ssl)
-   )
-
-   econf ${myeconf[@]}
-}
-
-src_test() {
-   emake -C tests run_local
-}
-
-src_install() {
-   local DOCS=(
-   README.md
-   CONFIGURATION.md
-   INTRODUCTION.md
-   )
-
-   default
-
-   if ! use static-libs; then
-   find "${ED}"usr/lib* -name '*.la' -o -name '*.a' -delete || die
-   fi
-}



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

2018-12-11 Thread Thomas Deutschmann
commit: de2228ceafaf9e6b18baf510b7e9faa26a75cbb4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:40:31 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:40:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2228ce

dev-ruby/rdoc: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
index fabdae5b246..dde9e95f0c1 100644
--- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
+++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/";
 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Ruby MIT"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2018-12-11 Thread Thomas Deutschmann
commit: 02094613298a7fd8eb6e8c72c4781803c8de33c5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:41:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:41:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02094613

virtual/rubygems: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 virtual/rubygems/rubygems-14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rubygems/rubygems-14.ebuild 
b/virtual/rubygems/rubygems-14.ebuild
index 7317a6d8409..97543c81e0e 100644
--- a/virtual/rubygems/rubygems-14.ebuild
+++ b/virtual/rubygems/rubygems-14.ebuild
@@ -8,7 +8,7 @@ inherit ruby-ng
 
 DESCRIPTION="Virtual ebuild for rubygems"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-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 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )



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

2018-12-11 Thread Thomas Deutschmann
commit: d810cff6e37aaf7cc999439734543edff281423f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:37:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:37:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d810cff6

dev-ruby/did_you_mean: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild 
b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
index 37da5937769..233bd4ceb3d 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.1.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/yuki24/did_you_mean";
 
 LICENSE="MIT"
 SLOT="2.4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 all_ruby_prepare() {



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

2018-12-11 Thread Thomas Deutschmann
commit: 80da05fb2c7e49a0335d20c7407a7edfb6d1b331
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:41:10 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:41:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80da05fb

dev-ruby/xmlrpc: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild 
b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
index 08608e7606f..06915ee8a7e 100644
--- a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
+++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 ruby_add_bdepend "test? ( dev-ruby/test-unit )"



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

2018-12-11 Thread Thomas Deutschmann
commit: 6a9e0ec862bcbb023238e58f7cd8ece0371d61a7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:39:44 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:39:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9e0ec8

dev-ruby/rake: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ruby/rake/rake-12.3.1.ebuild b/dev-ruby/rake/rake-12.3.1.ebuild
index b2b0ffbbaf3..ace90f24663 100644
--- a/dev-ruby/rake/rake-12.3.1.ebuild
+++ b/dev-ruby/rake/rake-12.3.1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND+=" app-arch/gzip"



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

2018-12-11 Thread Thomas Deutschmann
commit: a22fa9e6ac7779f5b1093a1867087244984d467e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:19:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22fa9e6

dev-libs/librdkafka: mark hppa stable (bug #667542)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild 
b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
index 59e3da0002c..8d19079df92 100644
--- a/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
+++ b/dev-libs/librdkafka/librdkafka-0.11.5.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ppc x86"
 fi
 
 LICENSE="BSD-2"



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

2018-12-11 Thread Thomas Deutschmann
commit: baa250bcf3887050750d33bcfda8cf41fbcd1cd2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:36:49 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:36:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa250bc

dev-lang/ruby: s390 stable (bug #661262)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-lang/ruby/ruby-2.4.5.ebuild b/dev-lang/ruby/ruby-2.4.5.ebuild
index af35e08cab8..e74052eae34 100644
--- a/dev-lang/ruby/ruby-2.4.5.ebuild
+++ b/dev-lang/ruby/ruby-2.4.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://www.ruby-lang.org/";
 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz"
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl static-libs tk xemacs"
 
 RDEPEND="



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

2018-12-11 Thread Thomas Deutschmann
commit: 2bbab8936408075202f6d7028b9903dd25722492
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:05:42 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbab893

dev-libs/librelp: bump to v1.3.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/librelp/Manifest  |  1 +
 ...lp-1.3.0-dummyclient.py-Py3-compatibility.patch | 24 ++
 dev-libs/librelp/librelp-1.3.0.ebuild  | 85 ++
 3 files changed, 110 insertions(+)

diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index 487a22d06de..ad864b14fd9 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1,3 +1,4 @@
 DIST librelp-1.2.16.tar.gz 474456 BLAKE2B 
b528aaa66e9d52d5304510f86400067e1baea44be487f8cb176aeb146924bc35af24a403e849376e74614fb060093b48a3afe9d6c5da56bbf4dc37a6740478cc
 SHA512 
54c101281c94046e4f8d6f77e73ab52874408e62c77f3dfa29ec0b294f39c216637674cc0bf1b7e04173557b3f21bfa74b7be1aafa3ff2771acd41d1d067d3a3
 DIST librelp-1.2.17.tar.gz 506426 BLAKE2B 
998d2845263655a43d0cb002c4538663047f2e07f62d6a870bf93e435c4b2d100a3cc9e4ab711233e9c1f73aedd8771e116b7c7139d2ad6d1baa7c483b2867a1
 SHA512 
4f69d3e4bc3052c0488a01def49dab16b54fc4a092e06f8776415cb1eca2282702a37497e43baf98fc038853d373116d6b58515c9ad91fae91fb3eb84706890f
 DIST librelp-1.2.18.tar.gz 506766 BLAKE2B 
939bd2279e03a6431fbdfb787aa3d62b3f622ec3248dfc7c0a0a141294c27319081092a624c328374cdba0cbd51659301a77ad41bed27ba13f47601f7a607944
 SHA512 
7193438238b7019e7a4944d6d900a1fa5a369ff8a6b97a6dca7e82b6637c0f391ec3554eeeaa285881457cb2abe72fa1a893244ec9a36cc9d2e2592d58c5462a
+DIST librelp-1.3.0.tar.gz 514470 BLAKE2B 
3e8d844d3cccd4c148036191f376ba49b3851a2c7e95361bb31a1a172ca0813caa96eb3753b2285a2547c85e073de3237a749bc64fc0fead69ab170656dcb200
 SHA512 
6e60398c68a78f4b4202a697e144f1516ff3bbb32192f745b52c77d107954febf8cb31d2e166efa96c00122f6807860ecd01084f1d3d4005336f2cb75e6461c9

diff --git 
a/dev-libs/librelp/files/librelp-1.3.0-dummyclient.py-Py3-compatibility.patch 
b/dev-libs/librelp/files/librelp-1.3.0-dummyclient.py-Py3-compatibility.patch
new file mode 100644
index 000..99ac9887f73
--- /dev/null
+++ 
b/dev-libs/librelp/files/librelp-1.3.0-dummyclient.py-Py3-compatibility.patch
@@ -0,0 +1,24 @@
+From 93c7ab4284f0609abab7cf2f9b8bdefe21fe0038 Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Tue, 11 Dec 2018 16:50:12 +0100
+Subject: [PATCH] tests: make dummyclient.py compatible with Python2 and
+ Python3
+
+Closes: https://github.com/rsyslog/librelp/issues/163
+---
+ tests/dummyclient.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/dummyclient.py b/tests/dummyclient.py
+index 6f99c79..8b0041e 100755
+--- a/tests/dummyclient.py
 b/tests/dummyclient.py
+@@ -4,7 +4,7 @@
+ import os
+ 
+ port = int(os.environ['TESTPORT'])
+-print "dummyclient info: opening and closing port " + str(port) + " without 
sending data"
++print("dummyclient info: opening and closing port " + str(port) + " without 
sending data")
+ s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
+ s.connect(("127.0.0.1", port))
+ s.close()

diff --git a/dev-libs/librelp/librelp-1.3.0.ebuild 
b/dev-libs/librelp/librelp-1.3.0.ebuild
new file mode 100644
index 000..4024aa27d04
--- /dev/null
+++ b/dev-libs/librelp/librelp-1.3.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit autotools python-any-r1
+
+DESCRIPTION="An easy to use library for the RELP protocol"
+HOMEPAGE="http://www.librelp.com/";
+SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-3+ doc? ( FDL-1.3 )"
+
+# subslot = soname version
+SLOT="0/0.4.0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+IUSE="debug doc +ssl +gnutls libressl openssl static-libs test"
+REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )
+   gnutls? ( ssl )
+   openssl? ( ssl )
+   libressl? ( openssl )"
+
+RDEPEND="ssl? (
+   gnutls? ( >=net-libs/gnutls-3.3.17.1:0= )
+   openssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )"
+
+DEPEND="ssl? (
+   gnutls? ( >=net-libs/gnutls-3.3.17.1:0= )
+   openssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )
+   )
+   test? ( ${PYTHON_DEPS} )
+   virtual/pkgconfig"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=( "${FILESDIR}"/${P}-dummyclient.py-Py3-compatibility.patch )
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   sed -i \
+   -e 's/ -g"/"/g'

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

2018-12-11 Thread Thomas Deutschmann
commit: 05e8bcff9fe506a526ba598660f9b0e5ca67823e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:22:56 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e8bcff

dev-libs/librelp: drop old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/librelp/Manifest  |   2 -
 .../librelp-1.2.16-add-new-test-certificate.patch  | 362 -
 .../files/librelp-1.2.16-fix-valgrind-usage.patch  |  27 --
 dev-libs/librelp/librelp-1.2.16.ebuild |  64 
 dev-libs/librelp/librelp-1.2.17.ebuild |  75 -
 dev-libs/librelp/librelp-1.2.18.ebuild |   2 +-
 6 files changed, 1 insertion(+), 531 deletions(-)

diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index ad864b14fd9..529bb05a24c 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1,4 +1,2 @@
-DIST librelp-1.2.16.tar.gz 474456 BLAKE2B 
b528aaa66e9d52d5304510f86400067e1baea44be487f8cb176aeb146924bc35af24a403e849376e74614fb060093b48a3afe9d6c5da56bbf4dc37a6740478cc
 SHA512 
54c101281c94046e4f8d6f77e73ab52874408e62c77f3dfa29ec0b294f39c216637674cc0bf1b7e04173557b3f21bfa74b7be1aafa3ff2771acd41d1d067d3a3
-DIST librelp-1.2.17.tar.gz 506426 BLAKE2B 
998d2845263655a43d0cb002c4538663047f2e07f62d6a870bf93e435c4b2d100a3cc9e4ab711233e9c1f73aedd8771e116b7c7139d2ad6d1baa7c483b2867a1
 SHA512 
4f69d3e4bc3052c0488a01def49dab16b54fc4a092e06f8776415cb1eca2282702a37497e43baf98fc038853d373116d6b58515c9ad91fae91fb3eb84706890f
 DIST librelp-1.2.18.tar.gz 506766 BLAKE2B 
939bd2279e03a6431fbdfb787aa3d62b3f622ec3248dfc7c0a0a141294c27319081092a624c328374cdba0cbd51659301a77ad41bed27ba13f47601f7a607944
 SHA512 
7193438238b7019e7a4944d6d900a1fa5a369ff8a6b97a6dca7e82b6637c0f391ec3554eeeaa285881457cb2abe72fa1a893244ec9a36cc9d2e2592d58c5462a
 DIST librelp-1.3.0.tar.gz 514470 BLAKE2B 
3e8d844d3cccd4c148036191f376ba49b3851a2c7e95361bb31a1a172ca0813caa96eb3753b2285a2547c85e073de3237a749bc64fc0fead69ab170656dcb200
 SHA512 
6e60398c68a78f4b4202a697e144f1516ff3bbb32192f745b52c77d107954febf8cb31d2e166efa96c00122f6807860ecd01084f1d3d4005336f2cb75e6461c9

diff --git 
a/dev-libs/librelp/files/librelp-1.2.16-add-new-test-certificate.patch 
b/dev-libs/librelp/files/librelp-1.2.16-add-new-test-certificate.patch
deleted file mode 100644
index e08ee1a8049..000
--- a/dev-libs/librelp/files/librelp-1.2.16-add-new-test-certificate.patch
+++ /dev/null
@@ -1,362 +0,0 @@
-Backport of
-
-commit 8491c8a0bcbb89c03875f128ed29baf9c05c4e79
-Author: Andre Lorbach 
-AuthorDate: Mon Jun 18 09:42:26 2018 +0200
-Commit: Andre Lorbach 
-CommitDate: Mon Jun 18 09:54:37 2018 +0200
-
-testbench: added new ssl test certs (100+ years valid)
-
-diff --git a/tests/tls-basic-vg.sh b/tests/tls-basic-vg.sh
-index 2e005bc..e73a900 100755
 a/tests/tls-basic-vg.sh
-+++ b/tests/tls-basic-vg.sh
-@@ -12,13 +12,13 @@ fi
- 
- TESTPORT=20514
- echo 'Start Receiver...'
--valgrind ./receive -p $TESTPORT -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog" > 
librelp.out.log &
-+valgrind ./receive -p $TESTPORT -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog-client" 
> librelp.out.log &
- PID=$!
- 
- sleep 1
- 
- echo 'Send Message...'
--valgrind ./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog"
-+valgrind ./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog-client"
- 
- echo 'Stop Receiver...'
- kill $PID
-diff --git a/tests/tls-basic.sh b/tests/tls-basic.sh
-index 8b53b1e..b4128c3 100755
 a/tests/tls-basic.sh
-+++ b/tests/tls-basic.sh
-@@ -1,9 +1,9 @@
- #!/bin/bash
- . ${srcdir}/test-framework.sh
--startup_receiver -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog"
-+startup_receiver -T -a "name" -x ${srcdir}/tls-certs/ca.pem -y 
${srcdir}/tls-certs/cert.pem -z ${srcdir}/tls-certs/key.pem -P "rsyslog-client"
- 
- echo 'Send Message...'
--./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog"
-+./send -t 127.0.0.1 -p $TESTPORT -m "testmessage" -T -a "name" -x 
${srcdir}/tls-certs/ca.pem -y ${srcdir}/tls-certs/cert.pem -z 
${srcdir}/tls-certs/key.pem -P "rsyslog-client"
- 
- stop_receiver
- check_output "testmessage"
-diff --git a/tests/tls-certs/ca.pem b/tests/tls-certs/ca.pem
-index 6324c7d..99925c4 100644
 a/tests/tls-certs/ca.pem
-+++ b/tests/tls-certs/ca.pem
-@@ -

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

2018-12-11 Thread Thomas Deutschmann
commit: 4c5e423bbc8ce5ba504fcf637e1ea4288d50635c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:16:39 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5e423b

app-admin/rsyslog: bump to v8.40.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-admin/rsyslog/Manifest  |   2 +
 app-admin/rsyslog/rsyslog-8.40.0.ebuild | 456 
 2 files changed, 458 insertions(+)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 05b6f702c77..e61c657990d 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,6 +1,8 @@
 DIST rsyslog-8.35.0.tar.gz 2590108 BLAKE2B 
e201c1366b8ab96c070829d51de079212e82216a793eb7622aa91c66e2330981de8be547b1ee7f102ed7d8c8de054d58ba151e95238146a61fba8fe908c5f929
 SHA512 
3b8845fc057147c2dd740b3bb432e7fb101ad60be5c6bc86a2c2796bcd3f3526c617d45b9e8301388d51047a125ca18ba4ac54f8be2a13eabbbe8fb9361beecc
 DIST rsyslog-8.38.0.tar.gz 2721798 BLAKE2B 
578bc9eefce4893a9c1eb54ee7360cd9fa51b3c87ffe07a0fd5b122987f991835f603417243084de0b59286e993ad1c84237e61c44bc18457b3660668421101b
 SHA512 
9dc3bdc4ef01c2af433478e182704694cb50849d811d476a03e4ce03b3c5aecfb506e7f1c1e51fadcd63da60b067d8011b92b8c9354a688fe66f7b6ffd8f9254
 DIST rsyslog-8.39.0.tar.gz 2721560 BLAKE2B 
0680cb31d0a07e5676a5c5626e46fa174b8df08ceec49b514624ff8ffeb750bbf199f73af1d89b9dfad121a292084d75b0a1218fb33138f1d7a149fd730cb3d9
 SHA512 
f46ead433f703df4af6ddc4bbb178ea145d7d2a35ee7749c32b9889f299ba20c83ed76c246530608198e84fef1f2bf10097344c31d5df38b9e0ae47cf4bee479
+DIST rsyslog-8.40.0.tar.gz 2726022 BLAKE2B 
33f7f2018200a20b01dbfabeeab592aa09d530edd313bb13f16c47cf3f67aebd9c465af3f1e468ca3d352cd83e4f4eee567c6fd54bbaee1723bee56f4631b440
 SHA512 
3d5d4f92e37ad9bf3767d5d7fc87fcb7956656f676a9495c78abd12fe9072ec8763b50543b198308a71d5d919721fb9b84b6725dd83a9d9b8a1639d81382c0dd
 DIST rsyslog-doc-8.35.0.tar.gz 7427270 BLAKE2B 
5441080c07a8398cd5d513ba6abe0335f62762f105354105549f0440c0429c62a4f28a4cc84a71d049bc8134cd64bda2c2210a2f30fd5b94f53e0bc783e7c8d1
 SHA512 
f78d0451eef789d60f7c5ae1eed46c4a9f7a6ade73b829f65aa2373aa786b00e84e8957089532b1b652838bd9f62b41d92530276a0d27e21b8e94d5f0e4728a6
 DIST rsyslog-doc-8.38.0.tar.gz 7662314 BLAKE2B 
57a121950a3f6630e4736a1ff998e93b543389107d146ddb148ecd2702bb208d21a7f4d77f2fd958f2a56e092341fc6a24ed1cc80a910cb1adb54c65b5b2da04
 SHA512 
e28a09ae2fcddc711d2cfd31207c9862192598e49964a47b41fc8fa3ae5b1e08b7e2589fb5af859d58d4bf028574eb56cac6514401aa56cb482fa1166863e6a5
 DIST rsyslog-doc-8.39.0.tar.gz 7674833 BLAKE2B 
1526e0637c3ab9846f447dcea48efbfd17aa517c2fc875c46ac190428db6aa2a0f81f8aaed6e5b0b6991a5c13f45bc818be76c0fec0eb45628ebf48b4956
 SHA512 
a6d09d384616a264fdf6e09fa0f61bd82a42340bac426d93119e11158f293dd58f894623aca30f2137e51bf701531f07938d014c9b8ec97d0a796447de3089de
+DIST rsyslog-doc-8.40.0.tar.gz 7709769 BLAKE2B 
cda3bbd005120e7100bb36cf4c0f99d3a037525c5451ead5957f4dfe06eaceeba8fb2e266f53203bee6fae97898774ee17862a52ca1dae99aeb3534bbfadcd60
 SHA512 
2e2f37336948984a8cf0e098eb46e61fe4de6366d63a98204ecd558f4e21b7c1f222659f7bdecdd22e0a61d34c442b4734dbe72a72e8716c768a900b954d473f

diff --git a/app-admin/rsyslog/rsyslog-8.40.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.40.0.ebuild
new file mode 100644
index 000..62debd0de64
--- /dev/null
+++ b/app-admin/rsyslog/rsyslog-8.40.0.ebuild
@@ -0,0 +1,456 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit autotools eutils linux-info python-any-r1 systemd
+
+DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
+HOMEPAGE="https://www.rsyslog.com/";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git";
+
+   DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git";
+
+   inherit git-r3
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
+
+   SRC_URI="
+   https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz
+   doc? ( 
https://www.rsyslog.com/files/download/${PN}/${PN}-doc-${PV}.tar.gz )
+   "
+fi
+
+LICENSE="GPL-3 LGPL-3 Apache-2.0"
+SLOT="0"
+IUSE="curl dbi debug doc elasticsearch +gcrypt grok gnutls jemalloc kafka 
kerberos kubernetes libressl mdblookup"
+IUSE+=" mongodb mysql normalize omhttp omhttpfs omudpspoof openssl postgres 
rabbitmq redis relp rfc3195 rfc5424hmac"
+IUSE+=" snmp ssl systemd test usertools +uuid xxhash zeromq"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libfastjson-0.99.8:=
+   >=dev-libs/libestr-0.1.9
+   >=sys-libs/zlib-1.2.5
+   curl? ( >=net-misc/curl-7.35.0 )
+   dbi? ( >=dev-db/libdbi-0.8.3 )
+   elasticsearch? ( >=net-misc/curl-7.35.0 )
+   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:= )
+   gro

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

2018-12-11 Thread Thomas Deutschmann
commit: 8b846f6be8db7bb347bfe597f1f932dd6c7fa5b9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:18:55 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b846f6b

dev-libs/librelp: mark hppa stable (bug #667542)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-libs/librelp/librelp-1.2.18.ebuild 
b/dev-libs/librelp/librelp-1.2.18.ebuild
index ebb66c28009..d1bee65b63f 100644
--- a/dev-libs/librelp/librelp-1.2.18.ebuild
+++ b/dev-libs/librelp/librelp-1.2.18.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.4.0"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 hppa ~sparc x86"
 IUSE="debug doc +ssl +gnutls libressl openssl static-libs"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )
gnutls? ( ssl )



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

2018-12-11 Thread Thomas Deutschmann
commit: 6b92b3e15711123e0e9e7ce6bbeac4719ae9cb22
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:29:08 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:32:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b92b3e1

dev-lang/ruby: mark s390 stable (bug #668904)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-lang/ruby/ruby-2.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ruby/ruby-2.3.8-r1.ebuild 
b/dev-lang/ruby/ruby-2.3.8-r1.ebuild
index 6141a3902f9..b31aace2a5e 100644
--- a/dev-lang/ruby/ruby-2.3.8-r1.ebuild
+++ b/dev-lang/ruby/ruby-2.3.8-r1.ebuild
@@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2";
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
 
 RDEPEND="



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

2018-12-11 Thread Thomas Deutschmann
commit: abce9ef4709fd9b295f27955780daf379bcbc363
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:49:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:49:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abce9ef4

www-client/firefox-bin: bump to v60.4.0 ESR

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest  |  86 +++
 www-client/firefox-bin/firefox-bin-60.4.0.ebuild | 185 +++
 2 files changed, 271 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 9b5ec5693d7..16f90c4de31 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -166,6 +166,90 @@ DIST firefox-60.3.0esr-vi.xpi 528186 BLAKE2B 
a8ba777fcd1e2fe9577e63fdb0ac0698545
 DIST firefox-60.3.0esr-xh.xpi 511853 BLAKE2B 
e40dfceeba27eeafbd757a14575215448d4e4b5b64c5888695f2453806d9138f8c8d707e86bc088950167d1b696593a60937fccd7a637080e5723ca2bf7d021e
 SHA512 
b8dae2ffd96c12891ad9ebf5e5583834f1267c283a23fe861d80c244b449ebb650e2a53c83d0bc0cd269f2a57f53d87b9068db84373d6bb6add679b2e378631a
 DIST firefox-60.3.0esr-zh-CN.xpi 543582 BLAKE2B 
1be96fa611ca6114d60d2a4f4e9164c33e46c127ac62ee500a2f1d027081b4b0f15c4cc50b6fa733f0ea196412bee691b8945294e243c87236b2fb114fab254b
 SHA512 
a4bc406c2163ebaf00ba2b63466de9d2e5839bf28f011b85c7b0f89ba5ad1528511e524a3363ca58a90235a7976f99c05a0510c164b15993b80f962f4c546921
 DIST firefox-60.3.0esr-zh-TW.xpi 541908 BLAKE2B 
fe6f381d3f2949f3132dc125df597c4e135347933c52b681287f00b3eec2cfb1eea963953a08c0ece5de8d276c06b388692a53bb77c54bfa195709e7a59340fe
 SHA512 
6743eb9442e28ee924230bc8acf2dd52448532ce76bb0d6d8ea89b6e5f4d1aa4fa9388a2012636d16ae976526f154052d51340b239c04cc42ce991186d0b3b33
+DIST firefox-60.4.0esr-ach.xpi 496839 BLAKE2B 
efd000a8311ec288835c88d5c431a2a1611f500e3e7f6311932df27d626e8820463f4a5c722b430ca94244a97fd776995b343ae86a5a21dbdbd9a08381d6662e
 SHA512 
e0b35f0ecca340b9f67ba9788626a8e4964a0894fc43e8bb4d02741ad9da8708cc3bf03d5ddbba527abea01990c470e49bd1ded747c186cc180cedb5c9ff
+DIST firefox-60.4.0esr-af.xpi 487313 BLAKE2B 
86e93a28a508e8405fe9fd80911b28c9149b2bd7068bf01370d10fc2e024a660a3da12f788197894aa5cb9f63af33d26cedc542f11a2b838c17d0b302a9320a5
 SHA512 
29303b7fb6865134de906c690c54eedc3de55fca7f33f351bfb9db4aa675f8343e4882288a4a71d2d9b8d143588c85dfca214cb929b5e95674d63e91cec69a5b
+DIST firefox-60.4.0esr-an.xpi 520500 BLAKE2B 
83c352499c46207af54b3f13dccbef5267d3bc2dd6f8bb407c0b17cd76e0100cfb70a3da575070c88c931f9d1857c1d7dcf623fa6650d142b14cf52f7629f3d1
 SHA512 
995c9f11652b6c303869873c6d104fb66ca9d5e2b828bcd6efc2cad807af8b0940ed15ff55c705c5f39749c0bc0b488539dd695ff2e2389632f4277696a6fdf9
+DIST firefox-60.4.0esr-ar.xpi 547812 BLAKE2B 
38cf6b0d01778e2a4b19f0d2e357e2e78b6973a68379fd9a5cdb0bb7ec3ba421c9e06e3af0156a87259fd722d1bac2b8fd7af10e7b28e31b0ea20dc158c4dbb5
 SHA512 
495bc2aa5e3e7799d431bd7f7105a5a3e4c5accce7414c16cbd25aca31e3b1673bbd4fd4f919f33ecd859d784238564b6b9ba9ac1d51aff75e244b673129c607
+DIST firefox-60.4.0esr-as.xpi 530723 BLAKE2B 
9f6fa1a12721cfb1b258a9ae672e4cf5e322cbf0793259dc6e812fe1cd0775a99a528b6ca1baa90a40089d989e0c7ba2cbbab6d051bf808a79cc2f8d4de614b6
 SHA512 
60a7cb7e677f91b8c3a7f47278488e3764f8daf8f97a53e391b56f75c8e1c9a3f6d528333539c9e3801445f9741ff192252e5b1d5079d19e434ced47f6d80091
+DIST firefox-60.4.0esr-ast.xpi 508654 BLAKE2B 
040741c6700a9e568cab487c857e29cb97b84c36d600a4b1af22ecdb63dfba31df53d4a4b90f86bfc45bda729f9f8b42e8ea1b3fc37ea95df694e083854112d9
 SHA512 
f461bcc2ba040cfb8ee06ac70a3d706927457d1a046942255f580ee4aa459766ead83a59b2595e587665e6b2c49604cd96f0c8eb74b47ab062f062d8f03e069a
+DIST firefox-60.4.0esr-az.xpi 524747 BLAKE2B 
34afc4d634b3e26d264e1b4cec95865a24f62e8bed6c78d40e62cd741094f670db47ae3dbbab0109a524bc3e5ec5c67dc4ea13aac2e2c95b63bbfe98884ae557
 SHA512 
563a07381e63fdb6280dd2512dc32b01c3f06b466846112cbc792c9a38ee8ecd188cd0ce772463f27b48affd8e2fc79d414f63af381716b892aed55f953a8fc2
+DIST firefox-60.4.0esr-bg.xpi 573847 BLAKE2B 
ff76ed3ccb9bdf1ebc9aa88b3fdb4080c13ff00a97f08d2c56a7fe90121ebc565b461101e488e17b26284b121cf9beb332aa41028de9369315689abbed6a4c59
 SHA512 
9aae03618734f1461ed01dfea15d48d3292dd97c642970d4c59ac21ccc074720d4edec1875fc07dda52168ef71c9431564be3b0d7ac94f9268406282fa143419
+DIST firefox-60.4.0esr-bn-BD.xpi 590424 BLAKE2B 
ec29ca67cd00e6f23351b0feded8eae20c903ae3942ae01f972a24c8f2d544cc80bdeb6bede7b1888baaae4e90b6816eb2d9a1df3b65663fe728041e4a9708d7
 SHA512 
6bf706f4a3081bbf715953084d37ba3b6a7c4a7bec02d513a9c3ece2b8a4f1adcc27a5a4a92cef7cd5349f6e762cb805eca62cf8b8fe6a38b429fb6cf8a72e3a
+DIST firefox-60.4.0esr-bn-IN.xpi 570865 BLAKE2B 
311edb1f58852b4b8fc26722378182b2e68393390ef96fe5d972aa3576b5c65c70bf6ab81251e19428aa5b36fa844e03755e91bfb754d5eb3bbb1d1a0430ef8b
 SHA512 
d338e02e2ba8302c964e36cc32f50e1f04f395f46051537a51fefce2925e5cfe0e8e56baca240f84fc568508d9f18000f07c4814a9

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

2018-12-11 Thread Thomas Deutschmann
commit: 40a95174c7a1eba5a7572560a1f2c7143a22d1e3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 16:49:40 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 16:49:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a95174

www-client/firefox-bin: security cleanup

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox-bin/Manifest| 172 ---
 .../firefox-bin/firefox-bin-60.3.0-r1.ebuild   | 185 -
 www-client/firefox-bin/firefox-bin-63.0.3.ebuild   | 185 -
 3 files changed, 542 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 16f90c4de31..b3057f9b7b6 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -82,90 +82,6 @@ DIST firefox-52.9.0esr-vi.xpi 450805 BLAKE2B 
9dacebac235a738cf7f068e16335b8b15ca
 DIST firefox-52.9.0esr-xh.xpi 441173 BLAKE2B 
3e1b907a7659c639d17d25a1825f472853242891d55f6a5ad93c1f5a12e12f05706173dc6ef5594f27e049d9b9a4c748d7371780843f1da204c5d93a39213197
 SHA512 
54ac64f0c119ab42d4f87dd2663ba7e14310c215a1ea76acd463b4c1a9073491f8df8c9b03d391ecc6f9ffbbdccc3756a7b13ed559336a6d1527fad3097ddb53
 DIST firefox-52.9.0esr-zh-CN.xpi 461679 BLAKE2B 
745b2cfb86e93a379e13fa73b7e3721bae06694768316e31a2aed608e3050f585a9603375cd35b90affca11b3e5e44401b1e676f9c8050ade287ed0feb442a7a
 SHA512 
ca62e0e2ab075086741159b185b5eba44c6bdfc29fd9ba1cf25808f127c1aed8875ea61c1c33e4f742fa26af4455a8873730f96ad9c7bec1f66aed0595f253f1
 DIST firefox-52.9.0esr-zh-TW.xpi 453068 BLAKE2B 
84e08ea4fd119db1f1c6f84b212fbbb5d6999c5ac6010c0e7836d8734726d281107f3d91ba7bac1aeaf855dc36d3b018ae3913dccdbe2b11aad02a8d8aaa893c
 SHA512 
a99042ef7d00820e341dfcf2c45a8b5bd77eaf2cc8ecf0ff5ee982b7bd9beac7cb4bf051c57ef3b7a5d9b67cd35858dca396d21e65718e248f3b1fdba5273999
-DIST firefox-60.3.0esr-ach.xpi 496841 BLAKE2B 
32ed75ade30c50d8587c307da79d27ab1ac044f790218bcd006c71548c0c176b43c01cb965e71f55ad56cd33f2da931f22999ffa98f2f7f9ef680a0d54adc689
 SHA512 
9668e662a80be67da9d66240551adda595b4dbc88b7b2f8007bf50dd321d35ec98cc044da503c68b1bfabb3683bea9dbf5d1562efcfee7532b68673400da4856
-DIST firefox-60.3.0esr-af.xpi 487308 BLAKE2B 
1e8fe670a7c7cb404cbf98c9ad6d7d19f35d7acb757dfee99f365f2f0ce676873d053ba1a07def796224f3d8bcfd35aab2fa2bd1c59e74da21fad78b2ecb01c3
 SHA512 
85372897e982a986ef426551f5d74e1da4dd0d6dcfa603de102674ddd885784b121b0028836f456efc1239c1d90edb41ebf34e5d2855d0397df5c4b2bfe376e7
-DIST firefox-60.3.0esr-an.xpi 520503 BLAKE2B 
313ec2af94956f7333eb65df011b37d6ad4cd97aac8d650bcd6d139154a84124f9f15d700171ffeb17a37ddeceea5fced6b579ee66b4e7df533d1c7fb43e66a6
 SHA512 
41b7907a27c720d2946ad6269d67f36f377ec61abe5a10d16ad76e340c6a06123af00601658c97fb5d47f5fbc002dd940fb0e159cc29baaeac861fe802170d61
-DIST firefox-60.3.0esr-ar.xpi 547820 BLAKE2B 
57e206e537e6134f1df53ced248d1d4c141909116d69fdfda36ecef9c694824a912e0162db7dbc7701ebd428a9cc293e90768f4f46b5841e0e3748b6cd6c8fe3
 SHA512 
14f1e237b8ef3de9162c491b9607529d16744adf157530b2a7ecf80b768c493a5911d2128087611e1eb56443e94fab918fab3db0add8600522a2bca192d86067
-DIST firefox-60.3.0esr-as.xpi 530720 BLAKE2B 
bed56656c22fa06e8f4f343615cabc6348728fd3f2ed78e7e5e41f0f3a30f67402590c485df4c8e1bbca8e53f6d246660e82d87d646aee596925a1b746d54680
 SHA512 
f84d7a7c626f763c6c33efb3322456817d60893e123e714432ccc37c8b68b2162fe92c865aa967b68434f8b33ae0a1c9685955f48e031285bb8d7d0e33450191
-DIST firefox-60.3.0esr-ast.xpi 508650 BLAKE2B 
dd3c9e98bd922e32e7792d4f8cb328bd70fef7250b69b71b6d843f85185c79a7d599b63476fc018dda8579d84352109c59dbd77c094d176d8fa11d858698c220
 SHA512 
2bd5f587ff1f11b4013efddbc421662de6d714560bb9d5f3eaa0581366127c6871a234666d65b2d67deffdf1b5baf71f3e150c5c1bb9c9566180fe9acea53531
-DIST firefox-60.3.0esr-az.xpi 524751 BLAKE2B 
1171a2ba4fa6a42aa78c651c5cdbfce67417023767eb7a08102a3fa2af8d4fc76db104f74367ef6feca84fc880ea81f698318725da10e0f876e929a747905363
 SHA512 
2bac26ff8df8ca4b42772842236173b5d78b3f7c3000982e8e59e7e790ad59a661d2e3d9610066e15a6c1ed7c81b5c9cff44b6b4c56295f0ab38206173105abc
-DIST firefox-60.3.0esr-bg.xpi 573846 BLAKE2B 
ab14874d3be42910c5f4d7b1317a6a2520d990c9899fc507310f11141b637fba4d3aeab71641698efaac89ad2c4c85e83769a5b1a9758a7682f2af62dd9bf44d
 SHA512 
1eca90697a37b152521cf6ee8c6625d5b1c924a6687f6e5492d3045e3455ec72d8a8f715c2dd4c800afb916e4c1ea72a681c61a39e8e43b8e250819cc4b92b0f
-DIST firefox-60.3.0esr-bn-BD.xpi 590421 BLAKE2B 
30f3cd7c0c5c794749784ab1ebf07134cebced4918c77e12a90dc98392b6c82c3fd9a70c235bbde483c658e40deb488f044775e7310dff54e5cc1c61b010fa8e
 SHA512 
c5f2ceba239b260c3477ffc93b0646b68bfd64263f2f5c7a59509e5bb84031ea358dadc8a1f4a0277631372ee11d0fb665581b119d0df60d65b5d1feeec2f947
-DIST firefox-60.3.0esr-bn-IN.xpi 570868 BLAKE2B 
1f78ca4520a6c9f1bd26e2e9a1af0dc56b54216c83deffb8b687e09f5a0c348094ff2f874b91bdfecba8cf81ee17620c01ecdd4625ec22e21f6d57424f915868
 SHA512 
cba3b7ab8757a8fc7b8268

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

2018-12-11 Thread Hans de Graaff
commit: 1cab8052fc8166a2e44c8148eea9973be90e014b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec 11 17:15:09 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec 11 17:15:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cab8052

dev-lang/ruby: cleanup for bug 668904

Signed-off-by: Hans de Graaff  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-lang/ruby/Manifest  |   2 -
 dev-lang/ruby/ruby-2.3.7.ebuild | 242 
 2 files changed, 244 deletions(-)

diff --git a/dev-lang/ruby/Manifest b/dev-lang/ruby/Manifest
index 4f02cd756e3..0a31bbbc0fe 100644
--- a/dev-lang/ruby/Manifest
+++ b/dev-lang/ruby/Manifest
@@ -1,7 +1,5 @@
-DIST ruby-2.3.7.tar.xz 11438124 BLAKE2B 
4f7e0422291794b254cb80edd2f0841bbc1e85cd62635024b6d43b23b1bcdc512d92b57d8885b253465cc8ef3c6cbcec97a6ef239dc11cc8b252e941d25e0487
 SHA512 
fd91c8db3d3aa4cc962a62f27b4d1a71f6b5567ab836e6dbfbbb1553eb269d11e12faf9e36af6c489c33b54fd89dab99bfe81a563158b704877f0628d6f5bc5a
 DIST ruby-2.3.8.tar.xz 11465792 BLAKE2B 
b9c8ef5c943872e3d1426c30cbd720acc66d17cc7bc926f3294e68f17fbc78edef42f6496295800c3d4efd3ae441730723bfcfbce46239359930622697d9
 SHA512 
06373050e6c1af9cb6a5863aef878b21c8a45fd0e68414e3d546cb73ec3028207d3acc0a9326428f172b9347a30bbe69a16f9dc0bdb739161d677adb2d888095
 DIST ruby-2.4.5.tar.xz 10064712 BLAKE2B 
0846125e617b43ea302b4c5309b20503577937865d445a6fee766323a188aa552d3a13740c3d38c7be812b19bffb2474021cb7b368cc144d51ea771552f62769
 SHA512 
658f676c623109f4c7499615e191c98c3dd72cfcaeeaf121337d0b8a33c5243145edd50ec5e2775f988e3cd19788984f105fa165e3049779066566f67172c1b4
 DIST ruby-2.5.3.tar.xz 11453336 BLAKE2B 
66c59448a23c22796b43f04a1f84359386b7bee7163da4255426ea75b1c7af0a7a7142991b870a75a72ded56ac49f47c51bc162ebf2be2af0d1b1608b60c02df
 SHA512 
6dcae0e8d0bacdb2cbde636e2030596308b5af53f2eb85d3adccb67b02e6f8f9751e8117d12f8484829fdd9d995f6e327f701d9b433bcf94f1f59d13a1fd7518
-DIST ruby-patches-2.3.7.tar.bz2 3030 BLAKE2B 
7c1e80ff0569a03672f53820c665933056b46bcf791c9132cb9f358f72df693749f02da65ca7469c3dd0f652d7dc7bfaa03dccd4eb900562361876023fb65b42
 SHA512 
54cc3f2bfd1967b8558736e5a5240b886a56b22defca5813f45b1f4dca9af169b4d59d60b327ec8411e824970ac6da1cec53cfc31833403742e9d6941e5a78f1
 DIST ruby-patches-2.3.8-r1.tar.bz2 3030 BLAKE2B 
7c1e80ff0569a03672f53820c665933056b46bcf791c9132cb9f358f72df693749f02da65ca7469c3dd0f652d7dc7bfaa03dccd4eb900562361876023fb65b42
 SHA512 
54cc3f2bfd1967b8558736e5a5240b886a56b22defca5813f45b1f4dca9af169b4d59d60b327ec8411e824970ac6da1cec53cfc31833403742e9d6941e5a78f1
 DIST ruby-patches-2.3.8.tar.bz2 3030 BLAKE2B 
7c1e80ff0569a03672f53820c665933056b46bcf791c9132cb9f358f72df693749f02da65ca7469c3dd0f652d7dc7bfaa03dccd4eb900562361876023fb65b42
 SHA512 
54cc3f2bfd1967b8558736e5a5240b886a56b22defca5813f45b1f4dca9af169b4d59d60b327ec8411e824970ac6da1cec53cfc31833403742e9d6941e5a78f1

diff --git a/dev-lang/ruby/ruby-2.3.7.ebuild b/dev-lang/ruby/ruby-2.3.7.ebuild
deleted file mode 100644
index a65f51e5afc..000
--- a/dev-lang/ruby/ruby-2.3.7.ebuild
+++ /dev/null
@@ -1,242 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-#PATCHSET=1
-
-inherit autotools eutils flag-o-matic multilib versionator
-
-MY_P="${PN}-$(get_version_component_range 1-3)"
-S=${WORKDIR}/${MY_P}
-
-SLOT=$(get_version_component_range 1-2)
-MY_SUFFIX=$(delete_version_separator 1 ${SLOT})
-RUBYVERSION=2.3.0
-
-if [[ -n ${PATCHSET} ]]; then
-   if [[ ${PVR} == ${PV} ]]; then
-   PATCHSET="${PV}-r0.${PATCHSET}"
-   else
-   PATCHSET="${PVR}.${PATCHSET}"
-   fi
-else
-   PATCHSET="${PVR}"
-fi
-
-DESCRIPTION="An object-oriented scripting language"
-HOMEPAGE="https://www.ruby-lang.org/";
-SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
-
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2";
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
-IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
-
-RDEPEND="
-   berkdb? ( sys-libs/db:= )
-   gdbm? ( sys-libs/gdbm:= )
-   jemalloc? ( dev-libs/jemalloc )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl )
-   )
-   socks5? ( >=net-proxy/dante-1.1.13 )
-   tk? (
-   dev-lang/tcl:0=[threads]
-   dev-lang/tk:0=[threads]
-   )
-   ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0= )
-   dev-libs/libyaml
-   virtual/libffi:=
-   sys-libs/zlib
-   >=app-eselect/eselect-ruby-20151229
-   !

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

2018-12-11 Thread William Hubbs
commit: 7896da4d5ae27710b7e05b40b27a440e535f82b1
Author: William Hubbs  sony  com>
AuthorDate: Tue Dec 11 17:27:50 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec 11 17:30:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7896da4d

sys-apps/openrc: remove old 0.40 versions

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/Manifest |   2 -
 sys-apps/openrc/openrc-0.40.1.ebuild | 330 ---
 sys-apps/openrc/openrc-0.40.ebuild   | 330 ---
 3 files changed, 662 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 8bb3fcb3b9a..a5e1d615f04 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -5,6 +5,4 @@ DIST openrc-0.37.tar.gz 240928 BLAKE2B 
b802260a3bd71e6d8e6d54b21007024481d42a4f1
 DIST openrc-0.38.2.tar.gz 240924 BLAKE2B 
a50e567aa3ac1edfd4e7cbdfbf3d7ce6ac39b7d7c2b4a9bcc8cf088735fa436a334eb077ecb10b67f6f5faab979ba62729aca4f3f61e12167cbd48fc8a7f3776
 SHA512 
5c5f1cfa9990970a02619c5b97c0d424d921fe16e83767372beee9a7b296c6ea33b43ae4045cf7266254b98871a5d347de1040443fe8fc68d7b9d164eed909e6
 DIST openrc-0.38.3.tar.gz 238031 BLAKE2B 
87d1546e21d581feda4064cd64bf43f762203becdcc4b002bf868f17403bd42770cb1106a8bc383c8d69e19ad66ad2bedaa7090c95206597e8a9b6e2ba481dcc
 SHA512 
6bb42ccdab5fb24b11f5042bf19850f440d3494b6bd1d7b8db31b592f051fcd26feac1c8d9ef515238c53c6f5bf98a8c367a48471c178ae829e05c56bd24cfde
 DIST openrc-0.39.2.tar.gz 242417 BLAKE2B 
076834890b084b1dcf33f78e190f8f7163161d99d185d5cb7043dbc33c6ff0861bc4965ccbf63e2f1b173185d4d017d9269066d35cd75cb7c5a090d39be9b833
 SHA512 
ea1f23bb479085eea406bebe304a531d061e47955f7c98da21aa4f01694b5c6f23cb1bb9764aa7b27fd4c8c5a7602eb2a16baef63eb96660fab58c063ff88129
-DIST openrc-0.40.1.tar.gz 244639 BLAKE2B 
889e357c1530638da6d1da3597d90a4438a1c48e753fabf2d91306262e684a66ba7a069a26060508f78cb486b76b0dc0c056c73136babe559932afead372ff54
 SHA512 
add676125187a1c47049cb281c98ee9512093250f8b65b2cf5c706b8a73c23f3ba98c96adda456c3fe930ff679669901b5e1f04ea9dcdcaf3fef13afa2412cdc
 DIST openrc-0.40.2.tar.gz 245006 BLAKE2B 
9e0aab4d42121296cb9bcc47e9222e0e99df80ab686636a8060c6271d30ff7c0d999f851d0e24dfab9e7a6532b56a6a1974cfa4514e88e6b82ec5fbbc192d76c
 SHA512 
746e238f792113397486b9abb6e41c8179e51fe823c82c8e8942d71329a806b9c398628f835e2626ed0e8735c05b0dcd1b82bf9b5111f420105eeae6b0b0e3f2
-DIST openrc-0.40.tar.gz 244521 BLAKE2B 
c9c96ccd98430c8e055702ce0cb68f95a4e73658aebfb09871dda46ce0f2a62b390ea5a3440b793ae71aea071534d4bcf75a2f9b4b71fa992308eacd71771b10
 SHA512 
95aea0ce1d4caeaecdd4164bb6c37b9f7564573742a06e70e34bf457c00193b04743b0dd9369af23f525afeb777f06612c52720a0962807931213bee51893432

diff --git a/sys-apps/openrc/openrc-0.40.1.ebuild 
b/sys-apps/openrc/openrc-0.40.1.ebuild
deleted file mode 100644
index 03c55deff41..000
--- a/sys-apps/openrc/openrc-0.40.1.ebuild
+++ /dev/null
@@ -1,330 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic pam toolchain-funcs
-
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="https://github.com/openrc/openrc/";
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
-   unicode kernel_linux kernel_FreeBSD"
-
-COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? (
-   sys-auth/pambase
-   virtual/pam
-   )
-   audit? ( sys-process/audit )
-   kernel_linux? (
-   sys-process/psmisc
-   !=sys-libs/libselinux-2.6
-   )
-   !test
-# a value of "#" will just comment out the option
-set_config() {
-   local file="${ED}/$1" var=$2 val com
-   eval "${@:5}" && val=$3 || val=$4
-   [[ ${val} == "#" ]] && com="#" && val='\2'
-   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
-}
-
-set_config_yes_no() {
-   set_config "$1" "$2" YES NO "${@:3}"
-}
-
-src_install() {
-   emake ${MAKE_ARGS} DESTDIR="${D}" install
-
-   # move the shared libs back to /usr so ldscript can install
-   # more of a minimal set of files
-   # disabled for now due to #270646
-   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
-   #gen_usr_ldscript -a einfo rc
-   gen_usr_ldscript libeinfo.so
-   gen_usr_ldscript librc.so
-
-   if ! use kernel_li

[gentoo-commits] proj/mysql-extras:master commit in: /

2018-12-11 Thread Brian Evans
commit: a033f9e0dc35edad0a3d5f02b1caa0855aefadaf
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Dec 11 17:33:44 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec 11 17:33:44 2018 +
URL:https://gitweb.gentoo.org/proj/mysql-extras.git/commit/?id=a033f9e0

Restore jemalloc support on the server for 10.2 and 10.3 MariaDB

Signed-off-by: Brian Evans  gentoo.org>

 20037_all_mariadb-10.2-restore-jemalloc.patch | 155 ++
 20037_all_mariadb-10.3-restore-jemalloc.patch | 130 +
 2 files changed, 285 insertions(+)

diff --git a/20037_all_mariadb-10.2-restore-jemalloc.patch 
b/20037_all_mariadb-10.2-restore-jemalloc.patch
new file mode 100644
index 000..0cf1fbb
--- /dev/null
+++ b/20037_all_mariadb-10.2-restore-jemalloc.patch
@@ -0,0 +1,155 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index be86adbf67b8..59dc149410f1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -154,6 +154,7 @@ INCLUDE(ssl)
+ INCLUDE(readline)
+ INCLUDE(libutils)
+ INCLUDE(dtrace)
++INCLUDE(jemalloc)
+ INCLUDE(pcre)
+ INCLUDE(ctest)
+ INCLUDE(plugin)
+@@ -329,6 +328,7 @@ MYSQL_CHECK_SSL()
+ MYSQL_CHECK_READLINE()
+ 
+ SET(MALLOC_LIBRARY "system")
++CHECK_JEMALLOC()
+ 
+ CHECK_PCRE()
+ 
+diff --git a/include/my_global.h b/include/my_global.h
+index e4ca562772e0..30db38ce35b5 100644
+--- a/include/my_global.h
 b/include/my_global.h
+@@ -1071,7 +1071,6 @@ typedef ulongmyf;/* Type of MyFlags in 
my_funcs */
+ #ifdef _WIN32
+ #define dlsym(lib, name) (void*)GetProcAddress((HMODULE)lib, name)
+ #define dlopen(libname, unused) LoadLibraryEx(libname, NULL, 0)
+-#define RTLD_DEFAULT GetModuleHandle(NULL)
+ #define dlclose(lib) FreeLibrary((HMODULE)lib)
+ static inline char *dlerror(void)
+ {
+diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
+index 814993355b0f..243468e095a3 100644
+--- a/sql/CMakeLists.txt
 b/sql/CMakeLists.txt
+@@ -170,7 +170,7 @@ ADD_DEPENDENCIES(sql GenServerSource)
+ ADD_DEPENDENCIES(sql GenDigestServerSource)
+ DTRACE_INSTRUMENT(sql)
+ TARGET_LINK_LIBRARIES(sql ${MYSQLD_STATIC_PLUGIN_LIBS} 
+-  mysys mysys_ssl dbug strings vio pcre
++  mysys mysys_ssl dbug strings vio pcre ${LIBJEMALLOC}
+   ${LIBWRAP} ${LIBCRYPT} ${LIBDL} ${CMAKE_THREAD_LIBS_INIT}
+   ${WSREP_LIB}
+   ${SSL_LIBRARIES}
+diff --git a/sql/sys_vars.cc b/sql/sys_vars.cc
+index d6b1c76ea004..fd724bc7dd16 100644
+--- a/sql/sys_vars.cc
 b/sql/sys_vars.cc
+@@ -3489,32 +3489,11 @@ static Sys_var_charptr Sys_version_compile_os(
+CMD_LINE_HELP_ONLY,
+IN_SYSTEM_CHARSET, DEFAULT(SYSTEM_TYPE));
+ 
+-static char *guess_malloc_library()
+-{
+-  if (strcmp(MALLOC_LIBRARY, "system") == 0)
+-  {
+-#ifdef HAVE_DLOPEN
+-typedef int (*mallctl_type)(const char*, void*, size_t*, void*, size_t);
+-mallctl_type mallctl_func;
+-mallctl_func= (mallctl_type)dlsym(RTLD_DEFAULT, "mallctl");
+-if (mallctl_func)
+-{
+-  static char buf[128];
+-  char *ver;
+-  size_t len = sizeof(ver);
+-  mallctl_func("version", &ver, &len, NULL, 0);
+-  strxnmov(buf, sizeof(buf)-1, "jemalloc ", ver, NULL);
+-  return buf;
+-}
+-#endif
+-  }
+-  return const_cast(MALLOC_LIBRARY);
+-}
+ static char *malloc_library;
+ static Sys_var_charptr Sys_malloc_library(
+"version_malloc_library", "Version of the used malloc library",
+READ_ONLY GLOBAL_VAR(malloc_library), CMD_LINE_HELP_ONLY,
+-   IN_SYSTEM_CHARSET, DEFAULT(guess_malloc_library()));
++   IN_SYSTEM_CHARSET, DEFAULT(MALLOC_LIBRARY));
+ 
+ #ifdef HAVE_YASSL
+ #include 
+diff --git a/storage/tokudb/CMakeLists.txt b/storage/tokudb/CMakeLists.txt
+index 4cfb177e495f..fd9a4790a7ea 100644
+--- a/storage/tokudb/CMakeLists.txt
 b/storage/tokudb/CMakeLists.txt
+@@ -5,8 +5,6 @@
+   RETURN()
+ ELSEIF(CMAKE_VERSION VERSION_LESS "2.8.9")
+   MESSAGE(STATUS "CMake 2.8.9 or higher is required by TokuDB")
+-ELSEIF(NOT HAVE_DLOPEN)
+-  MESSAGE(STATUS "dlopen is required by TokuDB")
+ ELSEIF(PLUGIN_PERFSCHEMA MATCHES "^NO$")
+   MESSAGE(STATUS "Performance Schema is required by TokuDB")
+   RETURN()
+@@ -37,8 +35,7 @@
+ tokudb_sysvars.cc
+ tokudb_thread.cc
+ tokudb_dir_cmd.cc)
+-MYSQL_ADD_PLUGIN(tokudb ${TOKUDB_SOURCES} STORAGE_ENGINE MODULE_ONLY
+- COMPONENT tokudb-engine CONFIG 
${CMAKE_CURRENT_BINARY_DIR}/tokudb.cnf)
++MYSQL_ADD_PLUGIN(tokudb ${TOKUDB_SOURCES} STORAGE_ENGINE MODULE_ONLY 
COMPONENT Server)
+ 
+ IF(NOT TARGET tokudb)
+   RETURN()
+@@ -57,27 +54,6 @@
+   GET_FILENAME_COMPONENT(LIBJEMALLOC_PATH ${LIBJEMALLOC_SO} REALPATH CACHE)
+ ENDIF()
+ 
+-IF(LIBJEMALLOC_PATH AND (RPM OR DEB))
+-  UNSET(LIBJEMALLOC)
+-  GET_DIRECTORY_PROPERTY(V DIRECTORY ${CMAKE_SOURCE_DIR} DEFINITION 
CPACK_RPM_tokudb-engine_PACKAGE_REQUIRES)
+-  SET(CPACK_RPM_tokudb-engine_PACKAGE_REQUIRES "${V} jemalloc" PARENT_SCOPE)
+-  SET(systemd_env "Environment=\"LD_PRELOAD=${LIBJEMALLOC_PATH}\"") #"
+-  SET(cnf_malloc_lib "malloc-lib=${LIBJEMALLOC_PATH}")

[gentoo-commits] proj/mysql-extras: New tag: mysql-extras-20181211-1735Z

2018-12-11 Thread Brian Evans
commit: 
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Dec 11 17:35:22 2018 +

New tag: mysql-extras-20181211-1735Z




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

2018-12-11 Thread Thomas Deutschmann
commit: 3920ab9dee1356a66b7f13b3a7c0ccbee5241b53
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 11 17:39:17 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 11 17:39:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3920ab9d

www-client/firefox: bump to v60.4.0 ESR

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-client/firefox/Manifest  |  92 +++
 www-client/firefox/firefox-60.4.0.ebuild | 419 +++
 2 files changed, 511 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 6053f56f745..022d2fd2e94 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -184,6 +184,98 @@ DIST firefox-60.3.0esr-xh.xpi 511853 BLAKE2B 
e40dfceeba27eeafbd757a14575215448d4
 DIST firefox-60.3.0esr-zh-CN.xpi 543582 BLAKE2B 
1be96fa611ca6114d60d2a4f4e9164c33e46c127ac62ee500a2f1d027081b4b0f15c4cc50b6fa733f0ea196412bee691b8945294e243c87236b2fb114fab254b
 SHA512 
a4bc406c2163ebaf00ba2b63466de9d2e5839bf28f011b85c7b0f89ba5ad1528511e524a3363ca58a90235a7976f99c05a0510c164b15993b80f962f4c546921
 DIST firefox-60.3.0esr-zh-TW.xpi 541908 BLAKE2B 
fe6f381d3f2949f3132dc125df597c4e135347933c52b681287f00b3eec2cfb1eea963953a08c0ece5de8d276c06b388692a53bb77c54bfa195709e7a59340fe
 SHA512 
6743eb9442e28ee924230bc8acf2dd52448532ce76bb0d6d8ea89b6e5f4d1aa4fa9388a2012636d16ae976526f154052d51340b239c04cc42ce991186d0b3b33
 DIST firefox-60.3.0esr.source.tar.xz 268340600 BLAKE2B 
5cf17a85b941d0f43bf3d714f289162cb0b0d979951cc0e1187163bc72be3504787cc4115f361c5331731a4481fd1fa8214d20245f08a4898442e964aac48506
 SHA512 
7ded25a38835fbd73a58085e24ad83308afee1784a3bf853d75093c1500ad46988f5865c106abdae938cfbd1fb10746cc1795ece7994fd7eba8a002158cf1bcd
+DIST firefox-60.4.0esr-ach.xpi 496839 BLAKE2B 
efd000a8311ec288835c88d5c431a2a1611f500e3e7f6311932df27d626e8820463f4a5c722b430ca94244a97fd776995b343ae86a5a21dbdbd9a08381d6662e
 SHA512 
e0b35f0ecca340b9f67ba9788626a8e4964a0894fc43e8bb4d02741ad9da8708cc3bf03d5ddbba527abea01990c470e49bd1ded747c186cc180cedb5c9ff
+DIST firefox-60.4.0esr-af.xpi 487313 BLAKE2B 
86e93a28a508e8405fe9fd80911b28c9149b2bd7068bf01370d10fc2e024a660a3da12f788197894aa5cb9f63af33d26cedc542f11a2b838c17d0b302a9320a5
 SHA512 
29303b7fb6865134de906c690c54eedc3de55fca7f33f351bfb9db4aa675f8343e4882288a4a71d2d9b8d143588c85dfca214cb929b5e95674d63e91cec69a5b
+DIST firefox-60.4.0esr-an.xpi 520500 BLAKE2B 
83c352499c46207af54b3f13dccbef5267d3bc2dd6f8bb407c0b17cd76e0100cfb70a3da575070c88c931f9d1857c1d7dcf623fa6650d142b14cf52f7629f3d1
 SHA512 
995c9f11652b6c303869873c6d104fb66ca9d5e2b828bcd6efc2cad807af8b0940ed15ff55c705c5f39749c0bc0b488539dd695ff2e2389632f4277696a6fdf9
+DIST firefox-60.4.0esr-ar.xpi 547812 BLAKE2B 
38cf6b0d01778e2a4b19f0d2e357e2e78b6973a68379fd9a5cdb0bb7ec3ba421c9e06e3af0156a87259fd722d1bac2b8fd7af10e7b28e31b0ea20dc158c4dbb5
 SHA512 
495bc2aa5e3e7799d431bd7f7105a5a3e4c5accce7414c16cbd25aca31e3b1673bbd4fd4f919f33ecd859d784238564b6b9ba9ac1d51aff75e244b673129c607
+DIST firefox-60.4.0esr-as.xpi 530723 BLAKE2B 
9f6fa1a12721cfb1b258a9ae672e4cf5e322cbf0793259dc6e812fe1cd0775a99a528b6ca1baa90a40089d989e0c7ba2cbbab6d051bf808a79cc2f8d4de614b6
 SHA512 
60a7cb7e677f91b8c3a7f47278488e3764f8daf8f97a53e391b56f75c8e1c9a3f6d528333539c9e3801445f9741ff192252e5b1d5079d19e434ced47f6d80091
+DIST firefox-60.4.0esr-ast.xpi 508654 BLAKE2B 
040741c6700a9e568cab487c857e29cb97b84c36d600a4b1af22ecdb63dfba31df53d4a4b90f86bfc45bda729f9f8b42e8ea1b3fc37ea95df694e083854112d9
 SHA512 
f461bcc2ba040cfb8ee06ac70a3d706927457d1a046942255f580ee4aa459766ead83a59b2595e587665e6b2c49604cd96f0c8eb74b47ab062f062d8f03e069a
+DIST firefox-60.4.0esr-az.xpi 524747 BLAKE2B 
34afc4d634b3e26d264e1b4cec95865a24f62e8bed6c78d40e62cd741094f670db47ae3dbbab0109a524bc3e5ec5c67dc4ea13aac2e2c95b63bbfe98884ae557
 SHA512 
563a07381e63fdb6280dd2512dc32b01c3f06b466846112cbc792c9a38ee8ecd188cd0ce772463f27b48affd8e2fc79d414f63af381716b892aed55f953a8fc2
+DIST firefox-60.4.0esr-bg.xpi 573847 BLAKE2B 
ff76ed3ccb9bdf1ebc9aa88b3fdb4080c13ff00a97f08d2c56a7fe90121ebc565b461101e488e17b26284b121cf9beb332aa41028de9369315689abbed6a4c59
 SHA512 
9aae03618734f1461ed01dfea15d48d3292dd97c642970d4c59ac21ccc074720d4edec1875fc07dda52168ef71c9431564be3b0d7ac94f9268406282fa143419
+DIST firefox-60.4.0esr-bn-BD.xpi 590424 BLAKE2B 
ec29ca67cd00e6f23351b0feded8eae20c903ae3942ae01f972a24c8f2d544cc80bdeb6bede7b1888baaae4e90b6816eb2d9a1df3b65663fe728041e4a9708d7
 SHA512 
6bf706f4a3081bbf715953084d37ba3b6a7c4a7bec02d513a9c3ece2b8a4f1adcc27a5a4a92cef7cd5349f6e762cb805eca62cf8b8fe6a38b429fb6cf8a72e3a
+DIST firefox-60.4.0esr-bn-IN.xpi 570865 BLAKE2B 
311edb1f58852b4b8fc26722378182b2e68393390ef96fe5d972aa3576b5c65c70bf6ab81251e19428aa5b36fa844e03755e91bfb754d5eb3bbb1d1a0430ef8b
 SHA512 
d338e02e2ba8302c964e36cc32f50e1f04f395f46051537a51fefce2925e5cfe0e8e56baca240f84fc568508d9f18000f07c4814a9db22eaafbe1583c39ae56f

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

2018-12-11 Thread William Hubbs
commit: e6d971ffee13d7fce5f7a328242c546ef07662e2
Author: William Hubbs  sony  com>
AuthorDate: Tue Dec 11 17:40:45 2018 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Dec 11 17:41:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d971ff

sys-apps/openrc: remove old 0.38.x version

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/openrc/Manifest |   1 -
 sys-apps/openrc/openrc-0.38.2.ebuild | 326 ---
 2 files changed, 327 deletions(-)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index a5e1d615f04..331c8714aa2 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -2,7 +2,6 @@ DIST openrc-0.34.11.tar.gz 228054 BLAKE2B 
8d4fdd7de4b3c44df0ccec728b91bd2624582d
 DIST openrc-0.35.5.tar.gz 241784 BLAKE2B 
6f63dcf30c430949f25108b0ca808f2317b2e58440419fa5c2aac04ed614c5b22105bfa38d51d54ee0d293be8b11f15b756b00d805ab71f9a2e92f44b98ce6e1
 SHA512 
655a0a32650ed46998ae84473e8a82aadd9de09904c5173cd9b9e2500fc8935e96539672b513a883c077ae862ece12ab768d4f379dbeb4389a7067ce7121dc0d
 DIST openrc-0.36.tar.gz 240179 BLAKE2B 
1361d22782d6063e7fce61a98ef1e1f754d0208ec58de02ae60a0950531d248ac6e65e1ed45b412c89288103f6848b24aa51dd66232aa46e7900b339cac21a57
 SHA512 
f4730489e595a9ac4477c2b410e034b4eea2b8111c12c2695916aa04102020f8c84cb24220d3aa552709898035aa196e2fd48cba9b12a71dff1f5c2b03c3d424
 DIST openrc-0.37.tar.gz 240928 BLAKE2B 
b802260a3bd71e6d8e6d54b21007024481d42a4f179eff824a39fb91f5b1cd4f7a2fd52d9e7f23b1077965b57d319a99a5b39b8cd2d7f66dfe272b4497d53a22
 SHA512 
16235774ad28a66308dd1ea00238b4025a4d26c9c0bb6cdb032f28d00479520c4c5fdb349f82d33a535eee3d491d0349b5871b15cae30ef296ec476883965b83
-DIST openrc-0.38.2.tar.gz 240924 BLAKE2B 
a50e567aa3ac1edfd4e7cbdfbf3d7ce6ac39b7d7c2b4a9bcc8cf088735fa436a334eb077ecb10b67f6f5faab979ba62729aca4f3f61e12167cbd48fc8a7f3776
 SHA512 
5c5f1cfa9990970a02619c5b97c0d424d921fe16e83767372beee9a7b296c6ea33b43ae4045cf7266254b98871a5d347de1040443fe8fc68d7b9d164eed909e6
 DIST openrc-0.38.3.tar.gz 238031 BLAKE2B 
87d1546e21d581feda4064cd64bf43f762203becdcc4b002bf868f17403bd42770cb1106a8bc383c8d69e19ad66ad2bedaa7090c95206597e8a9b6e2ba481dcc
 SHA512 
6bb42ccdab5fb24b11f5042bf19850f440d3494b6bd1d7b8db31b592f051fcd26feac1c8d9ef515238c53c6f5bf98a8c367a48471c178ae829e05c56bd24cfde
 DIST openrc-0.39.2.tar.gz 242417 BLAKE2B 
076834890b084b1dcf33f78e190f8f7163161d99d185d5cb7043dbc33c6ff0861bc4965ccbf63e2f1b173185d4d017d9269066d35cd75cb7c5a090d39be9b833
 SHA512 
ea1f23bb479085eea406bebe304a531d061e47955f7c98da21aa4f01694b5c6f23cb1bb9764aa7b27fd4c8c5a7602eb2a16baef63eb96660fab58c063ff88129
 DIST openrc-0.40.2.tar.gz 245006 BLAKE2B 
9e0aab4d42121296cb9bcc47e9222e0e99df80ab686636a8060c6271d30ff7c0d999f851d0e24dfab9e7a6532b56a6a1974cfa4514e88e6b82ec5fbbc192d76c
 SHA512 
746e238f792113397486b9abb6e41c8179e51fe823c82c8e8942d71329a806b9c398628f835e2626ed0e8735c05b0dcd1b82bf9b5111f420105eeae6b0b0e3f2

diff --git a/sys-apps/openrc/openrc-0.38.2.ebuild 
b/sys-apps/openrc/openrc-0.38.2.ebuild
deleted file mode 100644
index bbca849aa19..000
--- a/sys-apps/openrc/openrc-0.38.2.ebuild
+++ /dev/null
@@ -1,326 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic pam toolchain-funcs
-
-DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
-HOMEPAGE="https://github.com/openrc/openrc/";
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git";
-   inherit git-r3
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
-   unicode kernel_linux kernel_FreeBSD"
-
-COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
-   ncurses? ( sys-libs/ncurses:0= )
-   pam? (
-   sys-auth/pambase
-   virtual/pam
-   )
-   audit? ( sys-process/audit )
-   kernel_linux? (
-   sys-process/psmisc
-   !=sys-libs/libselinux-2.6
-   )
-   !test
-# a value of "#" will just comment out the option
-set_config() {
-   local file="${ED}/$1" var=$2 val com
-   eval "${@:5}" && val=$3 || val=$4
-   [[ ${val} == "#" ]] && com="#" && val='\2'
-   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
-}
-
-set_config_yes_no() {
-   set_config "$1" "$2" YES NO "${@:3}"
-}
-
-src_install() {
-   emake ${MAKE_ARGS} DESTDIR="${D}" install
-
-   # move the shared libs back to /usr so ldscript can install
-   # more of a minimal set of files
-   # disabled for now due to #270646
-

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

2018-12-11 Thread Jorge Manuel B. S. Vicetto
commit: a2f51b4a6ad5e3dd47aba6082b89b187902487eb
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Dec 11 17:47:29 2018 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Dec 11 17:47:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f51b4a

dev-db/phpmyadmin: Security bump to release 4.8.4.

This release addresses security announcements PMASA-2018-{6,7,8}.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

 dev-db/phpmyadmin/Manifest|  1 +
 dev-db/phpmyadmin/phpmyadmin-4.8.4.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index c073636f8f5..0765f798414 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,2 +1,3 @@
 DIST phpMyAdmin-4.7.8-all-languages.tar.xz 6218056 BLAKE2B 
879ef6703711725781fcf3b4c9ab607741c4df0d2f1955f632087e33b599e54128c0811dbd125d9015a0ec597dd6d9af54e7136e91f8637badf698ad7a30b8ba
 SHA512 
ae6edcfba72413a6e0af0b120a99809320a840ab332ae77263f21e14f3b34a38cca70591628ba5818d6732ff6d23551ea51cbf6a75012d2326d0fab1c2a1b9ae
 DIST phpMyAdmin-4.8.3-all-languages.tar.xz 5996528 BLAKE2B 
cf00bab32547c5a6e8c81f529e5b074e3a7c576a7991d6823239172f91cebad7e1b10e2baee589043bf8a5d1d37470a7614a038a0054eaa18e74028bf3cecfd4
 SHA512 
95998eda6a2db9020671073c62458d819cbd5e54c5f56f467b109401f6b9ebd2dfbc34cc840980bf2d3a7ee3bc93683b7fe20d9bd72b537d8aa066d39089ff89
+DIST phpMyAdmin-4.8.4-all-languages.tar.xz 6012216 BLAKE2B 
3e6503a7f2d76c6c9e7d8064ef2eb3ea21ee5ef040c0439e24afe9388f8f47aef4fbd8cbe27ae809f45f2c789a289f529a3eda1cf91ef80681d1f76147d753ee
 SHA512 
4f7018416fb925b28d5e061ebba4d99c45497f0e33c6a4bfa32aaa74197a429d61469d8084fd5ea6b23a3c81905e072b5508f9a87c75e18e0ac596ff2121

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.8.4.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.8.4.ebuild
new file mode 100644
index 000..646226a38ba
--- /dev/null
+++ b/dev-db/phpmyadmin/phpmyadmin-4.8.4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils webapp
+
+MY_PV=${PV/_/-}
+MY_PN="phpMyAdmin"
+MY_P="${MY_PN}-${MY_PV}-all-languages"
+
+DESCRIPTION="Web-based administration for MySQL database in PHP"
+HOMEPAGE="https://www.phpmyadmin.net/";
+SRC_URI="https://files.phpmyadmin.net/${MY_PN}/${MY_PV}/${MY_P}.tar.xz";
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE="setup"
+
+RDEPEND="
+   dev-lang/php[ctype,filter,json,session,unicode]
+   || (
+   dev-lang/php[mysqli]
+   dev-lang/php[mysql]
+   )
+   virtual/httpd-php:*
+"
+
+need_httpd_cgi
+
+S="${WORKDIR}"/${MY_P}
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
+   rm -f LICENSE README* RELEASE-DATE-${MY_PV}
+
+   if ! use setup; then
+   rm -rf setup || die "Cannot remove setup utility"
+   elog "The phpMyAdmin setup utility has been removed."
+   elog "It is a regular target of various exploits. If you need 
it, set USE=setup."
+   else
+   elog "You should consider disabling the setup USE flag"
+   elog "to exclude the setup utility if you don't use it."
+   elog "It regularly is the target of various exploits."
+   fi
+
+   insinto "${MY_HTDOCSDIR#${EPREFIX}}"
+   doins -r .
+
+   webapp_configfile 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
+   webapp_serverowned 
"${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
+   webapp_src_install
+}



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

2018-12-11 Thread Mike Gilbert
commit: 3f2caba874ab5d0a38302c994b6c4c19a80f0a36
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec 11 17:20:29 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 11 17:48:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2caba8

dev-python/protobuf-python: Version bumps (3.6.1.1, 3.6.1.2, 3.6.1.3).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-python/protobuf-python/Manifest|  3 ++
 .../protobuf-python/protobuf-python-3.6.1.1.ebuild | 51 ++
 .../protobuf-python/protobuf-python-3.6.1.2.ebuild | 50 +
 .../protobuf-python/protobuf-python-3.6.1.3.ebuild | 50 +
 4 files changed, 154 insertions(+)

diff --git a/dev-python/protobuf-python/Manifest 
b/dev-python/protobuf-python/Manifest
index 8c43bdcbda4..587e2bfbd47 100644
--- a/dev-python/protobuf-python/Manifest
+++ b/dev-python/protobuf-python/Manifest
@@ -1,4 +1,7 @@
 DIST protobuf-3.5.1.1.tar.gz 4584489 BLAKE2B 
995ee2f06a6358e9935b488269ee50f0dccede417c1757828b0108fbe8c67034301f3a9cb87517430acd9838ae71bb677f4edd8b59b2418f99c15d8ea3d33591
 SHA512 
f25ecf772facc8efd196b7c06012ce9ec24152b2c0cde38ed2e29ecded8f534221b008e649f4cbd991436ad3436130cd2e31d51e75019d08240d518111fb4496
 DIST protobuf-3.5.2.tar.gz 4584659 BLAKE2B 
f582212169d802a5844574eb900c9f8cbb343b7e73f2074e5ff0bfc544ebd13f4bc2b78271fb70f4465d78fdc39972ed68339f453c0d3ffe98d8564fbf520544
 SHA512 
09d10cf0c07a0ba249428bbf20f5dbed840965fa06b3c09682f286a4dee9d84bb96f3b5b50e993d48ef1f20440531255ce7d0e60a648bf3fe536a5f2b0b74181
 DIST protobuf-3.6.0.1.tar.gz 4483964 BLAKE2B 
8afc1e4f4a6eba0eb453fa7cbee8e8ab4986ab9dda39a0005de9d07ec4bd4fd27a5af4ab359b139b4117a5da580be6da3387295266625ee8cc7ec9421c5c0235
 SHA512 
63cd799d5d6edbb05a87bc07992271c5bdb9595366d698b4dc5476cc89dc278d1c43186b9e56340958aefea2ce23e15a9c3a550158414add868b56e789ceafe4
+DIST protobuf-3.6.1.1.tar.gz 4489116 BLAKE2B 
4ed5da3dcb56245b3ce2f979142d5e77837e8e1fbc2f0af27be48664b8b7dfa2ec44382cf75678d226dd665c289f81d95bf04c5f2795fcdd759aa8ec630dba1f
 SHA512 
df59ed966047471d7296883a4500d657eee5e7d8713dd7e44f3f2e0b8c4400e85cb511b316f2fa8518620f1074fd0cad8ee9538c063ac371d6b59358de81ee88
+DIST protobuf-3.6.1.2.tar.gz 4490331 BLAKE2B 
be5fac5a38369b21941c3c615a97cf35d05a24ee03536b6ea6c1c797a82a0a7f8ecc3630b62af7728f063c850c4faac8ae670171a18bacd44e2a2fb38b2e6fce
 SHA512 
557ffb1216f663df94a16cd8e51e20acf42378913d656f56402c6653cb58ce6a83f77a6050bd846460c7dcac59bb41ad03ac003b0b06250df6a97fd17f8a2c7c
+DIST protobuf-3.6.1.3.tar.gz 4490599 BLAKE2B 
5a058f937330bd562e364a8d86e0b1376fdac9fded0fd23d6914cb59c5c15e8bfc1e203ea36b5a4eece8919708c1a9a6616b0ec2028d6ec339704da53ed81963
 SHA512 
9eadb46c7daa19e612516958169bc90943b38b429a4b2cf2171b66b57f50a2f8a9b66cbf58bdd44517af414b78e0f3ab2e1361891dc60ecd098185da2638d37e
 DIST protobuf-3.6.1.tar.gz 4485582 BLAKE2B 
546c49759df784018459809b9db692c5c94aef5d717183af5cd9edd96b4c658e759f23950cdcd5dddceaaad06ea1de2a2357b9fa8c496ed5d538fc5920174da0
 SHA512 
1bc175d24b49de1b1e41eaf39598194e583afffb924c86c8d2e569d935af21874be76b2cbd4d9655a1d38bac3d4cd811de88bc2c72d81bad79115e69e5b0d839

diff --git a/dev-python/protobuf-python/protobuf-python-3.6.1.1.ebuild 
b/dev-python/protobuf-python/protobuf-python-3.6.1.1.ebuild
new file mode 100644
index 000..519a54dffe3
--- /dev/null
+++ b/dev-python/protobuf-python/protobuf-python-3.6.1.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2008-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6,3_7})
+
+inherit distutils-r1
+
+DESCRIPTION="Google's Protocol Buffers - Python bindings"
+HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/protocolbuffers/protobuf";
+SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+   ~dev-libs/protobuf-${PV}
+   dev-python/namespace-google[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   !https://developers.google.com/protocol-buffers/ 
https://github.com/protocolbuffers/protobuf";
+SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+   ~dev-libs/protobuf-${PV}
+   dev-python/namespace-google[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   !https://deve

[gentoo-commits] repo/gentoo:master commit in: net-irc/kvirc/

2018-12-11 Thread Mike Gilbert
commit: 83dd2bd9325cd156bdf345e729d8e046effa6271
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec 11 17:27:47 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 11 17:48:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83dd2bd9

net-irc/kvirc: Version bump (5.0_pre20181205184837).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-irc/kvirc/Manifest   |   1 +
 net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild | 148 +++
 2 files changed, 149 insertions(+)

diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest
index 07aed4d8184..433b445baa8 100644
--- a/net-irc/kvirc/Manifest
+++ b/net-irc/kvirc/Manifest
@@ -1,2 +1,3 @@
 DIST kvirc-5.0_pre20180819121252.tar.gz 6049652 BLAKE2B 
b4712e089a26498a7a3e4df10fe0def377814a9cc4082f55c2177da4929bc2fb02fbc947ee0603b62175a5cee657f6316ca246a275e96df71bd9d938453d4604
 SHA512 
de7ccb0f698488599ba3f58ca46ef2427632bdf1870d576baea8634e530cbe7654f60d4cdd58447301c4401941ef8b4e810f4d3eb4d6468a2899b80484380ea7
 DIST kvirc-5.0_pre20181013192652.tar.gz 5961689 BLAKE2B 
9ee5536688e5e193b88e6425591d309396cd1c135622fd682fcc86e832ee72010493877d33bddd3a86bf6c18d34b252e6a4689f7001252e149eefbfd100da977
 SHA512 
1856f3fab772f04e01e6a367e101bdde0732c4439399f821cd50ffd4173b89de023e1da20327692387b3f002bda0f0880737a6f5f001e0112ae45e1257b0db24
+DIST kvirc-5.0_pre20181205184837.tar.gz 5968276 BLAKE2B 
eb1c2a38cedbae3f7e7951bdd4250e349d8c6745a24df30f81ccebf8fa0ac9bdca27f835b0d2bda261baff81d018eae58c5169656791f4436ff221cba7890e85
 SHA512 
fbfcf1b1bcd9dfb1207669ee61a7fa8023ceeb2b679e95c378ed1224020c901fb4a6b68b7505704874e935df2228be4ccfd36121a87aafc5ace41c5392058132

diff --git a/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild 
b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild
new file mode 100644
index 000..9423a1c8ccd
--- /dev/null
+++ b/net-irc/kvirc/kvirc-5.0_pre20181205184837.ebuild
@@ -0,0 +1,148 @@
+# Copyright 2009-2018 Arfrever Frehtes Taifersar Arahesis
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=(python2_7)
+
+inherit cmake-utils flag-o-matic gnome2-utils python-single-r1 xdg-utils
+
+if [[ "${PV}" == "" ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/kvirc/KVIrc";
+   KVIRC_GIT_REVISION=""
+   KVIRC_GIT_SOURCES_DATE=""
+else
+   inherit vcs-snapshot
+
+   KVIRC_GIT_REVISION="f06b4f0397fa7feb23713e4fe4c00759d2cced71"
+   KVIRC_GIT_SOURCES_DATE="${PV#*_pre}"
+   
KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}"
+fi
+
+DESCRIPTION="Advanced IRC Client"
+HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc";
+if [[ "${PV}" == "" ]]; then
+   SRC_URI=""
+else
+   
SRC_URI="https://github.com/kvirc/KVIrc/archive/${KVIRC_GIT_REVISION}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="kvirc"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="audiofile +dbus dcc_video debug doc gsm kde +nls oss +perl +phonon 
profile +python spell +ssl theora webkit"
+REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtsql:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   dev-qt/qtxml:5
+   sys-libs/zlib:0=
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   audiofile? ( media-libs/audiofile )
+   dbus? ( dev-qt/qtdbus:5 )
+   dcc_video? ( dev-qt/qtmultimedia:5[widgets] )
+   kde? (
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/knotifications:5
+   kde-frameworks/kservice:5
+   kde-frameworks/kwindowsystem:5
+   kde-frameworks/kxmlgui:5
+   )
+   perl? ( dev-lang/perl:0= )
+   phonon? ( media-libs/phonon[qt5(+)] )
+   python? ( ${PYTHON_DEPS} )
+   spell? ( app-text/enchant:0= )
+   ssl? ( dev-libs/openssl:0= )
+   theora? (
+   media-libs/libogg
+   media-libs/libtheora
+   media-libs/libvorbis
+   )
+   webkit? ( dev-qt/qtwebkit:5 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   kde? ( kde-frameworks/extra-cmake-modules:5 )
+   nls? ( sys-devel/gettext )"
+RDEPEND="${RDEPEND}
+   gsm? ( media-sound/gsm )"
+
+DOCS=()
+
+pkg_setup() {
+   if use python; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   if [[ "${PV}" == "" ]]; then
+   KVIRC_GIT_REVISION="$(git show -s --format=%H)"
+   KVIRC_GIT_SOURCES_DATE="$(git show -s --format=%cd 
--date=short)"
+   fi
+   einfo "Setting of 

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

2018-12-11 Thread Mike Gilbert
commit: 1a9f609bc7022ff74d7c7b909298baccf4291942
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec 11 17:08:55 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 11 17:48:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9f609b

dev-java/protobuf-java: Version bumps (3.6.1.1, 3.6.1.2, 3.6.1.3).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-java/protobuf-java/Manifest|  3 ++
 .../protobuf-java/protobuf-java-3.6.1.1.ebuild | 37 ++
 .../protobuf-java/protobuf-java-3.6.1.2.ebuild | 37 ++
 .../protobuf-java/protobuf-java-3.6.1.3.ebuild | 37 ++
 4 files changed, 114 insertions(+)

diff --git a/dev-java/protobuf-java/Manifest b/dev-java/protobuf-java/Manifest
index 8c43bdcbda4..587e2bfbd47 100644
--- a/dev-java/protobuf-java/Manifest
+++ b/dev-java/protobuf-java/Manifest
@@ -1,4 +1,7 @@
 DIST protobuf-3.5.1.1.tar.gz 4584489 BLAKE2B 
995ee2f06a6358e9935b488269ee50f0dccede417c1757828b0108fbe8c67034301f3a9cb87517430acd9838ae71bb677f4edd8b59b2418f99c15d8ea3d33591
 SHA512 
f25ecf772facc8efd196b7c06012ce9ec24152b2c0cde38ed2e29ecded8f534221b008e649f4cbd991436ad3436130cd2e31d51e75019d08240d518111fb4496
 DIST protobuf-3.5.2.tar.gz 4584659 BLAKE2B 
f582212169d802a5844574eb900c9f8cbb343b7e73f2074e5ff0bfc544ebd13f4bc2b78271fb70f4465d78fdc39972ed68339f453c0d3ffe98d8564fbf520544
 SHA512 
09d10cf0c07a0ba249428bbf20f5dbed840965fa06b3c09682f286a4dee9d84bb96f3b5b50e993d48ef1f20440531255ce7d0e60a648bf3fe536a5f2b0b74181
 DIST protobuf-3.6.0.1.tar.gz 4483964 BLAKE2B 
8afc1e4f4a6eba0eb453fa7cbee8e8ab4986ab9dda39a0005de9d07ec4bd4fd27a5af4ab359b139b4117a5da580be6da3387295266625ee8cc7ec9421c5c0235
 SHA512 
63cd799d5d6edbb05a87bc07992271c5bdb9595366d698b4dc5476cc89dc278d1c43186b9e56340958aefea2ce23e15a9c3a550158414add868b56e789ceafe4
+DIST protobuf-3.6.1.1.tar.gz 4489116 BLAKE2B 
4ed5da3dcb56245b3ce2f979142d5e77837e8e1fbc2f0af27be48664b8b7dfa2ec44382cf75678d226dd665c289f81d95bf04c5f2795fcdd759aa8ec630dba1f
 SHA512 
df59ed966047471d7296883a4500d657eee5e7d8713dd7e44f3f2e0b8c4400e85cb511b316f2fa8518620f1074fd0cad8ee9538c063ac371d6b59358de81ee88
+DIST protobuf-3.6.1.2.tar.gz 4490331 BLAKE2B 
be5fac5a38369b21941c3c615a97cf35d05a24ee03536b6ea6c1c797a82a0a7f8ecc3630b62af7728f063c850c4faac8ae670171a18bacd44e2a2fb38b2e6fce
 SHA512 
557ffb1216f663df94a16cd8e51e20acf42378913d656f56402c6653cb58ce6a83f77a6050bd846460c7dcac59bb41ad03ac003b0b06250df6a97fd17f8a2c7c
+DIST protobuf-3.6.1.3.tar.gz 4490599 BLAKE2B 
5a058f937330bd562e364a8d86e0b1376fdac9fded0fd23d6914cb59c5c15e8bfc1e203ea36b5a4eece8919708c1a9a6616b0ec2028d6ec339704da53ed81963
 SHA512 
9eadb46c7daa19e612516958169bc90943b38b429a4b2cf2171b66b57f50a2f8a9b66cbf58bdd44517af414b78e0f3ab2e1361891dc60ecd098185da2638d37e
 DIST protobuf-3.6.1.tar.gz 4485582 BLAKE2B 
546c49759df784018459809b9db692c5c94aef5d717183af5cd9edd96b4c658e759f23950cdcd5dddceaaad06ea1de2a2357b9fa8c496ed5d538fc5920174da0
 SHA512 
1bc175d24b49de1b1e41eaf39598194e583afffb924c86c8d2e569d935af21874be76b2cbd4d9655a1d38bac3d4cd811de88bc2c72d81bad79115e69e5b0d839

diff --git a/dev-java/protobuf-java/protobuf-java-3.6.1.1.ebuild 
b/dev-java/protobuf-java/protobuf-java-3.6.1.1.ebuild
new file mode 100644
index 000..21b22d791b7
--- /dev/null
+++ b/dev-java/protobuf-java/protobuf-java-3.6.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2008-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Google's Protocol Buffers - Java bindings"
+HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/protocolbuffers/protobuf";
+SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="~dev-libs/protobuf-${PV}
+   >=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7
+   !https://developers.google.com/protocol-buffers/ 
https://github.com/protocolbuffers/protobuf";
+SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="~dev-libs/protobuf-${PV}
+   >=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7
+   !https://developers.google.com/protocol-buffers/ 
https://github.com/protocolbuffers/protobuf";
+SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
protobuf-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="~dev-libs/protobuf-${PV}
+   >=virtual/jdk-1.7

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

2018-12-11 Thread Mike Gilbert
commit: f79d0f82bb0f6656ff85ddb42638a3a143ef6f47
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec 11 17:02:17 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 11 17:48:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f79d0f82

dev-libs/protobuf: Version bumps (3.6.1.1, 3.6.1.2, 3.6.1.3).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/protobuf/Manifest|   3 +
 dev-libs/protobuf/protobuf-3.6.1.1.ebuild | 108 ++
 dev-libs/protobuf/protobuf-3.6.1.2.ebuild | 108 ++
 dev-libs/protobuf/protobuf-3.6.1.3.ebuild | 108 ++
 4 files changed, 327 insertions(+)

diff --git a/dev-libs/protobuf/Manifest b/dev-libs/protobuf/Manifest
index 8c43bdcbda4..587e2bfbd47 100644
--- a/dev-libs/protobuf/Manifest
+++ b/dev-libs/protobuf/Manifest
@@ -1,4 +1,7 @@
 DIST protobuf-3.5.1.1.tar.gz 4584489 BLAKE2B 
995ee2f06a6358e9935b488269ee50f0dccede417c1757828b0108fbe8c67034301f3a9cb87517430acd9838ae71bb677f4edd8b59b2418f99c15d8ea3d33591
 SHA512 
f25ecf772facc8efd196b7c06012ce9ec24152b2c0cde38ed2e29ecded8f534221b008e649f4cbd991436ad3436130cd2e31d51e75019d08240d518111fb4496
 DIST protobuf-3.5.2.tar.gz 4584659 BLAKE2B 
f582212169d802a5844574eb900c9f8cbb343b7e73f2074e5ff0bfc544ebd13f4bc2b78271fb70f4465d78fdc39972ed68339f453c0d3ffe98d8564fbf520544
 SHA512 
09d10cf0c07a0ba249428bbf20f5dbed840965fa06b3c09682f286a4dee9d84bb96f3b5b50e993d48ef1f20440531255ce7d0e60a648bf3fe536a5f2b0b74181
 DIST protobuf-3.6.0.1.tar.gz 4483964 BLAKE2B 
8afc1e4f4a6eba0eb453fa7cbee8e8ab4986ab9dda39a0005de9d07ec4bd4fd27a5af4ab359b139b4117a5da580be6da3387295266625ee8cc7ec9421c5c0235
 SHA512 
63cd799d5d6edbb05a87bc07992271c5bdb9595366d698b4dc5476cc89dc278d1c43186b9e56340958aefea2ce23e15a9c3a550158414add868b56e789ceafe4
+DIST protobuf-3.6.1.1.tar.gz 4489116 BLAKE2B 
4ed5da3dcb56245b3ce2f979142d5e77837e8e1fbc2f0af27be48664b8b7dfa2ec44382cf75678d226dd665c289f81d95bf04c5f2795fcdd759aa8ec630dba1f
 SHA512 
df59ed966047471d7296883a4500d657eee5e7d8713dd7e44f3f2e0b8c4400e85cb511b316f2fa8518620f1074fd0cad8ee9538c063ac371d6b59358de81ee88
+DIST protobuf-3.6.1.2.tar.gz 4490331 BLAKE2B 
be5fac5a38369b21941c3c615a97cf35d05a24ee03536b6ea6c1c797a82a0a7f8ecc3630b62af7728f063c850c4faac8ae670171a18bacd44e2a2fb38b2e6fce
 SHA512 
557ffb1216f663df94a16cd8e51e20acf42378913d656f56402c6653cb58ce6a83f77a6050bd846460c7dcac59bb41ad03ac003b0b06250df6a97fd17f8a2c7c
+DIST protobuf-3.6.1.3.tar.gz 4490599 BLAKE2B 
5a058f937330bd562e364a8d86e0b1376fdac9fded0fd23d6914cb59c5c15e8bfc1e203ea36b5a4eece8919708c1a9a6616b0ec2028d6ec339704da53ed81963
 SHA512 
9eadb46c7daa19e612516958169bc90943b38b429a4b2cf2171b66b57f50a2f8a9b66cbf58bdd44517af414b78e0f3ab2e1361891dc60ecd098185da2638d37e
 DIST protobuf-3.6.1.tar.gz 4485582 BLAKE2B 
546c49759df784018459809b9db692c5c94aef5d717183af5cd9edd96b4c658e759f23950cdcd5dddceaaad06ea1de2a2357b9fa8c496ed5d538fc5920174da0
 SHA512 
1bc175d24b49de1b1e41eaf39598194e583afffb924c86c8d2e569d935af21874be76b2cbd4d9655a1d38bac3d4cd811de88bc2c72d81bad79115e69e5b0d839

diff --git a/dev-libs/protobuf/protobuf-3.6.1.1.ebuild 
b/dev-libs/protobuf/protobuf-3.6.1.1.ebuild
new file mode 100644
index 000..1d00ee9032f
--- /dev/null
+++ b/dev-libs/protobuf/protobuf-3.6.1.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2008-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools elisp-common flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing 
structured data"
+HOMEPAGE="https://developers.google.com/protocol-buffers/ 
https://github.com/protocolbuffers/protobuf";
+SRC_URI="https://github.com/protocolbuffers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="emacs examples static-libs test zlib"
+RESTRICT="!test? ( test )"
+
+BDEPEND="emacs? ( virtual/emacs )"
+DEPEND="test? ( >=dev-cpp/gtest-1.8.0[${MULTILIB_USEDEP}] )
+   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )"
+RDEPEND="emacs? ( virtual/emacs )
+   zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.6.0-disable_no-warning-test.patch"
+   "${FILESDIR}/${PN}-3.6.0-system_libraries.patch"
+   "${FILESDIR}/${PN}-3.6.0-protoc_input_output_files.patch"
+   "${FILESDIR}/${PN}-3.6.1-libatomic_linking.patch"
+)
+
+DOCS=(CHANGES.txt CONTRIBUTORS.txt README.md)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-cppflags -DGOOGLE_PROTOBUF_NO_RTTI
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   local options=(
+   $(use_enable static-libs static)
+ 

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

2018-12-11 Thread Mike Gilbert
commit: 4c8d7cfc83e4b5fc95bc450a28f4f91030814325
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec 11 17:41:32 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Dec 11 17:48:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8d7cfc

dev-db/sqlite: Stabilize 3.25.3 on amd64/x86.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

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

diff --git a/dev-db/sqlite/sqlite-3.25.3.ebuild 
b/dev-db/sqlite/sqlite-3.25.3.ebuild
index 87da0102ad5..61bbad0547d 100644
--- a/dev-db/sqlite/sqlite-3.25.3.ebuild
+++ b/dev-db/sqlite/sqlite-3.25.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="doc? ( 
https://sqlite.org/2018/${PN}-doc-${DOC_PV}.zip )
 
 LICENSE="public-domain"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-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 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/files/, gnome-base/nautilus/

2018-12-11 Thread Mart Raudsepp
commit: 0d63624f08af0799d2634447f5198dc5f27fc016
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Dec 11 18:05:12 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Dec 11 18:09:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d63624f

gnome-base/nautilus: bump to 3.26.4

Revision r2 to show up as an upgrade to gnome overlay users,
as this one includes a crash fix patch from upstream branch.

Re-enabled tests - they seem to work with meson now.

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 gnome-base/nautilus/Manifest   |   1 +
 .../files/3.26.4-file-view-crash-fix.patch |  81 +++
 .../files/3.26.4-optional-introspection.patch  |  49 
 .../nautilus/files/3.26.4-optional-tracker.patch   | 264 +
 gnome-base/nautilus/nautilus-3.26.4-r2.ebuild  | 109 +
 5 files changed, 504 insertions(+)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index da9b1018890..14a2ae53b9e 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1 +1,2 @@
 DIST nautilus-3.24.2.1.tar.xz 5143440 BLAKE2B 
731046b6bdd0817b770cf3e2f0667187bfde613cf1a15611e6ec06e74bc3c2432ca66894119f224023fe46b01fd777d3dde2d2ac7bba0a9eb0fd71d38e1756ff
 SHA512 
f6868600bcdc82071b3a63f4e4a0f7decf0d72e021eb3d0c26e914413c858163ee4403c4f3ef7689556a0fc91394f30cff9a3db14da030b277b50972c7b80a07
+DIST nautilus-3.26.4.tar.xz 3267652 BLAKE2B 
56986b8d87afc0ea7ce6f1f56ae06c7cfb05d060414aad428145a6c2cb631b9d4ebbeaefabb0f0ceeb5f930ae94737f8dfcabb300554a59c2b7d5a53d1ee3cd1
 SHA512 
2a50a2a9ae6ffbe4b706d46fb47e5f54f42e645189b3548d1904c3ddf882ef4a94819740c6821fe50c662a9013ab43bb9b7b3dbdfc779ecc82f16170b4867973

diff --git a/gnome-base/nautilus/files/3.26.4-file-view-crash-fix.patch 
b/gnome-base/nautilus/files/3.26.4-file-view-crash-fix.patch
new file mode 100644
index 000..72077f4a9fa
--- /dev/null
+++ b/gnome-base/nautilus/files/3.26.4-file-view-crash-fix.patch
@@ -0,0 +1,81 @@
+From 834c4e7fe39f7053efdb126f9e1835e6b8e529f4 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= 
+Date: Thu, 26 Jul 2018 02:55:19 +
+Subject: [PATCH 1/3] file-view: Always unset pending_selection after freeing
+ it
+
+When a file view was loaded with a pending selection, and not all the files 
were
+seen yet, the private pending_selection list was properly free'd, but the 
pointer
+was not cleared, causing a crash when `nautilus_files_view_set_selection` was
+called again, as it was trying to deeply copy a list pointed by this invalid
+reference.
+
+So, removing the unneeded `pending_selection` temporary pointer from the main
+function scope, as it only confuses, while use it (with an autolist) when we
+need to pass the previous `priv->pending_selection` (stealing its ownership)
+to set_selection again.
+
+Eventually use a g_clear_pointer to free the list and nullify its priv 
reference
+
+Fixes #295
+
+(cherry picked from commit ae3382a281b018337a8032ef13663ec2d9c7fd6c)
+---
+ src/nautilus-files-view.c | 16 +++-
+ 1 file changed, 7 insertions(+), 9 deletions(-)
+
+diff --git a/src/nautilus-files-view.c b/src/nautilus-files-view.c
+index 8784f63f8..36d791f80 100644
+--- a/src/nautilus-files-view.c
 b/src/nautilus-files-view.c
+@@ -3556,7 +3556,6 @@ done_loading (NautilusFilesView *view,
+   gboolean   all_files_seen)
+ {
+ NautilusFilesViewPrivate *priv;
+-GList *pending_selection;
+ GList *selection;
+ gboolean do_reveal = FALSE;
+ 
+@@ -3577,21 +3576,23 @@ done_loading (NautilusFilesView *view,
+ nautilus_files_view_update_toolbar_menus (view);
+ reset_update_interval (view);
+ 
+-pending_selection = priv->pending_selection;
+ selection = nautilus_view_get_selection (NAUTILUS_VIEW (view));
+ 
+ if (nautilus_view_is_searching (NAUTILUS_VIEW (view)) &&
+-all_files_seen && !selection && !pending_selection)
++all_files_seen && selection == NULL && priv->pending_selection == 
NULL)
+ {
+ nautilus_files_view_select_first (view);
+ do_reveal = TRUE;
+ }
+-else if (pending_selection != NULL && all_files_seen)
++else if (priv->pending_selection != NULL && all_files_seen)
+ {
+-priv->pending_selection = NULL;
++GList *pending_selection;
++pending_selection = g_steal_pointer (&priv->pending_selection);
+ 
+ nautilus_files_view_call_set_selection (view, pending_selection);
+ do_reveal = TRUE;
++
++nautilus_file_list_free (pending_selection);
+ }
+ 
+ if (selection)
+@@ -3599,10 +3600,7 @@ done_loading (NautilusFilesView *view,
+ g_list_free_full (selection, g_object_unref);
+ }
+ 
+-if (pending_selection)
+-{
+-g_list_free_full (pe

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

2018-12-11 Thread Mart Raudsepp
commit: 6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Dec 11 18:01:16 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Dec 11 18:09:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc02bf9

gnome-base/nautilus-3.24.2.1: preparation for tracker-2

* Lock tracker to tracker-1, as configure doesn't support
tracker-2.
* Remove nautilus-tracker-tags PDEPEND, as it is rather
unmaintained and going away with tracker-2. Meanwhile, old
tracker has a USE=nautilus that pulls it in anyways, and
another way to enable this in nautilus shouldn't have
existed in the first place. This change is mainly meant to
allow us to hopefully last rite nautilus-tracker-tags
sooner, as all this combined warranted a revbump anyways,
thus getting the deps into user VDBs.

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11

 .../{nautilus-3.24.2.1-r1.ebuild => nautilus-3.24.2.1-r2.ebuild}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild 
b/gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild
similarity index 96%
rename from gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild
rename to gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild
index 549e934e5d7..ae97ee6cbaa 100644
--- a/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild
+++ b/gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild
@@ -39,7 +39,7 @@ COMMON_DEPEND="
exif? ( >=media-libs/libexif-0.6.20 )
introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
selinux? ( >=sys-libs/libselinux-2 )
-   tracker? ( >=app-misc/tracker-1:= )
+   tracker? ( app-misc/tracker:0/100 )
xmp? ( >=media-libs/exempi-2.1.0:2 )
 "
 DEPEND="${COMMON_DEPEND}
@@ -62,7 +62,6 @@ RDEPEND="${COMMON_DEPEND}
 
 PDEPEND="
gnome? ( x11-themes/adwaita-icon-theme )
-   tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 )
previewer? ( >=gnome-extra/sushi-0.1.9 )
sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 )
>=gnome-base/gvfs-1.14[gtk(+)]



<    1   2   3   >