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

2018-04-08 Thread Hans de Graaff
commit: c48db099576bd51034d8d1671216528014ed843e
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr  8 07:04:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr  8 07:05:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48db099

dev-ruby/rake: add 12.3.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/rake/Manifest   |  1 +
 dev-ruby/rake/rake-12.3.1.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-ruby/rake/Manifest b/dev-ruby/rake/Manifest
index 3663650ba24..6cc7210fa0f 100644
--- a/dev-ruby/rake/Manifest
+++ b/dev-ruby/rake/Manifest
@@ -4,3 +4,4 @@ DIST rake-12.0.0.tar.gz 117571 BLAKE2B 
529dae3997b033aab8c117f02d41d2cd19df253b4
 DIST rake-12.1.0.tar.gz 118891 BLAKE2B 
122aeaac6e5e5dc78ff5098a5f5001a747e72237286ecd3f9de5225139d9e7515ce1ac1cdb499d6acf6c6521af466811a6023b9c886b18131ac2dcf4346d7e56
 SHA512 
931161e9c220bb18b913c7a2aeff5bb4711cb6a4ff5ab1850aae307e6ab38ac0dd9d0ba4510c27006def6734a8debf8e500a5de8d6f827c3c954832ff136
 DIST rake-12.2.1.tar.gz 119660 BLAKE2B 
8807cb9c085cc61df6f6a88d4dcc2e3f21764aa9269d9667ea21baec7fa0f4331695fe985264fa08eadb5a7277a1d88ac9e18d8c319f141bfacf775031d80cbd
 SHA512 
930e2d82f0b5a3250cc0e8357bad60a7ad5f01fed06884e746b72cab60065a326c84d78410943836a698ee8cac1b291d162350d8304a4abcb7e8c930c026af4f
 DIST rake-12.3.0.tar.gz 119742 BLAKE2B 
e8850fa4afe1c27f3502ec32738258823295bae992a7e6ee2d88fa53d13c9213509db48736874cc30f0610285272ace33c91a147a1891774f2f26b6b022dbbbd
 SHA512 
a4768530d484dd2a1abd19c1d89b33ae31da54d59a8719f7559c586abb1c4eb7f6dc3cd05f85ad136137ad3395f57a121ebcc693da2d35e4cc1d70c1f64b666f
+DIST rake-12.3.1.tar.gz 120170 BLAKE2B 
c0d087911f33ccd5256462501d175e1f92fa104a3c89b62a5bc434836d5abb277a61fb12269778d0a6e3b9b831e78c0a94d9d1cd885906980fdb55e0402e398b
 SHA512 
49736059713d609b0786d4ea89866fd5d58076977aabeda30440f10edad708cc10ba91b5224f59a8ab87ee2ab8e2674e9115f90f035c16e1fa8cba3f7649

diff --git a/dev-ruby/rake/rake-12.3.1.ebuild b/dev-ruby/rake/rake-12.3.1.ebuild
new file mode 100644
index 000..651385e7ba6
--- /dev/null
+++ b/dev-ruby/rake/rake-12.3.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+inherit bash-completion-r1 ruby-fakegem
+
+DESCRIPTION="Make-like scripting in Ruby"
+HOMEPAGE="https://github.com/ruby/rake";
+SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND+=" app-arch/gzip"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 )
+   doc? ( dev-ruby/rdoc )"
+
+all_ruby_prepare() {
+   sed -i -e '/coverall/I s:^:#:' test/helper.rb || die
+}
+
+all_ruby_compile() {
+   if use doc; then
+   rdoc --title "Rake - Ruby Make" --main README.rdoc --out html 
lib *.rdoc doc/*/*.rdoc || die
+   fi
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'gem "minitest", "~>5.8"; require 
"minitest/autorun"; Dir["test/test_*.rb"].each{|f| require f}' || die
+}
+
+all_ruby_install() {
+   ruby_fakegem_binwrapper rake
+
+   if use doc; then
+   pushd html
+   dodoc -r *
+   popd
+   fi
+
+   doman doc/rake.1
+
+   newbashcomp "${FILESDIR}"/rake.bash-completion ${PN}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/

2018-04-08 Thread José María Alonso
commit: e8644c26b6a669f10580259d97e29783300437cf
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  8 07:21:32 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  8 07:21:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8644c26

dev-lisp/gcl: Drops old version 2.6.11

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lisp/gcl/Manifest  |   2 -
 dev-lisp/gcl/gcl-2.6.11.ebuild | 148 -
 2 files changed, 150 deletions(-)

diff --git a/dev-lisp/gcl/Manifest b/dev-lisp/gcl/Manifest
index 0c544b2f8e8..9694d801852 100644
--- a/dev-lisp/gcl/Manifest
+++ b/dev-lisp/gcl/Manifest
@@ -1,6 +1,4 @@
 DIST gcl-2.6.10-fedora.tar.bz2 695718 BLAKE2B 
151cac372f74a971ffb31191a3614d0f7bafca141258af9e1955185f8ed119cbcd3797f2d9bbe5eb5f82e76af4fd0d3e0cf155cd35f305a2c028e40b340b78cf
 SHA512 
3e0ffaec859783443a8941a29302c7a17c9538ef2177d449ad34e24292c174de7bb8760a6d327e08f012773032f0d0a5230b79c7e4b4f5bad8354bf10a28af4c
 DIST gcl-2.6.10.tar.gz 5490689 BLAKE2B 
46af0cf8a810a82fe2bc2bd46ca1cbe17b74c71eb4af6a06032040900dcad4dd4338883cd9225f0945ae425eba788ac84db9a0ed454779edd86c74a1bb48a947
 SHA512 
bbaacce712f15130550bcdf7e53edf4df9ab955e84ec701087034115df1c1e657d956853d5db85d7e88709981f9b7fd4c9df7acf6c8588a8ccf5f05e4e666aed
-DIST gcl-2.6.11-fedora.tar.bz2 680715 BLAKE2B 
e4ac5c857c6782016b50fbd55fdbfd5f8b89d451518666216d8c2b2b197ebf85cd89bc7cb38ff096eeef3add4bd62f8c25f16548c90a0d46ba5a022c8bae50e5
 SHA512 
a38e92571c0558aebe1f36613afb6da29338b9c1b779df2db6b6e5ad5b79758523a2036dc4d29d192a19a1a71103c42022f165e1a138e469338afcc117599eb9
-DIST gcl-2.6.11.tar.gz 7047082 BLAKE2B 
0fc843a7dc563c24d50a47d5f656c41cdab1aea8d8d1a9ed618b5a0b947e82bd05a98c0daa532988505501e7edd16780c33400b749f89c567664c3ad43e9151e
 SHA512 
0cec0e0e138ec13bccd5e52b2f803ccc6be5afc3c284c26550abb4392488fd8cf0085d5c3a99d9a6aba24dc2f7160341c98741003d8d09728e99da1cd909b325
 DIST gcl-2.6.12-fedora.tar.bz2 680471 BLAKE2B 
0ad96ce0a09bb73ee77456373eb7e50b2325a4f2e042c21120a1c33b2dec2aa10f5485bb1b02e8eb8e77aaaea6e141189d676217f9d139615911d8a77ea5818a
 SHA512 
7640f8370754c889e2db9d047c4476195f949f4d97eafc7ef81761c1a548e24125d6d93381227b55f1840c3d127770995e88bf66f83c6952e121f5fa004e7f1a
 DIST gcl-2.6.12.tar.gz 7031837 BLAKE2B 
afd3f81dd8a712d92883a96399a2e0621b0d38a349904707846bd694892510012fde27f94ec36664c249659a480e7f92c412b3790ecb74247a91ba0cb44aa420
 SHA512 
e82b5bdded6f846de4ea35a83bc8294043ba6d4fe03ff421f8753e78add1e5e87124782f672cd38ad89bbec1ca7c5ff69fe2621be1552b209516b58b6c97fd20

diff --git a/dev-lisp/gcl/gcl-2.6.11.ebuild b/dev-lisp/gcl/gcl-2.6.11.ebuild
deleted file mode 100644
index 3a5b2a82ad5..000
--- a/dev-lisp/gcl/gcl-2.6.11.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp-common eutils flag-o-matic
-
-DESCRIPTION="GNU Common Lisp"
-HOMEPAGE="https://www.gnu.org/software/gcl/gcl.html";
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz 
https://dev.gentoo.org/~grozin/${P}-fedora.tar.bz2";
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+ansi athena emacs +readline tk X"
-
-# See bug #205803
-RESTRICT="strip"
-
-RDEPEND="emacs? ( virtual/emacs )
-   readline? ( sys-libs/readline:= )
-   athena? ( x11-libs/libXaw )
-   >=dev-libs/gmp-4.1:=
-   tk? ( dev-lang/tk:= )
-   X? ( x11-libs/libXt x11-libs/libXext x11-libs/libXmu x11-libs/libXaw )
-   virtual/latex-base"
-DEPEND="${RDEPEND}
-   virtual/texi2dvi
-   >=app-text/texi2html-1.64
-   >=sys-devel/autoconf-2.52"
-
-S="${WORKDIR}"/${PN}
-
-src_prepare() {
-   mv "${WORKDIR}"/fedora/info/* info/
-   cp -p /usr/share/texmf-dist/tex/texinfo/texinfo.tex info/
-   find . -type f -perm /0111 | xargs chmod a-x
-   chmod a+x add-defs add-defs1 config.guess config.sub configure 
install.sh
-   chmod a+x bin/info bin/info1 gcl-tk/gcltksrv.in gcl-tk/ngcltksrv 
mp/gcclab
-   chmod a+x o/egrep-def utils/replace xbin/*
-
-   # fedora patches
-   epatch "${WORKDIR}"/fedora/fd-leak.patch
-   epatch "${WORKDIR}"/fedora/latex.patch
-   epatch "${WORKDIR}"/fedora/texinfo.patch
-   epatch "${WORKDIR}"/fedora/elisp.patch
-   epatch "${WORKDIR}"/fedora/selinux.patch
-   epatch "${WORKDIR}"/fedora/rename.patch
-   epatch "${WORKDIR}"/fedora/getcwd.patch
-   epatch "${WORKDIR}"/fedora/plt.patch
-   epatch "${WORKDIR}"/fedora/ellipsis.patch
-   epatch "${WORKDIR}"/fedora/reloc-type.patch
-   epatch "${WORKDIR}"/fedora/infrastructure.patch
-   epatch "${WORKDIR}"/fedora/extension.patch
-   epatch "${WORKDIR}"/fedora/unrandomize.patch
-   epatch "${WORKDIR}"/fedora/asm-signal-h.patch
-   epatch "${WORKDIR}"/fedora/largefile.patch
-   epatch "${WORKDIR}"/fedora/arm.patch
-
-   sed -e 's|"-fomit-frame-pointer"|""|' -i configure
-   sed -e 's|@

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

2018-04-08 Thread Fabian Groffen
commit: 8a4e746cf27369d0840adaa5f17530a87999a0c7
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Apr  8 07:36:58 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Apr  8 07:36:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4e746c

mail-client/mutt: drop exclusive req on backends, bug #607360

Closes: https://bugs.gentoo.org/607360
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 mail-client/mutt/mutt-1.9.4-r1.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/mail-client/mutt/mutt-1.9.4-r1.ebuild 
b/mail-client/mutt/mutt-1.9.4-r1.ebuild
index 158b60319d2..cf7b6e60ba9 100644
--- a/mail-client/mutt/mutt-1.9.4-r1.ebuild
+++ b/mail-client/mutt/mutt-1.9.4-r1.ebuild
@@ -15,8 +15,9 @@ SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES}";
 IUSE="berkdb crypt debug doc gdbm gnutls gpg gpgme +hcache idn +imap kerberos 
libressl +lmdb mbox nls nntp notmuch pgp_classic pop qdbm +sasl selinux slang 
smime smime_classic +smtp +ssl tokyocabinet vanilla prefix"
+# hcache: allow multiple, bug #607360
 REQUIRED_USE="
-   hcache?   ( ^^ ( berkdb gdbm lmdb qdbm tokyocabinet ) )
+   hcache?   ( || ( berkdb gdbm lmdb qdbm tokyocabinet ) )
imap? ( ssl )
pop?  ( ssl )
nntp? ( ssl )
@@ -28,6 +29,8 @@ REQUIRED_USE="
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+# yes, we overdepend on the backend impls here, hopefully one day we can
+# have REQUIRED_USE do what it is made for again. bug #607360
 CDEPEND="
app-misc/mime-types
 
@@ -171,13 +174,15 @@ src_configure() {
myconf+=( "--without-wc-funcs" )
fi
 
-   # REQUIRED_USE should have selected only one of these
+   # note: REQUIRED_USE should have selected only one of these, but for
+   # bug #607360 we're forced to allow multiple.  For that reason, this
+   # list is ordered to preference, and only the first is taken.
local hcaches=(
-   "berkdb:bdb"
-   "gdbm"
"lmdb"
"qdbm"
"tokyocabinet"
+   "gdbm"
+   "berkdb:bdb"
)
local ucache hcache lcache
for hcache in "${hcaches[@]}" ; do



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

2018-04-08 Thread Jason Zaman
commit: 4ef8a6abe720eb90d890a86c1ba5a3b98aefd814
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:45:55 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef8a6ab

xfce-extra/xfce4-fsguard-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild| 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
index a1ba0dfadeb..8ecabd1c010 100644
--- a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.1.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A filesystem guard plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin";
@@ -28,13 +29,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:52:58 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ebdbb2

xfce-extra/xfce4-systemload-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-systemload-plugin-1.2.1.ebuild  | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild 
b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
index 875c05494ff..40ed8a8cc98 100644
--- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
+++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="System load plug-in for Xfce panel"
 
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin";
@@ -31,13 +32,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: 046d93344ed58d80e13dcfa5170f652910271845
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:12:15 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046d9334

xfce-extra/xfce4-datetime-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild  | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild 
b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild
index 139a07a3c6c..855c01a4fb7 100644
--- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild
+++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.7.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A panel plug-in with date, time and embedded calender"
 
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin";
@@ -27,13 +28,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: 684488261997927d8cce796f783fa61377c1173c
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:47:22 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68448826

xfce-extra/xfce4-mpc-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild 
b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
index a27b5b5f7a2..82a39af3659 100644
--- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
+++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="Music Player Daemon (mpd) panel plugin"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin";
@@ -31,13 +32,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: d850fc1c87acb833cb90b0434400e93bcc80c8fd
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:36:08 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d850fc1c

xfce-extra/xfce4-diskperf-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild  | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild 
b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
index b8aeea92dac..ebebf441233 100644
--- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
+++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A panel plug-in for disk usage and performance statistics"
 
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin";
@@ -27,13 +28,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: edea97b81ef746973a74e73c73c3c081c5ea3336
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:51:06 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edea97b8

xfce-extra/xfce4-smartbookmark-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-smartbookmark-plugin-0.5.0.ebuild   | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild 
b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild
index ff72d5c5ead..4b4c62583b5 100644
--- 
a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild
+++ 
b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
 
HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin";
@@ -33,13 +34,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: 94d87dea13094c1683d50be97c9c5607c8393baa
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 14:45:37 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d87dea

eclass/xfconf: fdo-mime->xdg-utils

A very simple change, just replace the eclass and functions.
Mostly to just get the ebuilds using this eclass out of the qa-report:
https://qa-reports.gentoo.org/output/eclass-usage/fdo-mime.txt

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 eclass/xfconf.eclass | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index 4cbcb8fa9a4..496c42d5cf1 100644
--- a/eclass/xfconf.eclass
+++ b/eclass/xfconf.eclass
@@ -25,7 +25,7 @@ fi
 unset _xfconf_live
 [[ $PV == ** ]] && _xfconf_live=git-2
 
-inherit ${_xfconf_live} autotools eutils fdo-mime gnome2-utils libtool
+inherit ${_xfconf_live} autotools eutils gnome2-utils libtool xdg-utils
 
 EGIT_BOOTSTRAP=autogen.sh
 EGIT_REPO_URI="git://git.xfce.org/xfce/${MY_PN:-${PN}}"
@@ -134,11 +134,11 @@ xfconf_pkg_preinst() {
 
 # @FUNCTION: xfconf_pkg_postinst
 # @DESCRIPTION:
-# Run fdo-mime_{desktop,mime}_database_update and gnome2_icon_cache_update
+# Run xdg_{desktop,mimeinfo}_database_update and gnome2_icon_cache_update
 xfconf_pkg_postinst() {
debug-print-function ${FUNCNAME} "$@"
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
gnome2_icon_cache_update
fi
@@ -146,11 +146,11 @@ xfconf_pkg_postinst() {
 
 # @FUNCTION: xfconf_pkg_postrm
 # @DESCRIPTION:
-# Run fdo-mime_{desktop,mime}_database_update and gnome2_icon_cache_update
+# Run xdg_{desktop,mimeinfo}_database_update and gnome2_icon_cache_update
 xfconf_pkg_postrm() {
debug-print-function ${FUNCNAME} "$@"
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
gnome2_icon_cache_update
fi



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

2018-04-08 Thread Jason Zaman
commit: f62be745eb19e18f6fd29325568467cfe813f0bb
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:59:11 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62be745

xfce-extra/xfce4-wavelan-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild| 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild 
b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
index 6e7a2113f37..73024fafddb 100644
--- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
+++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A panel plug-in to display wireless interface statistics"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin";
@@ -29,13 +30,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: 6a4d81f3ae38ca0a6d39689b64b2f8e693f0b743
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:49:25 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4d81f3

xfce-extra/xfce4-netload-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild| 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild 
b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild
index 1107f6b20c7..51f79e78b4f 100644
--- a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild
+++ b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.3.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit fdo-mime gnome2-utils
+
+inherit gnome2-utils xdg-utils
 
 DESCRIPTION="A network load plug-in for the Xfce panel"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin";
@@ -26,13 +27,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



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

2018-04-08 Thread Jason Zaman
commit: 441278568b8dad7a3ff50f7131820adf24ac8125
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sat Apr  7 12:09:38 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 08:02:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44127856

xfce-extra/xfce4-battery-plugin: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild| 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
index ce4128661f7..0482fdae6e4 100644
--- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit linux-info fdo-mime gnome2-utils
+
+inherit gnome2-utils linux-info xdg-utils
 
 DESCRIPTION="A battery monitor panel plugin for the Xfce desktop environment"
 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin";
@@ -36,13 +37,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/

2018-04-08 Thread Michał Górny
commit: 1c393568a0d0c3a9fde19f0fb2ff42864cde97eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 07:23:20 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c393568

xfce-base/xfce4-appfinder: Port 4.12.0 to EAPI=6

 .../xfce4-appfinder-4.12.0-r2.ebuild   | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild 
b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild
new file mode 100644
index 000..ab9caaa97bf
--- /dev/null
+++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A tool to find and launch installed applications for the Xfce 
desktop"
+HOMEPAGE="https://docs.xfce.org/xfce/xfce4-appfinder/start";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   >=x11-libs/gtk+-3.2:3=
+   >=xfce-base/garcon-0.3:=
+   >=xfce-base/libxfce4util-4.11:=
+   >=xfce-base/libxfce4ui-4.11:=[gtk3(+)]
+   >=xfce-base/xfconf-4.10:=
+   !xfce-base/xfce-utils"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   --enable-gtk3
+   )
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-shares-plugin/

2018-04-08 Thread Michał Górny
commit: 96a6cabc8c59e18174168195508b91cbeee2d5e7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 08:08:52 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96a6cabc

xfce-extra/thunar-shares-plugin: Bump 0.2.0_p20101105 to EAPI=6

 .../thunar-shares-plugin-0.2.0_p20101105-r1.ebuild | 50 ++
 1 file changed, 50 insertions(+)

diff --git 
a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
 
b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
new file mode 100644
index 000..c002b2f127a
--- /dev/null
+++ 
b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0_p20101105-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="Thunar plugin to share files using Samba"
+HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin";
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.18
+   >=x11-libs/gtk+-2.12:2
+   >=xfce-base/thunar-1.2"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/xfce4-dev-tools
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   --disable-static
+   # workaround the default for git builds
+   --enable-debug=minimal
+   )
+   econf "${myconf[@]}"
+}
+
+src_prepare() {
+   default
+   mv configure.in configure.ac || die
+   # https://bugzilla.xfce.org/show_bug.cgi?id=10032
+   sed -i \
+   -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+   -e 's:-Werror::' \
+   configure.ac || die
+
+   local AT_M4DIR="${EPREFIX}/usr/share/xfce4/dev-tools/m4macros"
+   eautoreconf
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/

2018-04-08 Thread Michał Górny
commit: 98185fb9ac5cb5438664528919bdefb842719a93
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 07:32:05 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98185fb9

xfce-base/xfce4-session: Bump 4.12.1 to EAPI=6

 .../xfce4-session/xfce4-session-4.12.1-r2.ebuild   | 77 ++
 1 file changed, 77 insertions(+)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
new file mode 100644
index 000..19efc8cad64
--- /dev/null
+++ b/xfce-base/xfce4-session/xfce4-session-4.12.1-r2.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A session manager for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/xfce/xfce4-session/start";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="nls policykit systemd upower +xscreensaver"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
+   x11-apps/iceauth
+   x11-libs/libSM:=
+   >=x11-libs/libwnck-2.30:1=
+   x11-libs/libX11:=
+   >=xfce-base/libxfce4util-4.11:=
+   >=xfce-base/libxfce4ui-4.12.1:=
+   >=xfce-base/xfconf-4.10:=
+   policykit? ( >=sys-auth/polkit-0.102:= )
+   upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+RDEPEND="${COMMON_DEPEND}
+   x11-apps/xrdb
+   nls? ( x11-misc/xdg-user-dirs )
+   !systemd? ( upower? ( sys-power/pm-utils ) )
+   xscreensaver? ( || (
+   >=x11-misc/xscreensaver-5.26
+   x11-misc/light-locker
+   >=x11-misc/xlockmore-5.43
+   x11-misc/slock
+   x11-misc/alock[pam]
+   ) )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+REQUIRED_USE="systemd? ( policykit )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.10.1-alock_support_to_xflock4.patch
+   "${FILESDIR}"/${PN}-4.12.1-light-locker_support_to_xflock4.patch
+)
+
+src_configure() {
+   local myconf=(
+   $(use_enable policykit polkit)
+   --with-xsession-prefix="${EPREFIX}"/usr
+   )
+   use upower && myconf+=( --enable-upower )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+
+   local sessiondir=/etc/X11/Sessions
+   echo startxfce4 > "${T}"/Xfce4 || die
+   exeinto ${sessiondir}
+   doexe "${T}"/Xfce4
+   dosym Xfce4 ${sessiondir}/Xfce
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines-xfce/

2018-04-08 Thread Michał Górny
commit: c3d73f231cd51f15ded9dc6cbca2fa31190d2017
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 07:15:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d73f23

x11-themes/gtk-engines-xfce: Port to EAPI=6

 .../gtk-engines-xfce-3.2.0-r201.ebuild | 36 ++
 .../gtk-engines-xfce-3.2.0-r301.ebuild | 36 ++
 2 files changed, 72 insertions(+)

diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild 
b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild
new file mode 100644
index 000..87d432f8a43
--- /dev/null
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r201.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+MY_PN=gtk-xfce-engine
+inherit multilib-minimal
+
+DESCRIPTION="A port of Xfce engine to GTK+ 2.x"
+HOMEPAGE="https://git.xfce.org/xfce/gtk-xfce-engine/";
+SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}]
+   >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
+   local myconf=(
+   --enable-gtk2
+   --disable-gtk3
+   )
+   econf "${myconf[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}

diff --git a/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild 
b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild
new file mode 100644
index 000..784947e3a22
--- /dev/null
+++ b/x11-themes/gtk-engines-xfce/gtk-engines-xfce-3.2.0-r301.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+MY_PN=gtk-xfce-engine
+inherit multilib-minimal
+
+DESCRIPTION="A port of Xfce engine to GTK+ 3.x"
+HOMEPAGE="https://www.xfce.org/projects/";
+SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.24[${MULTILIB_USEDEP}]
+   >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig[${MULTILIB_USEDEP}]"
+
+S=${WORKDIR}/${MY_PN}-${PV}
+
+multilib_src_configure() {
+   local ECONF_SOURCE=${S}
+   local myconf=(
+   --disable-gtk2
+   --enable-gtk3
+   )
+   econf "${myconf[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce-theme-manager/

2018-04-08 Thread Michał Górny
commit: 63559b61db19d8100e5e948d7c3b6b5c2ca7f906
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 08:25:57 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63559b61

xfce-extra/xfce-theme-manager: Bump to 0.3.7

 xfce-extra/xfce-theme-manager/Manifest |  1 +
 .../xfce-theme-manager-0.3.7.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/xfce-extra/xfce-theme-manager/Manifest 
b/xfce-extra/xfce-theme-manager/Manifest
index a1de31ecc59..10fbda70334 100644
--- a/xfce-extra/xfce-theme-manager/Manifest
+++ b/xfce-extra/xfce-theme-manager/Manifest
@@ -1 +1,2 @@
 DIST Xfce-Theme-Manager-0.3.6.tar.gz 339444 BLAKE2B 
fb4b1c2370b05c5a571487799a51ef209f3b10e1a9c8b87ed2b62936662c9f609c70ec84a497d1c75e8642bafcc9d3b3aaa663a51e1e3d1f1dd49cff04d45261
 SHA512 
4590f454675d9303ad9de3a3d7dc99e40c923bf7fe66195731ba7b4d42bbfba56e005e9d6c5629b4fa536fb05f221e10ade5098a171d179b9224cc4bb7fd28ca
+DIST Xfce-Theme-Manager-0.3.7.tar.gz 231995 BLAKE2B 
0ea78f6d40675e1b4ee8d1bf97656739c2a1ee816ffd95480c115d0103ee8ed9abbe06d1ac03396ce171d598c083a4039c92324b1b5fccf174e72aff6f0f44f4
 SHA512 
3d7441adb02af53b7dcf6bddaa3004ed0ca33e258e9c9058c3cd295e6eb1507bf71937488015f57dc837cc013487e50ff2f46c34962d191117ea6c60fb606046

diff --git a/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.7.ebuild 
b/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.7.ebuild
new file mode 100644
index 000..117f03bbb4b
--- /dev/null
+++ b/xfce-extra/xfce-theme-manager/xfce-theme-manager-0.3.7.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=Xfce-Theme-Manager
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="An alternative theme manager for The Xfce Desktop Environment"
+HOMEPAGE="http://khapplications.darktech.org/pages/apps.html#themeed";
+SRC_URI="https://dl.dropboxusercontent.com/s/bh16k3am8q7zvat/${MY_P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.30
+   >=x11-libs/gtk+-2.24:2
+   x11-libs/libXcursor
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/xfconf-4.10:=
+   >=xfce-base/xfdesktop-4.10:="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}"/${PN}-0.3.6-format-security.patch
+   )
+
+   default
+
+   sed -i \
+   -e '/^Cat/s:;;Settings::' \
+   -e '/^Cat/s:Gnome:GNOME:' \
+   ${MY_PN}/resources/pixmaps/${MY_PN}.desktop || die
+
+   local desktopversion=10
+   has_version '>=xfce-base/xfdesktop-4.11' && desktopversion=11
+
+   sed -i \
+   -e '/^CFLAGS/s:-Wall:& ${CFLAGS}:' \
+   -e '/^CXXFLAGS/s:-Wall:& ${CXXFLAGS}:' \
+   -e "/^desktopversion/s:=.*:=${desktopversion}:" \
+   configure || die
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.gz' -exec gzip -d {} + || die
+   rm -f "${ED%/}"/usr/share/${MY_PN}/docs/gpl-3.0.txt || die
+}



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

2018-04-08 Thread Michał Górny
commit: 1f030dd00b1ba8e3f7de62075058614f5ed61276
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 07:37:30 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:29:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f030dd0

xfce-base/xfconf: Bump 4.12.1 to EAPI=6

 xfce-base/xfconf/xfconf-4.12.1-r1.ebuild | 84 
 1 file changed, 84 insertions(+)

diff --git a/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild 
b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
new file mode 100644
index 000..d95b921ef80
--- /dev/null
+++ b/xfce-base/xfconf/xfconf-4.12.1-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit virtualx xdg-utils
+
+DESCRIPTION="A configuration management system for Xfce"
+HOMEPAGE="https://www.xfce.org/projects/";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="debug perl"
+
+RDEPEND=">=dev-libs/dbus-glib-0.98
+   >=dev-libs/glib-2.30
+   >=xfce-base/libxfce4util-4.10
+   perl? (
+   dev-lang/perl:=[-build(-)]
+   dev-perl/glib-perl
+   )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext
+   perl? (
+   dev-perl/ExtUtils-Depends
+   dev-perl/ExtUtils-PkgConfig
+   )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable perl perl-bindings)
+   $(use_enable debug checks)
+   --with-perl-options=INSTALLDIRS=vendor
+   )
+   [[ ${CHOST} == *-darwin* ]] && myconf+=( --disable-visibility ) #366857
+
+   xdg_environment_reset
+   econf "${myconf[@]}"
+}
+
+src_prepare() {
+   # https://bugzilla.xfce.org/show_bug.cgi?id=9556
+   cat <<-EOF >> po/POTFILES.skip
+   xfconf-perl/xs/Xfconf.c
+   xfconf-perl/xs/XfconfBinding.c
+   xfconf-perl/xs/XfconfChannel.c
+   EOF
+
+   default
+}
+
+src_compile() {
+   emake OTHERLDFLAGS="${LDFLAGS}"
+}
+
+my_test() {
+   local out=$(./xfconfd/xfconfd --daemon) || return 1
+   eval "${out}"
+
+   local ret=0
+   # https://bugzilla.xfce.org/show_bug.cgi?id=13840
+   nonfatal emake -j1 check || ret=1
+
+   kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd"
+   return "${ret}"
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   default
+   find "${D}" -type f -name '*.la' -delete || die
+
+   if use perl; then
+   find "${ED}" -type f -name perllocal.pod -delete || die
+   find "${ED}" -depth -mindepth 1 -type d -empty -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/rescan-scsi-bus/

2018-04-08 Thread Sergei Trofimovich
commit: 4c5c550098b020a48353115d567f63048279e66a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  8 06:48:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 08:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5c5500

sys-apps/rescan-scsi-bus-1.57-r1: drop pointless comment

 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild 
b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
index 3f2cfb52283..e6a7cbf09ce 100644
--- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
+++ b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME}";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86" # alpha hppa ppc64 sparc
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 
 RDEPEND=">=sys-apps/sg3_utils-1.24
app-admin/killproc



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

2018-04-08 Thread Sergei Trofimovich
commit: de2a2b4c08b8c893465c9c26ed7541b9a51af1fb
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  8 06:46:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 08:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2a2b4c

media-libs/mesa: stable 17.3.8 for sparc

Bug: https://bugs.gentoo.org/652350
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/media-libs/mesa/mesa-17.3.8.ebuild 
b/media-libs/mesa/mesa-17.3.8.ebuild
index ed41635c1d0..242caedf58d 100644
--- a/media-libs/mesa/mesa-17.3.8.ebuild
+++ b/media-libs/mesa/mesa-17.3.8.ebuild
@@ -25,7 +25,7 @@ if [[ $PV ==  ]]; then
SRC_URI=""
 else
SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz";
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



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

2018-04-08 Thread Sergei Trofimovich
commit: b50886857685b1ef78ca4d92a4343f57fdf6b257
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  8 06:43:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 08:33:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5088685

x11-libs/libdrm: stable 2.4.89 for sparc

Bug: https://bugs.gentoo.org/652350
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/x11-libs/libdrm/libdrm-2.4.89.ebuild 
b/x11-libs/libdrm/libdrm-2.4.89.ebuild
index 15d95319ca1..2b385218f07 100644
--- a/x11-libs/libdrm/libdrm-2.4.89.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.89.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git";
 else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2";
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 
vivante vmware"



[gentoo-commits] repo/gentoo:master commit in: net-im/corebird/

2018-04-08 Thread Jonas Stein
commit: 275ccf5244d99587f60398a8bd8648eee548bc54
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr  8 08:49:13 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Apr  8 08:49:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275ccf52

net-im/corebird: Maintainer retired

Proxied maintainer retired.
Closes: https://bugs.gentoo.org/633024
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-im/corebird/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-im/corebird/metadata.xml b/net-im/corebird/metadata.xml
index aba0ccd8f12..d9c31aeff88 100644
--- a/net-im/corebird/metadata.xml
+++ b/net-im/corebird/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   markparie...@gmail.com
-   Mark R. Pariente
-   

mosch...@metalabs.de
Moritz Schlarb



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

2018-04-08 Thread Michał Górny
commit: e48d738fc5091f47544c552b27e13c974c219fc0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 08:49:24 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:51:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48d738f

xfce-extra/xfce4-kbdleds-plugin: Port to EAPI=6

 .../xfce4-kbdleds-plugin-0.0.6-r1.ebuild   | 37 ++
 1 file changed, 37 insertions(+)

diff --git 
a/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild 
b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
new file mode 100644
index 000..6b6f67c940e
--- /dev/null
+++ b/xfce-extra/xfce4-kbdleds-plugin/xfce4-kbdleds-plugin-0.0.6-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A panel plug-in to show state of Caps, Num and Scroll Lock keys"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-kbdleds-plugin";
+SRC_URI="http://compas.com.ua/oco/file/${P}.tar.bz2";
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4ui-4.8
+   >=xfce-base/libxfce4util-4.8
+   >=xfce-base/xfce4-panel-4.8
+   >=x11-libs/gtk+-2.20:2"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   sys-devel/gettext"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-04-08 Thread Michał Górny
commit: 9c5bf4354f05f4dae7d8f1513d4a7a2149a76d37
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 08:34:02 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:51:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5bf435

xfce-extra/xfce4-embed-plugin: Bump to EAPI=6

 .../xfce4-embed-plugin-1.6.0-r1.ebuild | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild 
b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
new file mode 100644
index 000..b4519156b1f
--- /dev/null
+++ b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.6.0-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A plug-in for embedding arbitrary application windows into the 
Xfce panel"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-libs/gtk+-2.20:2
+   x11-libs/libX11:=
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-04-08 Thread Michał Górny
commit: 3a8a6edf6cf202471620349dd660c5c84a97656e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 08:42:15 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:51:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8a6edf

xfce-extra/xfce4-hdaps: Bump to EAPI=6

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 48 ++
 1 file changed, 48 insertions(+)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild 
b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
new file mode 100644
index 000..2c689321b56
--- /dev/null
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils linux-info
+
+DESCRIPTION="A plugin to indicate the status of the IBM Hard Drive Active 
Protection System"
+HOMEPAGE="http://michael.orlitzky.com/code/xfce4-hdaps.php";
+SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
+   x11-libs/libX11
+   >=xfce-base/libxfce4ui-4.8
+   >=xfce-base/libxfce4util-4.8
+   >=xfce-base/xfce4-panel-4.8"
+RDEPEND="${COMMON_DEPEND}
+   >=app-laptop/hdapsd-20090101
+   >=app-laptop/tp_smapi-0.39"
+DEPEND="${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_pretend() {
+   linux-info_pkg_setup
+
+   if kernel_is lt 2 6 28; then
+   ewarn "Unsupported kernel detected. Upgrade to 2.6.28 or above."
+   fi
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-04-08 Thread Michał Górny
commit: d45b6a2268f129f2892c9ea96459486a09c95f97
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 08:50:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 08:51:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45b6a22

xfce-extra/xfce4-eyes-plugin: Port to EAPI=6

 .../xfce4-eyes-plugin-4.4.5-r1.ebuild  | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild 
b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
new file mode 100644
index 000..d4dfa5f9ec1
--- /dev/null
+++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.5-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A panel plug-in which adds classic eyes to your every step"
+HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.20
+   >=x11-libs/gtk+-2.14:2
+   >=xfce-base/libxfce4ui-4.10:=
+   >=xfce-base/libxfce4util-4.10:=
+   >=xfce-base/xfce4-panel-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2018-04-08 Thread Sergei Trofimovich
commit: b559ad9887bf0230dc026f10941f22f772d3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  8 08:51:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 08:53:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b559ad98

mail-client/mutt: stable 1.9.4-r1 for sparc

Bug: https://bugs.gentoo.org/652668
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

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

diff --git a/mail-client/mutt/mutt-1.9.4-r1.ebuild 
b/mail-client/mutt/mutt-1.9.4-r1.ebuild
index cf7b6e60ba9..3a03f9c5bfd 100644
--- a/mail-client/mutt/mutt-1.9.4-r1.ebuild
+++ b/mail-client/mutt/mutt-1.9.4-r1.ebuild
@@ -28,7 +28,7 @@ REQUIRED_USE="
kerberos? ( || ( imap pop smtp nntp ) )"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 # yes, we overdepend on the backend impls here, hopefully one day we can
 # have REQUIRED_USE do what it is made for again. bug #607360
 CDEPEND="



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

2018-04-08 Thread Michał Górny
commit: 2706648b8cb47695b7dc0c6f08b3eade70d27732
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:31 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2706648b

xfce-base/garcon: Un-stabilize sparc

 xfce-base/garcon/garcon-0.5.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/garcon/garcon-0.5.0-r2.ebuild 
b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
index f44d41bb805..0d87c4d1dc9 100644
--- a/xfce-base/garcon/garcon-0.5.0-r2.ebuild
+++ b/xfce-base/garcon/garcon-0.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/libs/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



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

2018-04-08 Thread Michał Górny
commit: dd77e7f9513781d321d04d5ccb6a87f72bfb6a81
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd77e7f9

xfce-base/exo: Un-stabilize sparc

 xfce-base/exo/exo-0.10.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/exo/exo-0.10.7.ebuild b/xfce-base/exo/exo-0.10.7.ebuild
index b057906bfbb..4f487bb2ba8 100644
--- a/xfce-base/exo/exo-0.10.7.ebuild
+++ b/xfce-base/exo/exo-0.10.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-lang/perl-5.6



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-session/

2018-04-08 Thread Michał Górny
commit: 1a15dca7274efecd41ec6bb339366fd58a3f53f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:35 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a15dca7

xfce-base/xfce4-session: Un-stabilize sparc

 xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild 
b/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild
index 840196ac61a..a34ac02f6ae 100644
--- a/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild
+++ b/xfce-base/xfce4-session/xfce4-session-4.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug nls policykit systemd upower +xscreensaver"
 
 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=



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

2018-04-08 Thread Michał Górny
commit: 9bf21f522c4732fd1dc466c7e52166e5dec6a3ef
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:43 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf21f52

xfce-extra/xfce4-verve-plugin: Un-stabilize sparc

 xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
index 769e36f513b..4dcb7c9aa15 100644
--- a/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
+++ b/xfce-extra/xfce4-verve-plugin/xfce4-verve-plugin-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="dbus"
 
 RDEPEND=">=xfce-base/exo-0.6:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-appfinder/

2018-04-08 Thread Michał Górny
commit: 49e6abd4f54e7587dfa2e704702dbb2d6ddda44b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:33 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e6abd4

xfce-base/xfce4-appfinder: Un-stabilize sparc

 xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild 
b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild
index 24dfaddbd12..cd7ec6c1723 100644
--- a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild
+++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.12.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.30:=



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

2018-04-08 Thread Michał Górny
commit: 6f89a8a95318579215f40c78b210902d9d73d11e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f89a8a9

xfce-extra/xfce4-quicklauncher-plugin: Un-stabilize sparc

 .../xfce4-quicklauncher-plugin-1.9.4-r1.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
 
b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
index e2c81a70c9f..e4cce727609 100644
--- 
a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
+++ 
b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="debug"
 
 RDEPEND=">=xfce-base/xfce4-panel-4.8



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2018-04-08 Thread Michał Górny
commit: 48df4d53b837b9e4515abdd00f4552b4ab77e63c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:37 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48df4d53

xfce-base/xfce4-settings: Un-stabilize sparc

 xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild
index c951ca5884d..2c95eaf7c41 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.12.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug input_devices_libinput libcanberra libnotify upower +xklavier"
 
 RDEPEND=">=dev-libs/dbus-glib-0.100



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

2018-04-08 Thread Michał Górny
commit: 3f471cd86c3e6a3e36a14a9066efe8150b6679c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:02:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:04:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f471cd8

xfce-extra/xfce4-notes-plugin: Un-stabilize sparc

 xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild 
b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
index 6e7d3ae34d4..a585f9b18d5 100644
--- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
+++ b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ 
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/$(get_version_component_range 1-2
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.24:2=



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

2018-04-08 Thread Jason Zaman
commit: e11c32692b5bc36465e7eb9af693402d250f48f6
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Apr  8 09:06:51 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Apr  8 09:10:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11c3269

profiles: mask xfce-extra/xfce-theme-manager for removal

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index b479c4006e2..011f574b9fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Jason Zaman  (08 Apr 2018)
+# Dead upstream, for an old version of Xfce
+# Masked for removal in 30 days.
+xfce-extra/xfce-theme-manager
+
 # Andreas Sturmlechner  (06 Apr 2018)
 # Dead upstream, depends on dead Qt4.
 # Masked for removal in 30 days. Bugs #644478



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

2018-04-08 Thread Sergei Trofimovich
commit: 619b47e6cc62db64524bd541cfe956006f606a52
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:07:34 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619b47e6

dev-ruby/rbnacl: keyworded 4.0.2-r1 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
index 8501b10c9e7..da9980ebca5 100644
--- a/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-4.0.2-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl";
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



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

2018-04-08 Thread Sergei Trofimovich
commit: 0ad4bc337e817174ecce3c8287ba45b144b072d7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:09:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad4bc33

dev-ruby/bcrypt_pbkdf: keyworded 1.0.0 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild 
b/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
index 0370d800224..1e009f053f6 100644
--- a/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
+++ b/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/net-ssh/bcrypt_pbkdf-ruby";
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( dev-ruby/rbnacl )"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-ssh-gateway/

2018-04-08 Thread Sergei Trofimovich
commit: 3b63b1afb67290b5509b0b5045c607226bb0f099
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:07:22 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b63b1af

dev-ruby/net-ssh-gateway: keyworded 2.0.0 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild 
b/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild
index 3cd3ba1b59d..31123781c95 100644
--- a/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild
+++ b/dev-ruby/net-ssh-gateway/net-ssh-gateway-2.0.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/net-ssh/net-ssh-gateway/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/minitest:5



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

2018-04-08 Thread Sergei Trofimovich
commit: 6d087d3f4075d4a3a2739ba8796f5522e709bd29
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:09:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d087d3f

dev-ruby/net-ssh: keyworded 4.1.0 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-ruby/net-ssh/net-ssh-4.1.0.ebuild | 2 +-
 dev-ruby/net-ssh/net-ssh-4.2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/net-ssh/net-ssh-4.1.0.ebuild 
b/dev-ruby/net-ssh/net-ssh-4.1.0.ebuild
index 0fd84336458..15323590fc9 100644
--- a/dev-ruby/net-ssh/net-ssh-4.1.0.ebuild
+++ b/dev-ruby/net-ssh/net-ssh-4.1.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> net-ssh-git-${P
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="sodium test"
 
 ruby_add_rdepend "virtual/ruby-ssl sodium? ( dev-ruby/rbnacl:4 
dev-ruby/bcrypt_pbkdf )"

diff --git a/dev-ruby/net-ssh/net-ssh-4.2.0.ebuild 
b/dev-ruby/net-ssh/net-ssh-4.2.0.ebuild
index d81f214e4e2..409f449d6ab 100644
--- a/dev-ruby/net-ssh/net-ssh-4.2.0.ebuild
+++ b/dev-ruby/net-ssh/net-ssh-4.2.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> net-ssh-git-${P
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="sodium test"
 
 ruby_add_rdepend "virtual/ruby-ssl sodium? ( dev-ruby/rbnacl:4 
dev-ruby/bcrypt_pbkdf )"



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

2018-04-08 Thread Sergei Trofimovich
commit: 94fc900977342b7084c86c8111662ec39493f432
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:09:27 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fc9009

dev-ruby/net-scp: keyworded 1.2.1-r1 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild 
b/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
index 5c856a2feab..7d87c621ddf 100644
--- a/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
+++ b/dev-ruby/net-scp/net-scp-1.2.1-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/net-ssh/net-scp";
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=(



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

2018-04-08 Thread Sergei Trofimovich
commit: adb17f969665584890bd47cb4d8a41b4d5930874
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:07:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:13:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb17f96

dev-ruby/rbnacl: keyworded 5.0.0-r1 for ppc, bug #611168

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild 
b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
index 6637069d73d..eb869f6fed5 100644
--- a/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
+++ b/dev-ruby/rbnacl/rbnacl-5.0.0-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cryptosphere/rbnacl";
 
 LICENSE="MIT"
 SLOT="5"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND+=" dev-libs/libsodium"



[gentoo-commits] data/gentoo-news:master commit in: 2018-04-08-radicale-2-requires-pre-install-migration/

2018-04-08 Thread Michał Górny
commit: 7ecf72b7445ad7cd0c9a875b4607f282b140fccd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  8 09:15:16 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:15:26 2018 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=7ecf72b7

2018-04-08-radicale-2-requires-pre-install-migration: New item

 ...adicale-2-requires-pre-install-migration.en.txt | 26 ++
 1 file changed, 26 insertions(+)

diff --git 
a/2018-04-08-radicale-2-requires-pre-install-migration/2018-04-08-radicale-2-requires-pre-install-migration.en.txt
 
b/2018-04-08-radicale-2-requires-pre-install-migration/2018-04-08-radicale-2-requires-pre-install-migration.en.txt
new file mode 100644
index 000..8783ee8
--- /dev/null
+++ 
b/2018-04-08-radicale-2-requires-pre-install-migration/2018-04-08-radicale-2-requires-pre-install-migration.en.txt
@@ -0,0 +1,26 @@
+Title: Radicale 2 requires pre-install migration
+Author: Christopher Head 
+Posted: 2018-04-02
+Revision: 1
+News-Item-Format: 2.0
+Display-If-Installed: http://radicale.org/1to2/
+If you do a custom migration, please ensure the database is cleaned out
+of /var/lib/radicale, including the hidden .props file.



[gentoo-commits] repo/gentoo:master commit in: www-apps/radicale/

2018-04-08 Thread Michał Górny
commit: fd02aa1216dee1c3d448a4f940bbb8286d22
Author: Christopher Head  chead  ca>
AuthorDate: Sat Feb 24 07:19:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:19:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd02aa12

www-apps/radicale: Version bump to 2.1.8

Bug: https://bugs.gentoo.org/618724
Closes: https://github.com/gentoo/gentoo/pull/7274
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-apps/radicale/Manifest  |  1 +
 www-apps/radicale/metadata.xml  |  3 ++
 www-apps/radicale/radicale-2.1.8.ebuild | 83 +
 3 files changed, 87 insertions(+)

diff --git a/www-apps/radicale/Manifest b/www-apps/radicale/Manifest
index d11e34b6ebd..838270c76c7 100644
--- a/www-apps/radicale/Manifest
+++ b/www-apps/radicale/Manifest
@@ -1 +1,2 @@
 DIST Radicale-1.1.6.tar.gz 48280 BLAKE2B 
38d3047d473fad24188b597a57d3e1f0e34df03f00f6806b86c447ed731be074bf0b5f6dfb951c8a9f627993bf0763792150bc06532414a658e4d306123fcdd6
 SHA512 
3fed85fc5fa2b041277112870b8b508a22cc85ec0680dd1cf9411e73715e18a9b0ddd651eafb0c9529bd308e7fd87ae44ecdd82935f4062050919780301d56d9
+DIST Radicale-2.1.8.tar.gz 76348 BLAKE2B 
87a4ec20990dc7e5dbba88a3fb3d1475210d40c12584d5bb7ba7c6d1ca2cd8efb97b7054d322f0a7fbe58fd8325be63df52f1d370cc13ccc90863b0900925656
 SHA512 
038bee4114b090bcf873e8a4ec83cbbc7bdd34b4843fd1a769a023c891b589b3a18637d5f8f8595691a7930804ad7695e333bb9df96d00515b7a3695294eb5f7

diff --git a/www-apps/radicale/metadata.xml b/www-apps/radicale/metadata.xml
index c7327c300ab..fdc133d91b4 100644
--- a/www-apps/radicale/metadata.xml
+++ b/www-apps/radicale/metadata.xml
@@ -8,4 +8,7 @@
 
 Radicale
 
+
+Depend on passlib to enable bcrypt and md5 
authentication methods
+
 

diff --git a/www-apps/radicale/radicale-2.1.8.ebuild 
b/www-apps/radicale/radicale-2.1.8.ebuild
new file mode 100644
index 000..becd552567e
--- /dev/null
+++ b/www-apps/radicale/radicale-2.1.8.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1 eutils user
+
+MY_PN="Radicale"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A simple CalDAV calendar server"
+HOMEPAGE="http://radicale.org/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+bcrypt"
+
+RDEPEND=">=dev-python/vobject-0.9.5[${PYTHON_USEDEP}]
+   bcrypt? ( dev-python/passlib[bcrypt,${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+RDIR=/var/lib/radicale
+LDIR=/var/log/radicale
+
+pkg_pretend() {
+   if [[ -f ${RDIR}/.props && ${MERGE_TYPE} != buildonly ]]; then
+   eerror "It looks like you have a version 1 database in ${RDIR}."
+   eerror "You must convert this database to version 2 format 
before upgrading."
+   eerror "You may want to back up the old database before 
migrating."
+   eerror
+   eerror "If you have kept the Gentoo-default database 
configuration, this will work:"
+   eerror "1. Stop any running instance of Radicale."
+   eerror "2. Run \`radicale --export-storage 
~/radicale-exported\`."
+   eerror "3. Run \`chown -R radicale: ~/radicale-exported\`"
+   eerror "4. Run \`mv \"${RDIR}\" \"${RDIR}.old\"\`."
+   eerror "5. Install Radicale version 2."
+   eerror "6. Run \`mv ~/radicale-exported 
\"${RDIR}/collections\"\`."
+   eerror
+   eerror "For more details, or if you are have a more complex 
configuration,"
+   eerror "please see the migration guide: 
http://radicale.org/1to2/";
+   eerror "If you do a custom migration, please ensure the 
database is cleaned out of"
+   eerror "${RDIR}, including the hidden .props file."
+   die
+   fi
+}
+
+pkg_setup() {
+   enewgroup radicale
+   enewuser radicale -1 -1 ${RDIR} radicale
+}
+
+python_install_all() {
+   rm README* || die
+
+   # init file
+   newinitd "${FILESDIR}"/radicale.init.d radicale
+
+   # directories
+   diropts -m0750 -oradicale -gradicale
+   keepdir ${RDIR}
+   diropts -m0755 -oradicale -gradicale
+   keepdir ${LDIR}
+
+   # config file
+   insinto /etc/${PN}
+   doins config logging
+
+   # fcgi and wsgi files
+   exeinto /usr/share/${PN}
+   doexe radicale.fcgi radicale.wsgi
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   einfo "A sample WSGI script has been put into 
${ROOT%/}/usr/share/${PN}."
+   einfo "You will also find there an example FastCGI script."
+}



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

2018-04-08 Thread Michał Górny
commit: 20c4df82aa74985e7fad933f8cd5701f9a3c19f0
Author: Geaaru  gmail  com>
AuthorDate: Thu Mar 15 14:23:14 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  8 09:21:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c4df82

dev-python/ipcalc: Bump v.1.99.0

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

 dev-python/ipcalc/Manifest |  1 +
 dev-python/ipcalc/ipcalc-1.99.0.ebuild | 21 +
 dev-python/ipcalc/metadata.xml |  8 ++--
 3 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipcalc/Manifest b/dev-python/ipcalc/Manifest
index d1e7212b079..02a9a15b799 100644
--- a/dev-python/ipcalc/Manifest
+++ b/dev-python/ipcalc/Manifest
@@ -1 +1,2 @@
 DIST ipcalc-1.1.3.tar.gz 8099 BLAKE2B 
27ffef8ca70db237c4d22a8ee1f91a167446e6135d70d7ca435222a52a0451557c8c60fca64655535679fdd231585a50b2322c3e5b87447f5699d1021d5201c0
 SHA512 
f852e93bfa4994e424a8aafc74a1e8ec9488d4c60085fbc53e0587abcf8fbfdc7a35d7a20e67cd4dbe0d8484c0e7bfb11b5fe3d6934f322dd818273e3d64c2c6
+DIST ipcalc-1.99.0.tar.gz 12120 BLAKE2B 
43afe713c32eae9465e4baacbea24205e73cea989921a27e56fa2182108bac46e4c7f3376bacc5b891e441fc23f502ed4248121d27a565a0f28eca197ad5f9a6
 SHA512 
a7d9633fd464a0d5c5cdae9552edfe42a55906f5d378c676dba14552d4214590d88f32cb43cad14181d55ed3c3efd95a2fad1535ab7a8bc2bbb092b2bb4748cd

diff --git a/dev-python/ipcalc/ipcalc-1.99.0.ebuild 
b/dev-python/ipcalc/ipcalc-1.99.0.ebuild
new file mode 100644
index 000..6186c84469b
--- /dev/null
+++ b/dev-python/ipcalc/ipcalc-1.99.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="IP subnet calculator"
+HOMEPAGE="https://pypi.python.org/pypi/ipcalc/";
+SRC_URI="https://github.com/tehmaze/${PN}/archive/${P}.tar.gz";
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${P}"

diff --git a/dev-python/ipcalc/metadata.xml b/dev-python/ipcalc/metadata.xml
index fe44936ddc6..8858b18db9a 100644
--- a/dev-python/ipcalc/metadata.xml
+++ b/dev-python/ipcalc/metadata.xml
@@ -2,13 +2,17 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   er...@gentoo.org
-   Johann Schmitz
+   gea...@gmail.com
+   Geaaru


pyt...@gentoo.org
Python

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

ipcalc




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

2018-04-08 Thread Sergei Trofimovich
commit: b0e42c7e44e91989c4162d0aafa9016607f04f4e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:35:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:36:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e42c7e

sys-devel/gcc: restore KEYWORDS for 7.3.0-r1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-devel/gcc/gcc-7.3.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-devel/gcc/gcc-7.3.0-r1.ebuild 
b/sys-devel/gcc/gcc-7.3.0-r1.ebuild
index 05606653128..e6437606334 100644
--- a/sys-devel/gcc/gcc-7.3.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-7.3.0-r1.ebuild
@@ -8,8 +8,7 @@ PATCH_VER="1.1"
 
 inherit toolchain
 
-#Drop keywords before minimal testing
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2018-04-08 Thread Keri Harris
commit: d4ec58bf8e1bafbd5a23ae53e2962a13b2f6daad
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Apr  8 09:36:22 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Apr  8 09:37:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ec58bf

dev-lang/swi-prolog: remove old development versions

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/swi-prolog/Manifest|   2 -
 dev-lang/swi-prolog/swi-prolog-7.7.8.ebuild | 146 
 dev-lang/swi-prolog/swi-prolog-7.7.9.ebuild | 146 
 3 files changed, 294 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index cdc6d6e764b..9b0622f6feb 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -12,5 +12,3 @@ DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9a
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f
 DIST swipl-7.7.10.tar.gz 16800970 BLAKE2B 
c9d8904734bb5a6d20adad8203cec6682e9bd97a343d887d1c03dfb735f32e5794ab0631a76e69fe5f0c7d2e76cd21be06471c7df6e4bc585882b7de1308ec70
 SHA512 
55e0b129424c2ba0f7a8151b85eaf3de6ce7e16ed01626fae245eb0ee754dcfa7bfbd3a30d00da7e2df72b8d2899e5354900e27b47ffe0401bc26a0b594f9d30
 DIST swipl-7.7.11.tar.gz 16935711 BLAKE2B 
5ccac7b91ef35d132451b101a53b9977067e28d4239ecf25185e4140d728a711a8fd9dfe73bf51c47a2935c51637c0ad61780997e0b9fa13e6298d815c46071a
 SHA512 
28bffdc7d7c431aa59a996faddac941024d3923c22793b890938475f041e2d40d9218b10779e5ad01c91093234dfd21ea3339756950dd8401adeb5783c3e3aa3
-DIST swipl-7.7.8.tar.gz 16791278 BLAKE2B 
6a2f27c02c5f2a4247b44961eb438e579be901a8badac3cf238adb63fdd1b13bf2400993bac1af1e509476b40b158a0aa6d66e4e0440eb67f745a33580266b47
 SHA512 
007b683d56d1ee3d5f5637819879141bae9d5a8738a613ed93a3a62a7a43674de39d0e1a3c1f6112fd6f9ab998e5f4bfed8b1abba7d95ceec16eaba73a627dee
-DIST swipl-7.7.9.tar.gz 16794383 BLAKE2B 
edb99cd235529de319557d9126e459b5c7586517bcafd6e9a8125a4acf0fea1252a4506eae359604156c57af05c1924b9de2e2a3e79573f7e446e014ae55e1c6
 SHA512 
d93f0a97c4710ff396514f9bbf45dd09faddf3db528563f65cf0a93ae0a8400c603cb13d0707dbf70ffb62f0c981e6823c3c6487c1d5600620fd551c877f6b01

diff --git a/dev-lang/swi-prolog/swi-prolog-7.7.8.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.7.8.ebuild
deleted file mode 100644
index b3c8e67bc2e..000
--- a/dev-lang/swi-prolog/swi-prolog-7.7.8.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic java-pkg-opt-2 multilib
-
-PATCHSET_VER="0"
-
-DESCRIPTION="free, small, and standard compliant Prolog compiler"
-HOMEPAGE="http://www.swi-prolog.org/";
-SRC_URI="http://www.swi-prolog.org/download/devel/src/swipl-${PV}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc pcre readline ssl static-libs test uuid zlib X"
-
-RDEPEND="sys-libs/ncurses:=
-   archive? ( app-arch/libarchive )
-   berkdb? ( >=sys-libs/db-4:= )
-   zlib? ( sys-libs/zlib )
-   odbc? ( dev-db/unixODBC )
-   pcre? ( dev-libs/libpcre )
-   readline? ( sys-libs/readline:= )
-   libedit? ( dev-libs/libedit )
-   gmp? ( dev-libs/gmp:0 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )
-   java? ( >=virtual/jdk-1.7:= )
-   uuid? ( dev-libs/ossp-uuid )
-   X? (
-   virtual/jpeg:0
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXt
-   x11-libs/libICE
-   x11-libs/libSM )"
-
-DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
-   java? ( test? ( =dev-java/junit-3.8* ) )"
-
-S="${WORKDIR}/swipl-${PV}"
-
-src_prepare() {
-   EPATCH_FORCE=yes
-   EPATCH_SUFFIX=patch
-   if [[ -d "${WORKDIR}"/${PV} ]] ; then
-   epatch "${WORKDIR}"/${PV}
-   fi
-
-   if ! use uuid; then
-   mv packages/clib/uuid.pl packages/clib/uuid.pl.unused || die
-   fi
-
-   # OSX/Intel ld doesn't like an archive without table of contents
-   sed -i -e 's/-cru/-scru/' packages/nlp/libstemmer_c/Makefile.pl || die
-}
-
-src_configure() {
-   append-flags -fno-strict-aliasing
-   use ppc && append-flags -mno-altivec
-   use hardened && append-flags -fno-unit-at-a-time
-   use debug && append-flags -DO_DEBUG
-
-   # ARCH is used in the configure script to figure out host and target
-   # specific stuff
-   export AR

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

2018-04-08 Thread Keri Harris
commit: 134271e43fd5d872940929f2754b0b4839879cdb
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Apr  8 09:39:23 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Apr  8 09:39:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134271e4

dev-lang/swi-prolog: remove old 7.6 versions

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/swi-prolog/Manifest|   3 -
 dev-lang/swi-prolog/swi-prolog-7.6.0.ebuild | 146 
 dev-lang/swi-prolog/swi-prolog-7.6.1.ebuild | 146 
 dev-lang/swi-prolog/swi-prolog-7.6.2.ebuild | 146 
 4 files changed, 441 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 9b0622f6feb..29bfd13cdea 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -5,9 +5,6 @@ DIST swi-prolog-7.4.2-gentoo-patchset-3.tar.gz 3256 BLAKE2B 
d7997d7307db738f0948
 DIST swipl-7.2.3.tar.gz 16192142 BLAKE2B 
680047a4cbb7d113e7c232f58dcd45c8739dd82ca622de70c539930a2daf208faa07b49c67f19248e29ad1a7539abc815c50c64ca0b814a2b42284bf501956a6
 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
 DIST swipl-7.4.1.tar.gz 16498678 BLAKE2B 
23889a9c9d25079f53f777ced13c293bb4ed5bcabf8bbe6f97cef674849368808d7d3321bbad1e3bf316c52eeabe5fb98aad3d49df9ff34b018685577958dcda
 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 DIST swipl-7.4.2.tar.gz 16496738 BLAKE2B 
a8f45c4277e48c0aa38f8b278b466dcb9e0a776325a9ed9e08c252660671d3ee0ee441978394682276b3fb9b0eca73ad10e02aba4671630bef0a1e8f813dd3c5
 SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
-DIST swipl-7.6.0.tar.gz 16763479 BLAKE2B 
6262f213a918bea1f2ea250df791db4b0675b084ed8b78b4164a31a4a028bb86dd64154dc77aa4f111f2fb43ba645044c232e7213c7d3d00cff4892d20cdfce1
 SHA512 
4c9a857bcb612361e8248a39616e07fe36d8b68e1099e00917320a0177b454bc13f89f32fee1d961a1facd46bef3814f717dbaf12ab4f00ca8ea313242feb8bf
-DIST swipl-7.6.1.tar.gz 16764536 BLAKE2B 
a493b103d9d6206db5a6c895ec1ff6237a122dd611a79803218a46e5611812fcdcf794b887018d4f7bea4d03315581234f99e8cb1a57d11ca502454666b418c4
 SHA512 
60b6f37b7449941b31ea1ca20372dadcd27585611c8040bb9155fd0c2e3802c554039135e3a084ed56ff9b20842ee607dcaa425afe55421bba00ee1c6cd169a4
-DIST swipl-7.6.2.tar.gz 16765119 BLAKE2B 
242d093d7525aa9beeab28ca5cd10080490a93ecc18b62ff945b9d59266aa8bc31a66065b1742b76f336ee5af33994a3c41b0009665f2e29d83efa03fc5d3041
 SHA512 
9d93cdf44bbb9628cee42eae562ee945202ed0d454f9e433247a0b9b49eee070d3a76f7ceff002c4d13d15720e40e6860adc19581906b8b8ecaac3094192ab5a
 DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9afd62d0b62c315e3620a3943809f58698a23f279454e00299f7b7f7b91e8d9694a139e8c424cb2f83a4efc7a52
 SHA512 
d84af1a565935af9934c6b75192bb2dd87388ee8fe793ade35d5549a95ec5eb83da6b10508766e795f88393fededea4ec7a3a0c2f0f685d96ab615e171d7d1f4
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f
 DIST swipl-7.7.10.tar.gz 16800970 BLAKE2B 
c9d8904734bb5a6d20adad8203cec6682e9bd97a343d887d1c03dfb735f32e5794ab0631a76e69fe5f0c7d2e76cd21be06471c7df6e4bc585882b7de1308ec70
 SHA512 
55e0b129424c2ba0f7a8151b85eaf3de6ce7e16ed01626fae245eb0ee754dcfa7bfbd3a30d00da7e2df72b8d2899e5354900e27b47ffe0401bc26a0b594f9d30

diff --git a/dev-lang/swi-prolog/swi-prolog-7.6.0.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.6.0.ebuild
deleted file mode 100644
index ac17db45d19..000
--- a/dev-lang/swi-prolog/swi-prolog-7.6.0.ebuild
+++ /dev/null
@@ -1,146 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic java-pkg-opt-2 multilib
-
-PATCHSET_VER="0"
-
-DESCRIPTION="free, small, and standard compliant Prolog compiler"
-HOMEPAGE="http://www.swi-prolog.org/";
-SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc pcre readline ssl static-libs test uuid zlib X"
-
-RDEPEND="sys-libs/ncurses:=
-   archive? ( app-arch/libarchive )
-   berkdb? ( >=sys-libs/db-4:= )
-   zlib? ( sys-libs/zlib )
-   odbc? ( dev-db/unixODBC )
-   pcre? ( dev-libs/libpcre )
-   readline? ( sys-libs/readline:= )
-   libedit? ( dev-libs/libedit )
-   gmp? ( dev-libs/gmp:0 )
-   ssl? (
-   !lib

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

2018-04-08 Thread Keri Harris
commit: a75c520479271823e3571ca40c5a1c6e22e385a0
Author: Keri Harris  gentoo  org>
AuthorDate: Sun Apr  8 09:40:51 2018 +
Commit: Keri Harris  gentoo  org>
CommitDate: Sun Apr  8 09:40:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75c5204

dev-lang/swi-prolog: remove old 7.4 version

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-lang/swi-prolog/Manifest|   1 -
 dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild | 144 
 2 files changed, 145 deletions(-)

diff --git a/dev-lang/swi-prolog/Manifest b/dev-lang/swi-prolog/Manifest
index 29bfd13cdea..5b1fd965095 100644
--- a/dev-lang/swi-prolog/Manifest
+++ b/dev-lang/swi-prolog/Manifest
@@ -3,7 +3,6 @@ DIST swi-prolog-6.6.6-gentoo-patchset-0.tar.gz 1590 BLAKE2B 
0d214015690f62c2b792
 DIST swi-prolog-7.2.3-gentoo-patchset-1.tar.gz 1875 BLAKE2B 
a3ff00f596cf5af67f9afb6d376dce70fbb56aa544acbf7b7c14639c11bd9cd77c5080617976245021844fba266c781f913dfc96b2f50b57703e498ca7941ad4
 SHA512 
3506f4168d52f7d3539cd753c5153750df8c3239b78ffac1784c634b585d5fb0c825700e77abc9c1f467af71473ae1861eef629ebdf76b7c783d276c393f40fc
 DIST swi-prolog-7.4.2-gentoo-patchset-3.tar.gz 3256 BLAKE2B 
d7997d7307db738f0948a89f5e1cee195be4424737e50df915a293c7cb1b3bc1ce09ebd372e8c5f24c95df7335676f12cdc04749de25396eac71471704cfc579
 SHA512 
bc1b408e311d10ab59fa221bf5ef3d3cb1003a3edcdd13fd000cbc647117458e1f130e960cc37968481ccc2047529ca128159fac8e0ee75114022ed439905cce
 DIST swipl-7.2.3.tar.gz 16192142 BLAKE2B 
680047a4cbb7d113e7c232f58dcd45c8739dd82ca622de70c539930a2daf208faa07b49c67f19248e29ad1a7539abc815c50c64ca0b814a2b42284bf501956a6
 SHA512 
da27a6b171d3b471401f1a91e86a4dbe98973d8a1db8c72aa27e452311d08b893b01a1de8f9f4dafcdac460774b4ea980050256d37284546941e1bdf84f8cd7b
-DIST swipl-7.4.1.tar.gz 16498678 BLAKE2B 
23889a9c9d25079f53f777ced13c293bb4ed5bcabf8bbe6f97cef674849368808d7d3321bbad1e3bf316c52eeabe5fb98aad3d49df9ff34b018685577958dcda
 SHA512 
a3e49cc43aed05808901860fe302711d2850b23740a987d1071822d7b4888aca30a8b5f7c94e1e7191057a031f45adeedb0fbff9139d0294e6ec07032da6798d
 DIST swipl-7.4.2.tar.gz 16496738 BLAKE2B 
a8f45c4277e48c0aa38f8b278b466dcb9e0a776325a9ed9e08c252660671d3ee0ee441978394682276b3fb9b0eca73ad10e02aba4671630bef0a1e8f813dd3c5
 SHA512 
5b526d4f079e7a36184f871bb7341330bcadaeee2a69af981fbcad71ae76c77331b1f157174ac2b31d96e069dc530afa86c024de6709edd9dc8baee3b4ebffb3
 DIST swipl-7.6.3.tar.gz 16772590 BLAKE2B 
644be801e290ec9d949a9b7462256a35e11cf9afd62d0b62c315e3620a3943809f58698a23f279454e00299f7b7f7b91e8d9694a139e8c424cb2f83a4efc7a52
 SHA512 
d84af1a565935af9934c6b75192bb2dd87388ee8fe793ade35d5549a95ec5eb83da6b10508766e795f88393fededea4ec7a3a0c2f0f685d96ab615e171d7d1f4
 DIST swipl-7.6.4.tar.gz 16777875 BLAKE2B 
94409966362e649f4748b94b4ec25415bb827c7742aa39453d8e37db4ce992a65ad2d054ded4e651f2a9abe3a9438285bc9c9c895437c087ae6cf88f4afae9ca
 SHA512 
f0ed16e4f1436115651c38a0bb37008d0dadad5a19b0f09894fcfc51dd3d429f86488e89cce00788c3c36cc2f0cd2957f92df47d5441133a6f8ea9d91ca5470f

diff --git a/dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild 
b/dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild
deleted file mode 100644
index 8c3294b1672..000
--- a/dev-lang/swi-prolog/swi-prolog-7.4.1.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic java-pkg-opt-2 multilib
-
-PATCHSET_VER="0"
-
-DESCRIPTION="free, small, and standard compliant Prolog compiler"
-HOMEPAGE="http://www.swi-prolog.org/";
-SRC_URI="http://www.swi-prolog.org/download/stable/src/swipl-${PV}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="archive berkdb debug doc +gmp hardened java +libedit libressl minimal 
odbc readline ssl static-libs test uuid zlib X"
-
-RDEPEND="sys-libs/ncurses:=
-   archive? ( app-arch/libarchive )
-   berkdb? ( >=sys-libs/db-4:= )
-   zlib? ( sys-libs/zlib )
-   odbc? ( dev-db/unixODBC )
-   readline? ( sys-libs/readline:= )
-   libedit? ( dev-libs/libedit )
-   gmp? ( dev-libs/gmp:0 )
-   ssl? (
-   !libressl? ( dev-libs/openssl:0 )
-   libressl? ( dev-libs/libressl )
-   )
-   java? ( >=virtual/jdk-1.5:= )
-   uuid? ( dev-libs/ossp-uuid )
-   X? (
-   virtual/jpeg:0
-   x11-libs/libX11
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXt
-   x11-libs/libICE
-   x11-libs/libSM )"
-
-DEPEND="${RDEPEND}
-   X? ( x11-proto/xproto )
-   java? ( test? ( =dev-java/junit-3.8* ) )"
-
-S="${WORKDIR}/swipl-${PV}"
-
-src_prepare() {
-   EPATCH_FORCE=yes
-   EPATCH_SUFFIX=patch
-   if [[ -d "${WORKDIR}"/${PV} ]] ; then
-   epatch "${WORKDIR}"/${PV}
-   fi
-
-   if ! use uuid; then
-   mv packages/clib/uuid.pl packages

[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers: testing.txt

2018-04-08 Thread Sergei Trofimovich (slyfox)
slyfox  18/04/08 09:46:38

  Modified: testing.txt
  Log:
  testing.txt: follow collectd move to app-metrics/collectd

Revision  ChangesPath
1.10 src/patchsets/gentoo-headers/testing.txt

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/testing.txt?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/testing.txt?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/testing.txt?r1=1.9&r2=1.10

Index: testing.txt
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/testing.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testing.txt 10 Sep 2017 23:51:18 -  1.9
+++ testing.txt 8 Apr 2018 09:46:38 -   1.10
@@ -30,7 +30,7 @@
sudo env FEATURES=-digest emerge --keep-going -1qav ${pkgs} --jobs 4
 
 %
-app-admin/collectd
+app-metrics/collectd
 app-cdr/cdrdao
 app-cdr/cdrtools
 app-cdr/dvd+rw-tools






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

2018-04-08 Thread Sergei Trofimovich
commit: 6673ec792f524745ea3dfaf0ed65cbd68d2d6354
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:50:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:50:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6673ec79

x11-wm/afterstep: stable 2.2.12 for hppa, bug #626978

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 x11-wm/afterstep/afterstep-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/afterstep/afterstep-2.2.12.ebuild 
b/x11-wm/afterstep/afterstep-2.2.12.ebuild
index 3d2ff1ce70f..3bfc2da9701 100644
--- a/x11-wm/afterstep/afterstep-2.2.12.ebuild
+++ b/x11-wm/afterstep/afterstep-2.2.12.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="ftp://ftp.afterstep.org/stable/AfterStep-${PV}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="alsa debug dbus gif gtk jpeg cpu_flags_x86_mmx nls png svg tiff xinerama"
 
 RDEPEND="



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

2018-04-08 Thread Sergei Trofimovich
commit: e4b5c02420b36548981734dae95975ead8e7690a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:51:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b5c024

net-wireless/bluez: stable 5.49 for ppc64, bug #649336

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 net-wireless/bluez/bluez-5.49.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez/bluez-5.49.ebuild 
b/net-wireless/bluez/bluez-5.49.ebuild
index bb6fc43a3b1..49928e2527c 100644
--- a/net-wireless/bluez/bluez-5.49.ebuild
+++ b/net-wireless/bluez/bluez-5.49.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 x86"
 IUSE="alsa cups doc debug deprecated extra-tools experimental +mesh +obex 
+readline selinux systemd test test-programs +udev user-session"
 
 # Since this release all remaining extra-tools need readline support, but this 
could



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

2018-04-08 Thread Sergei Trofimovich
commit: f289abc6dab3b68113e9e9516cb40476423d2fd2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 09:51:50 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 09:51:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f289abc6

sys-process/audit: stable 2.7.1 for ppc64, bug #649330

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 sys-process/audit/audit-2.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.7.1.ebuild 
b/sys-process/audit/audit-2.7.1.ebuild
index 549371894d2..90d7b0d046e 100644
--- a/sys-process/audit/audit-2.7.1.ebuild
+++ b/sys-process/audit/audit-2.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86"
 IUSE="gssapi ldap python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.



[gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/, sci-libs/avogadrolibs/files/

2018-04-08 Thread Andreas Sturmlechner
commit: 9a80747f1a93efa92be9944ba77feafd4650c7ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 19:01:22 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 09:53:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a80747f

sci-libs/avogadrolibs: Add 1.91.0_p20180406 snapshot

Closes: https://bugs.gentoo.org/645248
Closes: https://bugs.gentoo.org/649862
Closes: https://bugs.gentoo.org/588706
Closes: https://bugs.gentoo.org/577214
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/avogadrolibs/Manifest |  1 +
 .../avogadrolibs-1.91.0_pre20180406.ebuild | 71 ++
 ...gadrolibs-1.91.0_pre20180406-underlinking.patch | 18 ++
 sci-libs/avogadrolibs/metadata.xml |  3 +-
 4 files changed, 92 insertions(+), 1 deletion(-)

diff --git a/sci-libs/avogadrolibs/Manifest b/sci-libs/avogadrolibs/Manifest
index 1d04e63cc1b..bbf158508b8 100644
--- a/sci-libs/avogadrolibs/Manifest
+++ b/sci-libs/avogadrolibs/Manifest
@@ -1 +1,2 @@
 DIST avogadrolibs-0.9.0.tar.gz 742370 BLAKE2B 
cd104cea48b82a1ac86fdb9e93717e2647f57a0d713673d8b340d259f73d6d9985decf0c4e4d83f13d54d12ae2aefee8e75b5d04861f8ab67b9b42690c3c74f7
 SHA512 
7cb000cd6399f33483c38b4f8a9c4a4688f5054cba35e101bed0f2371cea614ace6b3fc65c3ed1418976afef4462a09be868500435a5ae9c98a7ac496c10c36f
+DIST avogadrolibs-1.91.0_pre20180406.tar.gz 857345 BLAKE2B 
8e5c6b0a838a2a6b7dc925c1b544ab4d4de8b7769b1fe8d787127a1014b1243da89a2a6f6cfc871181f81a443c3ee63d758369f003afaf591c9373c9d5122ee3
 SHA512 
1814b2105615aabc1df78b14c581e78fea20a1e4ace8979bb2ad123ab0994d90c3935e37f0cc58b60d3307ffe682599a93d8cadddc22b4ba524caaec1a2c5319

diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild 
b/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild
new file mode 100644
index 000..6671ed518ff
--- /dev/null
+++ b/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=f414794a168712f72884cdcfba818def5f42e721
+inherit cmake-utils
+
+DESCRIPTION="Advanced molecule editor and visualizer 2 - libraries"
+HOMEPAGE="https://www.openchemistry.org/";
+SRC_URI="https://github.com/OpenChemistry/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD GPL-2+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="archive doc hdf5 qt5 static-plugins test vtk"
+
+# TODO: Not yet packaged:
+# sci-libs/libmsym (https://github.com/mcodev31/libmsym)
+# sci-libs/spglib (https://atztogo.github.io/spglib/)
+RDEPEND="
+   >=sci-chemistry/molequeue-0.7
+   archive? ( app-arch/libarchive )
+   hdf5? ( sci-libs/hdf5:= )
+   qt5? (
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   media-libs/glew:0=
+   )
+   vtk? ( sci-libs/vtk )
+"
+DEPEND="${RDEPEND}
+   dev-cpp/eigen:3
+   test? ( dev-cpp/gtest )"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.7.2-6464.patch
+   "${FILESDIR}/"${P}-underlinking.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_PROTOCALL=OFF
+   -DBUILD_GPL_PLUGINS=ON
+   -DUSE_MOLEQUEUE=ON
+   -DUSE_LIBMSYM=OFF
+   -DUSE_LIBSPG=OFF
+   -DUSE_PYTHON=OFF
+   -DUSE_LIBARCHIVE=$(usex archive)
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DUSE_HDF5=$(usex hdf5)
+   -DUSE_OPENGL=$(usex qt5)
+   -DUSE_QT=$(usex qt5)
+   -DBUILD_STATIC_PLUGINS=$(usex static-plugins)
+   -DENABLE_TESTING=$(usex test)
+   -DUSE_VTK=$(usex vtk)
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   # TODO: bundles jsoncpp
+   rm "${ED%/}"/usr/lib64/libjsoncpp.a || die
+}

diff --git 
a/sci-libs/avogadrolibs/files/avogadrolibs-1.91.0_pre20180406-underlinking.patch
 
b/sci-libs/avogadrolibs/files/avogadrolibs-1.91.0_pre20180406-underlinking.patch
new file mode 100644
index 000..f6f39c9e6b7
--- /dev/null
+++ 
b/sci-libs/avogadrolibs/files/avogadrolibs-1.91.0_pre20180406-underlinking.patch
@@ -0,0 +1,18 @@
+Fix underlinking problems in shared libraries.
+
+--- a/avogadro/qtplugins/playertool/CMakeLists.txt
 b/avogadro/qtplugins/playertool/CMakeLists.txt
+@@ -7,3 +7,5 @@
+   ""
+   playertool.qrc
+ )
++
++target_link_libraries(PlayerTool LINK_PRIVATE Qt5OpenGL)
+--- a/avogadro/qtplugins/qtaim/CMakeLists.txt
 b/avogadro/qtplugins/qtaim/CMakeLists.txt
+@@ -34,3 +34,5 @@
+ 
+ target_link_libraries(QTAIMScenePlugin
+   LINK_PRIVATE AvogadroRendering ${Qt5Concurrent_LIBRARIES})
++target_link_libraries(QTAIMExtension
++  LINK_PRIVATE ${Qt5Concur

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro2/

2018-04-08 Thread Andreas Sturmlechner
commit: 06e8750dfc20a9abf32d36b3794e5d97b16997f0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 22:24:09 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 09:53:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e8750d

sci-chemistry/avogadro2: Drop 0.9.0, fails to build

Bug: https://bugs.gentoo.org/649864
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-chemistry/avogadro2/Manifest   |  1 -
 sci-chemistry/avogadro2/avogadro2-0.9.0.ebuild | 51 --
 2 files changed, 52 deletions(-)

diff --git a/sci-chemistry/avogadro2/Manifest b/sci-chemistry/avogadro2/Manifest
index db642e32bd3..bf8336ee200 100644
--- a/sci-chemistry/avogadro2/Manifest
+++ b/sci-chemistry/avogadro2/Manifest
@@ -1,2 +1 @@
-DIST avogadro2-0.9.0.tar.gz 1096442 BLAKE2B 
b2c986b57fa5a9ea8876316f403bef55e9dd1f0a61d9320876935635952ef4e8443fc763a0f57595007e3a9c681d2fa083cf417b94e66b22dd188b05b6db8343
 SHA512 
bc780b1f45822ffc6cef82cf5fbe04cfbab035e553037959965eb0cad2c3f87e53bc71a574c7154cae5909377c74d14708550070c1794bdd5d83d738846b03ba
 DIST avogadro2-1.90.0_p20180211.tar.gz 1099312 BLAKE2B 
fbf8e2006c46114632587615b48ac130e45a46ce2859a9c34270714091bc8397d9d7a93c3166bf58833f100e3e40afd1962012e479a8f92ba8ff9078200d51c5
 SHA512 
db9b0983d2161df493138ddf18c5dbda54cf2f8b75ebc944f1f57dab0f1e2048582362e5f46a78b1610aba080aaac8a66d2b2b71db748e031ffde306d3609856

diff --git a/sci-chemistry/avogadro2/avogadro2-0.9.0.ebuild 
b/sci-chemistry/avogadro2/avogadro2-0.9.0.ebuild
deleted file mode 100644
index 201fc77dace..000
--- a/sci-chemistry/avogadro2/avogadro2-0.9.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-MY_PN=avogadroapp
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Advanced molecule editor and visualizer 2"
-HOMEPAGE="http://www.openchemistry.org/";
-SRC_URI="https://github.com/OpenChemistry/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD GPL-2+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc rpc test vtk"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtopengl:5
-   dev-qt/qtwidgets:5
-   ~sci-libs/avogadrolibs-${PV}[qt5,opengl]
-   sci-libs/hdf5:=
-   rpc? ( sci-chemistry/molequeue )
-"
-DEPEND="${DEPEND}
-   dev-cpp/eigen:3
-   test? ( dev-qt/qttest:5 )
-"
-
-RESTRICT=test
-
-S="${WORKDIR}"/${MY_P}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   sed '/COPYING/d' -i CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_DOCUMENTATION=$(usex doc)
-   -DAvogadro_ENABLE_RPC=$(usex rpc)
-   -DENABLE_TESTING=$(usex test)
-   -DUSE_VTK=$(usex vtk)
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/files/, sci-libs/avogadrolibs/

2018-04-08 Thread Andreas Sturmlechner
commit: 1255c53cc64cb280bff21ad7ae82ab91ec595123
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 00:25:18 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 09:53:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1255c53c

sci-libs/avogadrolibs: Unbundle jsoncpp, fix USE=vtk

Bug: https://bugs.gentoo.org/649860
Closes: https://bugs.gentoo.org/624242
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/avogadrolibs/Manifest |   1 +
 .../avogadrolibs-1.91.0_pre20180406.ebuild |  29 +++--
 ...-1.91.0_pre20180406-bundled-genxrdpattern.patch |  44 +++
 ...olibs-1.91.0_pre20180406-unbundle-jsoncpp.patch | 143 +
 4 files changed, 208 insertions(+), 9 deletions(-)

diff --git a/sci-libs/avogadrolibs/Manifest b/sci-libs/avogadrolibs/Manifest
index bbf158508b8..1a7ac4c9fe8 100644
--- a/sci-libs/avogadrolibs/Manifest
+++ b/sci-libs/avogadrolibs/Manifest
@@ -1,2 +1,3 @@
 DIST avogadrolibs-0.9.0.tar.gz 742370 BLAKE2B 
cd104cea48b82a1ac86fdb9e93717e2647f57a0d713673d8b340d259f73d6d9985decf0c4e4d83f13d54d12ae2aefee8e75b5d04861f8ab67b9b42690c3c74f7
 SHA512 
7cb000cd6399f33483c38b4f8a9c4a4688f5054cba35e101bed0f2371cea614ace6b3fc65c3ed1418976afef4462a09be868500435a5ae9c98a7ac496c10c36f
 DIST avogadrolibs-1.91.0_pre20180406.tar.gz 857345 BLAKE2B 
8e5c6b0a838a2a6b7dc925c1b544ab4d4de8b7769b1fe8d787127a1014b1243da89a2a6f6cfc871181f81a443c3ee63d758369f003afaf591c9373c9d5122ee3
 SHA512 
1814b2105615aabc1df78b14c581e78fea20a1e4ace8979bb2ad123ab0994d90c3935e37f0cc58b60d3307ffe682599a93d8cadddc22b4ba524caaec1a2c5319
+DIST linux64-genXrdPattern 7480152 BLAKE2B 
dca8285c41aadfaa20c72f337e0f02db8ee07ce30c11ae84bf3aa7bd0b2220273d33f484d63f761d41a8946c6a0b77a0fb27906c480bcae01ae49b1531ae5cbb
 SHA512 
538bde12e1e52600a21640d5907f43fcc853c6f3c111880f39eb238093e3d1358ccdfa1f45e944ec8b8e5ee3c2dff269cefe5334db5d73300e6ca327c95520b8

diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild 
b/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild
index 6671ed518ff..f7417ab49bf 100644
--- a/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild
+++ b/sci-libs/avogadrolibs/avogadrolibs-1.91.0_pre20180406.ebuild
@@ -8,17 +8,21 @@ inherit cmake-utils
 
 DESCRIPTION="Advanced molecule editor and visualizer 2 - libraries"
 HOMEPAGE="https://www.openchemistry.org/";
-SRC_URI="https://github.com/OpenChemistry/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/OpenChemistry/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz
+   vtk? ( 
https://github.com/psavery/genXrdPattern/releases/download/1.0-static/linux64-genXrdPattern
 )"
 
 SLOT="0"
 LICENSE="BSD GPL-2+"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="archive doc hdf5 qt5 static-plugins test vtk"
 
+REQUIRED_USE="vtk? ( qt5 )"
+
 # TODO: Not yet packaged:
 # sci-libs/libmsym (https://github.com/mcodev31/libmsym)
 # sci-libs/spglib (https://atztogo.github.io/spglib/)
 RDEPEND="
+   dev-libs/jsoncpp:=
>=sci-chemistry/molequeue-0.7
archive? ( app-arch/libarchive )
hdf5? ( sci-libs/hdf5:= )
@@ -29,8 +33,9 @@ RDEPEND="
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/glew:0=
+   virtual/opengl
)
-   vtk? ( sci-libs/vtk )
+   vtk? ( sci-libs/vtk[qt5] )
 "
 DEPEND="${RDEPEND}
dev-cpp/eigen:3
@@ -41,8 +46,17 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 PATCHES=(
"${FILESDIR}"/${PN}-0.7.2-6464.patch
"${FILESDIR}/"${P}-underlinking.patch
+   "${FILESDIR}/"${P}-unbundle-jsoncpp.patch
+   "${FILESDIR}/"${P}-bundled-genxrdpattern.patch
 )
 
+src_unpack() {
+   unpack ${P}.tar.gz
+   if use vtk; then
+   cp "${DISTDIR}"/linux64-genXrdPattern 
"${WORKDIR}/genXrdPattern" || die
+   fi
+}
+
 src_configure() {
local mycmakeargs=(
-DUSE_PROTOCALL=OFF
@@ -60,12 +74,9 @@ src_configure() {
-DENABLE_TESTING=$(usex test)
-DUSE_VTK=$(usex vtk)
)
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
+   use vtk && mycmakeargs+=(
+   -DBUNDLED_GENXRDPATTERN="${WORKDIR}/genXrdPattern"
+   )
 
-   # TODO: bundles jsoncpp
-   rm "${ED%/}"/usr/lib64/libjsoncpp.a || die
+   cmake-utils_src_configure
 }

diff --git 
a/sci-libs/avogadrolibs/files/avogadrolibs-1.91.0_pre20180406-bundled-genxrdpattern.patch
 
b/sci-libs/avogadrolibs/files/avogadrolibs-1.91.0_pre20180406-bundled-genxrdpattern.patch
new file mode 100644
index 000..2072b8fa9b6
--- /dev/null
+++ 
b/sci-libs/avogadrolibs/files/avogadrolibs-1.91.0_pre20180406-bundled-genxrdpattern.patch
@@ -0,0 +1,44 @@
+From 0287e83eb8706f5237d66873cb6a1b3730891c07 Mon Sep 17 00:00:00 2001
+From: Andreas Sturmlechner 
+Date: Sun, 8 Apr 2018 11:21:17 +0200
+Subject: [PATCH] Provide overrideable BUNDLED_

[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro2/

2018-04-08 Thread Andreas Sturmlechner
commit: 903ccf1e86f6f4d80e671dc8a1af6ed92eb0519e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 22:20:56 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 09:53:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=903ccf1e

sci-chemistry/avogadro2: Add 1.90.0_p20180211 snapshot

Closes: https://bugs.gentoo.org/649864
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-chemistry/avogadro2/Manifest   |  1 +
 .../avogadro2/avogadro2-1.90.0_p20180211.ebuild| 59 ++
 2 files changed, 60 insertions(+)

diff --git a/sci-chemistry/avogadro2/Manifest b/sci-chemistry/avogadro2/Manifest
index 46710a47a73..db642e32bd3 100644
--- a/sci-chemistry/avogadro2/Manifest
+++ b/sci-chemistry/avogadro2/Manifest
@@ -1 +1,2 @@
 DIST avogadro2-0.9.0.tar.gz 1096442 BLAKE2B 
b2c986b57fa5a9ea8876316f403bef55e9dd1f0a61d9320876935635952ef4e8443fc763a0f57595007e3a9c681d2fa083cf417b94e66b22dd188b05b6db8343
 SHA512 
bc780b1f45822ffc6cef82cf5fbe04cfbab035e553037959965eb0cad2c3f87e53bc71a574c7154cae5909377c74d14708550070c1794bdd5d83d738846b03ba
+DIST avogadro2-1.90.0_p20180211.tar.gz 1099312 BLAKE2B 
fbf8e2006c46114632587615b48ac130e45a46ce2859a9c34270714091bc8397d9d7a93c3166bf58833f100e3e40afd1962012e479a8f92ba8ff9078200d51c5
 SHA512 
db9b0983d2161df493138ddf18c5dbda54cf2f8b75ebc944f1f57dab0f1e2048582362e5f46a78b1610aba080aaac8a66d2b2b71db748e031ffde306d3609856

diff --git a/sci-chemistry/avogadro2/avogadro2-1.90.0_p20180211.ebuild 
b/sci-chemistry/avogadro2/avogadro2-1.90.0_p20180211.ebuild
new file mode 100644
index 000..8b017684a57
--- /dev/null
+++ b/sci-chemistry/avogadro2/avogadro2-1.90.0_p20180211.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=avogadroapp
+COMMIT=d5e1f827be7e9d1cc6755fd68a2b42b0b1d2ec32
+inherit cmake-utils xdg-utils
+
+DESCRIPTION="Advanced molecule editor and visualizer 2"
+HOMEPAGE="https://www.openchemistry.org/";
+SRC_URI="https://github.com/OpenChemistry/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD GPL-2+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc rpc test vtk"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   >=sci-libs/avogadrolibs-${PV}[qt5,vtk?]
+   sci-libs/hdf5:=
+   rpc? ( sci-chemistry/molequeue )
+"
+DEPEND="${DEPEND}
+   dev-cpp/eigen:3
+   test? ( dev-qt/qttest:5 )
+"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+
+src_prepare() {
+   cmake-utils_src_prepare
+   sed -e "/LICENSE/d" -i CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_DOCUMENTATION=$(usex doc)
+   -DAvogadro_ENABLE_RPC=$(usex rpc)
+   -DENABLE_TESTING=$(usex test)
+   -DUSE_VTK=$(usex vtk)
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/avogadrolibs/files/, sci-libs/avogadrolibs/

2018-04-08 Thread Andreas Sturmlechner
commit: d38044ae854dae2c28301beeb32066b2c75089ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 21:31:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 09:53:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38044ae

sci-libs/avogadrolibs: Drop 0.9.0, fails to build

Bug: https://bugs.gentoo.org/645248
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sci-libs/avogadrolibs/Manifest |  1 -
 sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild| 66 --
 .../files/avogadrolibs-0.8.0-underlinking.patch| 34 ---
 3 files changed, 101 deletions(-)

diff --git a/sci-libs/avogadrolibs/Manifest b/sci-libs/avogadrolibs/Manifest
index 1a7ac4c9fe8..1651cd867a2 100644
--- a/sci-libs/avogadrolibs/Manifest
+++ b/sci-libs/avogadrolibs/Manifest
@@ -1,3 +1,2 @@
-DIST avogadrolibs-0.9.0.tar.gz 742370 BLAKE2B 
cd104cea48b82a1ac86fdb9e93717e2647f57a0d713673d8b340d259f73d6d9985decf0c4e4d83f13d54d12ae2aefee8e75b5d04861f8ab67b9b42690c3c74f7
 SHA512 
7cb000cd6399f33483c38b4f8a9c4a4688f5054cba35e101bed0f2371cea614ace6b3fc65c3ed1418976afef4462a09be868500435a5ae9c98a7ac496c10c36f
 DIST avogadrolibs-1.91.0_pre20180406.tar.gz 857345 BLAKE2B 
8e5c6b0a838a2a6b7dc925c1b544ab4d4de8b7769b1fe8d787127a1014b1243da89a2a6f6cfc871181f81a443c3ee63d758369f003afaf591c9373c9d5122ee3
 SHA512 
1814b2105615aabc1df78b14c581e78fea20a1e4ace8979bb2ad123ab0994d90c3935e37f0cc58b60d3307ffe682599a93d8cadddc22b4ba524caaec1a2c5319
 DIST linux64-genXrdPattern 7480152 BLAKE2B 
dca8285c41aadfaa20c72f337e0f02db8ee07ce30c11ae84bf3aa7bd0b2220273d33f484d63f761d41a8946c6a0b77a0fb27906c480bcae01ae49b1531ae5cbb
 SHA512 
538bde12e1e52600a21640d5907f43fcc853c6f3c111880f39eb238093e3d1358ccdfa1f45e944ec8b8e5ee3c2dff269cefe5334db5d73300e6ca327c95520b8

diff --git a/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild 
b/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild
deleted file mode 100644
index 7c4a4362b85..000
--- a/sci-libs/avogadrolibs/avogadrolibs-0.9.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Advanced molecule editor and visualizer 2 - libraries"
-HOMEPAGE="http://www.openchemistry.org/";
-SRC_URI="https://github.com/OpenChemistry/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD GPL-2+"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc hdf5 opengl qt5 static-plugins test vtk"
-
-REQUIRED_USE="qt5? ( opengl )"
-
-RDEPEND="
-   >=sci-chemistry/molequeue-0.7
-   sci-libs/chemkit
-   hdf5? ( sci-libs/hdf5:= )
-   opengl? (
-   dev-qt/qtopengl:5
-   media-libs/glew
-   )
-   qt5? (
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtwidgets:5
-   )
-   vtk? ( sci-libs/vtk )
-"
-DEPEND="${RDEPEND}
-   dev-cpp/eigen:3
-   test? ( dev-cpp/gtest )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.7.2-6464.patch
-   "${FILESDIR}/"${PN}-0.8.0-underlinking.patch
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_PROTOCALL=OFF
-   -DBUILD_GPL_PLUGINS=ON
-   -DUSE_MOLEQUEUE=ON
-   -DUSE_HDF5=$(usex hdf5)
-   -DBUILD_DOCUMENTATION=$(usex doc)
-   -DUSE_OPENGL=$(usex opengl)
-   -DUSE_QT=$(usex qt5)
-   -DBUILD_STATIC_PLUGINS=$(usex static-plugins)
-   -DENABLE_TESTING=$(usex test)
-   -DUSE_VTK=$(usex vtk)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   # TODO: bundles jsoncpp
-   rm "${ED%/}"/usr/lib64/libjsoncpp.a || die
-}

diff --git a/sci-libs/avogadrolibs/files/avogadrolibs-0.8.0-underlinking.patch 
b/sci-libs/avogadrolibs/files/avogadrolibs-0.8.0-underlinking.patch
deleted file mode 100644
index b29f3afe761..000
--- a/sci-libs/avogadrolibs/files/avogadrolibs-0.8.0-underlinking.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Fix underlinking problems in shared libraries.
-
 avogadrolibs-0.8.0/avogadro/qtplugins/apbs/CMakeLists.txt
-+++ avogadrolibs-0.8.0/avogadro/qtplugins/apbs/CMakeLists.txt
-@@ -23,4 +23,4 @@
-   "${apbs_uis}"
- )
- 
--target_link_libraries(apbs LINK_PRIVATE AvogadroIO MoleQueueClient)
-+target_link_libraries(apbs LINK_PRIVATE AvogadroIO MoleQueueClient 
AvogadroMoleQueue)
 avogadrolibs-0.8.0/avogadro/qtplugins/playertool/CMakeLists.txt
-+++ avogadrolibs-0.8.0/avogadro/qtplugins/playertool/CMakeLists.txt
-@@ -7,3 +7,5 @@
-   ""
-   playertool.qrc
- )
-+
-+target_link_libraries(PlayerTool LINK_PRIVATE Qt5OpenGL)
 avogadrolibs-0.8.0/avogadro/qtplugins/povray/CMakeLists.txt
-+++ avogadrolibs-0.8.0/avogadro/qtplugins/povray/CMakeLists.txt
-@@ -8,3 +8,5 @@
-   "povray.cpp"
-  

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

2018-04-08 Thread Andreas Sturmlechner
commit: a7b683690af541f88f9a4e5b5e725d0ddc8de6f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 09:57:58 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 09:57:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b68369

profiles: Mask sci-chemistry/avogadro for removal

Bug: https://bugs.gentoo.org/645030

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 011f574b9fe..daf926af857 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas Sturmlechner  (08 Apr 2018)
+# Depends on dead Qt4. Use sci-chemistry/avogadro2 instead.
+# Masked for removal in 30 days. Bugs #645030
+sci-chemistry/avogadro
+
 # Jason Zaman  (08 Apr 2018)
 # Dead upstream, for an old version of Xfce
 # Masked for removal in 30 days.



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

2018-04-08 Thread Sergei Trofimovich
commit: 28e175a6a12bac8975cb0616913459df5f920d9e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 10:32:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 10:33:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e175a6

sys-kernel/linux-headers: restore keywords for 4.16

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-kernel/linux-headers/linux-headers-4.16.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.16.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.16.ebuild
index 56c91771417..416c89f62e8 100644
--- a/sys-kernel/linux-headers/linux-headers-4.16.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.16.ebuild
@@ -15,8 +15,7 @@ SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz

${PATCH_VER:+https://dev.gentoo.org/~slyfox/distfiles/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}
 "
 
-#dropped keywords before basic tests are done
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/, kde-plasma/plasma-integration/files/

2018-04-08 Thread Andreas Sturmlechner
commit: 3f0b2caa2ee9f9f9f102d551f39bb632ec9f8652
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 10:44:11 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 10:47:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0b2caa

kde-plasma/plasma-integration: Fix initial remote dir selection

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...a-integration-5.12.4-remote-dir-selection.patch | 62 ++
 .../plasma-integration-5.12.4-r1.ebuild| 45 
 2 files changed, 107 insertions(+)

diff --git 
a/kde-plasma/plasma-integration/files/plasma-integration-5.12.4-remote-dir-selection.patch
 
b/kde-plasma/plasma-integration/files/plasma-integration-5.12.4-remote-dir-selection.patch
new file mode 100644
index 000..a3c6d931e2b
--- /dev/null
+++ 
b/kde-plasma/plasma-integration/files/plasma-integration-5.12.4-remote-dir-selection.patch
@@ -0,0 +1,62 @@
+From bfd41a95530f90ee8d44cbcfd1fa8c62978334a2 Mon Sep 17 00:00:00 2001
+From: Alex Richardson 
+Date: Sun, 8 Apr 2018 11:06:32 +0100
+Subject: KDEPlatformFileDialog: Fix initial directory selection for remote
+ files
+
+Summary:
+Previously KDEPlatformFileDialogHelper::selectFile() would change
+options()->initialDirectory() unconditionally even if it was already
+set by the QFileDialog code. Since Qt 5.7.1 it is no longer necessary
+to derive initialDirectory from the selectFile() call. In fact it is
+actuall harmful since it will now override the correct initial directory
+that was set by Qt. Without this patch I got the following debug output:
+
+```
+KDEPlatformFileDialogHelper::setDirectory 
QUrl("sftp://server/home/alr48/cheri/build_sdk.sh";)
+KDEPlatformFileDialogHelper::setDirectory 
QUrl("sftp://server/home/alr48/cheri/build_sdk.sh";)
+KDEPlatformFileDialogHelper::selectFile QUrl("file:///home/alex/build_sdk.sh")
+KDEPlatformFileDialogHelper::setDirectory QUrl("file:///home/alex/)
+```
+The final setDirectory() call is actually a call to
+`setDirectory(options->initialDirectory())` which was set in `selectFile()`.
+
+We now depend on Qt 5.9 so we can remove this code without a check for
+version >= 5.7.1.
+
+BUG: 374913
+
+Test Plan: Remote directory is now opened correctly (tested with Qt 5.10.0)
+
+Reviewers: #plasma, elvisangelaccio
+
+Reviewed By: elvisangelaccio
+
+Subscribers: ngraham, krzyc, anthonyfieroni, elvisangelaccio, graesslin, 
plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D4193
+---
+ src/platformtheme/kdeplatformfiledialoghelper.cpp | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/src/platformtheme/kdeplatformfiledialoghelper.cpp 
b/src/platformtheme/kdeplatformfiledialoghelper.cpp
+index 1a2b1b5..d4ea0cd 100644
+--- a/src/platformtheme/kdeplatformfiledialoghelper.cpp
 b/src/platformtheme/kdeplatformfiledialoghelper.cpp
+@@ -409,11 +409,6 @@ QUrl KDEPlatformFileDialogHelper::directory() const
+ void KDEPlatformFileDialogHelper::selectFile(const QUrl &filename)
+ {
+ m_dialog->selectFile(filename);
+-
+-// Qt 5 at least <= 5.8.0 does not derive the directory from the passed 
url
+-// and set the initialDirectory option accordingly, also not for known 
schemes
+-// like file://, so we have to do it ourselves
+-options()->setInitialDirectory(m_dialog->directory());
+ }
+ 
+ void KDEPlatformFileDialogHelper::setDirectory(const QUrl &directory)
+-- 
+cgit v0.11.2
+

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.12.4-r1.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.12.4-r1.ebuild
new file mode 100644
index 000..d9391f82d7d
--- /dev/null
+++ b/kde-plasma/plasma-integration/plasma-integration-5.12.4-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwayland)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep kxmlgui)
+   $(add_plasma_dep breeze)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui 'dbus' '' '5=')
+   $(add_qt_dep qtquickcontrols2)
+   $(add_qt_dep qtwidgets)
+   $(add_qt_dep qtx11extras)
+   x11-libs/libXcursor
+   x11-libs/libxcb
+"
+RDEPEND="${DEPEND}
+   media-fonts/hack
+   media-fonts/noto
+"
+
+# requires runn

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-integration/

2018-04-08 Thread Andreas Sturmlechner
commit: 536ffe198cb4f3ea4d8cc224d050f44fc27c0fd9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 10:45:20 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 10:47:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=536ffe19

kde-plasma/plasma-integration: Drop 5.12.4 (r0)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../plasma-integration-5.12.4.ebuild   | 43 --
 1 file changed, 43 deletions(-)

diff --git a/kde-plasma/plasma-integration/plasma-integration-5.12.4.ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.12.4.ebuild
deleted file mode 100644
index 1d60d9295f0..000
--- a/kde-plasma/plasma-integration/plasma-integration-5.12.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Qt Platform Theme integration plugins for the Plasma workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kjobwidgets)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwayland)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_frameworks_dep kxmlgui)
-   $(add_plasma_dep breeze)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui 'dbus' '' '5=')
-   $(add_qt_dep qtquickcontrols2)
-   $(add_qt_dep qtwidgets)
-   $(add_qt_dep qtx11extras)
-   x11-libs/libXcursor
-   x11-libs/libxcb
-"
-RDEPEND="${DEPEND}
-   media-fonts/hack
-   media-fonts/noto
-"
-
-# requires running kde environment
-RESTRICT+=" test"



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-integration/, kde-plasma/plasma-integration/files/

2018-04-08 Thread Andreas Sturmlechner
commit: 803d98944b03a363c6653a401373ffda0e9d8799
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 10:49:08 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 10:49:51 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=803d9894

kde-plasma/plasma-integration: Fix initial remote dir selection

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ...a-integration-5.12.4-remote-dir-selection.patch | 62 ++
 .../plasma-integration-5.12.49..ebuild |  2 +
 2 files changed, 64 insertions(+)

diff --git 
a/kde-plasma/plasma-integration/files/plasma-integration-5.12.4-remote-dir-selection.patch
 
b/kde-plasma/plasma-integration/files/plasma-integration-5.12.4-remote-dir-selection.patch
new file mode 100644
index 00..a3c6d931e2
--- /dev/null
+++ 
b/kde-plasma/plasma-integration/files/plasma-integration-5.12.4-remote-dir-selection.patch
@@ -0,0 +1,62 @@
+From bfd41a95530f90ee8d44cbcfd1fa8c62978334a2 Mon Sep 17 00:00:00 2001
+From: Alex Richardson 
+Date: Sun, 8 Apr 2018 11:06:32 +0100
+Subject: KDEPlatformFileDialog: Fix initial directory selection for remote
+ files
+
+Summary:
+Previously KDEPlatformFileDialogHelper::selectFile() would change
+options()->initialDirectory() unconditionally even if it was already
+set by the QFileDialog code. Since Qt 5.7.1 it is no longer necessary
+to derive initialDirectory from the selectFile() call. In fact it is
+actuall harmful since it will now override the correct initial directory
+that was set by Qt. Without this patch I got the following debug output:
+
+```
+KDEPlatformFileDialogHelper::setDirectory 
QUrl("sftp://server/home/alr48/cheri/build_sdk.sh";)
+KDEPlatformFileDialogHelper::setDirectory 
QUrl("sftp://server/home/alr48/cheri/build_sdk.sh";)
+KDEPlatformFileDialogHelper::selectFile QUrl("file:///home/alex/build_sdk.sh")
+KDEPlatformFileDialogHelper::setDirectory QUrl("file:///home/alex/)
+```
+The final setDirectory() call is actually a call to
+`setDirectory(options->initialDirectory())` which was set in `selectFile()`.
+
+We now depend on Qt 5.9 so we can remove this code without a check for
+version >= 5.7.1.
+
+BUG: 374913
+
+Test Plan: Remote directory is now opened correctly (tested with Qt 5.10.0)
+
+Reviewers: #plasma, elvisangelaccio
+
+Reviewed By: elvisangelaccio
+
+Subscribers: ngraham, krzyc, anthonyfieroni, elvisangelaccio, graesslin, 
plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D4193
+---
+ src/platformtheme/kdeplatformfiledialoghelper.cpp | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/src/platformtheme/kdeplatformfiledialoghelper.cpp 
b/src/platformtheme/kdeplatformfiledialoghelper.cpp
+index 1a2b1b5..d4ea0cd 100644
+--- a/src/platformtheme/kdeplatformfiledialoghelper.cpp
 b/src/platformtheme/kdeplatformfiledialoghelper.cpp
+@@ -409,11 +409,6 @@ QUrl KDEPlatformFileDialogHelper::directory() const
+ void KDEPlatformFileDialogHelper::selectFile(const QUrl &filename)
+ {
+ m_dialog->selectFile(filename);
+-
+-// Qt 5 at least <= 5.8.0 does not derive the directory from the passed 
url
+-// and set the initialDirectory option accordingly, also not for known 
schemes
+-// like file://, so we have to do it ourselves
+-options()->setInitialDirectory(m_dialog->directory());
+ }
+ 
+ void KDEPlatformFileDialogHelper::setDirectory(const QUrl &directory)
+-- 
+cgit v0.11.2
+

diff --git 
a/kde-plasma/plasma-integration/plasma-integration-5.12.49..ebuild 
b/kde-plasma/plasma-integration/plasma-integration-5.12.49..ebuild
index f508a4b391..ecf070fa24 100644
--- a/kde-plasma/plasma-integration/plasma-integration-5.12.49..ebuild
+++ b/kde-plasma/plasma-integration/plasma-integration-5.12.49..ebuild
@@ -41,3 +41,5 @@ RDEPEND="${DEPEND}
 
 # requires running kde environment
 RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-5.12.4-remote-dir-selection.patch" )



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

2018-04-08 Thread Markus Meier
commit: b53c7cb0889ee8e6d18c7fe2e66346b52aa255de
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:49:33 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:49:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53c7cb0

lxde-base/lxterminal: arm stable, bug #635992

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 lxde-base/lxterminal/lxterminal-0.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild 
b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
index d18cb6673c8..e8d7be47928 100644
--- a/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
+++ b/lxde-base/lxterminal/lxterminal-0.3.1.ebuild
@@ -16,10 +16,10 @@ HOMEPAGE="https://wiki.lxde.org/en/LXTerminal";
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://git.code.sf.net/p/lxde/${PN}";
inherit git-r3
-   KEYWORDS="amd64 ppc x86"
+   KEYWORDS="amd64 arm ppc x86"
 else
SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc x86 ~amd64-linux 
~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
 fi
 
 LICENSE="GPL-2"



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

2018-04-08 Thread Markus Meier
commit: 9d66e63b074de42ee56e9f37c5f3c4c1333f05d4
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:53:34 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:53:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d66e63b

dev-lang/php: arm stable, bug #649368

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-lang/php/php-7.0.28.ebuild b/dev-lang/php/php-7.0.28.ebuild
index 7964fdcd189..56df1d36905 100644
--- a/dev-lang/php/php-7.0.28.ebuild
+++ b/dev-lang/php/php-7.0.28.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-04-08 Thread Markus Meier
commit: 681c769e4505d2809bf0ed7d6b6396044b60597a
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:53:26 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:53:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=681c769e

dev-lang/php: arm stable, bug #649368

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-lang/php/php-5.6.34.ebuild b/dev-lang/php/php-5.6.34.ebuild
index d2c65b31f7a..dfd04fb8e1d 100644
--- a/dev-lang/php/php-5.6.34.ebuild
+++ b/dev-lang/php/php-5.6.34.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2"



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

2018-04-08 Thread Markus Meier
commit: 01780c773088f60e3c1e2bfc75cf08068f427ddc
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:48:28 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01780c77

app-crypt/mit-krb5: arm stable, bug #628936

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 app-crypt/mit-krb5/mit-krb5-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.16.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.16.ebuild
index e9cbb9b1657..7091c6dece7 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.16.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.16.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}.tar.gz";
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="doc +keyutils libressl nls openldap +pkinit selinux +threads test xinetd"
 
 # Test suite require network access



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

2018-04-08 Thread Markus Meier
commit: 775f0e400400d3dece39ce8f42c5050e23fd6ffb
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:51:50 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:51:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775f0e40

dev-db/mariadb: arm stable, bug #647082

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-db/mariadb/mariadb-10.1.31-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb/mariadb-10.1.31-r1.ebuild 
b/dev-db/mariadb/mariadb-10.1.31-r1.ebuild
index 85928abbb25..c8a9ce24bc7 100644
--- a/dev-db/mariadb/mariadb-10.1.31-r1.ebuild
+++ b/dev-db/mariadb/mariadb-10.1.31-r1.ebuild
@@ -21,7 +21,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( 
jemalloc !tcmalloc ) ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 



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

2018-04-08 Thread Markus Meier
commit: 1e3921a4eab81766c8fc83f748affd41933a9f6c
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:49:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:49:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3921a4

media-libs/libraw: arm stable, bug #633826

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/libraw/libraw-0.18.8.ebuild 
b/media-libs/libraw/libraw-0.18.8.ebuild
index a84cb2df9ae..66f04805d64 100644
--- a/media-libs/libraw/libraw-0.18.8.ebuild
+++ b/media-libs/libraw/libraw-0.18.8.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://www.libraw.org/data/${MY_P}.tar.gz
 
 LICENSE="LGPL-2.1 CDDL demosaic? ( GPL-2 GPL-3 )"
 SLOT="0/16" # subslot = libraw soname version
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



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

2018-04-08 Thread Markus Meier
commit: 625f14eac05316f0babbf177cbdbc1f596e1d783
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:51:57 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:51:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625f14ea

dev-db/mariadb: arm stable, bug #647082

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-db/mariadb/mariadb-10.0.34.ebuild 
b/dev-db/mariadb/mariadb-10.0.34.ebuild
index 2b98dd29501..953bb25cbf0 100644
--- a/dev-db/mariadb/mariadb-10.0.34.ebuild
+++ b/dev-db/mariadb/mariadb-10.0.34.ebuild
@@ -19,7 +19,7 @@ RESTRICT="!bindist? ( bindist )"
 REQUIRED_USE="jdbc? ( extraengine server !static ) server? ( tokudb? ( 
jemalloc !tcmalloc ) ) static? ( !pam )"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
 PATCHES=(



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

2018-04-08 Thread Markus Meier
commit: 4b0b8cf12b41730536962d853acf5833f8173187
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:47:58 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0b8cf1

dev-perl/DBD-mysql: arm stable, bug #623942

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-perl/DBD-mysql/DBD-mysql-4.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.44.0.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.44.0.ebuild
index dea99ae4fcd..49b4d9e853d 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.44.0.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.44.0.ebuild
@@ -10,7 +10,7 @@ inherit eutils perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="test +ssl"
 



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

2018-04-08 Thread Markus Meier
commit: b79bcc2099fde80f90c4b7036a58fa50c86f8459
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:47:17 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79bcc20

net-misc/dropbear: arm stable, bug #619002

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-misc/dropbear/dropbear-2017.75.ebuild 
b/net-misc/dropbear/dropbear-2017.75.ebuild
index f5eb64a26e5..7e8d1c97a5b 100644
--- a/net-misc/dropbear/dropbear-2017.75.ebuild
+++ b/net-misc/dropbear/dropbear-2017.75.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib"
 
 LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )



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

2018-04-08 Thread Markus Meier
commit: d2c5e2160ad3c61550cb07226b809978ce47c68f
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:50:01 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:50:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c5e216

net-analyzer/wireshark: arm stable, bug #645098

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-analyzer/wireshark/wireshark-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wireshark/wireshark-2.4.5.ebuild 
b/net-analyzer/wireshark/wireshark-2.4.5.ebuild
index cd5317d2246..0ea23bd2575 100644
--- a/net-analyzer/wireshark/wireshark-2.4.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.4.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}download/src/all-versions/${P/_/}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ~arm64 hppa ia64 ppc ppc64 x86 ~x86-fbsd"
 IUSE="
adns androiddump +capinfos +caps +captype ciscodump cpu_flags_x86_sse4_2
+dftest doc doc-pdf +dumpcap +editcap geoip gtk kerberos libssh libxml2 
lua



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

2018-04-08 Thread Markus Meier
commit: 95cf503ae87851b9f375fd38cf7e073c750e3f45
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:47:37 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cf503a

net-analyzer/dnstracer: arm stable, bug #620928

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild 
b/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild
index 339c4fa5b30..2db5b7bd0e7 100644
--- a/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild
+++ b/net-analyzer/dnstracer/dnstracer-1.9-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz";
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux"
+KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 ~s390 ~sparc x86 ~amd64-linux"
 IUSE="ipv6"
 
 DOCS=( CHANGES README )



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

2018-04-08 Thread Markus Meier
commit: bfb294401caf8e653d4d0c75f051eab6b21b810d
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:54:44 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:54:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb29440

net-vpn/tor: arm stable, bug #649698

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-vpn/tor/tor-0.3.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.3.1.10.ebuild b/net-vpn/tor/tor-0.3.1.10.ebuild
index 587975f4acb..744c5b55ab9 100644
--- a/net-vpn/tor/tor-0.3.1.10.ebuild
+++ b/net-vpn/tor/tor-0.3.1.10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 # We need to keyword app-arch/zstd
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86 ~ppc-macos"
+KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 x86 ~ppc-macos"
 IUSE="libressl lzma scrypt seccomp selinux systemd tor-hardening test web zstd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2018-04-08 Thread Markus Meier
commit: 97f5416318ff31f6d99c84fe5b6fe4d32a844bcb
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:50:54 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:50:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f54163

sys-libs/glibc: arm stable, bug #646492

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 sys-libs/glibc/glibc-2.25-r11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.25-r11.ebuild 
b/sys-libs/glibc/glibc-2.25-r11.ebuild
index 45c7b459219..4595e6f1306 100644
--- a/sys-libs/glibc/glibc-2.25-r11.ebuild
+++ b/sys-libs/glibc/glibc-2.25-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html";
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



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

2018-04-08 Thread Markus Meier
commit: 5e6ce5b7c84ef418c5fa45d0a00ea3f7bcf5767c
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:55:16 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:55:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ce5b7

net-misc/curl: arm stable, bug #650056

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-misc/curl/curl-7.59.0.ebuild b/net-misc/curl/curl-7.59.0.ebuild
index 7f511f01628..1f4f4101e6d 100644
--- a/net-misc/curl/curl-7.59.0.ebuild
+++ b/net-misc/curl/curl-7.59.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns brotli http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2018-04-08 Thread Markus Meier
commit: 56d61ae5e98f3fb1927ac6530640a3d67e570f66
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:46:11 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d61ae5

mail-client/mailx: arm stable, bug #533208

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 mail-client/mailx/mailx-8.1.2.20160123.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild 
b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
index 733e6dbf0fd..e7cc3c1b440 100644
--- a/mail-client/mailx/mailx-8.1.2.20160123.ebuild
+++ b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${DP/_/-}.orig"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=">=net-libs/liblockfile-1.03



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

2018-04-08 Thread Markus Meier
commit: 4b09aa5963b24603ab96257183a01e4e560a8327
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:51:19 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:51:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b09aa59

dev-libs/libtasn1: arm stable, bug #647012

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/libtasn1/libtasn1-4.13.ebuild 
b/dev-libs/libtasn1/libtasn1-4.13.ebuild
index 2a6960892d9..beffdd9cdbe 100644
--- a/dev-libs/libtasn1/libtasn1-4.13.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/6" # subslot = libtasn1 soname version
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc static-libs valgrind"
 
 DEPEND=">=dev-lang/perl-5.6



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

2018-04-08 Thread Markus Meier
commit: 59ee764c17315e1153427f351f7d01da0933a7da
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:46:38 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ee764c

app-misc/pax-utils: arm stable, bug #607896

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 app-misc/pax-utils/pax-utils-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.3.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.3.ebuild
index 7fc420a08d0..449ca65391e 100644
--- a/app-misc/pax-utils/pax-utils-1.2.3.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2018-04-08 Thread Markus Meier
commit: 804340efb82e923350aa180759ec1d5a102122e6
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:48:49 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804340ef

media-libs/gd: arm stable, bug #629886

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/gd/gd-2.2.5.ebuild b/media-libs/gd/gd-2.2.5.ebuild
index 20c9eaa6a08..89c3ac20a85 100644
--- a/media-libs/gd/gd-2.2.5.ebuild
+++ b/media-libs/gd/gd-2.2.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz";
 
 LICENSE="gd IJG HPND BSD"
 SLOT="2/3"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
 
 # fontconfig has prefixed font paths, details see bug #518970



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

2018-04-08 Thread Markus Meier
commit: f8b4f3172cd3c0bc1e62d0342e4b08009dab3900
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:52:50 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:52:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b4f317

dev-ruby/rubygems: arm stable, bug #647922

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-ruby/rubygems/rubygems-2.7.6.ebuild 
b/dev-ruby/rubygems/rubygems-2.7.6.ebuild
index 9cae19d7fd5..631a7e1aef0 100644
--- a/dev-ruby/rubygems/rubygems-2.7.6.ebuild
+++ b/dev-ruby/rubygems/rubygems-2.7.6.ebuild
@@ -13,7 +13,7 @@ LICENSE="|| ( Ruby MIT )"
 
 SRC_URI="https://rubygems.org/rubygems/${P}.tgz";
 
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE="server test"
 



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

2018-04-08 Thread Markus Meier
commit: 77cf4fd7bd03e3fccb280efd36dc67b5f9ec0d89
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:52:23 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:52:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cf4fd7

net-irc/irssi: arm stable, bug #647780

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-irc/irssi/irssi-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irssi/irssi-1.0.7.ebuild b/net-irc/irssi/irssi-1.0.7.ebuild
index c5890f92fc4..25c0b72d3f4 100644
--- a/net-irc/irssi/irssi-1.0.7.ebuild
+++ b/net-irc/irssi/irssi-1.0.7.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+perl selinux socks5 +proxy libressl"
 
 CDEPEND="



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

2018-04-08 Thread Markus Meier
commit: 33620bd03a67ea327b671bfa28efc9e8e8937105
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:46:57 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:48:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33620bd0

media-libs/jasper: arm stable, bug #614030

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/jasper/jasper-2.0.14.ebuild 
b/media-libs/jasper/jasper-2.0.14.ebuild
index 43a27c3449b..8f0dc8cf9be 100644
--- a/media-libs/jasper/jasper-2.0.14.ebuild
+++ b/media-libs/jasper/jasper-2.0.14.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
 else
inherit vcs-snapshot
SRC_URI="https://github.com/mdadams/${PN}/archive/version-${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 
 # We limit memory usage to 128 MiB by default, specified in bytes



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

2018-04-08 Thread Markus Meier
commit: 4b61360ec309f686f8f887b7a6da6c0038f647e6
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:53:42 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:53:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b61360e

dev-lang/php: arm stable, bug #649368

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-lang/php/php-7.1.15.ebuild b/dev-lang/php/php-7.1.15.ebuild
index 7624b2d8a8a..d5b4ffdd691 100644
--- a/dev-lang/php/php-7.1.15.ebuild
+++ b/dev-lang/php/php-7.1.15.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



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

2018-04-08 Thread Markus Meier
commit: 98c68e3df0aaedfd3d703a055e40ebbf617446f2
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:54:12 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:54:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c68e3d

net-misc/ntp: arm stable, bug #649612

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 net-misc/ntp/ntp-4.2.8_p11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ntp/ntp-4.2.8_p11.ebuild 
b/net-misc/ntp/ntp-4.2.8_p11.ebuild
index 06e744634bd..082d16cddf7 100644
--- a/net-misc/ntp/ntp-4.2.8_p11.ebuild
+++ b/net-misc/ntp/ntp-4.2.8_p11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PV:0:3}/${MY_P}.tar
 
 LICENSE="HPND BSD ISC"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~m68k-mint"
 IUSE="caps debug ipv6 libressl openntpd parse-clocks readline samba selinux 
snmp ssl +threads vim-syntax zeroconf"
 
 CDEPEND="readline? ( >=sys-libs/readline-4.1:0= )



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

2018-04-08 Thread Markus Meier
commit: 6c19996f76506c33bd5a1709b5b3ca3b8fadd2a2
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr  8 10:50:25 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr  8 10:50:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c19996f

media-libs/tiff: arm stable, bug #645980

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/media-libs/tiff/tiff-4.0.9-r3.ebuild 
b/media-libs/tiff/tiff-4.0.9-r3.ebuild
index 35c3134fec6..8d740818241 100644
--- a/media-libs/tiff/tiff-4.0.9-r3.ebuild
+++ b/media-libs/tiff/tiff-4.0.9-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test zlib"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )



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

2018-04-08 Thread Andreas Sturmlechner
commit: 16ba0abdb6bd102a9fda03ce54a1dd35ee99796c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 11:02:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 11:04:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ba0abd

dev-libs/liborcus: Drop 0.13.3

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-libs/liborcus/Manifest   |  1 -
 dev-libs/liborcus/liborcus-0.13.3.ebuild | 57 
 2 files changed, 58 deletions(-)

diff --git a/dev-libs/liborcus/Manifest b/dev-libs/liborcus/Manifest
index bf6a9e95f42..4a8932dd65d 100644
--- a/dev-libs/liborcus/Manifest
+++ b/dev-libs/liborcus/Manifest
@@ -1,3 +1,2 @@
 DIST liborcus-0.12.1.tar.xz 1673880 BLAKE2B 
6f85f1ce04bd7c797f8fccc9b4d860189b6fa9f51623587a668c343e8897bf17a3e62a5465354776044fabe9347ec35913eb1433dc551e4e509ce260ba92c3b9
 SHA512 
294b24ad7fccae77070edd9d8e6e1a370f609ec8af9a2c58567431e641fc0f3f27c4cd4b6ac1825a8179a22a1d1a81d84827859eb631d2625194f9e59ca1a8c3
-DIST liborcus-0.13.3.tar.xz 1817824 BLAKE2B 
99bb88c1b52539ef09c52ce1f13928b31e2a5c0e88d172e8d0ca212d9f0921cbe98460ae8047be19db5d4b70a9b527c2ae499ab5c6474dab16445eab9a4b1c4c
 SHA512 
fecea0fca5b455ae734b00c5a7784e1cf0db32b35d0992f26d4ca8b4188147cabc9c267b984c4b5a5b1cbf8a5f4029a7dd96de4dfc1dc902b43f01def662d1f3
 DIST liborcus-0.13.4.tar.xz 1816340 BLAKE2B 
f8e7251c8688f82604d5ac1212938890e42f23ce45edb09eba9ab26a810e5fd4215a23dd20e86ddf9100db67818fc73fbbee7357642a6390f8f60dc28596be31
 SHA512 
f00b49c41eb1898c37d8d42e59f9004f46b5f849b9d60ac9c5033232d1e5065ff3de160e79f5a88983bf64f86e283b6d1d406a24e776aa6ff7b8acec324ccd4b

diff --git a/dev-libs/liborcus/liborcus-0.13.3.ebuild 
b/dev-libs/liborcus/liborcus-0.13.3.ebuild
deleted file mode 100644
index 2f6e8414b8d..000
--- a/dev-libs/liborcus/liborcus-0.13.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git";
-
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-[[ ${PV} ==  ]] && GITECLASS="git-r3 autotools"
-inherit python-single-r1 ${GITECLASS}
-unset GITECLASS
-
-DESCRIPTION="Standalone file import filter library for spreadsheet documents"
-HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md";
-[[ ${PV} ==  ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz";
-
-LICENSE="MIT"
-SLOT="0/0.13" # based on SONAME of liborcus.so
-[[ ${PV} ==  ]] || \
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="python +spreadsheet-model static-libs tools"
-
-RDEPEND="
-   dev-libs/boost:=
-   sys-libs/zlib:=
-   python? ( ${PYTHON_DEPS} )
-   spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/mdds-1.2.2:1
-"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-werror \
-   $(use_enable python) \
-   $(use_enable spreadsheet-model) \
-   $(use_enable static-libs static) \
-   $(use_with tools)
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2018-04-08 Thread Andreas Sturmlechner
commit: e60d5b0679af14f434ce939de69051813aff061e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 11:17:33 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 11:17:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60d5b06

profiles: Drop kde-apps/cantor[R] p.use.stable.mask

Bug: https://bugs.gentoo.org/619534

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index 8547e4dfeaf..77fe69bcefe 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -63,10 +63,6 @@ sci-libs/gdal mdb
 # Requires guile-2 which is still unstable.
 >=net-irc/weechat-1.7 guile
 
-# Andreas Sturmlechner  (12 Aug 2017)
-# Not operational, bug #619534
->=kde-apps/cantor-17.04.3 R
-
 # Michael Palimaka 

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

2018-04-08 Thread Andreas Sturmlechner
commit: e5000c5e8f9940009f75118ecce7dbbab5ba93f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 11:15:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 11:17:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5000c5e

profiles: Update kde-apps/kalzium[editor] p.use.stable.mask

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

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index a13d34d3003..8547e4dfeaf 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -215,5 +215,5 @@ app-emulation/xen-tools ocaml
 media-gfx/imagemagick opencl
 
 # Andreas K. Huettel  (28 Mar 2013)
-# No stable sci-chemistry/avogadro yet but we want kde-4.10 to go stable
->=kde-apps/kalzium-4.10.0 editor
+# Depends on unstable sci-libs/avogadrolibs
+kde-apps/kalzium editor



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gentoo-init/, profiles/, dev-lisp/gentoo-init/files/

2018-04-08 Thread José María Alonso
commit: 4ccdaba682259910e88b9c6d0b74572ceaccc569
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  8 11:38:56 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  8 11:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccdaba6

dev-lisp/gentoo-init: Drop last rited package

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

 dev-lisp/gentoo-init/files/gentoo-init-1.lisp   | 11 ---
 dev-lisp/gentoo-init/files/gentoo-init.lisp |  7 ---
 dev-lisp/gentoo-init/files/source-registry.conf |  5 -
 dev-lisp/gentoo-init/gentoo-init-0.1.ebuild | 23 ---
 dev-lisp/gentoo-init/gentoo-init-1.0.ebuild | 22 --
 dev-lisp/gentoo-init/metadata.xml   |  8 
 profiles/package.mask   |  5 -
 7 files changed, 81 deletions(-)

diff --git a/dev-lisp/gentoo-init/files/gentoo-init-1.lisp 
b/dev-lisp/gentoo-init/files/gentoo-init-1.lisp
deleted file mode 100644
index 263aedd10c2..000
--- a/dev-lisp/gentoo-init/files/gentoo-init-1.lisp
+++ /dev/null
@@ -1,11 +0,0 @@
-(in-package #:cl-user)
-
-(let ((*compile-print* nil)
-  (*compile-verbose* nil)
-  #+cmu (ext:*gc-verbose* nil))
-  (handler-bind ((warning #'muffle-warning))
-(load #p"/usr/share/common-lisp/source/asdf/asdf.lisp"
-  :print nil :verbose nil)
-#+ecl
-(load #p"/usr/share/common-lisp/source/asdf/asdf-ecl.lisp"
-  :print nil :verbose nil)))

diff --git a/dev-lisp/gentoo-init/files/gentoo-init.lisp 
b/dev-lisp/gentoo-init/files/gentoo-init.lisp
deleted file mode 100644
index e09dcb0ae43..000
--- a/dev-lisp/gentoo-init/files/gentoo-init.lisp
+++ /dev/null
@@ -1,7 +0,0 @@
-(in-package #:cl-user)
-#+(or sbcl ecl) (require :asdf)
-#-(or sbcl ecl) (load #p"/usr/share/common-lisp/source/asdf/asdf.lisp")
-(push #p"/usr/share/common-lisp/systems/" asdf:*central-registry*)
-(asdf:oos 'asdf:load-op :asdf-binary-locations)
-(setf asdf:*centralize-lisp-binaries* t)
-(setf asdf:*source-to-target-mappings* '((#p"/usr/lib/sbcl/" nil) 
(#p"/usr/lib64/sbcl/" nil)))

diff --git a/dev-lisp/gentoo-init/files/source-registry.conf 
b/dev-lisp/gentoo-init/files/source-registry.conf
deleted file mode 100644
index 45e1fdfc5aa..000
--- a/dev-lisp/gentoo-init/files/source-registry.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-;; -*- Mode: Lisp; -*-
-
-(:source-registry
- (:directory "/usr/share/common-lisp/systems")
- :inherit-configuration)

diff --git a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
deleted file mode 100644
index de448bb1933..000
--- a/dev-lisp/gentoo-init/gentoo-init-0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-DESCRIPTION="Simple ASDF-BINARY-LOCATIONS configuration for Gentoo Common Lisp 
ports"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-S=${WORKDIR}
-
-DEPEND="dev-lisp/asdf-binary-locations"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   insinto /etc
-   doins "${FILESDIR}"/gentoo-init.lisp
-}

diff --git a/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild 
b/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
deleted file mode 100644
index 7a31af2a4b8..000
--- a/dev-lisp/gentoo-init/gentoo-init-1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Simple ASDF2 configuration for Gentoo Common Lisp ports"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Common_Lisp/Guide";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-lisp/asdf-2.0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /etc/common-lisp
-   newins "${FILESDIR}"/gentoo-init-1.lisp gentoo-init.lisp
-   doins  "${FILESDIR}"/source-registry.conf
-}

diff --git a/dev-lisp/gentoo-init/metadata.xml 
b/dev-lisp/gentoo-init/metadata.xml
deleted file mode 100644
index 7ea645c67e7..000
--- a/dev-lisp/gentoo-init/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   common-l...@gentoo.org
-   Gentoo Common Lisp Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index daf926af857..215c30716fc 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -601,11 +601,6 @@ app-i18n/libguess
 dev-lisp/common-lisp-controller
 dev-lisp/asdf-binary-locations
 
-# José María Alonso  (08 Mar 2018)
-# Obsolete package
-# Masked for removal in 30 days. Bug #648448
-dev-lisp/gentoo-init
-
 # Brian Evans  (06 Mar 2018)
 # MariaDB MaxScale 1.x depends on the deprecated libmysqld
 # Newer versions bundle software that require git access



[gentoo-commits] proj/kde:master commit in: kde-apps/okular/, kde-apps/okular/files/

2018-04-08 Thread Andreas Sturmlechner
commit: 228cad863fc6a75564afeafd41a7dfef22d43683
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr  8 12:00:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr  8 12:00:57 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=228cad86

kde-apps/okular: Initialise kcrash

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-apps/okular/files/okular-18.03.90-kcrash.patch | 60 ++
 kde-apps/okular/okular-18.03.90.ebuild |  6 ++-
 kde-apps/okular/okular-18.04.49..ebuild|  6 ++-
 kde-apps/okular/okular-.ebuild |  1 +
 4 files changed, 71 insertions(+), 2 deletions(-)

diff --git a/kde-apps/okular/files/okular-18.03.90-kcrash.patch 
b/kde-apps/okular/files/okular-18.03.90-kcrash.patch
new file mode 100644
index 00..39ce8c3b03
--- /dev/null
+++ b/kde-apps/okular/files/okular-18.03.90-kcrash.patch
@@ -0,0 +1,60 @@
+From 3e25263d7709524e227207092533397ef65f2c82 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid 
+Date: Sun, 8 Apr 2018 11:50:18 +0200
+Subject: Use KCrash
+
+---
+ CMakeLists.txt   | 1 +
+ shell/CMakeLists.txt | 2 +-
+ shell/main.cpp   | 3 +++
+ 3 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 2b38cac..fd2d55e 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -53,6 +53,7 @@ find_package(KF5 ${KF5_REQUIRED_VERSION} REQUIRED COMPONENTS
+ Config
+ ConfigWidgets
+ CoreAddons
++Crash
+ DocTools
+ IconThemes
+ JS
+diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt
+index ec2f1ba..e85076d 100644
+--- a/shell/CMakeLists.txt
 b/shell/CMakeLists.txt
+@@ -27,7 +27,7 @@ ecm_add_app_icon(okular_SRCS ICONS ${ICONS_SRCS})
+ 
+ add_executable(okular ${okular_SRCS})
+ 
+-target_link_libraries(okular KF5::Parts KF5::WindowSystem)
++target_link_libraries(okular KF5::Parts KF5::WindowSystem KF5::Crash)
+ 
+ if(NOT WIN32)
+   target_link_libraries(okular KF5::Activities)
+diff --git a/shell/main.cpp b/shell/main.cpp
+index 3f8dc43..de8a5c2 100644
+--- a/shell/main.cpp
 b/shell/main.cpp
+@@ -20,6 +20,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -39,6 +40,8 @@ int main(int argc, char** argv)
+ // set icon for shells which do not use desktop file metadata
+ QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("okular")));
+ 
++KCrash::initialize();
++
+ QCommandLineParser parser;
+ // The KDE4 version accepted flags such as -unique with a single dash -> 
preserve compatibility
+ 
parser.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions);
+-- 
+cgit v0.11.2
+

diff --git a/kde-apps/okular/okular-18.03.90.ebuild 
b/kde-apps/okular/okular-18.03.90.ebuild
index 950d0b1d6a..60bde14510 100644
--- a/kde-apps/okular/okular-18.03.90.ebuild
+++ b/kde-apps/okular/okular-18.03.90.ebuild
@@ -21,6 +21,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjs)
$(add_frameworks_dep kparts)
@@ -63,7 +64,10 @@ RDEPEND="${DEPEND}
)
 "
 
-PATCHES=( "${FILESDIR}/${PN}-tests.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-tests.patch"
+   "${FILESDIR}/${P}-kcrash.patch"
+)
 
 src_prepare() {
kde5_src_prepare

diff --git a/kde-apps/okular/okular-18.04.49..ebuild 
b/kde-apps/okular/okular-18.04.49..ebuild
index 1eba56641a..80d688c222 100644
--- a/kde-apps/okular/okular-18.04.49..ebuild
+++ b/kde-apps/okular/okular-18.04.49..ebuild
@@ -21,6 +21,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjs)
$(add_frameworks_dep kparts)
@@ -63,7 +64,10 @@ RDEPEND="${DEPEND}
)
 "
 
-PATCHES=( "${FILESDIR}/${PN}-tests.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-tests.patch"
+   "${FILESDIR}/${PN}-18.03.90-kcrash.patch"
+)
 
 src_prepare() {
kde5_src_prepare

diff --git a/kde-apps/okular/okular-.ebuild 
b/kde-apps/okular/okular-.ebuild
index 1eba56641a..0596092ab1 100644
--- a/kde-apps/okular/okular-.ebuild
+++ b/kde-apps/okular/okular-.ebuild
@@ -21,6 +21,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjs)
$(add_frameworks_dep kparts)



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

2018-04-08 Thread Aaron Bauman
commit: 7d7a5a014319335d947d6f162c4b91e1d00ba139
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 13:07:57 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 13:07:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7a5a01

app-misc/pax-utils: drop vulnerable

Bug: https://bugs.gentoo.org/607896
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/pax-utils/Manifest  |  2 -
 app-misc/pax-utils/pax-utils-1.1.7.ebuild| 56 -
 app-misc/pax-utils/pax-utils-1.2.2-r2.ebuild | 62 
 3 files changed, 120 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 07fab957b6e..1db68d4cb31 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,3 +1 @@
-DIST pax-utils-1.1.7.tar.xz 648376 BLAKE2B 
676551b2391b2ba27281d26fba61da7d0d277f3b562c9d8365ea5a6b5bfa4327bad66cf1f62cb626f8b6ec3ae693cab713683b81142dd71920f3b6300951f6d2
 SHA512 
cec176cf5863b15acc058cbd99639f5f456346136d0551ce5875cb66c28dd0f6e7f5077b0c06751a3a68984b5c4386c232d3db8b76aa4f4b326b0b692835fdeb
-DIST pax-utils-1.2.2.tar.xz 655964 BLAKE2B 
5e43b52648f1f0cc1f46616ebd9a554cf2e5909292337c84f9ee0e2eceb4879a5f16ca20700e5a16267b38ffea529814949817ea6054cd1b2ea38e267455de00
 SHA512 
6bafe93f3b84d4595b6adfa09b46a3dd249f309fe836d90115e9aa5fcc7da37b03f743e80719dfe6bcdb739ce6ec3843170a5513e196c348721f850e19d3e38c
 DIST pax-utils-1.2.3.tar.xz 661828 BLAKE2B 
4764c47b7a31e7470a454127b9db3b5b27c703a96a66973a6248529a2d858ea38adb246a270a1f343a499515f55b25613bb20c46978e2e0dddc03e5ddb9a2aa7
 SHA512 
efcbce49aa7e5cd433f9b3fbc8fa82f6d7b0eb80ec40aafde453d6fe96e3565e066e5020f04d71537d8d4e820147f4203c0df2dd330ebb1358a26def3dd5484c

diff --git a/app-misc/pax-utils/pax-utils-1.1.7.ebuild 
b/app-misc/pax-utils/pax-utils-1.1.7.ebuild
deleted file mode 100644
index 85e5741ae65..000
--- a/app-misc/pax-utils/pax-utils-1.1.7.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs unpacker
-
-DESCRIPTION="ELF utils that can check files for security relevant properties"
-HOMEPAGE="https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities";
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-   python? ( dev-python/pyelftools )
-   seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-   caps? ( virtual/pkgconfig )
-   seccomp? ( virtual/pkgconfig )
-   app-arch/xz-utils"
-
-_emake() {
-   emake \
-   USE_CAP=$(usex caps) \
-   USE_DEBUG=$(usex debug) \
-   USE_PYTHON=$(usex python) \
-   USE_SECCOMP=$(usex seccomp) \
-   "$@"
-}
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux || \
-  has_version 'https://wiki.gentoo.org/index.php?title=Project:Hardened/PaX_Utilities";
-SRC_URI="mirror://gentoo/${P}.tar.xz
-   https://dev.gentoo.org/~vapier/dist/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="caps debug python seccomp"
-
-RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
-   python? ( dev-python/pyelftools )
-   seccomp? ( sys-libs/libseccomp )"
-DEPEND="${RDEPEND}
-   caps? ( virtual/pkgconfig )
-   seccomp? ( virtual/pkgconfig )
-   app-arch/xz-utils"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-scanelf-fix-out-of-bounds-access-in-ia64.patch
-   "${FILESDIR}"/${P}-solaris.patch
-   "${FILESDIR}"/${P}-linux-2.6.32.patch
-)
-
-_emake() {
-   emake \
-   USE_CAP=$(usex caps) \
-   USE_DEBUG=$(usex debug) \
-   USE_PYTHON=$(usex python) \
-   USE_SECCOMP=$(usex seccomp) \
-   "$@"
-}
-
-src_configure() {
-   # Avoid slow configure+gnulib+make if on an up-to-date Linux system
-   if use prefix || ! use kernel_linux || \
-  has_version '

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

2018-04-08 Thread Aaron Bauman
commit: 1b23a73f6a51d28568444f367daf1af963db31bf
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 13:06:48 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 13:06:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b23a73f

app-misc/pax-utils: stabilize ppc

per Sergei's comment ppc/ppc64 is stable, but keyword was missed.

Bug: https://bugs.gentoo.org/607896
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-misc/pax-utils/pax-utils-1.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.2.3.ebuild 
b/app-misc/pax-utils/pax-utils-1.2.3.ebuild
index 449ca65391e..8312f7bc2df 100644
--- a/app-misc/pax-utils/pax-utils-1.2.3.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/asdf-binary-locations/, profiles/

2018-04-08 Thread José María Alonso
commit: 3d7fbc118555a57e7a2ca7c3cd1eb8bc2815b4fd
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Apr  8 13:13:51 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Apr  8 13:13:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7fbc11

dev-lisp/asdf-binary-locations: Drop last rited package

Bug: https://bugs.gentoo.org/646742

 dev-lisp/asdf-binary-locations/Manifest|  1 -
 .../asdf-binary-locations-20061018.ebuild  | 26 --
 dev-lisp/asdf-binary-locations/metadata.xml|  8 ---
 profiles/package.mask  |  1 -
 4 files changed, 36 deletions(-)

diff --git a/dev-lisp/asdf-binary-locations/Manifest 
b/dev-lisp/asdf-binary-locations/Manifest
deleted file mode 100644
index d0305a7ee5a..000
--- a/dev-lisp/asdf-binary-locations/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST asdf-binary-locations_20061018.tar.gz 7504 BLAKE2B 
fbcb89b9e3400c96cc924c96385020edd315d01633610e01810f4c2e6da3562ab34aff19cc098b2ce1e2d58bdde17e3337309e11972d9962a55c74093dcada77
 SHA512 
3ce92f85763f65331debabd2fd6e2874e331552fda8a6657630b5696bacdb7282f00a5d98ecf2768087a7502a883582abc468de38a6d7aeef8ae0f03423653e0

diff --git 
a/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild 
b/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild
deleted file mode 100644
index 4459b60001c..000
--- a/dev-lisp/asdf-binary-locations/asdf-binary-locations-20061018.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-inherit common-lisp
-
-DESCRIPTION="ASDF-Extension to specify where Common Lisp binaries (FASL files) 
should go"
-HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/";
-SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN}_${PV}.tar.gz";
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND="dev-lisp/asdf"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-CLPACKAGE=${PN}
-
-src_install() {
-   insinto $CLSOURCEROOT/$CLPACKAGE/dev
-   doins dev/*.lisp
-   common-lisp-install *.asd
-   common-lisp-system-symlink
-}

diff --git a/dev-lisp/asdf-binary-locations/metadata.xml 
b/dev-lisp/asdf-binary-locations/metadata.xml
deleted file mode 100644
index 7ea645c67e7..000
--- a/dev-lisp/asdf-binary-locations/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   common-l...@gentoo.org
-   Gentoo Common Lisp Project
-
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 215c30716fc..448ca030bf3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -599,7 +599,6 @@ app-i18n/libguess
 # Obsolete package
 # Masked for removal in 30 days. Bug #646742
 dev-lisp/common-lisp-controller
-dev-lisp/asdf-binary-locations
 
 # Brian Evans  (06 Mar 2018)
 # MariaDB MaxScale 1.x depends on the deprecated libmysqld



[gentoo-commits] proj/kde:master commit in: media-sound/elisa/

2018-04-08 Thread Johannes Huber
commit: d176e077ba4f4e512dce2e4225ac13bd3849cc6e
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Apr  8 13:11:14 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Apr  8 13:11:14 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d176e077

media-sound/elisa: Release switch

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-sound/elisa/elisa-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-sound/elisa/elisa-.ebuild 
b/media-sound/elisa/elisa-.ebuild
index 08cd493aef..722936e3e4 100644
--- a/media-sound/elisa/elisa-.ebuild
+++ b/media-sound/elisa/elisa-.ebuild
@@ -7,10 +7,14 @@ KDE_TEST="forceoptional"
 KDE_HANDBOOK="optional"
 inherit kde5
 
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
 DESCRIPTION="Simple music player by KDE"
 HOMEPAGE="https://community.kde.org/Elisa";
 LICENSE="LGPL-3+"
-KEYWORDS=""
 IUSE="mpris semantic-desktop"
 
 COMMON_DEPEND="



[gentoo-commits] proj/kde:master commit in: media-sound/elisa/

2018-04-08 Thread Johannes Huber
commit: 20907890a6ece47d986d52e632b34fceb0410c2f
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Apr  8 13:26:06 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Apr  8 13:26:06 2018 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=20907890

media-sound/elisa: Version bump 0.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-sound/elisa/elisa-0.1.ebuild | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/media-sound/elisa/elisa-0.1.ebuild 
b/media-sound/elisa/elisa-0.1.ebuild
new file mode 100644
index 00..722936e3e4
--- /dev/null
+++ b/media-sound/elisa/elisa-0.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_TEST="forceoptional"
+KDE_HANDBOOK="optional"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Simple music player by KDE"
+HOMEPAGE="https://community.kde.org/Elisa";
+LICENSE="LGPL-3+"
+IUSE="mpris semantic-desktop"
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kcmutils)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtmultimedia)
+   $(add_qt_dep qtsql)
+   $(add_qt_dep qtwidgets)
+   mpris? (
+   $(add_frameworks_dep kdbusaddons)
+   $(add_qt_dep qtdbus)
+   )
+   semantic-desktop? (
+   $(add_frameworks_dep baloo)
+   $(add_frameworks_dep kfilemetadata)
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_qt_dep qtgraphicaleffects)
+   $(add_qt_dep qtquickcontrols)
+   $(add_qt_dep qtquickcontrols2)
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_find_package mpris KF5DBusAddons)
+   $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
+   $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
+   )
+
+   kde5_src_configure
+}



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

2018-04-08 Thread Aaron Bauman
commit: 85f923455730d39bb7722b54b58a606cc8d2acd7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 13:29:18 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 13:30:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f92345

net-analyzer/dnstracer: drop vulnerable

Bug: https://bugs.gentoo.org/620928
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild 
b/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild
deleted file mode 100644
index 8f535fd427d..000
--- a/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Determines where a given nameserver gets its information from"
-HOMEPAGE="http://www.mavetju.org/unix/general.php";
-SRC_URI="http://www.mavetju.org/download/${P}.tar.gz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 s390 sparc x86 ~amd64-linux"
-IUSE="ipv6"
-
-DOCS=( CHANGES README )
-
-src_configure() {
-   econf $(use_enable ipv6)
-}



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

2018-04-08 Thread Aaron Bauman
commit: e473ad3bc53eabf3a6fb5f45c05dad208974bcb8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 13:32:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 13:32:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e473ad3b

lxde-base/lxterminal: drop vulnerable

Bug: https://bugs.gentoo.org/635992
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 lxde-base/lxterminal/Manifest |  1 -
 lxde-base/lxterminal/lxterminal-0.1.11.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/lxde-base/lxterminal/Manifest b/lxde-base/lxterminal/Manifest
index a381012f4ee..2968ffbefa4 100644
--- a/lxde-base/lxterminal/Manifest
+++ b/lxde-base/lxterminal/Manifest
@@ -1,2 +1 @@
-DIST lxterminal-0.1.11.tar.gz 304025 BLAKE2B 
88e0172bcfa5e310f9ac726fc2cb03d6300eed8876203f641721d3b3b81b05af143e6184abb45748b02ae100ab6e16494e7d42facdd1f28d8b45c6ace59676aa
 SHA512 
4f929e915c78dcf4c440e1cff4f4824f56ff5bd165cb76ab42208db350feeb08d22449a482b3979160873b0120a78ace43069d910b5aeeec0736aa550139
 DIST lxterminal-0.3.1.tar.xz 197628 BLAKE2B 
9448855b6d1bfc3fc272ec40f7e5b4fde1dfcb861254db3ed35b73611fd2dc5ca5d760542251f297289a051913e6eb6d669b2c04b194e01862ff7e79305c2e14
 SHA512 
3063eb7bc7426293d35dc1d9c32d5841e4c3f0b417f3cfa3e5a7bf4d9b71df9c9d375d53d6dd6694b318085ba07167bd8403b2caea9c6e9197aef4b7802877fc

diff --git a/lxde-base/lxterminal/lxterminal-0.1.11.ebuild 
b/lxde-base/lxterminal/lxterminal-0.1.11.ebuild
deleted file mode 100644
index acaa98ba584..000
--- a/lxde-base/lxterminal/lxterminal-0.1.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Lightweight vte-based tabbed terminal emulator for LXDE"
-HOMEPAGE="http://lxde.sf.net/";
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux 
~x86-linux"
-SLOT="0"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   dev-libs/glib:2
-   x11-libs/vte:0"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   sys-devel/gettext
-   >=dev-util/intltool-0.40.0"
-
-src_install () {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS README
-}



  1   2   3   4   >