[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/

2019-08-31 Thread Michał Górny
commit: 30263ca01c46171f152905ee7df81104de289a28
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 05:25:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 05:25:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30263ca0

app-cdr/cdemu-daemon: Update HOMEPAGE & SRC_URI

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

 app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild 
b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
index 622e8bbf40b..abedc85833f 100644
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
+++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.3.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit cmake-utils
 
 DESCRIPTION="Daemon of the CDEmu optical media image mounting suite"
-HOMEPAGE="http://cdemu.org;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/cdemu-daemon/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt



[gentoo-commits] repo/gentoo:master commit in: app-cdr/gcdemu/

2019-08-31 Thread Michał Górny
commit: 421dbf23f3c3dd1227b2c92a09c6f2041364fd3b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 05:24:32 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 05:24:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421dbf23

app-cdr/gcdemu: Bump to 3.2.3

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

 app-cdr/gcdemu/Manifest|  1 +
 app-cdr/gcdemu/gcdemu-3.2.3.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/app-cdr/gcdemu/Manifest b/app-cdr/gcdemu/Manifest
index 6053ffc0b60..9850e9e6c62 100644
--- a/app-cdr/gcdemu/Manifest
+++ b/app-cdr/gcdemu/Manifest
@@ -1,2 +1,3 @@
 DIST gcdemu-3.2.1.tar.bz2 52231 BLAKE2B 
f6b0025f6c5e79fe7312bf15b467327152e561db33f6190847e4e702cb98ff8005b37fe997c721b5c76cd64d64bafef1c015a9151c0ee200c52efcb849c93dba
 SHA512 
c2da75d985981ccd0b44f210745670501fecd0ae7c60bde783fc5f91ab4c629c6eab9e8b35df906b5669b6518d3bdf36c5814b513c0f3e2d703659d23df1c82e
 DIST gcdemu-3.2.2.tar.bz2 52251 BLAKE2B 
9defe9972e0ec1a594cc354113ef4877846a9abc152ea6768e7089c76b20e8cb488e2c988d92cc459abd10fbf4cdd9d2f5ad425b1ffd23dffca75d18352a0a3e
 SHA512 
831c49e7929c379585fa48b0860054b8246c1798c783dc390edd781fca0e8c85450cb49d1e920e3f0ff29130c1049cd12e0c117851377557826803dfad9e8a8f
+DIST gcdemu-3.2.3.tar.bz2 52229 BLAKE2B 
9f8d0b6e04b438c0637f42875b144ad4d1a643b8f1216d868040121e417203ffedbf983fec235eb30bf9d11bcfe142e52c1c89966ac3b64442071d0897a9e8bf
 SHA512 
1d31b9edeb45c7dd438fc645c7513877fe89f78cf262c282bba2d2e7f9a99a8499e607bf00f880186bd4a37a8ebbcc5ba14e1e014254e767a8335396d6e2

diff --git a/app-cdr/gcdemu/gcdemu-3.2.3.ebuild 
b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
new file mode 100644
index 000..c5f5aef215a
--- /dev/null
+++ b/app-cdr/gcdemu/gcdemu-3.2.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit cmake-utils gnome2-utils python-single-r1 xdg-utils
+
+DESCRIPTION="Gtk+ GUI for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/gcdemu/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# librsvg for pixbuf-loader
+RDEPEND="${PYTHON_DEPS}
+   app-cdr/cdemu-daemon:0/7
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   gnome-base/librsvg:2
+   x11-libs/gdk-pixbuf[introspection]
+   x11-libs/gtk+:3[introspection]
+   x11-libs/libnotify[introspection]"
+DEPEND="
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+   python_fix_shebang src/gcdemu
+}
+
+src_configure() {
+   local mycmakeargs=( -DPOST_INSTALL_HOOKS=OFF )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   gnome2_schemas_update
+}



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

2019-08-31 Thread Michał Górny
commit: 1de9b41f54111d37001a1dbbd9fecdf4f23b9427
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 05:16:02 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 05:20:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de9b41f

sys-fs/vhba: Bump to 20190831

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

 sys-fs/vhba/Manifest |  1 +
 sys-fs/vhba/vhba-20190831.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/sys-fs/vhba/Manifest b/sys-fs/vhba/Manifest
index d70612f60b7..24e3e366248 100644
--- a/sys-fs/vhba/Manifest
+++ b/sys-fs/vhba/Manifest
@@ -1,2 +1,3 @@
 DIST vhba-module-20190410.tar.bz2 15741 BLAKE2B 
6d513877c771b1c4c5805231cf8bb1d29dd3c6de7d91879ef1898fdc424df026b0835a772f398dcdc7d8900db462164a40e46c9b66b38ed70f5b5f6a0e7e
 SHA512 
e4b30bea8464d8ac24fd2fddca9d41052af2f5b3dc9e054ead47991bff41366be377600075627c40261722c88c20ed2eaf65fa7afb34690ef09a6f4ea6f9351f
 DIST vhba-module-20190827.tar.bz2 15570 BLAKE2B 
54a50f14659e388c0d53edce842633a3d85bae66483d27e458a83fcc7c547a804e83d34bba0e9a11a0b7e4e533f78c7014ac8e1235a83a7dc6aa13671cb9a823
 SHA512 
e84ffbbace9964b5fda844d3dd5201ae969ca017886a709d814670a371631376ebb2b1f05775c14ace43e84ed7fc0340638e485ac2a386db530cc25a9fa6e534
+DIST vhba-module-20190831.tar.bz2 15570 BLAKE2B 
202f28a0729eddce907f5fc46f99a52b116948a376c0f2aaab3b9340f88fc248151c3ec592f2f60e52a07eeed4f551d6f270b4464605bce9df4badf9fa8ed322
 SHA512 
f43cb9b5730c4d634b58d3dd204610dbc86fdc520d4cfee6c9efbae3bb2acb88f5663e5fbd2b11b5ef9e3b6ad7d4dd0ecf9728dc36ac0b492bd06e0806223591

diff --git a/sys-fs/vhba/vhba-20190831.ebuild b/sys-fs/vhba/vhba-20190831.ebuild
new file mode 100644
index 000..5dea07de579
--- /dev/null
+++ b/sys-fs/vhba/vhba-20190831.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils linux-mod udev
+
+MY_P=vhba-module-${PV}
+DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/vhba-module/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/udev"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+MODULE_NAMES="vhba(block:${S})"
+BUILD_TARGETS=modules
+
+pkg_setup() {
+   CONFIG_CHECK="~BLK_DEV_SR ~CHR_DEV_SG"
+   check_extra_config
+   BUILD_PARAMS="KDIR=${KV_OUT_DIR}"
+   linux-mod_pkg_setup
+}
+
+src_prepare() {
+   # Avoid -Werror problems
+   sed -i -e '/ccflags/s/-Werror/-Wall/' Makefile || die "sed failed"
+
+   eapply_user
+}
+
+src_install() {
+   dodoc AUTHORS ChangeLog README
+   linux-mod_src_install
+
+   einfo "Generating udev rules ..."
+   dodir "$(get_udevdir)"/rules.d
+   cat > "${D}$(get_udevdir)"/rules.d/69-vhba.rules <<-EOF || die
+   # do not edit this file, it will be overwritten on update
+   #
+   KERNEL=="vhba_ctl", SUBSYSTEM=="misc", TAG+="uaccess"
+   EOF
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/

2019-08-31 Thread Michał Górny
commit: ce60b4c336146a31f1b362afc0012378a76c3dd9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 05:23:30 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 05:23:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce60b4c3

app-cdr/cdemu: Bump to 3.2.3

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

 app-cdr/cdemu/Manifest   |  1 +
 app-cdr/cdemu/cdemu-3.2.3.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/app-cdr/cdemu/Manifest b/app-cdr/cdemu/Manifest
index 469a0d6f7b1..dd3a3d4598d 100644
--- a/app-cdr/cdemu/Manifest
+++ b/app-cdr/cdemu/Manifest
@@ -1,2 +1,3 @@
 DIST cdemu-client-3.2.1.tar.bz2 43584 BLAKE2B 
d34c09203b7b4e70161d62aee48d531b083952174fd2357bf0fc7b69a0fd59200bedb9ca87fe2d2c18c953979c84e9db3fec4d5fb500375f0bcc155dcaf5cedb
 SHA512 
913c26754d16c339d7ddb4e00cc7d5b754ad6cc7f1a156c9448b51ed09468cf9e8a2bc74ed123a621278d2ad281e447d33ee06c3416bc1d0d2e6c2becd539154
 DIST cdemu-client-3.2.2.tar.bz2 44305 BLAKE2B 
3a656bfda48a502752cb2b14df413a26467a1512b867cc1519f3dfd21b764a8086135a70b13272f258eb079ce169f58af55665e56238a7ba57cf4e9d84f07751
 SHA512 
ab5c1b1c741945618581bedb18a6eebdcb55915dc811e4247f0c3afe17729f7fbfaaaec10302e444a2f237c5a1401aa402a614685a84c63442907982e759ff41
+DIST cdemu-client-3.2.3.tar.bz2 44311 BLAKE2B 
23451618897a5281478c9d70ded357089a4baaf47b22f36b4add9c5d2c899478629ce034cce0e593b501a127cdc1f5527f0aaf1951f709bf4c2d131e898045a2
 SHA512 
5d98870fa42bb639009dc6971747f252f3403eda882bffacf55f647193a1a9fb7a75ad69a7512da3abdcdeb64510b0f163ea997c4d75a804fa93880b62b03dd6

diff --git a/app-cdr/cdemu/cdemu-3.2.3.ebuild b/app-cdr/cdemu/cdemu-3.2.3.ebuild
new file mode 100644
index 000..dc34238bf6a
--- /dev/null
+++ b/app-cdr/cdemu/cdemu-3.2.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit bash-completion-r1 cmake-utils python-single-r1 xdg-utils
+
+MY_P=cdemu-client-${PV}
+DESCRIPTION="Command-line tool for controlling cdemu-daemon"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/cdemu-client/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+cdemu-daemon"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )"
+DEPEND="
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.21
+   >=sys-devel/gettext-0.18
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( AUTHORS README )
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   python_fix_shebang src/cdemu
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DPOST_INSTALL_HOOKS=OFF
+   -DCMAKE_INSTALL_COMPLETIONSDIR="$(get_bashcompdir)"
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



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

2019-08-31 Thread Michał Górny
commit: a383ff1b45b3784f197bc1343f781768fd1bf9c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  1 05:26:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  1 05:29:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a383ff1b

dev-libs/libmirage: Update HOMEPAGE & SRC_URI

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

 dev-libs/libmirage/libmirage-3.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmirage/libmirage-3.2.3.ebuild 
b/dev-libs/libmirage/libmirage-3.2.3.ebuild
index 3ada6248117..51ba1adcb27 100644
--- a/dev-libs/libmirage/libmirage-3.2.3.ebuild
+++ b/dev-libs/libmirage/libmirage-3.2.3.ebuild
@@ -6,8 +6,8 @@ EAPI=7
 inherit cmake-utils xdg-utils
 
 DESCRIPTION="CD and DVD image access library"
-HOMEPAGE="http://cdemu.org;
-SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
+HOMEPAGE="https://cdemu.sourceforge.io;
+SRC_URI="https://download.sourceforge.net/cdemu/libmirage/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0/11" # subslot = libmirage soname version



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

2019-08-31 Thread Zac Medico
commit: d27242e08f17465da9fa94824998c427c5d81f88
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep  1 04:53:49 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep  1 04:58:35 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d27242e0

man/glsa-check.1: remove deprecated "new" target

The "new" target was remove in 82797924dcc6dbfcca22067633cd160ead1199a7.

Fixes: b8cc6a4cd999 ("man/glsa-check.1: update the glsa-check man page")
Reported-by: Aaron Bauman  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 man/glsa-check.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/glsa-check.1 b/man/glsa-check.1
index 6bae0e9ed..bb15cf5a9 100644
--- a/man/glsa-check.1
+++ b/man/glsa-check.1
@@ -4,7 +4,7 @@
 \fBglsa\-check\fR \- Tool to locally monitor and manage GLSAs
 .
 .SH "SYNOPSIS"
-\fBglsa\-check\fR [options] [glsa\-id | all | new | affected]
+\fBglsa\-check\fR [options] [glsa\-id | all | affected]
 .
 .SH "DESCRIPTION"
 \fBglsa\-check\fR is used to locally monitor and manage Gentoo Linux Security 
Advisories\. In order for \fBglsa\-check\fR to be effective, it is required 
that a local repository exists containing GLSA metadata\.



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

2019-08-31 Thread Zac Medico
commit: bb0bb4104b0d6cab16abce9cd6e1683c0b6d5c8d
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Sep  1 00:24:43 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Sep  1 00:30:04 2019 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb0bb410

_backtrack_depgraph: fix premature backtracking termination (bug 693242)

Make backtracking continue as long as the backtracker has remaining
nodes to explore. This fixes a case where it would terminate prematurely
when the depgraph.need_restart() method returned False, even though the
backtracker had remaining nodes to explore.

Bug: https://bugs.gentoo.org/693242
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/depgraph.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 3e99ac077..08240af67 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -9794,8 +9794,8 @@ def _backtrack_depgraph(settings, trees, myopts, 
myparams, myaction, myfiles, sp
elif mydepgraph.need_restart():
backtracked += 1
backtracker.feedback(mydepgraph.get_backtrack_infos())
-   else:
-   break
+   elif backtracker:
+   backtracked += 1
 
if not (success or mydepgraph.need_config_change()) and backtracked:
 



[gentoo-commits] repo/gentoo:master commit in: app-shells/powerline/

2019-08-31 Thread Matthew Thode
commit: 99bd66095559014e402453a1fbe0a771805631f1
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 31 23:06:35 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Aug 31 23:06:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bd6609

app-shells/powerline: initial add

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-shells/powerline/Manifest  |  1 +
 app-shells/powerline/metadata.xml  | 17 +
 app-shells/powerline/powerline-2.7.ebuild  | 26 ++
 app-shells/powerline/powerline-.ebuild | 26 ++
 4 files changed, 70 insertions(+)

diff --git a/app-shells/powerline/Manifest b/app-shells/powerline/Manifest
new file mode 100644
index 000..9a760978567
--- /dev/null
+++ b/app-shells/powerline/Manifest
@@ -0,0 +1 @@
+DIST powerline-status-2.7.tar.gz 233726 BLAKE2B 
fc7b7d6aa5d8e050af07aeee0aa0b7f6f01b7483ea910b87a7027cd55f726d42e41a008feb07429b21ebbd890b12eb56581b8e47fc30a58de6b902bf14d999cb
 SHA512 
053ab74d250b7d835a5f8ec9cb7da4e890f0f50d31be9bab4b393a85e087a6fc010e58d6b3fa530cf39c10671345d032ca1fa9c0f7887a89fea8a4e69b7f1517

diff --git a/app-shells/powerline/metadata.xml 
b/app-shells/powerline/metadata.xml
new file mode 100644
index 000..aa2c5f9bee3
--- /dev/null
+++ b/app-shells/powerline/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   Powerline is a statusline plugin for vim, and provides statuslines and
+   prompts for several other applications, including zsh, bash, fish,
+   tmux, IPython, Awesome, i3 and Qtile.
+   
+   
+   powerline-status
+   powerline/powerline
+   
+

diff --git a/app-shells/powerline/powerline-2.7.ebuild 
b/app-shells/powerline/powerline-2.7.ebuild
new file mode 100644
index 000..79ff69b517e
--- /dev/null
+++ b/app-shells/powerline/powerline-2.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="The ultimate statusline/prompt utility."
+HOMEPAGE="https://github.com/powerline/powerline;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/powerline/powerline;
+   EGIT_BRANCH="develop"
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${WORKDIR}/${PN}-status-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""

diff --git a/app-shells/powerline/powerline-.ebuild 
b/app-shells/powerline/powerline-.ebuild
new file mode 100644
index 000..79ff69b517e
--- /dev/null
+++ b/app-shells/powerline/powerline-.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="The ultimate statusline/prompt utility."
+HOMEPAGE="https://github.com/powerline/powerline;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/powerline/powerline;
+   EGIT_BRANCH="develop"
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+S="${WORKDIR}/${PN}-status-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2019-08-31 Thread Zac Medico
commit: c54beb7de61adbbb367e90f711fe1eba7e323211
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 31 22:08:35 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug 31 22:11:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54beb7d

sys-apps/portage: drop iproute2 dep from 

See: 
https://gitweb.gentoo.org/proj/portage.git/commit/?id=70ec13029e5cc8a1decfab7134d3addea8612bd7
Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 sys-apps/portage/portage-.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-apps/portage/portage-.ebuild 
b/sys-apps/portage/portage-.ebuild
index 8f7a65da1eb..e7c1e8c638f 100644
--- a/sys-apps/portage/portage-.ebuild
+++ b/sys-apps/portage/portage-.ebuild
@@ -54,10 +54,7 @@ RDEPEND="
elibc_glibc? ( >=sys-apps/sandbox-2.2 )
elibc_musl? ( >=sys-apps/sandbox-2.2 )
elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
-   kernel_linux? (
-   sys-apps/iproute2
-   sys-apps/util-linux
-   )
+   kernel_linux? ( sys-apps/util-linux )
>=app-misc/pax-utils-0.1.17
selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
xattr? ( kernel_linux? (



[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2019-08-31 Thread Amadeusz Piotr Żołnowski
commit: 84d5212b8d6c871de600388f92903ea5b0a5abc1
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Sat Aug 31 21:53:32 2019 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Aug 31 21:54:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d5212b

net-mail/notmuch: Don't require sphinx to have specific python target

Sphinx is used as a tool, not a library. We do not care about its
PYTHON_TARGETS.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 net-mail/notmuch/notmuch-0.29.1-r1.ebuild | 237 ++
 1 file changed, 237 insertions(+)

diff --git a/net-mail/notmuch/notmuch-0.29.1-r1.ebuild 
b/net-mail/notmuch/notmuch-0.29.1-r1.ebuild
new file mode 100644
index 000..0124be3ef9a
--- /dev/null
+++ b/net-mail/notmuch/notmuch-0.29.1-r1.ebuild
@@ -0,0 +1,237 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
+   distutils-r1 toolchain-funcs
+
+DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
+HOMEPAGE="https://notmuchmail.org/;
+SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.xz
+   test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )"
+
+LICENSE="GPL-3"
+# Sub-slot corresponds to major wersion of libnotmuch.so.X.Y.  Bump of Y is
+# meant to be binary backward compatible.
+SLOT="0/5"
+KEYWORDS="~alpha ~amd64 ~x86 ~x64-solaris"
+REQUIRED_USE="
+   nmbug? ( python )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? ( crypt emacs python valgrind )
+   "
+IUSE="crypt doc emacs mutt nmbug python test valgrind"
+
+CDEPEND="
+   !!=dev-libs/glib-2.22:2
+   >=dev-libs/gmime-3.0.3:3.0
+   >=dev-libs/xapian-1.4.8:=
+   dev-python/sphinx
+   sys-apps/texinfo
+   >=sys-libs/zlib-1.2.5.2
+   sys-libs/talloc
+   crypt? ( dev-libs/gmime:3.0[crypt] )
+   emacs? ( >=virtual/emacs-23 )
+   python? ( ${PYTHON_DEPS} )
+   "
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+   test? (
+   app-misc/dtach
+   || ( >=app-editors/emacs-23[libxml2] 
>=app-editors/emacs-vcs-23[libxml2] )
+   sys-devel/gdb
+   crypt? ( app-crypt/gnupg dev-libs/openssl )
+   )
+   valgrind? ( dev-util/valgrind )
+   "
+RDEPEND="${CDEPEND}
+   crypt? ( app-crypt/gnupg )
+   nmbug? ( dev-vcs/git )
+   mutt? (
+   dev-perl/File-Which
+   dev-perl/Mail-Box
+   dev-perl/MailTools
+   dev-perl/String-ShellQuote
+   dev-perl/Term-ReadLine-Gnu
+   virtual/perl-Digest-SHA
+   virtual/perl-File-Path
+   virtual/perl-Getopt-Long
+   virtual/perl-Pod-Parser
+   )
+   "
+
+DOCS=( AUTHORS NEWS README )
+SITEFILE="50${PN}-gentoo.el"
+MY_LD_LIBRARY_PATH="${WORKDIR}/${P}/lib"
+PATCHES=(
+   "${FILESDIR}"/${PV}-0001-Use-loopback-IP-address-rather-than-name.patch
+)
+
+bindings() {
+   local ret=0
+
+   if use $1; then
+   pushd bindings/$1 || die
+   shift
+   "$@"
+   ret=$?
+   popd || die
+   fi
+
+   return $ret
+}
+
+pkg_pretend() {
+   if has_version '=notmuch-0.18.  See NEWS file"
+   ewarn "(0.18 section) for details before first use!"
+   ewarn
+   fi
+}
+
+pkg_setup() {
+   if use emacs; then
+   elisp-need-emacs 23 || die "Emacs version too low"
+   fi
+}
+
+src_unpack() {
+   unpack "${P}".tar.xz
+   if use test; then
+   mkdir -p "${S}"/test/test-databases || die
+   cp "${DISTDIR}"/database-v1.tar.xz "${S}"/test/test-databases/ 
|| die
+   fi
+}
+
+src_prepare() {
+   default
+
+   bindings python distutils-r1_src_prepare
+   bindings python mv README README-python || die
+   mv contrib/notmuch-mutt/README contrib/notmuch-mutt/README-mutt || die
+
+   # assure that new Makefile.config will be generated
+   rm -f Makefile.config || die
+
+   sed -e 's@^install: all install-man install-info$@install: all 
install-info@' -i Makefile.local
+
+   if use test; then
+   append-cflags -g
+   append-cxxflags -g
+   fi
+
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   append-ldflags -lnsl -lsocket   # non-autoconf configure
+   # disable gpgme test using too old gpg-key
+   sed -i \
+   -e '/GNUPGHOME=/d' \
+   -e '/SESSION_KEY =/c|| false ;' \
+   configure || die
+   fi
+}
+
+src_configure() {

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

2019-08-31 Thread Michael Orlitzky
commit: bc77e1137940198a2ff4ca5f62842dcfdf1bb3e4
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 20:47:22 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc77e113

net-analyzer/nrpe: remove "unused" nrpe-{2.15-r3,3.2.1}.ebuild.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nrpe/Manifest |   1 -
 net-analyzer/nrpe/files/nrpe-2.14-multiline.patch  | 204 -
 .../nrpe/files/nrpe-2.15-autoconf-header.patch |  24 ---
 .../files/nrpe-2.15-metachar-security-fix.patch|  26 ---
 net-analyzer/nrpe/files/nrpe-2.15-no-ssl.patch |  39 
 net-analyzer/nrpe/files/nrpe-2.15-tcpd-et-al.patch |  50 -
 net-analyzer/nrpe/metadata.xml |   3 -
 net-analyzer/nrpe/nrpe-2.15-r3.ebuild  | 140 --
 net-analyzer/nrpe/nrpe-3.2.1.ebuild|  77 
 9 files changed, 564 deletions(-)

diff --git a/net-analyzer/nrpe/Manifest b/net-analyzer/nrpe/Manifest
index 8b0da4d1b7d..0091826d876 100644
--- a/net-analyzer/nrpe/Manifest
+++ b/net-analyzer/nrpe/Manifest
@@ -1,2 +1 @@
-DIST nrpe-2.15.tar.gz 419695 BLAKE2B 
999ecc633cbd2dc516ff0654db3ac0cc58a88d93ae4ace1040888fe73d8fb471306d95312ac364c79b3a47300ac57c0c429a24697c37bfa639f1da55cb6bc756
 SHA512 
03ce9774b5112d03235dc9da075770d89d1bcc5ffa5faf221ff7ea8ec5c92ded1e1ae9222581a87cf53736d190ac047e1acce7edc2f31f26c432d786cdef0e73
 DIST nrpe-3.2.1.tar.gz 518015 BLAKE2B 
c9be2bf24e3d9977a7ff5c2f0e08bfe841729289af836bb7ac6ccb2c173a519958b12cc3e90ece612ac6c2527ad472ef1464be648a66b11ff8ad483d5ad78cc1
 SHA512 
ec6ff42a00bd97ed80010a82e26dc35fd419f2feda65820cda0108068173c1ae44eee698833a50fd2079429a6f5eb1321c4f06b09c6708bc5fbe48f176389856

diff --git a/net-analyzer/nrpe/files/nrpe-2.14-multiline.patch 
b/net-analyzer/nrpe/files/nrpe-2.14-multiline.patch
deleted file mode 100644
index 3af2ef95bab..000
--- a/net-analyzer/nrpe/files/nrpe-2.14-multiline.patch
+++ /dev/null
@@ -1,204 +0,0 @@
-Add support for large output
-
-http://opsview-blog.opsera.com/dotorg/2008/08/enhancing-nrpe.htmlIndex: 
nrpe-2.14/include/common.h
-===
-Index: nrpe-2.14/include/common.h
-===
 nrpe-2.14.orig/include/common.h
-+++ nrpe-2.14/include/common.h
-@@ -41,7 +41,7 @@
- #define DEFAULT_SOCKET_TIMEOUT10  /* timeout after 10 seconds */
- #define DEFAULT_CONNECTION_TIMEOUT 300/* timeout if daemon is waiting 
for connection more than this time */
- 
--#define MAX_INPUT_BUFFER  2048/* max size of most buffers we use */
-+#define MAX_INPUT_BUFFER  16384   /* max size of most buffers we use */
- #define MAX_FILENAME_LENGTH 256
- 
- #define MAX_HOST_ADDRESS_LENGTH   256 /* max size of a host address */
-@@ -55,12 +55,14 @@
- 
- #define QUERY_PACKET  1   /* id code for a packet 
containing a query */
- #define   RESPONSE_PACKET 2   /* id code for a packet 
containing a response */
-+#defineRESPONSE_PACKET_WITH_MORE   3   /* id code for a packet containing 
a response, with more data to follow */
- 
- #define NRPE_PACKET_VERSION_3   3   /* packet version identifier 
*/
- #define NRPE_PACKET_VERSION_2   2   
- #define NRPE_PACKET_VERSION_1 1   /* older packet version 
identifiers (no longer supported) */
- 
- #define MAX_PACKETBUFFER_LENGTH   1024/* max amount of data 
we'll send in one query/response */
-+  
/* WARNING - do not change this as older clients/servers will not work 
*/
- 
- typedef struct packet_struct{
-   int16_t   packet_version;
-Index: nrpe-2.14/src/check_nrpe.c
-===
 nrpe-2.14.orig/src/check_nrpe.c
-+++ nrpe-2.14/src/check_nrpe.c
-@@ -221,6 +221,11 @@ int main(int argc, char **argv){
-   return STATE_UNKNOWN;
-   }
- 
-+  /* Altinity patch: Allow multiple packets to be received */
-+  /* Indentation not corrected to allow simpler patching */
-+  /* START MULTI_PACKET LOOP */
-+  do {
-+
-   /* wait for the response packet */
-   bytes_to_recv=sizeof(receive_packet);
-   if(use_ssl==FALSE)
-@@ -233,31 +238,24 @@ int main(int argc, char **argv){
-   /* reset timeout */
-   alarm(0);
- 
--  /* close the connection */
--#ifdef HAVE_SSL
--  if(use_ssl==TRUE){
--  SSL_shutdown(ssl);
--  SSL_free(ssl);
--  SSL_CTX_free(ctx);
--  }

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

2019-08-31 Thread Michael Orlitzky
commit: e0435bea90ce3a5163bd01991e58f616208bff54
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Aug 30 07:15:44 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0435bea

net-analyzer/nagios-core: bump to 4.4.5

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios-core/Manifest |   1 +
 net-analyzer/nagios-core/nagios-core-4.4.5.ebuild | 213 ++
 2 files changed, 214 insertions(+)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 2595d9143c6..87e9dd98c4f 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,3 +1,4 @@
 DIST nagios-4.3.4.tar.gz 11101966 BLAKE2B 
6cb8182f40a4f83875c94df040bb1c62ce078d4130e10fa8595ea0b14cf715fc2a237ffb34199da9c1528e4789f3ce8deae3d993b5b795ad712d48b1e5fdb820
 SHA512 
f4e92aa98151739442a225a245871d93b5560d89510bdacb1a615959b9687f7a92675f10fcba71078b104ca8f237b0155a9261d67ec66f80aec7f033b4b3e316
 DIST nagios-4.4.4.tar.gz 11303598 BLAKE2B 
e4015ca5c0383b0540f2eaf3d608343df850c6045a4539c1f1ab8c19dc95e9223816efe71034b37f6995cb623dc6b83c92e22a677fe687a34d2215b1a2758c90
 SHA512 
c8f2b83bad744d67be4ba8356d9eea0be3efbf42d9a215d64815cdf7d944eba798348ce0faea6cebe64f1c99e0edbf12540d83ca42f8b4b563cbcc60139afdb0
+DIST nagios-4.4.5.tar.gz 11304463 BLAKE2B 
e1152c2cd14aa790fbdb84c0d7b3eb4691b05793640bf2871bc4ab1e2d645bb52bb2d1660b7389fb26d599d015f71820988ed1cd58003ed978dd9df38c357675
 SHA512 
14372e2e4470229bd000a8ad94def6ae504ce3f8e2cf94a9da73736560d1e3b2633302fe232ee7099d88ba00aecde5a9e352901828d6d9a9cd1fdce203deca30
 DIST nagios-core-gentoo-icons-20141125.tar 40960 BLAKE2B 
31c1953e1160c7c7b89606b72b1a80407e4c1b7a7938b40bd1c577cd0c309dd88ca6b775d692a9b846dbf67736537fa9c91e56aa15fdd447769608ca525bff09
 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild
new file mode 100644
index 000..74ddb853c43
--- /dev/null
+++ b/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild
@@ -0,0 +1,213 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs user
+
+MY_P=${PN/-core}-${PV}
+DESCRIPTION="Nagios core - monitoring daemon, web GUI, and documentation"
+HOMEPAGE="https://www.nagios.org/;
+
+# The name of the directory into which our Gentoo icons will be
+# extracted, and also the basename of the archive containing it.
+GENTOO_ICONS="${PN}-gentoo-icons-20141125"
+SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
+   web? ( https://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="apache2 classicui lighttpd perl +web vim-syntax"
+
+# In pkg_postinst(), we change the group of the Nagios configuration
+# directory to that of the web server user. It can't belong to both
+# apache/lighttpd groups at the same time, so we block this combination
+# for our own sanity.
+#
+# This could be made to work, but we would need a better way to allow
+# the web user read-only access to Nagios's configuration directory.
+#
+REQUIRED_USE="apache2? ( !lighttpd )"
+
+#
+# Note, we require one of the apache2 CGI modules:
+#
+#   * mod_cgi
+#   * mod_cgid
+#   * mod_fcgid
+#
+# We just don't care /which/ one. And of course PHP supports both CGI
+# (USE=cgi) and FastCGI (USE=fpm). We're pretty lenient with the
+# dependencies, and expect the user not to do anything /too/
+# stupid. (For example, installing Apache with only FastCGI support, and
+# PHP with only CGI support.)
+#
+# Another annoyance is that the upstream Makefile uses app-arch/unzip to
+# extract a snapshot of AngularJS, but that's only needed when USE=web.
+#
+MOD_ALIAS=apache2_modules_alias
+DEPEND="dev-libs/libltdl:0
+   virtual/mailx
+   perl? ( dev-lang/perl:= )
+   web? (
+   app-arch/unzip
+   media-libs/gd[jpeg,png]
+   lighttpd? ( www-servers/lighttpd[php] )
+   apache2? (
+   || (
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgi]
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_cgid]
+   
>=www-servers/apache-2.4[${MOD_ALIAS},apache2_modules_fcgid] )
+   || (
+   dev-lang/php:*[apache2]
+   dev-lang/php:*[cgi]
+   dev-lang/php:*[fpm] )
+   )
+   )"
+RDEPEND="${DEPEND}
+   vim-syntax? ( app-vim/nagios-syntax )"
+

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

2019-08-31 Thread Michael Orlitzky
commit: e12eae4881db013c5569f4e4dafd70081cf3e485
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 19:58:35 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12eae48

net-analyzer/nagios-core: use default homedir/shell for "nagios" user.

With GLEP81 approved, we're finally going to be able to (properly)
share the "nagios" user between the packages that require it. As part
of the migration process, I'd like to clean up its home directory and
shell usage: I'm fairly sure that the default (/dev/null and
/sbin/nologin) will work, at least for nagios-core. Whether or not
this will affect any other packages is harder to discern.

I'm using this new ~arch version of nagios-core to test things out. In
this and later versions, we'll use the default "enewuser" arguments.
If this causes a problem, it should appear only in new installs
(enewuser is a no-op on upgrades), and with any luck someone will file
a bug to say it doesn't work.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../{nagios-core-4.4.5.ebuild => nagios-core-4.4.5-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild
similarity index 99%
rename from net-analyzer/nagios-core/nagios-core-4.4.5.ebuild
rename to net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild
index 74ddb853c43..fdfccca6aab 100644
--- a/net-analyzer/nagios-core/nagios-core-4.4.5.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild
@@ -72,7 +72,7 @@ S="${WORKDIR}/${MY_P}"
 
 pkg_setup() {
enewgroup nagios
-   enewuser nagios -1 /bin/bash /var/nagios/home nagios
+   enewuser nagios -1 -1 -1 nagios
 }
 
 src_configure() {



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

2019-08-31 Thread Michael Orlitzky
commit: bf0ec8eb2498a1cb57bafba1b5e2d5e0d03cc2ea
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 20:54:53 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0ec8eb

net-analyzer/nagios-plugins: sync user data with nagios-core.

Some of the shared-user data changed in the latest revision of
nagios-core. This commit synchronizes it in nagios-plugins.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../nagios-plugins/nagios-plugins-2.2.1-r4.ebuild  | 118 +
 1 file changed, 118 insertions(+)

diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.2.1-r4.ebuild 
b/net-analyzer/nagios-plugins/nagios-plugins-2.2.1-r4.ebuild
new file mode 100644
index 000..2c15df43c50
--- /dev/null
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.2.1-r4.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit user
+
+DESCRIPTION="Official plugins for Nagios"
+HOMEPAGE="http://nagios-plugins.org/;
+SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ipv6 ldap libressl mysql nagios-dns nagios-ping nagios-game postgres 
radius samba selinux snmp ssh +ssl"
+
+# Most of the plugins use automagic dependencies, i.e. the plugin will
+# get built if the binary it uses is installed. For example, check_snmp
+# will be built only if snmpget from net-analyzer/net-snmp[-minimal] is
+# installed. End result: most of our runtime dependencies are required
+# at build time as well.
+#
+# REAL_DEPEND contains the dependencies that are actually needed to
+# build. DEPEND contains those plus the automagic dependencies.
+#
+REAL_DEPEND="dev-lang/perl
+   ldap? ( net-nds/openldap )
+   mysql? ( dev-db/mysql-connector-c )
+   postgres? ( dev-db/postgresql:* )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0 )
+   libressl? ( dev-libs/libressl )
+   )
+   radius? ( net-dialup/freeradius-client )"
+
+DEPEND="${REAL_DEPEND}
+   nagios-dns? ( net-dns/bind-tools )
+   nagios-game? ( games-util/qstat )
+   nagios-ping? ( net-analyzer/fping )
+   samba? ( net-fs/samba )
+   ssh? ( net-misc/openssh )
+   snmp? ( dev-perl/Net-SNMP
+   net-analyzer/net-snmp[-minimal] )"
+
+# Basically everything collides with nagios-plugins.
+RDEPEND="${DEPEND}
+   !net-analyzer/monitoring-plugins
+   selinux? ( sec-policy/selinux-nagios )"
+
+# At least one test is interactive.
+RESTRICT="test"
+
+DOCS=(
+   ACKNOWLEDGEMENTS
+   AUTHORS
+   CODING
+   ChangeLog
+   FAQ
+   NEWS
+   README
+   REQUIREMENTS
+   SUPPORT
+   THANKS
+)
+
+PATCHES=( "${FILESDIR}/define-own-mysql-port-constant.patch" )
+
+src_prepare() {
+   default
+
+   # Fix the path to our perl interpreter
+   sed -i -e "1s:/usr/local/bin/perl:/usr/bin/perl:" \
+   "${S}"/plugins-scripts/*.pl \
+   || die 'failed to fix perl interpreter path'
+}
+
+src_configure() {
+   # Use an array to prevent econf from mangling the ping args.
+   local myconf=()
+
+   if use ssl; then
+   myconf+=( $(use_with ssl openssl /usr) )
+   else
+   myconf+=( --without-openssl )
+   myconf+=( --without-gnutls )
+   fi
+
+   # The autodetection for these two commands can hang if localhost is
+   # down or ICMP traffic is filtered. Bug #468296.
+   myconf+=( --with-ping-command="/bin/ping -n -U -w %d -c %d %s" )
+
+   if use ipv6; then
+   myconf+=( --with-ping6-command="/bin/ping6 -n -U -w %d -c %d 
%s" )
+   fi
+
+   econf \
+   $(use_with mysql) \
+   $(use_with ipv6) \
+   $(use_with ldap) \
+   $(use_with postgres pgsql /usr) \
+   $(use_with radius) \
+   "${myconf[@]}" \
+   --libexecdir="/usr/$(get_libdir)/nagios/plugins" \
+   --sysconfdir="/etc/nagios"
+}
+
+pkg_preinst() {
+   enewgroup nagios
+   enewuser nagios -1 -1 -1 nagios
+}
+
+pkg_postinst() {
+   elog "This ebuild has a number of USE flags that determine what you"
+   elog "are able to monitor. Depending on what you want to monitor, some"
+   elog "or all of these USE flags need to be set."
+   elog
+   elog "The plugins are installed in 
${ROOT}usr/$(get_libdir)/nagios/plugins"
+}



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

2019-08-31 Thread Michael Orlitzky
commit: 390a02aa9cab0a7bdf5a86b0abc48f842d5b5ed3
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Aug 30 07:19:45 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390a02aa

net-analyzer/nagios-core: drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios-core/Manifest  |   1 -
 .../nagios-core-4.4.4-no-zombie-processes.patch| 158 ---
 .../nagios-core/nagios-core-4.4.4-r1.ebuild| 215 -
 3 files changed, 374 deletions(-)

diff --git a/net-analyzer/nagios-core/Manifest 
b/net-analyzer/nagios-core/Manifest
index 87e9dd98c4f..c1cd0864f89 100644
--- a/net-analyzer/nagios-core/Manifest
+++ b/net-analyzer/nagios-core/Manifest
@@ -1,4 +1,3 @@
 DIST nagios-4.3.4.tar.gz 11101966 BLAKE2B 
6cb8182f40a4f83875c94df040bb1c62ce078d4130e10fa8595ea0b14cf715fc2a237ffb34199da9c1528e4789f3ce8deae3d993b5b795ad712d48b1e5fdb820
 SHA512 
f4e92aa98151739442a225a245871d93b5560d89510bdacb1a615959b9687f7a92675f10fcba71078b104ca8f237b0155a9261d67ec66f80aec7f033b4b3e316
-DIST nagios-4.4.4.tar.gz 11303598 BLAKE2B 
e4015ca5c0383b0540f2eaf3d608343df850c6045a4539c1f1ab8c19dc95e9223816efe71034b37f6995cb623dc6b83c92e22a677fe687a34d2215b1a2758c90
 SHA512 
c8f2b83bad744d67be4ba8356d9eea0be3efbf42d9a215d64815cdf7d944eba798348ce0faea6cebe64f1c99e0edbf12540d83ca42f8b4b563cbcc60139afdb0
 DIST nagios-4.4.5.tar.gz 11304463 BLAKE2B 
e1152c2cd14aa790fbdb84c0d7b3eb4691b05793640bf2871bc4ab1e2d645bb52bb2d1660b7389fb26d599d015f71820988ed1cd58003ed978dd9df38c357675
 SHA512 
14372e2e4470229bd000a8ad94def6ae504ce3f8e2cf94a9da73736560d1e3b2633302fe232ee7099d88ba00aecde5a9e352901828d6d9a9cd1fdce203deca30
 DIST nagios-core-gentoo-icons-20141125.tar 40960 BLAKE2B 
31c1953e1160c7c7b89606b72b1a80407e4c1b7a7938b40bd1c577cd0c309dd88ca6b775d692a9b846dbf67736537fa9c91e56aa15fdd447769608ca525bff09
 SHA512 
bf109879cddd6136b76baba55d0b60b2596e37431dcf5ce0905d34a9fa292ebf7e4bde82d9a084362c486e8fac344c76d88f9298b1b85541ed70ffd608493766

diff --git 
a/net-analyzer/nagios-core/files/nagios-core-4.4.4-no-zombie-processes.patch 
b/net-analyzer/nagios-core/files/nagios-core-4.4.4-no-zombie-processes.patch
deleted file mode 100644
index 4592b1d27f4..000
--- a/net-analyzer/nagios-core/files/nagios-core-4.4.4-no-zombie-processes.patch
+++ /dev/null
@@ -1,158 +0,0 @@
-This was an upstream bug that has been reverted for nagios-core-4.4.5:
-
-  https://github.com/NagiosEnterprises/nagioscore/issues/683
-
-Thanks to Tomáš Mózes (hydrapolic) for noticing and reporting the fix.
-
-diff --git a/base/events.c b/base/events.c
-index d601e970f..bb27b3240 100644
 a/base/events.c
-+++ b/base/events.c
-@@ -351,13 +351,12 @@ void init_timing_loop(void) {
-*/
-   check_delay =
-   mult_factor * 
scheduling_info.service_inter_check_delay;
--  time_t check_window = 
reschedule_within_timeperiod(next_valid_time, temp_service->check_period_ptr, 
check_window(temp_service)) - current_time;
--  if(check_delay > check_window) {
-+  if(check_delay > check_window(temp_service)) {
-   log_debug_info(DEBUGL_EVENTS, 0,
-   "  Fixing check time %lu secs 
too far away\n",
--  check_delay - check_window);
-+  check_delay - 
check_window(temp_service));
-   fixed_services++;
--  check_delay = check_window;
-+  check_delay = check_window(temp_service);
-   log_debug_info(DEBUGL_EVENTS, 0, "  New check 
offset: %d\n",
-   check_delay);
-   }
-@@ -370,7 +369,8 @@ void init_timing_loop(void) {
-   if(is_valid_time == ERROR) {
-   log_debug_info(DEBUGL_EVENTS, 2, "Preferred 
Time is Invalid In Timeperiod '%s': %lu --> %s\n", 
temp_service->check_period_ptr->name, (unsigned long)temp_service->next_check, 
ctime(_service->next_check));
-   get_next_valid_time(temp_service->next_check, 
_valid_time, temp_service->check_period_ptr);
--  temp_service->next_check = 
reschedule_within_timeperiod(next_valid_time, temp_service->check_period_ptr, 
check_window(temp_service));
-+  temp_service->next_check = 
-+  (time_t)(next_valid_time + check_delay);
-   }
- 
-   log_debug_info(DEBUGL_EVENTS, 2, "Actual Check Time: 
%lu --> %s\n", (unsigned 

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

2019-08-31 Thread Michael Orlitzky
commit: 41fd5199166502416d53932adb6a25f442499779
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 20:44:54 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fd5199

net-analyzer/nrpe: new revision to match nagios-core.

The "nagios" user data and its localstatedir changed in the latest
revision of nagios-core. This revision synchronizes the same bits for
nrpe.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nrpe/nrpe-3.2.1-r2.ebuild | 89 ++
 1 file changed, 89 insertions(+)

diff --git a/net-analyzer/nrpe/nrpe-3.2.1-r2.ebuild 
b/net-analyzer/nrpe/nrpe-3.2.1-r2.ebuild
new file mode 100644
index 000..430050c49b1
--- /dev/null
+++ b/net-analyzer/nrpe/nrpe-3.2.1-r2.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit systemd user
+
+DESCRIPTION="Nagios Remote Plugin Executor"
+HOMEPAGE="https://github.com/NagiosEnterprises/nrpe;
+SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="command-args libressl selinux ssl"
+
+DEPEND="sys-apps/tcp-wrappers
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   )"
+RDEPEND="${DEPEND}
+   || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )
+   selinux? ( sec-policy/selinux-nagios )"
+
+PATCHES=( "${FILESDIR}/nrpe-3.2.1-eliminate-systemd-pid.patch" )
+
+pkg_setup() {
+   enewgroup nagios
+   enewuser nagios -1 -1 -1 nagios
+}
+
+src_configure() {
+   # The configure script tries to detect what OS, distribution, and
+   # init system you're running and changes the build/install process
+   # depending on what it comes up with. We specify fixed values
+   # because we don't want it guessing, for example, whether or not
+   # to install the tmpfiles.d entry based on whether or not systemd
+   # is currently running (OpenRC uses them too).
+   econf \
+   --libexecdir=/usr/$(get_libdir)/nagios/plugins \
+   --localstatedir=/var/lib/nagios \
+   --sysconfdir=/etc/nagios \
+   --with-nrpe-user=nagios \
+   --with-nrpe-group=nagios \
+   --with-piddir=/run \
+   --with-opsys=unknown \
+   --with-dist-type=unknown \
+   --with-init-type=unknown \
+   --with-inetd-type=unknown \
+   $(use_enable command-args) \
+   $(use_enable ssl)
+}
+
+src_compile() {
+   emake all
+}
+
+src_install() {
+   default
+
+   dodoc CHANGELOG.md SECURITY.md
+   insinto /etc/nagios
+   newins sample-config/nrpe.cfg nrpe.cfg
+   fowners root:nagios /etc/nagios/nrpe.cfg
+   fperms 0640 /etc/nagios/nrpe.cfg
+
+   newinitd "startup/openrc-init" nrpe
+   newconfd "startup/openrc-conf" nrpe
+   systemd_newunit "startup/default-service" "${PN}.service"
+
+   insinto /etc/xinetd.d/
+   newins "${FILESDIR}/nrpe.xinetd.2" nrpe
+
+   rm "${D}/usr/bin/nrpe-uninstall" || die 'failed to remove uninstall 
tool'
+}
+
+pkg_postinst(){
+   elog 'Some users have reported incompatibilities between nrpe-2.x and'
+   elog 'nrpe-3.x. We recommend that you use the same major version for'
+   elog 'both your server and clients.'
+
+   if use command-args ; then
+   ewarn ''
+   ewarn 'You have enabled command-args for NRPE. That lets 
clients'
+   ewarn 'supply arguments to the commands that are run, and IS A'
+   ewarn 'SECURITY RISK!'
+   ewarn''
+   fi
+}



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

2019-08-31 Thread Michael Orlitzky
commit: 67b834bf60de5d5eb14429efe4bfe013ecc18c07
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Aug 30 07:18:32 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b834bf

net-analyzer/nagios: drop old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios/nagios-4.4.4.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/net-analyzer/nagios/nagios-4.4.4.ebuild 
b/net-analyzer/nagios/nagios-4.4.4.ebuild
deleted file mode 100644
index 39d47b09daf..000
--- a/net-analyzer/nagios/nagios-4.4.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="The Nagios metapackage"
-HOMEPAGE="https://www.nagios.org/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="~net-analyzer/nagios-core-${PV}
-   || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"



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

2019-08-31 Thread Michael Orlitzky
commit: 43693c5bb6b94d25f07debba38ae861139f49737
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 20:39:16 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43693c5b

net-analyzer/nagios-core: add keepdirs to fix QA warnings.

You will never convince me that warning about the correct behavior and
forcing developers to manually affirm that it's correct is wise.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../{nagios-core-4.4.5-r2.ebuild => nagios-core-4.4.5-r3.ebuild}| 6 ++
 1 file changed, 6 insertions(+)

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild
similarity index 95%
rename from net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild
rename to net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild
index 2fab4595e65..b6994129cef 100644
--- a/net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.4.5-r3.ebuild
@@ -141,6 +141,12 @@ src_install() {
# No INSTALL_OPTS used in install-commandmode, thankfully.
emake DESTDIR="${D}" install-commandmode
 
+   # The build system installs these directories, but portage assumes
+   # that the build system doesn't know what it's doing so we have to
+   # keepdir them, too. I guess you'll have to manually re-check the
+   # upstream build system forever to see if this is still necessary.
+   keepdir /var/lib/nagios{,/archives,/rw,/spool,/spool/checkresults}
+
if use web; then
# There is no way to install the CGIs unstripped from the
# top-level makefile, so descend into cgi/ here. The empty



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

2019-08-31 Thread Michael Orlitzky
commit: 20e37091c8e16714c168a75f4dd05ad6bc7c99f5
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Aug 30 07:17:59 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e37091

net-analyzer/nagios: bump to 4.4.5

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Michael Orlitzky  gentoo.org>

 net-analyzer/nagios/nagios-4.4.5.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/net-analyzer/nagios/nagios-4.4.5.ebuild 
b/net-analyzer/nagios/nagios-4.4.5.ebuild
new file mode 100644
index 000..39d47b09daf
--- /dev/null
+++ b/net-analyzer/nagios/nagios-4.4.5.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="The Nagios metapackage"
+HOMEPAGE="https://www.nagios.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="~net-analyzer/nagios-core-${PV}
+   || ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )"



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

2019-08-31 Thread Michael Orlitzky
commit: 7e81910df1947a9b7968fffe52655438b1adbdc4
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 20:23:00 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e81910d

net-analyzer/nagios-core: move localstatedir to /var/lib/nagios.

For whatever reason, the local state directory for nagios was
historically set to /var/nagios. The FHS (v3) states that local
application state should live under /var/lib instead, so this revision
sets it to /var/lib/nagios.

This could potentially be annoying to upgraders but is probably non-
fatal. The state directory holds logs and service status information
that can be regenerated if necessary. Doing so could lead to "extra"
service notifications, though. To mitigate this, a warning is emitted
telling upgraders how to migrate the state information if they choose
to do so.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 ...s-core-4.4.5-r1.ebuild => nagios-core-4.4.5-r2.ebuild} | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild
similarity index 91%
rename from net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild
rename to net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild
index fdfccca6aab..2fab4595e65 100644
--- a/net-analyzer/nagios-core/nagios-core-4.4.5-r1.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.4.5-r2.ebuild
@@ -96,7 +96,7 @@ src_configure() {
econf ${myconf} \
--prefix=/usr \
--bindir=/usr/sbin \
-   --localstatedir=/var/nagios \
+   --localstatedir=/var/lib/nagios \
--sysconfdir=/etc/nagios \
--libexecdir=/usr/$(get_libdir)/nagios/plugins \
--with-cgibindir=/usr/$(get_libdir)/nagios/cgi-bin \
@@ -210,4 +210,17 @@ pkg_postinst() {
elog "filesystem. You can fix this by adding nagios into"
elog "the group wheel, but this is not recomended."
elog
+
+   if [ -n "${REPLACING_VERSIONS}" ]; then
+   ewarn "The local state directory for nagios has changed in 
v4.4.5,"
+   ewarn "from ${EROOT}var/nagios to ${EROOT}var/lib/nagios. If 
you"
+   ewarn "wish to migrate your state to the new location, first 
stop"
+   ewarn "nagios and then run"
+   ewarn ""
+   ewarn "  diff --recursive --brief ${EROOT}var/nagios 
${EROOT}var/lib/nagios"
+   ewarn ""
+   ewarn "to identify any files that should be moved to the new"
+   ewarn "location. They can simply be moved with \"mv\" before"
+   ewarn "restarting nagios."
+   fi
 }



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

2019-08-31 Thread Michael Orlitzky
commit: 4d68327b17f6b5058ac7112f1dd0b7dcf73c89c7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Aug 31 21:00:23 2019 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 31 21:34:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d68327b

net-analyzer/ndoutils: sync localstatedir with nagios-core.

The latest revision of nagios-core moves its localstatedir to
/var/lib/nagios. Because ndoutils is a bit wacky, the simplest
way to keep it working is to force a rebuild of ndoutils with
the same localstatedir and PID directory.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../{ndoutils-2.1.3-r1.ebuild => ndoutils-2.1.3-r2.ebuild}   | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild 
b/net-analyzer/ndoutils/ndoutils-2.1.3-r2.ebuild
similarity index 89%
rename from net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild
rename to net-analyzer/ndoutils/ndoutils-2.1.3-r2.ebuild
index 018e14d53e3..784309fee43 100644
--- a/net-analyzer/ndoutils/ndoutils-2.1.3-r1.ebuild
+++ b/net-analyzer/ndoutils/ndoutils-2.1.3-r2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86"
 DEPEND="dev-db/mysql-connector-c
dev-perl/DBD-mysql
dev-perl/DBI
-   >=net-analyzer/nagios-core-4"
+   >=net-analyzer/nagios-core-4.4.5"
 RDEPEND="${DEPEND}
virtual/mysql"
 
@@ -42,16 +42,16 @@ PATCHES=(
 
 src_configure() {
# The localstatedir is where our socket will be created by the
-   # nagios daemon, so we put it in /var/nagios where the "nagios" user
-   # will be able to write.
+   # nagios daemon, so we put it in /var/lib/nagios where the "nagios"
+   # user will be able to write.
#
# And normally, we would use /run for the pid file, but the daemon
-   # drops permissions before creating it, the the piddir also needs
+   # drops permissions before creating it, so the piddir also needs
# to be writable by the nagios user.
econf --enable-mysql \
- --localstatedir=/var/nagios \
+ --localstatedir=/var/lib/nagios \
  --sysconfdir=/etc/nagios \
- --with-piddir=/var/nagios
+ --with-piddir=/var/lib/nagios
 }
 
 src_compile() {



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

2019-08-31 Thread Thomas Deutschmann
commit: 36e60999e09d63233fad81cb85346778dba33ae8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Aug 31 21:06:28 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 31 21:06:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e60999

sys-kernel/genkernel: bump to v4.0.0_beta15

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

 sys-kernel/genkernel/Manifest |  3 +--
 ...rnel-4.0.0_beta14.ebuild => genkernel-4.0.0_beta15.ebuild} | 11 ++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index 47d51a08dee..35eea51b0be 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -26,13 +26,12 @@ DIST genkernel-3.5.2.4.tar.xz 318152 BLAKE2B 
101bd8011b73699a3d8410fcb93adca2417
 DIST genkernel-3.5.2.5.tar.xz 318652 BLAKE2B 
9b0e1b07f61b54edc1d263cc679b36d7e9062fd1e7cf11fc9442cf60b217274bc73425150ca963b6a91cd504d7817a852fa5bf4ad7634ff8d1ec3b43748ded41
 SHA512 
096aa77f4a52afefcef81ff6c7eb281e539af304854572389e38bbdd735ca723c7a5f2f7163fa9f387e3a2a78a2ba117260f1c8396ed4e51e12a91ad0fb0ff90
 DIST genkernel-3.5.3.2.tar.xz 320644 BLAKE2B 
14eaf05aab02287c3dbb98f1a596e73bcbea39ceb2c8e44c5bdbb77b656958cee666f4353a2401bad531c2a7a98ee11b2531b251c19edc86db517cf3cc2869ec
 SHA512 
1bee8ebdb8c2c30e90e0a1c573ad09b0eb79da54f0829859305eb50ffab95e69aa219ce82d4969140dea3d8788d66d3490fc03d38e190b533666e9278c7f96a6
 DIST genkernel-3.5.3.3.tar.xz 331180 BLAKE2B 
0f83b973505ccb0a92ae24e92509710bf96991f36ca55975ffefdf1bd3e835bd72bb413688468a05e6a5fff2ec16e64816f8ccfe2530c9f1e9169d19a86a2231
 SHA512 
9170731f59a1476aa597549ac55feb3583bed249e50d1697292571caf25c5ca746a1db9e811f2009d55aea21d739ef0ab3e385acd81504bbbccc8f7346205d71
-DIST genkernel-4.0.0_beta14.tar.xz 401252 BLAKE2B 
d891c8695b2e50554750309ff33bc509ee7f24ec245b36270b75ab0fa6b315ef99da35daa43e87280dd40557a4907226dc291cb782a18ef580cab075e49b2d82
 SHA512 
0addcc7121b87cd61efa88fd68abf9f32318aa32b14975fcf45e3f61b541619430f68fc6655bcc0c9b5c0f76696fc6576f92c32319c7c95f09a18740056d2ecf
+DIST genkernel-4.0.0_beta15.tar.xz 407152 BLAKE2B 
944bf0be18346634af4cc28defd5871c2c33edd1f146f1b383f40f1d2654cbdf91f451151e3ca0d1177729553d38ef3be8054f40ace0995fc9cfc79385e36651
 SHA512 
c1e6230d796aad650434e38c0be49302436da17faaa331ffa317c26d20098761a77202397edf221b31d15c38e9409ad87cf7e66741c47fc215ed93d8c92ac507
 DIST gnupg-1.4.11.tar.bz2 3407075 BLAKE2B 
85d35d2e4da65d54add1010ea0486b943b328785e28c4efcaa2b65daafd53410a355d1df79ae45c5f7767d2eb7ff1f0b9637f417e65b084d2c760a281abd317a
 SHA512 
97e7b8b0f972cc2f7cabdb0e013cbee1c33e7d48407d040cca5c2037e32abe1c2100194be7d3b569d4f05eb16b24c205a5b83f06718f0241f8d4ee174f1c37ae
 DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 
9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759
 SHA512 
c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708
 DIST gnupg-1.4.23.tar.bz2 3749353 BLAKE2B 
ec5e6bef0c7bb2a65813d7852cebeaa24c4855f9d9d9e802070da50b89fff56b747682933aa766dd130f849efcfe28f7aa74f3153405429bcf3845ef29c6dd6e
 SHA512 
78dc52a2010202a4afc8814b29fda657a6c9fe230d5e7db11ae040edd2b0ca819e1baa4dbd6c0d04d36cd353df484e83f52d17759d2891c2cf7025c0b5d36612
 DIST json-c-0.13.1.tar.gz 639425 BLAKE2B 
1da310309f9ce03306a9fd4a161670e460cf0b348df7c006902390f74a4cf100aab1ce6ac8a361a278dd917c114a278de5b3445817f3a40ae287478add46
 SHA512 
e984db2a42b9c95b52c798b2e8dd1b79951a8dcba27370af30c43b9549fbb8dbcf052a535c528209aaee38e6d1f760168b706905ae72f3e704ed20f8a1a1
 DIST libaio-0.3.112.tar.gz 46977 BLAKE2B 
088f3b195a65bdc97ae2318e47af17c65259ed3208dca7bfef93c81a800602085e5b2078dbd436c740be316d0ebd923a1b3b7c0808257e2e7c7fb0f7ae1e0dba
 SHA512 
5f984529c9f747a6c82f1e4457fc0832bb1fc299ae6e700f2ac5a8ea7b9bfc6ea1e75809728cc115a020cff6685ed1f4e38c6aeacc1ea98dfccce04dd19dafaa
-DIST libgcrypt-1.8.4.tar.bz2 2990108 BLAKE2B 
97a1f9382adf23cd4ac491a392882f2e712fddd4f0d95a4fafb9cc70aa41ffa7b7b6a371b8368e9c99e3e1849b9d38078abc55703d4d8b25289f3c662e6ba8a1
 SHA512 
b831fc337eb14806897e224b0d1e78d1f8e9db91dffa818a015a4aa104144e2d971e5a855904907ee2bb9990a9d526de32d6787e1cae98e28a65c3258b2b1ea1
 DIST libgcrypt-1.8.5.tar.bz2 2991291 BLAKE2B 
93276b4536f71c07bb103e10607592e02add413f633d96cc95513daa6e6b0e098fe803bb6a0e405a241fddc5ce0cfad61658d57c27bd724eecd32fd862af4c99
 SHA512 
b55e16e838d1b1208e7673366971ae7c0f9c1c79e042f41c03d14ed74c5e387fa69ea81d5414ffda3d2b4f82ea5467fe13b00115727e257db22808cf351bde89
 DIST libgpg-error-1.36.tar.bz2 920542 BLAKE2B 
81684f6e47192c50cfa408977d53dc3812befca28733b531d51dffa0a6799a47366a50f6477a7b3111a179ac4aba9e6a527418461cdbcccea80ae6bed4fa
 SHA512 

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

2019-08-31 Thread Lars Wendler
commit: 0bf6321916f1f2eb69ec11ef0e19185b3f23a13c
Author: Aidan Harris  aidanharr  is>
AuthorDate: Sat Aug 31 14:22:51 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Aug 31 21:02:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf63219

sys-apps/findutils: Fix static compilation

Signed-off-by: Aidan Harris  aidanharr.is>
Closes: https://bugs.gentoo.org/693152
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/findutils/findutils-4.7.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-apps/findutils/findutils-4.7.0.ebuild 
b/sys-apps/findutils/findutils-4.7.0.ebuild
index 5d4cd0269a6..6783a8ff87f 100644
--- a/sys-apps/findutils/findutils-4.7.0.ebuild
+++ b/sys-apps/findutils/findutils-4.7.0.ebuild
@@ -41,7 +41,10 @@ src_prepare() {
 }
 
 src_configure() {
-   use static && append-ldflags -static
+   if use static; then
+   append-flags -pthread
+   append-ldflags -static
+   fi
 
program_prefix=$(usex userland_GNU '' g)
local myeconfargs=(



[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/files/icon/

2019-08-31 Thread Jory Pratt
commit: e831d07b6a002f2ae28b806a5800a4c107ce5435
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 20:56:12 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 20:56:12 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e831d07b

mail-client/thunderbird: only add StartupNotify via useflag

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop | 2 +-
 mail-client/thunderbird/files/icon/thunderbird.desktop   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop 
b/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop
index c3e767f..055bca4 100644
--- a/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop
+++ b/mail-client/thunderbird/files/icon/thunderbird-unbranded.desktop
@@ -7,4 +7,4 @@ Terminal=false
 Type=Application
 Categories=Office;Email;
 
MimeType=text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto;
-StartupNotify=true
+

diff --git a/mail-client/thunderbird/files/icon/thunderbird.desktop 
b/mail-client/thunderbird/files/icon/thunderbird.desktop
index 1ef28d2..3ab5826 100644
--- a/mail-client/thunderbird/files/icon/thunderbird.desktop
+++ b/mail-client/thunderbird/files/icon/thunderbird.desktop
@@ -7,4 +7,3 @@ Terminal=false
 Type=Application
 Categories=Office;Email;
 
MimeType=text/x-vcard;text/directory;application/mbox;message/rfc822;x-scheme-handler/mailto;
-StartupNotify=true



[gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/files/

2019-08-31 Thread Jory Pratt
commit: 2c712e5efe57b2a81213523086fbf8cb3e7ee2b1
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 20:59:22 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 20:59:22 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2c712e5e

www-client/seamonkey: only add StartupNotify via useflag

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/seamonkey/files/seamonkey.desktop | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www-client/seamonkey/files/seamonkey.desktop 
b/www-client/seamonkey/files/seamonkey.desktop
index 1b1dd7a..780561f 100644
--- a/www-client/seamonkey/files/seamonkey.desktop
+++ b/www-client/seamonkey/files/seamonkey.desktop
@@ -7,4 +7,3 @@ Terminal=false
 Type=Application
 
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
 Categories=Network;WebBrowser;
-StartupNotify=true



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/icon/

2019-08-31 Thread Jory Pratt
commit: 275a989b4cd2aeb81574e9e9be0319dfc54da35b
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 20:57:44 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 20:57:44 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=275a989b

www-client/firefox: only add StartupNotify via useflag

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 www-client/firefox/files/icon/firefox.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/files/icon/firefox.desktop 
b/www-client/firefox/files/icon/firefox.desktop
index 54bb291..1affce8 100644
--- a/www-client/firefox/files/icon/firefox.desktop
+++ b/www-client/firefox/files/icon/firefox.desktop
@@ -7,4 +7,4 @@ Terminal=false
 Type=Application
 
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
 Categories=Network;WebBrowser;
-StartupNotify=true
+



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

2019-08-31 Thread Andreas Sturmlechner
commit: 4684cfa605d57387f78076864a32190f804adee5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 19:35:38 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 20:46:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4684cfa6

x11-misc/kronometer: 2.2.3 amd64 stable

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/x11-misc/kronometer/kronometer-2.2.3.ebuild 
b/x11-misc/kronometer/kronometer-2.2.3.ebuild
index f7b40cd35ae..906074ce0a7 100644
--- a/x11-misc/kronometer/kronometer-2.2.3.ebuild
+++ b/x11-misc/kronometer/kronometer-2.2.3.ebuild
@@ -13,7 +13,7 @@ 
HOMEPAGE="https://kde.org/applications/utilities/org.kde.kronometer https://user
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND="



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

2019-08-31 Thread Andreas Sturmlechner
commit: 4434faa3957c179a3064c6ba18307899f5a70219
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 19:42:14 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 20:46:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434faa3

kde-apps/kross-interpreters: 19.04.3-r1 stable for ruby25 compat

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild 
b/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild
index 4b56782..b2cd075da1d 100644
--- a/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild
+++ b/kde-apps/kross-interpreters/kross-interpreters-19.04.3-r1.ebuild
@@ -8,7 +8,7 @@ USE_RUBY="ruby25"
 inherit kde5 python-single-r1 ruby-single
 
 DESCRIPTION="Kross interpreter plugins for programming languages"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+python ruby"
 
 REQUIRED_USE="|| ( python ruby ) python? ( ${PYTHON_REQUIRED_USE} )"



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

2019-08-31 Thread Andreas Sturmlechner
commit: 90f2e76e416c00361d83f59cbc068e32f3c4d549
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 19:36:12 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 20:46:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f2e76e

x11-misc/kronometer: Drop 2.2.2

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-misc/kronometer/Manifest|  1 -
 x11-misc/kronometer/kronometer-2.2.2.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/x11-misc/kronometer/Manifest b/x11-misc/kronometer/Manifest
index a4a1248f38a..c23babb047a 100644
--- a/x11-misc/kronometer/Manifest
+++ b/x11-misc/kronometer/Manifest
@@ -1,2 +1 @@
-DIST kronometer-2.2.2.tar.xz 123980 BLAKE2B 
2652c2a48de5571de22a95aa0b42f4b6620fb538033c0ec7d2c63c8ae8729b6feeecd8b7acc9c7542fe6eb2be0fb145a9dab53e5e9f97ff0511e2a12f5017dbb
 SHA512 
2c808d7b3fafdc2cf507b0bb64be1b36be166a43543b18569e430d86f75cc64505de9dafd9a06e5b8b9e7fde0c0e624f598da7539026885b12585e3628067f93
 DIST kronometer-2.2.3.tar.xz 124208 BLAKE2B 
f9d91bf19ba64e2c337b8181e2529b409a450c1e821c6b1358a1d57627959c65b5c4db0acd15a4c8f4cd3fb12197ce6a1bf3b95d4dc4922409223b528f5f62aa
 SHA512 
77f948ae3a03b15a0cd49bc1048897bff0788a4831beff8f336270d8af6ee1a245d2174f5a3adc224257e9f319958197af7900ce8389b312f8fe7cd6c53a71d1

diff --git a/x11-misc/kronometer/kronometer-2.2.2.ebuild 
b/x11-misc/kronometer/kronometer-2.2.2.ebuild
deleted file mode 100644
index dff9d003d23..000
--- a/x11-misc/kronometer/kronometer-2.2.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Stopwatch application"
-HOMEPAGE="https://userbase.kde.org/Kronometer;
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"



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

2019-08-31 Thread Andreas Sturmlechner
commit: fa23ba7eaf8200d34fc7c0551f1cde1ee221e966
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 20:08:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 20:46:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa23ba7e

dev-libs/libwacom: 1.0 version bump

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/libwacom/Manifest|  1 +
 dev-libs/libwacom/libwacom-1.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libwacom/Manifest b/dev-libs/libwacom/Manifest
index e684231e15e..b77c31a128d 100644
--- a/dev-libs/libwacom/Manifest
+++ b/dev-libs/libwacom/Manifest
@@ -1,2 +1,3 @@
 DIST libwacom-0.30.tar.gz 119261 BLAKE2B 
4f76fcbed42c5453701e3b5dda880a26f9956a803827584aeaf080196b26bedb65f6bdccb7ffe18e7f93861dfee8a633894869b1ea4f6b95e72d64273087b60c
 SHA512 
952ead4b39461d64d9592d0e05824669d0a8bc721aced46f5a99832da0fc63a4023f9803d416ceaf71dc7182660d05d45b799424bca7f54128fa7c7b688b
 DIST libwacom-0.33.tar.bz2 503217 BLAKE2B 
034b06495209cc88e9a3131a8a23b35fdadf8bc038ff9db62d4dc05b31657d1cfbe4856cf7b1a6112c97d47bb532b664e4e59c3b00a2aebf14dfacbcac141063
 SHA512 
de4d9cf3b5f4d87a159ba8ee617bafce9d13b67dc23d9dc67efd57317b0df2079dd0de328bc800de47f14ee49ea82bb842e34297cef23ba336c1ddca3afa826d
+DIST libwacom-1.0.tar.bz2 502457 BLAKE2B 
c7de15e8e403a4778662c711a4318ffd46c65fcb895e50181b14f6f9c4169493fcd14a78bae62cfad8af0e4d762b5babb06df21ff257994b1890d5ec9078e6ef
 SHA512 
43a8098ed06c86edc647d6a6b0ee0b465bcb6089df77fd361909271aaf5f18ae2fecfa34062fd4a9fdee6983ff1303b99636485ebde6a75a669307bd19c2b313

diff --git a/dev-libs/libwacom/libwacom-1.0.ebuild 
b/dev-libs/libwacom/libwacom-1.0.ebuild
new file mode 100644
index 000..db48fc2994d
--- /dev/null
+++ b/dev-libs/libwacom/libwacom-1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools udev
+
+DESCRIPTION="Library for identifying Wacom tablets and their model-specific 
features"
+HOMEPAGE="https://github.com/linuxwacom/libwacom;
+SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc static-libs"
+
+BDEPEND="
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+RDEPEND="
+   dev-libs/glib:2
+   virtual/libgudev:=
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   if ! use doc; then
+   sed -e 's:^\(SUBDIRS = .* \)doc:\1:' -i Makefile.am || die
+   fi
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-udev-dir=$(get_udevdir)
+   $(use_enable static-libs static)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   use doc && local HTML_DOCS=( doc/html/. )
+   default
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2019-08-31 Thread Andreas Sturmlechner
commit: 05141070d709eda5ecea56f796458496c48d73dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 19:51:44 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 20:46:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05141070

media-libs/mlt: 6.16.0-r2 stable for ruby25 compat

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/mlt/mlt-6.16.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/mlt/mlt-6.16.0-r2.ebuild 
b/media-libs/mlt/mlt-6.16.0-r2.ebuild
index f509af5ceed..2046009e121 100644
--- a/media-libs/mlt/mlt-6.16.0-r2.ebuild
+++ b/media-libs/mlt/mlt-6.16.0-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/mltframework/${PN}/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="compressed-lumas cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 
debug ffmpeg
 fftw frei0r gtk jack kdenlive kernel_linux libav libsamplerate lua melt opencv 
opengl python
 qt5 rtaudio ruby sdl vdpau vidstab xine xml"



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

2019-08-31 Thread Andreas Sturmlechner
commit: 0f07273076f5886d2219cf4007fadb8c0f04dd27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 19:16:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 20:46:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f072730

net-libs/accounts-qt: EAPI-7 bump

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/accounts-qt/accounts-qt-1.15.ebuild | 34 ++--
 1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/net-libs/accounts-qt/accounts-qt-1.15.ebuild 
b/net-libs/accounts-qt/accounts-qt-1.15.ebuild
index 042c2bffddf..9b7e7c225ad 100644
--- a/net-libs/accounts-qt/accounts-qt-1.15.ebuild
+++ b/net-libs/accounts-qt/accounts-qt-1.15.ebuild
@@ -1,43 +1,53 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit qmake-utils vcs-snapshot
+inherit qmake-utils
 
 DESCRIPTION="Qt5 bindings for libaccounts-glib"
 HOMEPAGE="https://01.org/gsso/;
-SRC_URI="https://gitlab.com/accounts-sso/libaccounts-qt/repository/VERSION_1.15/archive.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://gitlab.com/accounts-sso/lib${PN}/repository/VERSION_${PV}/archive.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 x86"
 IUSE="doc test"
 
-# dbus problems
-RESTRICT="test"
-
+BDEPEND="
+   doc? ( app-doc/doxygen )
+"
 RDEPEND="
-   >=net-libs/libaccounts-glib-1.23:=
dev-libs/glib:2
dev-qt/qtcore:5
dev-qt/qtxml:5
+   >=net-libs/libaccounts-glib-1.23:=
 "
 DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )
test? ( dev-qt/qttest:5 )
 "
 
+# dbus problems
+RESTRICT="test"
+
+S="${WORKDIR}/lib${PN}-VERSION_${PV}-5b272ae218ccdf1f67f4eed92e2cdbe21c56ceb8"
+
 src_prepare() {
default
 
-   sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" -i doc/doc.pri 
|| die
-   use doc || sed -e "/include( doc\/doc.pri )/d" -i ${PN}.pro || die
-   use test || sed -i -e '/^SUBDIRS/s/tests//' accounts-qt.pro || die 
"couldn't disable tests"
+   sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" \
+   -i doc/doc.pri || die
+   if ! use doc; then
+   sed -e "/include( doc\/doc.pri )/d" -i ${PN}.pro || die
+   fi
+   if ! use test; then
+   sed -e '/^SUBDIRS/s/tests//' \
+   -i accounts-qt.pro || die "couldn't disable tests"
+   fi
 }
 
 src_configure() {
-   eqmake5 LIBDIR="${EPREFIX%/}/usr/$(get_libdir)"
+   eqmake5 LIBDIR="${EPREFIX}/usr/$(get_libdir)"
 }
 
 src_install() {



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

2019-08-31 Thread William Hubbs
commit: 23e183f56b5fb787392463a8036f469fee38fb17
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Aug 31 20:26:02 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Aug 31 20:26:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e183f5

dev-util/meson: 0.51.2 bump

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

 dev-util/meson/Manifest|  1 +
 dev-util/meson/meson-0.51.2.ebuild | 79 ++
 2 files changed, 80 insertions(+)

diff --git a/dev-util/meson/Manifest b/dev-util/meson/Manifest
index f0545ae0c90..958a069acb4 100644
--- a/dev-util/meson/Manifest
+++ b/dev-util/meson/Manifest
@@ -1,2 +1,3 @@
 DIST meson-0.50.1.tar.gz 1402160 BLAKE2B 
051e9949f3a216c1074ec826c6a232124a3d2615dc03f83f57bfe96427cd44aa95e2ec7c688e87252d0179882f91e0ccf440eda4b47ff2f0d3af7382a530e011
 SHA512 
0dcc19007b3b1626e198c0a4ddb0f37dfdfe25f447e511a772b302bffc02187a3e56046daea01a0ad5cf611d557bae12d5b858bb7a44f69919b9ac9ad696aafd
 DIST meson-0.51.1.tar.gz 1451234 BLAKE2B 
8a925bfa3d622f75eb180226311a6531cde435a5a6573663f44ba67dbefa63f76b8bd17eb23d291594fe66a379ebc8aef5f1e680973a59b0b52c41fe09e4cdcf
 SHA512 
535fb7c73a7e721a25ce4a0b9771bbb2c07fcd8f7b8f43542a093663291761370044f99b9109853b19201189881e64db1ba5a67c724ecff21000b22ca79f182c
+DIST meson-0.51.2.tar.gz 1453328 BLAKE2B 
514995ba8db534ecd488e99fb1aed25d33de73ca65fdfaf18584bd8c113eca3602a73ac42f2ae5ddd4362f8989a02d3d3aa75487ba665706c75039e3f039056c
 SHA512 
332fa0801accd91dc8f3cc1e4e701b1139fdb17c4ae8371fab419e83305ef41534e5f367fbd9323936afb6912d5c3e7cffa9cef658550fad0861ccca9812d5b0

diff --git a/dev-util/meson/meson-0.51.2.ebuild 
b/dev-util/meson/meson-0.51.2.ebuild
new file mode 100644
index 000..782127bd368
--- /dev/null
+++ b/dev-util/meson/meson-0.51.2.ebuild
@@ -0,0 +1,79 @@
+# Copyright 2016-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+if [[ ${PV} = ** ]]; then
+   EGIT_REPO_URI="https://github.com/mesonbuild/meson;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+fi
+
+inherit distutils-r1 toolchain-funcs
+
+DESCRIPTION="Open source build system"
+HOMEPAGE="http://mesonbuild.com/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-libs/glib:2
+   dev-libs/gobject-introspection
+   dev-util/ninja
+   dev-vcs/git
+   sys-libs/zlib[static-libs(+)]
+   virtual/pkgconfig
+   )
+"
+
+python_prepare_all() {
+   # ASAN and sandbox both want control over LD_PRELOAD
+   # https://bugs.gentoo.org/673016
+   sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' 
run_unittests.py || die
+
+   # ASAN is unsupported on some targets
+   # https://bugs.gentoo.org/692822
+   sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || 
die
+
+   distutils-r1_python_prepare_all
+}
+
+src_test() {
+   tc-export PKG_CONFIG
+   if ${PKG_CONFIG} --exists Qt5Core && ! ${PKG_CONFIG} --exists Qt5Gui; 
then
+   ewarn "Found Qt5Core but not Qt5Gui; skipping tests"
+   else
+   # https://bugs.gentoo.org/687792
+   unset PKG_CONFIG
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   (
+   # test_meson_installed
+   unset PYTHONDONTWRITEBYTECODE
+
+   # test_cross_file_system_paths
+   unset XDG_DATA_HOME
+
+   ${EPYTHON} -u run_tests.py
+   ) || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   insinto /usr/share/vim/vimfiles
+   doins -r data/syntax-highlighting/vim/{ftdetect,indent,syntax}
+   insinto /usr/share/zsh/site-functions
+   doins data/shell-completions/zsh/_meson
+}



[gentoo-commits] proj/genkernel: New tag: v4.0.0_beta15

2019-08-31 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Aug 31 20:23:39 2019 +

New tag: v4.0.0_beta15




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

2019-08-31 Thread Matt Turner
commit: 228b309a91dddc344cbbcbee7a95ca4bad45f54f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 31 20:21:32 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 31 20:21:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228b309a

net-libs/libpcap-1.9.0-r1: sparc stable

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/net-libs/libpcap/libpcap-1.9.0-r1.ebuild 
b/net-libs/libpcap/libpcap-1.9.0-r1.ebuild
index 38b37dbc6db..69742603f3c 100644
--- a/net-libs/libpcap/libpcap-1.9.0-r1.ebuild
+++ b/net-libs/libpcap/libpcap-1.9.0-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus netlink static-libs usb"
 
 RDEPEND="



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

2019-08-31 Thread Zac Medico
commit: 8f03ff3fffa965cee9a189a4d5fd36bc82ee0ebc
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Aug 31 20:16:32 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Aug 31 20:18:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f03ff3f

www-servers/civetweb: Remove old version 1.10

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 www-servers/civetweb/Manifest |  1 -
 www-servers/civetweb/civetweb-1.10.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/www-servers/civetweb/Manifest b/www-servers/civetweb/Manifest
index d83660b0b20..8d85e589685 100644
--- a/www-servers/civetweb/Manifest
+++ b/www-servers/civetweb/Manifest
@@ -1,2 +1 @@
-DIST civetweb-1.10.tar.gz 11350512 BLAKE2B 
b0a2ef514a0d9f821a1e05e72000901092f722a5628b759401ef4118301ef79ee8b00f44a9fe9e9f64a14b4af6511419d1684cbe9d2b7c0eb18dbd9d98cd7cbe
 SHA512 
54035883fbec590f339a2b4b5bf1b9a93591ea50bff056830d0c45b874cf6e46ce5af39e9dd9d4e0e6c82bec844aa0f159503f337998e9e10e59099b8ecc3f79
 DIST civetweb-1.11.tar.gz 11421650 BLAKE2B 
487044a313c2ff005a8dfa247b3d8a3c3b52ef048cbc3050ec8c0402ccef4e12e28de53fed5a3a91df1e7f59ba6c03bf545413ffdd0ce3e4d604148c16c661e9
 SHA512 
e1520fd2f4a54b6ab4838f4da2ce3f0956e9884059467d196078935a3fce61dad619f3bb1bc2b4c6a757e1a8abfed0e83cba38957c7c52fff235676e9dd1d428

diff --git a/www-servers/civetweb/civetweb-1.10.ebuild 
b/www-servers/civetweb/civetweb-1.10.ebuild
deleted file mode 100644
index 62190ba870b..000
--- a/www-servers/civetweb/civetweb-1.10.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-HOMEPAGE="https://github.com/civetweb/civetweb/;
-DESCRIPTION="Embedded C/C++ web server"
-SRC_URI="https://github.com/civetweb/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -e 's|DESTINATION lib$|DESTINATION ${CMAKE_INSTALL_LIBDIR}|' \
-   -i src/CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTING=OFF
-   -DBUILD_SHARED_LIBS=ON
-   -DCIVETWEB_ENABLE_LUA=OFF
-   -DCIVETWEB_ENABLE_DUKTAPE=OFF
-   -DCIVETWEB_ENABLE_SSL="$(usex ssl)"
-   )
-
-   cmake-utils_src_configure
-}



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

2019-08-31 Thread Matt Turner
commit: c3dc83ed14a3c620f21986e74d02507b044d9ecd
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 31 19:50:39 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 31 19:58:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dc83ed

net-misc/mosh-1.3.2: added ~ppc64

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index 51e41b0d781..4eea0ddd972 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="



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

2019-08-31 Thread Matt Turner
commit: ae9f5bba9bb606ddaf08e80836e3a637caee5d55
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 31 19:48:57 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 31 19:58:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9f5bba

net-misc/mosh-1.3.2: added ~alpha

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index b569a365aad..ec99e8d2c97 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="



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

2019-08-31 Thread Matt Turner
commit: 80e64693559474bf325bd7fe0b682e3f067b0e09
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 31 19:47:54 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 31 19:58:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e64693

net-misc/mosh-1.3.2: added ~sparc

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index eb607fe4305..b569a365aad 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux 
~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="



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

2019-08-31 Thread Matt Turner
commit: 70c09b78216d0a6dd05e841d58fba531915a13ad
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 31 19:50:35 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 31 19:58:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c09b78

net-misc/mosh-1.3.2: added ~ia64

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/net-misc/mosh/mosh-1.3.2.ebuild b/net-misc/mosh/mosh-1.3.2.ebuild
index ec99e8d2c97..51e41b0d781 100644
--- a/net-misc/mosh/mosh-1.3.2.ebuild
+++ b/net-misc/mosh/mosh-1.3.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://mosh.org/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
 IUSE="+client examples libressl +mosh-hardening +server ufw +utempter"
 
 REQUIRED_USE="



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

2019-08-31 Thread Ulrich Müller
commit: ccaabe282d55e87f985220b867433d2a4273c3dc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 31 19:07:04 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 31 19:07:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccaabe28

profiles: Unmask app-editors/emacs[mailutils] on powerpc, bug 663264.

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/arch/powerpc/package.use.stable.mask | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/powerpc/package.use.stable.mask 
b/profiles/arch/powerpc/package.use.stable.mask
index 9866feff09f..2a7b9313ea4 100644
--- a/profiles/arch/powerpc/package.use.stable.mask
+++ b/profiles/arch/powerpc/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 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
@@ -26,9 +26,8 @@ media-sound/easytag nautilus
 media-sound/abcde replaygain
 
 # Ulrich Müller  (2018-08-09)
-# Needs net-mail/mailutils and net-libs/webkit-gtk which are not
-# stable (yet?), bug #663248
-app-editors/emacs mailutils xwidgets
+# Needs net-libs/webkit-gtk which is not stable, bug #663248
+app-editors/emacs xwidgets
 
 # Andreas Sturmlechner  (2018-06-20)
 # dev-python/PyQt5 is not stable.



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

2019-08-31 Thread Michał Górny
commit: 6c6ae1a6c3a1f0bf6ec0c5c3d719678b8045f76c
Author: XGQT  protonmail  com>
AuthorDate: Sat Aug 31 18:51:43 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 19:05:39 2019 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=6c6ae1a6

repositories: Add myov

Closes: https://github.com/gentoo/api-gentoo-org/pull/214
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 2cad657..ef59e00 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -3160,6 +3160,18 @@
 https://github.com/msva/mva-overlay
 git://github.com/msva/mva-overlay
 https://github.com/msva/mva-overlay/commits/master.atom
+  
+
+myov
+My Overlay - custom Gentoo overlay from 
XGQT
+https://gitlab.com/xgqt/myov.git
+
+  XGQT
+  x...@protonmail.com
+
+https://gitlab.com/xgqt/myov.git
+git+ssh://g...@gitlab.com/xgqt/myov.git
+https://gitlab.com/xgqt/myov/commits/master.atom
   
   
 mysql



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

2019-08-31 Thread Andreas Sturmlechner
commit: d9abfe45f6cfc5a66d3bfec6b989c6581a442811
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 18:49:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 18:50:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9abfe45

profiles: Mask media-gfx/digikam[dnn]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/base/package.use.stable.mask | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index e335d10bdfe..0a00fc800bb 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -61,9 +61,10 @@ media-gfx/alembic arnold maya
 media-plugins/grilo-plugins chromaprint
 
 # Andreas Sturmlechner  (2019-02-16)
-# Unstable dependencies.
-media-gfx/digikam vkontakte
+# media-libs/opencv[contrib,contrib_dnn], net-libs/libmediawiki,
+# net-libs/libkvkontakte all not stable anywhere.
 kde-apps/kipi-plugins mediawiki vkontakte
+media-gfx/digikam dnn vkontakte
 
 # Brian Evans  (2018-12-06)
 # Mask USE flag since argon2 dependency is not stable on most arches



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

2019-08-31 Thread William Hubbs
commit: 3eb861b01356813e65b4e39f22e7a23c4029ac68
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Aug 31 18:12:57 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Aug 31 18:14:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb861b0

dev-libs/liblouis:  remove old version

Bug: https://bugs.gentoo.org/661150
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 dev-libs/liblouis/Manifest  |  1 -
 dev-libs/liblouis/liblouis-2.5.3.ebuild | 64 -
 2 files changed, 65 deletions(-)

diff --git a/dev-libs/liblouis/Manifest b/dev-libs/liblouis/Manifest
index 3ffb22baa60..3bfe01c31b4 100644
--- a/dev-libs/liblouis/Manifest
+++ b/dev-libs/liblouis/Manifest
@@ -1,2 +1 @@
-DIST liblouis-2.5.3.tar.gz 3785311 BLAKE2B 
15130dfa6c32b9c12b6ffccf4a8b2185bcc8fe483e8822d4fdd9f1c1cd0c3e8f33325419f75a9eb23e1414743fe01b44041c836a06e4ff040708b95998251854
 SHA512 
5aa65f3a0b7cef37fe7cd8ccf09df8c40f38d183a88d1be9f1251b40406204e57a8d95716bf1de3569b09b640be613cc3e0bd0e05dc4d544face00bfc8d75ac7
 DIST liblouis-3.10.0.tar.gz 13335626 BLAKE2B 
a4c7f81f15c202c0e1030119f805e218dd51852af57065c441241f4e182828036372750231726802adbb835a7af05ccbf029316da376f3f89dd62ae9d833f838
 SHA512 
e05d42ba352b1336b10ecd3d320c2bed33250cd636767ecd77837530577c537de4f4e806ddaf1ed7e8b9ec766c84adf6ab045595235c1020f2bb31ba791f3833

diff --git a/dev-libs/liblouis/liblouis-2.5.3.ebuild 
b/dev-libs/liblouis/liblouis-2.5.3.ebuild
deleted file mode 100644
index d1c9eb1331e..000
--- a/dev-libs/liblouis/liblouis-2.5.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
-PYTHON_REQ_USE='wide-unicode(+)'
-DISTUTILS_OPTIONAL=1
-inherit distutils-r1
-
-DESCRIPTION="An open-source braille translator and back-translator"
-HOMEPAGE="https://github.com/liblouis/liblouis;
-SRC_URI="https://liblouis.googlecode.com/files/${P}.tar.gz;
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86"
-IUSE="python"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-src_prepare() {
-   default
-
-   if use python; then
-   pushd python > /dev/null
-   distutils-r1_src_prepare
-   popd > /dev/null
-   fi
-}
-
-src_configure() {
-   econf --enable-ucs4
-}
-
-src_compile() {
-   default
-
-   if use python; then
-   pushd python > /dev/null
-   # setup.py imports liblouis to get the version number,
-   # and this causes the shared library to be dlopened
-   # at build-time.  Hack around it with LD_PRELOAD.
-   # Thanks ArchLinux.
-   LD_PRELOAD+=':../liblouis/.libs/liblouis.so'
-   distutils-r1_src_compile
-   popd > /dev/null
-   fi
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die
-
-   if use python; then
-   pushd python > /dev/null
-   LD_PRELOAD+=':../liblouis/.libs/liblouis.so' \
-   distutils-r1_src_install
-   popd > /dev/null
-   fi
-
-   dodoc README AUTHORS NEWS ChangeLog || die
-   dohtml doc/liblouis.html
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/, media-plugins/vdr-dvbhddevice/files/

2019-08-31 Thread Matthias Schwarzott
commit: 7a539ddaff9546f2f08de18d720e1019232e4fc4
Author: Martin Dummer  gmx  net>
AuthorDate: Thu Nov  8 16:42:01 2018 +
Commit: Matthias Schwarzott  gentoo  org>
CommitDate: Sat Aug 31 17:36:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a539dda

media-plugins/vdr-dvbhddevice: version bump to 2.2.0

new version 2.2.0
new SRC_URI and HOMEPAGE
fix compile error "... AUDIO_GET_PTS undeclared" with kernel >=4.17
add proxy-maintainer

Signed-off-by: Martin Dummer  gmx.net>
Closes: https://bugs.gentoo.org/635370
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10365
Signed-off-by: Matthias Schwarzott  gentoo.org>

 media-plugins/vdr-dvbhddevice/Manifest |  1 +
 .../files/define_AUDIO_GET_PTS.patch   | 11 ++
 media-plugins/vdr-dvbhddevice/metadata.xml | 22 
 .../vdr-dvbhddevice-2.2.0_p20180420.ebuild | 40 ++
 4 files changed, 67 insertions(+), 7 deletions(-)

diff --git a/media-plugins/vdr-dvbhddevice/Manifest 
b/media-plugins/vdr-dvbhddevice/Manifest
index f130e50c4da..692433b91d7 100644
--- a/media-plugins/vdr-dvbhddevice/Manifest
+++ b/media-plugins/vdr-dvbhddevice/Manifest
@@ -1,2 +1,3 @@
 DIST dvbhddevice-2.1.3_p20140115.tar.gz 40424 BLAKE2B 
99d5fece7557c7c9f2b0174c9b1f01ac7628f0f0b6aa954f3e829de4653e10cbed6d0516b966f69737aff9ffafd224b3558bd868e972b64ab60c965ba569555a
 SHA512 
29729325affec5e1330cf361a0c82ee5ef9f48f9a6a5032881b331a6451c05c8d99831c43e3eb08129053a7549dd4cd73a5e0afc6fe04d35956c8fecad48d2f4
 DIST vdr-dvbhddevice-2.1.6_p20141116.tar.gz 40902 BLAKE2B 
60829c76226c1f0254ac6cdd940fcbcbf08d4cf0a50bfd9ab992db80f63f07389ab29cd4a04aec6319744a39e86cce7dbfee240ab77e819726facd9dbc6d7964
 SHA512 
0189cf5bfd1d9648915ec65427b4eeeb85ac80281a07a910e65381d86913c37d5840abd8984f17028afe63eae457c7ce398a446e3ad4b70ae4deada316c14b5b
+DIST vdr-dvbhddevice-2.2.0_p20180420.tar.gz 42772 BLAKE2B 
c70842be34181b15aab69f5a62ba98f4cc72ad5148db684a45ae5c6b74431517b70cda72dbfb6abc371675fd2742f86000b02c645bfba5b6a6b64817f5c59b35
 SHA512 
bc6ede24897a7704ecefcfdca92eeaf1bf9f8ed2410a478a21cc712730bfe94616c01379a172214f664481fba636ee3aea33540a6cf258597015dfb73720c408

diff --git a/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch 
b/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch
new file mode 100644
index 000..4107608797f
--- /dev/null
+++ b/media-plugins/vdr-dvbhddevice/files/define_AUDIO_GET_PTS.patch
@@ -0,0 +1,11 @@
+--- a/dvbhdffdevice.h  2018-10-10 09:03:47.464147905 +0200
 b/dvbhdffdevice.h  2018-10-10 09:04:59.353350738 +0200
+@@ -4,6 +4,9 @@
+  * See the README file for copyright information and how to reach the author.
+  */
+ 
++#ifndef AUDIO_GET_PTS
++#define AUDIO_GET_PTS  _IOR('o', 19, __u64)
++#endif
+ #ifndef __DVBHDFFDEVICE_H
+ #define __DVBHDFFDEVICE_H

diff --git a/media-plugins/vdr-dvbhddevice/metadata.xml 
b/media-plugins/vdr-dvbhddevice/metadata.xml
index 2223ff4c5ea..25143612c47 100644
--- a/media-plugins/vdr-dvbhddevice/metadata.xml
+++ b/media-plugins/vdr-dvbhddevice/metadata.xml
@@ -1,11 +1,19 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-v...@gentoo.org
-Gentoo VDR Project
-  
-  
-powARman/dvbhddevice
-  
+   
+   martin.dum...@gmx.net
+   Martin Dummer
+   
+   
+   v...@gentoo.org
+   Gentoo VDR Project
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   powARman/dvbhddevice
+   
 

diff --git 
a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420.ebuild 
b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420.ebuild
new file mode 100644
index 000..9f21531f038
--- /dev/null
+++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+HG_REVISION="2ea854ae8c7a"
+HG_REVISION_DATE="20180420"
+
+DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
+S2-6400 DVB Card"
+HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice;
+SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz 
->
+   ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2.0.0"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/powARman-${VDRPLUGIN}-${HG_REVISION}"
+
+src_prepare() {
+   vdr-plugin-2_src_prepare
+
+   eapply "${FILESDIR}/define_AUDIO_GET_PTS.patch"
+   fix_vdr_libsi_include dvbhdffdevice.c
+}
+
+src_install() {
+   vdr-plugin-2_src_install
+
+   doheader dvbhdffdevice.h hdffcmd.h
+   insinto /usr/include/libhdffcmd
+   doins libhdffcmd/*.h
+}



[gentoo-commits] proj/mozilla:master commit in: profiles/

2019-08-31 Thread Jory Pratt
commit: 3a8f0fb0b57edc073f9f2b8c4c2f8dc0dc271ea0
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 16:46:36 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 16:46:36 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3a8f0fb0

profiles: remove p.mask etry for tb-68.0

Signed-off-by: Jory Pratt  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
deleted file mode 100644
index bbe9157..000
--- a/profiles/package.mask
+++ /dev/null
@@ -1,2 +0,0 @@
-# lightning/gdata must be updated before we unmask
-~mail-client/thunderbird-68.0



[gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/

2019-08-31 Thread Jory Pratt
commit: bf6d5b71581fc85a955c604b7891ae98f71f93e5
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 16:44:49 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 16:44:49 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bf6d5b71

mail-client/thunderbird: update to xdg_icon_cache_update

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 mail-client/thunderbird/thunderbird-68.0-r1.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild 
b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
index 813aba3..e3d2ccf 100644
--- a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
@@ -732,8 +732,6 @@ src_install() {
 }
 
 pkg_preinst() {
-   gnome2_icon_savelist
-
# if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
# doesn't need to be forced into the LD_LIBRARY_PATH
if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
@@ -752,8 +750,8 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   gnome2_icon_cache_update
xdg_desktop_database_update
+   xdg_icon_cache_update
 
if ! use gmp-autoupdate && ! use eme-free ; then
elog "USE='-gmp-autoupdate' has disabled the following plugins 
from updating or"
@@ -772,6 +770,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
-   gnome2_icon_cache_update
xdg_desktop_database_update
+   xdg_icon_cache_update
 }



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

2019-08-31 Thread Jory Pratt
commit: 0c22394323177090d7424be41deb88df6a15294b
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 15:41:31 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 15:41:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c223943

dev-libs/nss: Version bump 3.46

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 dev-libs/nss/Manifest | 2 +-
 dev-libs/nss/{nss-3.45.ebuild => nss-3.46.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index 3d235a76349..5699cf88f3e 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -1,5 +1,5 @@
 DIST nss-3.40.1.tar.gz 23311074 BLAKE2B 
9cd723e983a3f70748b0734bb2a6cc1ddfa280f1c167c3b1b371a58900fb3d9b3bf3482293bb8614d39ffb538bcca815a2aedbe03d2d643731817452f82bc2ca
 SHA512 
464ae843161e8deb911975d2117e8bf1194a968689b4ce70f9a12d5a33dba7ddd69f1248ec45244139c30fcc87678b206a4e124f032b26ead8bf894e4e8d0564
 DIST nss-3.44.1.tar.gz 75986343 BLAKE2B 
b0a91ffdf879c8fd684abcb92480dd465466e83d3bad346d937bae285543705d10817527ed4f5ddbb618ad52103d4aedfc25e03053225010abc80267d2f94034
 SHA512 
eb801a25b54377026633b6bf284e4c62308012058355f348a7c57525afe96db74a07de41ba01754e316a7dff06689de527359a5474ed7ab606779c4cf169
-DIST nss-3.45.tar.gz 76017462 BLAKE2B 
33b310a2cfe86bbbcbb34aa0ea8f11ef8bc9ba45301bf338a1271e88f606b89cb98ad12fad9ae248fa1205218bcf10a106437972fbf56c6563255f3ba0cbf466
 SHA512 
33360a1bb4e0a0a974070c354ee82c515d5cfa2a12c9c96817a9fdb3e4ca1ad62eb95886b9b0d60e2f69efda964376d0671c1e3c920b2ea614aeecb719c6ff29
+DIST nss-3.46.tar.gz 76417155 BLAKE2B 
18e22a60df185764f434779211289a78d05270d8493766100e378e2ecfdb3013feb73359088d53667fb3c57a5b29633c9f800d29739cff5aab2af81e7ddbe2d7
 SHA512 
de309ec8d6aa2c3cf4d5ebfe9fa1f8bf5def717d22018d5c88c1de963b4ae7b0d69ad64e68d830574fc85613483fd538cb2f319ffb3fa2e1b97ec02f85d37c48
 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 
9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68
 SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0
 DIST nss-pem-20160329.tar.xz 27732 BLAKE2B 
7c23133a7bfb969d8eac98fb6311e76ab60c5d6601c7329f3c492da30c017e66d64a1f8bc827dd36e52e65c1a1ec02b58816442aaf410345c5ed759a02264b84
 SHA512 
5834b06e4c64205447573d4f4c8989e20986ae67ee00eebce3817eb73794a6355a404143ba1c676ec302ceefaf9df103cb879b1d4ff14ba4e3790dbee3e40eb2

diff --git a/dev-libs/nss/nss-3.45.ebuild b/dev-libs/nss/nss-3.46.ebuild
similarity index 99%
rename from dev-libs/nss/nss-3.45.ebuild
rename to dev-libs/nss/nss-3.46.ebuild
index bd22251e605..919cd43b699 100644
--- a/dev-libs/nss/nss-3.45.ebuild
+++ b/dev-libs/nss/nss-3.46.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
 
-NSPR_VER="4.16"
+NSPR_VER="4.22"
 RTM_NAME="NSS_${PV//./_}_RTM"
 # Rev of https://git.fedorahosted.org/cgit/nss-pem.git
 PEM_GIT_REV="429b0222759d8ad8e6dcd29e62875ae3efd69116"



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/

2019-08-31 Thread Hanno Boeck
commit: 58c665adf9cb967cc103f587aee585ab9a871b7e
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 15:39:52 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 15:39:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c665ad

dev-erlang/stringprep: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/stringprep/Manifest |  1 +
 dev-erlang/stringprep/stringprep-1.0.17.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 809cb2375f9..bbec5329b96 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,4 +1,5 @@
 DIST stringprep-1.0.14.tar.gz 95662 BLAKE2B 
5bba174aa4bad36b230143e6b598149a62237039482811641fb80e35437f49f5ef99d66d020f715de5db4ccfe98f8a1fd4aeab2eacae74b3093907254442c0e9
 SHA512 
665eebd8339405c87c810f89e7671ee9490ad960da21da9b45ea867df962c39d727f1b00c2b441b60294122db5cfad64c768497db7772cbace7391ab50fe3cb0
+DIST stringprep-1.0.17.tar.gz 98819 BLAKE2B 
c1db7be3bd3618c4c1a943080a39104342b11102b9e894e457ee6f7510696a4e160b3bd50fd945be9d8d7dda4bf9eb5e5517e59f7e69cffd9b71e1db9e022e4a
 SHA512 
170d4c96882eebf4602f0a6c87764b6c10d6a063b832c4473df11741656ac03c7b7bbb7d176a991747364f7fb9487ed0cbdbf6792378daefd41672ed685e9dd8
 DIST stringprep-1.0.3.tar.gz 95189 BLAKE2B 
448a5447d9974f20e110a2359a5e1e92e449784bcb3915fc7f33d4676e6de79fe42bac40c3d404fe582edb45fa90ef4fa725aade9a0ef3f67927240cae498e17
 SHA512 
a42ad55ddfe69f34025fb4ce8f357b13ca3f24449da7ca1e4dc5d78dd350d39530c39d1f3542fe0cba8081c6bc5d3441a606f227733d7a6d87d658a703a0feb1
 DIST stringprep-1.0.5.tar.gz 95323 BLAKE2B 
1ec1a66856c707d0f34ae5e257828a9b301ce2d4d9137dc52e1b5911d4ceadaa8d6925168cd4f58207c639893048095d873b27997cfc7999815f80c74ced94b7
 SHA512 
08132b1c6ceb7e4d069677e8a49ef2543b7d2491d745b3b68cc59b1786ad9884db5e694317ea44059c285ce63df4e7ababc6e0fbad2f36105479e6a07e159a05
 DIST stringprep-1.0.6.tar.gz 95340 BLAKE2B 
d8250653ba6b0f0e0f51303dfa3b90e0695a0b51692c1005ef3ad68e07bec3c831dba7d97be00ceb75a392c2c98baa99a15dc53813ebe9c57dc594053a1f048c
 SHA512 
930399b8a33f6f4aac9db12f0cc46197e94b6964eca6b913bea6ad331b8c2dcfb521331245858b4480f0c9bf472f7cfa98101349c4b2624c10718410d49cd040

diff --git a/dev-erlang/stringprep/stringprep-1.0.17.ebuild 
b/dev-erlang/stringprep/stringprep-1.0.17.ebuild
new file mode 100644
index 000..9a6a7824304
--- /dev/null
+++ b/dev-erlang/stringprep/stringprep-1.0.17.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/stringprep;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 tcltk"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.16
+   >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] proj/mozilla:master commit in: dev-libs/nss/

2019-08-31 Thread Jory Pratt
commit: e170835728d2afeaf713e1bd1b9bef2d266d22a5
Author: Jory Pratt  gentoo  org>
AuthorDate: Sat Aug 31 15:39:04 2019 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Aug 31 15:39:04 2019 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e1708357

dev-libs/nss: Version bump to 3.46

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jory Pratt  gentoo.org>

 dev-libs/nss/Manifest | 2 +-
 dev-libs/nss/{nss-3.45.ebuild => nss-3.46.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index 693b0a4..52af5e4 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -1,3 +1,3 @@
-DIST nss-3.45.tar.gz 76017462 BLAKE2B 
33b310a2cfe86bbbcbb34aa0ea8f11ef8bc9ba45301bf338a1271e88f606b89cb98ad12fad9ae248fa1205218bcf10a106437972fbf56c6563255f3ba0cbf466
 SHA512 
33360a1bb4e0a0a974070c354ee82c515d5cfa2a12c9c96817a9fdb3e4ca1ad62eb95886b9b0d60e2f69efda964376d0671c1e3c920b2ea614aeecb719c6ff29
+DIST nss-3.46.tar.gz 76417155 BLAKE2B 
18e22a60df185764f434779211289a78d05270d8493766100e378e2ecfdb3013feb73359088d53667fb3c57a5b29633c9f800d29739cff5aab2af81e7ddbe2d7
 SHA512 
de309ec8d6aa2c3cf4d5ebfe9fa1f8bf5def717d22018d5c88c1de963b4ae7b0d69ad64e68d830574fc85613483fd538cb2f319ffb3fa2e1b97ec02f85d37c48
 DIST nss-cacert-class1-class3.patch 22950 BLAKE2B 
9d5e60df5f161a3c27c41e5a9419440a54f888eda454e3cde5ebe626d4075b65cf9938b5144d0fb022377f4bd415bff5e5c67d104409860aa9391b3eb8872c68
 SHA512 
a5aa740bf110a3f0262e3f1ef2fc739ac2b44f042e220039d48aee8e97cd764d5c10718220364f4098aba955882bd02cadb5481512388971a8290312f88a7df0
 DIST nss-pem-20160329.tar.xz 27732 BLAKE2B 
7c23133a7bfb969d8eac98fb6311e76ab60c5d6601c7329f3c492da30c017e66d64a1f8bc827dd36e52e65c1a1ec02b58816442aaf410345c5ed759a02264b84
 SHA512 
5834b06e4c64205447573d4f4c8989e20986ae67ee00eebce3817eb73794a6355a404143ba1c676ec302ceefaf9df103cb879b1d4ff14ba4e3790dbee3e40eb2

diff --git a/dev-libs/nss/nss-3.45.ebuild b/dev-libs/nss/nss-3.46.ebuild
similarity index 99%
rename from dev-libs/nss/nss-3.45.ebuild
rename to dev-libs/nss/nss-3.46.ebuild
index b2b5169..96e09a4 100644
--- a/dev-libs/nss/nss-3.45.ebuild
+++ b/dev-libs/nss/nss-3.46.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 inherit eutils flag-o-matic multilib toolchain-funcs multilib-minimal
 
-NSPR_VER="4.16"
+NSPR_VER="4.22"
 RTM_NAME="NSS_${PV//./_}_RTM"
 # Rev of https://git.fedorahosted.org/cgit/nss-pem.git
 PEM_GIT_REV="429b0222759d8ad8e6dcd29e62875ae3efd69116"



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_oauth2/

2019-08-31 Thread Hanno Boeck
commit: 63a781de5dcc1316217eceb2bcbdfec06ca0a3c6
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 15:37:36 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 15:37:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a781de

dev-erlang/p1_oauth2: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/p1_oauth2/Manifest   |  1 +
 dev-erlang/p1_oauth2/p1_oauth2-0.6.5.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-erlang/p1_oauth2/Manifest b/dev-erlang/p1_oauth2/Manifest
index c6ff35c152f..f063a2f0eff 100644
--- a/dev-erlang/p1_oauth2/Manifest
+++ b/dev-erlang/p1_oauth2/Manifest
@@ -1,2 +1,3 @@
 DIST p1_oauth2-0.6.1.tar.gz 212804 BLAKE2B 
571341aaa4d3a4bac6ac2f8f46d2e4b9caf5e00622a392635d79ff11b520a3cab71d360220c99a46035ce851974d975d69a71ac9b1be626c9b126941fc4a73cf
 SHA512 
2509d48775579a26178fb5a082e628a8487c986b1b4d4abe974b653a1e0b7605bed934d59f6d62927582bdb95a53ba454816d326d99a77c5360928c4973ade4a
 DIST p1_oauth2-0.6.3.tar.gz 213860 BLAKE2B 
a610f7911ce46c30760dd8da42531ff1f4e4953f3158a42f360cec9090ca9901647bdedff5eacd7416e34bb64987cedcbb675c1c39de3a4172e337ec50c07495
 SHA512 
634606530f90810fb998baf26d14afc092699144506c9be771e74d5c965698d81b93bdc35ce53ff94d0b3ad1c4557a16660cfe74bc75586fbab2baa45b1d9c46
+DIST p1_oauth2-0.6.5.tar.gz 213847 BLAKE2B 
de1b9dc238efacf5682ad12b1b563fc311f1e0515673003286b31f42ebd33fb8dd9e384aed194047cd6ab38d4769ab128e8de5241004ce49f72d56ad9ca22d21
 SHA512 
5664aba423c85d90321533878b73e58b50d7ef3bc4183c8108c99e075ef4e75041eb28620de4dc14be23dfaac3623a858a9c8e191e54dae62eb9688ea0812312

diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.5.ebuild 
b/dev-erlang/p1_oauth2/p1_oauth2-0.6.5.ebuild
new file mode 100644
index 000..ba3919e1090
--- /dev/null
+++ b/dev-erlang/p1_oauth2/p1_oauth2-0.6.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Erlang OAuth 2.0 implementation"
+HOMEPAGE="https://github.com/processone/p1_oauth2;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-lang/erlang-17.1"
+DEPEND="${CDEPEND}
+   test? (
+   >=dev-erlang/meck-0.8.7
+   >=dev-erlang/proper-1.3
+   )"
+RDEPEND="${CDEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_prepare() {
+   rebar_src_prepare
+   rebar_remove_deps rebar.test.config
+}
+
+src_test() {
+   erebar -C rebar.test.config compile eunit
+}



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_mysql/

2019-08-31 Thread Hanno Boeck
commit: 618be483067963e53ec1dbe251f13afb5d4b7b01
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 15:33:32 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 15:33:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618be483

dev-erlang/p1_mysql: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/p1_mysql/Manifest   |  1 +
 dev-erlang/p1_mysql/p1_mysql-1.0.11.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-erlang/p1_mysql/Manifest b/dev-erlang/p1_mysql/Manifest
index cc5cc3fe202..b2ef8e40fba 100644
--- a/dev-erlang/p1_mysql/Manifest
+++ b/dev-erlang/p1_mysql/Manifest
@@ -1,3 +1,4 @@
 DIST p1_mysql-1.0.1.tar.gz 19329 BLAKE2B 
b5904a12e8ce5c1b58ff789adb5df7fd9040b8a874b6e1054f3086fa1c28b1347e21d6809fa00fb8281816d2bfaccd7889cb2c2665376a40e87b36eaf315e269
 SHA512 
2e5d3baa255ab7b6d3271e633793bfb265648b260c104256980a1229ea20bf3701d8f665f65fb4785272ea7e4e6a346a262ffbf609de10aec6d8029ef1d4f567
+DIST p1_mysql-1.0.11.tar.gz 25958 BLAKE2B 
6c94287fc584ed530d70e9609cc565c2c66a2b90b8bb47d85e370353e8e56dd9cb8e902406eaf330692f70c264f44977f22534e6805017a12accdcb5828a45e1
 SHA512 
2929b1e66aa887258b46f7dcda71f935230b9b7ea9fccf0baff2cda0782a5b7da26b9b396ed2bf3b16f07d397c88f5881ea93913a11e262be802654ac46dd9ed
 DIST p1_mysql-1.0.2.tar.gz 19512 BLAKE2B 
8cf7cded80d6ca1239019f3d1bbb7d4babbe0336a09b6c8ebb55e116eeb592e35a6f332ee6950c78ac6559a3850bdc1dbfa50ded2d30e008deb8e8d50b5c86d2
 SHA512 
ac0656b3134cfae47161a4643188784cf71e8ea19bbd5856e58d4f1d508a8771534975a631da51e7574e5adb3f64cdd250ab59ab7e9138fd5cb865e80522bd11
 DIST p1_mysql-1.0.8.tar.gz 21914 BLAKE2B 
74c5ab5358347cd956b6d5fec2f96dedd97a0e832c39db8d44b4e7bd810d94237f87a70fe779c54e5e45efe0c574edfb7df1e608cafae226452fb8eb7d0b92a5
 SHA512 
68382135f96f3edb51fbdd6381a03773f99f39b9fbbcd63add159a7fe6f37a9f19f1ffa39eb248d9b490926ff3c6f393aac6449cf0d88c10eee50c807aba1ab7

diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.11.ebuild 
b/dev-erlang/p1_mysql/p1_mysql-1.0.11.ebuild
new file mode 100644
index 000..274bc47ea8a
--- /dev/null
+++ b/dev-erlang/p1_mysql/p1_mysql-1.0.11.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Pure Erlang MySQL driver"
+HOMEPAGE="https://github.com/processone/p1_mysql;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/lager/

2019-08-31 Thread Hanno Boeck
commit: 3b5616658534e13b4e5e928eda18d14893553197
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 15:30:40 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 15:30:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b561665

dev-erlang/lager: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/lager/Manifest   |  1 +
 dev-erlang/lager/lager-3.8.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-erlang/lager/Manifest b/dev-erlang/lager/Manifest
index c461d33ce26..86f6fb0fc62 100644
--- a/dev-erlang/lager/Manifest
+++ b/dev-erlang/lager/Manifest
@@ -3,3 +3,4 @@ DIST lager-3.2.1.tar.gz 244701 BLAKE2B 
03d09c1fd42b4b1365264a2c5bd9f67032bd1f725
 DIST lager-3.2.2.tar.gz 244979 BLAKE2B 
79b895c2a4df313fa582c3573c23d2ea233db1ad694d9425dc5217853c14d2ea1d40524ff634ba0f001ca85ac7833b52709840b9bb68d6b609e19d2acd906a36
 SHA512 
c183f141b50343c5892ee4417ab76cdd69862a53ccd9c0840b2df52c7034f08e5ac92546d6bdfc8014c8e7561cb75cfb20b3967e0146996907c9594d341095b6
 DIST lager-3.2.4.tar.gz 245002 BLAKE2B 
4d6197cbefed0f9d53d4ef522b2f0827e86e404e108710a0c615befb8d033b77cef3a2fd53a9c9b8a98fd0f708be95e7d0a6d5f64802cf061d5171f343971c7c
 SHA512 
765e132c19c46593f79f73400d04801d27767192dfeb75c3d3aef5a20963dc6113e544db35dccee2a975476a5653954a79ac49eb923d84daade0dc64a8c1e6f7
 DIST lager-3.6.7.tar.gz 266527 BLAKE2B 
b26fbd07b8db0a366d5adf74e56a28f3898fa4853f5c3383cc32043b7fefb58e996309d12c77ea0d94ee98eefe2b81c32a4d0c40a0f5608ed94e71c9d754d992
 SHA512 
7dde8196204c6e65f78a95705151d4681edd4d2e9c3a1a3b37135e777ed3b653124fbfa43192ebf56328b5f2d6daec1b4e1055399c3cd47d5969bfc3cbc822bc
+DIST lager-3.8.0.tar.gz 271830 BLAKE2B 
13e84cfb561493d3fdec2d8fe9d585eed8716aa831425616b73e84cbca1c1951186bf7c378dcf21df0006a910e56458b9d9cdbf69eefd85e519fca2a1d98e8f3
 SHA512 
bcbd522bdc39e19466dc3e6fe8fc81ba10358cbcc167e278402e91164992fc0ee7c02e02a5bc223664c0d5974a1ba107756b073509453386003c9d02b3dc388b

diff --git a/dev-erlang/lager/lager-3.8.0.ebuild 
b/dev-erlang/lager/lager-3.8.0.ebuild
new file mode 100644
index 000..325c7b7710c
--- /dev/null
+++ b/dev-erlang/lager/lager-3.8.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Logging framework for Erlang/OTP"
+HOMEPAGE="https://github.com/erlang-lager/lager;
+SRC_URI="https://github.com/erlang-lager/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/goldrush-0.1.9
+   >=dev-lang/erlang-20.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md TODO )
+
+src_prepare() {
+   rebar_src_prepare
+   sed -i '/goldrush/d' rebar.config.script
+   # 'priv' directory contains only edoc.css, but doc isn't going to be 
built.
+   rm -r "${S}/priv" || die
+}



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

2019-08-31 Thread Andreas Sturmlechner
commit: 538582f716cd543e77ff693aba5642b8abcf87f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 14:58:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 15:10:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538582f7

dev-libs/kasync: 0.3.0 version bump

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-libs/kasync/Manifest|  1 +
 dev-libs/kasync/kasync-0.3.0.ebuild | 14 ++
 2 files changed, 15 insertions(+)

diff --git a/dev-libs/kasync/Manifest b/dev-libs/kasync/Manifest
index 35be4833481..ed53c05c07d 100644
--- a/dev-libs/kasync/Manifest
+++ b/dev-libs/kasync/Manifest
@@ -1 +1,2 @@
 DIST kasync-0.2.0.tar.xz 28952 BLAKE2B 
1ca17023a9350024195b3a840cbcea8e180fea9ac1a4ea1601c30d70c68a613bb677a65ca8a4c36552bf998a14098342f66855f84a603d2853d4df43f3466e3e
 SHA512 
cf0d59c4ed6978552599a1d36c08df180357e112867f3730f57b13673943eb365acd16892450f100e9e5f10a06df64ee006a0d3651d0f05d78cb5195094d
+DIST kasync-0.3.0.tar.xz 29060 BLAKE2B 
0d2b296db7162426848c5467ee51e3530f0cef97cc345231fbde3225bc29736458c7e62938c7c9773742a9e4d3ed1f9545ac9d570cc5324321bc4e694e3a
 SHA512 
a521862bafdff2931a3f01ef4393c6ae8f3c4655bb58dc2ddb4fde5f443d67b1a23d0c21491b2099ad6dae53d8894588b49299c45d334956b36ccedf94b17f9d

diff --git a/dev-libs/kasync/kasync-0.3.0.ebuild 
b/dev-libs/kasync/kasync-0.3.0.ebuild
new file mode 100644
index 000..2a0fc33b2de
--- /dev/null
+++ b/dev-libs/kasync/kasync-0.3.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="C++ library for controlling asynchronous tasks"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""



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

2019-08-31 Thread Andreas Sturmlechner
commit: 2cdc2480a2cef54fe6a6e5fa7c643c5dad8dfd1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 15:03:16 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 15:10:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cdc2480

net-libs/kdav2: 0.3.0 version bump

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/kdav2/Manifest   |  1 +
 net-libs/kdav2/kdav2-0.3.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/net-libs/kdav2/Manifest b/net-libs/kdav2/Manifest
index a5fdb40310c..53d48daf76d 100644
--- a/net-libs/kdav2/Manifest
+++ b/net-libs/kdav2/Manifest
@@ -1 +1,2 @@
 DIST kdav2-0.2.0.tar.xz 49440 BLAKE2B 
965f38b854f8aa95b907fbde136fbffdfdf47690e7816cc6a5e3d8014b97a57bad991a0a1aa488a855065eeba50bd7bb73f25ac05ccc9dedee563044da293519
 SHA512 
ef2510ae36a8e5be0903eb7e576c0f62c5e17d36cb42a9e6f07bb8d06f2e2a46354cf10256509f7c252e58f281f5e32e1c9dae682c421ac96941b7785df6a6a3
+DIST kdav2-0.3.0.tar.xz 48764 BLAKE2B 
0e904f41cbe7b88667ed2dee5e23815fc9cf5fddf77493bb6c947703e001a215b2b47c302cf1570002d273ca06d9dd219a3c488c85609e4f7a3da7aa4f57412f
 SHA512 
19060bdd28720b5477ced627d441411b7f594a025bb574196d011b946074ac472819b1673028e082f76f01d3038d3ee4acb438223a3aa6a657a5b8cddd1026d6

diff --git a/net-libs/kdav2/kdav2-0.3.0.ebuild 
b/net-libs/kdav2/kdav2-0.3.0.ebuild
new file mode 100644
index 000..d379a656545
--- /dev/null
+++ b/net-libs/kdav2/kdav2-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="forceoptional"
+inherit kde5
+
+DESCRIPTION="KJob based DAV protocol implementation"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcoreaddons)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
+   $(add_qt_dep qtxml)
+   $(add_qt_dep qtxmlpatterns)
+"
+RDEPEND="${DEPEND}"
+
+src_test() {
+   # disable tests requiring net access, bug #680952
+   local myctestargs=(
+   -E "(kdav2-davcollectionfetchjob|kdav2-davcollectioncreatejob)"
+   )
+
+   kde5_src_test
+}



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

2019-08-31 Thread Andreas Sturmlechner
commit: 42b88e041a795c21dd657d73ff2e8c37b57e74e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 31 15:04:54 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 31 15:10:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b88e04

net-libs/kimap2: 0.3.0 version bump

Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-libs/kimap2/Manifest|  1 +
 net-libs/kimap2/kimap2-0.3.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/net-libs/kimap2/Manifest b/net-libs/kimap2/Manifest
index fefa00bd40f..605f57a8486 100644
--- a/net-libs/kimap2/Manifest
+++ b/net-libs/kimap2/Manifest
@@ -1 +1,2 @@
 DIST kimap2-0.2.0.tar.xz 91624 BLAKE2B 
37065978c80739415a7b0acc9491b3344865d452c65e50cde5941fa45bf5c2423cf5389d85b46f229e28adb644f8ed12bab8af9c8cbe50ecfffa5b88fd30435a
 SHA512 
33258217767cec2f0a3b7f47d733701fb90239b32ae8ae96bcac4215b059e7ab245d4c151e18f924c13f5a7bbfc890ecac6ccdccc40c91e008e44b67c322a8d4
+DIST kimap2-0.3.0.tar.xz 91948 BLAKE2B 
95bc03eb7a5d99525a897327e6e12d46bc5fecbcfb521ad91645db8b531a1cd3f7e3125b6ceee412f6e2a53bed9b75e4993f6267722d23976f50fd711481b631
 SHA512 
a351fbd8a2c532a963d488c64fc497d05be3521fb2ddf2d942a9c2ebc6a76068f509c283c6335dee03c9ff1a6df294fa69b2033874d33dc6a860b70e1d4e973a

diff --git a/net-libs/kimap2/kimap2-0.3.0.ebuild 
b/net-libs/kimap2/kimap2-0.3.0.ebuild
new file mode 100644
index 000..87ebec63372
--- /dev/null
+++ b/net-libs/kimap2/kimap2-0.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Library for interacting with IMAP servers - successor of kimap"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcodecs)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_kdeapps_dep kmime)
+   $(add_qt_dep qtnetwork 'ssl')
+   dev-libs/cyrus-sasl:2
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test"



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/jose/

2019-08-31 Thread Hanno Boeck
commit: 17c9053f762731dbc570d49f4d3971c674d2c9da
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:40:49 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:40:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17c9053f

dev-erlang/jose: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/jose/Manifest  |  1 +
 dev-erlang/jose/jose-1.9.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-erlang/jose/Manifest b/dev-erlang/jose/Manifest
index 124e9062757..a2107922ca2 100644
--- a/dev-erlang/jose/Manifest
+++ b/dev-erlang/jose/Manifest
@@ -1 +1,2 @@
 DIST erlang-jose-1.8.4.tar.gz 230947 BLAKE2B 
18bfd6b710295575d0547afcc866674f2c65fec2742ee4dedbbe7a883fef45a9abbccfc669c90d75f5091e70b91bd7b478f4fea5d3beaa3f65510d92db07da39
 SHA512 
47171b4e5f6b61735a15365b4130c110c14de1f4b157cdbf97b448550d48de4ab27a30537e9d9f613d87862d592b3bd95638daacee60f3f5b9877d80a3de773b
+DIST erlang-jose-1.9.0.tar.gz 258407 BLAKE2B 
c6036e743b062cd18518537ffee03cc138f55f3973a2ab538410d362757747e2c8880a899326d494914068f36ffaf2bb902e83ba7899c3256d6cfc7b89f07156
 SHA512 
59f7123fe589c8e9bf0bab5a21089301d6b3a1c35316b9f530386bd0d9de8da8f5f956769ea6b1166c545a51d119668ed18db57e8adfa02e6f4327b01168db68

diff --git a/dev-erlang/jose/jose-1.9.0.ebuild 
b/dev-erlang/jose/jose-1.9.0.ebuild
new file mode 100644
index 000..4f337f565a5
--- /dev/null
+++ b/dev-erlang/jose/jose-1.9.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="JSON Object Signing and Encryption (JOSE) for Erlang and Elixir"
+HOMEPAGE="https://github.com/potatosalad/erlang-jose;
+SRC_URI="https://github.com/potatosalad/erlang-jose/archive/${PV}.tar.gz
+   -> erlang-${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-19.0
+   >=dev-erlang/base64url-1.0"
+RDEPEND="${DEPEND}"
+
+DOCS=( ALGORITHMS.md CHANGELOG.md README.md examples/KEY-GENERATION.md )
+
+# TODO: jose has test suite, but it require lots of dependencies. It may not be
+# TODO: urgent, but it would be nice to have those sooner or later.
+RESTRICT=test
+
+S="${WORKDIR}/erlang-${P}"



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/base64url/

2019-08-31 Thread Hanno Boeck
commit: 84633c3babdcdc576162883288bc44c63bb81141
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:37:02 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:37:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84633c3b

dev-erlang/base64url: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/base64url/Manifest   |  1 +
 dev-erlang/base64url/base64url-1.0.1.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-erlang/base64url/Manifest b/dev-erlang/base64url/Manifest
index 974a5af4aa7..295185060eb 100644
--- a/dev-erlang/base64url/Manifest
+++ b/dev-erlang/base64url/Manifest
@@ -1 +1,2 @@
+DIST base64url-1.0.1.tar.gz 2726 BLAKE2B 
38bf2e8d31cbd39a29d444f682692b6128ff41b0bd1496ea2db82f869a4f8f760a8cadaf81facee259bcf06b344cb340def8ed25af25b7b1f8b2e2213f81339b
 SHA512 
7398dc99078053b6e0544eb8ca93e9616549493c02245084c220ec854f429139dcaba38dd522858dd74b95067979a3ec4378eb3abd5f6d1662af27687381c738
 DIST base64url-1.0.tar.gz 2759 BLAKE2B 
7a9e1c4bd5343af2556b21255fed82375400088b461ad6aa5b308c49eb5fefe3597419a6cc6990ad8e29a11f4ac8814624f7c043ca19cecdfc1a4822e230693f
 SHA512 
f9f5062d8a45c5d0fbfb7179359137e88a1af10e29c1329506446d2142331176f6be2aa30387e4c98855440c1da943ea16a655ed2ad5168d4f5f8a2cd1c47c5f

diff --git a/dev-erlang/base64url/base64url-1.0.1.ebuild 
b/dev-erlang/base64url/base64url-1.0.1.ebuild
new file mode 100644
index 000..9f0f430eaa3
--- /dev/null
+++ b/dev-erlang/base64url/base64url-1.0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="URL safe base64-compatible codec"
+HOMEPAGE="https://github.com/dvv/base64url;
+SRC_URI="https://github.com/dvv/base64url/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_yaml/

2019-08-31 Thread Hanno Boeck
commit: c381cbb5ee395e7f01ff395e3d1081efbb252b6e
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:27:45 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:27:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c381cbb5

dev-erlang/fast_yaml: Version bump.

Add upstream commit to avoid producing invalid yaml.
Ebuild provided by Andrey Tikhomirov in bug #626260.

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/fast_yaml/Manifest|  1 +
 dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest
index c681c574367..9b4bcb81477 100644
--- a/dev-erlang/fast_yaml/Manifest
+++ b/dev-erlang/fast_yaml/Manifest
@@ -1,4 +1,5 @@
 DIST fast_yaml-1.0.17.tar.gz 49925 BLAKE2B 
654a8f6ed516fc851a78a360c5f57faa302b068dbb84f9f26f3b0b8204e2cd55569ca27699181415453de469e524348b0db990736647df41843070446a20c9de
 SHA512 
596e834a63b9ca78eee9b5021c711fdac2d7bd148dbbd6b0c162ec87f94dc41ebf7c8cd3d86c8a2c94da07d0926d31601d63123103678d42905243bb86c5f4a4
+DIST fast_yaml-1.0.20.tar.gz 54476 BLAKE2B 
553b433a4cbfa859b25f39e74766047f490cd11d327f73e948237fd4321e7a9f160656cb312b60fc1379c8e35f3c613ad76dc0a44a2f73b8ca09ce61a8e036e7
 SHA512 
583c36caf0dd492518b631bc4882530a12f83bc1de952aa8b053f4c3fb828be65d127954a5277b320a0ef28cf8b8df6db88e76b323f2774af061a9e9bd88e061
 DIST fast_yaml-1.0.3.tar.gz 49351 BLAKE2B 
ef705ef36f3ab2e43ac434abcce58f8fc3e0f1b0c0cfa88596c9b34b76ece0a2277a5f97046c789176231010711f906d5ec961b2053622404418e6a6d9380778
 SHA512 
321de1c0ff830de8a556bd661e600a66bccd944d6503a87a02111bcfb0b23c8c60b128296e7bb07ea39f923a04ebc7cd15e33971ca6691f16a75340c0695aee9
 DIST fast_yaml-1.0.5.tar.gz 49463 BLAKE2B 
d321ef3bbb4b51ad058b4c4125d7f53e65d5267fb0d3a6eedf2ab7b302d0b5cb9b1a2ac1cb60959ec74e8cc32684b6bf31f5247c26e61d810159d0b731541e96
 SHA512 
9d6b173f6086b2543273493cca460f161d16a4c3cfd8f84945a7040991fecd24a193bf0af47f3d0a326d2ebea3d46fcf5cfa0ff21607ee98e9a0bb6f2a535bab
 DIST fast_yaml-1.0.6.tar.gz 49461 BLAKE2B 
e79acf46f9ab85fc99774d727d3d64dfbfb583eb3e9a5379e95bde44a3a3703a1ad8aa22d9629d11f2c4346c8b0136b8076b67a4bd70a6a39c576f2df81bcf68
 SHA512 
04a466ebac30ee08827c9ba6d18861867571eda599e68937bbc8c924dab2387444db1f02da3cbf493ef63f03bc73cb6de32a90ee54901d269b3230611ee9600e

diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild 
b/dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild
new file mode 100644
index 000..5dfaaa97934
--- /dev/null
+++ b/dev-erlang/fast_yaml/fast_yaml-1.0.20.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Fast Yaml native library for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/fast_yaml;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.16
+   >=dev-lang/erlang-18.0
+   dev-libs/libyaml"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+# from upstream:
+# 
https://github.com/processone/fast_yaml/commit/e789f68895f71b7ad31057177810ca0161bf790e
+PATCHES=(
+   "${FILESDIR}/${P}-dont-escape-simple-quote.patch"
+)



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/

2019-08-31 Thread Hanno Boeck
commit: d2de3a13bc27343b76527c14eeb61d524f430bc6
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:18:55 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:19:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2de3a13

dev-erlang/fast_tls: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/fast_tls/Manifest  |  1 +
 dev-erlang/fast_tls/fast_tls-1.1.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-erlang/fast_tls/Manifest b/dev-erlang/fast_tls/Manifest
index 0b1e6707214..fda9a0dedc3 100644
--- a/dev-erlang/fast_tls/Manifest
+++ b/dev-erlang/fast_tls/Manifest
@@ -1 +1,2 @@
 DIST fast_tls-1.0.26.tar.gz 76348 BLAKE2B 
3016d26724119a2b0b6e4ce9691ceeca7009ee758465f7d7203cab526c9cf588cefd859cb452d7f28877a2d3cf4eef26f9941bccb7aee4794006d9c0f4e8561e
 SHA512 
3be4ed4a346c2d20f7a9d080a12e98fcf180c2f25df7a505a798ca8581aee74c4dc2f92b74c1a6866d6b13e65940cf0adfaff3cceccb0fe9fb3f375a3ebcfcd8
+DIST fast_tls-1.1.2.tar.gz 80657 BLAKE2B 
44df81fca2e2a3dac8b4c9dac2506d313aea7d1a75a05b1cc1bd42e237c6ed951306e2acf7169538e3d0e68463fa8142f4d57776a8c86abdbd17f6973600f79e
 SHA512 
79027ba6d80cb6b2bc0d6cd92d3889fa13e7ee746db20582517fc0ce36173b112805a94568a89d718166dfa4b41cd49bf8a6bc505979d4b25a389e87fdc3e4cb

diff --git a/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild 
b/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild
new file mode 100644
index 000..a51677b11bc
--- /dev/null
+++ b/dev-erlang/fast_tls/fast_tls-1.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/fast_tls;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE="libressl"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.16
+   >=dev-lang/erlang-17.1
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



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

2019-08-31 Thread Mikle Kolyada
commit: a11baa6b2421e801126a03583e7c746abade1160
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 31 14:16:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 31 14:16:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11baa6b

net-fs/minio: Version bump

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-fs/minio/Manifest |   1 +
 net-fs/minio/minio-2019.08.29.00.25.01.ebuild | 197 ++
 2 files changed, 198 insertions(+)

diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest
index 72b3107fb59..15a33a020ff 100644
--- a/net-fs/minio/Manifest
+++ b/net-fs/minio/Manifest
@@ -151,3 +151,4 @@ DIST minio-2019.07.31.18.57.56.tar.gz 6075316 BLAKE2B 
f1ce00ac4ef82a543afadf8d81
 DIST minio-2019.08.01.22.18.54.tar.gz 6075510 BLAKE2B 
73d21e067c5e067465a98dbbfc0442317f11ae6c08c1b910624dfbfc7850022b12e29bdff75c6cd2c0d5f45b2ff6607349bebce17864d69db1079be5be4860b8
 SHA512 
a2a6008a5516210048e2258c0c3dff9788efc6f7c510225d4e49da78d7c9ebae84be696796d4ca49bddea7cf8804784e743fcd1fab635ea9c6eb613678a6b8dd
 DIST minio-2019.08.14.20.37.41.tar.gz 6943472 BLAKE2B 
5f79acc95d25f33d3428dba27a22c6c7b6ccedea0a996994931b21e1376f3a8d43dc8f4b091fee5e320d7b5198e58ec493e3a3a0902b0bad3ea0c6d598be8663
 SHA512 
87f4c47eb3d7c719099da3704e9144b5c8e5b93fa7fd49434c0764670a8a164d21af0a05474c6ee049b99d162a62c47b6a145d5876b2c723a0c415f7b26811e6
 DIST minio-2019.08.21.19.40.07.tar.gz 6945260 BLAKE2B 
a44d09e1344ff3e24c7de66a4b6250ad2f49dbaa9d8512a2eeab12465a4666e975e9917cb0bbe5b591f187be31c8f043e70620151505f70ae0b9bad41f247731
 SHA512 
f66a746a3155ab20054e70b48aac035000bb590adda63e74520eb6da54a37e11c978b3528238cfe90ed5ce9270e93b2951a513b261e1ed4d7360fc6e082450c7
+DIST minio-2019.08.29.00.25.01.tar.gz 6944687 BLAKE2B 
c37cc1d232ff947d6bee2c6dcffbc61886f5ce5e372b2c599d9c26d1c609da3d6c1ce30c86c46135764e7a62ea502ea8ca5363d1885f0ee298d17fd9ef173f5f
 SHA512 
760f1b7532b86fc537bbd09fdf42c1a5be62ffae199f7e948bca00d6d4044bd97a6addea1b5a2af3b2721e855d485f845785672c332b45c842d6b1a99e148bda

diff --git a/net-fs/minio/minio-2019.08.29.00.25.01.ebuild 
b/net-fs/minio/minio-2019.08.29.00.25.01.ebuild
new file mode 100644
index 000..c0b5ee79d46
--- /dev/null
+++ b/net-fs/minio/minio-2019.08.29.00.25.01.ebuild
@@ -0,0 +1,197 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_VENDOR=( "gopkg.in/yaml.v2 51d6538a90f86fe93ac480b35f37b2be17fef232 
github.com/go-yaml/yaml"
+"gopkg.in/olivere/elastic.v5 
f72acaba629a7ec879103d17b7426a31bc38e199 github.com/olivere/elastic"
+"gopkg.in/Shopify/sarama.v1 
879f631812a30a580659e8035e7cda9994bb99ac github.com/Shopify/sarama"
+"google.golang.org/api/option 
bce707a4d0ea3488942724b3bcc1c8338f38f991 
github.com/googleapis/google-api-go-client"
+"google.golang.org/api/iterator 
bce707a4d0ea3488942724b3bcc1c8338f38f991 
github.com/googleapis/google-api-go-client"
+"google.golang.org/api/googleapi 
bce707a4d0ea3488942724b3bcc1c8338f38f991 
github.com/googleapis/google-api-go-client"
+"golang.org/x/time 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef 
github.com/golang/time"
+"golang.org/x/sys 81d4e9dc473e5e8c933f2aaeba2a3d81efb9aed2 
github.com/golang/sys"
+"golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 
github.com/golang/net"
+"golang.org/x/text e3703dcdd614d2d7488fff034c75c551ea25da95 
github.com/golang/text"
+"golang.org/x/crypto 38d8ce5564a5b71b2e3a00553993f1b9a7ae852f 
github.com/golang/crypto"
+"go.uber.org/atomic 1ea20fb1cbb1cc08cbd0d913a96dead89aa18289 
github.com/uber-go/atomic"
+"github.com/valyala/tcplisten 
ceec8f93295a060cdb565ec25e4ccf17941dbd55"
+"cloud.google.com/go/storage 
a4ed3b9f8c7419c692a60bbf780ab0f1c4af5ce4 github.com/googleapis/google-cloud-go"
+"github.com/tidwall/sjson 25fb082a20e29e83fb7b7ef5f5919166aad1f084"
+"github.com/tidwall/gjson eee0b6226f0d1db2675a176fdfaa8419bcad4ca8"
+"github.com/tidwall/pretty 
1166b9ac2b65e46a43d8618d30d1554f4652d49b"
+"github.com/tidwall/match 33827db735fff6510490d69a8622612558a557ed"
+"github.com/streadway/amqp 
14f78b41ce6da3d698c2ef2cc8c0ea7ce9e26688"
+"github.com/skyrings/skyring-common 
d1c0bb1cbd5ed8438be1385c85c4f494608cde1e"
+"github.com/segmentio/go-prompt 
f0d19b6901ade831d5a3204edc0d6a7d6457fbb2"
+"github.com/rs/cors 9a47f48565a795472d43519dd49aac781f3034fb"
+"github.com/rjeczalik/notify 
69d839f37b13a8cb7a78366f7633a4071cb43be7"
+"github.com/rcrowley/go-metrics 
3113b8401b8a98917cde58f8bbd42a1b1c03b1fd"
+"github.com/prometheus/client_golang 
505eaef017263e299324067d40ca2c48f6a2cf50"
+"github.com/prometheus/procfs 

[gentoo-commits] repo/gentoo:master commit in: dev-erlang/ezlib/

2019-08-31 Thread Hanno Boeck
commit: caf355c3a19cc7d88b3262c939d756aa9078ac49
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:15:22 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:15:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf355c3

dev-erlang/ezlib: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/ezlib/Manifest   |  1 +
 dev-erlang/ezlib/ezlib-1.0.6.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/ezlib/Manifest b/dev-erlang/ezlib/Manifest
index fa3111e800d..80c57d72a02 100644
--- a/dev-erlang/ezlib/Manifest
+++ b/dev-erlang/ezlib/Manifest
@@ -1,3 +1,4 @@
 DIST ezlib-1.0.1.tar.gz 45307 BLAKE2B 
1226319144df02963618ace22ee2e3031226677703dc6a68c011794b336799a48eabe8b9262ca5501c6d5feec6256e517f757aa9f9986dfee9133bf9b4954a33
 SHA512 
7ec02dd91034eeaad3556071ef78ff6d8e890bc49b2ce5010280db48f9eb65ebfe62628fbbb89110310e359847f0da616f9281683926fb7d0f72972ee77a463b
 DIST ezlib-1.0.2.tar.gz 45369 BLAKE2B 
d2d23cf9fcd530a76ed4a386df15401cd9598e158f20cba3eff19332e25532fdaba8cae93e576f5756559e74f169f6a01f9d09c41e844d3af4a9d9d3cac15185
 SHA512 
90671fdf0bbc23a7f54da665dfb31a3ed2d92180ff5c58d872001481584e6c8b39cd84b3dc947f1efdae10792c2547218017381cbc7056070d22b140e941c9bb
 DIST ezlib-1.0.4.tar.gz 45510 BLAKE2B 
685935b2aad9d20dc0d367c1edddb701d3d12fd24ec3fab617d35f9207e3994ddb57aafa9083337d0752b5e1fe15941dbff2f9b916400f0e7a3c6350a3c6ff3e
 SHA512 
16495a6756cd60ad921695d87136e399446850ce1160d92b825673fa1e0e7d3cd4a6b49f274debbfe7dfe4285370362ece64db8843afd564ffaffe9eeba0dc7a
+DIST ezlib-1.0.6.tar.gz 49136 BLAKE2B 
596e3580a20d7b8174ded16656fd5f15b8558ffe16a1278e76a25dcff935c258b2df37fb5be0c4e78de566823c41c58941fffa95cdae8b02a21bf6ea5d6f5417
 SHA512 
6f2a459f773eeba9a7d1316a5c38c686b54c5c68bb3d90e38ac4698fb1140c2d1b961e981af5013711fbfd854f3b3f206a828b6eda9071fd437ccdf4871d8e39

diff --git a/dev-erlang/ezlib/ezlib-1.0.6.ebuild 
b/dev-erlang/ezlib/ezlib-1.0.6.ebuild
new file mode 100644
index 000..1e81db0e50b
--- /dev/null
+++ b/dev-erlang/ezlib/ezlib-1.0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Native zlib driver for Erlang and Elixir"
+HOMEPAGE="https://github.com/processone/ezlib;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/epam/

2019-08-31 Thread Hanno Boeck
commit: 21d330f533cc31bb18048d7d15b02069df29abec
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:11:11 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:11:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d330f5

dev-erlang/epam: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/epam/Manifest  |  1 +
 dev-erlang/epam/epam-1.0.6.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-erlang/epam/Manifest b/dev-erlang/epam/Manifest
index 3772c0cdc71..2c596bd0dbe 100644
--- a/dev-erlang/epam/Manifest
+++ b/dev-erlang/epam/Manifest
@@ -1,3 +1,4 @@
 DIST epam-1.0.0.tar.gz 44008 BLAKE2B 
5dcb21b17bd3e4a2dca5ab4776aa609cce784f0df1f6192acaa35024a342d72f6233c03997218113bc54d18e9ef3473dc420f93a6f00fb2c2c8079c4ce6dc353
 SHA512 
c0b1fbdc1e910f24b2f39ea34cf6fd5859f3ab0cf762a16cf9ef71b1e49129c8238001151dd9031046049967f31fd2cb3d0c06a7d8bdd46e49f19862c143f374
 DIST epam-1.0.2.tar.gz 43720 BLAKE2B 
39a1056d068bdceb7ff640a498b0766aa59649228b03e03f9385bfc106f45aa210315162d4386907a1e9cbc8f177289adebf72f527a4eaf270cd62413f1daa13
 SHA512 
a3fdb379d8c25e56e51dcf1e683d289e9f3d19a537b1a55ca4c09185eb5731fe073a5bf0dd1449f09f8ee5b7d868b0e63f04473c1f3d1b97722dcd9832e4e030
 DIST epam-1.0.4.tar.gz 43816 BLAKE2B 
a8070e45be428e1cd55dbe369051f2c5566d6d8d41af5d4258ec8dc86b70d7e55f316df10d0a65687d0ad8c5de2bd493859fd0c839ad57c90bb0eb1e4ea9db96
 SHA512 
46cbdfa683f48f24c4709837cba49745c3b7f87b6c1223b01ced65d547a8ec1a0467997070daf40bedeeb8298d7bb31eb33b331098b406964642f059b77fd313
+DIST epam-1.0.6.tar.gz 47494 BLAKE2B 
8120e4f10222468ee2adf2f0ec9cffcaaea8c1fc92faf9889de0f970562631cb54cd9ba34d01994dcf657108c4232158d5617e4b9c884bc84e5eb383028b8e3f
 SHA512 
2c316a46ac734be2c74a86e767b413fa8ff1b296622b85de4828fdd60c84e5b3962f8b76004fcb39ab43a345ec967e3f3db4ac6d0e7335dc982dbcf1edf02c4b

diff --git a/dev-erlang/epam/epam-1.0.6.ebuild 
b/dev-erlang/epam/epam-1.0.6.ebuild
new file mode 100644
index 000..6056b365b81
--- /dev/null
+++ b/dev-erlang/epam/epam-1.0.6.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar user
+
+DESCRIPTION="epam for ejabberd to help with PAM authentication support"
+HOMEPAGE="https://github.com/processone/epam;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1
+   sys-libs/pam"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )
+
+pkg_setup() {
+   enewgroup "${PN}"
+}
+
+src_install() {
+   rebar_src_install
+
+   local epam_path="$(get_erl_libs)/${P}/priv/bin/epam"
+   fowners root:"${PN}" "${epam_path}"
+   fperms 4750 "${epam_path}"
+}



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

2019-08-31 Thread Mikle Kolyada
commit: 86f7551364e4556b522c529606d1563fac1d5deb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 31 14:10:51 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 31 14:10:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f75513

app-admin/logrotate: Drop old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/logrotate/Manifest   |  1 -
 .../logrotate/files/logrotate-3.9.1-Werror.patch   | 12 
 .../files/logrotate-3.9.1-atomic-create.patch  | 43 
 .../logrotate/files/logrotate-3.9.1-fbsd.patch | 57 ---
 .../files/logrotate-3.9.1-ignore-hidden.patch  | 15 
 .../files/logrotate-3.9.1-noasprintf.patch | 55 ---
 app-admin/logrotate/logrotate-3.9.1.ebuild | 81 --
 7 files changed, 264 deletions(-)

diff --git a/app-admin/logrotate/Manifest b/app-admin/logrotate/Manifest
index 3c8b173781a..811a098c7fe 100644
--- a/app-admin/logrotate/Manifest
+++ b/app-admin/logrotate/Manifest
@@ -2,4 +2,3 @@ DIST logrotate-3.13.0.tar.gz 213726 BLAKE2B 
b9970a0fb49b9de9c83ee679fd4587b6a162
 DIST logrotate-3.14.0.tar.gz 215413 BLAKE2B 
7914188922d81b1f8b6c4e493fae71d23bc9e65ebfcb190ebb4287c875af53204cbecb51c2731a3dc57530a30c685c3a626074265d9a2462714ff6ff077ea5ca
 SHA512 
5f584d9be01737960eaffcf43746270a5395486d2161577a9ee3e757cb4dfe5a207c8b1d097181dd413560d76ecc0e3d526f87d1b123a52dc3e5e49d529a5fb5
 DIST logrotate-3.15.0.tar.gz 219496 BLAKE2B 
b9f9cd0b22b79c3da1ea6092c5f3ebf9fca39da3a4bb7e1da39a8bf96f0bdb573864b77681671ad227cfc444bbc3e64a518805780580adb954bfacd564f00e2f
 SHA512 
9520f15eaec54da426699f1f5ce31949d1372fa25c5c127dfbf29ff717a1c15a6fd14437c1d7b67b116b12c8a5c28f6012e39ad4b3ca2b053c874d02efe98d84
 DIST logrotate-3.15.1.tar.gz 220263 BLAKE2B 
c164c542a0770965f5193f5816509f566b9afeb82ce8388a184d16c2b3e79aa0ef93be10d477c85f62037f01b3e626ea56d3173ca8cf017b8aa315f2e23b1a2b
 SHA512 
72294607762751fb1aaaca1d62ebd87d109d837d50606176159a5e74782a993123321967b7a6185df6ca9c87a54febb832ac7537ceaa580a895901a995570cd5
-DIST logrotate-3.9.1.tar.gz 79061 BLAKE2B 
b07f8fd8eb59cc4d6c80441a3b5a8aab090bc13eb8fa5e35b111feb2203fb2c3092daa469e6fec02a29b1d377bca33fbbf5859bcd351a1f4a0d82343c5f65d3d
 SHA512 
e6da7c7f067befaf2441e9c6ce77e53cf5ddb4f56cc3304c3e50873b6f20c68520f4a0e50ec466cbebcbed20bfd77bf6dfc489975a8131e9573fb19856c0fe28

diff --git a/app-admin/logrotate/files/logrotate-3.9.1-Werror.patch 
b/app-admin/logrotate/files/logrotate-3.9.1-Werror.patch
deleted file mode 100644
index b8cecc4ebfb..000
--- a/app-admin/logrotate/files/logrotate-3.9.1-Werror.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nuar a/Makefile.am b/Makefile.am
 a/Makefile.am  2015-04-03 09:39:35.0 +0200
-+++ b/Makefile.am  2015-06-28 14:03:12.42875 +0200
-@@ -1,7 +1,7 @@
- MAN = logrotate.8
- MAN5 = logrotate.conf.5
- 
--AM_CFLAGS = -Wall -Werror
-+AM_CFLAGS = -Wall
- sbin_PROGRAMS = logrotate
- logrotate_SOURCES = logrotate.c log.c config.c basenames.c
- 

diff --git a/app-admin/logrotate/files/logrotate-3.9.1-atomic-create.patch 
b/app-admin/logrotate/files/logrotate-3.9.1-atomic-create.patch
deleted file mode 100644
index fdad8b6ea00..000
--- a/app-admin/logrotate/files/logrotate-3.9.1-atomic-create.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-diff -Nuar a/logrotate.c b/logrotate.c
 a/logrotate.c  2015-06-28 13:57:18.44884 +0200
-+++ b/logrotate.c  2015-06-28 14:02:20.79876 +0200
-@@ -371,15 +371,18 @@
- int createOutputFile(char *fileName, int flags, struct stat *sb, acl_type 
acl, int force_mode)
- {
- int fd;
--  struct stat sb_create;
--  int acl_set = 0;
--
--  fd = open(fileName, (flags | O_EXCL | O_NOFOLLOW),
--  (S_IRUSR | S_IWUSR) & sb->st_mode);
-+int acl_set = 0;
-+struct stat sb_create;
-+char template[PATH_MAX + 1];
-+mode_t umask_value;
-+snprintf(template, PATH_MAX, "%s/logrotate_temp.XX", 
ourDirName(fileName));
-+umask_value = umask();
-+fd = mkostemp(template, (flags | O_EXCL | O_NOFOLLOW));
-+umask(umask_value);
- 
- if (fd < 0) {
--  message(MESS_ERROR, "error creating output file %s: %s\n",
--  fileName, strerror(errno));
-+  message(MESS_ERROR, "error creating unique temp file: %s\n",
-+  strerror(errno));
-   return -1;
- }
- if (fchmod(fd, (S_IRUSR | S_IWUSR) & sb->st_mode)) {
-@@ -430,6 +433,13 @@
-   }
-   }
- 
-+if (rename(template, fileName)) {
-+message(MESS_ERROR, "error renaming temp file to %s: %s\n",
-+fileName, strerror(errno));
-+close(fd);
-+return -1;
-+}
-+
- return fd;
- }
- 

diff --git a/app-admin/logrotate/files/logrotate-3.9.1-fbsd.patch 
b/app-admin/logrotate/files/logrotate-3.9.1-fbsd.patch
deleted file mode 100644
index 6e329d6149f..000
--- 

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

2019-08-31 Thread Mikle Kolyada
commit: f90a2ec91effe7098473d0a4e7f405b9c64e8a21
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 31 14:07:41 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 31 14:08:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90a2ec9

app-admin/logrotate: Version bump (v3.15.1)

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-admin/logrotate/Manifest|  1 +
 app-admin/logrotate/logrotate-3.15.1.ebuild | 98 +
 2 files changed, 99 insertions(+)

diff --git a/app-admin/logrotate/Manifest b/app-admin/logrotate/Manifest
index 1bab50d4f29..3c8b173781a 100644
--- a/app-admin/logrotate/Manifest
+++ b/app-admin/logrotate/Manifest
@@ -1,4 +1,5 @@
 DIST logrotate-3.13.0.tar.gz 213726 BLAKE2B 
b9970a0fb49b9de9c83ee679fd4587b6a1623cf1aae2444e818339361c7b7762ce51fcbd124fefafbe47d529dd21ef346a6c9a267da20547914388db99dce003
 SHA512 
3dec2fcdd674d3337b71fd70339cb5e3dd06b4bc24bee191356a30c2a211a290ae7747e63b90581e32a6d6d1f73cf62d5b0ee5a91aa05bad4d6ee403a35d9e76
 DIST logrotate-3.14.0.tar.gz 215413 BLAKE2B 
7914188922d81b1f8b6c4e493fae71d23bc9e65ebfcb190ebb4287c875af53204cbecb51c2731a3dc57530a30c685c3a626074265d9a2462714ff6ff077ea5ca
 SHA512 
5f584d9be01737960eaffcf43746270a5395486d2161577a9ee3e757cb4dfe5a207c8b1d097181dd413560d76ecc0e3d526f87d1b123a52dc3e5e49d529a5fb5
 DIST logrotate-3.15.0.tar.gz 219496 BLAKE2B 
b9f9cd0b22b79c3da1ea6092c5f3ebf9fca39da3a4bb7e1da39a8bf96f0bdb573864b77681671ad227cfc444bbc3e64a518805780580adb954bfacd564f00e2f
 SHA512 
9520f15eaec54da426699f1f5ce31949d1372fa25c5c127dfbf29ff717a1c15a6fd14437c1d7b67b116b12c8a5c28f6012e39ad4b3ca2b053c874d02efe98d84
+DIST logrotate-3.15.1.tar.gz 220263 BLAKE2B 
c164c542a0770965f5193f5816509f566b9afeb82ce8388a184d16c2b3e79aa0ef93be10d477c85f62037f01b3e626ea56d3173ca8cf017b8aa315f2e23b1a2b
 SHA512 
72294607762751fb1aaaca1d62ebd87d109d837d50606176159a5e74782a993123321967b7a6185df6ca9c87a54febb832ac7537ceaa580a895901a995570cd5
 DIST logrotate-3.9.1.tar.gz 79061 BLAKE2B 
b07f8fd8eb59cc4d6c80441a3b5a8aab090bc13eb8fa5e35b111feb2203fb2c3092daa469e6fec02a29b1d377bca33fbbf5859bcd351a1f4a0d82343c5f65d3d
 SHA512 
e6da7c7f067befaf2441e9c6ce77e53cf5ddb4f56cc3304c3e50873b6f20c68520f4a0e50ec466cbebcbed20bfd77bf6dfc489975a8131e9573fb19856c0fe28

diff --git a/app-admin/logrotate/logrotate-3.15.1.ebuild 
b/app-admin/logrotate/logrotate-3.15.1.ebuild
new file mode 100644
index 000..2be55d79dad
--- /dev/null
+++ b/app-admin/logrotate/logrotate-3.15.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd
+
+DESCRIPTION="Rotates, compresses, and mails system logs"
+HOMEPAGE="https://github.com/logrotate/logrotate;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="acl +cron selinux"
+
+CDEPEND="
+   >=dev-libs/popt-1.5
+   selinux? ( sys-libs/libselinux )
+   acl? ( virtual/acl )"
+
+DEPEND="${CDEPEND}
+   >=sys-apps/sed-4"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-logrotate )
+   cron? ( virtual/cron )"
+
+STATEFILE="/var/lib/misc/logrotate.status"
+OLDSTATEFILE="/var/lib/logrotate.status"
+
+move_old_state_file() {
+   elog "logrotate state file is now located at ${STATEFILE}"
+   elog "See bug #357275"
+   if [[ -e "${OLDSTATEFILE}" ]] ; then
+   elog "Moving your current state file to new location: 
${STATEFILE}"
+   mv -n "${OLDSTATEFILE}" "${STATEFILE}"
+   fi
+}
+
+install_cron_file() {
+   exeinto /etc/cron.daily
+   newexe "${S}"/examples/logrotate.cron "${PN}"
+}
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.15.0-ignore-hidden.patch"
+)
+
+src_prepare() {
+   sed -i -e 's#/usr/sbin/logrotate#/usr/bin/logrotate#' 
"${S}"/examples/logrotate.{cron,service} || die
+   default
+}
+
+src_configure() {
+   econf $(use_with acl) $(use_with selinux) 
--with-state-file-path="${STATEFILE}"
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   insinto /usr
+   dobin logrotate
+   doman logrotate.8
+   dodoc ChangeLog.md
+
+   insinto /etc
+   doins "${FILESDIR}"/logrotate.conf
+
+   use cron && install_cron_file
+
+   systemd_dounit examples/logrotate.{service,timer}
+   systemd_newtmpfilesd "${FILESDIR}/${PN}.tmpfiles" "${PN}".conf
+
+   keepdir /etc/logrotate.d
+}
+
+pkg_postinst() {
+   elog
+   elog "The ${PN} binary is now installed under /usr/bin. Please"
+   elog "update your links"
+   elog
+   move_old_state_file
+   elog "If you are running systemd you might need to run:"
+   elog "systemd-tmpfiles --create /usr/lib/tmpfiles.d/logrotate.conf"
+   elog 

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

2019-08-31 Thread Mart Raudsepp
commit: efe3644d309a92a7a8f11c3e002e5a3a51ecd230
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 31 14:04:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 31 14:05:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe3644d

gnome-base/gnome-desktop: security cleanup

Bug: https://bugs.gentoo.org/692782
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-desktop/Manifest  |  2 -
 .../gnome-desktop/gnome-desktop-3.30.2.1.ebuild| 68 --
 2 files changed, 70 deletions(-)

diff --git a/gnome-base/gnome-desktop/Manifest 
b/gnome-base/gnome-desktop/Manifest
index 626562f0159..d348865c779 100644
--- a/gnome-base/gnome-desktop/Manifest
+++ b/gnome-base/gnome-desktop/Manifest
@@ -1,5 +1,3 @@
 DIST gnome-desktop-2.32.1.tar.bz2 1633847 BLAKE2B 
9c69504b0f904fe04bdaa2e2fd3c6fbdd0cdd67033bae6e21377cce2deb68f05ed85bc735547c036923978ebdb8952c262676a01a33f8d7acffb0b964f97366a
 SHA512 
b8084d08366dab661a7ee369cd03ba62beddbdfa9a36b988b7d13d207b33d6916f7fa8691717fba7b6a70d8276779e35360b1dc385e6ec876f30ea7b8b373c28
-DIST gnome-desktop-3.30.2.1-patchset.tar.xz 3572 BLAKE2B 
e8a681ea7a3eab8186c89d8ec8d346129c8e85f0b78f5ad1b7658a4f8014601614c14d5686eeb51382af72fe138c1df73f5c86b120f46bb2e4d98339a2fc33f8
 SHA512 
02d7b19109bde647874c1b63079872a3df28fc4f5ce486e174cb4b16f5a56ca948150f5b02640fac6e33141ca1da428e38ea0a6a1b8cf4c864d143253f75ed18
-DIST gnome-desktop-3.30.2.1.tar.xz 1052492 BLAKE2B 
064ca0580e00e7561bba73a4ae14fb642fb3c66e9619cf3690df996bbcace27188da0bc33384f06147f69653f43ea7bf73adddeb4477a7d231db66e6dca444ed
 SHA512 
dddce479ccbb7245c6bea0638199118a88ba6d4f8f61e0c673aec2e738c26d9a99053499b3db190f731cf48ef8967feab5e4b253fc96ae68aa19d235bb52b31f
 DIST gnome-desktop-3.30.2.3-patchset.tar.xz 3568 BLAKE2B 
20d13d7e396d7cddcfb6f761815df7ce6a2d910be5e9588eac519ade536848cfc09d1aca0e4478f97177b8ee26f8049da21542d502b427973991b47c7097bbe3
 SHA512 
8b9eab01e79e3d67dec51ed07a086f04df1890e638a0c1696742cf5e3b6a42dccbd514fc3cfd3610791c4905346847af83e813845ad14e0b57b790fedd0ae8e0
 DIST gnome-desktop-3.30.2.3.tar.xz 1164500 BLAKE2B 
e78256bc3319ea9794b4666c82eb466a0c884fd43c3c776fd08aaf789905893ff93acec35a1fb6903c0049b3a169afe5b43a71ac1e93e8c63c013682c3316fa8
 SHA512 
36303de8fa70e65c40aeb7862156fa404b965d1724171ec5bb0a00cb1049efbfba79cdcff76278f53e4e27199f1ef9dcb574b0f465b0f4e04bb46c50d516ad0f

diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.30.2.1.ebuild 
b/gnome-base/gnome-desktop/gnome-desktop-3.30.2.1.ebuild
deleted file mode 100644
index c876ea13a3c..000
--- a/gnome-base/gnome-desktop/gnome-desktop-3.30.2.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-inherit gnome2 virtualx
-
-DESCRIPTION="Library with common API for various GNOME modules"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-desktop/;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-2+ FDL-1.1+ LGPL-2+"
-SLOT="3/17" # subslot = libgnome-desktop-3 soname version
-IUSE="debug +introspection seccomp udev"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-# cairo[X] needed for gnome-bg
-COMMON_DEPEND="
-   app-text/iso-codes
-   >=dev-libs/glib-2.53.0:2
-   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?]
-   >=x11-libs/gtk+-3.3.6:3[X,introspection?]
-   x11-libs/cairo:=[X]
-   x11-libs/libX11
-   x11-misc/xkeyboard-config
-   >=gnome-base/gsettings-desktop-schemas-3.27.0
-   introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
-   seccomp? ( sys-libs/libseccomp )
-   udev? (
-   sys-apps/hwids
-   virtual/libudev:= )
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://gitlab.gnome.org/Community/gentoo/gnome-desktop/compare/3.30.2.1...gentoo-3.30.2.1
-)
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --with-gnome-distributor=Gentoo \
-   --enable-desktop-docs \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable debug debug-tools) \
-   $(use_enable introspection) \
-   $(use_enable udev)
-}
-
-src_test() {
-   virtx emake check
-}



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

2019-08-31 Thread Mart Raudsepp
commit: 91a58bac644b1715b23214bd4977d1bdec7bcea2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 31 14:05:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 31 14:05:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a58bac

gnome-base/nautilus: security cleanup

Bug: https://bugs.gentoo.org/692784
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/nautilus/Manifest  |   2 -
 gnome-base/nautilus/files/3.28.1-docs-build.patch |  42 -
 gnome-base/nautilus/nautilus-3.28.1.ebuild| 104 -
 gnome-base/nautilus/nautilus-3.30.5.ebuild| 105 --
 4 files changed, 253 deletions(-)

diff --git a/gnome-base/nautilus/Manifest b/gnome-base/nautilus/Manifest
index a410c4593bb..3ffae22617b 100644
--- a/gnome-base/nautilus/Manifest
+++ b/gnome-base/nautilus/Manifest
@@ -1,3 +1 @@
-DIST nautilus-3.28.1-patchset.tar.xz 129360 BLAKE2B 
18e94e83132a8ce2e07491ce6b5cb9499141bf93e0c3ef44f2e5ac891e59d334cf310d863e8e7450fa385a6a49873d790e4f8c36a1ef8e009b1f2be2361586b4
 SHA512 
6c3385b4bc7020601f47dc66c0b1cabd6dadcd9f986bdaec42aeca9b43a6b8a2362651958d4e6a4738b78fbd546071678ba15ab87c268e33cfc1cca49229da48
-DIST nautilus-3.28.1.tar.xz 3262520 BLAKE2B 
6f007e2327ffb108c5195737c02c7be12b874f5bc3bdfc1c84a3ba2176ff36e1843057522a54e569a7c09a056ccd888e1ddf099d6f2b527dfa109370cbe1a3a9
 SHA512 
6b695c097e5082062afe8cb036e819c837ce1e2570f581f81860f378e34f38f3020b8802e6a4285243c111d5208e892c419ac92621cdb1d35b2df205a3ccaa13
 DIST nautilus-3.30.5.tar.xz 3254344 BLAKE2B 
64da158ee661fc259a14f890bf6ad343f720245df6b9475ff047993570ea4e7234723eb242f057bc85b7ea95d38a99b5c2f5d546e982a3e3e32b7fc75cabb786
 SHA512 
e38a8bb380460d902e4ec6219d0e147a4245e790b18fb18ab9474ec2ae002a971243c6b09b8fec267e65c7ecc7bb1217191c4f5cb9547b3b9d5b0793068103cf

diff --git a/gnome-base/nautilus/files/3.28.1-docs-build.patch 
b/gnome-base/nautilus/files/3.28.1-docs-build.patch
deleted file mode 100644
index a2cb07aa23e..000
--- a/gnome-base/nautilus/files/3.28.1-docs-build.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From eaf8435005e2637ce76690c71f729e6b3685d973 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Tue, 5 Mar 2019 19:22:58 +0200
-Subject: [PATCH] build: Always install man page
-
-It's already generated and shouldn't be thrown in the same pot as
-full gtk-doc generation. It should be either a separate `man` option,
-or just always installed.

- docs/meson.build | 4 +++-
- meson.build  | 4 +---
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/docs/meson.build b/docs/meson.build
-index b039cb631..2b1800be6 100644
 a/docs/meson.build
-+++ b/docs/meson.build
-@@ -1,3 +1,5 @@
- install_man('nautilus.1')
- 
--subdir('reference')
-+if get_option('docs')
-+  subdir('reference')
-+endif
-diff --git a/meson.build b/meson.build
-index 4b64239ac..88fe73237 100644
 a/meson.build
-+++ b/meson.build
-@@ -152,9 +152,7 @@ if get_option('tests') != 'none'
- endif
- subdir('data')
- subdir('po')
--if get_option('docs')
--  subdir('docs')
--endif
-+subdir('docs')
- if get_option('extensions')
-   subdir('extensions')
- endif
--- 
-2.17.0
-

diff --git a/gnome-base/nautilus/nautilus-3.28.1.ebuild 
b/gnome-base/nautilus/nautilus-3.28.1.ebuild
deleted file mode 100644
index 40dd98c4c84..000
--- a/gnome-base/nautilus/nautilus-3.28.1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg
-
-DESCRIPTION="Default file manager for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus;
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz;
-
-LICENSE="GPL-3+ LGPL-2.1+"
-SLOT="0"
-IUSE="gnome gtk-doc +introspection packagekit +previewer selinux sendto"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.55.1:2
-   >=media-libs/gexiv2-0.10.0
-   >=app-arch/gnome-autoar-0.2.1
-   >=gnome-base/gnome-desktop-3.0.0:3=
-   >=x11-libs/pango-1.28.3
-   >=x11-libs/gtk+-3.22.26:3[X,introspection?]
-   selinux? ( >=sys-libs/libselinux-2.0 )
-   >=app-misc/tracker-2.0:=
-   x11-libs/libX11
-   >=dev-libs/libxml2-2.7.8:2
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/gdbus-codegen-2.51.2
-   dev-util/glib-utils
-   gtk-doc? (
-   >=dev-util/gtk-doc-1.10
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-base/xorg-proto
-"
-RDEPEND="${COMMON_DEPEND}
-   packagekit? ( app-admin/packagekit-base )
-   sendto? ( !https://wiki.gnome.org/Apps/Nautilus;
-
-LICENSE="GPL-3+ 

[gentoo-commits] repo/gentoo:master commit in: dev-erlang/cache_tab/

2019-08-31 Thread Hanno Boeck
commit: 331dd659f1d134ba8c8b437f6f5970605968ecbf
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 14:01:39 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 14:01:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331dd659

dev-erlang/cache_tab: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/cache_tab/Manifest|  1 +
 dev-erlang/cache_tab/cache_tab-1.0.20.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-erlang/cache_tab/Manifest b/dev-erlang/cache_tab/Manifest
index d186b4ffa74..d73f9fd 100644
--- a/dev-erlang/cache_tab/Manifest
+++ b/dev-erlang/cache_tab/Manifest
@@ -1,5 +1,6 @@
 DIST cache_tab-1.0.16.tar.gz 18736 BLAKE2B 
7701ac2dbc57a8a2f3ebde2744ad27864e1e12d8a30bde5196789d702c0270345a74b9f064ca61835ace54d65d28f7b52e394abbcc155044f440752d13359862
 SHA512 
d4a81a64fc34ba6c784e9ade3575e6f6964d6273f84de4c0d81e18a9f9fa59547f6f270d76a42cf0061a63fddd04171e7de10abbc52de4c215f39697b7619746
 DIST cache_tab-1.0.2.tar.gz 12414 BLAKE2B 
15c8d1bfe8e774b123bfedbe3ce7aaf006575670f8a41639effc7d9e4ad4e1717a47f02d195be7e60fabf8f0495ef05aa02ef91029cace32c7f66f147f723beb
 SHA512 
9a4e225b4a1776771d964ef2b96b8eb976b930bb2e9c5ac93e1e8b238f6e259d086a550d41b4931fbde293306892cdde2a38a4af3afa581a74e9e76b5feef111
+DIST cache_tab-1.0.20.tar.gz 22903 BLAKE2B 
a083812091fccf085170db96a542e30caf924c09e6d55a35882e956b8660e2bdad9b9f428953cbb21e12c2dacb965713e9f2dd1f2772924cfdb190a436b55455
 SHA512 
5f2945c68b77dbce77c1e96c26e5d0d91e9d43df0228b4b49cd00335e272c81cc134ce465027cb14e9da6d92708c628dd841e676df0e7104f968506b3209266a
 DIST cache_tab-1.0.3.tar.gz 12600 BLAKE2B 
5474ea27ee872893f1b834f361aeca17755d54571c853b39c87622daca03526529612c4ac04c5d7554d65ff838ef6bd32cff654ddbdd031b08deeb653f041591
 SHA512 
d6d6f23834144b58a590dcbda57c2f0d14fd6030a2ea1e1675d56ac1038618f275bb9f9f9c0f80fc03510f775c1a04637eebcf927daeb9af51e2c70efa8239f4
 DIST cache_tab-1.0.4.tar.gz 12611 BLAKE2B 
191ea58bf29cd9bfe8b56a5418008e643199ac1a2f7e9b624a29a25d1f3a8a5fc85c6fc7f483b545458f3e1e4143e5cd5b79e06fbbfc60433806daed930559bc
 SHA512 
c0f7167631eb11de59303a7cc96592c172c109019004f52759c6d5c02d581ca515a81568f2dca0bc1a38ea8303d48b5e415cf12629d27730318433843a1ff3eb
 DIST cache_tab-1.0.5.tar.gz 12632 BLAKE2B 
12495a005982f23e3e2ec8fab85a1afbd6b1a49d7de8c8fcb784d9a0fd1aa21654d9df23670ad5418562a3c9854e5bb029f41a6c287cdde94e1724a220dd2314
 SHA512 
1a49f3e8c12f032d33fac18aab04a4fbfb0dfc31c22e1e47ee3005d65c80b6cc15cb8fccf955fee1a88002ce7b5dc1fd5fb13fd10196449117f21ac51c0abb39

diff --git a/dev-erlang/cache_tab/cache_tab-1.0.20.ebuild 
b/dev-erlang/cache_tab/cache_tab-1.0.20.ebuild
new file mode 100644
index 000..de4cb6d5c26
--- /dev/null
+++ b/dev-erlang/cache_tab/cache_tab-1.0.20.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="In-memory cache Erlang and Elixir library"
+HOMEPAGE="https://github.com/processone/cache_tab;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-erlang/p1_utils-1.0.16
+   >=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/

2019-08-31 Thread Hanno Boeck
commit: c132ec191c4afb9705b6661c0c64b7c6270e91bf
Author: Hanno  gentoo  org>
AuthorDate: Sat Aug 31 13:56:08 2019 +
Commit: Hanno Boeck  gentoo  org>
CommitDate: Sat Aug 31 13:57:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c132ec19

dev-erlang/p1_utils: Version bump

Signed-off-by: Hanno Boeck  gentoo.org>
Package-Manager: Portage-2.3.74, Repoman-2.3.17

 dev-erlang/p1_utils/Manifest   |  1 +
 dev-erlang/p1_utils/p1_utils-1.0.16.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest
index dca7d710d32..7146881cdc9 100644
--- a/dev-erlang/p1_utils/Manifest
+++ b/dev-erlang/p1_utils/Manifest
@@ -1 +1,2 @@
 DIST p1_utils-1.0.13.tar.gz 56548 BLAKE2B 
a92aa78960673f2a52b5247dc48ea94e73e018f1a9504b57c15ebfb3b12eb9b6b5dd4e706782f4200cd35f07d3193c4cf07eff462bc74b4714d1e3da4d97077d
 SHA512 
eb4fa41a46973c300b752efa273554e293c19235c3649166f1cb52d9512d0bfa3f032053a35ca10aec1d6594f352c386720ecb193233cebea226f45e0c0add34
+DIST p1_utils-1.0.16.tar.gz 63418 BLAKE2B 
f7384737ba2c758ef25aedf9b1ddbe870c858172db5ed37dd146eeda0640cd589f9176f946e6c53d04d1f3d5c711d9c58e3fdd66245b603e94d9b04ce72ba086
 SHA512 
f7e2ae20771cb7405092b194af4f63c5d25d5f7a245ee343994ce626d5e80626f94af1bf3ec75c3d102d10c8b64238e3f90437ec6a932d8fd22877f9d4764b6a

diff --git a/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild 
b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild
new file mode 100644
index 000..ed18b559a3e
--- /dev/null
+++ b/dev-erlang/p1_utils/p1_utils-1.0.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit rebar
+
+DESCRIPTION="Erlang utility modules from ProcessOne"
+HOMEPAGE="https://github.com/processone/p1_utils;
+SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND=">=dev-lang/erlang-17.1"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )



[gentoo-commits] proj/gamerlay:master commit in: games-rpg/amnesia-tdd/files/, games-rpg/amnesia-tdd/, games-strategy/vcmi/, ...

2019-08-31 Thread Vadim A. Misbakh-Soloviov
commit: 9840f8c8a1850dac80dd67283110d67d104f481e
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Sat Aug 31 13:54:15 2019 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Sat Aug 31 13:54:15 2019 +
URL:https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=9840f8c8

amnesia: bump vcmi: bump

 games-rpg/amnesia-tdd/amnesia-tdd-1.2.1.ebuild | 295 -
 games-rpg/amnesia-tdd/amnesia-tdd-1.3.ebuild   | 184 +
 games-rpg/amnesia-tdd/files/Amnesia.png| Bin 0 -> 116407 bytes
 ...vcmi-data-0.90.ebuild => vcmi-data-0.99.ebuild} |   4 +-
 games-strategy/vcmi/vcmi-0.98.ebuild   |  79 --
 games-strategy/vcmi/vcmi-0.99.ebuild   |  71 +
 6 files changed, 257 insertions(+), 376 deletions(-)

diff --git a/games-rpg/amnesia-tdd/amnesia-tdd-1.2.1.ebuild 
b/games-rpg/amnesia-tdd/amnesia-tdd-1.2.1.ebuild
deleted file mode 100644
index a9ccb02..000
--- a/games-rpg/amnesia-tdd/amnesia-tdd-1.2.1.ebuild
+++ /dev/null
@@ -1,295 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit check-reqs eutils games unpacker
-
-MY_PN="${PN//-/_}"
-MY_ARCH="${ARCH/amd64/x86_64}"
-MY_REV="-3"
-
-DESCRIPTION="Amnesia: The Dark Descent is a first person survival horror. A 
game about immersion, discovery and living through a nightmare."
-HOMEPAGE="http://www.amnesiagame.com/;
-SRC_URI="${MY_PN}-${PV}${MY_REV}.sh"
-
-RESTRICT="fetch strip"
-LICENSE="Frictional_Games-EULA"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc linguas_de linguas_es linguas_fr linguas_it linguas_ru"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND="media-libs/freealut
-   >=media-libs/glew-1.5
-   media-libs/jpeg:62
-   media-libs/libpng:1.2
-   media-libs/libtheora
-   media-libs/libvorbis
-   media-libs/openal
-   media-libs/sdl-image
-   media-libs/sdl-ttf
-   sys-libs/zlib
-   x11-libs/libxcb
-   x11-libs/libXext
-   virtual/glu
-   virtual/opengl"
-
-S="${WORKDIR}/${PN}"
-
-GAMEDIR="${GAMES_PREFIX_OPT}/${PN}"
-
-pkg_nofetch() {
-   einfo ""
-   einfo "Please buy and download \"${SRC_URI}\" from:"
-   einfo "  ${HOMEPAGE}"
-   einfo "and move/link it to \"${DISTDIR}\""
-   einfo ""
-}
-
-pkg_setup() {
-   CHECKREQS_DISK_BUILD="3500M"
-   check-reqs_pkg_setup
-   games_pkg_setup
-}
-
-src_unpack() {
-   einfo "\nUnpacking files.  This will take several minutes.\n"
-
-   mkdir "tmp" || die "mkdir 'tmp' failed"
-   cd "./tmp" || die "cd 'tmp' failed"
-
-   unpack_makeself || die "unpack_makeself failed"
-
-   mv "instarchive_all" "../${P}.tar.lzma" || die "move 'instarchive_all' 
failed"
-   mv "instarchive_all_${MY_ARCH}" "../${P}-${MY_ARCH}.tar.lzma" || die 
"move 'instarchive_all_${MY_ARCH}' failed"
-
-   cd "${WORKDIR}" || die "cd '${WORKDIR}' failed"
-   rm -rf "./tmp"
-
-   # This version is packed incorrectly and lzma will 'fail' at end of 
unpack
-   #   output tarball is ok, though, decompress manually to skip
-   #   unpack error checking of the LZMA decompression
-   echo ">>> Unpacking ./${P}.tar.lzma to 
/tmp/portage/games-rpg/amnesia-tdd-1.2.1/work"
-   xz -F lzma -d -c "./${P}.tar.lzma" 2>/dev/null | tar xf - \
-   || die "unpacking '${P}.tar.lzma' failed"
-   rm "./${P}.tar.lzma"
-
-   unpack "./${P}-${MY_ARCH}.tar.lzma" || die "unpack 
'${P}-${MY_ARCH}.tar.lzma' failed"
-   rm "./${P}-${MY_ARCH}.tar.lzma"
-
-   mv "Amnesia" "${PN}" || die "mv 'Amnesia' failed"
-
-   # libfltk.so.1.1 is needed because it's no longer in portage
-   mv "${S}"/libs*/all/libfltk* "${S}"/libs*/
-}
-
-src_prepare() {
-   # Files to remove.
-   REMOVE="libs*/*
-   *.pdf
-   *.rtf
-   *.sh"
-
-   # Files to keep.
-   # Bundled LibIL (media-libs/devil) isn't in portage as too old
-   KEEP="libs*/libIL*
-   libs*/libfltk*"
-
-   # Collect infos about languages...
-   LINGUAS_ARRAY=()# Linguas - string: E.g.: "linguas_en"
-   LANG_ARRAY=()   # Lang - string: E.g.: "en"
-   LANGUAGE_ARRAY=()   # Language - string: E.g.: "english"
-   LANGUAGE_SHORT_ARRAY=() # Language Short - string: E.g.: "eng"
-   USE_ARRAY=()# Used - bool (0,1)
-
-   local linguas_in_use="0"
-   for use in ${IUSE}
-   do
-   if [[ "${use%%_*}" == "linguas" ]]
-   then
-   local tmp="${use}"
-   LINGUAS_ARRAY=(${LINGUAS_ARRAY[@]} "${tmp}")
-
-   tmp="${tmp##linguas_}"
-   LANG_ARRAY=(${LANG_ARRAY[@]} "${tmp}")
-
-   case "${tmp}" in
-   "de") tmp="german";;
-   "es") tmp="spanish";;

[gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/

2019-08-31 Thread Fabian Groffen
commit: c254be0749ca0792ec1c68417bd59ff8f725878a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Aug 31 13:12:31 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Aug 31 13:12:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c254be07

net-mail/notmuch: correct gpgme detection on Solaris

Bug: https://bugs.gentoo.org/692098
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 net-mail/notmuch/notmuch-0.29.1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-mail/notmuch/notmuch-0.29.1.ebuild 
b/net-mail/notmuch/notmuch-0.29.1.ebuild
index ffa74708369..4984cf17d69 100644
--- a/net-mail/notmuch/notmuch-0.29.1.ebuild
+++ b/net-mail/notmuch/notmuch-0.29.1.ebuild
@@ -131,7 +131,14 @@ src_prepare() {
append-cxxflags -g
fi
 
-   [[ ${CHOST} == *-solaris* ]] && append-ldflags -lnsl -lsocket
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   append-ldflags -lnsl -lsocket   # non-autoconf configure
+   # disable gpgme test using too old gpg-key
+   sed -i \
+   -e '/GNUPGHOME=/d' \
+   -e '/SESSION_KEY =/c|| false ;' \
+   configure || die
+   fi
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2019-08-31 Thread Mikle Kolyada
commit: ce87dd56392a7a9c231ef90fb8fdeba0b93d2289
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 31 13:00:56 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 31 13:01:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce87dd56

app-text/zathura-pdf-mupdf: Version bump (v0.3.5)

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-text/zathura-pdf-mupdf/Manifest|  1 +
 .../zathura-pdf-mupdf-0.3.5.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-text/zathura-pdf-mupdf/Manifest 
b/app-text/zathura-pdf-mupdf/Manifest
index d135b15ea1f..3300dd75805 100644
--- a/app-text/zathura-pdf-mupdf/Manifest
+++ b/app-text/zathura-pdf-mupdf/Manifest
@@ -1 +1,2 @@
 DIST zathura-pdf-mupdf-0.3.4.tar.xz 8092 BLAKE2B 
5e47a9db7fede440c10f8270e02430d2603a93a3fc05bbbcf036f825a534f9083fda3ea536de7b47091aca63409b54a15bec057b7fb3da687507e55efa779075
 SHA512 
8a885f1faa471d413f09bd6a78b86d419fe433139b2f811dcae9a9ea180beaf693ee8c11c7fe98ed7d5303520f6d9b3efd0d8e7edf978aa5099ef580db79166a
+DIST zathura-pdf-mupdf-0.3.5.tar.gz 8901 BLAKE2B 
63595d6a4b305d8cd09eced1cfa3840a5ab3d37a61c42738603691621f1f1dbdfc31d5963b14c7af32f8c504f2470bf1cadb708fefbfd49fb25b2848b2564153
 SHA512 
1f7a748fee74296a008cef42c8f2e443409c77e16caa8441f74136260aaac7dee4d3c03e8a88532c45a0f9972e1b4965d4cffd488a00123d4d8cee9bcec2cf30

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.5.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.5.ebuild
new file mode 100644
index 000..a8c73f86302
--- /dev/null
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git;
+   EGIT_BRANCH="develop"
+else
+   KEYWORDS="~amd64 ~arm ~x86"
+   SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+fi
+
+DESCRIPTION="PDF plug-in for zathura"
+HOMEPAGE="https://pwmt.org/projects/zathura-pdf-mupdf/;
+
+LICENSE="ZLIB"
+SLOT="0"
+
+DEPEND="app-text/mupdf
+   >=app-text/zathura-0.3.9
+   dev-libs/girara
+   dev-libs/glib:2
+   media-libs/jbig2dec:=
+   media-libs/openjpeg:2=
+   virtual/jpeg:0
+   x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   sed -i -e '/mupdfthird/d' meson.build || die "sed failed"
+   default
+}



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

2019-08-31 Thread Sergei Trofimovich
commit: 65208a582feb6fe2a967b8eab6bd81e59a1c0157
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:31:47 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:31:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65208a58

dev-util/pkgconf: stable 1.6.3 for ppc64, bug #693110

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild 
b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
index 058dd5ac8a6..f0343df7e25 100644
--- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



[gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/

2019-08-31 Thread Sergei Trofimovich
commit: bf0275c0b877b5f47b70368b23a81fe88e0aa287
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:31:34 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:31:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0275c0

net-mail/dovecot: stable 2.3.7.2 for ppc64, bug #692572

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/dovecot/dovecot-2.3.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild 
b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
index c83673ca571..382f384fed1 100644
--- a/net-mail/dovecot/dovecot-2.3.7.2.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
@@ -28,7 +28,7 @@ HOMEPAGE="https://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"



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

2019-08-31 Thread Sergei Trofimovich
commit: 8ae401421723778c0417337d6be0a2d4fa9b42ed
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:41 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae40142

app-emacs/bbdb: keyworded 3.1.2-r1 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/bbdb/bbdb-3.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild 
b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
index 2fe1b17eb53..f4d2705ce4e 100644
--- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
+++ b/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
 IUSE="tex vm"
 RESTRICT="test" #631700
 



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

2019-08-31 Thread Sergei Trofimovich
commit: 9459df6e63b77bec1e86630404fb86ea07a49059
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:45 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9459df6e

app-emacs/elscreen: keyworded 20180321 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/elscreen/elscreen-20180321.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/elscreen/elscreen-20180321.ebuild 
b/app-emacs/elscreen/elscreen-20180321.ebuild
index 06b418bd1c0..f954068810f 100644
--- a/app-emacs/elscreen/elscreen-20180321.ebuild
+++ b/app-emacs/elscreen/elscreen-20180321.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/knu/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="wanderlust"
 
 RDEPEND="wanderlust? ( app-emacs/wanderlust )"



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

2019-08-31 Thread Sergei Trofimovich
commit: 7ebf8809a57944feb75d5e3603c2c83a76b7ca67
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebf8809

app-emacs/vm: keyworded 8.2.0_beta-r1 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/vm/vm-8.2.0_beta-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild 
b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
index 2027647cf11..9c218b069a7 100644
--- a/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
+++ b/app-emacs/vm/vm-8.2.0_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/vm/${PV%.*}.x/${MY_PV}/+download/${MY_P}.tgz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="bbdb ssl"
 
 DEPEND="bbdb? ( app-emacs/bbdb )"



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

2019-08-31 Thread Sergei Trofimovich
commit: 24e7e9a9569ae028ea423215b1240bfd02e2598b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e7e9a9

app-emacs/semi: keyworded 1.14.7_p20190517 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/semi/semi-1.14.7_p20190517.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/semi/semi-1.14.7_p20190517.ebuild 
b/app-emacs/semi/semi-1.14.7_p20190517.ebuild
index 62f4e18ef8d..0402be23ef3 100644
--- a/app-emacs/semi/semi-1.14.7_p20190517.ebuild
+++ b/app-emacs/semi/semi-1.14.7_p20190517.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/semi/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-08-31 Thread Sergei Trofimovich
commit: ca0a6a0ac0b54f7d7f5811f01610b03114afc286
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0a6a0a

app-emacs/wanderlust: keyworded 2.15.9_p20190623 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild 
b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
index 608e5a064e4..d5f2f842462 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.8



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

2019-08-31 Thread Sergei Trofimovich
commit: 8789606d281e91030dadf6561432e4bc6250f59c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:28:14 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:28:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8789606d

app-emacs/flim: keyworded 1.14.9_p20190526 for ppc64, bug #693064

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/flim/flim-1.14.9_p20190526.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flim/flim-1.14.9_p20190526.ebuild 
b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
index a8f2365556a..4e621f14165 100644
--- a/app-emacs/flim/flim-1.14.9_p20190526.ebuild
+++ b/app-emacs/flim/flim-1.14.9_p20190526.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/flim/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
 
 DEPEND=">=app-emacs/apel-10.8"
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: net-mail/dovecot/

2019-08-31 Thread Sergei Trofimovich
commit: 313b1cc96f110b240bf810c63f93a1a4129360d9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:26:35 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:26:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313b1cc9

net-mail/dovecot: stable 2.3.7.2 for ppc, bug #692572

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-mail/dovecot/dovecot-2.3.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/dovecot/dovecot-2.3.7.2.ebuild 
b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
index d9253103377..c83673ca571 100644
--- a/net-mail/dovecot/dovecot-2.3.7.2.ebuild
+++ b/net-mail/dovecot/dovecot-2.3.7.2.ebuild
@@ -28,7 +28,7 @@ HOMEPAGE="https://www.dovecot.org/;
 
 SLOT="0"
 LICENSE="LGPL-2.1 MIT"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86"
 
 IUSE_DOVECOT_AUTH="kerberos ldap lua mysql pam postgres sqlite vpopmail"
 IUSE_DOVECOT_COMPRESS="bzip2 lzma lz4 zlib"



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

2019-08-31 Thread Sergei Trofimovich
commit: 5f05cada06943e6c4f23b57b5f17c7b435957511
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:26:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:26:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05cada

net-misc/radvd: stable 2.18 for ppc, bug #693080

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/net-misc/radvd/radvd-2.18.ebuild b/net-misc/radvd/radvd-2.18.ebuild
index 5f382a0ad2c..21c73f6c0ca 100644
--- a/net-misc/radvd/radvd-2.18.ebuild
+++ b/net-misc/radvd/radvd-2.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc sparc x86 ~x86-fbsd"
 IUSE="kernel_FreeBSD selinux test"
 
 CDEPEND="dev-libs/libdaemon"



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

2019-08-31 Thread Sergei Trofimovich
commit: 714dcd6edb03438f70d328a4b640b08deb38c92a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:26:45 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:26:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=714dcd6e

dev-util/pkgconf: stable 1.6.3 for ppc, bug #693110

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild 
b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
index 1b4f39c5d7a..058dd5ac8a6 100644
--- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



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

2019-08-31 Thread Sergei Trofimovich
commit: 1cecae0f2e70664214c80ea43e30e909df4cdb3b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:24:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:24:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cecae0f

dev-util/pkgconf: stable 1.6.3 for ia64, bug #693110

Package-Manager: Portage-2.3.73, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild 
b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
index ec877cc44a9..1b4f39c5d7a 100644
--- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="pkg-config compatible replacement with no dependencies other than 
ANSI C89"



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/openocd/

2019-08-31 Thread Sergei Trofimovich
commit: 2e3b162d22b809545e1eddfbba1e1fd73140dbf7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:16:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:16:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3b162d

dev-embedded/openocd: fix dostrip argument (drop ${ED})

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-embedded/openocd/openocd-0.10.0-r1.ebuild | 2 +-
 dev-embedded/openocd/openocd-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/openocd/openocd-0.10.0-r1.ebuild 
b/dev-embedded/openocd/openocd-0.10.0-r1.ebuild
index ce0f6e7381b..3afa1fad8b4 100644
--- a/dev-embedded/openocd/openocd-0.10.0-r1.ebuild
+++ b/dev-embedded/openocd/openocd-0.10.0-r1.ebuild
@@ -136,7 +136,7 @@ src_configure() {
 
 src_install() {
default
-   dostrip "${ED}"/usr/bin
+   dostrip /usr/bin
udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
 }
 

diff --git a/dev-embedded/openocd/openocd-.ebuild 
b/dev-embedded/openocd/openocd-.ebuild
index ce0f6e7381b..3afa1fad8b4 100644
--- a/dev-embedded/openocd/openocd-.ebuild
+++ b/dev-embedded/openocd/openocd-.ebuild
@@ -136,7 +136,7 @@ src_configure() {
 
 src_install() {
default
-   dostrip "${ED}"/usr/bin
+   dostrip /usr/bin
udev_dorules "${D}"/usr/share/${PN}/contrib/*.rules
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/sdcc/

2019-08-31 Thread Sergei Trofimovich
commit: 8e7716ec178284d781029688d4083a4380c3c4ab
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Aug 31 12:14:37 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Aug 31 12:16:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7716ec

dev-embedded/sdcc: use dostrip in live ebuild as well

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild | 2 +-
 dev-embedded/sdcc/sdcc-.ebuild | 7 ++-
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild 
b/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild
index 79c2981dc3e..08e64f35f2b 100644
--- a/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild
+++ b/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild
@@ -129,5 +129,5 @@ src_install() {
# a bunch of archives (*.a) are built & installed by gputils
# for PIC processors, but they do not work with standard `ar`
# & `scanelf` utils and they're not for the host.
-   dostrip "${D%/}"/usr/bin
+   dostrip /usr/bin
 }

diff --git a/dev-embedded/sdcc/sdcc-.ebuild 
b/dev-embedded/sdcc/sdcc-.ebuild
index efab11532f4..23c2e5edc14 100644
--- a/dev-embedded/sdcc/sdcc-.ebuild
+++ b/dev-embedded/sdcc/sdcc-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 inherit autotools toolchain-funcs
 
 if [[ ${PV} == "" ]] ; then
@@ -129,8 +129,5 @@ src_install() {
# a bunch of archives (*.a) are built & installed by gputils
# for PIC processors, but they do not work with standard `ar`
# & `scanelf` utils and they're not for the host.
-
-   # TODO: use dostrip from EAPI=7 when subversion gets EAPI=7
-   # in bug #678344:
-   #dostrip "${D%/}"/usr/bin
+   dostrip /usr/bin
 }



[gentoo-commits] proj/lisp:master commit in: dev-scheme/guile/

2019-08-31 Thread Cyprien Nicolas
commit: 7d430ad2694caacc5c2748474488e80744c1687a
Author: Cyprien Nicolas (fulax)  nicolas  tf>
AuthorDate: Sat Aug 31 12:09:18 2019 +
Commit: Cyprien Nicolas  gmail  com>
CommitDate: Sat Aug 31 12:09:18 2019 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7d430ad2

dev-scheme/guile: bump to 2.9.4

Package-Manager: Portage-2.3.69, Repoman-2.3.16

 dev-scheme/guile/{guile-2.9.3.ebuild => guile-2.9.4.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-scheme/guile/guile-2.9.3.ebuild 
b/dev-scheme/guile/guile-2.9.4.ebuild
similarity index 100%
rename from dev-scheme/guile/guile-2.9.3.ebuild
rename to dev-scheme/guile/guile-2.9.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-text/winefish/files/, app-text/winefish/, profiles/

2019-08-31 Thread Michał Górny
commit: ba3791026e61cefb642929acfd28738ab560f89a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 11:51:20 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 11:51:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba379102

app-text/winefish: Remove last-rited pkg

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

 app-text/winefish/Manifest |  1 -
 .../winefish/files/winefish-1.3.3-desktop.patch| 11 -
 app-text/winefish/files/winefish-1.3.3-doc.patch   | 13 --
 .../winefish/files/winefish-1.3.3-memset.patch | 11 -
 .../winefish/files/winefish-1.3.3-nostrip.patch| 11 -
 .../winefish/files/winefish-1.3.3-version.patch| 11 -
 app-text/winefish/metadata.xml | 11 -
 app-text/winefish/winefish-1.3.3-r2.ebuild | 53 --
 profiles/package.mask  |  6 ---
 9 files changed, 128 deletions(-)

diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
deleted file mode 100644
index 56a1dbce70f..000
--- a/app-text/winefish/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST winefish-1.3.3.tar.gz 485772 BLAKE2B 
344059c9bc15ec693e66d5d901d2e620ff223dd48de64d32b385cc1e06f6782dc2a2ec965ab8f5ce26bbf518df8edc60a1640b7ed7b576939bf45bbc424f7900
 SHA512 
216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c

diff --git a/app-text/winefish/files/winefish-1.3.3-desktop.patch 
b/app-text/winefish/files/winefish-1.3.3-desktop.patch
deleted file mode 100644
index eaa66eca7dd..000
--- a/app-text/winefish/files/winefish-1.3.3-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/data/winefish.desktop.in
-+++ b/data/winefish.desktop.in
-@@ -7,7 +7,7 @@
- Icon=ICONDIR/winefish-icon.png
- Terminal=false
- Type=Application
--Categories=GTK;GNOME;Application;Editors;Office;Development;
-+Categories=GTK;GNOME;TextEditor;Office;Development;
- Encoding=UTF-8
- StartupNotify=true
- MimeType=text/x-tex;application/winefish-project;text/xml;

diff --git a/app-text/winefish/files/winefish-1.3.3-doc.patch 
b/app-text/winefish/files/winefish-1.3.3-doc.patch
deleted file mode 100644
index 9e02510e35a..000
--- a/app-text/winefish/files/winefish-1.3.3-doc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/Makefile.in
-+++ b/Makefile.in
-@@ -89,8 +89,8 @@
-   $(INSTALL_DIR) $(DESTDIR)$(pkgdatadir)
-   $(INSTALL_DATA) images/winefish_splash.png $(DESTDIR)$(pkgdatadir)
-   $(INSTALL_DIR) $(DESTDIR)$(docdir)
--  $(INSTALL_DATA) doc/winefish.html $(DESTDIR)$(docdir)
--# $(INSTALL_DATA) doc/winefish.txt $(DESTDIR)$(docdir)
-+# $(INSTALL_DATA) doc/winefish.html $(DESTDIR)$(docdir)
-+  $(INSTALL_DATA) doc/winefish.txt $(DESTDIR)$(docdir)
-   @cd icons/ && $(MAKE) install
-   @cd src/ && $(MAKE) install
-   @cd data/ && $(MAKE) install

diff --git a/app-text/winefish/files/winefish-1.3.3-memset.patch 
b/app-text/winefish/files/winefish-1.3.3-memset.patch
deleted file mode 100644
index 7390642bb69..000
--- a/app-text/winefish/files/winefish-1.3.3-memset.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/highlight.c
-+++ b/src/highlight.c
-@@ -731,7 +731,7 @@
-   GList *tmplist = g_list_first(level);
-   while (tmplist) {
-   Tpattern * pat = (Tpattern *)tmplist->data;
--  memset(pat->ovector,0,sizeof(pat->ovector));
-+  memset(pat->ovector,0,sizeof(>ovector));
-   pat->is_match = FALSE;
-   patmatch_init_run(pat->childs);
-   tmplist = g_list_next(tmplist);

diff --git a/app-text/winefish/files/winefish-1.3.3-nostrip.patch 
b/app-text/winefish/files/winefish-1.3.3-nostrip.patch
deleted file mode 100644
index 24f21e49d30..000
--- a/app-text/winefish/files/winefish-1.3.3-nostrip.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/Makefile.in
-+++ b/src/Makefile.in
-@@ -37,7 +37,7 @@ LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- INSTALL = @INSTALL@
- INSTALL_DIR = $(INSTALL) -d -m 755 
--INSTALL_PROGRAM = $(INSTALL) -s -m 755
-+INSTALL_PROGRAM = $(INSTALL) -m 755
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DGNULOCALEDIR=\"$(gnulocaledir)\" \
- -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" -DPKGDATADIR=\"$(pkgdatadir)\" @DEFS@
- 

diff --git a/app-text/winefish/files/winefish-1.3.3-version.patch 
b/app-text/winefish/files/winefish-1.3.3-version.patch
deleted file mode 100644
index a586608719d..000
--- a/app-text/winefish/files/winefish-1.3.3-version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -23,7 +23,7 @@
- AC_CONFIG_HEADER(src/config.h)
- 
- PACKAGE=winefish
--VERSION=1.3.2
-+VERSION=1.3.3
- AC_SUBST(PACKAGE)
- AC_SUBST(VERSION)
- AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")

diff --git a/app-text/winefish/metadata.xml b/app-text/winefish/metadata.xml
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-tex/oesch/

2019-08-31 Thread Michał Górny
commit: 206506ce6fb751ad855d74afc10c0ed2677f7baf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 11:50:45 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 11:50:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206506ce

dev-tex/oesch: Remove last-rited pkg

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

 dev-tex/oesch/Manifest  |  1 -
 dev-tex/oesch/metadata.xml  |  8 
 dev-tex/oesch/oesch-20080712.ebuild | 37 -
 profiles/package.mask   |  3 +--
 4 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/dev-tex/oesch/Manifest b/dev-tex/oesch/Manifest
deleted file mode 100644
index bdb3edaa986..000
--- a/dev-tex/oesch/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST oesch-20080712.zip 23245 BLAKE2B 
324fd5e3502f27a3f2e557ac977e4d93145773e8521118ccbee9c03d716ebfad5be66b14ed931a6f2a7bb8d9a08046c7ee0793a23313685bbc9ff2c88fbeb7ca
 SHA512 
8cb2beae77abaa32be881e5d4acef3fbec9d08750d87b2af826f3e1340f323e5d199af5788c1c6aa8d8924caaf1ed0ebb74a4ef4d59c4526f9c5946208362ac5

diff --git a/dev-tex/oesch/metadata.xml b/dev-tex/oesch/metadata.xml
deleted file mode 100644
index 13170c3184d..000
--- a/dev-tex/oesch/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   t...@gentoo.org
-   Gentoo TeX Project
-
-

diff --git a/dev-tex/oesch/oesch-20080712.ebuild 
b/dev-tex/oesch/oesch-20080712.ebuild
deleted file mode 100644
index 278c8219c24..000
--- a/dev-tex/oesch/oesch-20080712.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit latex-package
-
-DESCRIPTION="Metafont font used in Austrian schools for hand writing"
-HOMEPAGE="http://www.ctan.org/tex-archive/fonts/oesch/;
-# taken from http://www.ctan.org/tex-archive/fonts/oesch.zip
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~x86-fbsd"
-IUSE="examples"
-
-RDEPEND="! (2019-08-05)
 # dead upstream, does not work and compile
-#(bug #688006, bug #686630)
+# (bug #686630)
 # masked for removal in 14 days
 app-text/winefish
-dev-tex/oesch
 
 # Aaron Bauman  (2019-08-04)
 # multiple open sec bugs. no response from upstream



[gentoo-commits] repo/gentoo:master commit in: sys-process/fuser-bsd/, profiles/, profiles/releases/freebsd-11.1/

2019-08-31 Thread Michał Górny
commit: 7980d27010358fb3bc6f763c167222de92a1e929
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 11:47:27 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 11:49:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7980d270

sys-process/fuser-bsd: Remove last-rited pkg

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

 profiles/package.mask |  6 
 profiles/releases/freebsd-11.1/package.mask   |  4 ---
 sys-process/fuser-bsd/Manifest|  2 --
 sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild | 39 ---
 sys-process/fuser-bsd/metadata.xml|  8 -
 5 files changed, 59 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 7d45ae27587..88ab61c3aa6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -238,12 +238,6 @@ sci-mathematics/spass
 # Removal in 30 days.  Bug #691840.
 sys-apps/lomoco
 
-# Michał Górny  (2019-08-14)
-# Replaced by sys-freebsd/freebsd-ubin, therefore not installable
-# anymore.  All revdeps support the replacement.
-# Removal in 14 days.  Bug #688502.
-sys-process/fuser-bsd
-
 # Aaron Bauman  (2019-08-14)
 # open sec bug #622428, unmaintained
 # list includes rdeps. Removal in 30 days.

diff --git a/profiles/releases/freebsd-11.1/package.mask 
b/profiles/releases/freebsd-11.1/package.mask
index 1767b7c756c..7a82ed6bfdf 100644
--- a/profiles/releases/freebsd-11.1/package.mask
+++ b/profiles/releases/freebsd-11.1/package.mask
@@ -31,10 +31,6 @@
 sys-freebsd/freebsd-sources-11.1.99
 
-# Alexis Ballier  (2011-11-07)
-# It is in freebsd-ubin starting from FreeBSD 9.0
-sys-process/fuser-bsd
-
 # Alexis Ballier  (2012-05-11)
 # freebsd-lib provides a utempter compatible interface starting from FreeBSD 
9.0
 # via libulog.

diff --git a/sys-process/fuser-bsd/Manifest b/sys-process/fuser-bsd/Manifest
deleted file mode 100644
index c02145a5e68..000
--- a/sys-process/fuser-bsd/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fuser-1142334561.tar.bz2 11008 BLAKE2B 
9aae4c2e9bce4ff459864126661485b173542a2195972eb9b2e543639875064fec702d770154157e82388af2e2aad954ceb1a8b5dfe59b664455f2e79c68ddb5
 SHA512 
49c6a2773da47a55c59210e878c40f3313cef21795ab5c67bb61632a5d8bc7857f9e3501f54029b3187809bb927ae93690687a0cbcf34e296b6e53d6e9dc6ee4
-DIST fuser-bsd-patches-1.tar.bz2 1694 BLAKE2B 
09b6fda0f9d6b5b7c4fde67c4a7174844c81dcc354354abfd15cce35da345b324f23600df0f60ba7bf0f38035e0de602caba7f48fabc9016661cd3c85ef4ad49
 SHA512 
7dad917c3a9ff628f4fe6893fad5aa42d1e206182ce9d7b831fd3713b2757b39d4134a1d4f085e0ac90ea392fae6006cd446944128035dda5e4272b778457ef4

diff --git a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild 
b/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild
deleted file mode 100644
index 31ba1b8b40d..000
--- a/sys-process/fuser-bsd/fuser-bsd-1142334561.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit base bsdmk eutils
-
-MY_P="${PN/-bsd/}-${PV}"
-
-PATCHLEVEL=1
-DESCRIPTION="fuser(1) utility for *BSD"
-HOMEPAGE="http://mbsd.msk.ru/stas/fuser.html;
-SRC_URI="http://mbsd.msk.ru/dist/${MY_P}.tar.bz2
-   mirror://gentoo/${PN}-patches-${PATCHLEVEL}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86-fbsd"
-IUSE=""
-
-DEPEND="sys-freebsd/freebsd-mk-defs"
-# virtual/libc needed here for has_version to work.
-RDEPEND="virtual/libc
-   !sys-process/psmisc"
-
-S="${WORKDIR}/${PN/-bsd/}"
-
-src_prepare() {
-   if has_version '>=sys-freebsd/freebsd-lib-8' ; then # any better way to 
check it?
-   EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches"
-   fi
-}
-
-src_install() {
-   into /
-   dosbin fuser
-
-   doman fuser.1
-}

diff --git a/sys-process/fuser-bsd/metadata.xml 
b/sys-process/fuser-bsd/metadata.xml
deleted file mode 100644
index a00f3aeb1f8..000
--- a/sys-process/fuser-bsd/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   b...@gentoo.org
-   BSD Project
-
-



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

2019-08-31 Thread Tim Harder
commit: b290ae8896502815a8dd0b5953de9e53cfe8dcad
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:37:01 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:38:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b290ae88

dev-libs/tinyxml2: version bump to 7.1.0

Signed-off-by: Tim Harder  gentoo.org>

 dev-libs/tinyxml2/Manifest  |  1 +
 dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-libs/tinyxml2/Manifest b/dev-libs/tinyxml2/Manifest
index db0895d86cb..d7008a2d4d6 100644
--- a/dev-libs/tinyxml2/Manifest
+++ b/dev-libs/tinyxml2/Manifest
@@ -1,2 +1,3 @@
 DIST tinyxml2-6.2.0.tar.gz 585870 BLAKE2B 
6f79ffe0894d625e3a2cccaf897c13962672f090c477b6b13e8685585a304b5cf0f5069d88d61650882e55f23768514dcbeea4795e3a4758b016cb177eee44d4
 SHA512 
ef784240aeb090ab04aad659352ad4b224c431feecf485f33aca7936bcaa0ef4ab9d0a2e0692d3cf6036ac3e8012019d65665e780a920bbad3d4820f736445b1
 DIST tinyxml2-7.0.1.tar.gz 590384 BLAKE2B 
ea055e9b85c8f1ea789f91d406e549abf1d6e8aacbbf89f5d887b6cc0d8678562810b4352c158de0ee4adedf8146016f970e1b2a221dcb8fd36aac0486d45d9f
 SHA512 
623cd7eff542d20b434a67111ac98110101c95a18767318bf906e5e56d8cc25622269f740f50477fe907a4c52d875b614cb6167f4760d42ab18dc55b9d4bf380
+DIST tinyxml2-7.1.0.tar.gz 592717 BLAKE2B 
5936356d472b8642bebb9f02579e6beda14446d57749f1e7a869ff941a03a5ad30624c4db4b2eaaaca48d7f339e3100fddfd58f96bbcfc22737a23d9c9198c9a
 SHA512 
09d5f37018f79a593ff35e33d4296c9ec643a22e83c0cee4c37949300f86201eee07e9b7e6ba55044d8abb438d5d21b70d5843a96ae4652389bb164047ec31e1

diff --git a/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
new file mode 100644
index 000..57a8d746e1b
--- /dev/null
+++ b/dev-libs/tinyxml2/tinyxml2-7.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+DESCRIPTION="A simple, small, efficient, C++ XML parser"
+HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ 
https://github.com/leethomason/tinyxml2/;
+SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0/7"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+multilib_src_configure() {
+   local mycmakeargs=( -DBUILD_TESTING=$(usex test) )
+   cmake-utils_src_configure
+}



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

2019-08-31 Thread Tim Harder
commit: 937a9b6636d76ee5791ded94363d3dd843e99810
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:40:27 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:40:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937a9b66

media-video/mediainfo: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-video/mediainfo/Manifest   |  1 -
 media-video/mediainfo/mediainfo-19.04.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest
index 20c33ab9fdf..1e9505e0272 100644
--- a/media-video/mediainfo/Manifest
+++ b/media-video/mediainfo/Manifest
@@ -1,2 +1 @@
-DIST mediainfo_19.04.tar.xz 1732860 BLAKE2B 
d4bded273b8dce2be2c578d263f2d442ad5b4a37f5d8b292d34dd80ed7fe83fbacce69a4ce740f9527f2fdb9a304b6dd91c96bfe747c023ce0dddac2244eb7f4
 SHA512 
cb6cb3c4bc3a037267684bd850babe3ca5998954f93e86d5b25aad7c4641918546a012cf7c6df4ef8d6017c85ab159dc5ae0b18f166385f8c5cc940a6fb0b3ce
 DIST mediainfo_19.07.tar.xz 1903620 BLAKE2B 
68487713e0c540022d2a5ee8416cb8e1c87ed2a4479f8d7c247d75137a62d3ae2994d02cd8853080837a23d582ce4acab497646bf2307a0b2b4d398635738baa
 SHA512 
ef543b2b3fa61347adaa510fc3b051ff148e24ef6461e25b9f1d158f3c4b57ce96826d0c0e8ae46996092e0eb84e99308ba87d95dd0392b99f05b704438c5983

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



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

2019-08-31 Thread Tim Harder
commit: b888fbc0ed77831d67d5877e4fbe8338f9b764e9
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:39:50 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:39:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b888fbc0

media-libs/libmediainfo: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/libmediainfo/Manifest  |  1 -
 media-libs/libmediainfo/libmediainfo-19.04.ebuild | 83 ---
 2 files changed, 84 deletions(-)

diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest
index 754e09f8bfd..5fd597e5b79 100644
--- a/media-libs/libmediainfo/Manifest
+++ b/media-libs/libmediainfo/Manifest
@@ -1,2 +1 @@
-DIST libmediainfo_19.04.tar.xz 1684320 BLAKE2B 
04c468b74fe0f886ed0a1bd5d0d1ff4b430d5a2fbb8e17ff23bd6bf53143e99cb811220a76c6741b17dbab8917219211c87bff6b20285c5375a6f67cc3dc5bc0
 SHA512 
7fdacc206f1db57605fc41b717740e6c6ce245d432faef15abb48e646bc05743ce72ee117519464d0341d83e0b306ddab79c9d34fd348897d4b0d15cb2f7db04
 DIST libmediainfo_19.07.tar.xz 1685616 BLAKE2B 
15f2663557735f50537fbf69d974cd6a21af337540c87de67f03276eb14f14ab72bd235d9f289bb6431792d08a8c7b7063ae37453c83ea043376fa6a4a370d73
 SHA512 
b16a161be548ae86e5e1fe54f86614f6f3b151b86afb657cf0ea96aa0278b0158309e0382dac0dd0ada5e5af7a2f58369e6fa97bfc7306a3bbc82792c0a29ecc

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



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

2019-08-31 Thread Tim Harder
commit: 6a075d8acf2a40be412663b1df7c9918211af0c1
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:39:34 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:39:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a075d8a

media-libs/libmediainfo: stabilize 19.07

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-libs/libmediainfo/libmediainfo-19.07.ebuild 
b/media-libs/libmediainfo/libmediainfo-19.07.ebuild
index 66497326e1f..8272ecf1c95 100644
--- a/media-libs/libmediainfo/libmediainfo-19.07.ebuild
+++ b/media-libs/libmediainfo/libmediainfo-19.07.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="curl doc mms static-libs"
 
 RDEPEND="sys-libs/zlib



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

2019-08-31 Thread Tim Harder
commit: 39bdf4493ed93de01e22854fe0045af47425d1cd
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:40:15 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:40:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bdf449

media-video/mediainfo: stabilize 19.07

Signed-off-by: Tim Harder  gentoo.org>

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

diff --git a/media-video/mediainfo/mediainfo-19.07.ebuild 
b/media-video/mediainfo/mediainfo-19.07.ebuild
index 255a3010c59..37cd73d53ba 100644
--- a/media-video/mediainfo/mediainfo-19.07.ebuild
+++ b/media-video/mediainfo/mediainfo-19.07.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://mediaarea.net/download/source/${PN}/${PV}/${P/-/_}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="curl mms wxwidgets"
 
 RDEPEND="sys-libs/zlib



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

2019-08-31 Thread Tim Harder
commit: 8328e8dc1944251c89bbdb3a857a2a37ceaa628c
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:32:37 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:32:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8328e8dc

media-libs/exiftool: version bump to 11.65

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-11.65.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 79ee8e755ba..49b7d0e3603 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-11.54.tar.gz 4598312 BLAKE2B 
2543f56a9d7b59d085bf147a51f90be
 DIST Image-ExifTool-11.60.tar.gz 4610485 BLAKE2B 
25cd45b20a1089be4894ccc645cee81b55099f46eed55b8d67f624bbac8618f46e1bb78ad19dc88c330231fa974a1a96311d305e09bd13f0dce2d69cf1acbb21
 SHA512 
e5d104a4b849af903f721bd9cc2898d84f4e7ea6d7a1e3619ba99626ac29ec8e0c02e7a63347787385af3262e77e6da7dbaec06d63c33a931ad1ffce059613fc
 DIST Image-ExifTool-11.61.tar.gz 4611695 BLAKE2B 
560d9512a2d89f5e959d44088fa340a53b26c57cef729aab2f5975d85b8415fc0c4d160657d98b20aa4d03b144f274ce67458cc48dcbe969aacdf9f75073e0b1
 SHA512 
b0a39cf2afee0fec4e8f881a7a8e2660527bf92e97078fb456a4798c3f8091830ee46366c1d3ad106eed529967ed078179ac1e37220facf3319a186582f83d2f
 DIST Image-ExifTool-11.63.tar.gz 4616559 BLAKE2B 
343d3b19f18d1fc1b0c4073bd24bf596bea35ed3ef4c98899df89d8cc0ce24f07571333208a98b274a50726a051e84d7d1e02f25ed65201a7798320970afb0c6
 SHA512 
ba58e36c5ec55c521e5610bbbf39831cc76e64f3d9cd2179d0540b987dc4f182e39edf76a7ffa4270473f9eb41800390946b3ca567eef38b023b71ceabc48a3b
+DIST Image-ExifTool-11.65.tar.gz 4622048 BLAKE2B 
ed8359f40c897b9296450b1cbda1f107a2ee7bc40012e4c74e07712e002be29fd73dd6efa8ea1af5ede2ea868ff5ceab0ff375a9be576bf7277414a6b49854e5
 SHA512 
7e76fddf9e25b80dfa6c0d59c5ef80708261e1d5529d40051e43ebb476bf8ed1716892075d3faaa3ee2239bde236acb46b4a7906fb689707b90080a752f55011

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



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

2019-08-31 Thread Tim Harder
commit: 6d23562e4d5217aaad7c48e805799653b5e43808
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:33:17 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:33:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d23562e

media-libs/exiftool: remove old

Signed-off-by: Tim Harder  gentoo.org>

 media-libs/exiftool/Manifest  |  2 --
 media-libs/exiftool/exiftool-11.54.ebuild | 25 -
 media-libs/exiftool/exiftool-11.61.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 49b7d0e3603..f02d8e970b4 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,5 +1,3 @@
-DIST Image-ExifTool-11.54.tar.gz 4598312 BLAKE2B 
2543f56a9d7b59d085bf147a51f90be3764093853a66f522cc8ea96caefa0389a64cc1c2ae18d9eb1d79dd97f406c13a561c495a249c025b5cb6bd3af3acd5c6
 SHA512 
3d21ac6208b2410b9e39afc21738da14528fa891a4115472b66a489345bcc9580c922924c6060c413cef30671a7508bc5ec1ce9ec6c3645838210f025059d37f
 DIST Image-ExifTool-11.60.tar.gz 4610485 BLAKE2B 
25cd45b20a1089be4894ccc645cee81b55099f46eed55b8d67f624bbac8618f46e1bb78ad19dc88c330231fa974a1a96311d305e09bd13f0dce2d69cf1acbb21
 SHA512 
e5d104a4b849af903f721bd9cc2898d84f4e7ea6d7a1e3619ba99626ac29ec8e0c02e7a63347787385af3262e77e6da7dbaec06d63c33a931ad1ffce059613fc
-DIST Image-ExifTool-11.61.tar.gz 4611695 BLAKE2B 
560d9512a2d89f5e959d44088fa340a53b26c57cef729aab2f5975d85b8415fc0c4d160657d98b20aa4d03b144f274ce67458cc48dcbe969aacdf9f75073e0b1
 SHA512 
b0a39cf2afee0fec4e8f881a7a8e2660527bf92e97078fb456a4798c3f8091830ee46366c1d3ad106eed529967ed078179ac1e37220facf3319a186582f83d2f
 DIST Image-ExifTool-11.63.tar.gz 4616559 BLAKE2B 
343d3b19f18d1fc1b0c4073bd24bf596bea35ed3ef4c98899df89d8cc0ce24f07571333208a98b274a50726a051e84d7d1e02f25ed65201a7798320970afb0c6
 SHA512 
ba58e36c5ec55c521e5610bbbf39831cc76e64f3d9cd2179d0540b987dc4f182e39edf76a7ffa4270473f9eb41800390946b3ca567eef38b023b71ceabc48a3b
 DIST Image-ExifTool-11.65.tar.gz 4622048 BLAKE2B 
ed8359f40c897b9296450b1cbda1f107a2ee7bc40012e4c74e07712e002be29fd73dd6efa8ea1af5ede2ea868ff5ceab0ff375a9be576bf7277414a6b49854e5
 SHA512 
7e76fddf9e25b80dfa6c0d59c5ef80708261e1d5529d40051e43ebb476bf8ed1716892075d3faaa3ee2239bde236acb46b4a7906fb689707b90080a752f55011

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

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



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

2019-08-31 Thread Tim Harder
commit: dc9bedc69405e5e9855281adc712cc14815ef02a
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:33:02 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:33:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc9bedc6

media-libs/exiftool: stabilize 11.60

Signed-off-by: Tim Harder  gentoo.org>

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

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



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/, x11-terms/kitty/files/

2019-08-31 Thread Tim Harder
commit: 335fef7ad22c1c25809e9df53e6f448811edd894
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:22:00 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:25:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335fef7a

x11-terms/kitty: version bump to 0.14.4

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

Signed-off-by: Tim Harder  gentoo.org>

 x11-terms/kitty/Manifest   |  1 +
 x11-terms/kitty/files/kitty-0.14.4-flags.patch | 49 ++
 x11-terms/kitty/files/kitty-0.14.4-svg-icon.patch  | 16 +++
 .../{kitty-.ebuild => kitty-0.14.4.ebuild} |  5 ++-
 x11-terms/kitty/kitty-.ebuild  |  1 +
 5 files changed, 70 insertions(+), 2 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 3e46ccfee19..ed11875f60b 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,2 +1,3 @@
 DIST kitty-0.13.3.tar.xz 2846220 BLAKE2B 
cb2da9e64696298471001f28bc5cc568a6ec21331153929fa86b8bc7262b5928430fc053f86b7ef669eafde676439f6ee644f14cd942e2f11fba7b7dadfcb294
 SHA512 
9ce803469057245f9e1c50b53e03d48d3f2483b01f9441be6eadbfea8edcba01652177cbff11d1dd2b35e9415db6822fd72a0494f00ee3be30f58c1f1991c37b
 DIST kitty-0.14.2.tar.xz 2867116 BLAKE2B 
20f3d66caa5242502f2699d4a5e8364eda357b00c72d50650ab0d03fbbb552152a2d4447e37ce20660d6d8f9ffc285aee057f6adf7a03ac57fa8ab6d1da61013
 SHA512 
191a37424c51776d271008c6b4b0cb43b60cd2abea3ea7b2a08cca9a8d44c4932ca11470f3efb8debc0e2ef3641bb68c05374401073b23cf81042af467b1dbf4
+DIST kitty-0.14.4.tar.xz 2946268 BLAKE2B 
e06cdb1081d821bd65190ec7526482f7471f7a04c8a559e48465b602559079c10d220024ac521d2fce34e0eb90af7bee01d1da408082bfa724ac61e59709a860
 SHA512 
1550883232bff21217fc0d294598d6d828e67a944fc69b324079e87bf2505344c58ade75cec8bff1dca7821c4f490c066f2645281cee0e71792d317ef7df3779

diff --git a/x11-terms/kitty/files/kitty-0.14.4-flags.patch 
b/x11-terms/kitty/files/kitty-0.14.4-flags.patch
new file mode 100644
index 000..5bf301efd5a
--- /dev/null
+++ b/x11-terms/kitty/files/kitty-0.14.4-flags.patch
@@ -0,0 +1,49 @@
+Respect user CFLAGS.
+
+--- kitty-0.14.4/setup.py
 kitty-0.14.4/setup.py
+@@ -202,7 +202,7 @@
+ df = '-g3'
+ if ccver >= (5, 0):
+ df += ' -Og'
+-optimize = df if debug or sanitize else '-O3'
++optimize = ''
+ sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
+ cppflags = os.environ.get(
+ 'OVERRIDE_CPPFLAGS', '-D{}DEBUG'.format('' if debug else 'N'),
+@@ -213,7 +213,7 @@
+ cflags = os.environ.get(
+ 'OVERRIDE_CFLAGS', (
+ '-Wextra -Wno-missing-field-initializers -Wall 
-Wstrict-prototypes -std=c11'
+-' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} 
-fvisibility=hidden'
++' -pedantic-errors {} {} -fwrapv {} {} {} -fvisibility=hidden'
+ ).format(
+ optimize,
+ ' '.join(sanitize_args),
+@@ -227,7 +227,7 @@
+ )
+ ldflags = os.environ.get(
+ 'OVERRIDE_LDFLAGS',
+-'-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3')
++'-Wall ' + ' '.join(sanitize_args)
+ )
+ ldflags = shlex.split(ldflags)
+ ldflags.append('-shared')
+@@ -608,7 +608,7 @@
+ 
+ 
+ def build_launcher(args, launcher_dir='.', bundle_type='source'):
+-cflags = '-Wall -Werror -fpie'.split()
++cflags = '-Wall -fpie'.split()
+ cppflags = []
+ libs = []
+ if args.profile or args.sanitize:
+@@ -620,8 +620,6 @@
+ cflags.append('-g')
+ if args.profile:
+ libs.append('-lprofiler')
+-else:
+-cflags.append('-O3')
+ if bundle_type.endswith('-freeze'):
+ cppflags.append('-DFOR_BUNDLE')
+ cppflags.append('-DPYVER="{}"'.format(sysconfig.get_python_version()))

diff --git a/x11-terms/kitty/files/kitty-0.14.4-svg-icon.patch 
b/x11-terms/kitty/files/kitty-0.14.4-svg-icon.patch
new file mode 100644
index 000..13f874dd3c1
--- /dev/null
+++ b/x11-terms/kitty/files/kitty-0.14.4-svg-icon.patch
@@ -0,0 +1,16 @@
+Use SVG icon instead of PNG.
+
+--- kitty-0.14.4/setup.py
 kitty-0.14.4/setup.py
+@@ -710,9 +710,9 @@
+ run_tool(['make', 'docs'])
+ copy_man_pages(ddir)
+ copy_html_docs(ddir)
+-icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', '256x256', 'apps')
++icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', 'scalable', 
'apps')
+ safe_makedirs(icdir)
+-shutil.copy2('logo/kitty.png', icdir)
++shutil.copy2('logo/kitty.svg', icdir)
+ deskdir = os.path.join(ddir, 'share', 'applications')
+ safe_makedirs(deskdir)
+ with open(os.path.join(deskdir, 'kitty.desktop'), 'w') as f:

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-0.14.4.ebuild
similarity index 94%
copy from x11-terms/kitty/kitty-.ebuild
copy to x11-terms/kitty/kitty-0.14.4.ebuild
index 623cddae6fb..85c9ba13dfc 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/, x11-terms/kitty/files/

2019-08-31 Thread Tim Harder
commit: 7988919b17db0f8238fd45eae92002dd1a8f66ed
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Aug 31 10:26:25 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Aug 31 10:26:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7988919b

x11-terms/kitty: remove old

Signed-off-by: Tim Harder  gentoo.org>

 x11-terms/kitty/Manifest   |   1 -
 x11-terms/kitty/files/kitty-0.13.2-flags.patch |  47 ---
 x11-terms/kitty/kitty-0.13.3.ebuild| 106 -
 3 files changed, 154 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index ed11875f60b..cf75d64fee8 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,3 +1,2 @@
-DIST kitty-0.13.3.tar.xz 2846220 BLAKE2B 
cb2da9e64696298471001f28bc5cc568a6ec21331153929fa86b8bc7262b5928430fc053f86b7ef669eafde676439f6ee644f14cd942e2f11fba7b7dadfcb294
 SHA512 
9ce803469057245f9e1c50b53e03d48d3f2483b01f9441be6eadbfea8edcba01652177cbff11d1dd2b35e9415db6822fd72a0494f00ee3be30f58c1f1991c37b
 DIST kitty-0.14.2.tar.xz 2867116 BLAKE2B 
20f3d66caa5242502f2699d4a5e8364eda357b00c72d50650ab0d03fbbb552152a2d4447e37ce20660d6d8f9ffc285aee057f6adf7a03ac57fa8ab6d1da61013
 SHA512 
191a37424c51776d271008c6b4b0cb43b60cd2abea3ea7b2a08cca9a8d44c4932ca11470f3efb8debc0e2ef3641bb68c05374401073b23cf81042af467b1dbf4
 DIST kitty-0.14.4.tar.xz 2946268 BLAKE2B 
e06cdb1081d821bd65190ec7526482f7471f7a04c8a559e48465b602559079c10d220024ac521d2fce34e0eb90af7bee01d1da408082bfa724ac61e59709a860
 SHA512 
1550883232bff21217fc0d294598d6d828e67a944fc69b324079e87bf2505344c58ade75cec8bff1dca7821c4f490c066f2645281cee0e71792d317ef7df3779

diff --git a/x11-terms/kitty/files/kitty-0.13.2-flags.patch 
b/x11-terms/kitty/files/kitty-0.13.2-flags.patch
deleted file mode 100644
index b79edaf884f..000
--- a/x11-terms/kitty/files/kitty-0.13.2-flags.patch
+++ /dev/null
@@ -1,47 +0,0 @@
 kitty-0.13.2/setup.py
-+++ kitty-0.13.2/setup.py
-@@ -178,7 +178,7 @@
- df = '-g3'
- if ccver >= (5, 0):
- df += ' -Og'
--optimize = df if debug or sanitize else '-O3'
-+optimize = ''
- sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
- cppflags = os.environ.get(
- 'OVERRIDE_CPPFLAGS', (
-@@ -191,7 +191,7 @@
- cflags = os.environ.get(
- 'OVERRIDE_CFLAGS', (
- '-Wextra -Wno-missing-field-initializers -Wall -std=c11'
--' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} 
-fvisibility=hidden'
-+' -pedantic-errors {} {} -fwrapv {} {} {} -fvisibility=hidden'
- ).format(
- optimize,
- ' '.join(sanitize_args),
-@@ -205,7 +205,7 @@
- )
- ldflags = os.environ.get(
- 'OVERRIDE_LDFLAGS',
--'-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3')
-+'-Wall ' + ' '.join(sanitize_args)
- )
- ldflags = shlex.split(ldflags)
- ldflags.append('-shared')
-@@ -517,14 +517,14 @@
- 
- 
- def build_linux_launcher(args, launcher_dir='.', for_bundle=False, 
sh_launcher=False, for_freeze=False):
--cflags = '-Wall -Werror -fpie'.split()
-+cflags = '-Wall -fpie'.split()
- cppflags = []
- libs = []
- if args.profile:
- cppflags.append('-DWITH_PROFILER'), cflags.append('-g')
- libs.append('-lprofiler')
--else:
--cflags.append('-O3')
-+#else:
-+#cflags.append('-O3')
- if for_bundle or for_freeze:
- cppflags.append('-DFOR_BUNDLE')
- cppflags.append('-DPYVER="{}"'.format(sysconfig.get_python_version()))

diff --git a/x11-terms/kitty/kitty-0.13.3.ebuild 
b/x11-terms/kitty/kitty-0.13.3.ebuild
deleted file mode 100644
index 74d2102fb6d..000
--- a/x11-terms/kitty/kitty-0.13.3.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit python-single-r1 toolchain-funcs gnome2-utils
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator"
-HOMEPAGE="https://github.com/kovidgoyal/kitty;
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="debug doc imagemagick wayland"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPS="
-   ${PYTHON_DEPS}
-   >=media-libs/harfbuzz-1.5.0:=
-   sys-apps/dbus
-   sys-libs/zlib
-   media-libs/libpng:0=
-   media-libs/freetype:2
-   media-libs/fontconfig
-   x11-libs/libXcursor
-   x11-libs/libXrandr
-   x11-libs/libXi
-   x11-libs/libXinerama
-   x11-libs/libxkbcommon[X]
-   x11-libs/libxcb[xkb]
-   wayland? (
-   dev-libs/wayland
-   

  1   2   >